/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}
::-moz-selection {
	background: #00CAA5;
	text-shadow: none;
}
::selection {
	background: #00CAA5;
	color: white;
}
input::-webkit-calendar-picker-indicator {
	display: none;
}
input[type="date"]::-webkit-input-placeholder {
	visibility: hidden !important;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0 0.5em;
	padding: 0;
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
	max-width: 100%;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
body {
	font: 16px/26px Helvetica, Helvetica Neue, Arial;
}
.wrapper {
	width: 75%;
	margin: 0 7%;
}

/* ===================
    ALL: Orange Theme
   =================== */
.title {
	color: white;
}

/* ==============
    MOBILE: Menu
   ============== */
nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
nav a {
	display: block;
	margin-bottom: 10px;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	color: white;
}
nav a:hover, nav a:visited {
	color: white;
}
nav a:hover {
	text-decoration: underline;
}
a {
	color: #777777;
	text-decoration: none;
	border-bottom: 1px solid #777777;
	padding-bottom: 2px;
}
a.simple-primary {
	color: #40c8a6;
	border-bottom: 0;
}
a:hover {
	color: #40c8a6;
	border-bottom: 1px solid #40c8a6;
}
a.no-link, a.no-link:hover {
	border: none;
}
a.black {
	color: #000;
}

/* ==============
    MOBILE: Main
   ============== */
.main article h1 {
	font-size: 2em;
}
.main aside {
	color: white;
	padding: 0px 5% 10px;
}
.footer-container footer {
	color: white;
	padding: 100px 0 50px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {
	padding-top: 20px;
}

/***** FlexSlider *****/

/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides img.icon {
	width: auto;
	margin: auto;
}
.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
.clearboth {
	clear: both;
}
.download {
	margin: 0 5px 0 0;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}

/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	width: 12px;
	height: 23px;
	margin: -15px 0 0;
	display: block;
	background: url('../img/arrow-L.png') no-repeat;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
}
.flex-direction-nav .flex-next {
	background-position: 0 0;
	right: 0;
}
.flex-direction-nav .flex-prev {
	background-position: 100% 0;
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	border: none;
}
.flex-direction-nav .flex-disabled {
	opacity: .3 !important;
	filter: alpha(opacity=30);
	cursor: default;
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	text-align: center;
	font-family: "myriad-pro-n6", "myriad-pro", Helvetica, Arial, sans-serif;
}
.flex-control-nav li {
	margin: 0 4px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 6px;
	height: 6px;
	display: block;
	background: none;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #ffffff !important;
	text-indent: -9999px;
	padding: 0;
}
.flex-control-paging li a:hover {
	border-color: #40c8a6 !important;
	text-decoration: none;
}
.flex-control-paging li a.flex-active {
	background: #ffffff;
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
@media screen and (max-width:640px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 0;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 0;
	}
}
.flex-direction-nav, .flex-direction-nav li {
	height: 0;
	line-height: 0;
}
.carousel.flexslider ul li {
	margin: 0 20px 0 0 !important;
}
.team .flexslider .copy {
	text-transform: uppercase;
	font-size: 35px;
	line-height: 1;
	padding: 0 9%;
	margin: 20px 0;
}
.team .flexslider .author {
	text-transform: uppercase;
	color: #666666;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}
.team .flexslider .author-title {
	text-transform: uppercase;
	color: #666666;
	font-size: 12px;
	margin: 0 auto 16px;
	line-height: 1;
	font-family: "Bliss Light", 'Helvetica Neue', Arial, sans-serif;
	font-size-adjust: 0.47;
	font-weight: 200;
	font-style: normal;
}

/* End Structure */

/* ==========================================================================
  Author's custom styles
  ========================================================================== */

/*	  Bliss Fonts
      This font software is the property of JT Types Ltd.

      You may not modify the font software, use it on another website, or install it on a computer.

      Copyright (C) JT Types Ltd.
*/

@font-face {
    font-family: "Bliss Light";
    src: url('../../dashboard/fonts/BlsW-Lt/blsw-lt.eot');
    src: url('../../dashboard/fonts/BlsW-Lt/blsw-lt.eot?#iefix') format('embedded-opentype'),
         url('../../dashboard/fonts/BlsW-Lt/blsw-lt.woff2') format('woff2'),
         url('../../dashboard/fonts/BlsW-Lt/blsw-lt.woff') format('woff'),
         url('../../dashboard/fonts/BlsW-Lt/blsw-lt.ttf') format('truetype');
}

@font-face {
    font-family: "Bliss Regular";
    src: url('../../dashboard/fonts/BlsW-Rg/blsw-rg.eot');
    src: url('../../dashboard/fonts/BlsW-Rg/blsw-rg.eot?#iefix') format('embedded-opentype'),
         url('../../dashboard/fonts/BlsW-Rg/blsw-rg.woff2') format('woff2'),
         url('../../dashboard/fonts/BlsW-Rg/blsw-rg.woff') format('woff'),
         url('../../dashboard/fonts/BlsW-Rg/blsw-rg.ttf') format('truetype');
}

@font-face {
    font-family: "Bliss Heavy";
    src: url('../../dashboard/fonts/BlsW-Hv/blsw-hv.eot');
    src: url('../../dashboard/fonts/BlsW-Hv/blsw-hv.eot?#iefix') format('embedded-opentype'),
         url('../../dashboard/fonts/BlsW-Hv/blsw-hv.woff2') format('woff2'),
         url('../../dashboard/fonts/BlsW-Hv/blsw-hv.woff') format('woff'),
         url('../../dashboard/fonts/BlsW-Hv/blsw-hv.ttf') format('truetype');
}

@font-face {
    font-family: "Bliss Bold";
    src: url('../../dashboard/fonts/BlsW-Bd/blsw-bd.eot');
    src: url('../../dashboard/fonts/BlsW-Bd/blsw-bd.eot?#iefix') format('embedded-opentype'),
         url('../../dashboard/fonts/BlsW-Bd/blsw-bd.woff2') format('woff2'),
         url('../../dashboard/fonts/BlsW-Bd/blsw-bd.woff') format('woff'),
         url('../../dashboard/fonts/BlsW-Bd/blsw-bd.ttf') format('truetype');
}

body {
	font-family: "Bliss Regular", 'Helvetica Neue', Arial, sans-serif;
	font-size-adjust: 0.47;
	font-weight: normal;
	font-style: normal;
	color: #191D21;
}
bliss-lt {
	font-family: "Bliss Light", 'Helvetica Neue', Arial, sans-serif;
	font-size-adjust: 0.47;
	font-weight: 200;
	font-style: normal;
}
bliss-rg {
	font-family: "Bliss Regular", 'Helvetica Neue', Arial, sans-serif;
	font-size-adjust: 0.47;
	font-weight: normal;
	font-style: normal;
}

/*bliss-md { font-family:"Bliss Medium", 'Helvetica Neue', Arial, sans-serif; font-size-adjust:0.47; font-weight:500; font-style:normal; }*/
bliss-bd {
	font-family: "Bliss Bold", 'Helvetica Neue', Arial, sans-serif;
	font-size-adjust: 0.47;
	font-weight: 700;
	font-style: normal;
}
bliss-hv {
	font-family: "Bliss Heavy", 'Helvetica Neue', Arial, sans-serif;
	font-size-adjust: 0.47;
	font-weight: 900;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Bliss Bold", 'Helvetica Neue', Arial, sans-serif;
	font-size-adjust: 0.47;
	font-weight: 700;
	font-style: normal;
}
h1 {
	margin: 50px 0;
}
h1 span {
	display: block;
}
h1 span.inline {
	display: inline-block;
}
h1 .big {
	font-size: 24px;
	line-height: 1;
	max-width: 50%;
	text-transform: uppercase;
}
.hero-container.home h1 {
	margin: 40px 0;
}
.hero-container.home h1 .big {
	max-width: 80%;
	line-height: 25px;
	margin-bottom: 50px;
	margin-top: 10px;
	min-height: 50px;
}
.hero-container.home h1 br {
	display: none;
}
.hero-container.home .hero .btn.secondary {
	display: inline-block;
	margin-bottom: 30px;
	background-color: rgba(0, 0, 0, 0.7);
}
.hero-container.home .hero .btn:hover {
	color: #36b393;
}
h1 .small {
	font-family: "Bliss Light", 'Helvetica Neue', Arial, sans-serif;
	font-size-adjust: 0.47;
	font-weight: 200;
	font-style: normal;
	line-height: 1;
	max-width: 600px;
	font-size: 24px;
}
h1 .sub {
	font-size: .5em;
	font-weight: normal;
	line-height: 18px;
}
h1 .op {
	margin: 0 40px;
	font-weight: bold;
}
h1 .highlight {
	color: #3fc6a5;
}
p.pseudo-h1 {
	line-height: 1;
}

h2 {
	font-size: 25px;
	/*text-transform: uppercase;*/
}
h3 {
	margin-top: 0;
	font-size: 20px;
	/*text-transform: uppercase;*/
}
h4 {
	font-size: 20px;
}
h4 img {
	margin-right: 5px;
	margin-top: -4px;
}
p.pseudo-h1 {
	display: block;
	margin: 50px 0;
	font-family: "Bliss Light", "Helvetica Neue", Arial, sans-serif;
	font-size: 24px;
	max-width: 600px;
	font-style: normal;
	font-weight: 400;
	max-width: 600px;
	text-transform: uppercase;
}
.black-bg {
	background: #000000;
}
.dark-grey-bg {
	background: #191D22;
	color: #ffffff;
	padding: 50px 0;
}
.dark-grey-bg.darker {
	background: #131619;
}
.dark-grey-bg p.center {
	font-size: 20px;
	max-width: 630px;
	margin: 1em auto 2em;
	font-weight: 200;
}
.dark-grey-bg h4 {
	margin: 0;
}
.dark-grey-bg .col-6 {
	padding: 0 2% 0 0;
}
.deposit .dark-grey-bg h4 {
	margin: 20px 0 0;
}
.deposit .dark-grey-bg p.light {
	margin-top: 10px;
}
.deposit .dark-grey-bg .bigger {
	margin-bottom: 40px;
}
.dark-grey-bg h4 a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	padding: 0 0 5px;
}
.dark-grey-bg a:not(.btn):hover {
	color: #40c8a6;
	border-bottom: 1px solid #40c8a6;
}
.deposit .dark-grey-bg .bigger {
	margin-top: 10px;
}
.dark-grey-bg .bigger {
	margin-top: 0;
}
.btn {
	font-weight: 700;
	padding: 12px 30px;
	width: 160px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	border: none;
	-webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s, border 0.3s;
	-o-transition: background-color 0.3s, color 0.3s, border 0.3s;
	transition: background-color 0.3s, color 0.3s, border 0.3s;
	text-align: center;
}
.btn.primary {
	background: #40C8A6;
	border: none;
}
.btn.secondary {
	border: 1px solid #ffffff;
}
.btn.medium {
	padding: 18px 38px !important;
}
.btn.large {
	background: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	padding: 18px 80px;
}
.btn.black {
	border-color: #000000;
	color: #000000;
	background: none;
}
.btn:hover {
	color: #ffffff;
	background: #36B393;
	border-color: #36B393;
}
.btn:active {
	color: #34C9A6;
}
.btn.center {
	display: table;
	line-height: 1;
	margin: auto;
	text-align: center;
	padding: 12px 0;
}
.btn.no-bg {
	background-color: transparent;
}
.btn.left {
	margin-right: 10px;
}
.logo {
	float: left;
	margin: 0 50px 0 0;
	border: none;
}
@media only screen and (max-width:500px) {
	.logo{
		margin: 0 18px 0 0;
	}
}
.logo:hover {
	border: none;
}
footer .logo {
	float: none;
}
.header-container {
	font-size: 15px;
	padding: 22px 0;
	height: 41px;
}
a, button {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
a:hover {
	color: #40C8A6;
}
nav a {
	text-decoration: none;
	text-transform: uppercase;
	border: none;
}
nav a:hover {
	text-decoration: none;
	color: #40C8A6;
	border: none;
}
nav li.expandable {
	position: relative;
}
nav li.expandable > a {
	padding-right: 20px;
	position: relative;
}
nav li.expandable > a:after {
	background: url("../img/drop-menu.png") no-repeat scroll 0 0 / 13px 14px;
	content: "";
	display: block;
	height: 7px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 13px;
	-webkit-transition: opacity 0.3s, top 0.3s;
	-moz-transition: opacity 0.3s, top 0.3s;
	-o-transition: opacity 0.3s, top 0.3s;
	transition: opacity 0.3s, top 0.3s;
}
nav li.expandable li, nav li.expandable li a {
	float: none;
	text-align: left;
}
@keyframes fadeIn {
	from {
		opacity: 0;
		filter: alpha(opacity=0);
		top: 30px;
	}
	to {
		opacity: 1;
		top: 40px;
	}
}
.sub-menu {
	z-index: 20;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	background: #131619;
	min-width: 195px;
	display: none;
}
.sub-menu.active {
	display: block;
}
nav .btn.register {
	margin: 0;
	width: auto;
	float: left;
}
/* loading animation */
.full-spin {
	animation: loadingSpin ease 1s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: loadingSpin ease 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: loadingSpin ease 1s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: loadingSpin ease 1s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: loadingSpin ease 1s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
}

@keyframes loadingSpin{
  0% {
    transform:  rotate(0deg);
  }
  100% {
    transform:  rotate(360deg);
  }
}

@-moz-keyframes loadingSpin{
  0% {
    -moz-transform:  rotate(0deg);
  }
  100% {
    -moz-transform:  rotate(360deg);
  }
}

@-webkit-keyframes loadingSpin {
  0% {
    -webkit-transform:  rotate(0deg);
  }
  100% {
    -webkit-transform:  rotate(360deg);
  }
}

@-o-keyframes loadingSpin {
  0% {
    -o-transform:  rotate(0deg);
  }
  100% {
    -o-transform:  rotate(360deg);
  }
}

@-ms-keyframes loadingSpin {
  0% {
    -ms-transform:  rotate(0deg);
  }
  100% {
    -ms-transform:  rotate(360deg);
  }
}

/* Calculator loading state ends */
.mult-hero-container {
	position: relative;
}

.mult-hero-container .flex-control-paging {
	position: absolute;
	margin-top: -25px;
	z-index: 999;
}

.hero-container {
	color: #ffffff;
	height: 300px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.home .hero-container {
	max-height: 480px;
	min-height: 530px;
	height: auto;
}
.hero-container .wrapper {
	position: relative;
	z-index: 1;
}
.hero-container .wrapper .inner {

}

.download {
	line-height: 20px;
}
.home .hero-container {
	background: url('../img/hero/hero-home.jpg') black no-repeat top center / cover;
}
.home .hero-container.swap {
	background: url('../img/hero/hero-home-swap.png') black no-repeat top right;
}
.home .hero-container.aim-campaign {
	background-image: url('../img/hero/hero-aim.jpg');
}
.home .hero-container.growth-campaign {
	background: url('../img/hero/hero-team.jpg') black no-repeat bottom;
}
.home .hero-container.rit {
	background: linear-gradient(-90deg,  rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url('../img/hero/hero-home-rit.png') black no-repeat right center;
}
.home .hero-container.aim-itp {
	background: url('../img/hero/hero-home-aim-itp.jpg') black no-repeat top right;
}
.home .hero-container.home-fast50 {
	background: url('../img/hero/hero-home-fast50.jpg') no-repeat top right / cover;
}
.home .hero-container.caanz-partner {
	background: black url('../img/hero/hero-caanz.png') no-repeat center right;
}
.buy .hero-container {
	background: url('../img/hero/hero-buy.jpg') no-repeat top center / cover;
}
.sellcontactpage .hero-container {
	background: url('../img/hero/hero-sell2.jpg') no-repeat center center / cover;
}
.swap .hero-container {
	background: url('../img/hero/hero-swap.png') no-repeat top center / cover;
}
.rit .hero-container {
	background: linear-gradient(-90deg,  rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url('../img/hero/hero-rit.png') black no-repeat right center;
}
.aim-itp .hero-container {
	background: url('../img/hero/hero-aim-itp.jpg') black no-repeat right center;
}
.deposit .hero-container,
.taxtradersadvantage .hero-container,
.taxlabintegration .hero-container {
	background: url('../img/hero/hero-deposit2.jpg') no-repeat center center / cover;
}
.finance .hero-container {
	background: url('../img/hero/hero-finance2.jpg') no-repeat center center / cover;
}
.calculators .hero-container {
	background: url('../img/hero/hero-calculators.jpg') no-repeat center center / cover;
}
.why .hero-container {
	background: url('../img/hero/hero-why.jpg') no-repeat top center / cover;
}
.faqs .hero-container {
	background: url('../img/hero/hero-faq.jpg') no-repeat center center / cover;
}
.pooling .hero-container {
	background: url('../img/hero/hero-pooling.jpg') no-repeat center center / cover;
}
.contact .hero-container {
	background: url('../img/hero/hero-disclaimer.jpg') no-repeat center center / cover;
}
.policydisclaimer .hero-container {
	background: url('../img/hero/hero-disclaimer.jpg') no-repeat center center / cover;
}
.hero-overlay {
	position: absolute;
}
.hero-overlay.dark {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5MWQyMiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE5MWQyMiIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left, rgba(25, 29, 34, 1) 40%, rgba(25, 29, 34, 0.2) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(25, 29, 34, 1)), color-stop(100%, rgba(25, 29, 34, 0.2)));
	background: -webkit-linear-gradient(left, rgba(25, 29, 34, 1) 40%, rgba(25, 29, 34, 0.2) 100%);
	background: -o-linear-gradient(left, rgba(25, 29, 34, 1) 40%, rgba(25, 29, 34, 0.2) 100%);
	background: -ms-linear-gradient(left, rgba(25, 29, 34, 1) 40%, rgba(25, 29, 34, 0.2) 100%);
	background: linear-gradient(to right, rgba(25, 29, 34, 1) 40%, rgba(25, 29, 34, 0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80191d22', endColorstr='#33191d22', GradientType=1);
	display: block;
	height: 100%;
	left: -44%;
	top: 0;
	-webkit-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	transform: skewX(-45deg);
	width: 100%;
	z-index: 0;
}
.hero-overlay.light {
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
	height: 100%;
	right: -69%;
	top: 0;
	-webkit-transform: skewX(45deg);
	-moz-transform: skewX(45deg);
	-ms-transform: skewX(45deg);
	-o-transform: skewX(45deg);
	transform: skewX(45deg);
	width: 100%;
	z-index: 0;
}
.home .hero-overlay.dark {
	left: -46%;
}
.home .hero-overlay.light {
	right: -73%;
}
ul.horizontal {
	font-size: 12px;
	padding: 0;
}
ul.horizontal li {
	background: url('../img/bullet.png') no-repeat scroll left center;
	padding-left: 25px;
	margin-right: 20px;
	list-style: none;
	float: left;
}
.hero-container ul.horizontal {
	padding: 40px 0 0;
	margin: 0;
}

/* Sub-hero */

.sub-hero-container {
	display: none;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	width: 100%;
}

.sub-hero {
	background: rgba(0, 0, 0, 0.75);
	z-index: 1;
	position: relative;
}

.sub-hero .row {
	padding: 0;
}

.sub-hero .row.fast-50 {
	width: 600px;
	margin: 0 auto;
}

.sub-hero .col-left {
	float: left;
	margin: 30px 0;
}

.sub-hero .col-divider {
	float: left;
	width: 0;
	height: 52px;
	border-left: 1px solid #fff;
	margin: 36px 15px;
}

.sub-hero .col-right {
	float: left;
}

.sub-hero .sub-hero-header {
	line-height: 1;
	font-family: "Bliss Light", 'Helvetica Neue', Arial, sans-serif;
	font-weight: 200;
	font-style: normal;
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
}

.sub-hero .sub-hero-header strong {
	font-family: "Bliss Bold","Helvetica Neue",Arial,sans-serif;
    font-size-adjust: 0.47;
    font-style: normal;
    font-weight: 700;
}

.sub-hero-overlay {
	position: absolute;
}

.sub-hero-overlay.black {
	background: #000;
	width: 600px;
	height: 600px;
	top: -300px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	-o-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	z-index: 0;
}

.sub-hero-overlay.dark {
	background: rgba(0, 0, 0, 0.5);
	width: 720px;
	height: 720px;
	top: -240px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	-o-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	z-index: 0;
}


/* jQuery UI style overrides */
.ui-tabs .ui-tabs-nav {
	font-weight: 900;
	display: table;
	margin: 0 auto;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	border-style: solid;
	border-width: 1px 1px 0 !important;
	border-color: rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding: 10px 30px;
}
.ui-tabs .ui-tabs-nav li {
	outline: none;
}
.ui-tabs .ui-tabs-nav li a {
	color: #3FC6A5;
	outline: none;
}
.ui-tabs .ui-tabs-nav li:not(.ui-tabs-active) a:hover {
	text-decoration: underline;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #ffffff;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: #191D22;
}
.ui-tabs .ui-tabs-panel {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.ui-selectmenu-button {
	min-width: 100%;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #101418;
	outline: none;
	margin-bottom: -8px;
}
.ui-selectmenu-button.open {
	border-color: #ffffff;
	border-radius: 4px 4px 0 0;
	border-width: 1px 1px 0;
	z-index: 150;
	margin-bottom: -7px;
}
.ui-selectmenu-button:after {
	display: block;
	content: '';
	width: 23px;
	height: 12px;
	position: absolute;
	top: 15px;
	right: 10px;
	background: url('../img/arrow-L.png') no-repeat left top / 23px 23px;
	-webkit-transition: background-position 0.3s;
	-moz-transition: background-position 0.3s;
	-o-transition: background-position 0.3s;
	transition: background-position 0.3s;
}
.ui-selectmenu-button.open:after {
	background-position: left bottom;
}
.ui-selectmenu-menu ul {
	background: #191d22;
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
	border: 1px solid #ffffff;
	color: #BABABA;
	margin-top: -2px;
	min-width: 200px;
}
.ui-menu .ui-menu-item {
	margin: 5px 1em;
	padding: 3px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.ui-menu .ui-menu-item:hover {
	color: #3fc6a5;
}
.ui-menu .ui-menu-item:last-of-type {
	border-bottom: none;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: 5px 1em;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	padding: 0.45em 2.1em 0.5em 1em;
	line-height: 1.7;
}
.ui-datepicker {
	background: #101418;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
	color: #bababa;
	padding: 0.5em 1em;
	border: 1px solid #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ui-datepicker a {
	color: #BABABA;
	border: none;
}
.ui-datepicker a:hover {
	color: #3fc6a5;
	border: none;
}
.ui-datepicker td span, .ui-datepicker td a {
	text-align: center;
	width: 26px;
}
.ui-datepicker .ui-state-active {
	background: #3fc6a5;
	border-radius: 50%;
	color: #101418;
}
.ui-datepicker .ui-state-active:hover {
	background: #36B393;
	color: #ffffff;
}
.ui-datepicker .ui-state-highlight {
	background: #444;
	border-radius: 50%;
	color: #bababa;
}
.ui-datepicker .ui-datepicker-prev {
	background: url('../img/arrow.png') no-repeat center left / 16px 15px;
	width: 8px;
	height: 15px;
	cursor: pointer;
	top: 10px;
}
.ui-datepicker .ui-datepicker-next {
	background: url('../img/arrow.png') no-repeat center right / 16px 15px;
	width: 8px;
	height: 15px;
	cursor: pointer;
	top: 10px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
	top: 10px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
	top: 10px;
}
.datepicker {
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #101418;
	padding: 9px 0 10px;
	width: 100%;
}
.ui-accordion .ui-accordion-header {
	font-size: 25px;
	font-weight: 700;
	font-family: "Bliss Bold", "Helvetica Neue", Arial, sans-serif;
	color: #191D1F;
	padding: 10px 10px 10px 40px;
	outline: none;
	position: relative;
	text-align: left;
}
.ui-accordion .ui-accordion-header:after {
	background: rgba(0, 0, 0, 0) url("../img/arrow-L.png") no-repeat scroll 0 0;
	display: block;
	height: 12px;
	position: absolute;
	top: 40%;
	width: 23px;
	content: '';
	right: 20px;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active:after {
	background-position: left bottom;
}
.ui-accordion .ui-accordion-header hr {
	margin: 10px 0 0;
}
.ui-accordion .ui-accordion-content {
	padding: 10px;
}
.ui-tabs .ui-tabs-panel {
	padding: 1em 0;
}
.ui-tabs .ui-tabs-nav {
	display: none;
}
.faq-topics p {
	margin: 0 0 1em;
	line-height: 24px;
	padding-left: 30px;
}
.faq-topics .question {
	background: url('../img/icon-q.png') no-repeat left 2px;
	font-weight: 700;
	font-size: 18px;
	color: #191D1F;
	font-family: "Bliss Bold", "Helvetica Neue", Arial, sans-serif;
	margin-bottom: 10px;
}
.faq-topics .answer {
	background: url('../img/icon-a.png') no-repeat left 2px;
	margin-bottom: 2.5em;
}
.faq-topics p.answer + ol {
	padding-left: 60px;
	margin: -2em 0 2.5em;
}
.faq-topics p.answer + ol li {
	line-height: 24px;
}

/* form styles */
form {
	display: table;
	width: 100%;
}
.home #Form_AddForm {
	max-width: 700px;
	margin: auto;
}
form .form-item-wrapper {
	vertical-align: bottom;
}
form .col {
	float: none;
}
form a {
	color: rgba(63, 197, 165, 0.7);
	border: none;
}
.tooltip {
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	top: 3px;
	left: 4px;
}
.tooltip.question {
	background: url('../img/icon-tooltip.png') no-repeat;
}
.custom-tooltip {
/*	margin-left: 50%;*/
	background: #191D22;
	color: white;
	font-size: 15px;
	font-weight: 200;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	max-width: 160px;
	text-align: center;
}
.custom-tooltip:after {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #191D22;
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -8px;
}
.form-action-delete {
	background: url('../img/form-trash.png') no-repeat;
	width: 18px;
	height: 20px;
	display: block;
	border: none;
	outline: none;
	margin-top: 9px;
}
/*.form-action-remove {
	background: url('../img/form-remove.png') no-repeat;
	padding-left: 20px;
	font-size: 14px;
	color: rgba(63, 197, 165, 0.7);
	border: none !important;
}
.form-action-add {
	background: url('../img/form-add.png') no-repeat;
	padding-left: 20px;
	font-size: 14px;
	margin-right: 10px;
}
.form-action-edit {
	background: url('../img/form-edit.png') no-repeat;
	padding-left: 20px;
	font-size: 14px;
	margin-right: 10px;
}*/
form .form-forgot {
	background: url('../img/bullet.png') no-repeat;
	padding: 2px 0 2px 25px;
	font-size: 14px;
	margin-right: 10px;
}
form a:hover {
	color: rgba(63, 197, 165, 1);
	border: none;
}
form label {
	text-transform: uppercase;
}
form .form-row {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
form .border-bottom {
	border-color: rgba(255, 255, 255, 0.1);
}
form .form-item-wrapper label {
	font-weight: 700;
	font-size: 14px;
}
form .form-item {
	color: #BABABA;
	position: relative;
}
.calculator form .form-item {
/*	height: 40px;*/
	text-align: right;
}
form .form-item.btn-item {
	border: none;
}
form .form-item .icon {
	position: absolute;
	top: 9px;
	right: 10px;
	display: block;
}
.ui-datepicker-trigger {
	background: url('../img/datepicker.png') no-repeat 0 0 / 22px 22px;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 9px;
	right: 10px;
	display: block;
	border: none;
	outline: none;
	-webkit-appearance: none;
}
form .item-number {
	background: url("../img/form-number.png") no-repeat scroll 0 0;
	display: table-cell;
	height: 36px;
	width: 32px;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
}
form .text-input {
	position: relative;
}
form .text-input.amount:before {
	content: '$';
	display: block;
	position: absolute;
	top: 7px;
	left: 10px;
	font-size: 14px;
}
form .text-input.amount.disabled:before {
	color: #666;
}
form input[type='text'], form input[type='email'], form input[type='password'] {
	outline: none;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 9px 0 10px;
	width: 100%;
	text-indent: 1em;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
}
form input[type='text']:focus, form input[type='email']:focus, form input[type='password']:focus {
	border-color: #ffffff;
}
form input.error {
	color: #FF624C;
	border-color: #FF624C !important;
}
form .error-msg {
	color: #FF624C;
	text-align: left !important;
}
/* input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label span {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	background: url('../img/icon-checkbox.png') left top no-repeat;
	cursor: pointer;
}
input[type="checkbox"].large + label span {
	display: inline-block;
	width: 42px;
	height: 42px;
	margin: 0 4px 0 0;
	vertical-align: middle;
	background: url('../img/icon-checkbox-l.png') left top no-repeat;
	cursor: pointer;
	position: absolute;
	bottom: 0;
}
input[type="checkbox"]:checked + label span {
	background-position: right top;
} */

input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label span {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-width: 1px;
	border-style: solid;
	border-color: #5e6064;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 3px;
	background-color: rgba(0,0,0,0.3);
}
input[type="checkbox"].large + label span {
	width: 37px;
	height: 37px;
	margin: 0 4px 0 0;
	position: absolute;
}
input[type="checkbox"]:checked + label span {
	border-color: #fff;
	background-image: url("../img/icon-check.svg");
	background-repeat: no-repeat;
	background-position: 6px 6px;
	background-size: 25px 25px;
}

.calculator form .summary-row .form-item.checkbox-input {
	height: 40px;
}

/* Calculator */
.summary-table, .summary-table button {
	letter-spacing: 1px;
}
.summary-table .existing {
	width: 100%;
	max-width: 800px;
	margin: 10px auto;
	display: table;
}
.summary-table .summary-header, .summary-table .summary-labels {
	display: table-row;
	width: 100%;
	font-size: 14px;
}
.summary-table .summary-header .col, .summary-table .summary-labels .col  {
	display: table-cell;
	float: none;
	text-align: left;
}
.summary-table .summary-row {
	display: table-row;
	width: 100%;
	color: #B9B9B9;
	font-size: 14px;
}
.summary-table .summary-row .col {
	display: table-cell;
	float: none;
	text-align: left;
}
.summary-table .summary-functions {
	font-size: 14px;
	margin: 20px 0;
	padding: 20px 0 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.summary-actions {
	display: table;
	margin: 30px auto 8px;
}
.summary-actions a {
	margin: 0 5px;
}
.calculator a.form-action-add {
	color: rgba(63, 197, 165, 0.7);
	border: none;
}
.calculator a.form-action-add:hover {
	border: none;
}
.calculator a.form-action-edit {
	color: rgba(63, 197, 165, 0.7);
	border: none;
}
.calculator a.form-action-edit:hover {
	border: none;
}

#MemberLoginForm_LoginForm {
	width: 80%;
	margin: 120px auto 120px auto;
}
.home .main h2 {
	text-align: center;
	margin-bottom: 0.5em;
}
.main-container {
	position: relative;
	overflow: hidden;
}
.section {
	padding-bottom: 60px;
}
.section.last {
	padding-bottom: 0;
}
.section .col-12 {
	margin: 20px 0;
}
.section h3 {
	margin: 0 0 0.5em;
}
.section h4 {
	margin: 0.5em 0;
}
hr {
	border-width: 3px;
	border-color: rgba(74, 83, 106, 0.25);
	width: 105px;
}
hr.light {
	border-color: rgba(255, 255, 255, 0.25);
}
.centered {
	margin: auto;
}
.pad-top {
	padding-top: 40px;
}
.pad-bottom {
	padding-bottom: 40px;
}
.section p, .section li {
	color: #777777;
	font-size: 15px;
}
.section.why .col {
	background: url("../img/bullet.png") no-repeat scroll left 2px;
	margin-right: 20px;
	padding-left: 25px;
	text-align: left;
	margin-bottom: 0;
}
.section.why .col img {
	display: none;
}
.team .col-8 {
	text-align: center;
}
.row {
	padding-bottom: 15px;
}
.col {
	margin-bottom: 40px;
}
.col.no-margin {
	margin-bottom: 0px;
}
p.label {
	font-size: 17px;	/*color:#191D20;*/
}
p.bigger {
	font-size: 18px;
	font-weight: 200;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
p.light {
	font-weight: 200;
}
p.summary {
	color: #545454;
	font-size: 18px;
	max-width: 780px;
	margin: 1em auto 2em;
}
p.subtitle {
	font-size: 18px;
	color: #191D20;
	margin-top: 0;
}
.section p.subtitle {
	color: #B9B9B9;
}
.yes {
	background: url('../img/icon-yes.png') no-repeat 0 0;
	padding-left: 50px;
}
.no {
	background: url('../img/icon-no.png') no-repeat 0 0;
	padding-left: 50px;
}
.center-text {
	text-align: center;
}
.border-top {
	border-top: 1px solid #dddddd;
}
.border-bottom {
	border-bottom: 1px solid #dddddd;
}
.contact-info {
	font-size: 15px;
	color: #dee2e6;
	display: grid;
}
.contact-info a {
	color: #dee2e6;
	border: none;
}
.contact-info a:hover {
	color: #40c8a6;
	border: none;
}
.contact-box {
	margin-top: 40px;
}
.contact-box .contact-detail {
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 30px;
}
.contact-box .contact-detail.email {
	width: 30%;
	margin-right: 20%;
}
.contact-box .contact-detail.phone .paddingtop {
	padding-top: 12px;
}
.copyright {
	font-size: 13px;
	font-weight: 200;
	padding-top: 30px;
	color: #616569;
}
.burger {
	background: url('../img/burger.png') no-repeat 0 0 / 30px 21px;
	width: 30px;
	height: 21px;
	display: block;
	float: right;
	margin: 10px 20px 0 0;
}
.user-burger {
	background: url('../img/user-burger.png') no-repeat 0 0 / 20px 21px;
	width: 20px;
	height: 21px;
	display: block;
	float: right;
	margin: 10px 0 0;
}
.header-container nav {
	display: none;
	background: #191D22;
	position: absolute;
	z-index: 5;
	width: 100%;
	left: 0;
	top: 130px;
}
.header-container nav li:not(.last) {
	border-bottom: 1px solid #5E6165;
}
nav li a {
	margin-bottom: 0;
	padding: 10px 20px;
	text-align: left;
	border: none;
}
nav.main-menu:before, nav.user-menu:before {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #191d22;
	display: block;
	content: '';
	position: absolute;
	right: 5%;
	top: -10px;
	margin-right: 45px;
}
ul li {
	line-height: 2em;
}
ul.contact li {
	list-style: none;
	padding-left: 30px;
}
ul.contact .phone {
	background: url('../img/icon-phone-list.png') no-repeat left center;
}
ul.contact .email {
	background: url('../img/icon-email.png') no-repeat left center;
}
ul.contact .address {
	background: url('../img/icon-address.png') no-repeat left center;
}
ul.contactpage li {
	list-style: none;
	padding-left: 40px;
	margin-bottom: 20px;
	font-size: 18px;
}
ul.contactpage .phone_b {
	background: url('../img/icon-mobile.png') no-repeat left center;
}
ul.contactpage .email_b {
	background: url('../img/icon-email-contactpage.png') no-repeat left center;
}
ul.contactpage .address_b {
	background: url('../img/icon-address-contactpage.png') no-repeat left center;
}
footer ul.horizontal {
	border-top: 1px solid #dddddd;
	padding-top: 20px;
	margin-top: 40px;
}
.footer-menu {
	display: none;
}
.no-mobile {
	display: none;
}
.no-small-screen {
	display: none;
}

.footer-fast50 {
	margin-top: 5px;
}

/* ==========================================================================
  Media Queries
  ========================================================================== */
@media only screen and (min-width:601px) {
	.small-screen {
		display: none;
	}
	.no-small-screen {
		display: block;
	}
}
@media only screen and (min-width:769px) {

	/* ====================
	    INTERMEDIATE: Menu
	   ==================== */
	.home h1 .big {
		max-width: 55%;
	}
	nav > ul > li:first-child > a {
		margin-left: 0;
	}
	nav > ul > li:last-child > a {
		margin-right: 0;
	}
	.footer-menu {
		display: block;
	}

/* Used for the Deloitte Fast 50*/
/*
	.home .hero-container {
		padding-bottom: 124px;
	}
*/

	.section.why .col {
		background: none;
		text-align: center;
		padding: 0 1%;
		margin: 0;
		min-height: 200px;
	}
	.section.why .col img {
		display: inline;
	}
	.section.about h4 {
		font-size: 18px;
	}
	.section.about .col p {
		min-height: 11em;
	}
	.ui-tabs .ui-tabs-panel {
		padding: 1em 1.4em;
	}
	.ui-tabs .ui-tabs-nav {
		display: block;
	}
	.yes, .no {
		background: none;
		padding-left: 0;
	}
	.oldie nav a {
		margin: 0 0.7%;
	}
	.footer-container nav a {
		margin: 0;
		text-align: left;
	}
	.footer-container nav ul li {
		float: none;
	}
	.footer-container nav ul li a {
		float: none;
		border: none;
	}

	.sub-hero-container {
		display: block;
	}

	.main-container::before {
		background: rgba(238, 238, 238, 0.5);
		content: "";
		display: block;
		height: 340px;
		left: -180px;
		position: absolute;
		top: 0;
		-webkit-transform: skewX(-42deg);
		-moz-transform: skewX(-42deg);
		-ms-transform: skewX(-42deg);
		-o-transform: skewX(-42deg);
		transform: skewX(-42deg);
		width: 270px;
	}
	.main-container::after {
		background: rgba(238, 238, 238, 0.5);
		content: "";
		display: block;
		height: 255px;
		right: -115px;
		position: absolute;
		top: 0;
		-webkit-transform: skewX(42deg);
		-moz-transform: skewX(42deg);
		-ms-transform: skewX(42deg);
		-o-transform: skewX(42deg);
		transform: skewX(42deg);
		width: 202px;
	}
	.home .main-container::before {
		height: 170px;
		left: -78px;
		width: 135px;
	}
	.home .main-container::after {
		display: none;
	}
	.summary-table .existing {
		width: 100%;
		max-width: 800px;
		margin: 10px auto;
		display: table;
	}
	.summary-table .summary-header, .summary-table .summary-labels {
		display: table-row;
		width: 100%;
		font-size: 14px;
	}
	.summary-table .summary-header .col, .summary-table .summary-labels .col {
		display: table-cell;
		float: none;
		text-align: left;
	}
	.summary-table .summary-row {
		display: table-row;
		width: 100%;
		color: #B9B9B9;
		font-size: 14px;
	}
	.summary-table .summary-row .col {
		display: table-cell;
		float: none;
		text-align: left;
	}
	.summary-table .summary-functions {
		font-size: 14px;
		margin: 20px 0;
		padding: 20px 0 40px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.summary-actions {
		display: table;
		margin: 30px auto 8px;
	}

	/* ====================
	    WIDE: CSS3 Effects
	   ==================== */
	.mobile-only {
		display: none;
	}
	.no-mobile {
		display: block;
	}
	h1 {
		line-height: 12px;
	}
	.home h1 .small {
		font-size: 50px;
	}
	footer .logo {
		float: left;
	}
	footer ul.horizontal {
		border-top: none;
		padding-top: 0;
		margin-top: 0;
	}
	.wrapper {
		margin: 0 5%;
		width: 75%;
	}
	.team .col-8 {
		text-align: left;
	}
	form .form-item-wrapper {
		display: table-cell;
	}
	h1 {
		margin: 2.5em 0;
	}
	p.pseudo-h1 {
		margin: 2em 0;
	}
	h1 span {
		display: block;
	}
	h1 span.inline {
		display: inline-block;
	}
	h1 .big {
		font-size: 50px;
		line-height: 45px;
		max-width: 90%;
		/*text-transform: uppercase;*/
	}
	h1 .small {
		font-size: 33px;
	}
	.hero-container.home h1 {
		margin: 0.67em 0;
	}
	.hero-container.home h1 .small {
		max-width: 48%;
	}
	.hero-container.home h1 .big {
		max-width: 55%;
		line-height: 1;
		margin-bottom: 50px;
	}
	.home .hero .btn {
		top: auto;
	}

	/* ============
	    WIDE: Menu
	   ============ */
	.title {
		float: left;
	}
	nav {
		float: left;
	}
	nav.user-menu {
		float: right;
		padding: 10px 5%;
		width: 90%;
	}

	/* ============
	    WIDE: Main
	   ============ */
	.main article {
		float: left;
		width: 57%;
	}
	.main aside {
		float: left;
		width: 28%;
	}
	.col {
		float: left;
		padding: 0 1%;
	}
	.col-1 {
		width: 6.33%;
	}
	.col-2 {
		width: 14.66%;
	}
	.col-3 {
		width: 23%;
	}
	.col-4 {
		width: 31.3%;
	}
	.col-5 {
		width: 39.66%;
	}
	.col-6 {
		width: 47%;
	}
	.col-7 {
		width: 56.33%;
	}
	.col-8 {
		width: 64.66%;
	}
	.col-9 {
		width: 73%;
	}
	.col-10 {
		width: 81.33%;
	}
	.col-11 {
		width: 89.66%;
	}
	.col.first {
	}
	.col.last {
	}
	.left {
		float: left;
	}
	.right {
		float: right;
	}
	.footer-container .col {
		padding: 0 2% 0 0;
	}
	.footer-container .col.fast50 {
		padding-right: 0;
		width: 26%;
	}
	.contact-box .col {
		padding: 0;
	}
}
@media only screen and (min-width:1025px) {

	.home .hero-container ul.horizontal {
		position: absolute;
		top: 150px;
	}

	.section.about h4 {
		font-size: 20px;
	}
	.section.about .col p {
		min-height: 9em;
	}
	.home .hero-container ul.horizontal {
		position: relative;
		top: auto;
	}
	/*.header-container .main-menu {*/
	/*	display: block !important;*/
	/*	position: relative;*/
	/*	top: auto;*/
	/*	left: auto;*/
	/*	width: auto;*/
	/*	background: none;*/
	/*}*/
	/*.header-container nav li:not(.last) {*/
	/*	border-bottom: none;*/
	/*}*/
	.sub-menu {
		display: none;
		position: absolute;
		top: 30px;
		left: 14px;
		z-index: 20;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
		background: #191d22;
		min-width: 195px;
	}
	.sub-menu.active {
		display: none;
	}
	.sub-menu a, .sub-menu a:hover {
		border: none !important;
	}
	nav li.expandable:hover > a:after {
		background-position: 0 -7px;
	}
	nav li.expandable:hover .sub-menu {
		display: block;
		top: 40px;
		animation: fadeIn 0.5s;
	}
	.main-menu li:not(.last), .user-menu li:not(.last) {
		border-bottom: none;
	}
	nav .active a {
		border-bottom: 1px solid #BABABA;
	}
	nav.main-menu:before {
		display: none;
	}
	/*nav li a {*/
	/*	float: left;*/
	/*	padding: 5px 0;*/
	/*	line-height: 1;*/
	/*	margin: 8px 14px;*/
	/*}*/
	/*nav ul li {*/

	/*	!*display: inline;*!*/
	/*	float: left;*/
	/*	padding-left: 5px;*/
	/*}*/
	/*nav li.expandable > a:after {*/
	/*	right: 0;*/
	/*	top: 9px;*/
	/*}*/
}
@media only screen and (min-width:1170px) {

	/* ===============
	    Maximal Width
	   =============== */
	.wrapper {
		width: 85%; /* 1140px - 10% for margins */
		margin: 0 auto;
	}
	.main.wrapper {
		width: 75%; /* 1140px - 10% for margins */
	}
	.home .main.wrapper {
		width: 100%; /* 1140px - 10% for margins */
	}
	/*.header-container .main-menu, .header-container .user-menu {*/
	/*	display: block !important;*/
	/*	position: relative;*/
	/*	top: auto;*/
	/*	left: auto;*/
	/*	width: auto;*/
	/*	background: none;*/
	/*	padding: 0;*/
	/*}*/
	/*.header-container nav li:not(.last) {*/
	/*	border-bottom: none;*/
	/*}*/
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
	display: none !important;
	visibility: hidden;
}
.paddingtop {
	padding-top: 20px;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

table.dotted td {
	border: 1px dotted grey;
	padding: 5px;
}

.testimonial {
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #34C9A6;
	margin: 5px 30px 5px 5px;
	padding: 40px 40px;
}
.testimonial:first-child {
	border-top: 3px solid #34C9A6;
}

.testimonial .author {
	font-style: italic;
	font-size: .9em;
	margin-top: 10px;
}

/* ==========================================================================
   Hexagons
   ========================================================================== */

/* Hexagon 300px */
.hexagon-large {
	position: relative;
	width: 300px;
	height: 173.21px;
	margin: 86.60px 0;
	background-size: auto 346.4102px;
	background-position: center;
}

.hexagon-largeTop,
.hexagon-largeBottom {
	position: absolute;
	z-index: 1;
	width: 212.13px;
	height: 212.13px;
	overflow: hidden;
	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	-ms-transform: scaleY(0.5774) rotate(-45deg);
	transform: scaleY(0.5774) rotate(-45deg);
	background: inherit;
	left: 43.93px;
}

/*counter transform the bg image on the caps*/
.hexagon-largeTop:after,
.hexagon-largeBottom:after {
	content: "";
	position: absolute;
	width: 300.0000px;
	height: 173.20508075688775px;
	-webkit-transform:  rotate(45deg) scaleY(1.7321) translateY(-86.6025px);
	-ms-transform:      rotate(45deg) scaleY(1.7321) translateY(-86.6025px);
	transform:          rotate(45deg) scaleY(1.7321) translateY(-86.6025px);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	background: inherit;
}

.hexagon-largeTop {
	top: -106.0660px;
}

.hexagon-largeTop:after {
	background-position: center top;
}

.hexagon-largeBottom {
	bottom: -106.0660px;
}

.hexagon-largeBottom:after {
	background-position: center bottom;
}

.hexagon-large:after {
	content: "";
	position: absolute;
	top: 0.0000px;
	left: 0;
	width: 300.0000px;
	height: 173.2051px;
	z-index: 2;
	background: inherit;
}

/* Hexagon 160px */
.hexagon-small {
	display: none;
	position: relative;
	width: 160px;
	height: 92.38px;
	margin: 46.19px 0;
	background-size: auto 184.7521px;
	background-position: center;
}

.hexagon-smallTop,
.hexagon-smallBottom {
	position: absolute;
	z-index: 1;
	width: 113.14px;
	height: 113.14px;
	overflow: hidden;
	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	-ms-transform: scaleY(0.5774) rotate(-45deg);
	transform: scaleY(0.5774) rotate(-45deg);
	background: inherit;
	left: 23.43px;
}

/*counter transform the bg image on the caps*/
.hexagon-smallTop:after,
.hexagon-smallBottom:after {
	content: "";
	position: absolute;
	width: 160.0000px;
	height: 92.37604307034013px;
	-webkit-transform:  rotate(45deg) scaleY(1.7321) translateY(-46.1880px);
	-ms-transform:      rotate(45deg) scaleY(1.7321) translateY(-46.1880px);
	transform:          rotate(45deg) scaleY(1.7321) translateY(-46.1880px);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	background: inherit;
}

.hexagon-smallTop {
	top: -56.5685px;
}

.hexagon-smallTop:after {
	background-position: center top;
}

.hexagon-smallBottom {
	bottom: -56.5685px;
}

.hexagon-smallBottom:after {
	background-position: center bottom;
}

.hexagon-small:after {
	content: "";
	position: absolute;
	top: 0.0000px;
	left: 0;
	width: 160.0000px;
	height: 92.3760px;
	z-index: 2;
	background: inherit;
}

.hexagon .inner {
	position: relative;
	height: 100%;
	text-align: center;
	vertical-align: 100%;
	position: relative;
	z-index: 999;
	margin: 0 10px;
}
.hexagon .inner .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.hexagon.dark-bg {
	background-color: #656b6f;
	color: white;
}

.hexagon.light-bg {
	background-color: #b3b4b0;
	color: white;
}

.slogan {
	text-transform: uppercase;
}

@media only screen and (min-width:769px) {

	.hexagon-large {
		top: 0;
	}

	.hexagon-small {
		display: block;
		position: relative;
	}
}




/* Login */
.member-login-form {
	max-width: 300px;
}

.member-login-form [name=action_doLogin] {
	font-weight:700;
	padding:12px 30px;
	min-width:160px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:14px;
	text-decoration:none;
	border:none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	text-align:center;
	background:#40C8A6;
	border: 1px solid #40C8A6;
}


.member-login-form p.actions-addon {
	margin: 15px 0;
}

#ForgotPassword {
	margin-top: 8px;
}

#TTMemberLoginForm_LoginForm_tab h3 {
	display: none;
}

#TTMemberLoginForm_LoginForm_Password_Holder, #TTMemberLoginForm_LoginForm_Remember_Holder, #ForgotPassword {
	display: none;
}

#lightbox a {
	color: #40C8A6;
}

#lightbox a.btn {
	color: white;
}

#lightbox .fieldgroup {
	line-height: normal;
}

/* Layout */
#action {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 90;
	top: 0px;
	left: 0px;
	overflow-y: auto;
}

#overlay {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.56;
	filter: alpha(opacity=56);
	position: fixed;
	cursor: pointer;
}

#overlay.static {
	cursor: auto;
}

.lightbox-action + .footer-container {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#lightbox {
	margin: 0 auto;
	position: relative;
	top: 100px;

	padding-bottom: 15px;
}

#lightbox h2 {
	 margin: 0;
}

#lightbox label {
	line-height: normal;
	font-size: 13px;
	font-weight: normal;
}

#lightbox form input[type='text'],
#lightbox form input[type='email'],
#lightbox form input[type='password'],
#lightbox textarea {
	background: #f7f7f7;
	font-size: 13px;
	color: #8d8b89;
	margin-top: 2px;
	padding: 9px 10px 10px;
	text-indent: 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
#lightbox hr {
	display: block;
	margin: 1em 0 0.5em;
}

#lightbox form {
	padding-top: 20px;
}

#lightbox.static {
	min-width: 320px;
	max-width: 436px;
}

#lightbox .top {
	display: none;
}

#lightbox .main {
	padding: 0!important;
}

#lightbox .top .left {
	float: left;
	width: 15px;
	height: 15px;
	background: url(../images/lightbox_top-left.png) no-repeat;
}

#lightbox .top .right {
	float: right;
	width: 15px;
	height: 15px;
	background: url(../images/lightbox_top-right.png) no-repeat;
}

#lightbox .top .main {
	margin: 0px 15px;
	height: 15px;
	background: url(../images/lightbox_top.png) repeat-x;

}

#lightbox.static .mid .main {
	height: auto;
}

#lightbox .mid .main .left,
#lightbox .mid .main .right {
	float: none;
	width: auto;
	height: auto;
	background: none;
	padding: 0;
}

#lightbox .mid .main .close .action_icon {
	top: 0px;
}

#lightbox .mid .main .close .cancel {
	right: 0px;
	left: auto;
}

#lightbox .mid .main .loading {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: 50%;
	margin-top: -12px;
	width: 24px;
	height: 24px;
}

#lightbox-content {
	max-width: 406px;
}

#lightbox .mid .main .default {
}

#lightbox .mid .main .default h3 {
	margin-bottom: 0px;
}

#lightbox .bottom {
	display: none;
}

#lightbox .bottom .left {
	float: left;
	width: 15px;
	height: 15px;
	background: url(/images/lightbox_bottom-left.png) no-repeat;
}

#lightbox .bottom .right {
	float: right;
	width: 15px;
	height: 15px;
	background: url(/images/lightbox_bottom-right.png) no-repeat;
}

#lightbox .bottom .main {
	margin: 0px 15px;
	height: 15px;
	background: url(/images/lightbox_bottom.png) repeat-x;
}

#lightbox h3,
#lightbox h4 {
}

#lightbox h3 {
	font-size: 18px;
	margin-bottom: 6px;
	text-transform: uppercase;
	line-height: 26px;
	color: #fff;
}

#lightbox h4 {
	font-size: 16px;
	color: #666;
	margin-bottom: 6px;
	line-height: 140%;
}

#lightbox h5,
#lightbox h6 {
	color: #fff;
}

#lightbox h6 {
	margin-bottom: 12px;
}

#lightbox p {
	color: #fff;
}

#lightbox p,
#lightbox h5,
#lightbox h6 {
	font-size: 13px;
	line-height: 19px;
}

#lightbox .subHeader {
	margin: 15px 0;
}

#lightbox select {
	color: #000;
	padding: 1px;
}

#lightbox select option {
	padding: 4px;
}

#lightbox .main {
	background:#191D22;
	color:#ffffff;
	padding:50px 0;
	position: relative;
}
#lightbox-content {
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);
	box-shadow:0 5px 10px rgba(0,0,0,0.5);
	padding: 40px 50px;
	position:relative;
}
[data-ref*="/account/Security/"] #lightbox-content h2 {
	word-wrap: break-word;
	/* Password reset lightbox*/
}
#lightbox .close-btn {
	position:absolute;
	right:20px;
	top:20px;
	z-index: 90;
}

#lightbox .close-btn .close {
	background:url('../img/form-remove.png') no-repeat;
	width:17px;
	height:17px;
	display:block;
	border:none;
}

#lightbox .Actions {
	margin-top: 20px;
}

#lightbox-content .btn {
	/*margin-right: 10px;*/
}

#lightbox .action {
	font-weight: 700;
	padding: 12px 30px;
	/*min-width: 160px;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	border: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	background: #40C8A6;
	border: none;
	margin-right: 10px;
}

#lightbox input[type="checkbox"] {
	display: inline-block;
}

#lightbox #login {
}

#lightbox #login a {
	color: #626568;
	text-decoration: underline;
}

#lightbox .default .remove-saved {
	margin: 15px 0 30px;
}


#lightbox .default .remove-saved .checkbox-wrap {
	position: relative;
	display: inline-block;
	float: left;
}

#lightbox .default .remove-saved strong {
	text-transform: uppercase;
}

#lightbox .default .remove-saved .checkbox-wrap input.large[type="checkbox"] + label span {
	bottom: auto;
}

#lightbox .default .remove-saved .remove-text {
	margin-left: 50px;
}

#lightbox .default .remove-saved input[type="checkbox"] {
	display: none;
}

#lightbox .default .remove-saved p.estimate-name {
	font-style: italic;
}

/* Registration */

#Registration .fieldgroup-field {
	margin-bottom: 10px;
}

/* jQuery Validation Plugin Styling */

#Registration form input.error {
	border-color: #ef8a79 !important;
	color: #ef8a79;
}

#Registration .field, #Registration .fieldgroup-field {
	position: relative;
}


#Registration form {
	padding-top: 20px;
	padding-bottom: 20px;
}

#Registration form h5 {
	margin-bottom: 5px;
}

#Registration form p {
	font-size: 13px;
	color: #626568;
}

#Registration .form h4 {
	margin-bottom: 5px;
}

#Registration .form p {
	font-size: 13px;
	color: #626568;
}

#Registration label {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 1px;
	display: block;
}

#Registration input[type='text'].ird {
	width: 200px;
}

#Registration input[type='password'] {
	width: 200px;
}

#Registration input[type='text']:focus,
input[type='password']:focus,
select:focus {
	border: 1px solid #84c6f0;
	color: #000;
}

#Registration form input[type="text"].message,
#Registration form textarea.message,
#Registration div.warning {
	border: #3bb3ff 1px solid;
	font-style: italic;
}

#Registration div.warning.hidden {
	display: none;
}

#Registration div.warning {
	padding: 10px;
	background: #FBF8F5;
}

#Registration div.warning p {
	color: #000;
}

#Registration div.warning a {
	color: #000;
}

#Registration select {
	background: #f7f7f7;
	padding: 5px 5px 5px 5px;
	border: 1px solid #e2dfdc;
	font-size: 13px;
	color: #000;
	margin-top: 2px;
	cursor: pointer;
	width: 328px;
}

#Registration option {
	font-size: 13px;
	color: #8d8b89;
}

#Registration .fieldgroupField,
#Registration .field {
	padding-bottom: 15px;
}

#Registration .field.loginDetails {
	padding-bottom: 0px;
}

#Registration ul {
	padding-top: 4px;
}

#Registration li {
	list-style-type: none;
	display: inline;
	padding-right: 15px;
}

#Registration li label {
	display: inline;
}

#Registration input[type="checkbox"] {
	display: block;
	padding-left: 2px;
	float: left;
	margin-top: 0px;
}

#Registration .checkboxField label {
	display: block;
	color: #fff;
	font-size: 12px;
	padding-left: 5px;
	margin: 2px 0 0 15px;
}

#Registration .checkboxField label a {
	text-decoration: underline;
	color: #fff;
}

#Registration .checkboxField label a:hover {
	text-decoration: underline;
	color: #fff;
}

#Registration .Actions {
	float: none !important;
	height: 30px;
	margin-top: 0;
}

#Registration .Actions input {
	float: right;
}

#Registration .balance-date select {
	float: left;
	width: auto;
	margin-right: 10px;
}


.required-icon::before {
	font-family: "FontAwesome";
	content: "\f069";
	color: #40c8a6;
	font-size: 10px;
	position: absolute;
	display: block;
	top: 35px;
	left: -15px;
}

input[type="checkbox"] + .required-icon::before {
	top: 3px;
}

.required-icon.error::before {
	content: "\f069";
	color: #ef8a79;
}

.required-icon.valid::before {
	content: "\f00c";
	color: #40c8a6;
}

.required-icon.wait::before {
	content: "\f021";
	color: #40c8a6;
}

#Registration .message.error,
#Registration .field .fieldgroup-field span.error {
	color: #ef8a79;
}

#Registration #TermsAndConditions-error {
	margin: 0 0 0 15px;
}

/* Input Label note (span) */
#Registration .fieldgroup-field .fieldholder-small span {
	color: #898989;
	text-transform: none;
}

#TermsAndConditions-error {
	color: #ef8a79!important;
	font-style: italic;
	text-transform: none;
}

/* jQuery Validation Plugin Styling ends */

#Registration input[type='text'],
#Registration input[type='password'],
#Registration textarea,
#Registration .disabled-input {
	font-size: 14px;
}

#Registration #Form_RegistrationForm_TermsAndConditions {
	margin-top: 2px;
}

#Registration .taxpayer {
	padding-bottom: 15px;
}

#Registration .agent {
	border-top: 2px solid #fff;
}

#Registration .taxpayer div h5,
#Registration .agent div h5 {
	height: 16px;
}

#Registration .taxpayer div,
#Registration .agent div {
	background-position: top left;
	background-repeat: no-repeat;
	height: 18px;
	padding: 2px 0 0 25px;
	margin: 22px 0 2px 0;
}

#Registration .taxpayer div {
	background-image: url(../images/T-icon.png);
}

#Registration .agent div {
	background-image: url(../images/A-icon.png);
}

#Registration .taxpayer a,
#Registration .agent a {
	height: 30px;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 11px 0 0 13px;
	display: block;
	text-decoration: none;
}

#Registration .taxpayer a {
	width: 181px;
	background-image: url(../images/taxpayer_button.png);
}

#Registration .agent a {
	width: 159px;
	background-image: url(../images/agent_button.png);
}

#Registration .taxpayer a,
#Registration .agent a {
	color: #f1f2f2;
	font-size: 14px;
	margin: 12px 0 0 -4px;
}

#Registration .taxpayer a:hover,
#Registration .agent a:hover {
	background-position: bottom left;
}

#Registration h3,
#Registration h4 {
}

#Registration h3 {
	font-size: 18px;
	margin-bottom: 6px;
	text-transform: uppercase;
	line-height: 26px;
	color: #000;
}

#Registration h4 {
	font-size: 16px;
	color: #666;
	margin-bottom: 6px;
	line-height: 140%;
	font-weight: normal;
}

#Registration h5,
#Registration h6 {
	color: #1a6389;
	font-weight: normal;
}

#Registration h6 {
	margin-bottom: 12px;
}

#Registration p {
	color: #696a6b;
}

#Registration p,
#Registration h5,
#Registration h6 {
	font-size: 13px;
	line-height: 19px;
}

#Registration span.message {
	font-style: italic;
	font-size: 14px;
	display: block;
}

#Registration .width-dob {
	width: 100px !important;
}
#Registration .width-phone {
	width: 160px !important;
}

/*Password Strength Plugin Styling*/
#Form_RegistrationForm .kv-meter {
	position: absolute;
	top: 20px;
	padding-left: 28px;
}

#Form_RegistrationForm .kv-scorebar {
	background-image: url(../img/bg_strength_gradient.jpg);
}
#Form_RegistrationForm #Form_RegistrationForm .kv-score-0, #Form_RegistrationForm .kv-score-1, #Form_RegistrationForm .kv-score-5 {
	color: #fff
}
#Form_RegistrationForm .kv-score-2, #Form_RegistrationForm .kv-score-3, #Form_RegistrationForm .kv-score-4 {
	color: #fff
}

#Registration .hide-first-fieldgroup-field {
	display:none;
}


/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
	*, *:before, *:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " ("attr(href) ")";
	}
	abbr[title]:after {
		content: " ("attr(title) ")";
	}
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}

.degree {
	display: none;
}


/**
 Growth, Swap, RIT and AIM Campaigns
 **/
.home .hero-container.growth-campaign .hero-overlay,
.home .hero-container.swap .hero-overlay,
.home .hero-container.rit .hero-overlay,
.home .hero-container.aim-itp .hero-overlay,
.home .hero-container.caanz-partner .hero-overlay,
.swap .hero-container .hero-overlay,
.rit  .hero-container .hero-overlay {
	display: none!important;
}

.home .hero-container.aim-campaign h1 br,
.home .hero-container.growth-campaign h1 br,
.home .hero-container.aim-itp h1 br,
.home .hero-container.caanz-partner h1 br {
	display: block;
}

.home .hero-container.caanz-partner h1 {
	line-height: 2em;
}

.home .hero-container.aim-campaign h1 .big,
.home .hero-container.aim-campaign h1 .small,
.home .hero-container.rit h1 .big,
.home .hero-container.rit h1 .small,
.home .hero-container.home.caanz-partner h1 .big,
.home .hero-container.home.caanz-partner h1 .small {
	margin-bottom: 5px;
	min-height: 0;
	max-width: none;
}


@media only screen and (max-width:1024px) {

	.home .hero-container.swap {
		background: url('../img/hero/hero-home-swap.png') black no-repeat top left;
	}

	.home .hero-container.rit {
		background-position-y: right -100px;
	}

	.home .hero-container.home.caanz-partner {
		background: black url('../img/hero/hero-caanz-dark.png') no-repeat center right;
	}
	.home .hero-container.home.caanz-partner br.lg {
		display: none;
	}

}


@media only screen and (max-width:500px) {
	.home .hero-container.growth-campaign {
		background-size: 140%;
		background-position: -105px 115px;
	}

	.home .hero-container.growth-campaign h1 {
		margin: 0;
		margin-bottom: 160px;
	}

	.home .hero-container.growth-campaign .btn {
		min-width: unset;
	}

	h1 .op {
		margin: 0 10px;
	}

	.home .hero-container.swap .wrapper {
		margin: 0;
		width: 100%;
	}

	.home .hero-container.swap h1 span.sub {
		margin-left: 40px!important;
	}

	.home .hero-container.swap .btn {
		min-width: unset;
		display: block;
		margin: 40px!important;
	}

	.home .hero-container.swap h1 span.sub {
		margin: 30px 0 30px 40px!important;
	}

}

@media only screen and (max-width:350px) {
	.home .hero-container.growth-campaign {
		background-position: -80px 155px;
	}

	.home .hero-container.swap h1 span.small {
		font-size: .65em;
	}

	.home .hero-container.swap h1 span.sub {
		margin-left: 20px!important;
	}

	.home .hero-container.swap .btn {
		margin: 20px!important;
	}
}

@media only screen and (min-width:2000px) {
	.home .hero-container.rit {
		background: linear-gradient(-90deg,  rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1)), url('../img/hero/hero-home-rit.png') black no-repeat right center;
	}
	.rit .hero-container {
		background: linear-gradient(-90deg,  rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1)), url('../img/hero/hero-rit.png') black no-repeat right center;
	}
}


/**
SWAP - RIT - AIM pages
*/

.video-iframe-container {
	margin: 40px 0 60px 0;
	text-align: center;
}

.section .video-iframe-container {
	margin-bottom: 0;
}

.taxtradersadvantage #hexagon-1,
.swap #hexagon-1,
.rit #hexagon-1 {
	left: 80px;
}

.swap #hexagon-0 {
	top: 60px;
}
.swap #hexagon-1 {
	top: 90px;
}

.rit #hexagon-0 {
	top: 10px;
}
.rit #hexagon-1 {
	top: 50px;
}

.home .hero-container.swap h1 > span {
	max-width: none;
	margin: 10px;
}
.home .hero-container.swap h1 span.sub {
	margin: 30px 110px;
}
.home .hero-container.swap .btn {
	margin-left: 110px;
}

.home .hero-container.rit h1 span.sub {
	margin-top: 30px;
}

/**
 RSVP
 */
.rsvp-field .hero-container {
	background: url('../img/hero/hero-rsvp-field.jpg') no-repeat top center / cover;
}
.rsvp-drinks .hero-container {
	background: url('../img/hero/hero-rsvp-drinks.jpg') no-repeat top center / cover;
}
.paying-it-forward .hero-container {
	background: url('../img/hero/hero-charities.jpg') no-repeat top center / cover;
}
.vintage-competition .hero-container {
	background: url('../img/hero/hero-vintage.jpg') no-repeat bottom center / cover;
}

.loader {
	border: 5px solid transparent /*#708090*/;
	border-top-color: #5bc39c;
	border-bottom-color: #5bc39c;
	border-radius: 50%;
	box-sizing: border-box;
	width: 25px;
	height: 25px;
	display: inline-block;
	animation: loader-spin 2s linear infinite;
}

@keyframes loader-spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
