.hidden {
	display: none;
}
body {
	/*background-color: #323b47;*/
	/*background-color: #585858;*/
	padding: 0px;
}


body.modal-open {
    overflow: hidden;
    /*position: relative;*/
}

body.modal-show-signup .modal-on-show {
	display: block;
}


.modal-on-show {
	
	display: none;
	z-index: 1008;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	position: fixed;
	top: 15px;
	width: 100%;
}

.modal-open-top .top-nav {
	z-index: 1020 !important;
}

#container-videos .title {
	padding-top: 38px !important;
}
.video-area {
	background: url(../../images/videos/videoHandBG.png) -50px center no-repeat;
	background-size: 100%;
}

.arrange-it-container {
	
	position: relative;
	clear: both;
	border-radius: 50%;
	background: url(../../images/videos/videoHandBG.png) -20px center no-repeat rgba(255, 255, 255, 0.09);
	background-size: 90px;
}

.arrange-it {
	width: 150px;
	height: 150px;
	overflow:visible;
	background: url(../../images/videos/videoPlayBG.png) center center no-repeat;
	/*position: relative;*/
}



.arrange-it, .arrange-it-center {
	position: absolute;
	text-align: center;
}


.video-play-overlay {
	background: url(../../images/videos/videoPlayBG.png) center center no-repeat rgba(44, 50, 64, 0.29);
	background-size: 50px 50px;
	position: absolute;
	width: 100%;
	height: 100%;
	transition-duration: 0.1s;
	border-radius: 50%;
}




.bubble-video {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #ebebeb;
	border: 12px solid #ffffff;
	display: block;
	background-size: cover;
	transition-duration: 0.1s;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.bubble-video:hover {
	border: 3px solid #ffffff;
	-moz-box-shadow: 0 0 8px rgba(57, 57, 57, 0.62);
	box-shadow: 0 0 8px rgba(57, 57, 57, 0.62);
}
.bubble-video:hover .video-play-overlay {
	opacity: 0.7;
	background-size: 70px 70px;
	
}
.arrange-it-center .bubble-video {
	width: 190px;
	height: 190px;
	
}

.arrange-it a{
	white-space: nowrap;
}


/* Smartphones (portrait) ----------- */
@media (max-width : 700px) {
	.arrange-it {
		width: 90px;
		height: 90px;
		font-size: 0;
	}
	
	.bubble-video {
		width: 90px;
		height: 90px;
		border: none;
		opacity: .8;
	}
	
	.arrange-it-center .bubble-video {
		width: 120px;
		height: 120px;
		border: none;
		font-size: 0;
		
	}
}




@media (max-width : 800px) {
	.arrange-it {
		width: 90px;
		height: 90px;
	}
	
	.bubble-video {
		width: 90px;
		height: 90px;
		border: none;
	}
	.arrange-it-center .bubble-video {
		width: 120px;
		height: 120px;
		border: none;
		font-size: 0;
		
	}
	
	.logo {
		width:400px;
		height: 90px;
		background-size: 100%;
	}
	
	.nav-logo {
		width: 100px !important;
		height: 20px !important;
		margin-top: 6px !important;
		background-size: 100% !important;
	}
	
	p {
		font-size: 0.9em;
	}
	
	.hide-small {
		display: none !important;
	}
}


.bubble-video.intro-bg {
	background-image: url(../../images/videos/introVideoThumb.jpg);
	
}

.bubble-video.sponsor-bg {
	background-image: url(../../images/videos/sponsorVideoThumb.jpg);
}

.bubble-video.event-bg {
	background-image: url(../../images/videos/eventVideoThumb.jpg);
}

.bubble-video.pricing-bg {
	background-image: url(../../images/videos/pricingVideoThumb.jpg);
}

.bubble-video.proposal-bg {
	background-image: url(../../images/videos/proposalVideoThumb.jpg);
}

.bubble-video.agreement-bg {
	background-image: url(../../images/videos/agreementVideoThumb.jpg);
}

.bubble-video.activation-bg {
	background-image: url(../../images/videos/activationVideoThumb.jpg);
}



.sign-up-floating {
	position: absolute;
	top: 0%;
	margin-top: -6px;
	left: 50px;
	z-index: 2000;
}

.sign-up-floating .button {
	
}

.joyride-tip-guide {
	width: 400px;
/*	background-color: rgba(255, 255, 255, 0.81);
	color: #565656;*/
	/*padding: 30px;*/
	z-index: 5000;
}

.joyride-content-wrapper {
	padding: 35px;
}

.joyride-nub {

}

.texts {
	
	
}

.reveal-modal .close-reveal-modal.off-modal {
	font-size: 2.5rem;
	line-height: 1;
	position: absolute;
	top: -35px;
	right: -26px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}

.reveal-modal{
    /*position : fixed;*/
	top: 60px;
}

.reveal-modal.tiny {
	min-width: 600px;
}

.reveal-modal.small {
	/*height: 90% !important;	*/
	/*overflow: scroll;*/
	/*bottom: 0;*/
}

.reveal-modal.large {
	/*height: 90% !important;	*/
	/*overflow: scroll;*/
	/*bottom: 0;*/
}
.reveal-modal {
	/*transition-duration: 0.9s;*/
}

#signup-box {
	transition-duration: 0.5s;
}

.modal-interior {
	width: 100%;
	max-height:500px;
	/*height: 100%;*/
	overflow: scroll;
	padding-bottom: 60px;
	border-bottom: 1px solid #c1c1c1;
}

.modal-interior ::-webkit-scrollbar:vertical {
    width: 11px;
}


.nav-logo {
	display: block;
	width: 199px;
	height: 30px;
	background: url(../../images/HGSLogoColorSmall.png) center center no-repeat;
	
}

h1 {
	font-size: 4em;
}
h1, h2, h3, h4, h5 {
	font-family: 'Muli', sans-serif;
	color: #3c4753;
}

.logo {
	width: 655px;
	height: 128px;
	background: url(../../images/HGSHorizontalColorLarge.png) center center no-repeat;
	margin-right: auto;
	margin-left: auto;

}

.partner-logo { margin-bottom: 20px }

.header-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
	z-index: 100;

/*	top: 0;
	bottom: 0;
	right: 0;
	left: 0;*/
}

#value-props {
	padding-bottom: 60px;
	
}
#value-props h2 {
	color: #ffffff;
	text-shadow: 0 0 8px rgba(78, 78, 78, 0.65);
	font-size: 1.8em;
}
.header-back {
	position: absolute;
/*	width: 100%;
	height: 90%;*/
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	/*z-index: 100;*/
}


.header-overlay {
		position: absolute;
	/*	width: 100%;
		height: 90%;*/
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
background: rgba(40,64,92,0);
background: -moz-linear-gradient(top, rgba(40,64,92,0) 0%, rgba(18,32,56,0.76) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(40,64,92,0)), color-stop(100%, rgba(18,32,56,0.76)));
background: -webkit-linear-gradient(top, rgba(40,64,92,0) 0%, rgba(18,32,56,0.76) 100%);
background: -o-linear-gradient(top, rgba(40,64,92,0) 0%, rgba(18,32,56,0.76) 100%);
background: -ms-linear-gradient(top, rgba(40,64,92,0) 0%, rgba(18,32,56,0.76) 100%);
background: linear-gradient(to bottom, rgba(40,64,92,0) 0%, rgba(18,32,56,0.76) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28405c', endColorstr='#122038', GradientType=0 );
	z-index: 200;
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {

	line-height: 60px !important;
	text-indent: 0px !important;
	text-align: center !important;
	font-size: 1.5em !important;
}

.top-nav {
	z-index: 1000;
	border-bottom: 1px solid #c9c9c9;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: #ffffff;
	-webkit-transform: translateZ(0)
	padding-top: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.top-nav .row {
	padding-top: 10px;
	padding-bottom: 10px;
}

.top-nav .secondary-nav {
	background-color: #f0f0f0;
	border-top: 1px solid #bdbdbd;
	display: none;
}

.secondary-nav a {
	
}

[data-magellan-expedition] {
	padding: 0;
}

.sub-nav {
	overflow: visible !important;
}

.sub-nav dt, .sub-nav dd, .sub-nav li {
	margin-left: 8px !important;
}

.top-nav input, .top-nav button, .top-nav .button {
	margin: -8px 0 0 !important;
	padding: 8px 14px !important;
}

[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a.button {
	line-height: 1.2em;
}
.top-nav a.button {
	color: #ffffff;
}

.top-nav a.button:hover {
	color: #ffffff;
}
.bios .bio-name {
	font-size: 1.6em;
	font-family: 'Muli', sans-serif;
}

.bios .bio-title {
	padding-left: 10px;
	font-variant: normal;
	text-transform: uppercase;
	color: #aeaeae;
	font-size: .9em;
}
.bios .pad-top {
	/*padding-top: 10px;*/
}

.bios blockquote {
	/*margin-left: 15px;*/
	font-size: .8em;
}

.bios .pad-top.short {
	/*padding-tåop: 20px;*/
}

.us {
	background: url(../../images/HQ-Door.jpg) center top no-repeat;
	background-size: contain;
	width: 100%;
	min-height: 400px;
}

.bio-pic {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-color: #dbdbdb;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	/*float: right;*/
	transition-duration: 0.3s;
}

.bio-pic.tc {
	background: url(../../images/people/TC-BW.jpg) center center no-repeat;
	background-size: cover;
}

.row.tc:hover .bio-pic.tc, .bio-pic.tc.large, .bio-pic.tc.active {
	background: url(../../images/people/TC-Color.jpg) center center no-repeat;
	background-size: cover;
}


.bio-pic.gp {
	background: url(../../images/people/GP-BW.jpg) center center no-repeat;
	background-size: cover;
}

.row.gp:hover .bio-pic.gp, .bio-pic.gp.large, .bio-pic.gp.active {
	background: url(../../images/people/GP-Color.jpg) center center no-repeat;
	background-size: cover;
}

.bio-pic.mm {
	background: url(../../images/people/MM-BW.jpg) center center no-repeat;
	background-size: cover;
}

.row.mm:hover .bio-pic.mm, .bio-pic.mm.large, .bio-pic.mm.active {
	background: url(../../images/people/MM-Color.jpg) center center no-repeat;
	background-size: cover;
}

.person:hover .bio-pic, .bio-pic.active {
	width: 160px;
	height: 160px;
	margin-top: -15px;
	margin-bottom: 5px;
	-moz-box-shadow: 0 0 12px #707070;
	box-shadow: 0 0 12px #707070;
}

.bio-pic.large {
	width: 220px;
	height: 220px;
	border: 8px solid rgb(79, 179, 91);
	float: left;
	clear: left;
	display: inline;
	margin-right: 40px;
	margin-left: 10px;
}
.content-panel {
	
/*	top: 100%;
	/*position: absolute;*!/
	right: 0;
	left: 0;*/
	padding-top: 90px;
	padding-bottom: 100px;
	background-color: #ffffff;
	/*z-index: 200;*/
	/*position: relative;*/
}

.events_comBG {
	background: url(../../images/partners/events_com.svg) center 30px no-repeat;
	background-size: 100%;
}

#community {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #ffffff;
}
#resources.content-panel {
	background-color: #27313f;
	padding-top: 60px;
	padding-bottom: 60px;
}

.answer {
	margin-left: 25px;
	margin-top: 15px;
}

.qa-group{
	/*background-color: #ffffff;*/
	margin-bottom: 30px;
}

.qa-group p {
	margin-bottom: 0;
}

.qa-group h3 {
	margin-top: 40px;
}

.question {
	/*background-color: #ffffff;*/
	border-bottom: 1px dashed #b4b4b4;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
}

.question i {
	margin-right: 8px;
	display: inline-block;
}
.question.answered i.fa-plus-circle {
	display: none;
}

.question:not(.answered) i.fa-minus-circle {
	display: none;
}


.year-round {
	background: url(../../images/365BG.png) 80px bottom no-repeat #007cbc;
	padding-top: 150px;
	padding-bottom: 180px;
}

.text-white {
	color: #ffffff;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white .subheader {
	color: #ffffff;
}
.value {
	padding-top: 120px;
	padding-bottom: 140px;
	background: rgb(79, 179, 91);
	background-size: 400px;

}

#value {
	transition-duration: 1s;
}

.button.green {
	background-color: rgb(56, 171, 70);
	color: #ffffff;
}

.button.green-light {
	background-color: rgba(56, 171, 70, 0.75);
	color: #ffffff;

}

.button.extra-large {
	padding: 22px 35px;
}


.button.green:hover, .button.green-light:hover {
	background-color: rgb(53, 125, 62);
}

.button.orange
{
    background-color: rgb( 242, 170, 60 );
    color: #ffffff;
}

.button.orange:hover
{
    background-color: rgb( 232, 145, 21 );
}

.button.gold {
	background-color: #ffeb79;
	color: #6b5c27;
}

.button.gold:hover {
	background-color: #fedd23;
}

#terms-wrapper  {
	display: inline;
	text-align: center;
}

#terms-wrapper input[type=checkbox] {
	visibility: hidden;
}

#terms-wrapper input[type=checkbox]:checked + .handle{
		background: #007cbc;
	color: #ffffff;
}
#terms-wrapper .handle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #999999;
	font-size: 1.4em;
	line-height: 40px;
	color: #cccccc;
	display: inline-block;
	margin-top: 15px;
}

#value .gold, .button.green, #purchase-button a, .button.animated{
	animation-iteration-count: infinite;
	       -moz-animation-iteration-count: infinite;
	    -webkit-animation-iteration-count: infinite;
}

.gold-brick {
	background: url(../../images/valueBG.png) 120px no-repeat rgb(79, 179, 91);
	background-size: 100%;
	width: 100%;
}
.company {
	background: url(../../images/TeamBG.png) 20% bottom no-repeat #f2f3f6;
	padding-top: 80px;
	padding-bottom: 120px;
}

.footer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding-top: 60px;
	z-index: 300;
}

.tool-box-icon {
	height: 35px;
	/*transition-duration: 0.1s;*/
	/*padding-bottom: 20px;*/
	/*margin-bottom: 10px;*/
}

#tool-box-nav a {
	display: block;
	/*padding-bottom: 8px;*/
	/*margin-bottom: 6px;*/
}
#tool-box-nav .tool-box-link.active {
	/*border-bottom: 4px solid #ffffff;*/
	background: url(../../images/icons/dot.png) center bottom no-repeat;
}

.block-5 {
	margin: 0px;
	box-sizing: border-box;
}
.block-5 .tool-box-link {
	width: 20%;
	display: inline-block;
	list-style: none;
	text-align: center;
	box-sizing: border-box;
	float: left;
}
 
.footer-interior.fixed .tool-box-icon  {
	height: 25px;
	margin-bottom: 3px;
}

.footer-interior a {
	color: #ffffff;
	font-smooth: always;
	font: 1.1em 'Muli', sans-serif;
	margin-bottom: 10px;
}

@media (max-width: 600px) {
  .footer-interior a {
  	color: #ffffff;
  	font: 0.9em 'Muli', sans-serif;
  	margin-bottom: 10px;
  }
}

.sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
	background-color: rgb(56, 171, 70);
}

.sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
	background-color: rgb(33, 104, 42);
}

.sub-nav ul.f-dropdown li {
	float: none !important;
	display: block;
	text-align: left;
}

.footer-interior {
	border-top: 1px solid rgba(138, 138, 138, 0.65);
	padding-top: 40px;
	padding-bottom: 10px;
	color: #ffffff;
	/*font-smooth: always;*/
	-moz-box-shadow: 0 0 6px rgba(88, 88, 88, 0.7);
	box-shadow: 0 0 6px rgba(88, 88, 88, 0.7);
	background-color: rgba(56, 171, 70, 0.75);
	/*transition-duration: 0.2s;*/
	width: 100%;
}

.footer-interior [class*="block-grid-"] > li {
	padding: 0;
}
.footer-interior.fixed {
	padding-top: 10px;
	padding-bottom: 6px;
	position: fixed;
	/*top: 60px;*/
	right: 0;
	left: 0;
	z-index: 500;
	background-color: rgb(56, 171, 70);
	transition-duration: 0.3s;
}

.footer-interior.fixed a{
	font-size: .9em;
	color: #ffffff;
}

.footer-interior.fixed a.active {
	font-size: .9em;
	color: #ffffff;
}


.page-footer {
	min-height: 300px;
	background: url(../../images/contactBG.png) 30% 40% no-repeat #27313f;
	background-size: 20%;
	color: #ffffff;
	padding-top: 120px;
	padding-bottom: 180px;
}

.sub-footer {
	padding-bottom: 40px;
	padding-top: 40px;
	background-color: #a9a9a9;
}
.button-value {
	/*border: 3px solid rgba(255, 255, 255, 0.82);*/
	font-size: 1.5em;
	padding: 30px 40px;
/*	background-color: rgba(158, 224, 198, 0.28);*/
	border-radius: 6px;
	text-transform: uppercase;
	/*text-shadow: 0 0 5px rgba(30, 30, 30, 0.58);*/
	background-color: rgba(56, 171, 70, 0.73);
	transition-duration: 0.3s;
	-moz-box-shadow: 0 0 6px rgba(88, 88, 88, 0.7);
	box-shadow: 0 0 6px rgba(88, 88, 88, 0.7);
}

a.button-value {
	color: #ffffff;
}

.button-value:hover {
	background-color: rgba(52, 152, 64, 0.94);
	-moz-box-shadow: 0 0 12px rgba(62, 62, 62, 0.82);
	box-shadow: 0 0 12px rgba(62, 62, 62, 0.82);
}



/*.price-foot {
	display: none;
}*/

.onetimeBG {
	background: url(../../images/onetimeBG.png) right center no-repeat;
	height: 88px;
}

.bracketBG {
	background: url(../../images/bracketBG.png) right center no-repeat;
	height: 224px;
	width: 40%;
	float: left;
	padding-right: 80px;
}
.meter-price {
	float: right;
	font-size: .9em !important;
	line-height: 48px;
}

span.animate {
	transition-duration:0.3s;
}

.plan-meter.hidden {
	display: none;
}
.plan-meter {
	padding: 0 15px;
	color: #ffffff;
	font-size: 1.2em;
	background-color: #b1b1b1;
	margin-bottom: 40px;
	line-height: 48px;
	
}

.plan-meter.mid {
	width: 30%; background-color: #48CFAD; min-width: 220px;
}

.plan-meter.big {
	width: 70%; background-color: #4FC1E9;
	
}

.plan-meter.utl {
	width: 100%; background-color: #ED5565; margin-bottom: 0px;
	
}

.plan-meter.solo {
	width: 10%; min-width: 101px; background-color: #FFCE54;
}

.pricing {
	padding-top: 90px;
	padding-bottom: 100px;
	background-color: #ffffff;
	z-index: -2;
}

.pricing .panel {
	padding-top: 0px !important;
}

.pricing-table .button-group {
	margin: 10px;
}
.pricing-table .button {
	margin-bottom: 0px;
}

.pricing-table .detail {
	font-size: 0.8em;
	color: #808080;
}

.pricing-table .title h1 {
	font-size: 1.4em;
	padding-top: 12px;
	padding-bottom: 10px;
	color: #ffffff;
}

.pricing-table.sol .title {
	background-color: #FFCE54;
}
.pricing-table.mid .title {
	background-color: #48CFAD;
}
.pricing-table.big .title {
	background-color: #4FC1E9;
}
.pricing-table.unl .title {
	background-color: #ED5565;
}

.pricing-table.sol .round-body.active {
	border-color: #FFCE54;
}
.pricing-table.mid .round-body.active {
	border-color: #48CFAD;
}
.pricing-table.big .round-body.active {
	border-color: #4FC1E9;
}
.pricing-table.unl .round-body.active {
	border-color: #ED5565;
}

.pricing-table {
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	max-width:320px;
	margin-left:auto;
	margin-right: auto;
	background-color: #F6F6F6;
}
.panel-heading {
	/*margin: -1.25rem;*/
}