/****************************************************************/
/* MEANMENU 2.0.6 - http://www.meanthemes.com/plugins/meanmenu/ */
/****************************************************************/
@import url('http://fast.fonts.net/t/1.css?apiType=css&projectid=2348969e-dbbe-4711-97b9-2ffc211ef7ea');
.mean-container .mean-bar {
  position: relative;
  z-index: 999999;
  width: 100%;
  min-height: 42px;
  padding: 0px;
  float: left;
  /* SEARCH BUTTON */
  /* OPEN & CLOSE BUTTON */
  /* MEAN MENU */
}
.mean-container .mean-bar a.search {
  position: absolute;
  right: 69px;
  width: auto;
  height: 50px;
  padding: 20px 30px 0px 30px;
  background-image: url('../images/icon-search-mobile.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  /* SEARCH BUTTON - ACTIVE */
}
.mean-container .mean-bar a.search.search-close {
  background-color: #694f7a;
  background-image: url('../images/icon-close.png');
}
.mean-container .mean-bar a.meanmenu-reveal {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 29px;
  height: 48px;
  padding: 22px 20px 0px 20px;
  color: #333333;
  text-decoration: none;
  text-indent: -9999em;
  display: none;
  cursor: pointer;
  top: 0;
  /* OPEN & CLOSE BUTTON - ACTIVE */
  /* OPEN & CLOSE BUTTON - HAMBURGER ICON LINES */
  /* OPEN & CLOSE BUTTON - CLOSE ICON */
}
.mean-container .mean-bar a.meanmenu-reveal.meanclose {
  background-color: #694f7a;
}
.mean-container .mean-bar a.meanmenu-reveal span {
  width: 29px;
  height: 3px;
  margin-top: 3px;
  background-color: #ffffff;
  display: block;
}
.mean-container .mean-bar a.meanmenu-reveal div.close {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  background-image: url('../images/icon-close.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.mean-container .mean-bar .mean-nav {
  font-family: 'antartida-rounded-medium-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  z-index: 999997;
  width: 100%;
  margin-top: 70px;
  font-size: 16px;
  background-color: #694f7a;
  background-position: 0px bottom;
  background-repeat: repeat-x;
  float: left;
}
.mean-container .mean-bar .mean-nav .wrapper {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.mean-container .mean-bar .mean-nav ul {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  list-style-type: none;
}
.mean-container .mean-bar .mean-nav ul li {
  position: relative;
  width: 100%;
  float: left;
  /* MAIN MENU ITEM LINK */
  /* MAIN MENU ITEM WITHOUT UPPERCASE */
  /* LAST MAIN MENU ITEM LINK */
  /* SUB MENU - LEVEL 1*/
  /* EXTEND WIDTHS OF SUB MENU - LEVEL 1 & 2 */
}
.mean-container .mean-bar .mean-nav ul li span {
  top: 0px;
  left: 0px;
  width: 3px;
  height: 52px;
  float: left;
  display: none;
}
.mean-container .mean-bar .mean-nav ul li a {
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 90%;
  margin: 0px 0px 0px 5%;
  padding: 1em 0;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid #786187;
  display: block;
  float: left;
  /* EXPAND - PLUS */
  /* EXPAND - MINUS */
}
.mean-container .mean-bar .mean-nav ul li a:hover {
  color: #e64e00;
}
.mean-container .mean-bar .mean-nav ul li a.mean-expand {
  position: absolute;
  top: 10px;
  right: 5%;
  z-index: 2;
  width: 12px;
  height: 11px;
  margin: 0px !important;
  padding: 10px !important;
  font-weight: 700;
  text-indent: -9999px;
  text-align: center;
  color: #6a56a5;
  background: transparent url('../images/icon-mobile-menu-plus.png') 50% 50% no-repeat;
  border: none !important;
  border-left: none !important;
  border-bottom: none !important;
}
.mean-container .mean-bar .mean-nav ul li a.mean-expand.mean-clicked {
  background: transparent url('../images/icon-mobile-menu-minus.png') 50% 50% no-repeat;
}
.mean-container .mean-bar .mean-nav ul li.active > a {
  color: #e64e00;
}
.mean-container .mean-bar .mean-nav ul li.active > span {
  display: block;
}
.mean-container .mean-bar .mean-nav ul li.extra {
  /* MAIN MENU ITEM LINK WITHOUT UPPERCASE */
}
.mean-container .mean-bar .mean-nav ul li.extra a {
  text-transform: none;
}
.mean-container .mean-bar .mean-nav ul li.mean-last a {
  padding-bottom: 1.3em;
  border-bottom: none;
}
.mean-container .mean-bar .mean-nav ul li li {
  /* SUB MENU - LEVEL 1 ITEM LINK */
  /* SUB MENU - LEVEL 2*/
}
.mean-container .mean-bar .mean-nav ul li li a {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 70%;
  padding: 1em 10%;
  margin: 0 5%;
  text-shadow: none !important;
  text-transform: none;
  border-bottom: 1px solid #786187;
  visibility: visible;
  text-decoration: underline;
}
.mean-container .mean-bar .mean-nav ul li li a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.mean-container .mean-bar .mean-nav ul li li li {
  /* SUB MENU - LEVEL 2 ITEM LINK */
  /* SUB MENU - LEVEL 3*/
}
.mean-container .mean-bar .mean-nav ul li li li a {
  width: 50%;
  padding: 1em 20%;
  margin: 0 5%;
}
.mean-container .mean-bar .mean-nav ul li li li li a {
  width: 35%;
  padding: 1em 30%;
  margin: 0 5%;
}
.mean-container .mean-bar .mean-nav ul li ul.main-nav-sub1,
.mean-container .mean-bar .mean-nav ul li ul.main-nav-sub2,
.mean-container .mean-bar .mean-nav ul li ul.main-nav-sub3 {
  width: 100%;
}
.mean-container .mean-push {
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
  clear: both;
}
.mean-container .mean-remove {
  display: none !important;
}
/****************************************************************/
/* FANCYBOX 2.1.5 - http://fancyapps.com/fancybox/              */
/****************************************************************/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  /*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  /*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	*/
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox/fancybox_overlay2.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url('../images/fancybox/fancybox_buttons.png');
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs.bottom {
  bottom: 2px;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.table-condensed {
  border: none!important;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-condensed th {
  font-weight: bold;
}
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #12e9c8;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #12e9c8 #12e9c8 #12c9ad;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #12e9c8;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #12e9c8 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #12c9ad;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #12e9c8 #12e9c8 #12c9ad;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #12e9c8;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #12e9c8 \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #10b198;
  background-image: -moz-linear-gradient(top, #10b198, #10b198);
  background-image: -ms-linear-gradient(top, #10b198, #10b198);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#10b198), to(#10b198));
  background-image: -webkit-linear-gradient(top, #10b198, #10b198);
  background-image: -o-linear-gradient(top, #10b198, #10b198);
  background-image: linear-gradient(top, #10b198, #10b198);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10b198', endColorstr='#10b198', GradientType=0);
  border-color: #10b198 #10b198 #10b198;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #10b198;
  background-image: -moz-linear-gradient(top, #10b198, #10b198);
  background-image: -ms-linear-gradient(top, #10b198, #10b198);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#10b198), to(#10b198));
  background-image: -webkit-linear-gradient(top, #10b198, #10b198);
  background-image: -o-linear-gradient(top, #10b198, #10b198);
  background-image: linear-gradient(top, #10b198, #10b198);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10b198', endColorstr='#10b198', GradientType=0);
  border-color: #10b198 #10b198 #10b198;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */
.dk_container {
  background-color: #f5f5f5;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 18px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.dk_container:focus {
  outline: 0;
}
.dk_container a {
  cursor: pointer;
  text-decoration: none;
}
.dk_toggle {
  /*border: 1px solid #ccc;*/
  color: #333;
  padding: 7px 45px 7px 10px;
  text-shadow: #fff 1px 1px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
  position: relative;
}
.dk_toggle:hover {
  border-color: #8c8c8c;
}
.dk_toggle:after {
  position: absolute;
  top: 45%;
  right: 10px;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4B4B4B;
}
/* Applied when the dropdown is focused */
.dk_focus .dk_toggle {
  border-color: #40b5e2;
  box-shadow: 0 0 5px #40b5e2;
  -moz-box-shadow: 0 0 5px #40b5e2;
  -webkit-box-shadow: 0 0 5px #40b5e2;
}
/* Applied whenever the dropdown is open */
.dk_open {
  box-shadow: 0 0 5px #40b5e2;
  -moz-box-shadow: 0 0 5px #40b5e2;
  -webkit-box-shadow: 0 0 5px #40b5e2;
  /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */
  z-index: 10;
}
.dk_open .dk_toggle {
  background-color: #ececec;
  border-color: #8c8c8c;
  color: #ccc;
  box-shadow: inset 0 -2px 5px #ccc;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
/* The outer container of the options */
.dk_options {
  background: #fefefe;
  /* Removes transparent background on iOS5+ scroll */
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.dk_options a {
  background-color: #fff;
  border-bottom: 1px solid #999;
  font-weight: bold;
  padding: 8px 10px;
}
.dk_options a:hover,
.dk_options .dk_option_current a {
  background-color: #0084c7;
  border-bottom-color: #004c72;
  color: #fff;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
}
.dk_options li:last-child a {
  border-bottom: none;
}
.dk_options .disabled {
  cursor: default;
}
.dk_options .disabled a {
  color: #aaa;
}
.dk_options .disabled:hover,
.dk_options .disabled:hover a {
  cursor: default;
  background-color: #fff;
  border-bottom-color: #999;
  text-shadow: none;
}
/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  max-height: 250px;
  border: 1px solid #8c8c8e;
  border-bottom-width: 2px;
  border-bottom-color: #999;
  color: #333;
  text-shadow: #fff 0 1px 0;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
/******  End Theme ******/
/***** Critical to the continued enjoyment of working dropdowns ******/
.dk_container {
  display: none;
  float: left;
}
.dk_container a {
  outline: 0;
}
.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}
.dk_open {
  position: relative;
}
.dk_open .dk_options {
  display: block;
}
.dk_open .dk_label {
  color: inherit;
}
.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
}
.dk_options a,
.dk_options a:link,
.dk_options a:visited {
  display: block;
}
.dk_options_inner {
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
/* Hides only dropkick <select> instances */
.dk_container select {
  position: absolute;
  top: -99999em;
  visibility: hidden;
}
/*  nativeMobile override */
.dk_mobile {
  position: relative;
}
.dk_mobile select {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/***** End Critical to the continued enjoyment of working dropdowns ******/
/***********************************************************/
/* MIXINS                                           	   */
/***********************************************************/
/***********************************************************/
/* NORMALIZE.CSS V1.1.2 | MIT LICENSE | GIT.IO/NORMALIZE   */
/***********************************************************/
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*****General********/
.clear {
  clear: both;
}
.height-5 {
  height: 5px;
}
.height-10 {
  height: 10px;
}
.height-15 {
  height: 15px;
}
.height-20 {
  height: 20px;
}
.height-1-percent {
  height: 0px;
  padding-top: 1%;
}
.height-2-percent {
  height: 0px;
  padding-top: 2%;
}
.height-2-5-percent {
  height: 0px;
  padding-top: 2.5%;
}
.height-3-percent {
  height: 0px;
  padding-top: 3%;
}
.height-4-percent {
  height: 0px;
  padding-top: 4%;
}
.height-5-percent {
  height: 0px;
  padding-top: 5%;
}
.height-6-percent {
  height: 0px;
  padding-top: 6%;
}
.height-7-percent {
  height: 0px;
  padding-top: 7%;
}
.height-8-percent {
  height: 0px;
  padding-top: 8%;
}
.height-9-percent {
  height: 0px;
  padding-top: 9%;
}
.height-10-percent {
  height: 0px;
  padding-top: 10%;
}
.height-11-percent {
  height: 0px;
  padding-top: 11%;
}
.height-12-percent {
  height: 0px;
  padding-top: 12%;
}
.height-13-percent {
  height: 0px;
  padding-top: 13%;
}
.height-14-percent {
  height: 0px;
  padding-top: 14%;
}
.height-15-percent {
  height: 0px;
  padding-top: 15%;
}
.height-16-percent {
  height: 0px;
  padding-top: 16%;
}
.height-17-percent {
  height: 0px;
  padding-top: 17%;
}
.height-18-percent {
  height: 0px;
  padding-top: 18%;
}
.height-19-percent {
  height: 0px;
  padding-top: 19%;
}
.height-20-percent {
  height: 0px;
  padding-top: 20%;
}
.height-21-percent {
  height: 0px;
  padding-top: 21%;
}
.height-22-percent {
  height: 0px;
  padding-top: 22%;
}
.height-23-percent {
  height: 0px;
  padding-top: 23%;
}
.height-24-percent {
  height: 0px;
  padding-top: 24%;
}
.height-25-percent {
  height: 0px;
  padding-top: 25%;
}
.height-26-percent {
  height: 0px;
  padding-top: 26%;
}
.height-27-percent {
  height: 0px;
  padding-top: 27%;
}
.height-28-percent {
  height: 0px;
  padding-top: 28%;
}
.height-29-percent {
  height: 0px;
  padding-top: 29%;
}
.height-30-percent {
  height: 0px;
  padding-top: 30%;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.block-center {
  margin: 0 auto;
  float: none!important;
}
.uppercase {
  text-transform: uppercase;
}
.normalcase {
  text-transform: none;
}
.padding-1-percent {
  padding: 1%;
}
.padding-2-percent {
  padding: 2%;
}
.padding-2-5-percent {
  padding: 2.5%;
}
.padding-3-percent {
  padding: 3%;
}
.padding-4-percent {
  padding: 4%;
}
.padding-5-percent {
  padding: 5%;
}
.padding-6-percent {
  padding: 6%;
}
.padding-7-percent {
  padding: 7%;
}
.padding-8-percent {
  padding: 8%;
}
.padding-9-percent {
  padding: 9%;
}
.padding-10-percent {
  padding: 10%;
}
.padding-11-percent {
  padding: 11%;
}
.padding-12-percent {
  padding: 12%;
}
.padding-13-percent {
  padding: 13%;
}
.padding-10 {
  padding: 10px;
}
.padding-15 {
  padding: 15px;
}
.padding-20 {
  padding: 20px;
}
.padding-30 {
  padding: 30px;
}
.padding-40 {
  padding: 40px;
}
.padding-top-0 {
  padding-top: 0px;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-bottom-0 {
  padding-bottom: 0px;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-left-10 {
  padding-left: 10px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-left-5 {
  margin-left: 5px;
}
.small-font-1 {
  font-size: 0.9em;
}
.small-font-2 {
  font-size: 0.8em;
}
.small-font-3 {
  font-size: 0.7em;
}
.small-font-4 {
  font-size: 0.6em;
}
.big-font-1 {
  font-size: 1.1em;
}
.big-font-2 {
  font-size: 1.2em;
}
.big-font-3 {
  font-size: 1.3em;
}
.big-font-4 {
  font-size: 1.4em;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.position-relative {
  position: relative;
}
.width-90-percent {
  width: 90%;
}
.width-80-percent {
  width: 80%;
}
.width-70-percent {
  width: 70%;
}
.width-60-percent {
  width: 60%;
}
.width-50-percent {
  width: 50%;
}
.width-40-percent {
  width: 40%;
}
.width-30-percent {
  width: 30%;
}
.margin-0-percent {
  margin: 0% !important;
}
/* 12 COLUMN FLUID GRID */
.g0-5 {
  position: relative;
  width: 4.16667%;
  float: left;
}
.g1 {
  position: relative;
  width: 8.33333%;
  float: left;
}
.g2 {
  position: relative;
  width: 16.66667%;
  float: left;
}
.g3 {
  position: relative;
  width: 25%;
  float: left;
}
.g3-5 {
  position: relative;
  width: 29.16667%;
  float: left;
}
.g4 {
  position: relative;
  width: 33.33333%;
  float: left;
}
.g5 {
  position: relative;
  width: 41.66667%;
  float: left;
}
.g6 {
  position: relative;
  width: 50%;
  float: left;
}
.g7 {
  position: relative;
  width: 58.33333%;
  float: left;
}
.g8 {
  position: relative;
  width: 66.66667%;
  float: left;
}
.g9 {
  position: relative;
  width: 75%;
  float: left;
}
.g10 {
  position: relative;
  width: 83.33333%;
  float: left;
}
.g11 {
  position: relative;
  width: 91.66667%;
  float: left;
}
.g12 {
  position: relative;
  width: 100%;
  float: left;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/* SCREENS - <= 568 PIXEL WIDTH */
@media screen and (max-width: 568px) {
  /* SHOW */
  .show568 {
    display: block;
  }
  .show569-980 {
    display: none;
  }
  .show981-1400 {
    display: none;
  }
  .show1400 {
    display: none;
  }
  /* HIDE */
  .hide568 {
    display: none;
  }
  .hide569-980 {
    display: block;
  }
  .hide981-1400 {
    display: block;
  }
  .hide1400 {
    display: block;
  }
  .f568 {
    width: 100%;
  }
  .text-align-left-568 {
    text-align: left;
  }
  .text-align-center-568 {
    text-align: center;
  }
  .no-padding-568 {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .f767 {
    width: 100%;
  }
  .text-align-left-767 {
    text-align: left;
  }
}
/* SCREENS - 569 - 980 PIXEL WIDTH  */
@media screen and (min-width: 569px) and (max-width: 980px) {
  /* SHOW */
  .show568 {
    display: none;
  }
  .show569-980 {
    display: block;
  }
  .show981-1400 {
    display: none;
  }
  .show1400 {
    display: none;
  }
  /* HIDE */
  .hide568 {
    display: block;
  }
  .hide569-980 {
    display: none;
  }
  .hide981-1400 {
    display: block;
  }
  .hide1400 {
    display: block;
  }
  .f569-980 {
    width: 100%;
  }
  .text-align-left-569-980 {
    text-align: left;
  }
  .text-align-center-569-980 {
    text-align: center;
  }
  .no-padding-569-980 {
    padding: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .f1024 {
    width: 100%;
  }
}
/* SCREENS - 981 - 1400 PIXEL WIDTH  */
@media screen and (min-width: 981px) and (max-width: 1400px) {
  /* SHOW */
  .show568 {
    display: none;
  }
  .show569-980 {
    display: none;
  }
  .show981-1400 {
    display: block;
  }
  .show1400 {
    display: none;
  }
  /* HIDE */
  .hide568 {
    display: block;
  }
  .hide569-980 {
    display: block;
  }
  .hide981-1400 {
    display: none;
  }
  .hide1400 {
    display: block;
  }
  .f981-1400 {
    width: 100%;
  }
  .text-align-left-981-1400 {
    text-align: left;
  }
  .text-align-center-981-1400 {
    text-align: center;
  }
  .no-padding-981-1400 {
    padding: 0px;
  }
}
/* SCREENS - > 1400 PIXEL WIDTH  */
@media screen and (min-width: 1401px) {
  /* SHOW */
  .show568 {
    display: none;
  }
  .show569-980 {
    display: none;
  }
  .show981-1400 {
    display: none;
  }
  .show1400 {
    display: block;
  }
  /* HIDE */
  .hide568 {
    display: block;
  }
  .hide569-980 {
    display: block;
  }
  .hide981-1400 {
    display: block;
  }
  .hide1400 {
    display: none;
  }
  .f1400 {
    width: 100%;
  }
  .text-align-left-1400 {
    text-align: left;
  }
  .text-align-center-1400 {
    text-align: center;
  }
  .no-padding-1400 {
    padding: 0px;
  }
}
/***********************************************************/
/* FONTS                                                   */
/***********************************************************/
/* FONTS.NET LICENSE */
@font-face {
  font-family: 'FrutigerLTW01-45Light';
  src: url('../fonts/standard/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?#iefix');
  src: url('../fonts/standard/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?#iefix') format('eot'), url('../fonts/standard/2a004a53-ac5c-43b3-9eeb-9f74ae4c1609.woff') format('woff'), url('../fonts/standard/74d53f3b-1683-4d5a-a556-e13f6553cdf0.ttf') format('truetype'), url('../fonts/standard/3f5a5b87-e71e-4544-be0c-da4daa132710.svg#3f5a5b87-e71e-4544-be0c-da4daa132710') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrutigerLTW01-46LightIt';
  src: url('../fonts/standard/072713ba-cb3a-4522-8f3b-b120f8eae10f.eot?#iefix');
  src: url('../fonts/standard/072713ba-cb3a-4522-8f3b-b120f8eae10f.eot?#iefix') format('eot'), url('../fonts/standard/8259f047-a5d2-40a0-a98c-1c24f0316b08.woff') format('woff'), url('../fonts/standard/1078a920-3def-4194-ba69-46751fb9af38.ttf') format('truetype'), url('../fonts/standard/4c72fb1e-e1b0-4a18-91cc-5dbe2faaf2a3.svg#4c72fb1e-e1b0-4a18-91cc-5dbe2faaf2a3') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrutigerLTW0165-Bold';
  src: url('../fonts/standard/fbd7c0fb-f004-4e83-81d2-1d400413a873.eot?#iefix');
  src: url('../fonts/standard/fbd7c0fb-f004-4e83-81d2-1d400413a873.eot?#iefix') format('eot'), url('../fonts/standard/9aa32a81-1124-4c43-b3db-15bfb1f7aed2.woff') format('woff'), url('../fonts/standard/6faffbf4-f8e8-4817-b24b-a390e166be7e.ttf') format('truetype'), url('../fonts/standard/fc09de64-de25-425e-90dc-a0cae29b02c4.svg#fc09de64-de25-425e-90dc-a0cae29b02c4') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrutigerLTW01-66BoldIt';
  src: url('../fonts/standard/f334dc11-1de8-4ae2-9c2a-a1cfa665263b.eot?#iefix');
  src: url('../fonts/standard/f334dc11-1de8-4ae2-9c2a-a1cfa665263b.eot?#iefix') format('eot'), url('../fonts/standard/f74530f5-a39c-47e3-97d9-6821fc4df8c0.woff') format('woff'), url('../fonts/standard/aa626e7f-57dd-4084-9486-3eeb921333c0.ttf') format('truetype'), url('../fonts/standard/8f91ebb0-2b00-4a50-baa9-865a6502384e.svg#8f91ebb0-2b00-4a50-baa9-865a6502384e') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FrutigerLTW01-55Roman";
  src: url("../fonts/standard/af97a512-f55a-4f61-b2ce-659c883930fc.eot?#iefix");
  src: url("../fonts/standard/af97a512-f55a-4f61-b2ce-659c883930fc.eot?#iefix") format("eot"), url("../fonts/standard/3fbbd6b1-cfa7-4ff0-97ea-af1b2c489f15.woff") format("woff"), url("../fonts/standard/076311f8-a01b-4389-a5eb-334a62e62d45.ttf") format("truetype"), url("../fonts/standard/c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877.svg#c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'antartida-rounded-bold-webfont';
  src: url('../fonts/font/antartida-rounded-bold-webfont.eot?#iefix');
  src: url('../fonts/font/antartida-rounded-bold-webfont.eot?#iefix') format('eot'), url('../fonts/font/antartida-rounded-bold-webfont.woff') format('woff'), url('../fonts/font/antartida-rounded-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "antartida-rounded-medium-webfont";
  src: url("../fonts/font/antartida-rounded-medium-webfont.eot?#iefix");
  src: url("../fonts/font/antartida-rounded-medium-webfont.eot?#iefix") format("eot"), url("../fonts/font/antartida-rounded-medium-webfont.woff") format("woff"), url("../fonts/font/antartida-rounded-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("../fonts/font/SourceSansPro-Regular.eot?#iefix");
  src: url("../fonts/font/SourceSansPro-Regular.eot?#iefix") format("eot"), url("../fonts/font/SourceSansPro-Regular.ttf.woff") format("woff"), url("../fonts/font/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro-Semibold";
  src: url("../fonts/font/SourceSansPro-Semibold.eot?#iefix");
  src: url("../fonts/font/SourceSansPro-Semibold.eot?#iefix") format("eot"), url("../fonts/font/SourceSansPro-Semibold.ttf.woff") format("woff"), url("../fonts/font/SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("../fonts/font/SourceSansPro-Bold.eot?#iefix");
  src: url("../fonts/font/SourceSansPro-Bold.eot?#iefix") format("eot"), url("../fonts/font/SourceSansPro-Bold.ttf.woff") format("woff"), url("../fonts/font/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
@import "base/buttons.less";
@import "base/headings.less";
@import "base/icons.less";
*/
/***********************************************************/
/* PAGE                                                    */
/***********************************************************/
#page-wrapper {
  margin: 0px;
}
@media screen and (max-width: 980px) {
  #page-wrapper {
    padding: 0px;
  }
}
.wrap {
  width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .wrap {
    width: 100%;
  }
}
/***********************************************************/
/* SUB PAGE                                                */
/***********************************************************/
.more-paragraphs a {
  color: #44b4a6;
}
#sup-page-hero {
  margin-top: 0;
}
#sup-page-hero #sub-page-hero-background {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: table;
  /* GENERAL BACKGROUND IMAGE FOR DEVELOPMENT */
  /* MAP BACKGROUND IMAGE FOR DEVELOPMENT */
  /* MAP BACKGROUND IMAGE FOR DEVELOPMENT */
  /* MAP BACKGROUND IMAGE FOR DEVELOPMENT */
  /* hollardAdmin BACKGROUND IMAGE FOR DEVELOPMENT */
  /* insurancePartners BACKGROUND IMAGE FOR DEVELOPMENT */
  /* insuranceSolutions BACKGROUND IMAGE FOR DEVELOPMENT */
  /* media BACKGROUND IMAGE FOR DEVELOPMENT */
  /* HERO TITLE FOR NORMAL PAGES */
  /* HERO TITLE FOR FULL WIDTH PAGES */
}
@media screen and (max-width: 568px) {
  #sup-page-hero #sub-page-hero-background {
    height: 129px;
    background-size: auto 150%;
    background-position: right 0;
  }
}
@media screen and (min-width: 569px) {
  #sup-page-hero #sub-page-hero-background {
    height: 304px;
    background-size: auto 304px;
    background-position: right 0px;
  }
}
#sup-page-hero #sub-page-hero-background.general {
  background-image: url('../images/bg-hero-test.jpg');
}
#sup-page-hero #sub-page-hero-background.map {
  background-image: url('../images/bg-hero-map.jpg');
}
#sup-page-hero #sub-page-hero-background.about {
  background-image: url('../images/SubHero-About.jpg');
}
#sup-page-hero #sub-page-hero-background.generic {
  background-image: url('../images/SubHero-Generic.jpg');
}
#sup-page-hero #sub-page-hero-background.hollardAdmin {
  background-image: url('../images/SubHero-HollardAdmin.jpg');
}
#sup-page-hero #sub-page-hero-background.insurancePartners {
  background-image: url('../images/SubHero-InsurancePartners.jpg');
}
#sup-page-hero #sub-page-hero-background.insuranceSolutions {
  background-image: url('../images/SubHero-InsuranceSolutions.jpg');
}
#sup-page-hero #sub-page-hero-background.media {
  background-image: url('../images/SubHero-Media.jpg');
}
#sup-page-hero #sub-page-hero-background #sub-page-hero-title {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  display: table-cell;
  /* HEADING */
}
#sup-page-hero #sub-page-hero-background #sub-page-hero-title h1,
#sup-page-hero #sub-page-hero-background #sub-page-hero-title h5 {
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: -2px;
  color: #ffffff;
}
@media screen and (max-width: 568px) {
  #sup-page-hero #sub-page-hero-background #sub-page-hero-title h1,
  #sup-page-hero #sub-page-hero-background #sub-page-hero-title h5 {
    width: 92%;
    margin: 0px;
    padding: 0px 4%;
    font-size: 30px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    float: none;
  }
}
@media screen and (min-width: 569px) {
  #sup-page-hero #sub-page-hero-background #sub-page-hero-title h1,
  #sup-page-hero #sub-page-hero-background #sub-page-hero-title h5 {
    width: 62%;
    margin: 0px 5% 0px 0px;
    padding: 0px;
    font-size: 74px;
    line-height: 72px;
    display: inline;
    float: right;
  }
}
#sup-page-hero #sub-page-hero-background #sub-page-hero-title-full {
  margin: 0px;
  vertical-align: middle;
  display: table-cell;
  /* HEADING */
}
@media screen and (max-width: 568px) {
  #sup-page-hero #sub-page-hero-background #sub-page-hero-title-full {
    padding: 0px 4%;
  }
}
@media screen and (min-width: 569px) {
  #sup-page-hero #sub-page-hero-background #sub-page-hero-title-full {
    padding: 0px 5%;
  }
}
#sup-page-hero #sub-page-hero-background #sub-page-hero-title-full h1,
#sup-page-hero #sub-page-hero-background #sub-page-hero-title-full h5 {
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  float: none;
}
@media screen and (max-width: 568px) {
  #sup-page-hero #sub-page-hero-background #sub-page-hero-title-full h1,
  #sup-page-hero #sub-page-hero-background #sub-page-hero-title-full h5 {
    font-size: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 569px) {
  #sup-page-hero #sub-page-hero-background #sub-page-hero-title-full h1,
  #sup-page-hero #sub-page-hero-background #sub-page-hero-title-full h5 {
    font-size: 74px;
  }
}
@media screen and (max-width: 568px) {
  #sub-page .g4,
  #sub-page .g6,
  #sub-page .g8 {
    width: 100%;
  }
}
#sub-page #sub-page-wrapper {
  height: auto;
  padding-bottom: 3%;
  background-color: #ffffff;
}
@media screen and (max-width: 568px) {
  #sub-page-nav {
    display: none;
  }
}
@media screen and (min-width: 569px) {
  #sub-page-nav {
    display: inline;
  }
}
#sub-page-nav ul#sub-page-main-nav {
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 70%;
  margin: -210px 0px 0px 10%;
  padding: 0px;
  list-style: none;
  text-align: left;
  display: inline-block;
  /* MAIN MENU ITEMS */
}
#sub-page-nav ul#sub-page-main-nav li {
  margin: 0px;
  padding: 0px;
  background-color: #f4f4f4;
  border-top: 1px solid #e9e9e9;
  /* MAIN MENU ITEM LINK */
  /* SUB MENU - LEVEL 1*/
}
#sub-page-nav ul#sub-page-main-nav li a.sub-page-main-nav-head {
  margin: 0px;
  padding: 11% 0% 11% 8%;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid #eef1f3;
  display: block;
}
@media screen and (min-width: 569px) and (max-width: 980px) {
  #sub-page-nav ul#sub-page-main-nav li a.sub-page-main-nav-head {
    padding-right: 18%;
  }
}
@media screen and (min-width: 981px) {
  #sub-page-nav ul#sub-page-main-nav li a.sub-page-main-nav-head {
    padding-right: 15%;
  }
}
#sub-page-nav ul#sub-page-main-nav li a.sub-page-main-nav-head:hover {
  color: #ffffff;
  background-color: #44b4a6;
}
#sub-page-nav ul#sub-page-main-nav li a.sub-page-main-nav-head:hover.has-children {
  background-image: url('../images/icon-page-main-nav-white.png');
  background-position: 92% 50%;
  background-repeat: no-repeat;
}
#sub-page-nav ul#sub-page-main-nav li a.sub-page-main-nav-head:hover.has-children.expand {
  color: #4f2d7f;
  background-image: url('../images/icon-page-main-nav-expand.png');
}
#sub-page-nav ul#sub-page-main-nav li a.sub-page-main-nav-head:hover.has-children.active {
  background-image: url('../images/downarrow.png') !important;
  background-position: 92% 49%;
  background-repeat: no-repeat;
}
#sub-page-nav ul#sub-page-main-nav li a.sub-page-main-nav-head.active {
  color: #ffffff;
  background-color: #44b4a6;
}
#sub-page-nav ul#sub-page-main-nav li a.sub-page-main-nav-head.has-children {
  background-image: url('../images/icon-page-main-nav.png');
  background-position: 92% 50%;
  background-repeat: no-repeat;
}
#sub-page-nav ul#sub-page-main-nav li a.sub-page-main-nav-head.has-children.expand {
  color: #4f2d7f;
  background-image: url('../images/icon-page-main-nav-expand.png');
}
#sub-page-nav ul#sub-page-main-nav li a.sub-page-main-nav-head.has-children.active {
  background-image: url('../images/downarrow.png') !important;
  background-position: 92% 49%;
  background-repeat: no-repeat;
}
#sub-page-nav ul#sub-page-main-nav li > ul.sub-page-main-nav-sub1 {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  list-style: none;
  /* SUB MENU - LEVEL 1 ITEMS */
}
#sub-page-nav ul#sub-page-main-nav li > ul.sub-page-main-nav-sub1 li {
  margin: 0px;
  padding: 0px;
  /* SUB MENU - LEVEL 1 ITEM LINK */
}
#sub-page-nav ul#sub-page-main-nav li > ul.sub-page-main-nav-sub1 li a {
  margin: 0px;
  padding: 11% 15%;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: #000000;
  border-bottom: 1px solid #eef1f3;
  display: block;
}
#sub-page-nav ul#sub-page-main-nav li > ul.sub-page-main-nav-sub1 li a:hover,
#sub-page-nav ul#sub-page-main-nav li > ul.sub-page-main-nav-sub1 li a.active {
  color: #44b4a6;
}
#sub-page-content {
  /* G8 PADDING */
  /* G12 PADDING */
}
@media screen and (min-width: 569px) {
  #sub-page-content.g8 #sub-page-content-wrapper {
    padding: 5% 5% 5% 0px;
  }
}
#sub-page-content.g12 #sub-page-content-wrapper {
  /* BREADCRUMBS */
  /* HEADINGS */
  /* UNORDERED LIST WITH PURPLE SQUARES */
  /* NUMBERED LIST WITH BLUE NUMBERS */
  /* PARAGRAPHS */
}
@media screen and (min-width: 569px) {
  #sub-page-content.g12 #sub-page-content-wrapper {
    padding: 5%;
  }
}
#sub-page-content.g12 #sub-page-content-wrapper #breadcrumbs {
  margin: 0px 0px 2.5% 0px;
}
#sub-page-content.g12 #sub-page-content-wrapper h2,
#sub-page-content.g12 #sub-page-content-wrapper h3,
#sub-page-content.g12 #sub-page-content-wrapper h4 {
  margin: 0px 0px 2% 0px;
}
#sub-page-content.g12 #sub-page-content-wrapper ul.square-purple {
  margin: 0px 0px 1.5% 0px;
}
#sub-page-content.g12 #sub-page-content-wrapper ul.square-purple li {
  margin: 0px 0px 1.5% 0px;
  /*  SUB LIST - LEVEL 1 */
}
#sub-page-content.g12 #sub-page-content-wrapper ul.square-purple li ul li {
  margin: 0px 0px 1.5% 0px;
  /*  SUB LIST - LEVEL 2 */
}
#sub-page-content.g12 #sub-page-content-wrapper ul.square-purple li ul li ul {
  margin: 1.5% 0px;
}
#sub-page-content.g12 #sub-page-content-wrapper ul.square-purple li ul li ul li {
  margin: 0px 0px 1.5% 0px;
}
#sub-page-content.g12 #sub-page-content-wrapper ol {
  margin: 0px 0px 1.5% 0px;
}
#sub-page-content.g12 #sub-page-content-wrapper ol li {
  margin: 0px 0px 1.5% 0px;
}
#sub-page-content.g12 #sub-page-content-wrapper p {
  margin: 0px 0px 1.5% 0px;
}
#sub-page-content #sub-page-content-wrapper {
  margin: 0px;
  /* BREADCRUMBS */
  /* HEADINGS */
  /* UNORDERED LIST WITH PURPLE SQUARES */
  /* NUMBERED LIST WITH BLUE NUMBERS */
  /* PARAGRAPHS */
  /* IMAGES */
  /* LINKS */
}
@media screen and (max-width: 568px) {
  #sub-page-content #sub-page-content-wrapper {
    padding: 5% 5% 10% 5%;
  }
}
#sub-page-content #sub-page-content-wrapper #breadcrumbs {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 3% 0px;
  padding: 0px;
  font-size: 13px;
  color: #999999;
  display: block;
}
#sub-page-content #sub-page-content-wrapper #breadcrumbs a {
  color: #999999;
  text-decoration: none;
}
#sub-page-content #sub-page-content-wrapper #breadcrumbs a:hover {
  color: #4f2d7f;
}
#sub-page-content #sub-page-content-wrapper h2 {
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 4% 0px;
  padding: 0px;
  font-size: 33px;
  color: #442359;
  padding-top: 2%;
}
@media screen and (max-width: 568px) {
  #sub-page-content #sub-page-content-wrapper h2 {
    font-size: 26px;
  }
}
#sub-page-content #sub-page-content-wrapper h3 {
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 4% 0px;
  padding: 0px;
  font-size: 30px;
  color: #442359;
  padding-top: 2%;
}
#sub-page-content #sub-page-content-wrapper h4 {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 4% 0px;
  padding: 0px;
  font-size: 20px;
  color: #000000;
}
#sub-page-content #sub-page-content-wrapper h5 {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 18px;
  color: #000000;
}
#sub-page-content #sub-page-content-wrapper ul.square-purple {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 3% 0px;
  padding: 0px;
  font-size: 17px;
  color: #666666;
  list-style: none;
}
#sub-page-content #sub-page-content-wrapper ul.square-purple li {
  margin: 0px 0px 3% 0px;
  padding: 0px 0px 0px 40px;
  background-image: url('../images/bullet-square-purple.png');
  background-position: 0px 6px;
  background-repeat: no-repeat;
  line-height: 25px;
  display: block;
  /*  SUB LIST - LEVEL 1 */
}
#sub-page-content #sub-page-content-wrapper ul.square-purple li:last-child {
  margin-bottom: 0px;
}
#sub-page-content #sub-page-content-wrapper ul.square-purple li ul {
  margin: 3% 0px;
  padding: 0px;
  font-size: 17px;
  color: #666666;
  list-style: none;
}
#sub-page-content #sub-page-content-wrapper ul.square-purple li ul li {
  margin: 0px 0px 3% 0px;
  padding: 0px 0px 0px 35px;
  background-image: url('../images/bullet-square-small-purple.png');
  background-position: 0px 7px;
  background-repeat: no-repeat;
  display: block;
  /*  SUB LIST - LEVEL 2 */
}
#sub-page-content #sub-page-content-wrapper ul.square-purple li ul li:last-child {
  margin-bottom: 0px;
}
#sub-page-content #sub-page-content-wrapper ul.square-purple li ul li ul {
  margin: 3% 0px;
  padding: 0px;
  font-size: 17px;
  color: #666666;
  list-style: none;
}
#sub-page-content #sub-page-content-wrapper ul.square-purple li ul li ul li {
  margin: 0px 0px 3% 0px;
  padding: 0px 0px 0px 35px;
  background-image: url('../images/bullet-square-small-purple2.png');
  background-position: 0px 7px;
  background-repeat: no-repeat;
  display: block;
}
#sub-page-content #sub-page-content-wrapper ul.square-purple li ul li ul li:last-child {
  margin-bottom: 0px;
}
#sub-page-content #sub-page-content-wrapper ol {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 3% 0px;
  padding: 0px 0px 0px 25px;
  font-size: 17px;
  color: #a58b3f;
  list-style: decimal;
  list-style-position: outside;
}
#sub-page-content #sub-page-content-wrapper ol li {
  margin: 0px 0px 3% 0px;
  padding: 0px 0px 0px 15px;
}
#sub-page-content #sub-page-content-wrapper ol li:last-child {
  margin-bottom: 0px;
}
#sub-page-content #sub-page-content-wrapper ol li span {
  color: #666666;
}
#sub-page-content #sub-page-content-wrapper p {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 3% 0px;
  padding: 0px;
  font-size: 17px;
  line-height: 25px;
  color: #666666;
}
#sub-page-content #sub-page-content-wrapper p a {
  text-decoration: underline;
}
#sub-page-content #sub-page-content-wrapper img {
  max-width: 100%;
  height: auto;
}
#sub-page-content #sub-page-content-wrapper a {
  text-decoration: none;
  color: #44b4a6;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.dna-wrap {
  background: transparent url("../images/bg-dna.jpg") 0 0 repeat-x;
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 0px;
}
@media screen and (min-width: 568px) {
  .aboutfinancial-title {
    height: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .aboutfinancial-title {
    height: auto;
  }
}
/***********************************************************/
/* HEADER - NAVIGATION, LOGO, SEARCH                       */
/***********************************************************/
header {
  background-color: #442359;
}
@media screen and (min-width: 768px) {
  header {
    background-color: #694f7a;
  }
}
.header-nav {
  display: block;
  background-color: #442359;
  height: auto;
  z-index: 99999;
  position: static;
}
@media screen and (min-width: 768px) {
  .header-nav {
    height: 110px;
  }
}
.sticky-wrapper {
  width: auto !important;
  display: block !important;
  margin-top: 0 !important;
  height: 0  !important;
}
@media screen and (min-width: 768px) {
  .sticky-wrapper {
    height: 110px  !important;
  }
}
@media screen and (min-width: 768px) {
  .sticky-wrapper .header-nav {
    left: 0;
    right: 0;
  }
}
.non-sticky {
  position: static !Important;
}
.showMessage {
  display: block !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  #header-logo {
    position: absolute;
    top: 20px;
    left: 16px;
    z-index: 9999999;
  }
  #header-logo img {
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  #header-logo {
    margin-left: 24px;
    float: left;
    margin-top: 40px;
  }
  #header-logo img {
    height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #header-logo {
    margin-top: 25px;
  }
  #header-logo img {
    height: 48px;
  }
}
#header-nav-top {
  margin: 0px;
  padding: 0px;
  clear: both;
  /* SECONDARY NAVIGATION */
}
@media screen and (min-width: 768px) {
  #header-nav-top {
    overflow: hidden;
  }
}
#header-nav-top ul#secondary-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  #header-nav-top ul#secondary-nav {
    font-family: 'SourceSansPro-Regular-webfont', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 10px 0;
    padding: 0px;
    list-style: none;
    float: right;
    display: block;
  }
  #header-nav-top ul#secondary-nav li {
    float: left;
    overflow: hidden;
    /* SEARCH BUTTON */
    /* SEARCH BOX */
  }
  #header-nav-top ul#secondary-nav li:nth-last-child(2),
  #header-nav-top ul#secondary-nav li:last-child {
    border-right: none;
  }
  #header-nav-top ul#secondary-nav li a {
    margin: 10px 0 0 0;
    padding: 5px 20px 5px 20px;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    border-right: 1px solid #eeeeee;
  }
  #header-nav-top ul#secondary-nav li a:hover {
    color: #e64e00;
  }
  #header-nav-top ul#secondary-nav li#search-button {
    margin: 0px;
    padding: 13px 13px 7px 13px;
    cursor: pointer;
  }
  #header-nav-top ul#secondary-nav li#search-box {
    margin: 0px 0px 0px 20px;
    padding: 0px 1px 0px 0px;
    border-right: none;
    display: none;
  }
  #header-nav-top ul#secondary-nav li#search-box input[type="search"],
  #header-nav-top ul#secondary-nav li#search-box input.search {
    font-family: 'SourceSansPro-Regular-webfont', sans-serif;
    font-weight: normal;
    font-style: normal;
    width: 115px;
    height: 17px;
    margin: 7px 0px 0px 0px;
    padding: 6px 0px 6px 12px;
    font-size: 14px;
    font-style: italic;
    color: #999999;
    border: 0;
    border-color: transparent;
    border-collapse: collapse;
    outline: none;
  }
}
@media screen and (min-width: 768px) and screen and (max-width: 767px) {
  #header-nav-top ul#secondary-nav li {
    display: none;
  }
}
/* MAIN NAVIGATION */
#header-nav-bottom {
  display: table;
}
@media screen and (max-width: 767px) {
  #header-nav-bottom {
    display: none!important;
  }
}
#header-nav-bottom ul#main-nav {
  margin-bottom: 0;
  font-family: 'antartida-rounded-medium-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  padding: 0px;
  list-style: none;
  float: right;
  /* MAIN MENU ITEMS */
}
#header-nav-bottom ul#main-nav li {
  z-index: 101;
  font-size: 16px;
  float: left;
  line-height: 18px;
  /* MAIN MENU ITEM LINK */
  /* MAIN MENU ITEMS FOR MEAN MENU */
  /* MAIN MENU ITEM HOVER LINK */
  /* DISPLAY SUB MENU - LEVEL 1 */
  /* SUB MENU - LEVEL 1 */
  /* LAST SUB MENU - LEVEL 1 */
}
#header-nav-bottom ul#main-nav li a {
  padding-top: 20px;
  padding-bottom: 16px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  border-top: 1px solid #442359;
  border-left: 1px solid #442359;
  border-right: 1px solid #442359;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  #header-nav-bottom ul#main-nav li a {
    max-width: 120px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
  }
}
@media screen and (min-width: 991px) and (max-width: 1100px) {
  #header-nav-bottom ul#main-nav li a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1101px) {
  #header-nav-bottom ul#main-nav li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1201px) {
  #header-nav-bottom ul#main-nav li a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1301px) {
  #header-nav-bottom ul#main-nav li a {
    padding-left: 35px;
    padding-right: 35px;
  }
}
#header-nav-bottom ul#main-nav li.active a {
  color: #e64e00;
}
@media screen and (max-width: 767px) {
  #header-nav-bottom ul#main-nav li.extra {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #header-nav-bottom ul#main-nav li.extra {
    display: none;
  }
}
#header-nav-bottom ul#main-nav li:hover a {
  position: relative;
  z-index: 101;
  color: #e64e00;
  background-color: #694f7a;
  border-top: 1px solid #694f7a;
  border-left: 1px solid #694f7a;
  border-right: 1px solid #694f7a;
}
#header-nav-bottom ul#main-nav li:hover > ul.main-nav-sub1 {
  display: block;
  margin-top: -1px;
}
#header-nav-bottom ul#main-nav li > ul.main-nav-sub1 {
  position: absolute;
  z-index: 10000;
  /*top: 100%;*/
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: none;
  background-color: #ffffff;
  border: 1px solid #694f7a;
  /* SUB MENU - LEVEL 1 ITEMS */
}
#header-nav-bottom ul#main-nav li > ul.main-nav-sub1 li {
  position: relative;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  float: none;
  /* SUB MENU - LEVEL 1 ITEM LINK */
  /* SUB MENU - LEVEL 2*/
}
#header-nav-bottom ul#main-nav li > ul.main-nav-sub1 li a {
  padding: 20px 25px;
  text-decoration: none;
  text-align: left;
  color: #ffffff;
  border: none;
  display: block;
  /* SUB MENU - LEVEL 1 ITEM HOVER LINK */
}
#header-nav-bottom ul#main-nav li > ul.main-nav-sub1 li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#header-nav-bottom ul#main-nav li > ul.main-nav-sub1 li > ul.main-nav-sub2 {
  display: none;
  /* SUB MENU - LEVEL 2 ITEMS */
}
#header-nav-bottom ul#main-nav li > ul.main-nav-sub1 li > ul.main-nav-sub2 li {
  /* SUB MENU - LEVEL 3*/
}
#header-nav-bottom ul#main-nav li > ul.main-nav-sub1 li > ul.main-nav-sub2 li > ul.main-nav-sub3 {
  display: none;
  /* SUB MENU - LEVEL 3 ITEMS */
}
#header-nav-bottom ul#main-nav li.last > ul.main-nav-sub1 {
  right: 0px;
}
/* SEARCH BOX - MOBILE */
#search-box-mobile {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 70px;
  left: 0px;
  z-index: 999999;
  width: 100%;
  padding: 14px 20px;
  font-size: 16px;
  background-color: #694f7a;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: none;
  float: left;
}
#search-box-mobile input[type="search"] {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 93%;
  margin: 0px;
  padding: 10px 5% 10px 2%;
  color: #999999;
  border: 1px solid #d3d3d4;
}
#search-box-mobile .search-button-mobile {
  position: absolute;
  top: 24px;
  right: 31px;
  width: 21px;
  height: 21px;
  background-color: transparent;
  background-image: url('../images/icon-search-mobile.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  display: none;
}
/***********************************************************/
/* FOOTER - NAVIGATION, COPYRIGHT, ETC                     */
/***********************************************************/
footer {
  background-color: #442359;
}
#footer-lines {
  margin-top: 10px;
}
#footer-nav-top {
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px;
  padding: 4% 0px;
  overflow: hidden;
  /* MAIN MENU ITEMS */
}
#footer-nav-top ul#footer-main-nav {
  margin: 0px;
  padding: 0px 2%;
  list-style: none;
  /* MAIN MENU ITEMS */
}
#footer-nav-top ul#footer-main-nav li {
  position: relative;
  margin: 0px;
  padding: 0px;
  float: left;
  /* MAIN MENU ITEM LINK */
  /* SUB MENU - LEVEL 1*/
}
#footer-nav-top ul#footer-main-nav li#footer-main-nav-seperator {
  width: 100%;
  line-height: 0px;
  border: none;
  clear: both;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #footer-nav-top ul#footer-main-nav li#footer-main-nav-seperator {
    line-height: 20px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #footer-nav-top ul#footer-main-nav li {
    width: 100%;
    border-bottom: 1px solid #533566;
    /* SUB MENU EXPAND BUTTON */
  }
  #footer-nav-top ul#footer-main-nav li li {
    border: none;
  }
  #footer-nav-top ul#footer-main-nav li a.footer-main-nav-expand {
    position: absolute;
    top: 0px;
    right: -4px;
    width: 12px;
    height: 11px;
    margin: 0px !important;
    padding: 4% 3% 9% 2% !important;
    text-decoration: none;
    text-indent: -99999px;
  }
}
@media screen and (min-width: 768px) {
  #footer-nav-top ul#footer-main-nav li {
    /* SUB MENU EXPAND BUTTON */
  }
  #footer-nav-top ul#footer-main-nav li a.footer-main-nav-expand {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #footer-nav-top ul#footer-main-nav li {
    width: 30.33333%;
    padding-left: 3%;
  }
  #footer-nav-top ul#footer-main-nav li:first-child {
    width: 33.33333%;
    padding-left: 0%;
  }
  #footer-nav-top ul#footer-main-nav li:nth-child(5) {
    width: 33.33333%;
    padding-left: 0%;
  }
}
@media screen and (min-width: 980px) {
  #footer-nav-top ul#footer-main-nav li {
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #footer-nav-top ul#footer-main-nav li:last-child {
    float: left;
  }
}
@media screen and (min-width: 980px) {
  #footer-nav-top ul#footer-main-nav li:last-child {
    /*margin-top: 3%;*/
    float: right;
  }
}
#footer-nav-top ul#footer-main-nav li a.footer-main-nav-head {
  margin: 0px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #e64e00;
  display: block;
}
#footer-nav-top ul#footer-main-nav li a.footer-main-nav-head:hover {
  color: #e64e00;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #footer-nav-top ul#footer-main-nav li a.footer-main-nav-head {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer-nav-top ul#footer-main-nav li a.footer-main-nav-head {
    padding: 6% 0% 6% 3%;
    background-image: url('../images/icon-mobile-menu-plus-purple.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
  }
  #footer-nav-top ul#footer-main-nav li a.footer-main-nav-head.expand {
    background-image: url('../images/icon-mobile-menu-minus-purple.png');
  }
}
#footer-nav-top ul#footer-main-nav li > ul.footer-main-nav-sub1 {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px;
  list-style: none;
  /* SUB MENU - LEVEL 1 ITEMS */
}
@media screen and (max-width: 767px) {
  #footer-nav-top ul#footer-main-nav li > ul.footer-main-nav-sub1 {
    padding: 2% 0px 0px 5%;
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #footer-nav-top ul#footer-main-nav li > ul.footer-main-nav-sub1 {
    padding: 10% 0px 0px 0px;
    display: block;
  }
}
#footer-nav-top ul#footer-main-nav li > ul.footer-main-nav-sub1 li {
  width: 100%;
  margin: 0px;
  float: none;
  /* SUB MENU - LEVEL 1 ITEM LINK */
}
@media screen and (max-width: 767px) {
  #footer-nav-top ul#footer-main-nav li > ul.footer-main-nav-sub1 li {
    padding: 0px;
  }
}
@media screen and (min-width: 768px) {
  #footer-nav-top ul#footer-main-nav li > ul.footer-main-nav-sub1 li {
    padding: 0px 0px 10% 0px;
  }
}
#footer-nav-top ul#footer-main-nav li > ul.footer-main-nav-sub1 li a {
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
  text-decoration: underline;
}
#footer-nav-top ul#footer-main-nav li > ul.footer-main-nav-sub1 li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #footer-nav-top ul#footer-main-nav li > ul.footer-main-nav-sub1 li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer-nav-top ul#footer-main-nav li > ul.footer-main-nav-sub1 li a {
    padding: 0px 0px 5% 0px;
    display: block;
  }
}
#footer-nav-bottom {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px auto;
  padding: 1% 5%;
  border-top: 1px solid #694f7a;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #footer-nav-bottom {
    border-top: none;
  }
}
@media screen and (max-width: 980px) {
  #footer-nav-bottom {
    width: 80%;
  }
}
@media screen and (min-width: 981px) {
  #footer-nav-bottom {
    width: 90%;
  }
}
#footer-nav-bottom ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
}
@media screen and (max-width: 568px) {
  #footer-nav-bottom ul {
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (min-width: 569px) {
  #footer-nav-bottom ul {
    font-size: 14px;
  }
}
#footer-nav-bottom ul li {
  background-image: url('../images/bullet-circle-grey.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 568px) {
  #footer-nav-bottom ul li {
    margin: 0px 10px 5px 0px;
    padding: 0px 0px 0px 16px;
    display: inline-block;
  }
}
@media screen and (min-width: 569px) {
  #footer-nav-bottom ul li {
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 26px;
    float: left;
  }
}
#footer-nav-bottom ul li:first-child {
  padding-left: 0px;
  background: none;
}
#footer-nav-bottom ul li:last-child {
  margin-right: 0px;
}
#footer-nav-bottom a {
  text-decoration: underline;
  color: #ffffff;
  display: block;
}
#footer-nav-bottom a:hover {
  color: #ffffff;
  text-decoration: underline;
}
/****************************************************************/
/* BXSLIDER 4.0 - http://bxslider.com                           */
/****************************************************************/
/* HERO BXSLIDER */
#home-hero-bxslider {
  /* WRAPPER */
  /* SLIDER */
  /* LOADER */
  /* PAGER */
}
#home-hero-bxslider .bx-wrapper {
  position: relative;
  margin: 0 auto 20px auto;
  padding: 0px;
  *zoom: 1;
}
@media screen and (max-width: 767px) {
  #home-hero-bxslider .bx-wrapper {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
}
#home-hero-bxslider .bx-viewport ul.bxslider li {
  visibility: visible;
}
#home-hero-bxslider ul.bxslider {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#home-hero-bxslider ul.bxslider li {
  position: relative;
  width: 100%;
  height: 0px;
  font-size: 51px;
  visibility: hidden;
  /* IMAGES */
  /* OVERLAY */
  /* CAPTIONS */
}
@media screen and (max-width: 568px) {
  #home-hero-bxslider ul.bxslider li {
    padding-bottom: 60%;
  }
}
@media screen and (min-width: 569px) and (max-width: 980px) {
  #home-hero-bxslider ul.bxslider li {
    padding-bottom: 45%;
  }
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  #home-hero-bxslider ul.bxslider li {
    padding-bottom: 32%;
  }
}
@media screen and (min-width: 1401px) {
  #home-hero-bxslider ul.bxslider li {
    padding-bottom: 32%;
  }
}
#home-hero-bxslider ul.bxslider li img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 568px) {
  #home-hero-bxslider ul.bxslider li img {
    height: 100%;
    width: 100%;
  }
}
#home-hero-bxslider ul.bxslider li span.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2001;
  width: 100%;
  height: 100%;
  background-position: 0px 0px;
  background-repeat: repeat;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
#home-hero-bxslider ul.bxslider li span.caption {
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2004;
  margin: 0px;
  padding-left: 10%;
  padding-right: 10%;
  color: #ffffff;
  display: block;
  /* ITALICS */
  /* LEARN MORE BUTTON */
}
@media screen and (max-width: 568px) {
  #home-hero-bxslider ul.bxslider li span.caption {
    width: 80%;
    padding-top: 13%;
    font-size: 35%;
    text-align: center;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 569px) and (max-width: 980px) {
  #home-hero-bxslider ul.bxslider li span.caption {
    width: 60%;
    padding-top: 10%;
    font-size: 72%;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 981px) and (max-width: 1400px) {
  #home-hero-bxslider ul.bxslider li span.caption {
    width: 60%;
    padding-top: 10%;
    font-size: 87%;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1401px) {
  #home-hero-bxslider ul.bxslider li span.caption {
    width: 44%;
    padding-top: 5%;
    font-size: 130%;
    letter-spacing: -3px;
    line-height: 102%;
  }
}
#home-hero-bxslider ul.bxslider li span.caption em,
#home-hero-bxslider ul.bxslider li span.caption i {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-style: italic;
  font-weight: bold;
}
#home-hero-bxslider ul.bxslider li span.caption span.learn-more {
  margin-top: 10px;
  padding: 0px;
  display: block;
}
#home-hero-bxslider ul.bxslider li span.caption span.learn-more a {
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px;
  padding: 3% 15%;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: normal;
  color: #ffffff;
  background-color: #e64e00;
  border-radius: 5px;
}
#home-hero-bxslider ul.bxslider li span.caption span.learn-more a:hover {
  background-color: #fa5500;
}
#home-hero-bxslider .bx-loading {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2003;
  width: 100%;
  height: 100%;
  min-height: 50px;
  background: url('../images/bxslider-loader.gif') center center no-repeat #fff;
}
#home-hero-bxslider .bx-pager {
  position: absolute;
  bottom: 30px;
  z-index: 2002;
  width: 100%;
  padding-top: 20px;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  text-align: center;
}
#home-hero-bxslider .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
#home-hero-bxslider .bx-pager.bx-default-pager a {
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  outline: 0;
  text-indent: -9999px;
  border: 1px solid #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: block;
  background-image: url('../images/spacer.gif');
}
#home-hero-bxslider .bx-pager.bx-default-pager a:hover,
#home-hero-bxslider .bx-pager.bx-default-pager a.active {
  background-color: #ffffff;
}
/* HERO BXSLIDER */
#home-news-wrapper .bx-wrapper {
  position: relative;
  padding: 0px 0px 40px 0px;
  *zoom: 1;
  /* VIEWPORT */
  /* LOADER */
  /* PAGER */
}
#home-news-wrapper .bx-wrapper .bx-viewport {
  /* SLIDER */
}
#home-news-wrapper .bx-wrapper .bx-viewport ul.bxslider {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
@media screen and (max-width: 568px) {
  #home-news-wrapper .bx-wrapper .bx-viewport ul.bxslider li {
    width: 90% !important;
    padding: 0px 5% !important;
  }
}
#home-news-wrapper .bx-wrapper .bx-loading {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2003;
  width: 100%;
  height: 100%;
  min-height: 50px;
  background: url('../images/bxslider-loader.gif') center center no-repeat #fff;
}
#home-news-wrapper .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 10px;
  z-index: 2002;
  width: 100%;
  padding-top: 20px;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  text-align: center;
}
#home-news-wrapper .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
#home-news-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  outline: 0;
  text-indent: -9999px;
  border: 1px solid #7ccac1;
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: block;
}
#home-news-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
#home-news-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #7ccac1;
}
/***********************************************************/
/* HOME TABS - BRANDS & PARTNERS + OUR INSURANCE SOLUTIONS */
/***********************************************************/
#home-tabs {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
}
#home-tabs a:link {
  font-size: 20px;
  text-decoration: underline;
  color: #44b4a6;
}
#home-tabs #home-tabs-list-wrapper {
  position: relative;
  z-index: 1;
  margin: 0px;
  padding: 0px;
  background-position: center 100%;
  background-repeat: repeat-x;
  border-bottom: 1px solid #e9e9e9;
}
#home-tabs #home-tabs-list {
  width: 100%;
  margin: 0px 0 -1px 0;
  padding: 0px;
  list-style: none;
  text-align: center;
}
#home-tabs #home-tabs-list li {
  margin: 0px -2px 1px;
  padding: 2% 5%;
  font-size: 20px;
  color: #442359;
  background-color: #f4f4f4;
  display: inline-block;
  cursor: pointer;
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px solid #e9e9e9;
}
#home-tabs #home-tabs-list li.active {
  color: #442359;
  background-color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
}
@media screen and (max-width: 568px) {
  #home-tabs #home-tabs-list li {
    padding: 2% 8%;
    font-size: 16px;
  }
  #home-tabs #home-tabs-list li br {
    display: inline;
  }
}
@media screen and (min-width: 569px) {
  #home-tabs #home-tabs-list li br {
    display: none;
  }
}
/*
#home-tabs #home-tabs-insurance-content {
  display: none;
}*/
#home-tabs #home-tabs-brands-content,
#home-tabs #home-tabs-insurance-content {
  width: 90%;
  margin: 0px;
  padding: 5%;
  text-align: center;
}
#home-tabs #home-tabs-brands-content ul,
#home-tabs #home-tabs-insurance-content ul {
  max-height: 384px;
  overflow: hidden;
}
#home-tabs #home-tabs-brands-content ul li,
#home-tabs #home-tabs-insurance-content ul li {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  #home-tabs #home-tabs-brands-content ul li,
  #home-tabs #home-tabs-insurance-content ul li {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  #home-tabs #home-tabs-brands-content ul li,
  #home-tabs #home-tabs-insurance-content ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 568px) {
  #home-tabs #home-tabs-brands-content ul li,
  #home-tabs #home-tabs-insurance-content ul li {
    width: 50%;
  }
}
#home-tabs #home-tabs-brands-content ul.brands,
#home-tabs #home-tabs-insurance-content ul.brands {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  display: inline-block;
}
#home-tabs #home-tabs-brands-content ul.brands li,
#home-tabs #home-tabs-insurance-content ul.brands li {
  padding: 0px;
  float: left;
  /* BRANDS & PARTNERS LOGOS */
}
@media screen and (max-width: 568px) {
  #home-tabs #home-tabs-brands-content ul.brands li,
  #home-tabs #home-tabs-insurance-content ul.brands li {
    padding: 0px 0px 10% 0%;
  }
}
@media screen and (min-width: 569px) {
  #home-tabs #home-tabs-brands-content ul.brands li,
  #home-tabs #home-tabs-insurance-content ul.brands li {
    padding: 0px 0px 5% 0%;
  }
}
#home-tabs #home-tabs-brands-content ul.brands li img.logo-brands,
#home-tabs #home-tabs-insurance-content ul.brands li img.logo-brands {
  height: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#home-tabs #home-tabs-brands-content ul.insurance-solutions,
#home-tabs #home-tabs-insurance-content ul.insurance-solutions {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  display: inline-block;
}
#home-tabs #home-tabs-brands-content ul.insurance-solutions li,
#home-tabs #home-tabs-insurance-content ul.insurance-solutions li {
  padding: 0px;
  float: left;
  /* INSURANCE SOLUTIONS LOGOS */
  /* INSURANCE SOLUTIONS TEXT */
}
@media screen and (max-width: 568px) {
  #home-tabs #home-tabs-brands-content ul.insurance-solutions li,
  #home-tabs #home-tabs-insurance-content ul.insurance-solutions li {
    padding: 0px 0px 10% 0%;
  }
}
@media screen and (min-width: 569px) {
  #home-tabs #home-tabs-brands-content ul.insurance-solutions li,
  #home-tabs #home-tabs-insurance-content ul.insurance-solutions li {
    padding: 0px 0px 5% 0%;
  }
}
#home-tabs #home-tabs-brands-content ul.insurance-solutions li img.logo-insurance-solutions,
#home-tabs #home-tabs-insurance-content ul.insurance-solutions li img.logo-insurance-solutions {
  height: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#home-tabs #home-tabs-brands-content ul.insurance-solutions li div.insurance-solutions-text,
#home-tabs #home-tabs-insurance-content ul.insurance-solutions li div.insurance-solutions-text {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: -5px 0px 0px 0px;
  padding: 0px;
}
#home-tabs #home-tabs-brands-content ul.insurance-solutions li div.insurance-solutions-text a,
#home-tabs #home-tabs-insurance-content ul.insurance-solutions li div.insurance-solutions-text a {
  text-transform: uppercase;
  color: #442359;
  text-decoration: none;
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 568px) {
  #home-tabs #home-tabs-brands-content ul.insurance-solutions li div.insurance-solutions-text a,
  #home-tabs #home-tabs-insurance-content ul.insurance-solutions li div.insurance-solutions-text a {
    font-size: 15px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1100px) {
  #home-tabs #home-tabs-brands-content ul.insurance-solutions li div.insurance-solutions-text a,
  #home-tabs #home-tabs-insurance-content ul.insurance-solutions li div.insurance-solutions-text a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1101px) {
  #home-tabs #home-tabs-brands-content ul.insurance-solutions li div.insurance-solutions-text a,
  #home-tabs #home-tabs-insurance-content ul.insurance-solutions li div.insurance-solutions-text a {
    font-size: 17px;
  }
}
#home-tabs #home-tabs-brands-content.tab-shown ul,
#home-tabs #home-tabs-insurance-content.tab-shown ul {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#home-tabs #home-tabs-brands-content.shown ul,
#home-tabs #home-tabs-insurance-content.shown ul {
  max-height: 1200px !important;
}
#home-tabs #home-tabs-brands-content.shown ul li,
#home-tabs #home-tabs-insurance-content.shown ul li {
  display: list-item !important;
}
/***********************************************************/
/* HOME GLOBAL - MAP & STATISTICS                          */
/***********************************************************/
.home-global .home-global-wrapper {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  background-color: #f4f5f7;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .home-global .home-global-wrapper {
    padding: 10% 5%;
  }
  .home-global .home-global-wrapper .g4,
  .home-global .home-global-wrapper .g8 {
    width: 100%;
  }
}
@media screen and (min-width: 569px) {
  .home-global .home-global-wrapper {
    padding: 5%;
  }
}
.home-global .home-global-wrapper h2 {
  margin: 0px 0px 5% 0px;
  padding: 0px;
  color: #442359;
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 568px) {
  .home-global .home-global-wrapper h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 569px) and (max-width: 980px) {
  .home-global .home-global-wrapper h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 981px) {
  .home-global .home-global-wrapper h2 {
    font-size: 50px;
  }
}
.home-global .home-global-map img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.home-global .home-global-stats img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.home-global .home-global-stats ul {
  margin: 0px;
  padding: 0px 0px 0px 5%;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .home-global .home-global-stats ul {
    padding: 0px 0px 0px 12%;
  }
}
.home-global .home-global-stats ul li {
  margin: 0px 0px 17% 0px;
  padding: 0px;
}
@media screen and (max-width: 568px) {
  .home-global .home-global-stats ul li:first-child {
    margin-top: 17%;
  }
}
.home-global .home-global-stats ul li:last-child {
  margin-bottom: 0px;
}
/***********************************************************/
/* HOME TESTIMONIALS                                       */
/***********************************************************/
@media screen and (max-width: 568px) {
  #home-testimonials .g4 {
    width: 100%;
  }
}
#home-testimonials #home-testimonials-wrapper {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  #home-testimonials #home-testimonials-wrapper {
    padding: 10% 5%;
  }
}
@media screen and (min-width: 569px) {
  #home-testimonials #home-testimonials-wrapper {
    padding: 5%;
  }
}
#home-testimonials #home-testimonials-wrapper a:link {
  font-size: 20px;
  text-decoration: underline;
  color: #44b4a6;
}
#home-testimonials #home-testimonials-wrapper h2 {
  margin: 0px 0px 5% 0px;
  padding: 0px;
  color: #000000;
}
@media screen and (max-width: 568px) {
  #home-testimonials #home-testimonials-wrapper h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 569px) and (max-width: 980px) {
  #home-testimonials #home-testimonials-wrapper h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 981px) {
  #home-testimonials #home-testimonials-wrapper h2 {
    font-size: 50px;
  }
}
/***********************************************************/
/* HOME INTRODUCTION & LATEST NEWS                         */
/***********************************************************/
#home-intro-news #home-intro-news-wrapper {
  float: left;
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
}
@media screen and (max-width: 568px) {
  #home-intro-news #home-intro-news-wrapper {
    padding: 5% 0%;
  }
  #home-intro-news #home-intro-news-wrapper .g4,
  #home-intro-news #home-intro-news-wrapper .g8 {
    width: 100%;
  }
}
@media screen and (min-width: 569px) {
  #home-intro-news #home-intro-news-wrapper {
    padding: 3% 5% 5% 5%;
  }
}
#home-intro-news #home-intro-news-wrapper a:link {
  text-decoration: underline;
  color: #44b4a6 !important;
}
#home-intro-news #home-intro #home-intro-wrapper {
  margin: 0px;
}
@media screen and (max-width: 568px) {
  #home-intro-news #home-intro #home-intro-wrapper {
    padding: 0px 5% 5% 5%;
    text-align: center;
  }
}
@media screen and (min-width: 569px) {
  #home-intro-news #home-intro #home-intro-wrapper {
    padding: 0px 10% 5% 0px;
  }
}
#home-intro-news #home-intro #home-intro-wrapper h2 {
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 5% 0px;
  padding: 0px;
  color: #442359;
}
@media screen and (max-width: 980px) {
  #home-intro-news #home-intro #home-intro-wrapper h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 981px) {
  #home-intro-news #home-intro #home-intro-wrapper h2 {
    font-size: 38px;
  }
}
#home-intro-news #home-intro #home-intro-wrapper p {
  margin: 0px;
  padding: 0px 0px 1.5% 0px;
  /* 	NO MARGIN PREVENTS JUMPING AT THE END OF SLIDEDOWN */
  color: #666666;
  line-height: 24px;
}
#home-intro-news #home-intro #home-intro-wrapper p a {
  text-decoration: underline;
}
#home-intro-news #home-intro #home-intro-wrapper p.show568 {
  padding-bottom: 0px !important;
}
#home-intro-news #home-intro #home-intro-wrapper a.read-more:link {
  font-size: 20px;
  text-decoration: underline;
  color: #44b4a6 !important;
  padding: 8% 0px;
  display: block;
}
@media screen and (max-width: 568px) {
  #home-intro-news #home-news {
    position: relative;
  }
}
@media screen and (min-width: 569px) {
  #home-intro-news #home-news {
    position: relative;
    /*top: -134px;*/
    margin-top: -13.6%;
    right: 5%;
    z-index: 99;
  }
}
#home-intro-news #home-news #home-news-heading {
  margin: 0px 0px -4px 0px;
  padding: 0px;
}
#home-intro-news #home-news #home-news-heading img {
  width: 100%;
  height: auto;
  margin: 0px 0 -1px 0;
  padding: 0px;
}
#home-intro-news #home-news #home-news-wrapper {
  margin: 0px;
  border-bottom: 2px solid #e9e9e9;
}
@media screen and (max-width: 568px) {
  #home-intro-news #home-news #home-news-wrapper {
    padding: 0px 0px 10% 0px;
    text-align: center;
    background-color: #ffffff;
    border: none;
  }
}
@media screen and (min-width: 569px) {
  #home-intro-news #home-news #home-news-wrapper {
    padding: 0% 7% 7% 7%;
    background-color: #f4f4f4;
  }
}
#home-intro-news #home-news #home-news-wrapper #home-news-lines {
  height: 3px;
  min-height: 3px;
  border-bottom: 3px solid #e0e0e0;
  background-position: 0px 0px;
  background-repeat: repeat-x;
}
#home-intro-news #home-news #home-news-wrapper h2#home-news-heading-mobile {
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 10% 0px 5% 0px;
  padding: 0px;
  font-weight: 32px;
  color: #000000;
}
#home-intro-news #home-news #home-news-wrapper ul {
  margin: 0px;
  list-style: none;
}
@media screen and (max-width: 568px) {
  #home-intro-news #home-news #home-news-wrapper ul {
    padding: 0px;
  }
}
@media screen and (min-width: 569px) {
  #home-intro-news #home-news #home-news-wrapper ul {
    padding: 0px 5%;
  }
}
#home-intro-news #home-news #home-news-wrapper ul li {
  margin: 0px;
  padding: 7% 0px 7%;
}
@media screen and (max-width: 568px) {
  #home-intro-news #home-news #home-news-wrapper ul li {
    border-bottom: none;
  }
}
@media screen and (min-width: 569px) {
  #home-intro-news #home-news #home-news-wrapper ul li {
    border-bottom: 1px solid #dbdfe0;
  }
}
#home-intro-news #home-news #home-news-wrapper ul li a {
  display: block;
}
@media screen and (max-width: 568px) {
  #home-intro-news #home-news #home-news-wrapper ul li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 569px) {
  #home-intro-news #home-news #home-news-wrapper ul li a {
    font-size: 14px;
  }
}
#home-intro-news #home-news #home-news-wrapper ul li span.date {
  margin: 3% 0px 1% 0px;
  padding: 1px 0px 0px 25px;
  color: #b0b0b0;
  background-image: url('../images/icon-calendar.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: inline-block;
}
@media screen and (max-width: 568px) {
  #home-intro-news #home-news #home-news-wrapper ul li span.date {
    padding-top: 0px;
    font-size: 14px;
  }
}
@media screen and (min-width: 569px) {
  #home-intro-news #home-news #home-news-wrapper ul li span.date {
    font-size: 12px;
  }
}
#home-intro-news #home-news #home-news-wrapper p {
  margin: 5% 0px 0px 0px;
  padding: 0px;
  color: #b0b0b0;
  text-align: center;
}
@media screen and (max-width: 568px) {
  #home-intro-news #home-news #home-news-wrapper p {
    font-size: 14px;
  }
}
@media screen and (min-width: 569px) {
  #home-intro-news #home-news #home-news-wrapper p {
    font-size: 12px;
  }
}
#home-intro-news #home-news #home-news-wrapper p a {
  color: #44b4a6 !important;
  text-decoration: underline;
}
/***********************************************************/
/* ABOUT - BOARD OF DIRECTORS                              */
/***********************************************************/
.board-member {
  margin: 0px 0px 4% 0px;
  padding: 0px;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .board-member {
    margin-bottom: 7%;
    text-align: center;
  }
}
@media screen and (min-width: 569px) {
  .board-member {
    text-align: left;
  }
}
.board-member .board-member-photo {
  width: auto;
  max-width: 281px;
  height: auto;
  margin: 0px 5% 0px 0px;
  padding: 0px;
}
@media screen and (max-width: 568px) {
  .board-member .board-member-photo {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 569px) {
  .board-member .board-member-photo {
    width: 40%;
    float: left;
  }
}
.board-member .board-member-text {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .board-member .board-member-text {
    float: left;
    text-align: left;
  }
}
.board-member .board-member-text h3 {
  margin-bottom: 0px !important;
}
/***********************************************************/
/* INSURANCE PARTNERS                                      */
/***********************************************************/
#partner-wrapper {
  overflow: hidden;
}
#partner-logo-wrapper {
  margin: 0px 0px 3% 0px;
  padding: 0px;
  clear: both;
}
#partner-logo-wrapper #partner-logo-left {
  position: relative;
  width: 100%;
  margin: 0px 0px 0px -30%;
  padding: 0px;
  display: block;
}
@media screen and (max-width: 767px) {
  #partner-logo-wrapper #partner-logo-left {
    margin-left: 0%;
    float: none;
  }
}
@media screen and (min-width: 768px) {
  #partner-logo-wrapper #partner-logo-left {
    float: left;
  }
}
#partner-logo-wrapper #partner-logo-left #partner-logo-left-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  #partner-logo-wrapper #partner-logo-left #partner-logo-left-inner {
    margin-left: 0%;
  }
}
@media screen and (min-width: 768px) {
  #partner-logo-wrapper #partner-logo-left #partner-logo-left-inner {
    margin-left: 30%;
  }
}
#partner-logo-wrapper #partner-logo-right {
  margin: 0px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #partner-logo-wrapper #partner-logo-right {
    width: 100%;
    padding: 5% 0%;
    float: none;
  }
}
@media screen and (min-width: 768px) {
  #partner-logo-wrapper #partner-logo-right {
    width: 28%;
    margin-bottom: 2%;
    margin-left: 2%;
    padding: 0%;
    float: right;
  }
}
#partner-logo-wrapper #partner-logo-right img {
  width: 100%;
  padding: 0px;
  display: block;
}
@media screen and (max-width: 767px) {
  #partner-logo-wrapper #partner-logo-right img {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  #partner-logo-wrapper #partner-logo-right img {
    max-height: 130px;
  }
}
/****************************************************************/
/* TILES                                                        */
/****************************************************************/
ul.tiles {
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 3% 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
  /* 2 TILES IN A ROW */
  /* 3 TILES IN A ROW */
}
ul.tiles.double {
  position: relative;
  width: 102%;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  ul.tiles.double li {
    width: 100%;
    margin: 0px 0px 2% 0px;
  }
}
@media screen and (min-width: 569px) {
  ul.tiles.double li {
    width: 48%;
    margin: 0px 2% 1% 0px;
    overflow: hidden;
  }
}
ul.tiles.triple {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  ul.tiles.triple li {
    width: 100%;
    margin: 0px 0px 2% 0px;
  }
}
@media screen and (min-width: 569px) {
  ul.tiles.triple li {
    width: 32%;
    margin: 0px 1.33333% 1% 0px;
  }
}
ul.tiles.triple li a {
  background-color: #ffffff;
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}
ul.tiles.triple li a:hover {
  border-top: 1px solid #e64e00;
  border-left: 1px solid #e64e00;
  border-right: 1px solid #e64e00;
}
ul.tiles li {
  padding: 0px;
  text-align: center;
  display: block;
  float: left;
  /* ABOUT - CAREERS & INSURANCE PARTNERS */
}
ul.tiles li.text-left {
  text-align: left;
}
ul.tiles li.text-left a {
  padding: 10% 5% 18% 5%;
}
ul.tiles li.text-left a.careers {
  line-height: 14px;
}
ul.tiles li.text-left span.careers-url {
  font-size: 13px;
  text-transform: none;
}
ul.tiles li a.withlogo {
  background-color: #ffffff;
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}
ul.tiles li a {
  position: relative;
  margin: 0px;
  padding: 22% 5%;
  text-decoration: none;
  color: #4f2d7f !important;
  background-color: #f4f4f4;
  border-bottom: 2px solid #d1d1d3;
  display: block;
  background-size: cover;
  background-position: center center;
  /* TILES WITH ICONS */
  /* TILES WITH LOGOS */
  /* ARROW - INACTIVE */
  /* ARROW - ACTIVE */
  /* TILE ICONS */
  /* TILE LOGO */
  /* HOME ICON - ACTIVE */
  /* DIAMOND ICON - ACTIVE */
  /* CAR ICON - ACTIVE */
  /* PLANE ICON - ACTIVE */
  /* CONTACT DETAILS ICON - ACTIVE */
  /* NOTICE OF INTEREST ICON - ACTIVE */
  /* BLOG ICON - ACTIVE */
  /* PRESS ICON - ACTIVE */
  /* LIFE ICON - INACTIVE */
  /* ACCIDENT ICON - INACTIVE */
  /* INCOME PROTECTION ICON - INACTIVE */
  /* FINAL EXPENSES ICON - INACTIVE */
  /* PET ICON - INACTIVE */
  /* TAXI ICON - INACTIVE */
  /* CONSTRUCTION ICON - INACTIVE */
  /* MARINE ICON - INACTIVE */
  /* BICYCLE ICON - INACTIVE */
  /* SPORTS ICON - INACTIVE */
}
ul.tiles li a > div.tile-logo-outer {
  position: relative;
}
ul.tiles li a > div.tile-logo-outer:before {
  position: absolute;
  top: -26px;
  right: 0;
  margin: auto;
  left: 0;
  width: 100%;
  background: #fff;
  content: '';
  height: 100%;
  padding: 26px 0;
}
@media screen and (max-width: 768px) {
  ul.tiles li a > div.tile-logo-outer:before {
    padding: 6px 0;
    top: -6px;
  }
}
@media screen and (max-width: 568px) {
  ul.tiles li a > div.tile-logo-outer:before {
    padding: 26px 0;
    top: -26px;
  }
}
ul.tiles li a > div.tile-logo-outer > div {
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  ul.tiles li a {
    padding: 22% 10px;
  }
}
@media screen and (max-width: 568px) {
  ul.tiles li a {
    font-size: 20px;
    padding: 22% 20px;
  }
}
@media screen and (min-width: 569px) and (max-width: 950px) {
  ul.tiles li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 951px) {
  ul.tiles li a {
    font-size: 18px;
  }
}
ul.tiles li a:hover {
  background-color: #e64e00;
  border-bottom: 2px solid #cf3900;
  color: #ffffff !important;
}
ul.tiles li a:hover > div.tile-logo-outer:before {
  background: #e64e00;
}
ul.tiles li a.icon {
  padding: 15% 5% 6% 5%;
}
ul.tiles li a.logo {
  padding: 20% 5% 10% 5%;
}
ul.tiles li a span.arrow {
  width: 8px;
  min-width: 8px;
  height: 14px;
  min-height: 14px;
  margin: 0px 0px 0px 10px;
  padding: 0px 2px;
  line-height: 0px;
  background-image: url('../images/icon-tile-inactive.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
ul.tiles li a:hover span.arrow {
  background-image: url('../images/icon-tile-active.png');
}
ul.tiles li a span.tile-icon {
  width: 125px;
  min-width: 125px;
  height: 60px;
  min-height: 60px;
  margin: 0px auto 10% auto;
  padding: 0px;
  line-height: 0px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  /* HOME ICON - INACTIVE */
  /* DIAMOND ICON - INACTIVE */
  /* CAR ICON - INACTIVE */
  /* PLANE ICON - INACTIVE */
  /* CONTACT DETAILS ICON - INACTIVE */
  /* NOTICE OF INTEREST ICON - INACTIVE */
  /* BLOG ICON - INACTIVE */
  /* PRESS ICON - INACTIVE */
  /* LIFE ICON - INACTIVE */
  /* ACCIDENT ICON - INACTIVE */
  /* INCOME PROTECTION ICON - INACTIVE */
  /* FINAL EXPENSES ICON - INACTIVE */
  /* PET ICON - INACTIVE */
  /* TAXI ICON - INACTIVE */
  /* CONSTRUCTION ICON - INACTIVE */
  /* MARINE ICON - INACTIVE */
  /* BICYCLE ICON - INACTIVE */
  /* SPORTS ICON - INACTIVE */
}
ul.tiles li a span.tile-icon.home {
  background-image: url('../images/icon-tile-home-inactive.png');
}
ul.tiles li a span.tile-icon.diamond {
  background-image: url('../images/icon-tile-diamond-inactive.png');
}
ul.tiles li a span.tile-icon.car {
  background-image: url('../images/icon-tile-car-inactive.png');
}
ul.tiles li a span.tile-icon.plane {
  background-image: url('../images/icon-tile-plane-inactive.png');
}
ul.tiles li a span.tile-icon.contact-details {
  background-image: url('../images/icon-tile-contact-details-inactive.png');
}
ul.tiles li a span.tile-icon.notice-interest {
  background-image: url('../images/icon-tile-contact-notice-inactive.png');
}
ul.tiles li a span.tile-icon.blog {
  background-image: url('../images/icon-tile-media-blog-inactive.png');
}
ul.tiles li a span.tile-icon.press {
  background-image: url('../images/icon-tile-media-press-inactive.png');
}
ul.tiles li a span.tile-icon.life {
  background-image: url('../images/icon-tile-life-inactive.png');
}
ul.tiles li a span.tile-icon.accident {
  background-image: url('../images/icon-tile-accident-inactive.png');
}
ul.tiles li a span.tile-icon.income {
  background-image: url('../images/icon-tile-income-inactive.png');
}
ul.tiles li a span.tile-icon.final {
  background-image: url('../images/icon-tile-final-inactive.png');
}
ul.tiles li a span.tile-icon.pet {
  background-image: url('../images/icon-tile-pet-inactive.png');
}
ul.tiles li a span.tile-icon.taxi {
  background-image: url('../images/icon-tile-taxi-inactive.png');
}
ul.tiles li a span.tile-icon.construction {
  background-image: url('../images/icon-tile-construction-inactive.png');
}
ul.tiles li a span.tile-icon.marine {
  background-image: url('../images/icon-tile-marine-inactive.png');
}
ul.tiles li a span.tile-icon.bicycle {
  background-image: url('../images/icon-tile-bicycle-inactive.png');
}
ul.tiles li a span.tile-icon.sports {
  background-image: url('../images/icon-tile-sports-inactive.png');
}
ul.tiles li a span.tile-logo {
  width: auto;
  min-width: 125px;
  height: 53px;
  min-height: 53px;
  margin: 0px auto 15% auto;
  padding: 0px;
  line-height: 0px;
  display: block;
}
ul.tiles li a span.tile-logo img {
  width: 150px;
  height: auto;
  padding: 0px;
  background-color: #ffffff;
}
ul.tiles li a span.tile-logo img media screen and (min-width: 569px) and (max-width: 950px) {
  max-width: 100px;
}
ul.tiles li a:hover span.tile-icon.home {
  background-image: url('../images/icon-tile-home-active.png');
}
ul.tiles li a:hover span.tile-icon.diamond {
  background-image: url('../images/icon-tile-diamond-active.png');
}
ul.tiles li a:hover span.tile-icon.car {
  background-image: url('../images/icon-tile-car-active.png');
}
ul.tiles li a:hover span.tile-icon.plane {
  background-image: url('../images/icon-tile-plane-active.png');
}
ul.tiles li a:hover span.tile-icon.contact-details {
  background-image: url('../images/icon-tile-contact-details-active.png');
}
ul.tiles li a:hover span.tile-icon.notice-interest {
  background-image: url('../images/icon-tile-contact-notice-active.png');
}
ul.tiles li a:hover span.tile-icon.blog {
  background-image: url('../images/icon-tile-media-blog-active.png');
}
ul.tiles li a:hover span.tile-icon.press {
  background-image: url('../images/icon-tile-media-press-active.png');
}
ul.tiles li a:hover span.tile-icon.life {
  background-image: url('../images/icon-tile-life-active.png');
}
ul.tiles li a:hover span.tile-icon.accident {
  background-image: url('../images/icon-tile-accident-active.png');
}
ul.tiles li a:hover span.tile-icon.income {
  background-image: url('../images/icon-tile-income-active.png');
}
ul.tiles li a:hover span.tile-icon.final {
  background-image: url('../images/icon-tile-final-active.png');
}
ul.tiles li a:hover span.tile-icon.pet {
  background-image: url('../images/icon-tile-pet-active.png');
}
ul.tiles li a:hover span.tile-icon.taxi {
  background-image: url('../images/icon-tile-taxi-active.png');
}
ul.tiles li a:hover span.tile-icon.construction {
  background-image: url('../images/icon-tile-construction-active.png');
}
ul.tiles li a:hover span.tile-icon.marine {
  background-image: url('../images/icon-tile-marine-active.png');
}
ul.tiles li a:hover span.tile-icon.bicycle {
  background-image: url('../images/icon-tile-bicycle-active.png');
}
ul.tiles li a:hover span.tile-icon.sports {
  background-image: url('../images/icon-tile-sports-active.png');
}
/***********************************************************/
/* TIMELINE                                          	   */
/***********************************************************/
.timeline-year {
  width: 80px;
  height: 80px;
  margin: 0px auto;
  padding: 0px;
  background-color: #ffffff;
  border: 5px solid #f4f4f4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  display: table;
}
.timeline-year span {
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  color: #442359;
  display: table-cell;
  vertical-align: middle;
  /* 2 YEARS */
}
@media screen and (max-width: 568px) {
  .timeline-year span {
    font-size: 24px;
  }
}
@media screen and (min-width: 569px) {
  .timeline-year span {
    font-size: 28px;
  }
}
@media screen and (max-width: 568px) {
  .timeline-year span.double {
    font-size: 22px;
  }
}
@media screen and (min-width: 569px) {
  .timeline-year span.double {
    font-size: 24px;
  }
}
.timeline-connector-top {
  width: 6px;
  min-width: 6px;
  height: 42px;
  min-height: 42px;
  margin: 0px auto;
  padding: 0px;
  line-height: 0px;
  background-color: #f4f4f4;
}
.timeline-connector-bottom {
  position: relative;
  width: 30px;
  height: 63px;
  margin: 0px auto -15px auto;
  padding: 0px;
  text-align: center;
  display: table;
  z-index: 51;
}
.timeline-connector-bottom .timeline-connector-line {
  position: absolute;
  top: 0px;
  left: 12px;
  width: 6px;
  min-width: 6px;
  height: 33px;
  min-height: 33px;
  line-height: 0px;
  background-color: #f4f4f4;
}
.timeline-connector-bottom .timeline-connector-circle {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  margin: 0px auto;
  padding: 0px;
  background-color: #e9e9e9;
  border: 5px solid #f4f4f4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.timeline-connector-bottom.active .timeline-connector-circle {
  background-color: #442359;
}
.timeline-box {
  position: relative;
  margin: 0px;
  padding: 5% 10% 5% 5%;
  background-color: #f4f4f4;
  border-top: 1px solid #f4f4f4;
  display: block;
  z-index: 50;
}
@media screen and (max-width: 568px) {
  .timeline-box {
    padding: 10% 5% 5% 5%;
  }
}
@media screen and (min-width: 569px) {
  .timeline-box {
    padding: 5% 10% 5% 5%;
  }
}
@media screen and (min-width: 569px) {
  .timeline-box.history {
    padding: 5%;
  }
}
.timeline-box .timeline-box-expand {
  position: absolute;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  background-image: url('../images/icon-timeline-accordion-plus.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 568px) {
  .timeline-box .timeline-box-expand {
    top: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 569px) {
  .timeline-box .timeline-box-expand {
    top: 30px;
    right: 20px;
  }
}
.timeline-box.active {
  border-top: 2px solid #442359;
}
.timeline-box.active .timeline-box-expand {
  background-image: url('../images/icon-timeline-accordion-minus.png');
}
.timeline-box .timeline-logo {
  padding: 0px;
}
@media screen and (max-width: 568px) {
  .timeline-box .timeline-logo {
    margin: 0px 0px 5% 0px;
    text-align: center;
    float: none;
  }
}
@media screen and (min-width: 569px) {
  .timeline-box .timeline-logo {
    margin: 0px 5% 0px 0px;
    float: left;
  }
}
.timeline-box .timeline-text {
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 568px) {
  .timeline-box .timeline-text {
    text-align: center;
  }
}
@media screen and (min-width: 569px) {
  .timeline-box .timeline-text {
    overflow: hidden;
  }
}
.timeline-box .timeline-text .more-text {
  display: none;
}
.timeline-box .timeline-text h3 {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 1% 0px !important;
  font-size: 24px !important;
}
.timeline-box .timeline-text h5 {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 2% 0px;
  padding: 0px;
  font-size: 17px;
}
.timeline-box .timeline-text p:last-child {
  margin-bottom: 0px !important;
}
/***********************************************************/
/* TESTIMONIALS                                            */
/***********************************************************/
.testimonial-box {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  color: #666666;
  background-image: url('../images/home-testimonial-quote.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: 2%;
}
@media screen and (max-width: 980px) {
  .testimonial-box {
    background-size: 34px 30px;
  }
}
@media screen and (min-width: 981px) {
  .testimonial-box {
    background-size: 43px 36px;
  }
}
.testimonial-box p {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 3% 50px !important;
  padding: 2% 5% 0px 0px !important;
}
.testimonial-box .testimonial-name {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px !important;
  color: #442359;
}
.testimonial-box .testimonial-line {
  width: 62px;
  min-width: 62px;
  height: 2px;
  min-height: 2px;
  margin: 30px 0px 0px 0px;
  padding: 0px;
  background-color: #cccccc;
  display: inline-block;
}
@media screen and (max-width: 568px) {
  .testimonial-box .testimonial-line {
    margin-bottom: 10%;
  }
}
ul.testimonial-videos {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 3% 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
}
ul.testimonial-videos li {
  padding: 0px;
  float: left;
}
ul.testimonial-videos li:nth-child(even) {
  margin-right: 0px !important;
}
@media screen and (max-width: 568px) {
  ul.testimonial-videos li {
    width: 100%;
    margin: 0px 0px 2% 0px !important;
  }
}
@media screen and (min-width: 569px) {
  ul.testimonial-videos li {
    width: 49%;
    margin: 0px 2% 2% 0px !important;
  }
}
ul.testimonial-videos li .video-thumbnail {
  position: relative;
  margin: 0px 0px 1% 0px;
  padding: 0px;
}
ul.testimonial-videos li .video-thumbnail:hover .video-play-button {
  background-image: url('../images/icon-video-play-active.png');
}
ul.testimonial-videos li .video-thumbnail:hover .video-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
}
ul.testimonial-videos li .video-thumbnail .video-play-button {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 8005;
  width: 100%;
  height: 100%;
  background-image: url('../images/icon-video-play-inactive.png');
  background-size: 70px 51px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
ul.testimonial-videos li .video-thumbnail .video-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 8000;
  width: 100%;
  height: 98%;
  margin: 0px;
  padding: 0px;
  background-color: #000000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
ul.testimonial-videos li .video-thumbnail img {
  width: 100%;
  height: auto;
}
ul.testimonial-videos li h3 {
  margin: 0px !important;
}
.fancybox-opened .fancybox-title {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding-bottom: 15px;
  font-size: 22px;
  color: #000000;
  text-align: center;
}
/****************************************************************/
/* MEDIA                                                        */
/****************************************************************/
ul.latest-news {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 5% 0px;
  padding: 0px;
  list-style: none;
}
ul.latest-news li {
  padding: 3% 5%;
  background-color: #f4f4f4;
  background-image: url('../images/icon-tile-inactive.png');
  background-position: 96% 50%;
  background-repeat: no-repeat;
  border-bottom: 2px solid #d1d1d3;
}
@media screen and (max-width: 568px) {
  ul.latest-news li {
    margin: 0px 0px 3% 0px;
    padding: 5% 10% 5% 5%;
  }
}
@media screen and (min-width: 569px) {
  ul.latest-news li {
    margin: 0px 0px 1% 0px;
    padding: 4% 8% 4% 5%;
  }
}
ul.latest-news li a {
  font-size: 17px;
  display: block;
}
ul.latest-news li span.date {
  margin: 0px;
  padding: 1px 0px 0px 25px;
  color: #b0b0b0;
  background-image: url('../images/icon-calendar.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: inline-block;
}
@media screen and (max-width: 568px) {
  ul.latest-news li span.date {
    padding-top: 0px;
    font-size: 14px;
  }
}
@media screen and (min-width: 569px) {
  ul.latest-news li span.date {
    font-size: 12px;
  }
}
ul.blog-posts {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 5% 0px;
  padding: 0px;
  list-style: none;
}
ul.blog-posts li {
  padding: 0px;
  background-color: #f4f4f4;
  background-image: url('../images/icon-tile-inactive.png');
  background-position: 96% 21%;
  background-repeat: no-repeat;
  border-bottom: 2px solid #d1d1d3;
}
@media screen and (max-width: 568px) {
  ul.blog-posts li {
    margin: 0px 0px 3% 0px;
  }
}
@media screen and (min-width: 569px) {
  ul.blog-posts li {
    margin: 0px 0px 1% 0px;
  }
}
ul.blog-posts li img.blog-post-thumbnail {
  margin: 0px;
  padding: 0px;
  float: left;
}
@media screen and (min-width: 569px) and (max-width: 980px) {
  ul.blog-posts li img.blog-post-thumbnail {
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 981px) {
  ul.blog-posts li img.blog-post-thumbnail {
    width: 190px;
    height: 190px;
  }
}
ul.blog-posts li .blog-post-summary {
  margin: 0px;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  ul.blog-posts li .blog-post-summary {
    padding: 5% 10% 5% 5%;
  }
}
@media screen and (min-width: 569px) {
  ul.blog-posts li .blog-post-summary {
    padding: 3% 10% 0px 5%;
  }
}
ul.blog-posts li .blog-post-summary a.blog-post-summary-title {
  font-size: 22px;
  color: #442359 !important;
  display: block;
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
}
ul.blog-posts li .blog-post-summary .blog-post-summary-category-date {
  margin: 1% 0px 1% 0px;
  padding: 0px;
  font-size: 14px;
  color: #b0b0b0;
}
ul.blog-posts li .blog-post-summary p.read-more {
  margin-bottom: 0px;
}
.blog-post-summary-link {
  color: #44b4a6 !important;
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.blog-post {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px;
  padding: 0px;
}
.blog-post h1 {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 33px;
  color: #000000;
}
.blog-post .blog-post-category-date {
  margin: 1% 0px 4% 0px;
  padding: 0px;
  font-size: 14px;
  color: #b0b0b0;
}
.blog-post .blog-post-lines {
  border-bottom: 1px solid #dbdfe0;
  margin: 5% 0px;
}
.blog-post .blog-post-social {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.blog-post .blog-post-social span.share {
  margin: 2px 4% 0px 0px;
  padding: 0px;
  font-size: 24px;
  color: #000000;
  float: left;
}
.blog-post .blog-post-social ul.social {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.blog-post .blog-post-social ul.social li {
  margin: 0px 5px 0px 0px;
  padding: 0px;
  float: left;
}
.blog-post .blog-post-social ul.social li:last-child {
  margin-right: 0px;
}
.blog-post img {
  width: 100%;
  height: auto;
}
/****************************************************************/
/* CONTACT                                                      */
/****************************************************************/
.contact-telephone-box {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 5% 0px;
  padding: 0px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 568px) {
  .contact-telephone-box {
    display: block;
  }
}
@media screen and (min-width: 569px) {
  .contact-telephone-box {
    display: none;
  }
}
.contact-telephone-box a {
  margin: 0px;
  padding: 5% 10%;
  font-size: 18px;
  display: block;
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: normal;
  color: #ffffff !important;
  background-color: #e64e00;
  border-radius: 5px;
  border: none;
}
.contact-telephone-box a:hover {
  background-color: #fa5500;
}
ul.contact {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  font-size: 17px;
  line-height: 23px;
  color: #666666;
  list-style: none;
}
ul.contact li {
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 568px) {
  ul.contact li {
    width: 80%;
    margin: 0px 0px 10% 0px;
    padding: 0px 0px 0px 20%;
    float: none;
  }
}
@media screen and (min-width: 569px) {
  ul.contact li {
    width: 39%;
    margin: 0px 5% 3% 0px;
    padding: 0px 0px 0px 6%;
    float: left;
  }
}
ul.contact li strong {
  color: #000000;
}
ul.contact li.location {
  background-image: url('../images/icon-contact-location.png');
}
ul.contact li.telephone {
  background-image: url('../images/icon-contact-telephone.png');
}
@media screen and (max-width: 568px) {
  ul.contact li.telephone {
    display: none;
  }
}
@media screen and (min-width: 569px) {
  ul.contact li.telephone {
    display: block;
  }
}
ul.contact li.fax {
  background-image: url('../images/icon-contact-fax.png');
}
ul.contact li.mailing {
  background-image: url('../images/icon-contact-address.png');
}
#contact-lines {
  border-bottom: 1px solid #dbdfe0;
  margin: 3% 0px 5% 0px;
}
/****************************************************************/
/* SEARCH                                                       */
/****************************************************************/
.search-result {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 3% 0px;
  padding: 0px 0px 0.5% 0px;
  border-bottom: 1px solid #d1d1d3;
}
.search-result h3.search-page-title {
  margin: 0px 0px 1% 0px !important;
  padding: 0px;
  font-size: 20px !important;
}
.search-result .search-page-details {
  margin: 0px 0px 1% 0px;
  padding: 0px;
  font-size: 14px;
  color: #b0b0b0;
}
.search-result .search-page-details .search-page-relevance {
  width: 40px;
  min-width: 40px;
  height: 14px;
  min-height: 14px;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  border: 1px solid #cccccc;
  overflow: hidden;
  float: left;
  /*
			100%	: 	40px
			75%		:	30px
			50%		:	20px
			25%		:	10px
			1%		:	0.4px
			*/
}
.search-result .search-page-details .search-page-relevance .search-page-relevance-percentage {
  height: 14px;
  min-height: 14px;
  background-color: #12c9ad;
}
.search-result .search-term-highlight {
  background-color: yellow;
}
#search-results-box {
  position: relative;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  #search-results-box {
    width: 100%;
  }
}
@media screen and (min-width: 569px) {
  #search-results-box {
    width: 65%;
  }
}
#search-results-box .search-results-field {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  color: #000000;
}
#search-results-box .search-results-button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 21px;
  height: 21px;
  background-color: transparent;
  background-image: url('../images/icon-search-mobile.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}
/****************************************************************/
/* PAGINATION                                                   */
/****************************************************************/
.pagination-wrapper {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 568px) {
  .pagination-wrapper {
    text-align: center;
  }
}
.pagination-wrapper ul {
  font-family: 'FrutigerLTW0165-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
}
@media screen and (max-width: 568px) {
  .pagination-wrapper ul {
    float: none;
  }
}
@media screen and (min-width: 569px) {
  .pagination-wrapper ul {
    float: right;
  }
}
.pagination-wrapper ul li {
  margin: 0px 8px 0px 0px;
  padding: 0px;
  float: left;
}
.pagination-wrapper ul li:last-child {
  margin-right: 0px;
}
.pagination-wrapper ul li a {
  margin: 0px;
  color: #44b4a6 !important;
  display: block;
  /* PAGE */
  /* MORE PAGES */
  /* PREVIOUS PAGE */
  /* NEXT PAGE */
}
@media screen and (max-width: 568px) {
  .pagination-wrapper ul li a {
    margin-bottom: 8px;
    padding: 8px 12px;
    font-size: 14px;
  }
}
@media screen and (min-width: 569px) {
  .pagination-wrapper ul li a {
    margin-bottom: 8px;
    padding: 12px 18px;
    font-size: 18px;
  }
}
.pagination-wrapper ul li a.page {
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.pagination-wrapper ul li a.page:hover,
.pagination-wrapper ul li a.page.active {
  color: #ffffff !important;
  border: 1px solid #12c9ad;
  background-color: #44b4a6;
}
.pagination-wrapper ul li a.more-pages {
  width: 18px;
  min-width: 18px;
  height: 24px;
  min-height: 24px;
  background-image: url('../images/icon-pagination-more.png');
  background-position: 50% 92%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 568px) {
  .pagination-wrapper ul li a.more-pages {
    padding: 6px 5px;
  }
}
@media screen and (min-width: 569px) {
  .pagination-wrapper ul li a.more-pages {
    padding: 12px 10px;
  }
}
.pagination-wrapper ul li a.previous {
  width: 8px;
  min-width: 8px;
  height: 24px;
  min-height: 24px;
  background-image: url('../images/icon-pagination-previous.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 568px) {
  .pagination-wrapper ul li a.previous {
    margin-right: 0px;
    padding: 6px 10px;
  }
}
@media screen and (min-width: 569px) {
  .pagination-wrapper ul li a.previous {
    margin-right: 5px;
  }
}
.pagination-wrapper ul li a.next {
  width: 8px;
  min-width: 8px;
  height: 24px;
  min-height: 24px;
  background-image: url('../images/icon-pagination-next.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 568px) {
  .pagination-wrapper ul li a.next {
    margin-left: 0px;
    padding: 6px 10px;
  }
}
@media screen and (min-width: 569px) {
  .pagination-wrapper ul li a.next {
    margin-left: 5px;
  }
}
/****************************************************************/
/* TABLES                                                       */
/****************************************************************/
table {
  width: 100%;
  margin: 0px 0px 3% 0px;
  border: 1px solid #d1d1d3;
}
table td {
  margin: 0px;
  padding: 0px;
  border: 1px solid #d1d1d3;
}
table td.column-tick {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
table td.column-tick img {
  width: 40%;
  height: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
}
table td h4 {
  font-family: 'FrutigerLTW01-45Light' !important;
  font-style: normal !important;
  float: left;
  display: block;
  width: 90%!important;
  margin: 5% 0px 0.5% 5% !important;
}
table td p {
  margin-bottom: 0px !important;
  float: left;
  display: block;
  width: 90%!important;
  margin: 0px 0px 5% 5%!important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
input::-webkit-inner-spin-button,
input::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.form-field {
  margin-bottom: 5%;
  width: 100%;
  float: left;
  position: relative;
  /*
    input.date-field {
        background: transparent url('../images/icon-datepicker.png') 95% 50% no-repeat;
    }
	
	input.date-field-wide {
        background: transparent url('../images/icon-datepicker.png') 98% 50% no-repeat;
    }
*/
}
.form-field label {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  font-size: 17px;
  width: 100%;
  display: block;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .form-field label {
    margin-bottom: 3%;
  }
}
.form-field label.error {
  font-size: 15px;
  color: #c91212;
  margin-top: 1%;
  float: left;
  font-weight: normal;
}
.form-field .validation-icon {
  position: absolute;
  right: -40px;
  background: transparent url() 50% 50% no-repeat;
  display: block;
  width: 27px;
  height: 27px;
}
@media screen and (max-width: 767px) {
  .form-field .validation-icon {
    right: -30px;
    background-size: auto 15px;
  }
}
.form-field.correct .validation-icon {
  background-image: url('../images/icon-validation-green-tick.png');
}
.form-field.error .validation-icon {
  background-image: url('../images/icon-validation-red-cross.png');
}
.form-field input[type=text],
.form-field input[type=number],
.form-field input[type=date],
.form-field input[type=email],
.form-field input[type=url],
.form-field input[type=search],
.form-field textarea {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  border-radius: 0;
  font-size: 17px;
  color: #000000;
  padding: 18px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bbbfc2;
  -webkit-box-shadow: #e5e5e5 0px 2px 0px inset, transparent 0px 0px 0px;
  -moz-box-shadow: #e5e5e5 0px 2px 0px inset, transparent 0px 0px 0px;
  box-shadow: #e5e5e5 0px 2px 0px inset, transparent 0px 0px 0px;
}
@media screen and (max-width: 1024px) {
  .form-field input[type=text],
  .form-field input[type=number],
  .form-field input[type=date],
  .form-field input[type=email],
  .form-field input[type=url],
  .form-field input[type=search],
  .form-field textarea {
    margin-bottom: 2%;
  }
}
.form-field input[type=text]:active,
.form-field input[type=number]:active,
.form-field input[type=date]:active,
.form-field input[type=email]:active,
.form-field input[type=url]:active,
.form-field input[type=search]:active,
.form-field textarea:active,
.form-field input[type=text]:focus,
.form-field input[type=number]:focus,
.form-field input[type=date]:focus,
.form-field input[type=email]:focus,
.form-field input[type=url]:focus,
.form-field input[type=search]:focus,
.form-field textarea:focus {
  border: 1px solid #44b4a6;
  outline: none;
}
.form-field .datepicker-field-seperate {
  position: relative;
}
.form-field .datepicker-icon {
  background: transparent url('../images/icon-datepicker.png') 98% 50% no-repeat;
  display: inline-block;
  width: 23px;
  height: 24px;
  position: absolute;
  top: 29%;
  right: 3%;
}
.form-field textarea {
  height: 100px;
}
.form-field select {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  color: #000000;
  padding: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bbbfc2;
}
@media screen and (max-width: 1024px) {
  .form-field select {
    margin-bottom: 2%;
  }
}
.form-field.form-field-radio {
  clear: both;
  float: left;
}
.form-field.form-field-radio .radio-button {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.form-field.form-field-radio .radio-button.white {
  background-color: #ffffff;
}
.form-field.form-field-radio .radio-button label {
  width: 33.333%;
  float: left;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: black;
  text-transform: uppercase;
  margin-right: -1px;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  font-family: 'SourceSansPro-Semibold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  margin-bottom: -1px;
  border: 1px solid #bbbfc2;
  -webkit-box-shadow: #e5e5e5 0px -2px 0px inset, transparent 0px 0px 0px;
  -moz-box-shadow: #e5e5e5 0px -2px 0px inset, transparent 0px 0px 0px;
  box-shadow: #e5e5e5 0px -2px 0px inset, transparent 0px 0px 0px;
}
.form-field.form-field-radio .radio-button label:hover {
  color: #000000;
  background-color: #a3d3ca;
  border: 1px solid #a3d3ca;
  -webkit-box-shadow: #93d1c7 0px -2px 0px inset, transparent 0px 0px 0px;
  -moz-box-shadow: #93d1c7 0px -2px 0px inset, transparent 0px 0px 0px;
  box-shadow: #93d1c7 0px -2px 0px inset, transparent 0px 0px 0px;
}
.form-field.form-field-radio .radio-button label.selected,
.form-field.form-field-radio .radio-button label:active,
.form-field.form-field-radio .radio-button label:focus {
  color: #FFFFFF;
  background-color: #44b4a6;
  border: 1px solid #44b4a6;
  -webkit-box-shadow: #10b39a 0px 2px 0px inset, transparent 0px 0px 0px;
  -moz-box-shadow: #10b39a 0px 2px 0px inset, transparent 0px 0px 0px;
  box-shadow: #10b39a 0px 2px 0px inset, transparent 0px 0px 0px;
}
@media screen and (max-width: 1400px) {
  .form-field.form-field-radio .radio-button label {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .form-field.form-field-radio .radio-button label {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .form-field.form-field-radio .radio-button label {
    font-size: 11px;
  }
}
@media screen and (max-width: 568px) {
  .form-field.form-field-radio .radio-button label {
    font-size: 10px;
  }
}
.form-field.form-field-radio .radio-button input[type=radio] {
  display: block;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 1px;
  width: 1px;
}
.form-field.form-field-radio.top-form-field-radio {
  width: 67%;
}
@media screen and (max-width: 568px) {
  .form-field.form-field-radio.top-form-field-radio {
    width: 90%;
  }
}
.form-field.form-field-radio.top-form-field-radio .radio-button {
  width: 100%;
}
.form-field.form-field-radio.top-form-field-radio .radio-button label {
  width: 50%;
}
.form-field.form-field-checkbox {
  clear: both;
  float: left;
}
.form-field.form-field-checkbox .checkbox {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.form-field.form-field-checkbox .checkbox label {
  width: 33.333%;
  float: left;
  border: 1px solid #bbbfc2;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: black;
  text-transform: uppercase;
  margin-right: -1px;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-box-shadow: #e5e5e5 0px -1px 0px inset, transparent 0px 0px 0px;
  -moz-box-shadow: #e5e5e5 0px -1px 0px inset, transparent 0px 0px 0px;
  box-shadow: #e5e5e5 0px -1px 0px inset, transparent 0px 0px 0px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  margin-bottom: -1px;
}
.form-field.form-field-checkbox .checkbox label:hover {
  color: #000000;
  background-color: #a5ebe0;
  border: 1px solid #a5ebe0;
  -webkit-box-shadow: #93d1c7 0px -2px 0px inset, transparent 0px 0px 0px;
  -moz-box-shadow: #93d1c7 0px -2px 0px inset, transparent 0px 0px 0px;
  box-shadow: #93d1c7 0px -2px 0px inset, transparent 0px 0px 0px;
}
.form-field.form-field-checkbox .checkbox label.selected,
.form-field.form-field-checkbox .checkbox label:active,
.form-field.form-field-checkbox .checkbox label:focus {
  color: #FFFFFF;
  background-color: #12c9ad;
  border: 1px solid #12c9ad;
  -webkit-box-shadow: #10b39a 0px 2px 0px inset, transparent 0px 0px 0px;
  -moz-box-shadow: #10b39a 0px 2px 0px inset, transparent 0px 0px 0px;
  box-shadow: #10b39a 0px 2px 0px inset, transparent 0px 0px 0px;
}
@media screen and (max-width: 1400px) {
  .form-field.form-field-checkbox .checkbox label {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .form-field.form-field-checkbox .checkbox label {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .form-field.form-field-checkbox .checkbox label {
    font-size: 11px;
  }
}
@media screen and (max-width: 568px) {
  .form-field.form-field-checkbox .checkbox label {
    font-size: 10px;
  }
}
.form-field.form-field-checkbox .checkbox input[type=checkbox] {
  display: none;
}
.form-field.form-field-checkbox .checkbox.radio-button-small label {
  font-size: 14px;
}
.form-field .upload {
  position: relative;
  display: block;
  /* HIDE DEFAULT UPLOAD BUTTON */
  /* FAKE UPLOAD BUTTON */
  /* FAKE FILE FOLDER */
}
.form-field .upload input {
  width: 33.333%;
  position: absolute;
  top: 0px;
  left: 0px;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  padding: 5px 0px;
  cursor: pointer;
  display: block;
  background-color: red;
  font-size: 40px;
}
.form-field .upload .upload-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-box-shadow: #e5e5e5 0px -2px 0px inset, transparent 0px 0px 0px;
  -moz-box-shadow: #e5e5e5 0px -2px 0px inset, transparent 0px 0px 0px;
  box-shadow: #e5e5e5 0px -2px 0px inset, transparent 0px 0px 0px;
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 33.333%;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 20px 0;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: black;
  border: 1px solid #bbbfc2;
  display: inline-block;
  float: left;
  cursor: pointer;
}
.form-field .upload .upload-button:hover,
.form-field .upload .upload-button.hover {
  color: #000000;
  background-color: #a5ebe0;
  border: 1px solid #a5ebe0;
  -webkit-box-shadow: #93d1c7 0px -2px 0px inset, transparent 0px 0px 0px;
  -moz-box-shadow: #93d1c7 0px -2px 0px inset, transparent 0px 0px 0px;
  box-shadow: #93d1c7 0px -2px 0px inset, transparent 0px 0px 0px;
}
.form-field .upload .upload-button.pressed,
.form-field .upload .upload-button:active,
.form-field .upload .upload-button:focus {
  color: #FFFFFF;
  background-color: #12c9ad;
  border: 1px solid #12c9ad;
  -webkit-box-shadow: #10b39a 0px 2px 0px inset, transparent 0px 0px 0px;
  -moz-box-shadow: #10b39a 0px 2px 0px inset, transparent 0px 0px 0px;
  box-shadow: #10b39a 0px 2px 0px inset, transparent 0px 0px 0px;
}
@media screen and (max-width: 1400px) {
  .form-field .upload .upload-button {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .form-field .upload .upload-button {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .form-field .upload .upload-button {
    font-size: 11px;
  }
}
@media screen and (max-width: 568px) {
  .form-field .upload .upload-button {
    font-size: 10px;
  }
}
.form-field .upload .file-holder {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 20px 0px 0px 20px;
  padding: 0px;
  font-size: 15px;
  color: #000000;
  float: left;
}
#sub-page-content #sub-page-content-wrapper fieldset.form {
  border: none;
  padding: 0;
  margin: 0;
}
#sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian {
  border: 1px solid #e9e9e9;
  background: white;
  padding: 5%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  margin-bottom: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian {
    margin-left: -5%;
    width: 110%;
  }
}
#sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian .form-accordian-title {
  width: 100%;
  display: block;
}
#sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian .form-accordian-title a {
  color: #12c9ad;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: transparent url('../images/icon-accordian-plus.png') 100% 50% no-repeat;
  width: 100%;
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  #sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian .form-accordian-title a {
    font-size: 16px;
  }
}
#sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian .form-accordian-content {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian .form-accordian-content h2 {
  font-size: 24px;
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: black;
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  #sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian .form-accordian-content h2 {
    font-size: 20px;
    padding: 0;
  }
}
#sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian .form-accordian-content .form-section {
  padding: 0px 15% 0 10%;
  width: 75%;
  margin-bottom: 5%;
  float: left;
}
@media screen and (max-width: 767px) {
  #sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian .form-accordian-content .form-section {
    width: 85%;
    padding: 0;
  }
}
@media screen and (max-width: 568px) {
  #sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian .form-accordian-content .form-section {
    width: 90%;
  }
}
#sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian .form-accordian-content .sub-accordian {
  margin: 0 10% 8% 8%;
  border: 1px solid #bbbfc2;
  border-bottom: none;
  width: 76%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian .form-accordian-content .sub-accordian {
    margin: 0 0 8% 0;
    width: 97%;
  }
}
#sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian .form-accordian-content .sub-accordian .sub-accordian-inner .sub-accordian-title {
  padding: 6%;
  width: 88%;
  float: left;
}
#sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian .form-accordian-content .sub-accordian .sub-accordian-inner .sub-accordian-title a {
  font-family: 'FrutigerLTW01-45Light', sans-serif;
  color: black;
  font-size: 24px;
  background: transparent url('../images/icon-accordian-plus.png') 100% 50% no-repeat;
  width: 100%;
  float: left;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  #sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian .form-accordian-content .sub-accordian .sub-accordian-inner .sub-accordian-title a {
    font-size: 20px;
  }
}
#sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian .form-accordian-content .sub-accordian .sub-accordian-inner .sub-accordian-content {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  border-bottom: 1px solid #bbbfc2;
  float: left;
  display: block;
  width: 88%;
  max-height: 0px;
  overflow: hidden;
  padding: 0 6%;
}
#sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian .form-accordian-content .sub-accordian .sub-accordian-inner.expand .sub-accordian-title a {
  background-image: url('../images/icon-accordian-minus.png');
}
#sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian .form-accordian-content .sub-accordian .sub-accordian-inner.expand .sub-accordian-content {
  padding: 0 6% 6% 6%;
  max-height: 2000px;
}
#sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian.expand {
  border-left: 1px solid #44b4a6;
}
#sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian.expand.nofocus {
  border-left: 1px solid #e9e9e9;
}
#sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian.expand .form-accordian-title a {
  background-image: url('../images/icon-accordian-minus.png');
}
#sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian.expand .form-accordian-content {
  margin-top: 5%;
  padding-top: 5%;
  max-height: 19999px;
  background-position: 0px top;
  background-repeat: repeat-x;
}
#sub-page-content #sub-page-content-wrapper fieldset.form .form-accordian.expand .form-accordian-content.no-title {
  margin-top: 0%;
  padding-top: 0%;
  background: none;
}
#sub-page-content #sub-page-content-wrapper fieldset.form input[type=submit] {
  text-align: center;
  width: 100%;
  font-family: 'antartida-rounded-bold-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: white;
  background: #e64e00;
  border: none;
  padding: 20px 0;
  -webkit-box-shadow: #e64e00 0px 1px 1px inset, transparent 0px 0px 0px;
  -moz-box-shadow: #e64e00 0px 1px 1px inset, transparent 0px 0px 0px;
  box-shadow: #e64e00 0px 1px 1px inset, transparent 0px 0px 0px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  border-radius: 5px;
}
#sub-page-content #sub-page-content-wrapper fieldset.form input[type=submit]:hover {
  background: #fa5500;
  -webkit-box-shadow: #fa5500 0px -1px 1px inset, transparent 0px 0px 0px;
  -moz-box-shadow: #fa5500 0px -1px 1px inset, transparent 0px 0px 0px;
  box-shadow: #fa5500 0px -1px 1px inset, transparent 0px 0px 0px;
}
@media screen and (max-width: 568px) {
  #sub-page-content #sub-page-content-wrapper fieldset.form input[type=submit] {
    font-size: 14px;
    width: 120%;
  }
}
.dk_container {
  margin-bottom: 0px;
  background: transparent!important;
  -webkit-box-shadow: #e5e5e5 0px 1px 1px inset, transparent 0px 0px 0px;
  -moz-box-shadow: #e5e5e5 0px 1px 1px inset, transparent 0px 0px 0px;
  box-shadow: #e5e5e5 0px 1px 1px inset, transparent 0px 0px 0px;
}
.dk_toggle {
  border: 1px solid #bbbfc2 !important;
  color: #333;
  padding: 16px;
  text-shadow: none;
  border-radius: 0px!important;
  background: transparent!important;
  -moz-border-radius: 0px!important;
  -webkit-border-radius: 0px!important;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  transition: border-color 0.5s;
  position: relative;
  -webkit-box-shadow: transparent 0px 0px 0px, transparent 0px 0px 0px;
  -moz-box-shadow: transparent 0px 0px 0px, transparent 0px 0px 0px;
  box-shadow: transparent 0px 0px 0px, transparent 0px 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: normal;
}
.dk_toggle:after {
  position: absolute;
  top: -1px;
  right: -1px;
  content: '';
  padding: 1px;
  border: none;
  background: #44b4a6 url('../images/ico-select.png') 50% 50% no-repeat;
  width: 50px;
  height: 100%;
  -webkit-box-shadow: #10b59b 0px -3px 3px inset, transparent 0px 0px 0px;
  -moz-box-shadow: #10b59b 0px -3px 3px inset, transparent 0px 0px 0px;
  box-shadow: #10b59b 0px -3px 3px inset, transparent 0px 0px 0px;
}
.dk_open {
  -webkit-box-shadow: transparent 0px 0px 0px, transparent 0px 0px 0px;
  -moz-box-shadow: transparent 0px 0px 0px, transparent 0px 0px 0px;
  box-shadow: transparent 0px 0px 0px, transparent 0px 0px 0px;
}
.dk_open .dk_toggle {
  -webkit-box-shadow: transparent 0px 0px 0px, transparent 0px 0px 0px;
  -moz-box-shadow: transparent 0px 0px 0px, transparent 0px 0px 0px;
  box-shadow: transparent 0px 0px 0px, transparent 0px 0px 0px;
}
.dk_focus .dk_toggle {
  -webkit-box-shadow: transparent 0px 0px 0px, transparent 0px 0px 0px;
  -moz-box-shadow: transparent 0px 0px 0px, transparent 0px 0px 0px;
  box-shadow: transparent 0px 0px 0px, transparent 0px 0px 0px;
}
#sub-page-content #sub-page-content-wrapper .dk_container a {
  color: #000000;
}
.sub-accordian-inner.expand .dk_options {
  position: relative;
  top: 0px!important;
}
.dk_options a {
  background-color: transparent!important;
  border: none!important;
  font-size: 15px;
  font-weight: normal;
  text-shadow: none!important;
}
.dk_options_inner {
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding-left: 10px;
}
.dk_options_inner li {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  color: #000000;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.dk_label {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  color: #000000;
}
label#duty {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #000000;
}
label#mandatory {
  font-family: 'SourceSansPro-Regular-webfont', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #000000;
}
input[type="file"] {
  display: block;
  float: left;
  width: 100%;
}
