﻿@import '//fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700';
@font-face {
  font-family: 'socicon';
  src: url('/Content/font/socicon-webfont.eot');
  src: url('/Content/font/socicon-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/font/socicon-webfont.woff') format('woff'), url('/Content/font/socicon-webfont.ttf') format('truetype'), url('/Content/font/socicon-webfont.svg#sociconregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/Content/font/glyphiconshalflings-regular.eot');
  src: url('/Content/font/glyphiconshalflings-regular.eot?#iefix') format('embedded-opentype'), url('/Content/font/glyphiconshalflings-regular.svg#glyphicons-halflingsregular') format('svg'), url('/Content/font/glyphiconshalflings-regular.woff') format('woff'), url('/Content/font/glyphiconshalflings-regular.ttf') format('truetype');
}
@font-face {
  Font-family: "cart-o-grapher";
  Font-weight: normal;
  Font-style: normal;
  src: url("/Content/Font/cartographer.ttf") format('truetype');
}
.cartographer {
  font-family: "cart-o-grapher";
}
.Roboto {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.font60 {
  font-size: 60%;
}
.font70 {
  font-size: 70%;
}
.font80 {
  font-size: 80%;
}
.font90 {
  font-size: 90%;
}
.font110 {
  font-size: 110%;
}
.font120 {
  font-size: 120%;
}
.font150 {
  font-size: 150%;
}
.font160 {
  font-size: 160%;
}
.font175 {
  font-size: 175%;
}
.font180 {
  font-size: 180%;
}
.font200 {
  font-size: 200%;
}
.font250 {
  font-size: 250%;
}
.font300 {
  font-size: 300%;
}
#logoDiv {
  width: 100%;
}
.logo {
  background-image: url('/content/Fyndit/base/iUgoLogo.png');
  background-repeat: no-repeat;
  width: 85px;
  /*or your image's width*/
  height: 35px;
  /*or your image's height*/
  margin: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.styledFont,
.StyledFont {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  height: 100%;
}
.container-fluid {
  padding: 10px;
}
.borderBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  min-height: 100%;
  height: 100vh;
}
.PrimaryColour {
  color: #70B01E;
}
.PrimaryColourBackGround {
  background-color: #70B01E;
}
.primaryHover:hover {
  color: #70B01E;
}
.primaryHoverBackGround:hover {
  background-color: #70B01E;
}
.PrimaryColourTransparentBackGround {
  background-color: rgba(255, 215, 0, 0.8);
}
.PrimaryColourLightBackGround {
  background-color: #d8e8b0;
}
.EmColour {
  color: #70B01E;
}
.EmBackGroundColour {
  background-color: #70B01E;
}
.EmBorderLeft {
  border-left-color: #70B01E;
}
.SecondaryColour {
  color: #0186B1;
}
.EmSecondaryColour {
  color: #0186B1;
}
.EmSecondaryBackGroundColour {
  background-color: #0186B1;
}
.EmSecondaryBorderLeft {
  border-left-color: #0186B1;
}
.EmSecondaryBorderBottom {
  border-bottom-color: #0186B1;
}
.SecondaryColourTransparent {
  color: rgba(1, 134, 177, 0.8);
}
.SecondaryColourTransparentBackGround {
  background-color: rgba(1, 134, 177, 0.8);
}
.OffWhiteBackground {
  background-color: #f9f9f9;
}
.WhiteBackground {
  background-color: #fff;
}
.SecondaryTransparent {
  color: rgba(1, 134, 177, 0.8);
}
.SecondaryLightBackGround {
  background-color: #9ACFE0;
}
.LightestColour {
  color: #fff;
}
.LightestColourBackground {
  background-color: #fff;
}
.LightestColourBorderBottom {
  border-bottom: #fff 1px solid;
}
.PrimaryColourBorderBottom {
  border-bottom: #70B01E 1px solid;
}
.OffWhiteBackgroundHover:hover {
  background-color: #f9f9f9;
}
.LightNeutralColour {
  color: #eee;
}
.LightNeutralBackGroundColour {
  background-color: #eee;
}
.LightNeutralColourBackgroundHover:hover {
  background-color: #eee;
}
.LightNeutralColourBackgroundGradient {
  background-image: -webkit-linear-gradient(top, #eee 10%, #fff 50%);
  background-image: -o-linear-gradient(top, #eee 10%, #fff 50%);
  background-image: linear-gradient(to bottom, #eee 10%, #fff 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
}
.LightNeutralColourBackgroundGradientUp {
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 90%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 90%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 90%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}
.LightNeutralColourBorderBottom {
  border-bottom-color: #eee;
}
.NeutralColour {
  color: #838486;
}
.PlaceHolder {
  /*.NeutralColour;*/
  font-style: italic;
}
.NeutralBackGroundColour {
  background-color: #838486;
}
.NeutralBorder {
  border: #838486 solid 1px;
  background-color: #fff;
}
.NeutralColourBackgroundHover:hover {
  background-color: #838486;
}
.MidNeutralColour {
  color: #aaa;
}
.MidDarkColour {
  color: #474949;
}
.DarkColour {
  color: #333;
}
.DarkBackGroundColour {
  background-color: #333;
}
.DarkBorderLeft {
  border-left-color: #333;
}
.DarkBorder {
  border: #333 solid 1px;
  background-color: #fff;
}
.shadedBg {
  background-color: #eee;
}
.lightestBg {
  background-color: #fff;
}
.ErrorColour {
  color: #b94a48;
}
.SiteHeader {
  background-color: #0186B1;
}
a {
  color: #0186B1;
}
a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}
.list-columns-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.list-columns-3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.list-columns-2 li,
.list-columns-3 li {
  -webkit-column-break-inside: avoid;
  -webkit-break-inside: avoid-column;
  break-inside: avoid-column;
  page-break-inside: avoid;
}
.dottedBg {
  background: url("/Content/images/dottedbg.png") repeat scroll 0 0 transparent;
}
.header {
  padding: 0 0 0 0;
  padding-bottom: 10px;
}
.page-header {
  border-bottom: 0 none;
  -webkit-box-shadow: 0 4px 2px -2px #333;
  -moz-box-shadow: 0 4px 2px -2px #333;
  box-shadow: 0 4px 2px -2px #333;
  clear: both;
  margin: -40px 0 40px;
  padding: 0;
}
.content-header {
  padding: 0 0 0 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0186B1;
}
.paddedNone {
  padding: 0 !important;
}
.paddedCell {
  padding: 10px;
}
.paddedCellXS {
  padding: 2px !important;
}
.paddedCellS {
  padding: 3px !important;
}
.paddedCellM {
  padding: 5px;
}
.paddedCellL {
  padding: 7px;
}
.paddedCellXL {
  padding: 15px !important;
}
.padded-bottom-s {
  padding-bottom: 5px;
}
.padded-bottom {
  padding-bottom: 10px;
}
.padded-bottom-m {
  padding-bottom: 20px;
}
.padded-bottom-x {
  padding-bottom: 30px;
}
.padded-top-s {
  padding-top: 5px;
}
.padded-top {
  padding-top: 10px;
}
.padded-top-m {
  padding-top: 20px;
}
.padded-top-x {
  padding-top: 30px;
}
.padded-left-s {
  padding-left: 5px;
}
.padded-left {
  padding-left: 10px;
}
.padded-left-m {
  padding-left: 20px;
}
.padded-leftx {
  padding-left: 30px;
}
.padded-right-s {
  padding-right: 5px;
}
.padded-right {
  padding-right: 10px;
}
.padded-right-m {
  padding-right: 20px;
}
.padded-rightx {
  padding-right: 30px;
}
.marginal {
  margin: 10px;
}
.marginalXS {
  margin: 2px;
}
.marginalS {
  margin: 3px;
}
.marginalM {
  margin: 5px;
}
.marginalL {
  margin: 7px;
}
.marginal-top {
  margin-top: 10px;
}
.marginal-right {
  margin-right: 10px;
}
.marginal-rightM {
  margin-right: 5px;
}
.marginal-rightS {
  margin-right: 3px;
}
.marginal-rightXs {
  margin-right: 2px;
}
.marginal-rightL {
  margin-right: 20px;
}
.marginal-left {
  margin-left: 10px;
}
.marginal-leftM {
  margin-left: 5px;
}
.marginal-leftXs {
  margin-left: 2px;
}
.marginal-bottom {
  margin-bottom: 10px;
}
.marginal-bottomXs {
  margin-bottom: 2px;
}
.marginal-bottomM {
  margin-bottom: 4px;
}
.marginal-topXs {
  margin-top: 2px;
}
.marginal-topM {
  margin-top: 4px;
}
.moveLeft10 {
  margin-left: -10px;
  padding-left: 20px;
}
.borderedBox {
  border: #838486 solid 1px;
  color: #838486;
  padding: 3px !important;
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
  margin-bottom: 4px;
  background-color: #f9f9f9;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
}
.itemBoxBase {
  border: #838486 solid 1px;
  color: #838486;
  padding: 3px !important;
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
  margin-bottom: 4px;
  background-color: #f9f9f9;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  cursor: pointer !important;
  display: inline-block;
}
.itemBox {
  padding: 3px !important;
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
  margin-bottom: 4px;
  background-color: #f9f9f9;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  cursor: pointer !important;
  display: inline-block;
  border: #838486 solid 1px;
  color: #838486;
}
.itemBoxSelected {
  border: #838486 solid 1px;
  color: #838486;
  padding: 3px !important;
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
  margin-bottom: 4px;
  background-color: #f9f9f9;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  cursor: pointer !important;
  display: inline-block;
  border: #0186B1 solid 1px;
  color: #0186B1;
}
.toolBar {
  border-top: 1px solid #eee;
  background-color: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.loading {
  font-size: 31px;
  color: #888;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.loadableContent {
  position: relative;
}
.loadableContent .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  padding-top: 40px;
  z-index: 1;
}
.productIndex {
  background: none;
  color: #838486;
  font-size: 50%;
  line-height: 1;
  padding: 2px;
}
hr {
  background: url("/Content/images/hr.png") repeat-x scroll 0 0 transparent;
  border: 0 none;
  clear: both;
  height: 3px;
}
hr.line {
  background: none;
  border-top: 1px solid #838486;
  height: 1px;
}
hr.thin.line {
  border-color: #eee;
  margin: 0 0 10px 0;
}
hr.lineSecondary {
  background: none;
  border-top: 1px solid #0186B1;
  height: 1px;
}
.short_headline {
  clear: both;
  font-size: 140%;
  line-height: 1.0;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #474949;
}
.short_headlineSeries {
  /*.EmSecondaryBorderLeft;*/
  clear: both;
  font-size: 140%;
  line-height: 1.0;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #474949;
}
.short_headlineSeries span {
  background: none repeat scroll 0 0 #fff;
  font-size: 18px;
}
.titleContainer {
  padding-left: 10px;
}
.short_headlineProducts {
  border-left-color: #70B01E;
  clear: both;
  font-size: 140%;
  line-height: 1.0;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #474949;
}
.call-to-action h3,
h1,
h2,
h3,
h4,
h5,
h6,
#main_menu,
.tagline,
.dropcap,
.slide-to-top .trigger {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.field-validation-error {
  color: #b94a48;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #b94a48;
  background-color: #F2DEDE;
}
.validation-summary-errors {
  padding: 10px;
  color: #b94a48;
  border: 1px solid #b94a48;
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
  background-color: #F2DEDE;
  margin-bottom: 10px;
}
.validation-summary-valid {
  display: none;
}
.validation-summary-errors span {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 150%;
}
.hoverDiv:hover {
  background: #fff;
}
.hoverSecondary:hover {
  color: #0186B1;
}
.hoverNeutral:hover {
  color: #838486;
}
.pointy {
  cursor: pointer !important;
}
.zoomy {
  cursor: zoom-in !important;
}
.helpCursor {
  cursor: help !important;
}
.defaultCursor {
  cursor: default;
}
.HelveticaLight {
  font-family: 'HelveticaLight', serif, Helvetica, Arial, sans-serif;
}
.PaneHeading {
  font-size: 21px;
  line-height: 30px;
  white-space: nowrap;
  color: #6f6f6f;
}
.PaneSubHeading {
  font-size: 14px;
  line-height: 19px;
  white-space: nowrap;
  color: #838486;
}
.categoryIndent {
  padding-left: 10px;
}
.layoutBody {
  min-height: 100vh;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
footer {
  background-color: #333;
  color: white;
  z-index: 999;
  padding-bottom: 40px;
}
footer a:hover {
  color: #70B01E;
}
.borderPrimary {
  border: #70B01E solid 1px;
}
.borderSecondary {
  border: #0186B1 solid 1px;
}
.borderAccent {
  border: #0186B1 solid 1px;
}
.borderAccentTop {
  border-top: #0186B1 solid 1px;
}
.borderAccentLeft {
  border-left: #0186B1 solid 1px;
}
.borderAccentRight {
  border-right: #0186B1 solid 1px;
}
.borderAccentBottom {
  border-bottom: #0186B1 solid 1px;
}
:required {
  background: rgba(0, 190, 237, 0.05);
  border: #0186B1 solid 1px;
}
.borderedFullHeight {
  border-left: #eee solid 1px;
  border-right: #eee solid 1px;
  position: relative;
  height: 100%;
  min-height: 100%;
}
.bordered {
  border: #eee solid 1px;
}
.borderNeutral {
  border: #838486 solid 1px;
}
.borderLightGray {
  border: #ddd solid 1px;
}
.borderLightGrayRight {
  border-right: #ddd solid 1px;
}
.borderLightGrayBottom {
  border-bottom: #ddd solid 1px;
}
.borderLightGrayLeft {
  border-left: #ddd solid 1px;
}
.borderLightGrayTop {
  border-top: #ddd solid 1px;
}
.borderLightGrayCell {
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
}
.border {
  border: #eee solid 1px;
}
.borderTop {
  border-top: #eee solid 1px;
}
.borderLeft {
  border-left: #eee solid 1px;
}
.borderRight {
  border-right: #eee solid 1px;
}
.borderBottom {
  border-bottom: #eee solid 1px;
}
.borderPrimaryTop {
  border-top: #838486 solid 1px;
}
.borderPrimaryRight {
  border-right: #838486 solid 1px;
}
.pageContent {
  min-height: 800px;
}
.fullHeight {
  position: relative;
  height: 100%;
  min-height: 100%;
}
.middleVAlignDiv {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
}
.ruleBg {
  background-image: url("/Content/images/rule.png");
}
.bar-left {
  background-image: url("/Content/images/rule.png");
  background-position: 0 0;
  background-repeat: repeat-y;
}
.bar-right {
  background-image: url("/Content/images/rule.png");
  background-position: 98% 0;
  background-repeat: repeat-y;
}
.sidebar-left {
  background-image: url("/Content/images/rule.png");
  background-position: 16% 0;
  background-repeat: repeat-y;
}
.sidebar-right {
  background-image: url("/Content/images/rule.png");
  background-position: 90% 0;
  background-repeat: repeat-y;
}
.contemporary-three-columns {
  background-image: url("/Content/images/rule.png");
  background-position: 50.75% 0, 76% 0;
  background-repeat: repeat-y;
}
.holy-grail {
  background-image: url("/Content/images/rule.png");
  background-position: 23.5% 0, 76.5% 0;
  background-repeat: repeat-y;
}
.navigation {
  color: #0186B1;
  list-style: none outside none;
  padding-top: 10px;
  padding-right: 10px;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.stylised120 {
  font-size: 120%;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.stylised150 {
  font-size: 150%;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.stylised200 {
  font-size: 200%;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.stylised250 {
  font-size: 250%;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.stylised300 {
  font-size: 300%;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navigationLi {
  float: left;
  font-size: 110%;
  padding-left: 5px;
  margin-left: 5px;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navigationLiBorder {
  float: left;
  font-size: 110%;
  padding-left: 5px;
  margin-left: 5px;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-left-color: #70B01E;
  border-left-width: 3px;
  border-left-style: solid;
}
.navigation a {
  color: #0186B1;
}
.navigation a:hover {
  color: #70B01E;
  text-decoration: none;
}
.lightestColour {
  color: #fff;
}
.noPadd {
  padding: 0 0 0 0;
}
.noPaddRight {
  padding-right: 0;
}
.noPadLeft {
  padding-left: 0;
}
.noPadBottom {
  padding-bottom: 0;
}
.backToTop {
  bottom: 10px;
  position: fixed;
  right: 10px;
  z-index: 1000;
}
.backToTop a {
  background: url("/Content/images/top.png") no-repeat scroll center center #000;
  -moz-border-radius: 25px 25px 25px 25px;
  -webkit-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
  display: block;
  height: 50px;
  margin: 0;
  text-indent: -9999px;
  width: 50px;
}
.backToTop a:hover {
  background: url("/Content/images/top.png") no-repeat scroll center center #333;
}
.visuallyhidden {
  border: 0 none;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  -moz-transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
  -o-transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
  -webkit-transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
  transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
}
.singleLineEllipsis,
.overflowEllipsis {
  overflow: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.seriesItem {
  z-index: -999;
}
li > a,
li > a img {
  border: none;
  outline: none;
  display: block;
  position: relative;
}
li > a.inline {
  display: inline;
}
.lesson-note-section li > a {
  display: inline;
}
li a.externalLink:hover {
  text-decoration: underline;
  color: #0186B1;
}
.expanded:after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-bottom-color: #eee;
  border-width: 15px;
  margin-left: 245px;
  z-index: 999;
}
.iconButton:hover {
  color: #0186B1;
}
Select {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: menulist;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  cursor: default;
  padding: 4px 4px;
  height: 29px;
  line-height: 29px;
  min-height: 29px;
  border-color: #0186B1;
}
.btn {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.btn-secondary {
  background-color: #0186B1;
  border-color: #0186B1;
  color: #fff;
}
.btn-disabled {
  background-color: #eee;
  border-color: #d5d5d5;
  color: #838486;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #70B01E;
}
.btn-link-secondary {
  padding: 0;
  color: #333;
}
.btn-link-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #0186B1;
}
.btn-default .caret {
  border-top-color: #fff;
}
.btn-sm,
.btn-xs {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
}
.btn-rounded {
  border-radius: 5px !important;
}
.btn-grey {
  background-color: #838486;
  border-color: #333;
}
.noMarginAll {
  margin: 0;
}
.topRightMenu {
  background-color: #0186B1;
  border-left: 10px solid #70B01E;
}
.topRightMenu a {
  color: #fff;
}
.productImageSmall {
  max-height: 100px;
  max-width: 100px;
}
.borderBottomRow {
  border-bottom: 1px solid #eee;
}
.basketRow {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
.btn-link {
  color: #0186B1;
}
.btn-hover {
  color: #0186B1;
}
.proceedToCheckout {
  background-color: #0186B1;
  padding: 15px;
  margin: 0 5px 5px 5px;
}
.proceedToCheckoutInner {
  background-color: #eee;
  padding: 20px 5px 20px 5px;
  margin: 0 0 15px 0;
  color: #333;
  font-size: 120%;
}
.checkout-heading {
  text-transform: uppercase;
  font-size: 1em;
  color: #838486;
  padding: 3px 0;
  border-bottom: 2px solid #70B01E;
  margin: 40px 0 4px 0;
}
.btn-default {
  color: #fff;
  background-color: #474949;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.btn-default:hover {
  color: #70B01E;
  background-color: #333;
  border: 1px solid transparent;
}
.btn-Neutral {
  color: #fff;
  background-color: #838486;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.btn-Neutral:hover {
  color: #70B01E;
  background-color: #838486;
  border: 1px solid transparent;
}
.SHOUTING {
  text-transform: uppercase;
}
.MainMenu,
.SecondaryMenu {
  text-transform: uppercase;
}
.SubMenuWrapper {
  background-color: #eee;
  text-transform: uppercase;
}
.navbar {
  margin-bottom: 0;
  overflow: visible;
  background-image: none;
  background-color: #0186B1;
  border-width: 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.navbar .navbar-nav > .active > a {
  background-color: #0186B1;
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-nav > li > a {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  color: #0186B1;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #0186B1;
  border-top: 10px solid #70B01E;
  padding-top: 5px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #70B01E;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #70B01E;
  background-color: #0186B1;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #70B01E;
  border-top-color: #70B01E;
}
.subNavbar {
  background-color: #eee;
  list-style: none outside none;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 5px;
  margin-bottom: 0;
}
.subNavbar > .active > a {
  background-color: rgba(1, 134, 177, 0.8);
  color: #fff;
}
.subNavbar > li > a {
  color: #474949;
  padding: 10px;
  float: left;
}
.subNavbar > li > a > .active {
  color: #fff;
  /*background-color: @DarkColour;*/
  border-top: 3px solid #70B01E;
  float: left;
}
.subNavbar:before,
.subNavbar:after {
  content: " ";
  display: table;
}
.subNavbar:after {
  clear: both;
}
.subNavbar > li > a:hover,
.subNavbar > li > a:focus {
  color: #0186B1;
}
.alert {
  margin-bottom: 0;
}
.noMargin {
  margin: 0;
}
.hatImage {
  width: 23px;
  height: 14px;
  background: url("/Content/images/hat.png") no-repeat scroll center center;
}
.curvedLeftCorners {
  -webkit-border-top-left-radius: 5px 5px;
  border-top-left-radius: 5px 5px;
  -webkit-border-bottom-left-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
}
.curvedRightCorners {
  -webkit-border-top-right-radius: 5px 5px !important;
  border-top-right-radius: 5px 5px !important;
  -webkit-border-bottom-right-radius: 5px 5px !important;
  border-bottom-right-radius: 5px 5px !important;
}
.tallButton {
  height: 30px;
  width: 30px;
  background-color: #0186B1;
  color: #fff;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
}
.btn-multiselect {
  background-color: transparent;
  border: 1px solid #ccc;
}
.tallButton:hover {
  color: #70B01E;
}
.maxWidth100 {
  max-width: 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.maxWidth200 {
  max-width: 200px;
  overflow: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.maxWidth300 {
  max-width: 300px;
  overflow: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.toolBar:after {
  clear: both;
}
.toolBar:before,
.toolBar:after {
  content: " ";
  display: table;
}
.crumbReadonly {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.crumb {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0186B1;
}
.crumb:hover {
  color: #888;
}
.toolbarButton {
  float: left;
  cursor: pointer;
  color: #fff !important;
  background: #474949;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toolbarButton:hover {
  color: #70B01E;
}
.modal-dialog,
.modal-dialog.modal-dialog-medium {
  max-width: 1000px;
}
.modal-dialog.modal-dialog-small {
  max-width: 800px;
}
.modal-dialog.modal-dialog-large {
  max-width: 1200px;
}
.modal-dialog-full {
  max-width: none;
}
.modal-dialog .modal-body {
  max-height: 70vh;
  overflow-y: auto;
}
.modal-header {
  color: #0186B1;
}
.SidebarButton {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #838486;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
  padding: 6px 12px;
  white-space: nowrap;
  margin: 10px 0 0 0;
}
.InWishlist {
  color: #70B01E;
}
.product-scroller-frame {
  margin-top: 15px;
  overflow: auto;
}
.product-scroller-frame .prevPage,
.product-scroller-frame .nextPage {
  width: 40px;
  padding: 110px 10px;
}
.product-scroller-frame .prevPage {
  float: left;
}
.product-scroller-frame .nextPage {
  float: right;
}
.product-scroller-frame .product-scroller2 {
  padding: 0;
  margin-right: 40px;
  margin-left: 40px;
}
.productScrollerItem,
.productDisplayItem {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 195px;
  padding-right: 25px;
  padding-left: 20px;
}
.productScrollerItem img,
.productDisplayItem img {
  margin-bottom: 5px;
  min-height: 212px;
}
.productScrollerItem .addToCartSection,
.productDisplayItem .addToCartSection {
  width: 125px;
}
.productDisplayItem {
  display: inline-block;
  margin-right: 15px;
}
.productScrollerItem:hover .productScrollerName {
  text-decoration: underline;
}
.productScrollerButton {
  color: #333;
  background-color: #dddddd;
  text-align: center;
  padding: 4px 0;
  margin-bottom: 4px;
}
.productScrollerButton:hover {
  background-color: #eee;
}
.productScrollerName {
  height: 40px;
}
.seriesDetail {
  height: 100%;
}
.non-special-price {
  text-decoration: line-through;
  font-size: 90%;
}
.special-price {
  font-weight: bold;
}
.productPricing {
  padding: 5px;
}
.productPricing h5 {
  margin: 0;
}
.productPricing button {
  font-size: 9pt;
  line-height: 1;
  padding: 4px 10px;
  background-position: 0 0;
}
.productItems {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
p .productExpander {
  -moz-transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
  -o-transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
  -webkit-transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
  transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
}
.productItemsli {
  display: inline-block;
  width: 500px;
  margin: 10px 5px 0;
  vertical-align: top;
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
}
.authorDiv {
  overflow: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #333;
}
.authorDiv ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.authorDiv ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.storeItems {
  list-style: none outside none;
  margin: 0 auto;
  padding: 0 0;
  width: 100%;
}
.storeItemsli {
  display: inline-block;
  width: 195px;
  margin: 10px 0 0 0;
  padding-right: 25px;
  padding-left: 20px;
  vertical-align: top;
  -moz-transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
  -o-transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
  -webkit-transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
  transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
}
.storeItemsli img {
  margin-bottom: 5px;
}
.storeItems li.expanded {
  height: 752px;
}
.storeItems-expander {
  width: 100%;
  position: absolute;
  top: auto;
  left: 0;
  text-align: left;
  /*overflow: hidden;*/
  -moz-transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
  -o-transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
  -webkit-transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
  transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
  z-index: 1;
}
.storeItems-expander-inner {
  background-color: #eee;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  margin-top: 30px;
  height: 100%;
}
.storeLargeImageContainer {
  max-width: 300px;
  vertical-align: top;
  padding-right: 15px;
}
.storeSmallImage {
  width: 150px;
  vertical-align: bottom;
}
.storeTinyImage {
  width: 100px;
  vertical-align: bottom;
}
.storeContentBlock {
  max-width: 50em;
}
.addToCart {
  color: #fff;
  background-color: #70B01E;
  padding: 3px !important;
  cursor: pointer !important;
  padding-left: 5px;
  padding-right: 5px;
}
.addToCartOption {
  color: #474949;
  cursor: pointer !important;
  overflow: auto;
  padding: 5px 0;
  border-top: 1px dashed #bbd775;
}
.addToCartOption:first-child {
  border-top-width: 0;
}
.addToCartMedia {
  padding-left: 5px;
  padding-right: 5px;
  overflow: auto;
}
.addToCartValueLine {
  padding-left: 5px;
}
.addToCartValue {
  display: inline-block;
}
.metadataBlock {
  display: inline-block;
}
.actionsBlock {
  display: inline-block;
  float: right;
  margin-bottom: 10px;
}
.CategoryMenu .CategoryMenuItem a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #474949;
  overflow: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 2px solid white;
  padding: 5px 0 2px 0;
}
.CategoryMenu .CategoryMenuItem a:hover,
.CategoryMenu .CategoryMenuItem a:active {
  background-color: #fff;
}
.CategoryMenu .CategoryLevel1 {
  background-color: #f7f7f7;
}
.CategoryMenu .CategoryLevel1 .glyphicon {
  padding: 5px;
}
.CategoryMenu .CategoryLevel1 a {
  padding-left: 10px;
}
.CategoryMenu .CategoryLevel2 {
  background-color: #ddd;
}
.CategoryMenu .CategoryLevel2 a {
  padding-left: 20px;
}
.CategoryMenu .CategoryLevel3 {
  background-color: #c9c9c9;
}
.CategoryMenu .CategoryLevel3 a {
  padding-left: 30px;
}
.CategoryMenu .CategoryLevel4 {
  background-color: #b7b7b7;
}
.CategoryMenu .CategoryLevel4 a {
  padding-left: 40px;
}
.CategoryMenu .selectedCategory {
  width: 4px;
  height: 20px;
}
.PromotionText {
  overflow: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 100px;
}
.storeTitle {
  font-size: 30px;
  font-weight: 300;
}
.btn.addToCartButton {
  padding: 2px;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.actionsBlock .btn.addToCartButton {
  padding: 6px 12px;
}
.carousel-inner {
  background: #eee;
  /* Old browsers */
  background: linear-gradient(to bottom, #838486 0%, #eee 42%, #eee 59%, #838486 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #333;
  min-height: 308px;
}
.carousel-inner p,
.carousel-inner h3 {
  color: #333;
}
.carousel-titleandblurb {
  padding: 30px;
}
.carousel-titleandblurb h3 {
  font-weight: 300;
}
.carousel-titleandblurb p,
.carousel-titleandblurb h3 {
  color: #333;
}
.storeContent:before,
.storeContent:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  padding-top: 100px;
  background-image: url("/Content/images/rule.png");
}
.AboutStoreBlurb {
  border: 2px solid #70B01E;
  margin: 1.5em 0;
  padding: 1em;
}
.AboutStoreBlurb p {
  padding: 0;
  font-size: 12px;
}
.AboutStoreBlurb p.lead {
  padding: 0;
  font-size: 15px;
}
.storeProduct {
  display: flex;
  border-top: 1px solid #9ACFE0;
  margin-top: 10px;
  padding: 20px 10px;
}
.storeProduct .storeProductImage {
  flex: 0 0 auto;
  padding-right: 20px;
}
.storeProduct .storeProductImage img {
  border: 1px solid #838486 !important;
}
.storeProduct .storeProductContent {
  flex: 1 1 auto;
}
.storeProduct .storeProductContent .priceLine {
  text-align: right;
}
.storeProduct .storeProductContent .priceLine .storeProductPrice {
  display: inline-block;
  vertical-align: middle;
}
.storeProduct .storeProductContent .priceLine .addToCartSection {
  display: inline-block;
}
.ProductAttributeFilter {
  background-color: #eee;
  padding: 1px 0 1px 10px;
}
@media (min-width: 768px) {
  .minHeight65vh {
    min-height: 65vh;
    overflow: auto;
  }
}
.navbar-header > div > a > .cartographer {
  color: white;
}
.checkout-navigation .navigation-section,
.iugo-store-navigation .navigation-section {
  position: absolute;
  width: 100%;
  z-index: 9;
  border: 2px solid #d5d5d5;
  border-top: none;
  background-color: white;
  padding: 1em;
}
.checkout-navigation .navigation-section ul.list-unstyled > li,
.iugo-store-navigation .navigation-section ul.list-unstyled > li {
  padding-left: 1em;
}
.checkout-navigation .navigation-section ul.list-unstyled > li.dropdown-header,
.iugo-store-navigation .navigation-section ul.list-unstyled > li.dropdown-header {
  padding-left: 0;
}
.checkout-navigation .navbar,
.iugo-store-navigation .navbar {
  background-color: #9ACFE0;
  padding: 0;
  margin: 0;
  min-height: auto;
  z-index: 400;
}
.checkout-navigation .navbar .nav.navbar-nav,
.iugo-store-navigation .navbar .nav.navbar-nav {
  float: none;
  margin: 0;
}
.checkout-navigation .navbar .nav.navbar-nav li > a,
.iugo-store-navigation .navbar .nav.navbar-nav li > a,
.checkout-navigation .navbar .nav.navbar-nav li.active > a,
.iugo-store-navigation .navbar .nav.navbar-nav li.active > a {
  text-align: center;
  padding-top: 10px;
  color: #017398;
  border-right: 1px solid #5fb3ce;
}
.checkout-navigation .navbar .nav.navbar-nav li:last-child > a,
.iugo-store-navigation .navbar .nav.navbar-nav li:last-child > a {
  border-right: none;
}
.checkout-navigation .navbar .nav.navbar-nav li.disabled > a,
.iugo-store-navigation .navbar .nav.navbar-nav li.disabled > a {
  color: #4caac8;
}
.checkout-navigation .navbar .nav.navbar-nav li > a:hover,
.iugo-store-navigation .navbar .nav.navbar-nav li > a:hover,
.checkout-navigation .navbar .nav.navbar-nav li.open > a,
.iugo-store-navigation .navbar .nav.navbar-nav li.open > a {
  color: #0186B1;
}
.checkout-navigation .navbar-inverse .navbar-nav > .open > a,
.iugo-store-navigation .navbar-inverse .navbar-nav > .open > a,
.checkout-navigation .navbar-inverse .navbar-nav > .active > a,
.iugo-store-navigation .navbar-inverse .navbar-nav > .active > a,
.checkout-navigation .navbar-inverse .navbar-nav > li.active > a,
.iugo-store-navigation .navbar-inverse .navbar-nav > li.active > a,
.checkout-navigation .navbar-inverse .navbar-nav > li:hover > a,
.iugo-store-navigation .navbar-inverse .navbar-nav > li:hover > a {
  background-image: none;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 400px) {
  .checkout-navigation {
    overflow: hidden;
  }
  .checkout-navigation li a::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid #9ACFE0;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
  }
  .checkout-navigation li a::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #0186B1;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
  }
  .checkout-navigation li.active a,
  .checkout-navigation li a:hover {
    background: white;
  }
  .checkout-navigation li.active a::after,
  .checkout-navigation li a:hover:after {
    border-left-color: white !important;
  }
}
@media (min-width: 400px) and (max-width: 500px) {
  .checkout-navigation li a {
    padding-right: 0 !important;
    padding-left: 30px !important;
  }
}
.checkout-navigation .navbar .nav.navbar-nav li > a {
  border-right: none;
  border-right-width: 0;
}
.rightOrBlock {
  clear: right;
  overflow: auto;
}
.rightOrBlock ul,
.rightOrBlock button {
  float: right;
}
@media (max-width: 768px) {
  .rightOrBlock ul,
  .rightOrBlock button {
    float: none;
  }
  .rightOrBlock ul {
    float: none;
  }
  .rightOrBlock button {
    width: 100%;
    text-align: center;
  }
  .authorDiv {
    white-space: normal;
  }
}
.dim {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0.5;
  background-color: #000;
  display: none;
}
.btn.btn-dark {
  background-color: #838486;
  color: #fff;
}
.cart-qty-label {
  display: inline-block;
  font-size: 140%;
  vertical-align: middle;
}
.btn.cart-qty-button {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  color: #fff;
  background-color: #aaa;
  cursor: pointer !important;
}
.btn.cart-qty-button .cart-qty-button-label {
  display: inline-block;
  line-height: 20px;
  margin-top: -1px;
  font-size: 20px;
}
.btn.cart-qty-button .cart-qty-button-label.minus {
  font-size: 26px;
  font-weight: bold;
}
.cart-qty-button-group {
  display: inline-block;
  min-width: 46px;
}
@media (max-width: 768px) {
  .btn.cart-qty-button {
    padding: 4px 8px 8px 8px;
    width: 40px;
    height: 40px;
    border-radius: 20px !important;
  }
  .btn.cart-qty-button .cart-qty-button-label {
    line-height: 40px;
    margin-top: -5px;
    font-size: 40px;
  }
  .btn.cart-qty-button .cart-qty-button-label.minus {
    font-size: 46px;
  }
}
.learningPathwayOverview {
  padding: 10px;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
/* columns of same height styles */
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
.ShadowEdgeRight {
  background-image: url("/Content/Fyndit/base/ShadowLeft.png");
  background-position: right;
  background-repeat: repeat-y;
}
.ShadowEdgeLeft {
  background-image: url("/Content/Fyndit/base/ShadowRight.png");
  background-position: left;
  background-repeat: repeat-y;
}
.minWidth100 {
  min-width: 100px;
}
.hashedBorderLeft:before,
.hashedBorderLeft:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  padding-top: 100px;
  background-image: url("/Content/images/rule.png");
}
.hashedBorderLeft:before {
  content: "";
  left: 0;
  margin-left: -5px;
}
.HorizontalScrollerButton a {
  background: url("/Content/images/top.png") no-repeat scroll center center #000000;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  display: block;
  height: 50px;
  margin: 0;
  text-indent: -9999px;
  width: 30px;
}
.smallPad {
  padding: 3px;
}
/*Interactivity - end*/
.limittedHeight {
  height: 30px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.italicFont {
  font-style: italic;
}
.pagePad {
  padding: 15px;
}
.pagePadLeft {
  padding-left: 15px;
}
.pagePadRight {
  padding-right: 15px;
}
.pagePadTop {
  padding-top: 15px;
}
.pagePadBottom {
  padding-bottom: 15px;
}
.roundedCorners {
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
}
.emptyContainer {
  color: #838486;
  padding: 30px;
}
.pageDiv {
  padding: 15px;
  min-height: 400px;
}
.pageDiv.minimal {
  padding-top: 0;
}
.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
}
.italic {
  font-style: italic;
}
.stdTable {
  -moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.stdTable th {
  cursor: pointer !important;
}
.stdTable th label,
.stdTable th span {
  cursor: pointer !important;
}
.stdTable th:hover {
  color: #0186B1;
}
.shallow {
  opacity: 0.2;
}
.noBorderLeft {
  border-left: none;
}
.noBorderRight {
  border-right: none;
}
.bold {
  font-weight: bold;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
/****************************/
/*      File Box Class      */
/****************************/
/****************************/
/*      File Box Class      */
/****************************/
.fileboxItems {
  display: flex;
}
.fileboxItems .folderPanel {
  flex: 1 1 auto;
  min-width: 280px;
  max-width: 400px;
  padding: 0.5em;
}
.fileboxItems .folderPanel .btn-link {
  color: #333;
  text-decoration: none;
  text-align: left;
  white-space: normal;
  margin-left: 0;
  margin-right: 0;
}
.fileboxItems .folderPanel .btn-link.selected {
  background-color: #9ACFE0;
}
.fileboxItems .folderPanel .folderButton {
  display: flex;
  background-color: #eee;
  margin-bottom: 3px;
}
.fileboxItems .folderPanel .expandButton {
  flex: 0 0 auto;
}
.fileboxItems .folderPanel .selectButton {
  flex: 1 1 auto;
}
.fileboxItems .folderPanel .btn-link:hover {
  background-color: #d5d5d5;
}
.fileboxItems .folderPanel .subfolders .folderButton {
  background-color: #e1e1e1;
}
.fileboxItems .folderPanel .subfolders .subfolders .folderButton {
  background-color: #d5d5d5;
}
.fileboxItems .folderPanel .subfolders .subfolders .subfolders .folderButton {
  background-color: #c8c8c8;
}
.fileboxItems .folderPanel .subfolders .subfolders .subfolders .subfolders .folderButton {
  background-color: #bbbbbb;
}
.fileboxItems .itemPanel {
  flex: 4 1 auto;
  padding-left: 0.5em;
  min-height: 30vh;
}
.fileboxItems .itemPanel th {
  font-weight: 300;
  color: #838486;
}
@media (max-width: 768px) {
  .fileboxItems {
    display: block;
  }
  .fileboxItems .folderPanel {
    flex: none;
    display: block;
    min-width: 100px;
    max-width: auto;
  }
  .fileboxItems .itemPanel {
    flex: none;
    display: block;
  }
}
.fileBoxToolbar {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 10px 0;
}
.fileBoxToolbar .fileBoxCollection {
  flex: 0 0 auto;
}
.fileBoxToolbar .fileBoxSearch {
  flex: 1 1 auto;
  max-width: 40em;
}
.fileBoxToolbar .fileBoxActions {
  flex: 0 0 auto;
}
.fileBoxToolbar .fileBoxView {
  flex: 0 0 auto;
}
.fileBoxToolbar .fileBoxCog {
  flex: 0 0 auto;
}
.fileBoxCrumb {
  color: #fff;
  background-color: #838486;
}
.fileBoxCrumb a,
.fileBoxCrumb a:visited,
.fileBoxCrumb a:active {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding-top: 8px;
}
.fileBoxCrumb a:hover {
  color: #eee;
  text-decoration: underline;
}
.fileBoxCrumb a:last-child,
.fileBoxCrumb a:last-child:hover {
  cursor: default;
  display: inline-block;
  padding: 8px 12px 6px 12px;
  text-decoration: none;
}
.fileBoxCrumb .glyphicon:first-child {
  display: none;
}
.fileBoxFolder {
  background-image: url("/Content/Fyndit/Images/FolderGrey64.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 1px solid #fff;
}
.fileBoxFolderSmall {
  background-image: url("/Content/Fyndit/Images/FolderGrey16.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 1px solid #fff;
}
.fileBoxFileProduct {
  background-image: url("/Content/Fyndit/Images/BookGrey64.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.fileBoxFileProductSmall {
  background-image: url("/Content/Fyndit/Images/BookGrey16.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.fileBoxWebLink {
  background-image: url("/Content/Fyndit/Images/LinkGrey64.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.fileBoxWebLinkSmall {
  background-image: url("/Content/Fyndit/Images/LinkGrey16.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.fileBoxLearningPathway {
  background-image: url("/Content/Fyndit/Images/RefreshGrey64.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.fileBoxLearningPathwaySmall {
  background-image: url("/Content/Fyndit/Images/RefreshGrey16.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.fileBoxFileResource {
  background-image: url("/Content/Fyndit/Images/PaperClipGrey64.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.fileBoxFileResourceSmall {
  background-image: url("/Content/Fyndit/Images/PaperClipGrey16.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.FileResource-Image {
  background-image: url("/Content/Fyndit/Images/FileTypeImage64.png");
}
.FileResource-Pdf {
  background-image: url("/Content/Fyndit/Images/FileTypePdf64.png");
}
.FileResource-Audio {
  background-image: url("/Content/Fyndit/Images/FileTypeAudio64.png");
}
.FileResource-Text {
  background-image: url("/Content/Fyndit/Images/FileTypeText64.png");
}
.fileboxItemIcon {
  position: relative;
  margin: 5px;
  height: 120px;
  width: 100px;
  float: left;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.fileboxItemIcon:hover div {
  text-decoration: underline;
}
.fileboxItemListIcon {
  height: 16px;
  width: 16px;
  display: inline-block;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.fileboxItemListIcon:hover div {
  text-decoration: underline;
}
.title {
  height: 40px;
  max-height: 40px;
  max-width: 100px;
  overflow: hidden;
}
.fileboxItemIcon .badge {
  background-color: #fff;
  color: #838486;
}
.fileboxItemTop {
  height: 75px;
}
.fileboxItemTop .dropdown {
  position: absolute;
  right: 2px;
  top: 0;
}
.fileboxItemTop .selectionCheckbox {
  position: absolute;
  right: 0;
  top: 0;
}
.FileBoxItem .caret {
  border-width: 6px;
}
.fileboxItemStar {
  position: absolute;
  right: 0;
  top: 20px;
}
.fileboxFolder.DropTargetHighlight {
  background-color: #70B01E;
}
.emptyFolder {
  color: #888;
  padding: 30px;
}
.emptyFolder strong {
  color: #838486;
}
/*

img {
    border-style: none;
    border: none;
    -moz-border-image: none;
    -o-border-image: none;
    -webkit-border-image: none;
    border-image: none;
    border-width: 10px;
    border-image-width: 0;
}

.dropdown-menu-scroll {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.fileProduct {
    margin: 5px;
    width: 224px;
    float: left;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    background-color: @LightNeutralColour;
}

.fileProduct:hover .short_headlineProducts {
    text-decoration: underline;
}

.FileBoxItemLabel {
    overflow: hidden;
}

#draggingContainer .FileBoxItemIcon {
    width: 130px;
    float: left;
}

.FileBoxItem .tokenfield.form-control {
    background-color: transparent;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}*/
.selectionArea {
  display: flex;
}
.selectionNav {
  width: 6em;
  flex: 1 1 auto;
}
.selectionUI {
  flex: 1 1 auto;
}
.flexContainer {
  display: flex;
  align-content: stretch;
}
.flexContainer .flexFillItem {
  flex: 1 1 auto;
}
.lessonTable td.filebox-resources-section {
  padding: 0;
  vertical-align: bottom;
}
.filebox-resources-section-inner {
  display: flex;
  align-content: stretch;
  justify-content: flex-end;
}
.filebox-resources-section-inner ul {
  flex: 1 1 auto;
  padding: 10px 0 5px 10px;
}
.filebox-resources-section-inner .filebox-resources-toolbar {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column-reverse;
}
/****************************/
/*   File Box Class - end   */
/****************************/
.learningPathwayToolbar {
  background-color: #eee;
  overflow: auto;
  min-height: 30px;
  padding: 10px;
}
.learningPathwayStepEditor {
  display: flex;
}
.learningPathwayStepEditor .learningPathwayStepList {
  width: 6em;
  flex: 0 1 auto;
}
.learningPathwayStepEditor .learningPathwayElementEditor {
  flex: 1 1 auto;
}
.learningPathwayElement {
  border-bottom: #eee solid 1px;
}
.lpButtonArea {
  padding: 5px;
}
.lpButtonArea > button {
  width: 40px;
}
/*Interactivity*/
.MultiChoiceOptionImage {
  max-width: 200px;
  max-height: 200px;
}
.MultiChoiceOption {
  padding: 10px;
  margin: 5px;
  font-size: 110%;
}
.MultiChoiceOptionUnselected:hover {
  background-color: #fff;
}
.MultiChoiceOptionSelected {
  background-color: rgba(1, 134, 177, 0.8);
  color: #fff;
}
.MixAndMatchOption {
  background-color: rgba(1, 134, 177, 0.8);
  color: #fff;
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
}
.questionIndex {
  font-size: 80%;
}
.wordSelectionOptionTextIsSelectable {
  font-weight: bold;
  padding: 5px;
}
.wordSwapGroupOption {
  min-width: 200px;
}
.toolbar-on-hover-container {
  min-height: 30px;
}
.toolbar-on-hover-container .toolbar-on-hover {
  visibility: hidden;
  float: right;
}
.toolbar-on-hover-container:hover .toolbar-on-hover {
  visibility: visible;
}
/****************************/
/*   File Box Class - end   */
/****************************/
.stopLongTextOverflowing {
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  /* IE 5+ */
  -ms-word-break: break-word;
  word-break: break-word;
  /* Chrome */
}
.instructions {
  font-size: 80%;
  color: #838486;
}
.lessonTable td {
  padding: 10px;
  vertical-align: top;
  -ms-word-break: break-word;
  word-break: break-word;
  min-width: 6em;
}
.lessonTable td ul,
.lessonTable td ol {
  margin-left: 0;
  padding-left: 1.5em;
}
.lessonCell {
  padding: 10px;
  display: table-cell;
  border: #ddd solid 1px;
  /*background-color: beige;*/
}
.ddAnchor {
  /*background-color: #999;*/
  height: 8px;
}
.socialIcon {
  font-family: 'socicon' !important;
}
.has-sidebar .container {
  width: auto;
  /* Containers should be fluid if sidebar is present */
}
.planCatBox {
  border: #eee solid 1px;
  padding: 7px;
  min-height: 36px;
}
.planCatNode {
  color: #0186B1;
}
.plan-fields select {
  border: 1px solid #ddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 6px;
}
.plan-fields .btn-group button.multiselect {
  border: 1px solid #ddd;
}
.plan-fields label {
  line-height: 2;
}
.min-height150 {
  min-height: 150px;
}
#faq img {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media print {
  .min-height150 {
    min-height: 15px;
  }
}
.daily-planner .row {
  margin-right: 0;
  margin-left: 0;
}
.SmallPrimaryLink {
  color: #70B01E;
  cursor: pointer !important;
  padding-left: 5px;
  font-size: 90%;
}
.SmallPrimaryLink:hover {
  color: #0186B1;
}
.glyphicon-reverse {
  transform: scale(-1, 1);
}
.defaultTransition {
  -moz-transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
  -o-transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
  -webkit-transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
  transition: width 0.5s, height 0.8s, background-color 0.5s, transform 0.5s;
}
.signal {
  border: 3px solid rgba(1, 134, 177, 0.8);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  opacity: 0;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-moz-keyframes pulsate {
  0% {
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.transformer1s {
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -o-transition: all 1s;
  transition: all 1s;
  /* Opera */
}
.transformer0_5s {
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /* Opera */
}
.transformerColour0_5s {
  -moz-transition: background-color color 0.5s;
  /* Firefox 4 */
  -webkit-transition: background-color color 0.5s;
  /* Safari and Chrome */
  -o-transition: background-color color 0.5s;
  transition: background-color color 0.5s;
  /* Opera */
}
.scale100 {
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -o-transition: all 1s;
  transition: all 1s;
  /* Opera */
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.scale50 {
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -o-transition: all 1s;
  transition: all 1s;
  /* Opera */
  -moz-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  -o-transform: scaleX(0.5);
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.scale0 {
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -o-transition: all 1s;
  transition: all 1s;
  /* Opera */
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
#signupForm .col-xs-1,
#signupForm .col-sm-1,
#signupForm .col-md-1,
#signupForm .col-lg-1,
#signupForm .col-xs-2,
#signupForm .col-sm-2,
#signupForm .col-md-2,
#signupForm .col-lg-2,
#signupForm .col-xs-3,
#signupForm .col-sm-3,
#signupForm .col-md-3,
#signupForm .col-lg-3,
#signupForm .col-xs-4,
#signupForm .col-sm-4,
#signupForm .col-md-4,
#signupForm .col-lg-4,
#signupForm .col-xs-5,
#signupForm .col-sm-5,
#signupForm .col-md-5,
#signupForm .col-lg-5,
#signupForm .col-xs-6,
#signupForm .col-sm-6,
#signupForm .col-md-6,
#signupForm .col-lg-6,
#signupForm .col-xs-7,
#signupForm .col-sm-7,
#signupForm .col-md-7,
#signupForm .col-lg-7,
#signupForm .col-xs-8,
#signupForm .col-sm-8,
#signupForm .col-md-8,
#signupForm .col-lg-8,
#signupForm .col-xs-9,
#signupForm .col-sm-9,
#signupForm .col-md-9,
#signupForm .col-lg-9,
#signupForm .col-xs-10,
#signupForm .col-sm-10,
#signupForm .col-md-10,
#signupForm .col-lg-10,
#signupForm .col-xs-11,
#signupForm .col-sm-11,
#signupForm .col-md-11,
#signupForm .col-lg-11,
#signupForm .col-xs-12,
#signupForm .col-sm-12,
#signupForm .col-md-12,
#signupForm .col-lg-12 {
  padding-left: 0;
  padding-right: 3px;
}
#signupForm .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3px;
}
#subscriptionForm .form-horizontal .row-fluid .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
#signupForm .form-group,
#subscriptionForm .form-group {
  margin-bottom: 3px;
}
#signupForm .has-error .form-control,
#subscriptionForm .has-error .form-control {
  background-color: pink;
}
#signupForm .has-error .help-inline,
#subscriptionForm .has-error .help-inline {
  color: #a94442;
}
#signupForm .hide-help-block .help-block,
#subscriptionForm .hide-help-block .help-block {
  display: none;
}
.help-block.hide-if-no-error,
.help-inline.hide-if-no-error {
  display: none;
}
.has-error .help-block.hide-if-no-error {
  display: block;
}
.has-error .help-inline.hide-if-no-error {
  display: inline-block;
}
.panel-heading [data-toggle="collapse"] h4 {
  font-size: 1em;
}
.panel-heading [data-toggle="collapse"] h4:before {
  font-family: 'Glyphicons Halflings';
  content: "\e113";
  float: right;
  color: grey;
  overflow: no-display;
}
.panel-heading [data-toggle="collapse"].collapsed h4:before {
  content: "\e114";
}
a.accordion-toggle {
  text-decoration: none;
}
.ProductDetailPage .ekko-lightbox-nav-overlay a {
  color: #70B01E;
  text-shadow: 2px 2px 4px #000;
  opacity: 0.5;
}
.fc .fc-day-header {
  color: #0186B1;
  cursor: pointer !important;
}
.fc .fc-day-header:hover {
  text-decoration: underline;
}
.test-site-banner {
  background-color: #bd362f;
  color: #fff;
  text-align: center;
}
.test-site-banner.bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 666;
  padding-top: 5px;
}
.blackout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  z-index: 999;
}
.formWidth50 {
  width: 50% !important;
}
.formWidth60 {
  width: 60% !important;
}
.formWidth70 {
  width: 70% !important;
}
.formWidth80 {
  width: 90% !important;
}
.formWidth90 {
  width: 90% !important;
}
.formWidthQuarter {
  width: 50px !important;
}
.formWidthThird {
  width: 70px !important;
}
.formWidthHalf {
  width: 100px !important;
}
.formWidth {
  width: 200px !important;
}
.formWidthAndHalf {
  width: 300px !important;
}
.formWidthDouble {
  width: 400px !important;
}
.formWidthTripple {
  width: 600px !important;
}
.formWidthQuadruple {
  width: 800px !important;
}
.subscriptionIndexPage .container-fluid,
.subscriptionRequiredPage .container-fluid,
.homePage .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
}
.subscriptionIndexPage .container-fluid .container-fluid,
.subscriptionRequiredPage .container-fluid .container-fluid,
.homePage .container-fluid .container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: -10px;
  margin-left: -10px;
}
.showOnHoverParent .showOnHover {
  visibility: collapse;
}
.showOnHoverParent:hover .showOnHover {
  visibility: visible;
}
.form-group .validationMessage {
  color: #b94a48;
}
.circle {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 100%;
}
.thin {
  font-weight: 100;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px  !important;
}
.btn-circle.btn-xl {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px  !important;
}
.btn-circle.btn-lg {
  width: 40px;
  height: 40px;
  padding: 8px 8px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 20px !important;
}
.strikethrough {
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .smallerOnMobile {
    font-size: 120%;
  }
}
.contactPhoneNumbers a {
  white-space: nowrap;
}
body footer section a,
body footer section a:visited,
body footer section a:hover,
body footer section a:active {
  color: #fff;
}
.flexGrid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.flexGrid .flexGridItem {
  flex: 0 1 auto;
}
.two-column-sequential {
  border-top: 1px solid #eee;
}
.two-column-sequential .froala-preview,
.two-column-sequential .summernote-preview {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 3em;
}
.btn.btn-rounded-bottom {
  border-radius: 0 0 5px 5px;
}
.hide-when-not-affixed.affix-top .nav {
  display: none;
}
.hide-when-not-affixed.affix .nav {
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
h1,
h2,
h3 {
  margin-bottom: 0;
  margin-top: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit-sub {
  margin-bottom: 20px;
  overflow: visible;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 10px 0px #aaa;
  -webkit-box-shadow: 0px 0px 10px 0px #aaa;
  box-shadow: 0px 0px 10px 0px #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit-sub h3 {
  padding: 10px 15px;
  background-color: #aaa;
  color: #b94a48;
  display: block;
  font-family: 'swis721 cn bt roman', Arial;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  outline: medium none;
  margin-bottom: 20px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
}
.hero-unit-sub p {
  display: block;
  font-family: 'swis721 cn bt roman', Arial;
  font-weight: normal;
  padding: 10px;
  font-size: 18px;
  color: #838486;
  line-height: 1.4;
}
.hero-unit-sub .control-group {
  display: block;
  font-family: 'swis721 cn bt roman', Arial;
  font-weight: normal;
  font-size: 18px;
  color: #838486;
  padding-right: 20px;
  padding-left: 20px;
}
.btn {
  border-radius: 0px 0px 0px 0px;
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  width: auto;
}
/*.modal-body
{
    padding-top: 0px;
}*/
.navbar {
  z-index: 750;
}
.navbar .nav > li > .dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.navbar .nav > li > .dropdown-menu:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-default .navbar-nav > .active > a {
  background-image: none;
  box-shadow: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #0186B1;
}
.row .row {
  margin-bottom: 10px;
}
select.input-small,
textarea.input-small,
input.input-small[type="text"],
input.input-small[type="password"],
input.input-small[type="datetime"],
input.input-small[type="datetime-local"],
input.input-small[type="date"],
input.input-small[type="month"],
input.input-small[type="time"],
input.input-small[type="week"],
input.input-small[type="number"],
input.input-small[type="email"],
input.input-small[type="url"],
input.input-small[type="search"],
input.input-small[type="tel"],
input.input-small[type="color"] {
  width: 100px;
}
table {
  border-collapse: inherit;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
img {
  border-style: none;
  border: none;
  -moz-border-image: none;
  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;
  border-width: 0px;
  border-image-width: 0px;
}
.carousel-control.left {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat-x;
}
.carousel-control.right {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat-x;
}
.item {
  padding: 20px;
}
.carousel-control {
  width: 5%;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default.active {
  color: #333;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: rgba(1, 134, 177, 0.8);
  border-color: #0186B1;
  color: #70B01E;
  cursor: default;
  z-index: 2;
}
.dropdown-menu > li > span {
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
  cursor: pointer;
}
.dropdown-menu > li > span:hover,
.dropdown-menu > li > span:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > span,
.dropdown-menu > .active > span:hover,
.dropdown-menu > .active > span:focus {
  background-color: #357ebd;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > li > a {
  padding: 3px 20px 3px 30px;
}
/*@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}*/
.modal {
  z-index: 888;
}
.modal-backdrop {
  z-index: 887;
}
.StyledFont {
  font-family: 'Roboto', sans-Serif;
  font-weight: 300;
}
.StyledFont.normal {
  font-weight: 400;
}
.StyledFont.bold {
  font-weight: 700;
}
.homeContrastColour {
  color: #1a4a8f;
}
#fixed-header-content {
  position: fixed;
  width: 100%;
  z-index: 555;
}
.logo {
  margin: 12px 15px 13px 10px;
}
.layoutBody {
  padding-top: 92px;
  min-height: 65vh;
}
.no-subnav .layoutBody,
.iugo-home .layoutBody {
  padding-top: 60px;
}
.storeLayoutBody {
  background-color: #c6e7f3;
}
.checkoutLayoutBody {
  background-color: #c6e7f3;
}
.checkoutLayoutBody .container {
  padding: 0;
}
.row-same-height {
  min-height: 70vh;
}
#plan-toolbar {
  z-index: 556;
}
#plan-toolbar.affix {
  left: 68%;
  top: 55px;
}
#lesson-week-header.affix {
  z-index: 120;
  top: 92px;
  left: 0;
  padding-left: 41px;
  width: 100%;
}
#lesson-week-header.affix .pull-right {
  margin-right: 29.5%;
}
.header {
  background-color: #0186B1;
}
.iugo-home .navbar {
  background-color: rgba(1, 134, 177, 0.85);
}
.nav > li > a {
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  box-sizing: border-box;
  color: #0186B1;
  background-color: #9ACFE0;
  border-top: none;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover {
  background-color: #9ACFE0;
  color: #0186B1;
}
.site-header .MainMenu.nav > li > a,
.site-header .MainMenu.navbar-nav > .active > a,
.site-header .MainMenu.navbar-nav > .active > a:hover,
.site-header .MainMenu.navbar-nav > .active > a:focus {
  height: 35px;
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.site-header .SecondaryMenu.nav > li > a,
.site-header .SecondaryMenu.navbar-nav > .active > a,
.site-header .SecondaryMenu.navbar-nav > .active > a:hover,
.site-header .SecondaryMenu.navbar-nav > .active > a:focus {
  height: 60px;
  padding-top: 5px;
  padding-bottom: 35px;
}
.iugo-home .site-header .MainMenu.nav > li > a,
.iugo-home .site-header .MainMenu.navbar-nav > .active > a,
.iugo-home .site-header .MainMenu.navbar-nav > .active > a:hover,
.iugo-home .site-header .MainMenu.navbar-nav > .active > a:focus,
.iugo-home .site-header .SecondaryMenu.nav > li > a,
.iugo-home .site-header .SecondaryMenu.navbar-nav > .active > a,
.iugo-home .site-header .SecondaryMenu.navbar-nav > .active > a:hover,
.iugo-home .site-header .SecondaryMenu.navbar-nav > .active > a:focus {
  height: 60px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #70B01E;
}
.MainMenuWrapper.navbar-collapse.collapsing .MainMenu.nav > li > a,
.MainMenuWrapper.navbar-collapse.collapse.in .MainMenu.nav > li > a,
.MainMenuWrapper.navbar-collapse.collapsing .MainMenu.navbar-nav > .active > a,
.MainMenuWrapper.navbar-collapse.collapse.in .MainMenu.navbar-nav > .active > a,
.MainMenuWrapper.navbar-collapse.collapsing .MainMenu.navbar-nav > .active > a:hover,
.MainMenuWrapper.navbar-collapse.collapse.in .MainMenu.navbar-nav > .active > a:hover,
.MainMenuWrapper.navbar-collapse.collapsing .MainMenu.navbar-nav > .active > a:focus,
.MainMenuWrapper.navbar-collapse.collapse.in .MainMenu.navbar-nav > .active > a:focus {
  height: auto;
  margin-top: 0;
}
.MainMenuWrapper.navbar-collapse.collapsing .SecondaryMenu.nav > li > a,
.MainMenuWrapper.navbar-collapse.collapse.in .SecondaryMenu.nav > li > a,
.MainMenuWrapper.navbar-collapse.collapsing .SecondaryMenu.navbar-nav > .active > a,
.MainMenuWrapper.navbar-collapse.collapse.in .SecondaryMenu.navbar-nav > .active > a,
.MainMenuWrapper.navbar-collapse.collapsing .SecondaryMenu.navbar-nav > .active > a:hover,
.MainMenuWrapper.navbar-collapse.collapse.in .SecondaryMenu.navbar-nav > .active > a:hover,
.MainMenuWrapper.navbar-collapse.collapsing .SecondaryMenu.navbar-nav > .active > a:focus,
.MainMenuWrapper.navbar-collapse.collapse.in .SecondaryMenu.navbar-nav > .active > a:focus {
  height: auto;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.subNavbar {
  background-color: #9ACFE0;
}
.subNavbar > li > a {
  color: #0186B1;
  padding: 7px 10px 5px 10px;
}
.subNavbar > li > a:hover,
.subNavbar > li > a .active > a {
  color: #fff;
}
.subNavbar > li > a .active > a {
  background-color: #0186B1;
}
.navbar-default .navbar-toggle {
  margin-top: 15px;
  border-color: #9ACFE0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #9ACFE0;
}
.MainMenu,
.SecondaryMenu {
  padding-right: 10px;
}
.SubMenuWrapper {
  background-color: #9ACFE0;
  margin-bottom: 0;
}
footer {
  padding-top: 2em;
  background-color: #0186B1;
}
.FooterLabel {
  color: #9ACFE0;
}
.btn-default {
  background-color: #70B01E;
  /*&:hover{
        background-color: @SecondaryColourFaint;
    }*/
}
.btn-bordered {
  border: 1px solid #e1e1e1;
  background-color: #eee;
}
.btn-bordered:hover {
  background-color: #fff;
}
.btn-image:hover {
  background-color: #eee;
}
.topRightMenu {
  border: none;
}
a.school-action-link {
  color: #333;
}
#toast-container > div {
  opacity: 1;
}
.toast-top-center {
  top: 120px;
}
.admin-menu a {
  cursor: pointer !important;
  display: block;
  font-weight: bold;
  font-size: 1.3em;
  height: 70px;
  width: 100%;
  border: 1px solid #e1e1e1;
  background-color: #eee;
  padding-top: 20px;
  text-align: center;
}
.admin-menu a:hover {
  background-color: #70B01E;
  color: #fff;
}
.flowing-box {
  display: inline-block;
  vertical-align: top;
}
.tab-selector .tree {
  background-color: #f0f0f0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.tab-selector .nav-tabs-tree > li > a {
  border-color: #f0f0f0;
  border-bottom: none;
}
.tab-selector .nav-tabs-tree > li.active > a,
.tab-selector .nav-tabs > li.active > a:hover,
.tab-selector .nav-tabs > li.active > a:focus {
  background-color: #f0f0f0;
  border-color: #ddd;
  border-bottom: none;
}
.not-bold {
  font-weight: normal;
}
.heading-free {
  margin-bottom: 0;
}
.heading-free .optional-heading {
  display: none;
}
#tasklist .loading {
  padding-top: 20px;
  font-size: 100%;
}
#tasklist .todo-list {
  background-color: #fff;
  margin: 0;
  padding: 1em 0;
}
#tasklist .todo-item {
  margin: 0 0 0.5em 0;
  padding: 0.5em;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
#tasklist .todo-item .move-today,
#tasklist .todo-item .move-tomorrow {
  color: #666;
  font-size: 120%;
}
#tasklist .todo-item.completed {
  text-decoration: line-through;
  color: #aaa;
}
.ghosted {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  background-color: white;
  z-index: 200;
}
.ghosted:hover {
  opacity: 0.6;
}
.homePage {
  font-family: 'Roboto', sans-Serif;
  font-weight: 300;
  color: #838486;
  font-size: 1.4em;
}
.homePage h1,
.homePage h2,
.homePage h3,
.homePage h4 {
  font-weight: 100;
  color: #1a4a8f;
}
.homePage h1 {
  font-size: 3em;
  padding: 1.5em 0 0.7em 0;
}
.homePage h2 {
  font-size: 2em;
  padding: 1em 0 0.3em 0;
}
.homePage h3 {
  font-size: 1.5em;
  padding: 0.5em 0;
}
.homePage h4 {
  font-weight: 300;
  font-size: 1.1em;
  padding: 0.4em 0 0 0;
}
.homePage .btn,
.homePage input {
  border-radius: 4px;
}
.homePage .btn-primary {
  background-color: #0061af;
}
.homePage .boxes {
  padding: 1em 0;
}
.homePage .box {
  margin: 0 1em;
  border: 1px solid #838486;
  border-radius: 10px;
  background-color: white;
  padding: 1em;
  min-height: 300px;
}
.homePage .box img {
  margin: 0 auto;
}
.homePage .box.shorter {
  min-height: 225px;
}
#home-hero {
  background-color: #E1E2E4;
}
#home-hero .container {
  background: url('/Content/Fyndit/iUgoHome/Computer-girl-long.png') bottom left no-repeat;
  min-height: 472px;
}
@media screen and (max-width: 992px) {
  #home-hero .container {
    background-image: none;
  }
}
#home-award {
  background-color: #C7E4e4;
  padding-top: 20px;
  padding-bottom: 20px;
}
#home-award img {
  max-width: 70px;
  margin-right: 1em;
}
#home-award .heading {
  display: inline-block;
  vertical-align: middle;
  color: #838486;
  font-weight: 100;
  font-size: 1.6em;
  line-height: 1.8em;
}
#home-devices,
#home-features {
  padding-top: 1em;
  text-align: center;
}
#home-devices {
  padding: 1em 2em 2em 2em;
}
#home-devices img {
  margin: 20px auto;
}
#home-features,
#home-subscribe {
  padding-top: 1em;
  background-color: #EFF2F3;
  padding-bottom: 2em;
}
#home-features img {
  max-width: 70px;
}
#home-features h3 {
  font-size: 1.2em;
}
#home-features p {
  font-size: 0.9em;
}
#home-testimonials {
  padding-top: 1em;
  background-color: #D0DFEB;
}
#home-testimonials .testimonial-item {
  margin: 2em 0;
  min-height: 6em;
  color: #1a4a8f;
  padding-bottom: 2em;
}
#home-testimonials .testimonial-person {
  font-size: 0.8em;
  color: #1a4a8f;
}
#home-testimonials .testimonial-right {
  margin-left: 125px;
}
#home-testimonials .testimonial-left {
  margin-right: 125px;
}
#home-testimonials img.pull-left {
  margin-right: 25px;
}
#home-testimonials img.pull-right {
  margin-left: 25px;
}
#home-why {
  padding-top: 1em;
  padding-bottom: 100px;
  position: relative;
}
#home-why .home-why-image {
  background: transparent url('/Content/Fyndit/iUgoHome/apple-woman.png') bottom right no-repeat;
  position: absolute;
  width: 1317px;
  height: 500px;
  bottom: 0;
  right: 0;
  z-index: 2;
}
#home-why .home-why-divider {
  background-color: #d8d4d6;
  width: 100%;
  height: 53px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #home-why .home-why-image {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #home-why {
    padding-bottom: 520px;
  }
}
#home-subscribe {
  text-align: center;
  padding-top: 2em;
}
#home-subscribe form {
  text-align: left;
  max-width: 380px;
  margin: 2em auto 1em auto;
}
.circles {
  width: 600px;
  height: 514px;
  background: url('/Content/Fyndit/iUgoHome/circles.png') top right no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.circles.medium {
  width: 450px;
  height: 385.5px;
  background-size: cover;
}
.circles.small {
  width: 300px;
  height: 257px;
  background-size: cover;
}
.circles-darker {
  background: url('/Content/Fyndit/iUgoHome/circles2.png') top right no-repeat;
}
.SignUpBackgroundImage {
  overflow: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.SignUpBackgroundImageGray {
  background-color: #ececec;
  overflow: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url('/Content/Fyndit/Accents/Images/signupBackground.png');
  margin-top: -10px;
}
@media screen and (max-width: 1200px) {
  .SignUpBackgroundImageGray {
    background-position: 70% center;
  }
}
@media screen and (max-width: 991px) {
  .SignUpBackgroundImageGray {
    background-image: none;
  }
}
.SignUpBackgroundImageBlue {
  overflow: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url('/Content/Fyndit/Accents/Images/signupBackgroundBlue.png');
}
.SignUpPackage {
  background-color: #eee;
  border: 1px solid #838486;
  padding: 1.5em 1em 0 1em;
  min-height: 80px;
  border-radius: 80px;
  cursor: pointer;
  position: relative;
}
.SignUpPackage .SignUpPackageSelectedIndicator {
  display: none;
}
.SignUpPackage .SignUpPackageDescription {
  margin: -5px 0 10px 20px;
}
.SignUpPackageWithImage {
  padding-right: 80px;
}
.SignUpPackageSelected {
  border-color: #70B01E;
  color: #70B01E;
  margin-left: -36px;
}
.SignUpPackageSelected .SignUpPackageSelectedIndicator {
  display: inline-block;
  margin-right: 10px;
}
.SignUpPackageSelected .SignUpPackageDescription {
  margin-left: 56px;
}
.learningPathwayElement {
  border-bottom: #eee solid 1px;
}
.lpButtonArea {
  padding: 5px;
}
.lpButtonArea > button {
  width: 40px;
}
/*Interactivity*/
.MultiChoiceOptionImage {
  max-width: 200px;
  max-height: 200px;
}
.MultiChoiceOption {
  padding: 10px;
  margin: 5px;
  font-size: 110%;
}
.MultiChoiceOptionUnselected:hover {
  background-color: #fff;
}
.MultiChoiceOptionSelected {
  background-color: rgba(1, 134, 177, 0.8);
  color: #fff;
}
.MixAndMatchOption {
  background-color: rgba(1, 134, 177, 0.8);
  color: #fff;
  -moz-border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
}
.questionIndex {
  font-size: 80%;
}
.wordSelectionOptionTextIsSelectable {
  font-weight: bold;
  padding: 5px;
}
.wordSwapGroupOption {
  min-width: 200px;
}
.toolbar-on-hover-container {
  min-height: 30px;
}
.toolbar-on-hover-container .toolbar-on-hover {
  visibility: hidden;
  float: right;
}
.toolbar-on-hover-container:hover .toolbar-on-hover {
  visibility: visible;
}
.dashboard-title {
  text-transform: uppercase;
  color: #838486;
  margin: 5px 0 0 5px;
}
.dashboard-welcome {
  background-color: #FDD09E;
  border: 1px solid #f9b06c;
  border-radius: 5px;
  padding: 0.4em 1em 0.3em 1em;
}
.dashboard-shortcuts {
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 1em 0 2em 0;
}
.dashboard-tiles {
  display: flex;
  align-items: stretch;
}
.dashboard-tiles .tile {
  width: 16%;
  flex-grow: 1;
  padding: 1em 0.5em 0.5em 0.5em;
  text-align: center;
}
.dashboard-tiles .tile img {
  max-width: 50px;
  margin: 0 auto;
}
.dashboard-tiles .tile h3 {
  font-weight: 100;
  color: #0186B1;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.dashboard-tiles .tile:hover {
  background-color: rgba(0, 190, 237, 0.05);
}
.circled-number {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-Serif;
  font-weight: 300;
  color: #0186B1;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 26px;
  border: 1px solid #0186B1;
  text-align: center;
  border-radius: 100%;
}
#sidebar-webinar-link .btn,
#sidebar-get-started-link .btn,
#sidebar-invite-colleagues-link .btn {
  color: white;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 4px;
}
#sidebar-webinar-link .btn {
  background-color: #00B5AE;
}
#sidebar-get-started-link .btn {
  background-color: #6EAF43;
}
#sidebar-invite-colleagues-link .btn {
  background-color: #0160AE;
}
.signal-block {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 0 5px;
}
/* ---------- Day by day lessons ----------------------*/
.lessonTable {
  margin: 10px;
  border-top: #ddd solid 1px;
  border-left: #ddd solid 1px;
}
.lessonTable .lessonWeekDayHeader {
  display: flex;
  font-weight: bold;
}
.lessonTable .lessonWeekDayCell {
  flex: 1 0 auto;
  padding: 10px;
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
}
.lessonTable .lessonCalendarNotesRow {
  display: flex;
}
.lessonTable .lessonCalendarNotesCell {
  flex: 1 0 auto;
}
.lessonTable .lessonNotesRow {
  display: flex;
}
.lessonTable .lessonNotesCell {
  flex: 1 0 auto;
  border-right: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
}
.lessonTable .collapsedColumn {
  width: 5px;
  padding: 1px !important;
}
.lessonTable .current-term-week,
.lessonTable .current-week-day,
.lessonTable .nav-tabs > li > a.current-term-week {
  /*.nav-tabs > li.active > a.current-term-week {*/
  background-color: #fcf8e3;
}
.store-main {
  background-color: #fff;
  padding: 0;
}
.store-main .spacer {
  background-color: #c6e7f3;
  height: 10px;
  width: 100%;
}
.store-left-sidebar {
  padding: 10px;
}
.store-right-sidebar {
  padding: 10px;
}
.storeTitleBanner {
  background-color: #0186B1;
  color: #fff;
}
.storeTitleBanner .storeTitle {
  color: #fff;
}
.slider.slider-horizontal {
  width: 100% !important;
}
.daily-planner .event-inner ul li a.hoverLink {
  color: #0186B1;
}
/* Legacy tinymce styles */
.mce-item-table,
.mce-item-table td,
.mce-item-table th,
.mce-item-table caption {
  border: 1px solid #bbb;
}
.mce-item-table {
  width: 100%;
  border-collapse: collapse;
}
.mce-item-table td {
  min-width: 2em;
  vertical-align: top;
}
.mce-content-body ul,
.mce-content-body ol {
  margin-left: 0;
  padding-left: 1.5em;
}
.mce-content-body img {
  max-width: 100%;
  height: auto;
}
*[data-mce-style] img {
  max-width: 100%;
  height: auto;
}
#store-credit-background {
  background: url('/Content/Fyndit/iUgoHome/Computer-girl-short.png') top left no-repeat;
  background-size: cover;
  min-height: 760px;
}
.campaign-name {
  margin-top: 400px;
}
.campaign-name h1 {
  font-family: 'Roboto', sans-Serif;
  font-weight: 300;
  font-size: 4em;
  color: #1a4a8f;
  text-align: right;
}
.campaign-content {
  margin-left: 50%;
  text-align: right;
  padding-bottom: 30px;
}
.campaign-content .btn {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #store-credit-background {
    background: none;
  }
  .campaign-name {
    margin-top: 10px;
  }
  .campaign-name h1 {
    text-align: left;
  }
  .campaign-content {
    margin: 20px;
    text-align: left;
  }
}
.site-header .SecondaryMenu.nav > li > a.menuAccountLink {
  height: 30px;
  padding-bottom: 0;
}
.site-header .SecondaryMenu.nav > li > a.menuCreditLink {
  height: 30px;
  padding-left: 10px;
  width: 100%;
  padding-bottom: 0;
}
.iugo-home .site-header .SecondaryMenu.nav > li > a.menuAccountLink {
  height: 30px;
  padding-bottom: 0;
}
.iugo-home .site-header .SecondaryMenu.nav > li > a.menuCreditLinkBreak {
  display: none;
}
.iugo-home .site-header .SecondaryMenu.nav > li > a.menuCreditLink {
  display: none;
}