@charset "UTF-8";

/* CSS RESET BY ERIC MAYER (v2.0 | 20110126) */
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic,700italic&subset=latin-ext");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

textarea {
  font-family: inherit;
  font-size: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html * {
  max-height: 1000000px;
}

*:focus {
  outline: 0;
}

::-ms-clear {
  display: none;
}

.align-right {
  float: right;
}

.align-left {
  float: left;
}

.hidden {
  display: none;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.text-centred {
  text-align: center;
}

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

.text-left {
  text-align: left;
}

.nowrap {
  white-space: nowrap;
}

@media only screen and (min-width: 767px) {
  .desktop-text-centred {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-text-centred {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-no-padding-top {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-no-padding-bottom {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-no-padding {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-no-margin {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-half-padding-top {
    padding-top: 24px !important;
  }
}

.semi-strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

.push-top {
  margin-top: 24px !important;
}

.half-margin-top {
  margin-top: 24px !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.margin-bottom {
  margin-bottom: 48px !important;
}

.three-quarters-margin-bottom {
  margin-bottom: 36px !important;
}

.half-margin-bottom {
  margin-bottom: 24px !important;
}

.quarter-margin-bottom {
  margin-bottom: 12px !important;
}

.push-double-top {
  margin-top: 48px !important;
}

.half-padding-bottom {
  padding-bottom: 24px !important;
}

.push-bottom {
  margin-bottom: 24px !important;
}

.padding-top {
  padding-top: 48px !important;
}

.half-padding-top {
  padding-top: 24px !important;
}

.quarter-padding-top {
  padding-top: 12px !important;
}

.padding-top-centre {
  padding-top: 25% !important;
}

.margin-left {
  margin-left: 15px;
}

.margin-right {
  margin-right: 15px;
}

.caps {
  text-transform: uppercase;
}

.center {
  margin-top: 12.5%;
}

.no-margin-top {
  margin-top: 0 !important;
}

@media only screen and (max-width: 767px) {
  br.desktop-line-break {
    display: none;
  }
}
.image-padding-top {
  padding-top: 48px;
}

@media only screen and (min-width: 767px) {
  .desktop-hidden {
    display: none;
  }

  .desktop-text-centred {
    text-align: center;
  }

  .desktop-margin-top {
    margin-top: 48px !important;
  }

  .desktop-half-margin-top {
    margin-top: 24px !important;
  }

  .desktop-quarter-margin-top {
    margin-top: 12px !important;
  }

  .desktop-no-margin-top {
    margin-top: 0 !important;
  }

  .desktop-margin-bottom {
    margin-bottom: 48px !important;
  }

  .desktop-half-margin-bottom {
    margin-bottom: 24px !important;
  }

  .desktop-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .desktop-padding-tall {
    padding: 72px 0 !important;
  }

  .desktop-padding-mid {
    padding: 48px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }

  .mobile-text-centred {
    text-align: center;
  }

  .mobile-text-left {
    text-align: left;
  }

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

  .mobile-margin-top {
    margin-top: 48px !important;
  }

  .mobile-half-margin-top {
    margin-top: 24px !important;
  }

  .mobile-margin-bottom {
    margin-bottom: 48px !important;
  }

  .mobile-half-margin-bottom {
    margin-bottom: 24px !important;
  }

  .mobile-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .mobile-margin-left-10 {
    margin-left: 10px !important;
  }

  .mobile-padding-left {
    padding-left: 12.5% !important;
  }

  .mobile-padding-left-double {
    padding-left: 25% !important;
  }

  .mobile-padding-right-double {
    padding-right: 25% !important;
  }

  .mobile-half-padding-top {
    padding-top: 24px !important;
  }

  .mobile-unit-centred-no-margin {
    float: none !important;
    margin: 0 auto;
  }

  br.mobile-line-break {
    display: none;
  }
}
@media only screen and (max-width: 1202px) {
  .tablet-hidden {
    display: none;
  }
}
.debug,
ul.debug {
  display: none !important;
}

/** Income Calculator CSS **/

.income-calculator {
  background-color: #ffd600;
  padding: 40px 20px;
}
 
.label-income {
  line-height: 38px;
  float:right;
}

.label-pop-up{
  line-height: 38px;
}

.recent-list.title-push li {
    list-style: none;
}


@media only screen and (max-width: 1202px) {
  .wide-label{
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {

  .income-calculator {
  background-color: #ffd600;
  padding: 10px;
  }
  .label-pop-up{
	line-height: 18px;
  }
  
 .label-income {
  line-height: 38px;
  float:none;
  }


}



/* Income Calculator CSS - Exit Popup  */

.try_button {
  width: 100%;
  background: #cf0a2c;
  margin: 0 10px 0 0;
  padding: 8px 6px;
  position: relative;
  bottom: 8px;
  text-align: center;
  color: #ffffff !important;
  float: right;
  border: none;
  border-top: 1px transparent solid;
  border-right: 1px transparent solid;
  border-bottom: 6px #c2002f solid;
  border-left: 1px transparent solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease, border-bottom-color 0.2s ease, border-bottom-width 0.1s ease, margin-top 0.1s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.income-tax-exit {
	width: 50%;
	height: 90%;
	background-color: #FFFFFF;
	z-index: 1;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation: popin 0.3s;
	animation: popin 0.3s;
}


.box.pop-up-tcs:after{
	
	margin-left:-9px;

}

@media only screen and (max-width: 1202px) {
	.income-tax-exit {
	  height: auto;
	  width: 75%;
	}

}



@media only screen and (max-width: 767px) {

	.income-tax-exit {
	  height: auto;
	  width: 85%;
	}

	  
}

.pop-up.title-push {
    padding: 0.5% 2.5%;
}

input.pop-up {
    background: #f2f2f2;
}


/* Income Calculator CSS - Results */

.results {
  width: 100%;
  margin: 0;
  padding: 48px 0;
  background: #00acd7;
  color: #ffffff;
  display:none;
}

/* Income Calculator CSS - Select  Settings */



select {
	width:100%;
    padding:8px 10px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:28px}
}

label {position:relative}
label.drop-select:after {
    content: url(https://www.incometaxcalculator.org.uk/images/icons/arrow-grey-small.png);
    font: 11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right: 11px; 
    top: 2px;
    padding:0 0 2px;
    border-bottom: none;
    position:absolute;
    pointer-events:none;
    width: 6px;
}
label.drop-select:after:before {
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}
 
 
 


/** Slider Helpers **/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent;
  /*display: none;*/
}

.slider-feature {
  display: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.slick-list:focus {
  outline: none;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-loading .slick-list {
  background: white;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  position: relative;
  visibility: hidden;
}

.slick-slide {
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-prev {
  float: left;
  width: 10%;
}

.slick-next {
  float: right;
  width: 10%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  position: relative;
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img.slide-push-top {
  margin-top: 25px;
}

.slick-slide img.slide-double-push-top {
  margin-top: 45px;
}

.vcenter {
  padding-top: 10%;
}

.wrapper {
  max-width: 1170px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.units-container:after, .units-row:after {
  content: "";
  display: table;
  clear: both;
}

.units-container {
  /* it's the trick to not collapse padding-top in the child element */
  padding-top: 1px;
  margin-top: -1px;
}

.units-row {
  margin-bottom: 12px;
}

.width-100, .unit-100 {
  width: 100%;
}

.width-90, .unit-90 {
  width: 90%;
}

.width-80, .unit-80 {
  width: 80%;
}

.width-75, .unit-75 {
  width: 75%;
}

.width-70, .unit-70 {
  width: 70%;
}

.width-66, .unit-66 {
  width: 66.6%;
}

.width-65, .unit-65 {
  width: 65%;
}

.width-60, .unit-60 {
  width: 60%;
}

.width-50, .unit-50 {
  width: 50%;
}

.width-40, .unit-40 {
  width: 40%;
}

.width-35, .unit-35 {
  width: 35%;
}

.width-33, .unit-33 {
  width: 33.3%;
}

.width-30, .unit-30 {
  width: 30%;
}

.width-25, .unit-25 {
  width: 25%;
}

.width-20, .unit-20 {
  width: 20%;
}

.width-10, .unit-10 {
  width: 10%;
}

input.width-100, input.unit-100 {
  width: 98.6%;
}

textarea.width-100, textarea.unit-100 {
  width: 98.8%;
}

select.width-100, select.unit-100 {
  width: 99.4%;
}

.units-row .unit-90,
.units-row .unit-80,
.units-row .unit-75,
.units-row .unit-70,
.units-row .unit-66,
.units-row .unit-65,
.units-row .unit-60,
.units-row .unit-50,
.units-row .unit-40,
.units-row .unit-35,
.units-row .unit-33,
.units-row .unit-30,
.units-row .unit-25,
.units-row .unit-20,
.units-row .unit-10 {
  float: left;
  margin-left: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.units-row .unit-90:first-child,
.units-row .unit-80:first-child,
.units-row .unit-75:first-child,
.units-row .unit-70:first-child,
.units-row .unit-66:first-child,
.units-row .unit-65:first-child,
.units-row .unit-60:first-child,
.units-row .unit-50:first-child,
.units-row .unit-40:first-child,
.units-row .unit-35:first-child,
.units-row .unit-33:first-child,
.units-row .unit-30:first-child,
.units-row .unit-25:first-child,
.units-row .unit-20:first-child,
.units-row .unit-10:first-child {
  margin-left: 0;
}
.units-row.swap .unit-90,
.units-row.swap .unit-80,
.units-row.swap .unit-75,
.units-row.swap .unit-70,
.units-row.swap .unit-66,
.units-row.swap .unit-65,
.units-row.swap .unit-60,
.units-row.swap > .unit-50,
.units-row.swap .unit-40,
.units-row.swap .unit-35,
.units-row.swap .unit-33,
.units-row.swap .unit-30,
.units-row.swap .unit-25,
.units-row.swap .unit-20,
.units-row.swap .unit-10 {
  margin-left: 0%;
}
.units-row.swap .unit-90:first-child,
.units-row.swap .unit-80:first-child,
.units-row.swap .unit-75:first-child,
.units-row.swap .unit-70:first-child,
.units-row.swap .unit-66:first-child,
.units-row.swap .unit-65:first-child,
.units-row.swap .unit-60:first-child,
.units-row.swap > .unit-50:first-child,
.units-row.swap .unit-40:first-child,
.units-row.swap .unit-35:first-child,
.units-row.swap .unit-33:first-child,
.units-row.swap .unit-30:first-child,
.units-row.swap .unit-25:first-child,
.units-row.swap .unit-20:first-child,
.units-row.swap .unit-10:first-child {
  margin-left: 3%;
}

.units-row .unit-90 {
  width: 89.7%;
}
.units-row .unit-80 {
  width: 79.4%;
}
.units-row .unit-75 {
  width: 74.25%;
}
.units-row .unit-70 {
  width: 69.1%;
}
.units-row .unit-66 {
  width: 65.66667%;
}
.units-row .unit-65 {
  width: 65.66667%;
}
.units-row .unit-60 {
  width: 58.8%;
}
.units-row .unit-50 {
  width: 48.5%;
}
.units-row .unit-40 {
  width: 38.2%;
}
.units-row .unit-35 {
  width: 31.33333%;
}
.units-row .unit-33 {
  width: 31.33333%;
}
.units-row .unit-30 {
  width: 27.9%;
}
.units-row .unit-25 {
  width: 22.75%;
}
.units-row .unit-20 {
  width: 17.6%;
}
.units-row .unit-10 {
  width: 7.3%;
}

.unit-push-90,
.unit-push-80,
.unit-push-75,
.unit-push-70,
.unit-push-66,
.unit-push-65,
.unit-push-60,
.unit-push-50,
.unit-push-40,
.unit-push-35,
.unit-push-33,
.unit-push-30,
.unit-push-25,
.unit-push-20,
.unit-push-10 {
  position: relative;
}

.unit-push-90 {
  left: 92.7%;
}

.unit-push-80 {
  left: 82.4%;
}

.unit-push-75 {
  left: 77.25%;
}

.unit-push-70 {
  left: 72.1%;
}

.unit-push-66 {
  left: 68.66667%;
}

.unit-push-65 {
  left: 68.66667%;
}

.unit-push-60 {
  left: 61.8%;
}

.unit-push-50 {
  left: 51.5%;
}

.unit-push-40 {
  left: 41.2%;
}

.unit-push-35 {
  left: 34.33333%;
}

.unit-push-33 {
  left: 34.33333%;
}

.unit-push-30 {
  left: 30.9%;
}

.unit-push-25 {
  left: 25.75%;
}

.unit-push-20 {
  left: 20.6%;
}

.unit-push-10 {
  left: 10.3%;
}

.units-row .unit-push-right {
  float: right;
}

.unit-centred {
  float: none !important;
  margin: 0 auto !important;
}

.unit-padding {
  padding: 12px;
}

.unit-padding-bottom {
  padding-bottom: 24px;
}

.units-padding .unit-100,
.units-padding .unit-90,
.units-padding .unit-80,
.units-padding .unit-75,
.units-padding .unit-70,
.units-padding .unit-66,
.units-padding .unit-65,
.units-padding .unit-60,
.units-padding .unit-50,
.units-padding .unit-40,
.units-padding .unit-35,
.units-padding .unit-33,
.units-padding .unit-30,
.units-padding .unit-25,
.units-padding .unit-20,
.units-padding .unit-10 {
  padding: 12px;
}

.units-split .unit-90,
.units-split .unit-80,
.units-split .unit-75,
.units-split .unit-70,
.units-split .unit-66,
.units-split .unit-65,
.units-split .unit-60,
.units-split .unit-50,
.units-split .unit-40,
.units-split .unit-35,
.units-split .unit-33,
.units-split .unit-30,
.units-split .unit-25,
.units-split .unit-20,
.units-split .unit-10 {
  margin-left: 0;
}

.units-split .unit-90 {
  width: 90%;
}
.units-split .unit-80 {
  width: 80%;
}
.units-split .unit-75 {
  width: 75%;
}
.units-split .unit-70 {
  width: 70%;
}
.units-split .unit-66 {
  width: 66.6%;
}
.units-split .unit-65 {
  width: 65%;
}
.units-split .unit-60 {
  width: 60%;
}
.units-split .unit-50 {
  width: 50%;
}
.units-split .unit-40 {
  width: 40%;
}
.units-split .unit-35 {
  width: 35%;
}
.units-split .unit-33 {
  width: 33.3%;
}
.units-split .unit-30 {
  width: 30%;
}
.units-split .unit-25 {
  width: 25%;
}
.units-split .unit-20 {
  width: 20%;
}
.units-split .unit-10 {
  width: 10%;
}

.desktop-hidden {
  display: none;
}

@media only screen and (max-width: 767px) {
  .wrapper {
    padding: 0 15px;
  }

  .mobile-width-100 {
    width: 100% !important;
  }

  .units-row .unit-90,
  .units-row .unit-80,
  .units-row .unit-75,
  .units-row .unit-70,
  .units-row .unit-66,
  .units-row .unit-65,
  .units-row .unit-60,
  .units-row .unit-50,
  .units-row .unit-40,
  .units-row .unit-35,
  .units-row .unit-33,
  .units-row .unit-30,
  .units-row .unit-25,
  .units-row .unit-20,
  .units-row .unit-10 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 24px;
  }
  .units-row.swap .unit-90,
  .units-row.swap .unit-80,
  .units-row.swap .unit-75,
  .units-row.swap .unit-70,
  .units-row.swap .unit-66,
  .units-row.swap .unit-65,
  .units-row.swap .unit-60,
  .units-row.swap .unit-50,
  .units-row.swap .unit-40,
  .units-row.swap .unit-35,
  .units-row.swap .unit-33,
  .units-row.swap .unit-30,
  .units-row.swap .unit-25,
  .units-row.swap .unit-20,
  .units-row.swap .unit-10 {
    margin-left: 0%;
  }
  .units-row.swap .unit-90:first-child,
  .units-row.swap .unit-80:first-child,
  .units-row.swap .unit-75:first-child,
  .units-row.swap .unit-70:first-child,
  .units-row.swap .unit-66:first-child,
  .units-row.swap .unit-65:first-child,
  .units-row.swap .unit-60:first-child,
  .units-row.swap .unit-50:first-child,
  .units-row.swap .unit-40:first-child,
  .units-row.swap .unit-35:first-child,
  .units-row.swap .unit-33:first-child,
  .units-row.swap .unit-30:first-child,
  .units-row.swap .unit-25:first-child,
  .units-row.swap .unit-20:first-child,
  .units-row.swap .unit-10:first-child {
    margin-left: 0%;
  }

  .unit-push-90,
  .unit-push-80,
  .unit-push-75,
  .unit-push-70,
  .unit-push-66,
  .unit-push-65,
  .unit-push-60,
  .unit-push-50,
  .unit-push-40,
  .unit-push-35,
  .unit-push-33,
  .unit-push-30,
  .unit-push-25,
  .unit-push-20,
  .unit-push-10 {
    left: 0;
  }

  .units-row .unit-push-right {
    float: none;
  }

  .units-mobile-50 .unit-90,
  .units-mobile-50 .unit-80,
  .units-mobile-50 .unit-75,
  .units-mobile-50 .unit-70,
  .units-mobile-50 .unit-66,
  .units-mobile-50 .unit-65,
  .units-mobile-50 .unit-60,
  .units-mobile-50 .unit-50,
  .units-mobile-50 .unit-40,
  .units-mobile-50 .unit-30,
  .units-mobile-50 .unit-35,
  .units-mobile-50 .unit-33,
  .units-mobile-50 .unit-25,
  .units-mobile-50 .unit-20,
  .units-mobile-50 .unit-10 {
    float: left;
    margin-left: 3%;
    margin-bottom: 0;
    width: 48.5%;
  }

  .units-mobile-50 .unit-90:first-child,
  .units-mobile-50 .unit-80:first-child,
  .units-mobile-50 .unit-75:first-child,
  .units-mobile-50 .unit-70:first-child,
  .units-mobile-50 .unit-66:first-child,
  .units-mobile-50 .unit-65:first-child,
  .units-mobile-50 .unit-60:first-child,
  .units-mobile-50 .unit-40:first-child,
  .units-mobile-50 .unit-35:first-child,
  .units-mobile-50 .unit-30:first-child,
  .units-mobile-50 .unit-33:first-child,
  .units-mobile-50 .unit-25:first-child,
  .units-mobile-50 .unit-20:first-child,
  .units-mobile-50 .unit-10:first-child {
    margin-left: 0;
  }

  .units-mobile-50 .unit-25:nth-child(3) {
    margin-left: 0;
  }

  .units-row .mobile-unit-75 {
    width: 74.25%;
    float: left;
  }
  .units-row .mobile-unit-25 {
    width: 22.75%;
    float: left;
  }

  .mobile-unit-centred {
    float: none !important;
    margin: 0 auto !important;
  }

  .mobile-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .mobile-padding-bottom {
    padding-bottom: 24px;
  }

  .mobile-hidden {
    display: none !important;
  }

  .units-mobile-50 .unit-90,
  .units-mobile-50 .unit-80,
  .units-mobile-50 .unit-75,
  .units-mobile-50 .unit-70,
  .units-mobile-50 .unit-66,
  .units-mobile-50 .unit-65,
  .units-mobile-50 .unit-60,
  .units-mobile-50 .unit-50,
  .units-mobile-50 .unit-40,
  .units-mobile-50 .unit-30,
  .units-mobile-50 .unit-35,
  .units-mobile-50 .unit-33,
  .units-mobile-50 .unit-25,
  .units-mobile-50 .unit-20,
  .units-mobile-50 .unit-10 {
    float: left;
    margin-left: 3%;
    margin-bottom: 0;
    width: 48.5%;
  }

  .units-mobile-50 .unit-90:first-child,
  .units-mobile-50 .unit-80:first-child,
  .units-mobile-50 .unit-75:first-child,
  .units-mobile-50 .unit-70:first-child,
  .units-mobile-50 .unit-66:first-child,
  .units-mobile-50 .unit-65:first-child,
  .units-mobile-50 .unit-60:first-child,
  .units-mobile-50 .unit-40:first-child,
  .units-mobile-50 .unit-35:first-child,
  .units-mobile-50 .unit-30:first-child,
  .units-mobile-50 .unit-33:first-child,
  .units-mobile-50 .unit-25:first-child,
  .units-mobile-50 .unit-20:first-child,
  .units-mobile-50 .unit-10:first-child {
    margin-left: 0;
  }

  .units-mobile-50 .unit-25:nth-child(3) {
    margin-left: 0;
  }

  .units-row .mobile-unit-75 {
    width: 74.25%;
    float: left;
  }
  .units-row .mobile-unit-25 {
    width: 22.75%;
    float: left;
  }

  .mobile-no-margin-bottom {
    margin-bottom: 0 !important;
  }

  .mobile-padding-bottom {
    padding-bottom: 24px;
  }

  .mobile-no-padding-bottom {
    padding-bottom: 0 !important;
  }

  .mobile-hidden {
    display: none !important;
  }

  .desktop-hidden {
    display: block !important;
  }
}
html, html a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font: 100%/1.2 "Open Sans", Arial, sans-serif;
  color: #333333;
}

h1 {
  font-size: 50px;
  font-weight: 300;
  line-height: 68px;
  margin-bottom: 12px;
}
h1 a {
  font-weight: 300;
}

h2 {
  font-size: 48px;
  font-weight: 300;
  line-height: 54px;
  margin: 36px 0 12px 0;
}
h2:first-child {
  margin-top: 0;
}

h3, span.tab {
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  margin: 36px 0 12px 0;
}
h3:first-child, span.tab:first-child {
  margin-top: 0;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

p:last-child {
  margin-bottom: 0;
}

p.grey {
  color: #888888 !important;
}

h4, h5 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 12px;
}

p, label, select, li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

span.graphic-text {
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
  margin-bottom: 30px;
}

blockquote {
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 12px;
}
blockquote a {
  font-weight: 300;
}
blockquote:before {
  content: '"';
}
blockquote:after {
  content: '"';
}

figure {
  margin-top: 36px;
}
figure:first-child {
  margin-top: 0;
}

figcaption {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}

small {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
small.legal {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 12px;
}

a {
  color: #00acd7;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #0093c9;
}

a.secondary {
  color: #888888;
}
a.secondary:hover {
  color: #dddddd;
}

a.secondary-alt-uni {
  border-bottom: 1px dashed;
}
a.secondary-alt-uni:hover {
  opacity: 0.8;
}

a.secondary-alt {
  color: white;
  border-bottom: 1px dashed;
}
a.secondary-alt:hover {
  opacity: 0.8;
}

a.secondary-solid {
  color: white;
  border-bottom: 1px solid;
}
a.secondary-solid:hover {
  opacity: 0.8;
}

a.secondary-alt-blue {
  color: #00acd7;
  border-bottom: 1px dashed;
  display: inline;
}
a.secondary-alt-blue:hover {
  opacity: 0.8;
}

a.secondary-alt-red {
  color: #cf0a2c;
  border-bottom: 1px dashed;
}
a.secondary-alt-red:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a.secondary-alt-red {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
}

a.secondary-alt-grey {
  color: #888888;
  border-bottom: 1px dashed;
  font-size: 13px;
}
a.secondary-alt-grey:hover {
  opacity: 0.8;
}

a.accountants {
  color: #cf0a2c;
}
a.accountants:hover {
  color: dark-red;
}

ul.list {
  margin: 0 0 24px 20px;
  padding: 0;
}
ul.list:last-child {
  margin: 0 0 0 20px;
}
ul.list li {
  position: relative;
  margin-bottom: 6px;
}
ul.list li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 9px;
  left: -18px;
  background-color: #ffd600;
}
@media screen and (max-width: 767px) {
  ul.list li:before {
    font-size: 22px;
  }
}

button, span.button {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0;
}

input[type="text"],
textarea {
  font-size: 14px;
  line-height: 18px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }

  h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
  }

  h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin: 24px 0 8px 0;
  }

  h4, h5 {
    font-size: 15px;
    line-height: 23px;
  }

  p, label, select, li {
    font-size: 14px;
    line-height: 23px;
  }

  table {
    font-size: 14px;
    line-height: 23px;
  }

  span.graphic-text {
    font-size: 42px;
    font-weight: 300;
    line-height: 42px;
    margin-bottom: 12px;
  }

  blockquote {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
  }

  figcaption, small {
    font-size: 13px;
    line-height: 16px;
  }
}
button, span.button {
  width: 100%;
  background: #cf0a2c;
  margin: 0;
  padding: 4px 0 6px 0;
  display: block;
  text-align: center;
  color: white;
  border: none;
  border-top: 1px transparent solid;
  border-right: 1px transparent solid;
  border-bottom: 6px #c2002f solid;
  border-left: 1px transparent solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  transition: background 0.2s ease, border-bottom-color 0.2s ease, border-bottom-width 0.1s ease, margin-top 0.1s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
button:hover, span.button:hover {
  background: #f4183e;
}
button:active, span.button:active {
  border-bottom-width: 2px;
  margin-top: 4px;
}
button.secondary, span.button.secondary {
  background: transparent;
  border-top-color: #333333;
  border-right-color: #333333;
  border-bottom-color: #333333;
  border-left-color: #333333;
  color: #333333 !important;
}
button.secondary:hover, span.button.secondary:hover {
  background: #ffe339;
}
button.secondary-alt, span.button.secondary-alt {
  background: transparent;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
}
button.secondary-alt:hover, span.button.secondary-alt:hover {
  background: #00acd7;
}
button.login, span.button.login {
  background: #ffd600;
  border-bottom-color: #ffc600;
  color: #333333 !important;
}
button.login:hover, span.button.login:hover {
  background: #ffe339;
}
button.inactive, span.button.inactive {
  background: #f2f2f2;
  border-bottom-color: #dddddd;
  color: #dddddd !important;
  cursor: default;
}
button.inactive:active, span.button.inactive:active {
  border-bottom-width: 6px;
  margin-top: 0;
}

span.required {
  display: none;
}

input[type="hidden"]{

	display:none;
}


input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
  width: 100%;
  margin: 0;
  padding: 8px 10px;
  border: none;
  font-size: 16px;
  line-height: 22px;
  color: #696969;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  color: #333333;
}

textarea {
  line-height: 24px;
  min-height: 150px;
  resize: none;
}

label {
  line-height: 38px;
}
label.circle, label.box {
  top: 8px;
}

.collapsed {
  margin-bottom: 3px;
}
.collapsed:last-child {
  margin-bottom: 12px;
}
.collapsed label {
  display: inline-block;
  position: absolute;
  top: 0;
  color: #333333;
  padding-left: 15px;
}
.collapsed input[type="text"],
.collapsed input[type="email"],
.collapsed textarea {
  padding-left: 110px;
}
.collapsed .error-msg {
  font-size: 14px;
  line-height: 20px;
  color: #888888 !important;
  background-color: #f2f2f2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  padding: 9px 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.no-label .collapsed input[type="text"],
.no-label .collapsed input[type="email"],
.no-label .collapsed input[type="password"] {
  padding-left: 10px !important;
}
.no-label .collapsed label {
  display: none;
}

.no-placeholder .collapsed input[type="text"]::-webkit-input-placeholder,
.no-placeholder .collapsed input[type="email"]::-webkit-input-placeholder,
.no-placeholder .collapsed input[type="password"]::-webkit-input-placeholder {
  color: transparent;
}
.no-placeholder .collapsed input[type="text"]::-moz-placeholder,
.no-placeholder .collapsed input[type="email"]::-moz-placeholder,
.no-placeholder .collapsed input[type="password"]::-moz-placeholder {
  color: transparent;
}
.no-placeholder .collapsed input[type="text"]::-moz-placeholder,
.no-placeholder .collapsed input[type="email"]::-moz-placeholder,
.no-placeholder .collapsed input[type="password"]::-moz-placeholder {
  color: transparent;
}
.no-placeholder .collapsed input[type="text"]:-ms-input-placeholder,
.no-placeholder .collapsed input[type="email"]:-ms-input-placeholder,
.no-placeholder .collapsed input[type="password"]:-ms-input-placeholder {
  color: transparent;
}

.radio-row {
  margin-bottom: 0;
}
.radio-row span {
  margin-right: 5%;
}
.radio-row label {
  margin: 0 5% 0 2%;
}

form .collapsed {
  position: relative;
}

.error input[type="text"],
.error input[type="password"],
.error input[type="email"],
.error textarea {
  background-color: #eb6851;
}

.error-msg {
  text-align: center;
  color: #cf0a2c !important;
}

.success-msg {
  text-align: center;
  color: #3fae29 !important;
}

.radiobutton {
  position: relative;
}
.radiobutton input[type=radio] {
  display: none;
}
.radiobutton input[type=radio]:checked + .circle:after {
  opacity: 1;
}
.radiobutton label {
  padding-left: 32px;
}
.radiobutton label.circle {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: #f2f2f2 20px 20px;
  border: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.radiobutton label.circle:after {
  opacity: 0;
  content: '';
  background: #3fae29;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  display: block;
  position: relative;
  left: 5px;
  top: 5px;
}

.checkbox {
  position: relative;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox]:checked + .box:after {
  opacity: 1;
}
.checkbox label {
  padding-left: 32px;
}
.checkbox label.box {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f2f2f2;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.checkbox label.box:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/icons/checkbox.png") center center no-repeat;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  cursor: default;
}
.ui-selectmenu-menu .ui-menu {
  background-color: #f2f2f2;
  padding: 6px 0;
  overflow: auto;
}
.ui-selectmenu-menu .ui-menu-item {
  padding: 6px 10px;
  list-style: none;
  margin: 0;
}
.ui-selectmenu-menu .ui-menu-item.ui-state-focus {
  background-color: #bbb;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  background-color: #f2f2f2;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button .ui-icon {
  width: 8px;
  height: 14px;
  background: url(../images/icons/arrow-black.png) 0 0 no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -7px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.ui-selectmenu-button .ui-selectmenu-text {
  color: #333333;
  text-align: left;
  padding: 10px 25px 10px 0;
  margin: 0 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
}
.ui-selectmenu-button[aria-expanded="true"] .ui-selectmenu-text {
  box-shadow: inset 0 -2px 0 0 #bbb;
  margin-bottom: 0px;
}
.ui-selectmenu-button[aria-expanded="true"] .ui-icon {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

.ui-corner-all {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.ui-corner-top {
  -webkit-border-top-radius: 2px;
  -moz-border-top-radius: 2px;
  -ms-border-top-radius: 2px;
  -o-border-top-radius: 2px;
  border-top-radius: 2px;
}

.error-msg {
  color: #cf0a2c !important;
  font-size: 13px;
  line-height: 20px;
  margin-left: 10px;
}

.dropdown dd, .dropdown dt, .dropdown ul {
  margin: 0px;
  padding: 0px;
}

.dropdown dd {
  position: relative;
}

.dropdown {
  color: #816c5b;
  text-decoration: none;
  outline: none;
}

.dropdown a:hover {
  color: #5d4617;
}

.dropdown dt:hover {
  color: #5d4617;
  border: 1px solid #d0c9af;
}

.dropdown dt {
  background: #e4dfcb url("../images/icons/dropdown.png") no-repeat scroll right center;
  display: block;
  padding-right: 20px;
  border: 1px solid #d4ca9a;
  width: 160px;
  padding: 5px;
}

.dropdown dt span {
  cursor: pointer;
  display: block;
}

.dropdown dd ul {
  background: #e4dfcb none repeat scroll 0 0;
  border: 1px solid #d4ca9a;
  color: #C5C0B0;
  display: none;
  left: 0px;
  padding: 5px 0px;
  position: absolute;
  top: 2px;
  width: auto;
  min-width: 170px;
  list-style: none;
}

.dropdown span.value {
  display: none;
}

.dropdown dd ul li {
  padding: 5px;
  display: block;
}

.dropdown dd ul li:hover {
  background-color: #d0c9af;
}

@media only screen and (max-width: 767px) {
  button:active, span.button:active {
    border-bottom-width: 6px;
    margin-top: 0;
  }

  .collapsed .textarea-label {
    display: none;
  }
  .collapsed textarea {
    padding-left: 15px;
  }

  form .units-row > div {
    margin-bottom: 0 !important;
  }
}
header {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  /*remove bottom border from mobile*/
}
header.has-submenu {
  border-bottom: 4px solid rgba(51, 51, 51, 0.1);
}
header a {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  header {
    border-bottom: 0;
  }
}

.main-header {
  background: white;
  z-index: 999;
  height: 72px;
  position: relative;
  border-bottom: 1px solid #dddddd;
  border-length: 15px;
}
.main-header .logo img {
  padding: 16px 0;
}
.main-header nav a {
  display: inline-block;
  font-weight: 400;
}
.main-header nav a.current, .main-header nav a.current dt {
  color: #333333;
}
.main-header nav a.current .menu-dropdown-title:after, .main-header nav a.current dt .menu-dropdown-title:after {
  background: url("../images/icons/dropdown-black.png") no-repeat;
  background-size: 100%;
}
.main-header nav .link-size {
  font-size: 18px;
}
.main-header nav .last-link {
  font-size: 15px;
}
.main-header nav .menu-dropdown {
  padding: 27px 29px 25px 12px;
}
.main-header nav .menu-dropdown .menu-dropdown-title:after {
  right: 0px;
}
.main-header nav nav.utility {
  text-align: right;
}
.main-header nav nav.utility .sign-up {
  color: #cf0a2c;
}
.main-header nav nav.utility .menu-dropdown .menu-dropdown-title:after {
  right: 2px;
}
.main-header nav nav.utility .menu-dropdown .menu-dropdown-content {
  left: -118px;
}
.main-header .menu-dropdown {
  display: inline-block;
  position: relative;
  /*Styles for second dropdown ie(business)*/
}
.main-header .menu-dropdown .menu-dropdown-title {
  cursor: pointer;
  position: relative;
  margin-right: 23px;
  /* If 'isactive' class is applied*/
}
.main-header .menu-dropdown .menu-dropdown-title.is-active {
  color: #333333;
}
.main-header .menu-dropdown .menu-dropdown-title.is-active:after {
  content: '';
  width: 15px;
  height: 9px;
  position: absolute;
  top: 7px;
  left: 78px;
  background: url("../images/icons/dropdown-black.png") no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.main-header .menu-dropdown .menu-dropdown-title:after {
  content: '';
  width: 15px;
  height: 9px;
  position: absolute;
  top: 7px;
  left: 78px;
  background: url("../images/icons/dropdown.png") no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.main-header .menu-dropdown:hover {
  background: #0093c9;
}
.main-header .menu-dropdown:hover .menu-dropdown-title {
  color: white;
}
.main-header .menu-dropdown:hover .menu-dropdown-title:after {
  background: url("../images/icons/dropdown-white.png") no-repeat right;
  background-size: 100%;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.main-header .menu-dropdown .menu-dropdown-title-2 {
  cursor: pointer;
  position: relative;
  margin-right: 23px;
  /* If 'isactive' class is applied*/
}
.main-header .menu-dropdown .menu-dropdown-title-2.is-active {
  color: #333333;
}
.main-header .menu-dropdown .menu-dropdown-title-2.is-active:after {
  content: '';
  width: 15px;
  height: 9px;
  position: absolute;
  top: 7px;
  /*left: 48px;*/
  left: 118px;
  background: url("../images/icons/dropdown-black.png") no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.main-header .menu-dropdown .menu-dropdown-title-2:after {
  content: '';
  width: 15px;
  height: 9px;
  position: absolute;
  top: 7px;
  left: 118px;
  background: url("../images/icons/dropdown.png") no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.main-header .menu-dropdown:hover {
  background: #0093c9;
}
.main-header .menu-dropdown:hover .menu-dropdown-title-2 {
  color: white;
}
.main-header .menu-dropdown:hover .menu-dropdown-title-2:after {
  background: url("../images/icons/dropdown-white.png") no-repeat right;
  background-size: 100%;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.main-header .menu-dropdown .menu-dropdown-content {
  background: #0093c9;
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  z-index: 100;
  overflow: hidden;
}
.main-header .menu-dropdown .menu-dropdown-content ul li {
  list-style: none;
  margin: 0;
  line-height: 36px;
}
.main-header .menu-dropdown .menu-dropdown-content ul li a {
  display: block;
  color: white;
  height: 36px;
  padding: 0 7px 0 12px;
}
.main-header .menu-dropdown .menu-dropdown-content ul li a.menu-2 {
  padding: 0 0 0 12px;
  width: 155px;
}
.main-header .menu-dropdown .menu-dropdown-content ul li:hover a {
  background-color: white;
  color: #0093c9;
  height: 36px;
}
.main-header .menu-dropdown .menu-dropdown-content ul li.more {
  font-size: 14px;
  font-weight: 400;
}
.main-header .menu-dropdown .menu-dropdown-content ul li:last-child a:hover {
  -webkit-box-shadow: inset 0px -6px 0px -4px #0093c9;
  -moz-box-shadow: inset 0px -6px 0px -4px #0093c9;
  box-shadow: inset 0px -6px 0px -4px #0093c9;
}
.main-header .menu-dropdown:hover .menu-dropdown-title:after {
  border-bottom-color: #0093c9;
}
.main-header .menu-dropdown:hover .menu-dropdown-content {
  max-height: 700px;
  min-width: 130px;
}
.main-header .units-row {
  margin-bottom: 0;
}

header.desktop-header {
  z-index: 900;
  top: 0;
  position: fixed;
}

/**************MOBILE**************************/
hr.mobile-menu-slim {
  height: 2px;
  width: 80% !important;
  margin: 0;
  display: none;
}

header.mobile-nav-content {
  overflow: hidden;
  opacity: 1;
  max-height: 1250px;
  -webkit-transition: all 750ms ease-in-out;
  -moz-transition: all 750ms ease-in-out;
  -o-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
  text-align: center;
  /*close the menu*/
  /*remove mobile menu when browser resizes*/
}
header.mobile-nav-content.openmenu {
  margin-top: 36px;
}
header.mobile-nav-content img {
  width: 8px;
  margin: 24px 0;
}
header.mobile-nav-content span.category {
  font-size: 16px;
  color: #888888;
  display: inline-block;
  margin: 20px 0 10px;
  padding: 0 40px 0 17px;
}
header.mobile-nav-content div.spacer {
  height: 0;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
header.mobile-nav-content ul.menu-content {
  overflow: auto;
}
header.mobile-nav-content div.mobile-menu-section {
  text-align: left;
  width: 100%;
}
header.mobile-nav-content div.mobile-menu-section div.mobile-menu-header {
  text-align: center;
  position: relative;
}
header.mobile-nav-content div.mobile-menu-section div.mobile-menu-header > span {
  color: #00acd7;
  font-size: 20px;
  line-height: 38px;
}
header.mobile-nav-content div.mobile-menu-section div.mobile-menu-header > span.isactive {
  color: #333333;
}
header.mobile-nav-content div.mobile-menu-section div.mobile-menu-header.open > span {
  color: #333333;
}
header.mobile-nav-content div.mobile-menu-section div.mobile-menu-header.no-expand > span:before {
  display: none;
}
header.mobile-nav-content div.mobile-menu-section div.mobile-menu-inner {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
header.mobile-nav-content div.mobile-menu-section div.mobile-menu-inner.open {
  opacity: 1;
  max-height: 460px;
}
header.mobile-nav-content div.mobile-menu-section div.mobile-menu-inner > p {
  margin: 0;
}
header.mobile-nav-content div.mobile-menu-section div.mobile-menu-inner div.mobile-menu-item {
  height: 40px;
  width: 100%;
  position: relative;
}
header.mobile-nav-content div.mobile-menu-section div.mobile-menu-inner div.mobile-menu-item > a {
  position: absolute;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-decoration: none;
  color: #00acd7;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
header.mobile-nav-content div.mobile-menu-section div.mobile-menu-inner div.mobile-menu-item > a.isactive {
  color: #333333;
}
header.mobile-nav-content div.mobile-menu-section:last-of-type {
  padding-bottom: 10px;
}
header.mobile-nav-content li {
  text-align: left;
  padding: 0 40px;
  width: 100%;
}
header.mobile-nav-content li:first-child {
  padding-top: 12px;
}
header.mobile-nav-content li:last-child {
  padding-bottom: 12px;
}
header.mobile-nav-content li a.current {
  color: #333333;
}
header.mobile-nav-content.closed {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 750ms ease-in-out;
  -moz-transition: all 750ms ease-in-out;
  -o-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
}
@media only screen and (min-width: 767px) {
  header.mobile-nav-content {
    display: none;
  }
}

header.mobile-header {
  display: none;
  background-color: white;
  position: relative;
}
header.mobile-header .logo img {
  display: inline-block;
  height: 30px;
  width: auto;
  padding: 16px 0px;
}
header.mobile-header .menu-toggle {
  position: absolute;
  top: 0;
  left: 85%;
  width: 40px;
}
header.mobile-header .menu-wrapper {
  height: 46px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
header.mobile-header .menu-wrapper .menu-button {
  float: right;
  width: 90px;
  color: #0093c9;
  line-height: 46px;
  padding-right: 25px;
  text-align: right;
  height: 100%;
  position: relative;
  background: url("../images/icons/m-menu-open.png") no-repeat 80px 20px;
  background-size: 25%;
}
header.mobile-header .menu-wrapper .menu-button.selected {
  color: #333333;
  background: url("../images/icons/m-menu-close.png") no-repeat 80px 18px;
  background-size: 18%;
}
header.mobile-header .menu-wrapper .menu-content {
  background-color: white;
  width: 100%;
  height: 0;
  overflow: hidden;
  border-top: solid #f2f2f2 2px;
  border-bottom: solid #f2f2f2 2px;
  text-align: center;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.35, 1);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.35, 1.1);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.35, 1.1);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.35, 1.1);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.35, 1.1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
header.mobile-header .menu-wrapper .menu-content li {
  text-align: left;
  padding: 0 40px;
  width: 100%;
}
header.mobile-header .menu-wrapper .menu-content li:first-child {
  padding-top: 12px;
}
header.mobile-header .menu-wrapper .menu-content li:last-child {
  padding-bottom: 12px;
}
header.mobile-header .menu-wrapper .menu-content li a.current {
  color: #333333;
}
header.mobile-header .menu-wrapper .menu-content .std_li {
  background: url("../images/icons/dropdown-grey.png") no-repeat;
  background-position-y: 10px;
  background-position-x: 10px;
}
header.mobile-header .menu-wrapper.open .menu-content {
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.35, 1);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.35, 1.1);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.35, 1.1);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.35, 1.1);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.35, 1.1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  height: 320px;
}
header.mobile-header .menu-wrapper.open .menu-button:after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

/*Secondary navigation*/
nav.secondary a {
  font-size: 14px;
  margin: 0px 5px 0px 10px;
}
nav.secondary a.current {
  color: #333333;
}
nav.secondary .units-row .menu {
  width: 100%;
  margin: 10px 20px 0px 0px;
}
nav.secondary .units-row .menu .divider:after {
  content: "|";
  color: #dddddd;
  display: inline-block;
}

.header-skip {
  height: 0;
  margin-top: 73px;
  -webkit-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.header-skip.secondary {
  margin-top: 117px;
}
.header-skip.plus-top-bar {
  margin-top: 113px;
}
.header-skip.plus-top-bar.secondary {
  margin-top: 157px;
}

footer {
  height: 92px;
  padding-bottom: 80px;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
footer .grey-links a {
  color: #888888;
}
@media only screen and (max-width: 767px) {
  footer {
    border-top: 4px solid rgba(51, 51, 51, 0.1);
    height: auto;
  }
}
footer a {
  color: #333333;
}
footer nav.upper a {
  font-weight: bold;
}
footer nav a {
  display: inline-block;
  line-height: 28px;
  margin-right: 7px;
  font-size: 15px;
}
footer nav a:first-child {
  margin-left: 0;
}
footer.lower a {
  line-height: 25px;
}
footer.lower a:last-child {
  margin-right: 0;
}

nav.company-bottom {
  font-size: 12px;
}
nav.company-bottom a {
  color: #888888;
  padding: 28px 2px 3px;
  font-size: 12px;
}

nav.company-bottom-footer {
  padding-bottom: 28px;
}
nav.company-bottom-footer a {
  color: #888888;
  padding: 0 2px 0;
  font-size: 13px;
}

nav.footer-link {
  padding-bottom: 30px;
}
nav.footer-link a {
  font-size: 18px;
  color: #0093c9;
  line-height: 0;
  padding: 0 0 0;
}
nav.footer-link .company-top {
  font-size: 14px;
}
nav.footer-link .social-footer {
  padding-top: 28px;
}
@media only screen and (max-width: 767px) {
  nav.footer-link .mobile-footer-wrapper {
    width: 50%;
    margin: 0 auto;
  }
  nav.footer-link .mobile-footer-wrapper .mobile-unit-25 {
    margin-bottom: 0;
  }
  nav.footer-link .mobile-footer-apps, nav.footer-link .mobile-footer-about {
    text-align: center;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 980px) {
  .menu-dropdown-title:after {
    right: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: block !important;
  }

  .social {
    display: none;
  }

  .upper a {
    display: block;
    margin-right: 0;
    text-align: center;
  }

  .lower {
    text-align: center;
  }
}
.log-in {
  float: left;
  margin-right: 60px;
}
@media only screen and (max-width: 850px) {
  .log-in {
    margin-right: 40px;
  }
}

.image-50-foot {
  width: 50%;
}

.utility {
  float: right !important;
  padding-top: 5px;
}

.responsive-container {
  position: relative;
  width: 50%;
}

.img-container {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  /* Align center inline elements */
  font: 0/0 a;
}

.img-container:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.img-container img {
  vertical-align: middle;
  display: inline-block;
}

img {
  width: 100%;
  vertical-align: bottom;
}
img.image-85 {
  width: 85%;
  margin: 0 7.5%;
}
img.image-75 {
  width: 75%;
  margin: 0 12.5%;
}
img.image-50 {
  width: 50%;
  margin: 0 25%;
}
img.image-25 {
  width: 25%;
  margin: 0 37.5%;
}
@media only screen and (max-width: 767px) {
  img.mobile-50 {
    width: 50%;
    margin: 0 25%;
  }
}
@media only screen and (max-width: 767px) {
  img.mobile-25 {
    width: 25%;
    margin: 0 37.5%;
  }
}

section.feature, article.feature, div.feature {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #ffd600;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  section.feature, article.feature, div.feature {
    padding: 48px 0;
  }
}
section.feature div:last-child, article.feature div:last-child, div.feature div:last-child {
  margin-bottom: 0;
}
section.feature.patterned, article.feature.patterned, div.feature.patterned {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #ffd600 url("../images/backgrounds/white-slash-background.png") center center no-repeat;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  section.feature.patterned, article.feature.patterned, div.feature.patterned {
    padding: 48px 0;
  }
}
section.feature.patterned div:last-child, article.feature.patterned div:last-child, div.feature.patterned div:last-child {
  margin-bottom: 0;
}
section.feature.patterned img, article.feature.patterned img, div.feature.patterned img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  section.feature, article.feature, div.feature {
    text-align: center;
  }
}
section.studies, article.studies, div.studies {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #00acd7;
  color: white;
}
@media only screen and (max-width: 767px) {
  section.studies, article.studies, div.studies {
    padding: 48px 0;
  }
}
section.studies div:last-child, article.studies div:last-child, div.studies div:last-child {
  margin-bottom: 0;
}
section.business, article.business, div.business {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #3fae29;
  color: white;
}
@media only screen and (max-width: 767px) {
  section.business, article.business, div.business {
    padding: 48px 0;
  }
}
section.business div:last-child, article.business div:last-child, div.business div:last-child {
  margin-bottom: 0;
}
section.employed, article.employed, div.employed {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #ff6a00;
  color: white;
}
@media only screen and (max-width: 767px) {
  section.employed, article.employed, div.employed {
    padding: 48px 0;
  }
}
section.employed div:last-child, article.employed div:last-child, div.employed div:last-child {
  margin-bottom: 0;
}
section.standard, article.standard, div.standard {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #f2f2f2;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  section.standard, article.standard, div.standard {
    padding: 48px 0;
  }
}
section.standard div:last-child, article.standard div:last-child, div.standard div:last-child {
  margin-bottom: 0;
}
section.footerEvent, article.footerEvent, div.footerEvent {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #333333;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  section.footerEvent, article.footerEvent, div.footerEvent {
    padding: 48px 0;
  }
}
section.footerEvent div:last-child, article.footerEvent div:last-child, div.footerEvent div:last-child {
  margin-bottom: 0;
}
section.plain, article.plain, div.plain {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  /*padding: 72px 0;*/
  padding: 9px 0;
  background: white;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  section.plain, article.plain, div.plain {
    padding: 48px 0;
  }
}
section.plain div:last-child, article.plain div:last-child, div.plain div:last-child {
  margin-bottom: 0;
}
section.image, article.image, div.image {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #333333;
  color: white;
  background: url("http://placekitten.com/1200/302") center center repeat;
  min-height: 200px;
}
@media only screen and (max-width: 767px) {
  section.image, article.image, div.image {
    padding: 48px 0;
  }
}
section.image div:last-child, article.image div:last-child, div.image div:last-child {
  margin-bottom: 0;
}
section.payroll, article.payroll, div.payroll {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #f2f2f2;
  color: #333333;
  background: #f2f2f2 url("../images/apps/payroll/payroll-banner.png") center center no-repeat;
  min-height: 200px;
  background-position: 50% 0px;
  min-height: 528px;
}
@media only screen and (max-width: 767px) {
  section.payroll, article.payroll, div.payroll {
    padding: 48px 0;
  }
}
section.payroll div:last-child, article.payroll div:last-child, div.payroll div:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.payroll, article.payroll, div.payroll {
    margin-top: 48px;
    background: #f2f2f2 url("../images/apps/payroll/payroll.png") center center no-repeat;
    min-height: 200px;
    background-position: 50% 90px;
    min-height: 250px;
  }
  section.payroll img, article.payroll img, div.payroll img {
    padding-top: 24px;
  }
}
section.carousel, article.carousel, div.carousel {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #f2f2f2;
  color: #333333;
  background: #f2f2f2 url("../images/home/banner.png") center center no-repeat;
  min-height: 200px;
  background-position: 50% 0;
  min-height: 528px;
  padding: 0px 0;
}
@media only screen and (max-width: 767px) {
  section.carousel, article.carousel, div.carousel {
    padding: 48px 0;
  }
}
section.carousel div:last-child, article.carousel div:last-child, div.carousel div:last-child {
  margin-bottom: 0;
}
section.overview, article.overview, div.overview {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #f2f2f2;
  color: #333333;
  background: #f2f2f2 url("../images/apps/accounts/overview/desktop-banner.png") center center no-repeat;
  min-height: 200px;
  background-position: 50% 0;
  min-height: 528px;
  padding: 0px 0;
}
@media only screen and (max-width: 767px) {
  section.overview, article.overview, div.overview {
    padding: 48px 0;
  }
}
section.overview div:last-child, article.overview div:last-child, div.overview div:last-child {
  margin-bottom: 0;
}
section.cashbook, article.cashbook, div.cashbook {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #f2f2f2;
  color: #333333;
  background: #f2f2f2 url("../images/cashbook/desktop-banner.png") center center no-repeat;
  min-height: 200px;
  background-position: 50% 0;
  min-height: 528px;
  padding: 0px 0;
}
@media only screen and (max-width: 767px) {
  section.cashbook, article.cashbook, div.cashbook {
    padding: 48px 0;
  }
}
section.cashbook div:last-child, article.cashbook div:last-child, div.cashbook div:last-child {
  margin-bottom: 0;
}
section.invoice, article.invoice, div.invoice {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #f2f2f2;
  color: #333333;
  background: #f2f2f2 url("../images/invoicing/invoice-banner.png") center center no-repeat;
  min-height: 200px;
  background-position: 50% 0;
  min-height: 528px;
  padding: 0px 0;
}
@media only screen and (max-width: 767px) {
  section.invoice, article.invoice, div.invoice {
    padding: 48px 0;
  }
}
section.invoice div:last-child, article.invoice div:last-child, div.invoice div:last-child {
  margin-bottom: 0;
}
section.hr, article.hr, div.hr {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #f2f2f2;
  color: #333333;
  background: #f2f2f2 url("../images/apps/hr/hr-intro-screen.jpg") center center no-repeat;
  min-height: 200px;
  background-position: 50% 0;
  min-height: 528px;
  padding: 0px 0;
}
@media only screen and (max-width: 767px) {
  section.hr, article.hr, div.hr {
    padding: 48px 0;
  }
}
section.hr div:last-child, article.hr div:last-child, div.hr div:last-child {
  margin-bottom: 0;
}
section.pay-roll, article.pay-roll, div.pay-roll {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #f2f2f2;
  color: #333333;
  background: #f2f2f2 url("../images/apps/payroll/payroll-banner.png") center center no-repeat;
  min-height: 200px;
  background-position: 50% 0;
  min-height: 528px;
  padding: 0px 0;
}
@media only screen and (max-width: 767px) {
  section.pay-roll, article.pay-roll, div.pay-roll {
    padding: 48px 0;
  }
}
section.pay-roll div:last-child, article.pay-roll div:last-child, div.pay-roll div:last-child {
  margin-bottom: 0;
}
section.self-emp-map, article.self-emp-map, div.self-emp-map {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #f2f2f2;
  color: #333333;
  background: url("../images/selfemployed/self-events-map.jpg") center center no-repeat;
  min-height: 200px;
  padding: 48px 0 !important;
}
@media only screen and (max-width: 767px) {
  section.self-emp-map, article.self-emp-map, div.self-emp-map {
    padding: 48px 0;
  }
}
section.self-emp-map div:last-child, article.self-emp-map div:last-child, div.self-emp-map div:last-child {
  margin-bottom: 0;
}
section.self-emp-map h2, section.self-emp-map h3, section.self-emp-map p, section.self-emp-map span, article.self-emp-map h2, article.self-emp-map h3, article.self-emp-map p, article.self-emp-map span, div.self-emp-map h2, div.self-emp-map h3, div.self-emp-map p, div.self-emp-map span {
  color: white;
}
@media screen and (max-width: 767px) {
  section.self-emp-map h2, article.self-emp-map h2, div.self-emp-map h2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  section.self-emp-map, article.self-emp-map, div.self-emp-map {
    background-image: none;
    background: #ff6a00;
    min-height: 0 !important;
    padding: 10px 0 30px;
  }
}
section.small-bus-map, article.small-bus-map, div.small-bus-map {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #f2f2f2;
  color: #333333;
  background: url("../images/business/sme-events-map.jpg") center center no-repeat;
  min-height: 200px;
  padding: 48px 0 !important;
}
@media only screen and (max-width: 767px) {
  section.small-bus-map, article.small-bus-map, div.small-bus-map {
    padding: 48px 0;
  }
}
section.small-bus-map div:last-child, article.small-bus-map div:last-child, div.small-bus-map div:last-child {
  margin-bottom: 0;
}
section.small-bus-map h2, section.small-bus-map h3, section.small-bus-map p, section.small-bus-map span, article.small-bus-map h2, article.small-bus-map h3, article.small-bus-map p, article.small-bus-map span, div.small-bus-map h2, div.small-bus-map h3, div.small-bus-map p, div.small-bus-map span {
  color: white;
}
@media screen and (max-width: 767px) {
  section.small-bus-map h2, article.small-bus-map h2, div.small-bus-map h2 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.small-bus-map, article.small-bus-map, div.small-bus-map {
    background-image: none !important;
    background: #3fae29;
    min-height: 0 !important;
    padding: 10px 0 30px;
  }
}
section.accounts-map, article.accounts-map, div.accounts-map {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #f2f2f2;
  color: #333333;
  background: url("../images/accountants/accountants-events-map.jpg") center center no-repeat;
  min-height: 200px;
}
@media only screen and (max-width: 767px) {
  section.accounts-map, article.accounts-map, div.accounts-map {
    padding: 48px 0;
  }
}
section.accounts-map div:last-child, article.accounts-map div:last-child, div.accounts-map div:last-child {
  margin-bottom: 0;
}
section.accounts-map h2, section.accounts-map h3, section.accounts-map p, section.accounts-map span, article.accounts-map h2, article.accounts-map h3, article.accounts-map p, article.accounts-map span, div.accounts-map h2, div.accounts-map h3, div.accounts-map p, div.accounts-map span {
  color: white;
}
@media only screen and (max-width: 767px) {
  section.accounts-map, article.accounts-map, div.accounts-map {
    background-image: none !important;
    background: #1d4189;
  }
}
section.graph-paper, article.graph-paper, div.graph-paper {
  background-image: url("../images/backgrounds/graph-paper-8.png");
}
section.graph-paper.standard, article.graph-paper.standard, div.graph-paper.standard {
  background-image: url("../images/backgrounds/graph-paper.png");
}
section.triangles, article.triangles, div.triangles {
  background-image: url("../images/backgrounds/triangles-8.png");
}
section.triangles.standard, article.triangles.standard, div.triangles.standard {
  background-image: url("../images/backgrounds/triangles.png");
}
section.half-padding, article.half-padding, div.half-padding {
  padding: 24px 0 !important;
}
section.no-padding, article.no-padding, div.no-padding {
  padding: 0 !important;
}
section.no-padding-bottom, article.no-padding-bottom, div.no-padding-bottom {
  padding-bottom: 0 !important;
}
section.no-padding-top, article.no-padding-top, div.no-padding-top {
  padding-top: 0 !important;
}
@media screen and (min-width: 767px) {
  section.first, article.first, div.first {
    max-height: 240px;
  }
  section.first.with-nav, article.first.with-nav, div.first.with-nav {
    padding-top: 131px !important;
  }
  section.first.single, article.first.single, div.first.single {
    padding-top: 55px !important;
    padding-bottom: 20px !important;
  }
  section.first.tall, article.first.tall, div.first.tall {
    max-height: 1000px;
  }
}
@media screen and (max-width: 767px) {
  section.first, article.first, div.first {
    margin-top: 0px !important;
  }
}
section.fua, article.fua, div.fua {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #1b69c0;
  color: white;
}
@media only screen and (max-width: 767px) {
  section.fua, article.fua, div.fua {
    padding: 48px 0;
  }
}
section.fua div:last-child, article.fua div:last-child, div.fua div:last-child {
  margin-bottom: 0;
}
section.pro, article.pro, div.pro {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #cf0a2c;
  color: white;
}
@media only screen and (max-width: 767px) {
  section.pro, article.pro, div.pro {
    padding: 48px 0;
  }
}
section.pro div:last-child, article.pro div:last-child, div.pro div:last-child {
  margin-bottom: 0;
}
section.pro.patterned, article.pro.patterned, div.pro.patterned {
  width: 100%;
  margin: 0;
  /*padding: 48px 0;*/
  padding: 72px 0;
  background: #cf0a2c url("../images/backgrounds/white-slash-background.png") center center no-repeat;
  color: white;
}
@media only screen and (max-width: 767px) {
  section.pro.patterned, article.pro.patterned, div.pro.patterned {
    padding: 48px 0;
  }
}
section.pro.patterned div:last-child, article.pro.patterned div:last-child, div.pro.patterned div:last-child {
  margin-bottom: 0;
}
section.pro.patterned img, article.pro.patterned img, div.pro.patterned img {
  vertical-align: bottom;
}
section .title-push, article .title-push, div .title-push {
  padding-top: 4%;
}
@media screen and (max-width: 767px) {
  section .title-push, article .title-push, div .title-push {
    padding-top: 24px;
  }
}
section .title-push-half, article .title-push-half, div .title-push-half {
  padding-top: 3%;
}
@media screen and (max-width: 767px) {
  section .title-push-half, article .title-push-half, div .title-push-half {
    padding-top: 24px;
  }
}
section .double-title-push, article .double-title-push, div .double-title-push {
  padding-top: 7%;
}
@media screen and (max-width: 767px) {
  section .no-mobile-push, article .no-mobile-push, div .no-mobile-push {
    padding-top: 0;
  }
}

.accreditation .unit-10 img {
  max-height: 80px;
  width: auto;
  float: left;
}
.accreditation .unit-10 img.middle-acc-image {
  margin-left: 25%;
}
@media screen and (max-width: 1024px) {
  .accreditation .unit-10 img.middle-acc-image {
    margin-left: 30%;
  }
}
@media screen and (max-width: 767px) {
  .accreditation img.image-25 {
    width: 20%;
  }
  .accreditation img.image-50 {
    width: 35%;
  }
}

.case-studies img {
  width: 80%;
  margin: 0 0 0 10%;
}
.case-studies .arrow {
  position: relative;
}
.case-studies .arrow img {
  width: 25%;
  margin: 36px 0;
}
.case-studies .arrow.prev img {
  float: left;
}
.case-studies .arrow.next img {
  float: right;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.carousel-main .next-about {
  position: relative;
}
.carousel-main .next-about img {
  width: 28% !important;
  margin: 50px !important;
}
.carousel-main .next-about.prev:hover {
  cursor: pointer;
}
.carousel-main .next-about.prev img {
  float: left;
}
.carousel-main .next-about.next:hover {
  cursor: pointer;
}
.carousel-main .next-about.next img {
  float: right;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.carousel-main .arrow-mobile img {
  width: 10% !important;
  margin: -13px !important;
  position: relative;
  top: 80px;
}
.carousel-main .arrow-about img {
  width: 28% !important;
  margin: 50px !important;
  position: relative;
}
.carousel-main .arrow {
  position: relative;
}
.carousel-main .arrow img {
  width: 4%;
  margin: 50px 12px;
}
.carousel-main .arrow.prev:hover {
  cursor: pointer;
}
.carousel-main .arrow.prev img {
  float: left;
}
.carousel-main .arrow.next:hover {
  cursor: pointer;
}
.carousel-main .arrow.next img {
  float: right;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.scroll-top img {
  width: 25%;
  padding-top: 38px;
}
.scroll-top img.small-scroll {
  width: 40%;
  padding-top: 36px;
}

.prefooter {
  border-top: 1px solid #f2f2f2;
  padding: 24px 0 !important;
}
.prefooter .accreditation .icaew {
  width: 87px;
  height: 48px;
  display: inline-block;
  background: url(../images/logos/icaew.png) 0 0 no-repeat;
  margin-right: 20px;
}
.prefooter .accreditation .icb {
  width: 52px;
  height: 56px;
  display: inline-block;
  background: url(../images/logos/icb.png) 0 0 no-repeat;
  margin-right: 20px;
}
.prefooter .accreditation .text {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-top: 12px;
}

.accordion .accordion-title {
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.accordion .accordion-title h3 {
  color: #888888;
}
.accordion .accordion-title:after {
  right: 10px;
  top: 50%;
  content: '';
  width: 10px;
  height: 18px;
  position: absolute;
  pointer-events: none;
  margin-top: -8px;
  margin-right: -4px;
  background: url(../images/icons/arrow-grey.png) 0 0 no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.accordion .accordion-title.opened h3 {
  color: #333333;
}
.accordion .accordion-title.opened:after {
  background: url(../images/icons/arrow-black.png) 0 0 no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion .accordion-content {
  display: none;
}

/*section {
    @media screen and (max-width: 767px) {
        margin-top: -3px !important;
    }

}*/
.pagination {
  max-width: 706px;
  margin: 24px auto 0 auto;
}
.pagination a {
  color: #00acd7;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}
.pagination .skip {
  line-height: 24px;
}
.pagination .previous,
.pagination .next {
  position: relative;
  text-indent: -999em;
}
.pagination .previous:after {
  left: 50%;
  top: 50%;
  content: '';
  width: 10px;
  height: 18px;
  position: absolute;
  pointer-events: none;
  margin-top: -8px;
  margin-right: -4px;
  background: url(../images/icons/arrow-black.png) 0 0 no-repeat;
  background-size: 100%;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pagination .previous.disabled {
  cursor: default;
}
.pagination .previous.disabled:after {
  background: url(../images/icons/arrow-grey.png) 0 0 no-repeat;
  background-size: 100%;
}
.pagination .next:after {
  left: 50%;
  top: 50%;
  content: '';
  width: 10px;
  height: 18px;
  position: absolute;
  pointer-events: none;
  border-color: rgba(16, 24, 31, 0);
  border-left-color: #dddddd;
  border-width: 8px;
  margin-top: -8px;
  margin-right: -4px;
  background: url(../images/icons/arrow-black.png) 0 0 no-repeat;
  background-size: 100%;
}
.pagination .next.disabled {
  cursor: default;
}
.pagination .next.disabled:after {
  background: url(../images/icons/arrow-grey.png) 0 0 no-repeat;
  background-size: 100%;
  cursor: default;
}
.pagination .pages li.active a {
  color: #333333;
  border: 2px solid #00acd7;
  border-radius: 14px;
}
.pagination .unit-8 {
  float: left;
  width: 12.5%;
  text-align: center;
  list-style: none;
}

table {
  width: 100%;
  border: 1px solid #f0f0f0;
}
table td,
table th {
  padding: 10px;
  border: 1px solid #f0f0f0;
  text-align: left;
}

hr {
  border: none;
  height: 6px;
  width: 48px;
  background: #f2f2f2;
  margin: 24px auto;
}
hr.feature {
  background: #ffd600;
}
hr.red {
  background: #cf0a2c;
}
hr.green {
  background: #3fae29;
}
hr.orange {
  background: #ff6a00;
}
hr.white {
  background: white;
}
hr.section-separator {
  width: 100%;
  height: 0;
  border-top: 1px solid #dddddd;
  background: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  hr.section-separator {
    width: 15%;
    border-top: 6px solid #ffd600;
    margin: 0 auto;
  }
}
hr.slim {
  height: 1px;
  width: 100%;
}

.folding a.show-hide {
  position: relative;
}
.folding a.show-hide:before {
  content: '';
  width: 8px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: 8px;
  display: block;
  margin-left: -30px;
  background: url("../images/icons/arrow-blue.png") 0 0 no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.folding a.show-hide span {
  color: #00acd7;
  border-bottom: 1px dashed #00acd7;
}
.folding a.show-hide:hover span {
  border-bottom: none;
}
.folding a.show-hide.reverse:before {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.folding a.show-hide.reverse span {
  border-bottom: none;
}
.folding a.show-hide-no-arrow {
  position: relative;
}
.folding a.show-hide-no-arrow span {
  color: #00acd7;
  border-bottom: 1px dashed #00acd7;
}
.folding a.show-hide-no-arrow:hover span {
  border-bottom: none;
}
.folding.wide-grey {
  margin-bottom: 24px;
  margin-left: 35px;
}
.folding.wide-grey:first-child {
  margin-top: 12px;
}
.folding.wide-grey a.show-hide {
  color: #888888;
}
.folding.wide-grey a.show-hide:before {
  width: 14px;
  height: 20px;
  background: url("../images/icons/dropdown-grey-bold.png") no-repeat right;
  background-size: 100%;
  float: right;
}
.folding.wide-grey a.show-hide.reverse:before {
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
}
.folding div.inner-wrap {
  display: none;
  margin-top: 12px;
  -webkit-transition: max-height ease 0.8s, opacity ease 0.8s;
  -moz-transition: max-height ease 0.8s, opacity ease 0.8s;
  -o-transition: max-height ease 0.8s, opacity ease 0.8s;
  transition: max-height ease 0.8s, opacity ease 0.8s;
}
.folding.small a.show-hide:before {
  display: none;
}
.folding.small a.show-hide .grey {
  color: #888888;
}
.folding.small a.show-hide small {
  border-bottom: 1px dashed #888888;
}

.hover-change .hover {
  display: none;
}
@media only screen and (min-width: 767px) {
  .hover-change:hover .normal {
    display: none;
  }
  .hover-change:hover .hover {
    display: block;
  }
}
@media only screen and (min-width: 767px) and (min-width: 767px) {
  .hover-change:hover .normal {
    display: none;
  }
  .hover-change:hover .hover {
    display: block;
  }
}

#feature-list-tabs.wrapper {
  border-bottom-color: #DDD;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#feature-list.tabs span.tab {
  display: inline-block;
  background: #f2f2f2;
}

.tabs span.tab {
  display: inline-block;
  background: white;
  padding: 6px 12px 8px 12px;
  margin: 0 6px;
  width: 30%;
}
.tabs span.tab.selected {
  position: relative;
  background: #ffd600;
  z-index: 1;
}
.tabs span.tab.selected:after, .tabs span.tab.selected:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tabs span.tab.selected:after {
  border-top-color: #ffd600;
  border-width: 2px;
  margin-left: -8px;
}
.tabs span.tab.selected:before {
  border-top-color: #ffd600;
  border-width: 14px;
  margin-left: -14px;
}

.slider-data-section .tabs span.tab {
  display: inline-block;
  background: #f2f2f2;
  padding: 6px 12px 8px 12px;
  margin: 0 6px;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .slider-data-section .tabs span.tab {
    width: 37%;
  }
}
.slider-data-section .tabs span.tab:hover {
  cursor: pointer;
}
.slider-data-section .tabs span.tab.selected-slide {
  position: relative;
  background: #ffd600;
  z-index: 1;
}
.slider-data-section .tabs span.tab.selected-slide:after, .slider-data-section .tabs span.tab.selected-slide:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.slider-data-section .tabs span.tab.selected-slide:after {
  border-top-color: #ffd600;
  border-width: 2px;
  margin-left: -8px;
}
.slider-data-section .tabs span.tab.selected-slide:before {
  border-top-color: #ffd600;
  border-width: 14px;
  margin-left: -14px;
}

#feature-list.tabs span.tab {
  display: inline-block;
  background: #f2f2f2;
  padding: 6px 12px 8px 12px;
  margin: 0 6px;
  width: 30%;
}
#feature-list.tabs span.tab.selected {
  position: relative;
  background: #ffd600;
  z-index: 1;
}
#feature-list.tabs span.tab.selected:after, #feature-list.tabs span.tab.selected:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#feature-list.tabs span.tab.selected:after {
  border-top-color: #ffd600;
  border-width: 2px;
  margin-left: -8px;
}
#feature-list.tabs span.tab.selected:before {
  border-top-color: #ffd600;
  border-width: 14px;
  margin-left: -14px;
}

.bus {
  width: 200px;
  top: 200px;
}

#axis:hover .move-right {
  transform: translate(1000px, 0);
  -webkit-transform: translate(1000px, 0);
  /** Chrome & Safari **/
  -o-transform: translate(1000px, 0);
  /** Opera **/
  -moz-transform: translate(1000px, 0);
  /** Firefox **/
}

.object {
  position: relative;
  transition: all 4s ease-in-out;
  -webkit-transition: all 4s ease-in-out;
  /** Chrome & Safari **/
  -moz-transition: all 4s ease-in-out;
  /** Firefox **/
  -o-transition: all 4s ease-in-out;
  /** Opera **/
}

.top-bar {
  background-color: #ffd600;
  padding: 8px 0;
}
.top-bar a {
  color: #333333;
  text-decoration: underline;
}
.top-bar a:hover {
  text-decoration: none;
}
.top-bar .wrapper {
  position: relative;
}
.top-bar .top-bar-close {
  width: 16px;
  height: 16px;
  margin-left: 20px;
  position: relative;
  top: 3px;
  float: right;
  cursor: pointer;
}
.top-bar .top-bar-close img {
  vertical-align: top;
}

.alamodal.overlay {
  display: none;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed !important;
  position: absolute;
  /* IE-6 hack, ignores the above rule */
  top: 0;
  width: 100%;
  z-index: 3000;
}

.alamodal.box {
  display: none;
  left: 30%;
  margin: 0;
  position: fixed !important;
  position: absolute;
  /* IE-6 hack, ignores the above rule */
  padding: 0;
  top: 30%;
  width: 500px;
  z-index: 3001;
}

.alamodal.box .header,
.alamodal.box .content {
  margin: 0;
  position: relative;
}

.alamodal.box .header {
  height: 50px;
}

#content .alamodal.box .header h1 {
  display: block;
}

.alamodal.box .header h1,
.alamodal.box .header h2,
.alamodal.box .header h3,
.alamodal.box .header h4,
.alamodal.box .header h5 {
  display: block;
  height: 41px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.alamodal.box .header a {
  float: left;
  margin: 8px;
  position: relative;
  top: 0;
  z-index: 3002;
}

.alamodal.box .header a:nth-child(2n+1) {
  float: right;
}

.alamodal.box .content {
  padding: 30px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.alamodal.box .content iframe {
  margin: 0;
  padding: 0;
}

.alamodal.box .content form button {
  display: none;
}

/*
===== à la modal Variables  ============================================================================================
*/
/*
===== à la modal =======================================================================================================
*/
.alamodal.overlay {
  background-color: #ffd600;
  filter: Alpha(0.7);
  opacity: 0.7;
}

.alamodal.box {
  background-color: #f2f2f2;
}

.alamodal.box .header {
  background-color: #00acd7;
}

.alamodal.box .header h1,
.alamodal.box .header h2,
.alamodal.box .header h3,
.alamodal.box .header h4,
.alamodal.box .header h5 {
  color: white;
  font-size: 1.8em;
  line-height: 50px;
  text-align: center;
}

.alamodal.box .content iframe {
  border: none;
}

#recaptcha_privacy {
  line-height: 10px;
}

.red-text {
  color: #cf0a2c !important;
}

.orange-text {
  color: #ff6a00 !important;
}

.yellow-text {
  color: #ffd600 !important;
}

.green-text {
  color: #3fae29 !important;
}

.cyan-text {
  color: #00acd7 !important;
}

ul li, ol li {
  list-style: disc inside;
}

div.palette {
  padding: 0;
}
div.palette span {
  width: 25%;
  float: left;
  text-align: center;
  padding: 24px 0;
  margin: 0;
  color: #333333;
}
div.palette span:nth-child(2) {
  width: 50%;
}
div.palette.red span.base {
  background: #cf0a2c;
}
div.palette.red span.lighter {
  background: #eb6851;
}
div.palette.red span.darker {
  background: #c2002f;
}
div.palette.orange span.base {
  background: #ff6a00;
}
div.palette.orange span.lighter {
  background: #ff8300;
}
div.palette.orange span.darker {
  background: #ff5000;
}
div.palette.yellow span.base {
  background: #ffd600;
}
div.palette.yellow span.lighter {
  background: #ffe339;
}
div.palette.yellow span.darker {
  background: #ffc600;
}
div.palette.green span.base {
  background: #3fae29;
}
div.palette.green span.lighter {
  background: #97d17b;
}
div.palette.green span.darker {
  background: #2e9941;
}
div.palette.cyan span.base {
  background: #00acd7;
}
div.palette.cyan span.lighter {
  background: #89d1e8;
}
div.palette.cyan span.darker {
  background: #0093c9;
}
div.palette.grey span.base {
  background: #dddddd;
}
div.palette.grey span.lighter {
  background: #f2f2f2;
}
div.palette.grey span.darker {
  background: #888888;
}
div.palette.white span.base {
  width: 100%;
  background: white;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
}
div.palette.black span.base {
  width: 100%;
  background: #333333;
  color: white;
}
div.palette.illust span {
  width: 100%;
}
div.palette.illust span.brown {
  background: #eba55d;
}
div.palette.illust span.crimson {
  background: #ec0044;
  color: white;
}
div.palette.illust span.marigold {
  background: #f7a700;
}
div.palette.illust span.lime {
  background: #94d500;
}
div.palette.illust span.marine {
  background: #0095a8;
  color: white;
}
div.palette.illust span.cobalt {
  background: #3e8ddd;
  color: white;
}
div.palette.illust span.blue {
  background: #00acd7;
  color: white;
}
div.palette.illust span.violet {
  background: #583c80;
  color: white;
}
div.palette.illust span.purple {
  background: #873299;
  color: white;
}
div.palette.illust span.pink {
  background: #ef3fa9;
  color: white;
}

.section-demos div {
  border: 1px solid #333333;
  text-align: center;
  padding-left: 2%;
  padding-right: 2%;
}

#grid .units-row {
  background-color: #f2f2f2;
  padding: 12px 0;
}
#grid .units-row div {
  background: #ff6a00;
  color: white;
  padding: 12px;
  text-align: center;
}
#grid .units-row div .units-row div {
  background: #3fae29;
  color: white;
  padding: 12px;
  text-align: center;
}
#grid .units-row div .units-row div .units-row div {
  background: #cf0a2c;
  color: white;
  padding: 12px;
  text-align: center;
}
#grid .units-row div .units-row div .units-row div .units-row div {
  background: #00acd7;
  color: white;
  padding: 12px;
  text-align: center;
}
#grid .units-row div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#grid .units-row div:last-child {
  margin-bottom: 0;
}
#grid .units-row:first-child {
  background: none;
}
#grid .units-row:first-child div {
  background: none;
  text-align: left;
}

.prettyprint {
  /* plain text */
  /* string content */
  /* a keyword */
  /* a comment */
  /* a type name */
  /* a literal value */
  /* punctuation, lisp open bracket, lisp close bracket */
  /* a markup tag name */
  /* a markup attribute name */
  /* a markup attribute value */
  /* a declaration; a variable name */
  /* a function name */
}
.prettyprint .pln {
  color: #333333;
}
.prettyprint .str {
  color: #2e9941;
}
.prettyprint .kwd {
  color: #00acd7;
}
.prettyprint .com {
  color: #ff6a00;
}
.prettyprint .typ {
  color: #873299;
}
.prettyprint .lit {
  color: #0095a8;
}
.prettyprint .pun, .prettyprint .opn, .prettyprint .clo {
  color: #ffc600;
}
.prettyprint .tag {
  color: #00acd7;
}
.prettyprint .atn {
  color: #873299;
}
.prettyprint .atv {
  color: #2e9941;
}
.prettyprint .dec, .prettyprint .var {
  color: #873299;
}
.prettyprint .fun {
  color: #cf0a2c;
}
.prettyprint span.line {
  display: block;
  padding-bottom: 6px;
}
.prettyprint span.line.tab1 {
  padding-left: 24px;
}
.prettyprint span.line.tab2 {
  padding-left: 48px;
}
.prettyprint span.line.tab3 {
  padding-left: 72px;
}
.prettyprint span.line.tab4 {
  padding-left: 96px;
}
