@import url(//fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,300,700,900,300italic,400italic,700italic,900italic);
button, input[type="button"], input[type="reset"], input[type="submit"],
button,
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #00c8a0;
  border-radius: 0;
  border-bottom: 4px solid #008167;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 900;
  height: 3.0625rem;
  line-height: 1.5;
  padding: 0.75em 1.5em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

button:hover,
button:focus, input[type="button"]:hover,
input[type="button"]:focus, input[type="reset"]:hover,
input[type="reset"]:focus, input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #008167;
  border-bottom: 4px solid #004e3e;
  color: #fff;
}

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
button:disabled,
.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button.small {
  height: 2.375rem;
  line-height: 0.9;
}

.button.secondary {
  background-color: #444;
  border: none;
  border-bottom: 4px solid #000;
  color: #fff;
}

.button.secondary:hover,
.button.secondary:focus {
  color: #fff;
  border-color: #00c8a0;
  background: #000;
}

.button.active {
  background-color: #008167;
}

fieldset {
  background-color: white;
  border: 1px solid #f6f5f5;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
}

label {
  font-weight: 400;
  margin-bottom: 0.375em;
}

label.required::after {
  content: "*";
}

label abbr {
  display: none;
}

clear {clear:both;}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #f6f5f5;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0;
  padding: 0.5em;
  border-color: #999;
  transition: border-color;
  width: 100%;
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #dedada;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #00c8a0;
  box-shadow: none;
  outline: none;
}

textarea {
  height: 150px;
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="checkbox"] {
  width: 15px;
  vertical-align: top;
  margin-right: 0;
  margin-top: 5px;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

.eway-button span {
  background: transparent !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

#paymentForm {
  margin-top: 30px;
}

#eWAYBlock {
  margin-top: 50px;
  float: left;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.inline li,
ol.inline li {
  display: inline-block;
  margin-right: 8px;
}

ul.inline li:last-child,
ol.inline li:last-child {
  margin-right: 0;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #d2cdcd;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #f6f5f5;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #444;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

.hint {
  font-size: 0.875rem;
  line-height: 1.2;
}

a {
  color: #00c8a0;
  text-decoration: none;
  transition: color 0.1s linear;
}

a:active,
a:focus,
a:hover {
  color: #007c63;
}

a:active,
a:focus {
  outline: none;
}

hr {
  border-bottom: 1px solid #f6f5f5;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 2.25rem;
  font-weight: 900;
}

h3 {
  font-size: 1.5rem;
  font-weight: 900;
}

h4 {
  font-size: 1em;
  font-weight: 900;
}

h2 ~ .subhead {
  margin-top: -20px;
  font-size: 1.25rem;
}

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

.accordion {
  background-color: #00c8a0;
  border: none;
  margin: 0 0 1.5em 0;
  padding: 0;
  border-bottom: 4px solid #008167;
  line-height: 1.5;
  height: 49px;
  font-family: "Montserrat", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

.accordion ul {
  margin: 0;
  padding: 0;
}

.accordion li {
  border-bottom: none;
  list-style: none;
}

.accordion li > a {
  color: #fff;
  display: block;
  padding: 0.75em 1.618em;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
}

.accordion li:last-child {
  border: none;
}

.accordion li:focus,
.accordion li:hover {
  background-color: #008167;
}

.accordion ul.submenu {
  display: none;
}

.accordion ul.submenu:before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #008167;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}

.accordion ul.submenu li {
  background-color: #00e2b4;
}

.accordion ul.submenu li > a {
  font-weight: 300;
  padding: 10px 15px;
}

.accordion ul.submenu li:first-child {
  border-top: none;
  box-shadow: inset 0 1px 1px #00c39c;
}

.accordion ul.submenu li:focus,
.accordion ul.submenu li:hover {
  background-color: #00fbc9;
}

.accordion .is-expanded {
  display: block;
  padding-bottom: 0;
  background-color: #008167;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.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;
}

.slider {
  height: 440px;
}

@media screen and (max-width: 50rem) {
  .slider {
    height: 350px;
  }
}

.slick-dots {
  position: absolute;
  right: 7px;
  bottom: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 3px 10px 3px;
}

.slick-dots li button {
  background: transparent;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid white;
  padding: 0;
  text-indent: -999999px;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  border: 2px solid #00c8a0;
  background: #00c8a0;
}

@media screen and (max-width: 50rem) {
  .slick-dots {
    bottom: 5px;
  }
}

.slide .overlay {
  height: 55%;
  padding: 20px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.slide .overlay .button {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  visibility: hidden;
  position: absolute;
  bottom: -40px;
  opacity: 0;
}

@media screen and (max-width: 66.875rem) {
  .slide .overlay {
    height: 75%;
  }
}

@media screen and (max-width: 50rem) {
  .slide .overlay {
    height: 100%;
    vertical-align: bottom;
    border-bottom: 5px solid #00c8a0;
  }
  .slide .overlay .button {
    position: relative;
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
}

.slide:hover .overlay {
  height: 70%;
}

.slide:hover .overlay .button {
  bottom: 15px;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 66.875rem) {
  .slide:hover .overlay {
    height: 100%;
  }
}

@media screen and (max-width: 50rem) {
  .slide:hover .overlay {
    height: 100%;
  }
  .slide:hover .overlay .button {
    bottom: 0;
  }
}

.slide h2, .slide h3, .slide h4 {
  margin-bottom: 0.875rem;
}

.slide h2 {
  max-width: 60%;
}

.slide h3 {
  max-width: 60%;
}

.slide h4 {
  color: #e5e2e2;
}

@media screen and (max-width: 50rem) {
  .slide p {
    font-size: 0.875rem;
  }
  .slide h2 {
    font-size: 1.75rem;
    max-width: 100%;
  }
  .slide h3 {
    max-width: 80%;
  }
}

.slide-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.carousel-nav a.button i {
  line-height: 1.5;
}

.carousel {
  height: 400px;
}

@media screen and (min-width: 40em) {
  .carousel {
    height: 480px;
  }
}

.carousel .four-col {
  margin: 0 1.178825%;
}

.sliding-panel-content {
  position: fixed;
  top: 0px;
  right: auto;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 240px;
  -webkit-transform: translateX(-240px);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #fff;
  z-index: 999999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "Montserrat", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

.sliding-panel-content ul {
  padding: 0;
  margin: 0;
}

.sliding-panel-content ul li ul.submenu {
  background: #00af8c;
  display: none;
}

.sliding-panel-content ul li ul.submenu a {
  color: #fff;
}

.sliding-panel-content li {
  list-style: none;
}

.sliding-panel-content li.logo img {
  max-width: 180px;
}

.sliding-panel-content li.logo a:hover {
  background: #fff;
}

.sliding-panel-content li a {
  border-bottom: 1px solid #f6f5f5;
  color: #000;
  display: block;
  font-weight: bold;
  padding: 1em;
  text-decoration: none;
}

.sliding-panel-content li a:focus {
  background-color: white;
}

.sliding-panel-content li a:hover {
  background-color: #00c8a0;
  color: #fff;
}

.sliding-panel-content li a.special {
  background-color: #00c8a0;
  color: #fff;
}

.sliding-panel-content li a.special i {
  color: #fff;
}

.sliding-panel-content li a i {
  color: #eae8e8;
  margin-right: 10px;
  width: 25px;
}

.sliding-panel-content li a.active {
  border-bottom: 4px solid #008167;
}

.sliding-panel-content li a.active i {
  color: #00c8a0;
}

.sliding-panel-content li a.active:hover i {
  color: #fff;
}

.sliding-panel-content.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.sliding-panel-fade-screen {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: black;
  opacity: 0;
  visibility: hidden;
  z-index: 999998;
}

.sliding-panel-fade-screen.is-visible {
  opacity: 0.4;
  visibility: visible;
}

.sliding-panel-button {
  padding: 10px 16px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  outline: none;
}

.sliding-panel-button img {
  height: 1.3em;
}

.modal label {
  cursor: pointer;
  margin-bottom: 0;
}

.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px;
}

.modal .modal-state {
  display: none;
}

.modal .modal-trigger {
  padding: 0.8em 1em;
  margin-bottom: 20px;
}

.modal .modal-fade-screen {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  visibility: hidden;
  z-index: 99999999999;
}

@media screen and (min-width: 66.875rem) {
  .modal .modal-fade-screen {
    padding-top: 10em;
  }
}

.modal .modal-fade-screen .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  background: #fff;
  cursor: pointer;
}

.modal .modal-close:after,
.modal .modal-close:before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 1.5em;
  width: 0.15em;
  background: #f6f5f5;
  content: '';
  display: block;
  margin: -3px 0 0 -1px;
}

.modal .modal-close:hover:after,
.modal .modal-close:hover:before {
  background: #dedada;
}

.modal .modal-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal .modal-inner {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background: #fff;
  border-radius: 3px;
  margin-top: 0;
  margin: auto;
  max-height: 95%;
  overflow: auto;
  padding: 1.5em;
  position: relative;
  width: 95%;
}

@media screen and (max-width: 66.875rem) {
  .modal .modal-inner {
    max-height: 70%;
    padding: 3em;
    width: 60%;
  }
}

@media screen and (min-width: 66.875rem) {
  .modal .modal-inner {
    width: 50%;
  }
}

.modal .modal-inner h1 {
  color: #444;
  margin-bottom: 0 0 0.6em 0;
  text-align: left;
  text-transform: capitalize;
}

.modal .modal-inner p {
  color: #444;
  line-height: 1.5;
}

.modal .modal-inner .modal-intro {
  margin-bottom: 1em;
}

.modal .modal-inner .modal-content {
  color: #444;
}

@media screen and (max-width: 66.875rem) {
  .modal .modal-inner .modal-content {
    -webkit-columns: 2 8em;
    -moz-columns: 2 8em;
    columns: 2 8em;
  }
}

.modal .modal-inner a.cta {
  color: #fff;
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 1em;
}

.modal .modal-inner a.cta:last-child {
  padding: 0 2em;
}

.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}

.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em;
}

.modal-open {
  overflow: hidden;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

body.page {
  background: #f6f5f5;
}

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

.left {
  float: left;
}

.centre {
  text-align: center;
}

.divide {
  width: 100px;
  height: 4px;
  background: #00c8a0;
  display: block;
  margin: 30px auto;
}

.divide.thin {
  height: 1px;
  background: #999;
}

.divide.left {
  display: block;
  margin-left: 0;
  float: none;
}

h1 ~ .divide,
h2 ~ .divide,
h3 ~ .divide,
h4 ~ .divide {
  margin-top: 0;
}

.section-divide {
  max-width: 400px;
  height: 4px;
  background: #f6f5f5;
  display: block;
  margin: 0 auto;
}

.section-divide.full {
  max-width: none;
}

.relative {
  position: relative;
}

.overlay {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 100px 20px 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.65+100 */
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  color: #fff;
}

section {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

section::after {
  clear: both;
  content: "";
  display: table;
}

section.wide {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

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

section.xwide {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

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

section.full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

aside.six {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  padding-left: 40px;
  margin-right: 0;
}

aside.six:last-child {
  margin-right: 0;
}

aside.six .cta {
  height: 200px;
}

@media screen and (max-width: 50rem) {
  aside.six {
    padding-left: 0;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  aside.six:last-child {
    margin-right: 0;
  }
}

.half {
  float: left;
  width: 50%;
}

@media screen and (max-width: 50rem) {
  .half {
    width: 100%;
  }
}

.four-col {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.four-col:last-child {
  margin-right: 0;
}

.clear {clear:both;}

.staff-grid .four-col:last-child {
  margin-right: 0;
}

.staff-grid h3 {
    font-weight: 700 !important;
}

.staff-grid h4 {
    font-weight: 400;
    font-style: italic;
    color: #636363;
}


.staff-grid .four-col {
    width: 30%;
    margin-bottom: 50px;
}


.staff-grid img {
    margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
.staff-grid .four-col {
    width: 100%;
}


}


section.content {
  padding: 60px 0;
}

section.content h2 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

section.content h3 {
  font-size: 1.125rem;
  font-weight: 400;
}

section.content ul {
  max-width: 340px;
  margin-left: 20px;
}

section.content ul li {
  list-style: outside none;
  position: relative;
  margin-bottom: 5px;
}

section.content ul li:before {
  content: '-';
  left: -15px;
  position: absolute;
}

section.content ul.meta {
  margin-left: 0;
  margin-bottom: 15px;
  font-family: "Montserrat", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #999;
  font-size: 0.875rem;
}

section.content ul.meta li:before {
  content: none;
}

section.content.border-bottom {
  border-bottom: 4px solid #f6f5f5;
}

section.content.feature {
  padding: 90px 0;
}

@media screen and (max-width: 50rem) {
  section.content {
    padding: 20px;
  }
  section.content.feature {
    padding: 40px 4%;
  }
}

.page .content {
  background: #fff;
  padding: 60px 40px;
}

.page .content.index {
  background: transparent;
  padding: 60px 0;
}

.page .cta {
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 50rem) {
  .page .content {
    padding: 30px 20px;
  }
  .page .content.index {
    padding: 30px 20px;
  }
}

.social-feed {
  color: #000;
  border-top: 4px solid #f6f5f5;
}

.social-feed a {
  color: #000;
  text-decoration: underline;
}

.social-feed p:last-of-type {
  margin-bottom: 0;
}

.social-feed p.follow a {
  text-decoration: none;
}

.social-feed p.date {
  text-transform: uppercase;
}

.social-feed .icon {
  position: absolute;
}

.social-feed .icon i {
  font-size: 5rem;
}

.social-feed .txt {
  padding: 0 0 0 70px;
}

.social-feed .facebook {
  min-height: 150px;
  padding: 40px 30px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.social-feed .facebook i {
  color: #3B5998;
}

.social-feed .facebook:hover {
  background: #f6f5f5;
}

.social-feed .twitter {
  min-height: 150px;
  padding: 40px 30px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.social-feed .twitter i {
  color: #55acee;
}

.social-feed .twitter .txt {
  padding: 0 0 0 90px;
}

.social-feed .twitter:hover {
  background: #f6f5f5;
}

@media screen and (min-width: 50rem) {
  .social-feed {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
}

.banner {
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .overlay {
  padding: 30px;
}

.banner h1 {
  font-size: 3rem;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: -0.125rem;
}

@media screen and (max-width: 50rem) {
  .banner {
    height: 100px;
  }
  .banner h1 {
    font-size: 2rem;
  }
  .banner .overlay {
    padding: 20px;
  }
}

.page .banner .overlay {
  padding: 30px 40px;
}

@media screen and (max-width: 50rem) {
  .page .banner .overlay {
    padding: 20px;
  }
}

@media screen and (max-width: 40em) {
  .page .banner .breadcrumbs {
    display: none;
  }
}

.index {
  padding: 40px 0;
}

.index .banner {
  position: relative;
  margin-bottom: 30px;
  height: 260px;
}

.index .banner h2 {
  margin-bottom: 0;
}

.index .banner:last-of-type {
  margin-bottom: 0;
}

.index .banner h2 {
  text-transform: uppercase;
}

@media screen and (max-width: 50rem) {
  .index {
    padding: 20px;
  }
  .index .banner {
    height: 280px;
  }
}

@media screen and (max-width: 40em) {
  .index .banner {
    height: 200px;
  }
  .index .banner h2 {
    margin-bottom: 8px;
    line-height: 1;
  }
  .index .banner p {
    display: none;
  }
}

aside {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  display: block;
  padding-top: 55px;
  float: right;
}

aside:last-child {
  margin-right: 0;
}

aside .block,
aside .share {
  background: #f6f5f5;
  padding: 15px;
  border-bottom: 4px solid #00c8a0;
}

aside .block .divide,
aside .share .divide {
  width: 50px;
}

aside .share {
  background: #fff;
  margin-bottom: 40px;
  border-bottom: none;
  padding: 0 15px;
}

aside .share .social {
  margin: 0;
}

aside .share .social li {
  margin-right: 0;
}

aside .share .social li:before {
  content: none;
}

aside .share .social a {
  color: #00c8a0;
}

aside .share .social a i.fa-inverse {
  line-height: 2.2;
}

aside .block .divide {
  margin-bottom: 0.9375rem;
}

aside .block ul {
  margin-left: 0;
}

aside .block ul li:before {
  content: none;
  display: none;
}

aside .block ul li a {
  color: #000;
}

.paginate {
  margin-left: 0 !important;
  margin-top: 40px;
}

.paginate li {
  float: left;
  margin: 0 8px 0 0;
}

.paginate li:before {
  content: none;
  display: none;
}

.content.blog {
  padding-top: 60px;
}

.content.blog .container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}

.content.blog .container:last-child {
  margin-right: 0;
}

.content.blog article {
  padding-right: 20px;
}

.content.blog article h3 {
  line-height: 1.5;
}

@media screen and (max-width: 40em) {
  .content.blog .container, .content.blog aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .content.blog .container:last-child, .content.blog aside:last-child {
    margin-right: 0;
  }
  .content.blog article {
    padding: 0;
  }
}

.blog.index .container {
  padding-right: 30px;
}

.blog.index article {
  background: #fff;
  height: 250px;
  margin-bottom: 20px;
}

.blog.index article h3 {
  margin-bottom: 4px;
  line-height: 1.3;
}

.blog.index article .meta {
  color: #00c8a0;
  margin-bottom: 5px;
}

.blog.index article p {
  font-size: 0.875rem;
  line-height: 1.3;
}

.blog.index .text {
  padding: 15px;
  position: relative;
  height: 250px;
}

.blog.index .blog-image {
  height: 250px;
  display: block;
  background-size: cover;
  background-position: center;
}

.blog.index aside {
  padding-top: 0;
}

.blog.index aside .block {
  background: #fff;
}

.blog.index aside .share {
  background: transparent;
}

@media screen and (max-width: 50rem) {
  .blog.index .container {
    padding-right: 0;
  }
  .blog.index article {
    padding: 0;
    height: 350px;
  }
  .blog.index .blog-image {
    height: 150px;
  }
  .blog.index .text {
    height: 200px;
  }
}

@media screen and (max-width: 40em) {
  .blog.index article {
    height: 400px;
  }
  .blog.index .blog-image {
    height: 150px;
  }
  .blog.index .text {
    height: 250px;
  }
}

.btn-mask {
  width: 100%;
  height: 70px;
  background: #fff;
  padding: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

.blog-banner .banner h1 {
  font-size: 2.375rem;
  text-transform: none;
  max-width: 80%;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 50rem) {
  .blog-banner .banner h1 {
    font-size: 1.5rem;
    max-width: 100%;
    margin-bottom: 0;
    line-height: 1.2;
  }
}

.widgets {
  padding: 40px 0;
}

.widgets article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  height: 280px;
  background-size: cover;
  background-position: center;
}

.widgets article:last-child {
  margin-right: 0;
}

.widgets article h2, .widgets article h3 {
  max-width: 85%;
}

.widgets article h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.625rem;
}

.widgets article p {
  margin-bottom: 0;
}

.widgets article .overlay {
  padding: 20px;
  overflow: hidden;
  height: auto;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.widgets article .overlay .button {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  margin-top: 10px;
  position: absolute;
  bottom: -40px;
  opacity: 0;
  visibility: hidden;
}

.widgets article:hover .overlay {
  padding-bottom: 80px;
}

.widgets article:hover .overlay .button {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 50rem) {
  .widgets {
    padding: 40px 20px;
  }
  .widgets article {
    height: 220px;
  }
  .widgets article h2, .widgets article h3 {
    max-width: 100%;
  }
  .widgets article .overlay {
    height: auto;
  }
  .widgets article .overlay p {
    display: none;
  }
  .widgets article .overlay .button {
    position: relative;
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
  .widgets article:hover .overlay {
    height: auto;
    padding-bottom: 20px;
  }
  .widgets article:hover .overlay .button {
    bottom: 0;
  }
}

@media screen and (max-width: 40em) {
  .widgets article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 20px;
  }
  .widgets article:last-child {
    margin-right: 0;
  }
  .widgets article:last-child {
    margin-bottom: 0;
  }
}

.breadcrumbs {
  font-weight: 400;
}

.breadcrumbs li {
  display: inline-block;
  margin: 0;
}

.breadcrumbs li a {
  color: #fff;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.breadcrumbs li:after {
  content: '>';
  display: inline-block;
  margin: 0 5px;
}

.breadcrumbs li:last-child:after {
  content: none;
}

.breadcrumbs.dark li a {
  color: #000;
}

section.content ul.breadcrumbs {
  margin: 0 0 20px 0;
  max-width: 100%;
}

section.content ul.breadcrumbs li:before {
  content: none;
}

@media screen and (max-width: 50rem) {
  section.content ul.breadcrumbs {
    display: none;
  }
}

.card {
  background: #fff;
  border: 1px solid #efeded;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.card:hover {
  background: #f6f5f5;
}

.card h3 {
  font-weight: 400;
  margin-bottom: 0.3em;
  font-size: 1.25rem;
}

.card h4 {
  text-transform: uppercase;
  color: #999;
  font-size: 1rem;
}

.card footer {
  padding: 30px 20px 20px;
  text-align: left;
}

.card .social {
  margin-bottom: 10px;
  margin-left: 0;
}

.card .social li {
  margin-right: 0;
}

.card .social li:before {
  content: none;
}

.card .social a {
  color: #444;
}

.team-bio article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  padding-right: 1.875rem;
}

.team-bio article:last-child {
  margin-right: 0;
}

.team-bio article img {
  width: 100%;
}

.team-bio aside {
  padding-top: 0;
  padding-top: 0;
}

.team-bio aside ul {
  margin-left: 0;
}

.team-bio aside ul li {
  list-style: none;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}

.team-bio aside ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.team-bio aside ul li:before {
  content: none;
}

.team-bio aside ul li a {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}

.team-bio aside ul li a:hover {
  color: #00c8a0;
}

.team-bio h3 {
  font-weight: 400;
  margin-bottom: 0.3em;
  font-size: 1.25rem;
}

.team-bio h4 {
  text-transform: uppercase;
  color: #999;
  font-size: 1rem;
}

.team-bio .header .column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.team-bio .header .column:last-child {
  margin-right: 0;
}

.team-bio .header img {
  margin-bottom: 30px;
}

.team-bio .header .social {
  margin-bottom: 10px;
  margin-left: 0;
}

.team-bio .header .social li {
  margin-right: 0;
}

.team-bio .header .social li:before {
  content: none;
}

.team-bio .header .social a {
  color: #444;
}

@media screen and (max-width: 50rem) {
  .team-bio article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding-right: 0;
  }
  .team-bio article:last-child {
    margin-right: 0;
  }
  .team-bio aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .team-bio aside:last-child {
    margin-right: 0;
  }
}

.footer {
  background: #fff;
  border-top: 7px solid #cccccc;
  color: #999;
}

.footer .logo {
  max-width: 250px;
}

.footer .cpa-logo {
  max-width: 100px;
}

.footer .cpa-logo img {
  width: 100%;
}

.footer .address {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.footer .address:last-child {
  margin-right: 0;
}

.footer .address .logo {
  margin-bottom: 20px;
  display: block;
}

.footer .address .logo img {
  width: 200px;
}

.footer nav {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  font-size: 1.125rem;
  margin-bottom: 20px;
  font-weight: 400;
}

.footer nav:last-child {
  margin-right: 0;
}

.footer nav a:hover {
  color: #000;
}

.footer nav ul {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.footer nav ul:last-child {
  margin-right: 0;
}

.footer nav ul li {
  margin-bottom: 4px;
}

.footer nav ul li:first-child {
  margin-bottom: 8px;
  color: #00c8a0;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
}

.footer nav ul li:first-child a {
  color: #00c8a0;
}

@media screen and (max-width: 50rem) {
  .footer nav .inline li {
    display: block;
  }
}

.footer a {
  color: #999;
}

.footer a:hover {
  color: #000;
}

.footer section {
  min-height: 100px;
  padding: 60px 0;
}

.footer footer {
  background: #000;
}

.footer footer section {
  border-top: none;
  padding: 10px 0;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3;
  border: none;
  min-height: 50px;
}

.footer footer section a {
  color: #fff;
}

@media screen and (max-width: 50rem) {
  .footer section {
    padding: 20px;
  }
  .footer footer section {
    padding: 10px 20px;
  }
  .footer nav {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .footer nav:last-child {
    margin-right: 0;
  }
  .footer nav ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .footer nav ul:last-child {
    margin-right: 0;
  }
}

.map-canvas {
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
}

.location {
  border-bottom: 4px solid #f6f5f5;
  margin-bottom: 30px;
  padding-bottom: 1.875rem;
}

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

.location aside {
  padding-top: 0;
}

.location .divide {
  margin-bottom: 10px;
}

article.form {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

article.form:last-child {
  margin-right: 0;
}

article.form .block {
  background: #000;
  color: #fff;
  margin: 0 0 30px 0;
  padding: 30px;
}

article.form .block p {
  margin-bottom: 0;
}

article.form fieldset {
  padding: 20px 0;
  border: none;
  border-bottom: 4px solid #f6f5f5;
  margin-bottom: 0;
}

article.form fieldset .field:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 50rem) {
  article.form {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  article.form:last-child {
    margin-right: 0;
  }
}

article.form.two-col {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

article.form.two-col:last-child {
  margin-right: 0;
}

article.form.two-col .split {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

article.form.two-col .split:last-child {
  margin-right: 0;
}

@media screen and (max-width: 50rem) {
  article.form.two-col .split {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  article.form.two-col .split:last-child {
    margin-right: 0;
  }
}

.full {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 20px 0;
}

.full:last-child {
  margin-right: 0;
}

.full .check-group {
  width: 100%;
}

.full .check-group .help-block {
  display: block;
  margin: 0 0 20px 0;
  color: orangered;
}

.full .check-group .help-block a {
  color: orangered;
  font-weight: 700;
  text-decoration: underline;
}

.postal-address,
.other-reason {
  display: none;
}

.field {
  margin-bottom: 20px;
}

.field .sub {
  width: 49%;
  display: inline-block;
  margin-right: 4%;
}

.field .state {
  width: 20%;
  display: inline-block;
  margin-right: 4%;
}

.field .pcode {
  width: 20%;
  display: inline-block;
  float: right;
}

.field .bsb {
  width: 30%;
  display: inline-block;
  margin-right: 4%;
}

.field .acc {
  width: 66%;
  display: inline-block;
  float: right;
}

.field .firm {
  width: 48%;
  display: inline-block;
}

.field .accountant {
  width: 48%;
  display: inline-block;
  float: right;
}

.field.check-group {
  margin-bottom: 0;
}

.field.check-group label {
  display: inline-block;
  max-width: 350px;
}

.field.check-group ul {
  padding: 10px !important;
  margin-left: 0;
  max-width: none;
  border-radius: 3px;
}

.field.check-group ul li label {
  margin-bottom: 0;
}

.field.check-group ul li:last-child {
  margin-bottom: 0;
}

.field.check-group ul li:before {
  content: none;
}

.field.check-group.has-error ul {
  border: 1px solid orangered;
}

.field label {
  font-size: 0.875rem;
  letter-spacing: 0.0125rem;
}

.field label i {
  font-size: 0.5rem;
  vertical-align: top;
  margin: 0;
}

.field label i.required {
  color: orangered;
}

.field label i.its-valid {
  color: #00c8a0;
  display: none;
}

.field.has-success i.required {
  display: none;
}

.field.has-success i.its-valid {
  display: inline-block;
}

.field.has-error i.required {
  display: inline-block;
}

.field.has-error i.its-valid {
  display: none;
}

.field .form-error {
  margin-top: 10px;
  font-size: 0.875rem;
  display: inline-block;
}

@media screen and (max-width: 40em) {
  .field .check-group label {
    max-width: 230px;
  }
}

input.error,
textarea.error {
  border-color: orangered !important;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 4px solid #008167;
  margin: 0;
}

.masthead {
  min-height: 3.75rem;
  background: #fff;
  border-bottom: 4px solid #f6f5f5;
}

.masthead .mobile-nav a {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 9999999;
  font-size: 1.875rem;
  background: #000;
  color: #fff;
  padding: 8px 15px;
  line-height: 60px;
  margin: 7px 0 0;
}

@media screen and (min-width: 50rem) {
  .masthead .mobile-nav {
    display: none;
  }
}

.masthead a.logo {
  max-width: 310px;
  display: block;
  padding: 10px 0;
}

.masthead a.logo img {
  width: 100%;
}

.masthead a.phone {
  color: #000;
  font-size: 1.25rem;
  margin-bottom: 8px;
  display: block;
}

.masthead a.phone i {
  margin-right: 5px;
}

.masthead section {
  border-top: 7px solid #000;
  padding: 20px 0;
}

@media screen and (max-width: 66.875rem) {
  .masthead section {
    padding: 20px;
  }
}

.contact-drop {
  position: absolute;
  right: 0;
  width: 10.9375rem;
  text-align: center;
  z-index: 99999;
}

.contact-drop a {
  width: 100%;
  height: auto;
}

nav.primary {
  background: #f6f5f5;
  border-bottom: 7px solid #cccccc;
  font-family: "Montserrat", "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

nav.primary ul.menu {
  text-align: center;
}

nav.primary ul.menu li {
  margin: 0;
}

nav.primary ul.menu li.contact {
  display: none;
}

nav.primary ul.menu i {
  display: none;
  margin-right: 0.5rem;
  color: #00c8a0;
}

nav.primary ul.menu a {
  padding: 15px 25px;
  display: block;
  color: #444;
  font-size: 1rem;
  margin-bottom: -7px;
  border-bottom: 7px solid #cccccc;
  -webkit-transition: background 0.6s ease-in-out;
  -moz-transition: background 0.6s ease-in-out;
  transition: background 0.6s ease-in-out;
  -webkit-transition: border-bottom 0.6s ease-in-out;
  -moz-transition: border-bottom 0.6s ease-in-out;
  transition: border-bottom 0.6s ease-in-out;
}

nav.primary ul.menu a:hover {
  background: #fbfafa;
  border-bottom: 7px solid #999;
}

nav.primary ul.menu a.active {
  background: #fff;
  border-bottom: 7px solid #00c8a0;
}

nav.primary ul.menu a.active i {
  display: inline-block;
}

nav.primary .contact-drop {
  display: none;
}

nav.primary .logo-icon {
  display: none;
}

nav.primary.docked {
  border-top: 4px solid #00c8a0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999;
}

nav.primary.docked ul.menu {
  text-align: right;
  position: relative;
  width: auto;
  float: right;
  padding-right: 11.5625rem;
}

nav.primary.docked ul.menu li a {
  font-size: 1rem;
  padding: 20px;
}

nav.primary.docked .logo-icon {
  display: block;
  padding-top: 3px;
  width: 56px;
  float: left;
}

nav.primary.docked .contact-drop {
  display: block;
  top: 7px;
}

nav.primary.docked .contact-drop li > a {
  width: 10.625rem;
  text-align: center;
  line-height: 1.5;
}

nav.primary.docked .contact-drop.accordion {
  width: 10.9375rem;
  margin: 0;
}

nav.primary.docked .contact-drop a {
  color: #fff;
}

nav.primary.docked .contact-drop a:hover {
  color: #fff;
}

@media screen and (max-width: 66.875rem) {
  nav.primary.docked .logo-icon {
    margin-left: 20px;
  }
  nav.primary.docked .contact-drop {
    right: 20px;
  }
  nav.primary.docked ul.menu {
    padding-right: 12.8125rem;
  }
  nav.primary.docked ul.menu li a {
    font-size: 0.875rem;
    padding: 20px 14px;
  }
}

@media screen and (max-width: 50rem) {
  .masthead {
    border-bottom: 2px solid #008167;
  }
  .masthead section {
    padding: 5px 20px;
  }
  .masthead .nav-utility {
    display: none;
  }
  .masthead a.logo {
    max-width: 180px;
  }
  nav.primary {
    display: none;
  }
}

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
  /* IE6-9 */
}

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}
