@import url(https://fonts.googleapis.com/css?family=Lato:400,700);@import url(https://use.typekit.net/uvj8umx.css);/** something nasty in here */
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #47565e;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1360px;
  }
}

.light {
  color: #797c8c;
}

.btn,
.btn-primary {
  background: #f36b24;
  border-color: transparent;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  padding: 22px 38px;
  font-weight: 700;
  letter-spacing: 0.8px;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.btn:hover, .btn:active,
.btn-primary:hover,
.btn-primary:active {
  background: #d8520c;
  color: #fff;
}

.btn--outline,
.btn-primary--outline {
  border: 1px solid #264c5a;
  color: #264c5a;
  background: transparent;
}

.btn--outline:hover, .btn--outline:active,
.btn-primary--outline:hover,
.btn-primary--outline:active {
  background: #264c5a;
  color: #fff;
}

.btn--green,
.bg-gray .form-white .btn--green.btn,
.btn-primary--green,
.bg-gray .form-white
.btn-primary--green.btn {
  background: #6eb2c8;
}

.btn--green:hover, .btn--green:active,
.bg-gray .form-white .btn--green.btn:hover,
.bg-gray .form-white .btn--green.btn:active,
.btn-primary--green:hover,
.btn-primary--green:active,
.bg-gray .form-white
.btn-primary--green.btn:hover,
.bg-gray .form-white
.btn-primary--green.btn:active {
  background: #499eba;
}

.btn-white,
.btn-primary-white {
  background: #fff;
  border-color: #fff;
  color: #264c5a;
}

.btn-white:hover, .btn-white:active,
.btn-primary-white:hover,
.btn-primary-white:active {
  background: #e6e5e5;
  color: #264c5a;
}

.btn-transparent,
.btn-primary-transparent {
  background: transparent;
  border-color: #fff;
}

.btn-transparent:active, .btn-transparent:focus, .btn-transparent:hover,
.btn-primary-transparent:active,
.btn-primary-transparent:focus,
.btn-primary-transparent:hover {
  background: #264c5a;
  border-color: #264c5a;
}

.btn-left,
.btn-primary-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  text-align: left;
  white-space: normal;
}

@media screen and (max-width: 600px) {
  .btn {
    width: 100%;
  }
}

.h1,
h1 {
  font-size: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 576px) {
  .h1,
  h1 {
    font-size: calc( 30px + 30 * (100vw - 576px) / 1184);
  }
}

@media screen and (min-width: 1760px) {
  .h1,
  h1 {
    font-size: 60px;
  }
}

.h2,
h2 {
  font-size: 26px;
  margin-bottom: 30px;
}

@media screen and (min-width: 576px) {
  .h2,
  h2 {
    font-size: calc( 26px + 18 * (100vw - 576px) / 1184);
  }
}

@media screen and (min-width: 1760px) {
  .h2,
  h2 {
    font-size: 44px;
  }
}

.h3,
h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

@media screen and (min-width: 576px) {
  .h3,
  h3 {
    font-size: calc( 24px + 14 * (100vw - 576px) / 1184);
  }
}

@media screen and (min-width: 1760px) {
  .h3,
  h3 {
    font-size: 38px;
  }
}

.h4,
h4 {
  font-size: 22px;
  margin-bottom: 30px;
}

@media screen and (min-width: 576px) {
  .h4,
  h4 {
    font-size: calc( 22px + 10 * (100vw - 576px) / 1184);
  }
}

@media screen and (min-width: 1760px) {
  .h4,
  h4 {
    font-size: 32px;
  }
}

p {
  line-height: 1.4;
  font-size: 20px;
  letter-spacing: 0.6px;
}

img {
  max-width: 100%;
  border-radius: 3px;
}

ul {
  font-size: 16px;
}

input[type="text"], input[type="text"].form-control,
input[type="tel"],
input[type="tel"].form-control,
input[type="email"],
input[type="email"].form-control,
input[type="password"],
input[type="password"].form-control,
textarea,
textarea.form-control,
select,
select.form-control {
  border: 1px solid rgba(121, 124, 140, 0.2);
  font-size: 16px;
  padding: 18px 11px;
  border-radius: 7px;
  color: #797c8c;
  height: 62px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select.form-control {
  color: #999;
}

.form-control.form-hidden {
  display: none;
}

.form-white {
  padding: 40px 20px;
  -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #797c8c;
}

.form-white .btn {
  margin: 20px 5px 5px 5px;
}

.link-primary {
  color: #264c5a;
}

iframe {
  border-width: 0;
}

.brand-primary {
  color: #264c5a;
}

.bg-brand-primary {
  background-color: #264c5a;
  color: #fff;
}

.bg-brand-primary .light {
  color: #797c8c;
}

.bg-brand-primary .form-white .btn {
  color: #fff;
  background-color: #f36b24;
}

.bg-brand-primary .form-white .btn:hover, .bg-brand-primary .form-white .btn:active {
  background-color: #d8520c;
}

.brand-tertiary {
  color: #173554;
}

.bg-brand-tertiary {
  background-color: #173554;
  color: #fff;
}

.bg-brand-tertiary .light {
  color: #e5e5e5;
}

.bg-brand-tertiary .form-white .btn {
  color: #fff;
  background-color: #f36b24;
}

.bg-brand-tertiary .form-white .btn:hover, .bg-brand-tertiary .form-white .btn:active {
  background-color: #d8520c;
}

.gray {
  color: #47565e;
}

.bg-gray {
  background-color: #47565e;
  color: #fff;
}

.bg-gray .light {
  color: #47565e;
}

.bg-gray .form-white .btn {
  color: #fff;
  background-color: #f36b24;
}

.bg-gray .form-white .btn:hover, .bg-gray .form-white .btn:active {
  background-color: #d8520c;
}

.white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
  color: #264c5a;
}

.bg-white .light {
  color: #fff;
}

.bg-white .form-white .btn {
  color: #fff;
  background-color: #f36b24;
}

.bg-white .form-white .btn:hover, .bg-white .form-white .btn:active {
  background-color: #d8520c;
}

.divider {
  padding: 10px 0;
}

@media screen and (min-width: 600px) {
  .divider {
    padding: 0 16px;
  }
}

.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.pointer-events {
  pointer-events: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.lead {
  font-size: 20px;
}

@media screen and (min-width: 576px) {
  .lead {
    font-size: calc( 20px + 4 * (100vw - 576px) / 1184);
  }
}

@media screen and (min-width: 1760px) {
  .lead {
    font-size: 24px;
  }
}

.small-lead {
  font-size: 16px;
}

.small {
  font-size: 15px;
}

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.padding-default {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 576px) {
  .padding-default {
    padding-top: calc( 30px + 30 * (100vw - 576px) / 1184);
    padding-bottom: calc( 30px + 30 * (100vw - 576px) / 1184);
  }
}

@media screen and (min-width: 1760px) {
  .padding-default {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.padding-large {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 576px) {
  .padding-large {
    padding-top: calc( 40px + 40 * (100vw - 576px) / 1184);
    padding-bottom: calc( 40px + 40 * (100vw - 576px) / 1184);
  }
}

@media screen and (min-width: 1760px) {
  .padding-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.padding-small {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .padding-small {
    padding-top: calc( 20px + 20 * (100vw - 576px) / 1184);
    padding-bottom: calc( 20px + 20 * (100vw - 576px) / 1184);
  }
}

@media screen and (min-width: 1760px) {
  .padding-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad-h-0 {
  padding-left: 0;
  padding-right: 0;
}

.pad-r-0 {
  padding-right: 0;
}

.pad-l-0 {
  padding-left: 0;
}

.pad-v-0 {
  padding-bottom: 0;
  padding-top: 0;
}

.pad-t-0 {
  padding-top: 0;
}

.pad-b-0 {
  padding-bottom: 0;
}

.pad-v-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pad-b-20 {
  padding-bottom: 20px;
}

.pad-b-40 {
  padding-bottom: 40px;
}

.section-white-overflow > *,
.section-dark-overflow > * {
  position: relative;
  z-index: 10;
}

.section-white-overflow:after,
.section-dark-overflow:after {
  z-index: 0;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
}

.section-white-overflow:after {
  background: #fff;
}

.section-dark-overflow:after {
  background: #173554;
}

.spacer {
  height: 40px;
}

.important-notes {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.important-notes__heading {
  font-weight: bold;
  color: #47565e;
}

.important-notes ol li, .important-notes ul li {
  margin-bottom: 10px;
}

.tool-tip img {
  opacity: 0.8;
  width: 20px;
  margin: 0 5px;
}

.tippy-content {
  font-size: 14px;
  padding: 5px 10px;
}

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

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

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "museo-sans", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  font: 21px/1 "museo-sans", Helvetica, Arial, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #fff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover {
  color: #555;
  background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
          box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li {
  font-size: 0;
  margin: 5px;
}

.slick-dots li button {
  border-radius: 50%;
  background: #9497a4;
  height: 20px;
  width: 20px;
  border: none;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.slick-dots li.slick-active button {
  background: #616471;
}

.fancybox-toolbar,
.fancybox-navigation {
  display: none;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.fancybox-content {
  width: 100%;
  max-width: 600px;
  height: 390px;
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
}

.fancybox-button {
  background: #264c5a;
}

.fancybox-button svg path {
  fill: #fff;
}

.ui-datepicker {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.2);
  display: none;
}

.ui-datepicker-calendar td {
  padding: 5px;
}

.ui-slider {
  height: 20px;
  width: 100%;
  background: rgba(38, 76, 90, 0.5);
  position: relative;
}

.ui-slider-range {
  background: #264c5a;
  height: 100%;
}

.ui-slider-handle {
  position: absolute;
  top: -6px;
  height: 32px;
  width: 20px;
  border: 1px solid rgba(121, 124, 140, 0.6);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-radius: 3px;
  background: #fff;
}

.ui-slider-handle:after {
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 1px solid rgba(121, 124, 140, 0.2);
  border-bottom: 1px solid rgba(121, 124, 140, 0.2);
}

.ui-dialog {
  padding: 40px;
  background: #fff;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.landing .header {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 250;
}

.header a {
  margin-right: 40px;
}

.register-page .header {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .header__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header__right {
  margin-left: auto;
}

@media (max-width: 600px) {
  .header__right {
    text-align: center;
    margin-left: 0;
  }
  .header__right > * {
    width: 100%;
    margin-top: 20px;
    display: block;
  }
}

.header a:not(.btn), .header__welcome, .header__phone {
  margin-right: 40px;
  font-size: 14px;
  letter-spacing: 0.9px;
  color: #264c5a;
  font-weight: 700;
  text-transform: uppercase;
}

.header__logo {
  max-width: 260px;
}

@media screen and (max-width: 600px) {
  .header__logo__link {
    margin-right: 0 !important;
    text-align: center;
  }
}

.footer {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 12px;
  color: #797c8c;
}

.footer span,
.footer a {
  color: inherit;
  margin-right: 10px;
  text-transform: uppercase;
}

.footer span:last-child,
.footer a:last-child {
  margin-right: 0;
}

.footer__logo {
  max-width: 220px;
}

.footer .powered-by {
  font-weight: 700;
  margin-top: -8px;
}

.footer .powered-by span {
  text-transform: none;
  color: #00aeef;
}

.footer .footer__jb {
  color: #b0b2bb;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__content > * {
    margin: 10px 0;
    text-align: center;
  }
}

.footer__links {
  padding: 0 10px;
}

.footer__links a {
  white-space: nowrap;
}

.benefit .bold {
  font-size: 17px;
}

.benefit__icon {
  margin-bottom: 20px;
  margin-top: 20px;
}

.slider__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -40px;
  margin-right: -40px;
}

.slider__options span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: block;
  text-align: center;
  width: 20%;
}

.slider__select select {
  display: none;
}

.register-logo {
  width: 200px;
  margin: 0 auto;
}

.section-intro {
  background-image: url("../../images/plus.svg");
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: top right;
  overflow: hidden;
}

.section-intro h1 {
  position: relative;
  z-index: 10;
  margin-top: 9%;
  width: 100%;
}

@media (min-width: 768px) {
  .section-intro h1 {
    width: 120%;
  }
}

.section-intro h1 span {
  padding-right: 20px;
  display: inline-block;
}

.section-intro p {
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 20px;
}

.section-intro .val-report {
  width: 140%;
  max-width: none;
}

@media (min-width: 648px) {
  .section-intro .val-report {
    margin: -10%;
  }
}

.section-intro .try-xero {
  color: #fff;
}

.section-getstarted {
  padding-bottom: 0;
  position: relative;
}

.section-getstarted__content {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .section-getstarted__content {
    padding-right: 20px;
  }
}

.section-getstarted__content > ul {
  font-size: 15px;
  padding-left: 14px;
}

.section-getstarted__content > ul > li {
  margin-bottom: 10px;
}

.section-getstarted__buttons {
  margin: 30px 0 15px;
}

.section-getstarted__buttons > .btn {
  margin-bottom: 15px;
  margin-right: 15px;
}

@media screen and (min-width: 768px) {
  .section-getstarted__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-getstarted__image {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .section-getstarted__image {
    max-width: 200px;
  }
}

.section-getstarted__image img {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .section-getstarted__screenshot {
    margin-top: 7rem;
  }
}

.section-getstarted--uk .xero__buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.section-getstarted .signup-form {
  position: relative;
  z-index: 10;
}

.section-getstarted .lead {
  margin-bottom: 40px;
}

.section-getstarted .try-xero {
  color: #264c5a;
}

.section-getstarted .logo-xero svg .background {
  fill: #fff !important;
}

.section-getstarted .logo-xero svg .text {
  fill: #264c5a !important;
}

.section-getstarted .box {
  -webkit-box-shadow: 0px 0px 45px rgba(22, 51, 82, 0.1);
          box-shadow: 0px 0px 45px rgba(22, 51, 82, 0.1);
  color: #797c8c;
  padding: 40px 20px;
}

@media screen and (min-width: 768px) {
  .section-getstarted .box {
    padding: 60px 120px 80px;
  }
}

.section-getstarted .box .btn {
  background: #264c5a;
  color: #fff;
}

.section-getstarted .box .btn:active, .section-getstarted .box .btn:focus, .section-getstarted .box .btn:hover {
  background: #173554;
}

.section-getstarted .box .link:active, .section-getstarted .box .link:focus, .section-getstarted .box .link:hover {
  color: #173554;
}

.section-getstarted .xero__buttons,
.section-getstarted .xero__section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-getstarted .xero__section {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .section-getstarted .xero__section {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.slick-slider .slide {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slick-slider .slide__quote {
  color: #47565e;
  font-size: 26px;
}

@media screen and (min-width: 576px) {
  .slick-slider .slide__quote {
    font-size: calc( 26px + 6 * (100vw - 576px) / 1184);
  }
}

@media screen and (min-width: 1760px) {
  .slick-slider .slide__quote {
    font-size: 32px;
  }
}

.slick-slider .slide__quote img {
  display: inline-block;
}

.slick-slider .slide img.lquot {
  -webkit-transform: translate(-10px, -20px);
          transform: translate(-10px, -20px);
  max-width: 10%;
}

.slick-slider .slide img.rquot {
  -webkit-transform: translate(-8px, 10px);
          transform: translate(-8px, 10px);
  max-width: 10%;
}

.slick-slider .slide__name {
  font-weight: 700;
  color: #47565e;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}

.slick-slider .slide__company {
  color: #797c8c;
  font-size: 18px;
}

.section-testimonials .slick-list {
  overflow: visible;
}

.section-pricing .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-why__content {
  padding-right: 7.5%;
}

.section-why__content p {
  font-size: 18px;
}

.accordion__item {
  border-top: 1px solid #264c5a;
}

.accordion__trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  position: relative;
  text-align: left;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
  width: 100%;
}

.accordion__trigger:focus {
  outline: none;
}

.accordion__trigger:focus, .accordion__trigger:hover {
  color: #f36b24;
}

.accordion__title {
  font-size: 22px;
  font-weight: 500;
  max-width: calc(100% - 2rem);
  padding-right: 4rem;
}

.accordion__subheading {
  margin-bottom: 30px !important;
}

.accordion__arrow {
  color: #f36b24;
  display: inline-block;
  margin-left: auto;
  width: 2rem;
}

.accordion__arrow > .line {
  background-color: #264c5a;
  position: absolute;
  width: 2rem;
  top: 50%;
  height: 4px;
}

.accordion__arrow > .line-2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.js-active .accordion__arrow .line-2 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.js-active .accordion__closed {
  opacity: 0;
  pointer-events: none;
}

.accordion__panel {
  height: 0;
  overflow-y: hidden;
  pointer-events: none;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.js-active .accordion__panel {
  height: auto;
  pointer-events: auto;
}

.accordion__panel-content {
  padding-bottom: 40px;
}

.accordion__panel-content p:last-of-type {
  margin-bottom: 0;
}

.app-navigation {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
}

@media (max-width: 600px) {
  .app-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.app-navigation li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.app-navigation li a {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  width: 100%;
  color: #47565e;
  text-align: center;
  text-decoration: none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.app-navigation li a:hover, .app-navigation li a:active {
  color: #fff;
  background: #5d717b;
}

.app-navigation li a.active {
  color: #fff;
  background: #47565e;
}

.evaluation-navigation {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 600px) {
  .evaluation-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .evaluation-navigation li a {
    display: block;
    margin: 10px 0;
  }
}

.evaluation-navigation a > span {
  display: block;
}

.evaluation-navigation a > span:last-child {
  margin-top: 10px;
}

.evaluation-navigation__number {
  position: relative;
  color: #fff;
  margin-right: 10px;
  margin-left: 10px;
}

.evaluation-navigation__number:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
}

.evaluation-navigation li {
  font-size: 12px;
  opacity: 0.5;
}

.evaluation-navigation li.active {
  opacity: 1;
}

.evaluation-navigation li a {
  text-decoration: none;
  color: #fff;
}

body.landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.landing > .landing-page {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body.landing > .footer {
  margin-top: auto;
}

.landing-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 90px;
  width: 100%;
  position: relative;
  z-index: 101;
  border-bottom: 1px solid rgba(121, 124, 140, 0.2);
}

@media (min-width: 768px) {
  .landing-page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.landing-page + .footer {
  -webkit-box-shadow: 0px -1px 10px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -1px 10px 1px rgba(0, 0, 0, 0.05);
  z-index: 100;
  position: relative;
}

.landing-page__section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f8f9fa;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
  border-right: 1px solid #f8f9fa;
  border-left: 1px solid #f8f9fa;
  background: #fff;
  position: relative;
  padding: 20px 40px;
}

@media (min-width: 1024px) {
  .landing-page__section {
    padding: 40px 100px;
  }
}

.landing-page__section.free-val .section-image {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 45%;
}

@media screen and (min-width: 768px) {
  .landing-page__section.free-val .section-image {
    display: block;
  }
}

.landing-page__section.private-val .section-image {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(76px);
          transform: translateY(76px);
  max-width: 70%;
  width: 550px;
}

@media screen and (max-height: 1060px) {
  .landing-page__section.private-val .section-image {
    width: auto;
    max-height: 50%;
  }
}

@media screen and (min-width: 768px) {
  .landing-page__section.private-val .section-image {
    display: block;
  }
}

.landing-page__section .inner {
  width: 420px;
  max-width: 100%;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
  position: relative;
  z-index: 100;
}

.landing-page__section .inner b {
  color: #264c5a;
}

.landing-page__section .inner p {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  background: #fff;
}

.landing-page__section .inner .btn {
  color: #264c5a;
  background-color: transparent;
}

.landing-page__section .inner .btn {
  background-color: #fff;
  color: #264c5a;
}

.landing-page__section .inner .btn:hover {
  color: #fff;
  background-color: #264c5a;
}

.plan-wrapper {
  margin-bottom: 20px;
}

.plan-outer {
  background-color: #fff;
  color: #173554;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.plan-header, .plan-main, .plan-footer {
  padding: 24px;
}

.plan-header {
  border-bottom: 1px solid rgba(121, 124, 140, 0.2);
  border-top: 16px solid transparent;
  padding-bottom: 26px;
  min-height: 100px;
}

.plan-type {
  color: #647178;
  font-size: 14px;
  margin-bottom: 2px;
}

.plan-price {
  color: #17384a;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.plan-more {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 0.9;
  margin-top: 4px;
}

.plan-main {
  padding-bottom: 44px;
  padding-top: 30px;
}

.plan-heading {
  color: #647178;
  font-size: 14px;
  margin-bottom: 10px;
}

.plan-features {
  list-style-type: none;
  padding-left: 0;
}

.plan-feature {
  color: #17384a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.plan-feature:before {
  background-image: url(../../images/icon-check.png);
  background-repeat: no-repeat;
  content: '';
  height: 24px;
  margin-right: 6px;
  min-width: 30px;
  width: 30px;
}

.plan-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  padding-bottom: 20px;
  padding-top: 0;
  text-align: center;
}

.plan-button {
  background-color: transparent;
  border-color: currentColor;
  margin-bottom: 16px;
}

.plan-button:focus, .plan-button:hover {
  background-color: currentColor;
}

.plan-button:focus > span, .plan-button:hover > span {
  -webkit-filter: grayscale(10) brightness(100);
          filter: grayscale(10) brightness(100);
}

.plan-button-text {
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
}

.plan-terms {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 0 auto;
  max-width: 220px;
  min-height: 32px;
  opacity: 0.8;
}

.balance-sheet .input_td1,
.balance-sheet .input_td2,
.profit-loss .input_td1,
.profit-loss .input_td2 {
  padding-right: 15px;
}

.balance-sheet .input_td1:last-child,
.balance-sheet .input_td2:last-child,
.profit-loss .input_td1:last-child,
.profit-loss .input_td2:last-child {
  padding-right: 0;
}

.balance-sheet .input_td1 input,
.balance-sheet .input_td2 input,
.profit-loss .input_td1 input,
.profit-loss .input_td2 input {
  background-color: #f8f9fa;
}

.balance-sheet .gray .input_td2 input,
.profit-loss .gray .input_td2 input {
  background-color: rgba(121, 124, 140, 0.2);
}

.balance-sheet .gray .label_td,
.profit-loss .gray .label_td {
  font-weight: 700;
}

.balance-sheet .label_td1,
.balance-sheet .label_td,
.profit-loss .label_td1,
.profit-loss .label_td {
  padding-right: 10px;
}

.balance-sheet .label_td1.heading,
.balance-sheet .label_td.heading,
.profit-loss .label_td1.heading,
.profit-loss .label_td.heading {
  font-size: 20px;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #000;
  font-weight: 700;
}

.balance-sheet .dot-border-top,
.profit-loss .dot-border-top {
  border-top: 1px dashed rgba(121, 124, 140, 0.2);
}

.financials input {
  margin-bottom: 15px;
}

.privacy-policy-page p,
.privacy-policy-page li {
  line-height: 1.4;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.popup-background {
  position: absolute;
  right: 2rem;
  top: 2rem;
}

@media screen and (max-width: 1200px) {
  .popup-background {
    display: none;
  }
}

.popup-buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 120px 80px;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .popup-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .popup-buttons > .btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.popup-close {
  background-color: transparent;
  border-width: 0;
  border-radius: 1.5rem;
  color: #264c5a;
  font-size: 2rem;
  height: 3rem;
  right: 2rem;
  position: absolute;
  top: 2rem;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  width: 3rem;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  .popup-close {
    border-radius: 2rem;
    height: 4rem;
    width: 4rem;
  }
}

.popup-close:active, .popup-close:focus, .popup-close:hover {
  background-color: #173554;
  color: #fff;
}

.popup--inner {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 14px 8px rgba(38, 76, 90, 0.1);
          box-shadow: 0px 10px 14px 8px rgba(38, 76, 90, 0.1);
  height: 100%;
  margin-top: 100px;
  max-height: calc(100% - 200px);
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 4px;
  position: relative;
}

.popup--inner > form {
  padding: 60px 40px;
}

@media screen and (min-width: 600px) {
  .popup--inner > form {
    padding: 80px 40px;
  }
}

.popup-registration {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(23, 53, 84, 0.125);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 53, 84, 0.5)), to(transparent));
  background: linear-gradient(0deg, rgba(23, 53, 84, 0.5) 0%, transparent 100%);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  width: 100%;
  z-index: 9999;
}

.popup-registration .login-form,
.popup-registration .signup-form {
  display: none;
}

.popup-registration > .container {
  height: 100%;
  width: 100%;
}

.popup-hidden {
  pointer-events: none;
  top: 100%;
}

.logo-xero {
  max-height: 40px;
  padding-right: 12px;
}

.logo-xero-hide {
  padding: 0;
  visibility: hidden;
  width: 0;
}

.logo-xero img,
.logo-xero svg {
  max-height: inherit;
  max-width: 40px;
  width: auto;
}

.try-xero {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-transition: 200ms ease-out;
  transition: 200ms ease-out;
  -webkit-transition-property: color;
  transition-property: color;
}

.try-xero:focus, .try-xero:hover {
  color: #e5e5e5;
}

.xero__buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .xero__buttons > .divider {
    padding: 10px;
    text-align: center;
    width: 100%;
  }
  .xero__buttons > .btn {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .xero__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.thankyou__quote-btn {
  margin-top: 20px;
}

.section-intro p {
  font-weight: 400;
}

.section-intro {
  background-image: none;
}

.benefit__icon img {
  -webkit-filter: hue-rotate(190deg);
          filter: hue-rotate(190deg);
}
