﻿.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

/****** Fix some scrollbars on mobile ******/
.holder ::-webkit-scrollbar {
	-webkit-appearance: none;
}

.holder ::-webkit-scrollbar:vertical {
	width: 12px;
}

.holder ::-webkit-scrollbar:horizontal {
	height: 12px;
	background-color:#fff;
}

.holder ::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 10px;
	border: 2px solid #ffffff;
}

.holder ::-webkit-scrollbar-track {
	border-radius: 10px;  
	background-color: #ffffff; 
}

/****** fonts ******/
.avenir-next-regular {
	font-family: 'AvenirNextLTW01-Regular';
}

.avenir-next-medium {
	font-family: 'AvenirNextLTW01-Medium';
}

.avenir-next-bold {
	font-family: 'Avenir Next LT W01 Bold';
}

.avenir-next-demi {
	font-family: 'Avenir Next LT W01 Demi';
}

body {
	font-family: 'AvenirNextLTW01-Regular';
	font-size: 100%;
}

h2 {
	font-family: 'Avenir Next LT W01 Bold';
	text-align: center;
	font-size: 2.5em;
	margin: 0;
	color: #24216b;
}

.holder {
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	color: #000;
	background-color: #fff;
	
}


div.title-section {
	height: 686px;
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.title-box-blur {
	position: absolute;
	height: 231px;
	width: 567px;
	top: 50%;
	left: 50%;
	background-position: center center;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	-o-filter: blur(10px);
	filter: blur(10px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
	margin-left: -277px;
	margin-top: -110px;
	overflow: hidden;
}

.title-box {
	position: absolute;
	height: 243px;
	width: 579px;
	top: 50%;
	left: 50%;
	border: 6px solid #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: -283px;
	margin-top: -116px;
	padding-top: 60px;
	box-sizing: border-box;
}

#title-logo
{
	display:inline;
}

#mobile-title-logo
{
	display:none;
}

.intro-section {
	background-color: #fff;
}

.container {
	max-width: 1400px;
	margin: 0 auto;
}

.intro-section .container {
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 160px 0;
	box-sizing: border-box;
}

.intro-section-content {
	font-size: 1.5em;
	color: #24216b;
	text-align: center;
	max-width: 55%;
	margin: 0 auto;
	font-family: 'AvenirNextLTW01-Medium';
	line-height: 1.6em;
}

.intro-section-content p {
	margin-top: 0;
}

.benefits-section {
	min-height: 866px;
	background-size: cover;
	background-position: center center;
}

.benefits-section.white-text {
	color: #fff;
}

.benefits-section .container {
	max-width: 1200px;
	padding: 100px 0 170px 0;
	box-sizing: border-box;
}

.benefits-section h2 {
	margin-bottom: 114px;
}

.benefits-section.white-text h2 {
	color: #fff;
}

.benefits-section .benefit {
	max-width: 600px;
	float: left;
	margin-bottom: 100px;
	position: relative;
}

.benefit .icon {
	width: 142px;
	margin-right: 40px;
	margin-left: 60px;
	float: left;
}

.benefit .description {
	max-width: 357px;
	float: right;
	padding-top: 24px;
	line-height: 1.5em;
	font-size: 1.25em;
}

.howitworks-section {
	background-color: #fff;
}

.howitworks-section .container {
	max-width: 1080px;
	padding: 70px 0 100px 0;
}

.howitworks-section h2 {
	margin-bottom: 85px;
}

.howitworks-section .image-holder {
	min-height: 400px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

.howitworks-section .content-box {
	width: 281px;
	background-color: #bac24c;
	color: #fff;
	border-radius: 10px;
	line-height: 1.4em;
	padding: 20px 30px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}


.howitworks-section .content-box strong {
	font-size: 1.25em;
}

.howitworks-section .left-column-content {
	left: 0;
}

.howitworks-section .right-column-content {
	right: 0;
}

.howitworks-section .tip-holder {
	position: absolute;
	top: 50%;
	height: 28px;
	width: 25px;
	margin-top: -14px;
}

.howitworks-section .tip {
	display: block;
	width: 1px;
	height: 1px;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
}

.howitworks-section .left-column-content .tip-holder {
	right: -25px;
}

.howitworks-section .right-column-content .tip-holder {
	left: -25px;
}

.howitworks-section .left-column-content .tip {
	border-left: 25px solid #bac24c;
}

.howitworks-section .right-column-content .tip {
	border-right: 25px solid #bac24c;
}

.howitworks-section .file-links {
	float: right;
	margin-top: 12px;
}

.howitworks-section .file-links a {
	height: 79px;
	display: inline-block;
	box-sizing: border-box;
	border: 3px solid #b3ba44;
	padding: 28px 28px 28px 75px;
	border-radius: 6px;
	text-decoration: none;
	margin-left: 20px;
}

.howitworks-section .file-links a.pdf {
	background-image: url('/tagteam/images/pdf_logo.png');
	background-repeat: no-repeat;
	background-position: 19px 16px;
}

.howitworks-section .file-links a span.name {
	color: #000;
	font-weight: bold;
}

.howitworks-section .file-links a span.size {
	color: #666666;
}

.contentSection-section h2 {
	margin-bottom: 38px;
}

.contentSection-section h3 {
	font-weight: bold;
	font-family: 'Avenir Next LT W01 Demi';
}

.contentSection-section {
	padding-bottom: 0px;
}


.contentSection-section .content-image {
	text-align: center;
}

.contentSection-section .content-text {
	max-width: 960px;
	margin: 0 auto 45px auto;
	font-size: 1.25em;
	line-height: 1.5em;
	text-align: center;
}

.contentSection-section .noteText {
	font-size: 0.8em;
	color: #666666;
}

.contentSection-section table {
	border-top: 8px solid #24216b;
	font-family: 'Open Sans', sans-serif;
	border-collapse: collapse;
	margin: 0 auto;
	max-width: 960px;
	min-width: 767px;
}

.contentSection-section .content-text table {
	font-size: 0.8em;
}

.contentSection-section table th,
.contentSection-section table td {
	text-align: left;
	padding: 18px 30px 18px 0;
	border-bottom: 1px solid #c4c4c4;
}

.contentSection-section table thead td,
.contentSection-section table th {
	padding: 24px 30px 24px 0;
	font-weight: bold;
}

.contentSection-section table th.download,
.contentSection-section table td.download {
	text-align: right;
	padding: 6px 0 6px 30px;
	display:none;
}

.contentSection-section table td.download a {
	display: inline-block;
	background-image: url('/tagteam/images/download_icon-green.png');
	width: 46px;
	height: 46px;
}

.contentSection-section table td.download a.red {
	display: inline-block;
	background-image: url('/tagteam/images/download_icon-red.png');
	width: 46px;
	height: 46px;
}

.contentSection-section table td.download a span.name {
	display: none;
}

.additionalResources-section {
	padding-bottom: 100px;
}

.additionalResources-section h2 {
	margin-bottom: 70px;
}

.additionalResources-section .container {
	max-width: 1080px;
}

.additionalResources-section .right-column,
.additionalResources-section .left-column {
	width: 44%;
}

.additionalResources-section .left-column {
	float: left;
}

.additionalResources-section .right-column {
	float: right;
}

.additionalResources-section .file-links {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.additionalResources-section .file-links a {
	height: 79px;
	display: inline-block;
	box-sizing: border-box;
	border: 3px solid #b3ba44;
	padding: 28px 28px 28px 75px;
	border-radius: 10px;
	text-decoration: none;
	width: 100%;
	margin-bottom: 11px;
	background-color: #fff;
}

.additionalResources-section .file-links a.pdf {
	background-image: url('/tagteam/images/pdf_logo.png');
	background-repeat: no-repeat;
	background-position: 19px 16px;
}

.additionalResources-section .file-links a.video {
	background-image: url('/tagteam/images/play_icon-red.png');
	background-repeat: no-repeat;
	background-position: 19px 16px;
}

.additionalResources-section .file-links a span.name {
	color: #000;
	font-weight: bold;
}

.additionalResources-section .file-links a span.size {
	color: #666666;
}

.additionalResources-section .right-column .where-to-buy {
	width: 100%;
	border-radius: 14px;
	color: #fff;
	height: 310px;
	position: relative;
	display: block;
	background-image: url('/tagteam/images/small_map.png');
}

.additionalResources-section .right-column .content {
	color: #fff;
	height: 173px;
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	display: block;
	background-color: #24216b;
	width: 100%;
	padding: 0 30px;
	border-radius: 0 0 14px 14px;
}

.additionalResources-section .right-column .content h3 {
	font-size: 1.875em;
	font-family: 'Avenir Next LT W01 Bold';
}

.additionalResources-section .right-column .content p {
	font-size: 1.25em;
}

.contacts-section {
	padding-bottom: 85px;
	padding-top: 85px;
}

.contacts-section
{
	background-image: url('/tagteam/images/bg-footer.jpg');
	background-position: top center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.contacts-section .container {
	max-width: 1080px;
	background-color: #fff;
	border-radius: 15px;
	padding: 85px 60px;
	box-sizing: border-box;
}

.contacts-section .intro-text {
	font-size: 1.2em;
	text-align: center;
	margin-bottom:60px;
}

.contacts-section .contact-details {
	border-top: 1px solid #c4c4c4;
	padding-top: 50px;
}


.contacts-section .contact-details .company {
	font-family: 'Avenir Next LT W01 Demi';
	font-weight: bold;
	font-size: 1em;
	line-height: 1.7em;
	width:30%;
	float:left;
}

.contacts-section .contact-details .address {
	line-height: 1.7em;
	width:40%;
	float:left;
}

.contacts-section .contact-details .numbers {
	line-height: 1.45em;
	font-size: 1.2em;
	color: #a9ae37;
	width:30%;
	float:left;
}

.contacts-section .contact-details .numbers .prefix {
	color: #000;
}

.contacts-section .contacts-holder {
}

.contacts-section h2 {
	margin-bottom:40px;
}

.contacts-section .contact {
	width: 43%;
	margin-bottom:70px;
}

.contacts-section .contact.left {
	float:left;
	clear:both;
}

.contacts-section .contact.right {
	float:right;
}

.contacts-section .contact .picture {
	float:left;
	width:107px;
	margin-right:30px;
}

.contacts-section .contact .details {
	float:left;
}

.contacts-section .contact .details a {
	color:#a9ae37;
	text-decoration:none;
}

.contacts-section .contact .details a:hover {
	text-decoration:underline;
}

.contacts-section .contact .details h4 {
	margin:7px 0;
	padding:0;
	font-family: 'Avenir Next LT W01 Demi';
	font-weight: bold;
	font-size: 1.125em;
}

.contacts-section .contact .details a,
.contacts-section .contact .details p {
	margin:0;
	font-size:0.875em;
}

.contacts-section .contact .contact-region
{
	color:#75787b;
	padding-top:5px;
}

.contacts-section .contact .contact-item
{
	margin-top:10px;
}

.contacts-section .contact .details p {
	margin:0;
	font-size:0.875em;
}

div.lightbox.inn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 45px;
    width: auto;
}

div.lightbox {
    padding: 5px;
    width: 1122px;
    border-radius: 10px;
    overflow: visible;
    background-size: cover;
    background-position: 50% 0;
}

@media (max-width: 1199px)
{
	div.lightbox {
		width: 700px;
	}
}

@media (max-width: 767px)
{
	div.lightbox.inn {
		width: 85%;
		height:auto;
		padding: 5px;
	}
}

@media (max-width: 767px)
{
	div.lightbox.inn iframe {
		width: 100%;
	}
}

div.buy-title-section {
	height: 229px;
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.buy-title-box-blur {
	position:absolute;
	left:40px;
	top:70px;
	height: 123px;
	width: 289px;
	background-position: center center;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	-o-filter: blur(10px);
	filter: blur(10px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
	overflow: hidden;
}

.buy-title-box {
	position:absolute;
	left:40px;
	top:70px;
	height: 123px;
	width: 289px;
	border: 4px solid #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
	padding-top:29px;
}


.buy-title-section h1 {
	position:absolute;
	top:104px;
	left:384px;
	margin:0;
	color:#fff;
	font-family: 'Avenir Next LT W01 Bold';
	font-size:2.5em;
}

.contacts-section a,
.intro-section a,
.contentSection-section a {
	color:#a9ae37 !important;
}

.howitworks-section .content-box a
{
	color:#fff !important;
	text-decoration:underline;
}