* {
	position: relative;
}

*, *:before, *:after, hr, hr:before, hr:after, input[type="search"], input[type="search"]:before, input[type="search"]:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bsradio, .bscheckbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bsradio label, .bscheckbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.bsradio input[type="radio"], .bscheckbox input[type="checkbox"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px;
}
.bsradio + .bsradio, .bscheckbox + .bscheckbox {
	margin-top: -5px;
}
.bsradio.disabled label, .bscheckbox.disabled label, fieldset[disabled] .bsradio label, fieldset[disabled] .bscheckbox label {
	cursor: not-allowed;
}
.has-success .bsradio, .has-success .bscheckbox, .has-success.bsradio label, .has-success.bscheckbox label {
	color: #3c763d;
}
.has-warning .bsradio, .has-warning .bscheckbox, .has-warning.bsradio label, .has-warning.bscheckbox label {
	color: #8a6d3b;
}
.has-error .bsradio, .has-error .bscheckbox, .has-error.bsradio label, .has-error.bscheckbox label {
	color: #a94442;
}
.form-inline .bsradio, .form-inline .bscheckbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .bsradio label, .form-inline .bscheckbox label {
	padding-left: 0;
}
.form-inline .bsradio input[type="radio"], .form-inline .bscheckbox input[type="checkbox"] {
	position: relative;
	margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
	top: 0;
}
.form-horizontal .bsradio, .form-horizontal .bscheckbox {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}
.form-horizontal .bsradio, .form-horizontal .bscheckbox {
	min-height: 27px;
}
.navbar-form .bsradio, .navbar-form .bscheckbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .bsradio label, .navbar-form .bscheckbox label {
	padding-left: 0;
}
.navbar-form .bsradio input[type="radio"], .navbar-form .bscheckbox input[type="checkbox"] {
	position: relative;
	margin-left: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #738a94;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #738a94;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #738a94;
}
:-moz-placeholder { /* Firefox 18- */
 color: #738a94;
}
label small {
	display: block;
	font-weight: 400;
	line-height: 1.2em;
}
.field-info {
	font-size: 14px;
}
.form-group:after {
	clear: both;
	content: "";
	display: table;
}
.form-control {
	border-radius: 0px;
	border: 0px;
	height: 45px;
	color: #011a2e;
	border-bottom: 2px solid #AFAFAF;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	text-align: inherit;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 0px;
}
.has-float-label .form-control:placeholder-shown:not(:focus)+* {
 line-height: 40px;
 font-size: 1em;
}
.has-float-label label, .has-float-label>span {
	left: 0;
	font-weight: 600;
	margin-top: -3px;
	background: #fff;
}
*:active, *:focus {
	outline: 0px;
}
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px solid #11a3df;
}
button, .btn, .button, a.btn, .jquery-msgbox-buttons button[type="submit"], .jquery-msgbox-buttons input[type="submit"], .jquery-msgbox-buttons button[type="button"], .jquery-msgbox-buttons input[type="button"], .jquery-msgbox-buttons button[type="reset"], .jquery-msgbox-buttons input[type="reset"] {
	height: 45px;
	line-height: 45px;
	font-size: 17px;
	font-weight: 600;
	padding: 0 2em;
	background: #11a3df;
	color: #fff;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	border: 0px;
	white-space: normal;
	max-width: 100%;
}
button:hover, .btn:hover, .button:hover {
	color: #fff;
	background: #011a2e
}
.btn.btn-white {
	background: #fff;
	color: #011a2e;
}
.btn.btn-white:hover {
	background: #011a2e;
	color: #fff !important;
}
.btn.btn-small {
	font-size: 15px;
	height: 35px;
	line-height: 38px;
}
.btn.btn-lg {
	font-size: 23px;
	font-weight: 700;
	line-height: 60px;
	height: 55px;
}
div.alert, .alert.alert-mini {
	border-width: 0px;
	font-size: 14px;
}
.form-horizontal .control-label {
	text-align: left;
}
.d-table {
	display:table;
}
/************/
a {
	color: inherit;
	color: #11A3DF;
}
a:hover {
	text-decoration: none;
}
b, strong, .bold, .strong {
	font-weight: 600;
}
img {
	max-width: 100%;
	height: auto;
}
body {
	font-family: 'Hind', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.6em;
	color: #738a94;
	background: #fff;
	display: block;
height: 100%;
overflow-y: scroll;

}
.bodywrap {
/*	width: 97%;
	max-width: 1900px;
	margin: auto;
		-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.11);
box-shadow: 0 0 20px 0 rgba(0,0,0,0.11);*/
}
h1, h2, .h1, .h2 {
	font-family: 'Oxygen', sans-serif;
	line-height: 1.5em;
}
.title, h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4 {
	color: #002442;
}
.small, small {
	font-size: 0.93em;
}
.container-fluid {
	background: #fff;
}
.lblue-bg {
	background: #f1fafd;
}
.dark-bg {
	background: #011a2e !important;
}
.purple-bg {
	background: #8145d3 !important;
}
.green-c {
	color: #8BB715;
}
.dark {
	color: #011a2e;
}
.row {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.row.rowfull {
	max-width: 100%;
}
.row.row-md {
	max-width: 1100px;
}
.row.rowlimited {
	max-width: 900px;
}
.modal-dialog {
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.modal-header .close {
	height: auto;
	margin-top: 0px;
	z-index: 2;
}
.modal-header .close:hover {
	background: none;
}
.limited {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
.lead {
	font-size: 22px;
	line-height: 1.45em;
}
}
.lead, .lead-lg {
	font-family: 'Hind', sans-serif;
}
.lead-lg, p.lead-lg {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: 400;
}
.centered {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.col-limited {
	width: 100%;
	max-width: 900px;
}
.coverlink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.error-box {
	height: auto;
}
.wow {
	visibility: hidden;
}
/** Announcements **/
#announcement {
	background: #11A3DF;
	margin-top: -37px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	padding-top: 3rem;
	border-bottom: 7px solid #8BB715;
}
#announcement.oh-party {
	background: url('../img/oh-party-bg.jpg') no-repeat top right;
	background-size: cover;
	color: #fff;
}
#announcement.oh-party:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#011a2e+0,011a2e+100&0.85+0,0.33+100 */
	background: -moz-linear-gradient(left, rgba(1,26,46,0.85) 0%, rgba(1,26,46,0.33) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(1,26,46,0.85) 0%, rgba(1,26,46,0.33) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(1,26,46,0.85) 0%, rgba(1,26,46,0.33) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9011a2e', endColorstr='#54011a2e', GradientType=1 ); /* IE6-9 */
}
#announcement.oh-party h1, #announcement.oh-party h2, #announcement.oh-party h3 {
	color: #fff;
	margin: 0px;
	margin-bottom: 0.35em;
}
#announcement .details {
	display: block;
	margin-bottom: 10px;
}
#announcement .details i {
	width: 20px;
	font-size: 1.4em;
	text-align: center;
	margin-right: 4px;
}
.btn-bar {
	border-radius: 0;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 38px;
	height: 37px;
	background: transparent;
	z-index: 22;
	color: #fff;
	display: block;
	padding: 0;
	font-weight: 500;
}
.btn-bar:hover {
	color: #fff;
}
.btn-bar.collapsed {
	background: rgba(255,168,0,0.95);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.btn-bar.collapsed:hover {
	background: rgba(139,183,21,0.78);
}
.oh-party-tog:before {
	content: "X Close ";
	display: table;
	text-align: right;
	font-weight:bold;
	background: #8BB715;
	float: right;
	padding: 1rem 2rem;
	-webkit-border-radius: 0 0 0 9px;
	border-radius: 0 0 0 9px;
}
.oh-party-tog.collapsed:before {
	content: "You're Invited To a Party! - RSVP Today";
	/* margin-right: .5rem; */
	display: block;
	text-align: center;
	width: 100%;
	font-size:22px;
	font-weight:normal;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9e2ce0+0,4c0c9b+100 */
background: #9e2ce0; /* Old browsers */

 background: linear-gradient(270deg, #9520bc, #5d39af, #627ee2, #82c74e, #eba525, #dc3f56);
background-size: 1200% 1200%;


-webkit-animation: GradAni 53s ease infinite;
-moz-animation: GradAni 53s ease infinite;
animation: GradAni 53s ease infinite;

	padding: 1rem 2rem;
	color:#fff;
	-webkit-border-radius:0;
	border-radius:0;
/*
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
*/
}
 @-webkit-keyframes GradAni {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes GradAni {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes GradAni {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
/** site menu **/
.topbar {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	padding-left: 0px;
	padding-right: 0px;
	background: transparent;
}
.topbar .navwrap {
	margin-top: -1px;
}
#mobile-tog {
	height: 70px;
	width: 70px;
	text-align: center;
	color: #fff;
	padding: 0px;
	line-height: 70px;
	float: right;
	overflow: hidden;
	cursor: pointer;
	font-size: 30px;
	top: 0;
	right: 0;
	z-index: 11;
	display: none;
}
.mainnav {
	display: block;
	text-align: right;
}
.mainnav li {
	display: inline-block;
	overflow: hidden;
}
.mainnav li a {
	line-height: 70px;
	color: #fff;
	display: block;
	padding: 0 1em;
	font-weight: 600;
}
.mainnav li.joinlink {
	padding-right: 30px;
}
.mainnav li.joinlink:before, #mobile-tog:before {
	content: "";
	width: 190px;
	height: 190px;
	background: #8BB715;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -135px;
	margin-right: -90px;
	display: block;
	border-radius: 100px;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

@media all and (max-width: 900px) {
.mainnav li.joinlink:before, #mobile-tog:before {
	width: 130px;
	height: 130px;
	margin-top: -75px;
	margin-right: -75px;
}
	
}
.mainnav li.joinlink:hover:before, #mobile-tog:hover:before {
	transform: scale(2.5);
}
#pagelogo_wrap {
	padding: 15px;
	padding-left: 30px;
	display: inline-block;
		overflow: hidden;
	-moz-overflow: hidden;
}

#pagelogo_wrap:before {
	content: "";
	width: 190px;
	height: 190px;
	background: #11A3DF;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -135px;
	margin-left: -90px;
	display: block;
	border-radius: 100px;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
#pagelogo_wrap:hover:before {
	transform: scale(6.0);
}
#pagelogo {
	max-height: 30px;
}

@media all and (max-width: 900px) {
	#pagelogo_wrap {
	padding-left: 15px;
}
#pagelogo_wrap:before {
width: 130px;
height: 130px;
margin-top: -75px;
margin-left: -75px;	
}
}
/** 404 Page **/
.page-404 {
	min-height: 100vh;
	padding: 30vh 5rem 20vh;
	color: #fff;
	text-align: center;
}
.page-404 h1 {
	color: #fff;
}
/** Homepage **/
.effect-over {
	opacity: 0.75;
}
.home-main {
	background: url('../img/home_bg.jpg') no-repeat top left #011a2e;
	/* background-attachment: fixed; */
	background-size: cover;
	color: #fff;
	min-height: 600px;
	margin-bottom: 0px;
}
.agent-a {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: 100%;
	display: block;
	margin-bottom: -10px;
	z-index: 2;
	max-height: 80vh;
}
.blue-half {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
}
.main-text {
	background: url(../img/blue-slant.svg) no-repeat top left;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}
/** background fill in case **/
.main-text:before {
	content: "";
	display: block;
	width: 60%;
	height: 100%;
	background: #011A2E;
	position: absolute;
	top: 0;
	right: 0;
}
.main-text h1 {
	color: #fff;
}
.main-text h1 strong {
	font-size: 80px;
}
.main-text .text-wrap {
	top: 50%;
	float: right;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	max-width: 490px;
	margin: 2rem 7.5rem 2rem 2rem;
	z-index: 4;
	background: #011a2e;
	padding: 2.5rem;
}
.home-intro {
	text-align: center;
}
.home-features h4 {
	color: #fff;
	text-align: center;
}
.home-features .textwrap {
	background: #011a2e;
	color: #f1fafd;
	font-size: 16px;
	line-height: 1.4em;
	text-align: center;
	padding-bottom: 50px;
	margin-bottom: 15px;
}
.home-features .textwrap .arrowlink {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	text-align: right;
	font-size: 16px;
	padding: 0.75rem;
}
.nopadding {
	padding-left: 0px;
	padding-right: 0px;
}
/* Button Fills */
.coverbtn {
	position: relative;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
}
.coverbtn:before {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: -30px;
	margin-bottom: -30px;
	width: 75px;
	height: 75px;
	content: '';
	background: #11a3df;
	border-radius: 100px;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
	box-sizing: border-box;
}
.coverbtn:after {
	font-family: 'am' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\e5c8";
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 1rem;
}
.coverbtn:hover:before {
	transform: scale(10);
	opacity: 0.12;
}
.home-edge-item img {
	display: block;
	margin: auto;
	max-width: 170px;
}
.home-edge-item h3 {
	text-align: center;
}
.bgrad-bg {
	background: #0b8cd8; /* Old browsers */
	background: -moz-linear-gradient(left, #0b8cd8 0%, #11a3df 51%, #0b8cd8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0b8cd8 0%, #11a3df 51%, #0b8cd8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0b8cd8 0%, #11a3df 51%, #0b8cd8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b8cd8', endColorstr='#0b8cd8', GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: inset 0 0 200px 0 rgba(11,140,216,0.24);
	box-shadow: inset 0 0 200px 0 rgba(11,140,216,0.24);
	color: #fff;
}
.test-wrap {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0b8cd8+0,11a3df+51,0b8cd8+100 */
	background: #0b8cd8; /* Old browsers */
	background: -moz-linear-gradient(left, #0b8cd8 0%, #11a3df 51%, #0b8cd8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0b8cd8 0%, #11a3df 51%, #0b8cd8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0b8cd8 0%, #11a3df 51%, #0b8cd8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b8cd8', endColorstr='#0b8cd8', GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: inset 0 0 200px 0 rgba(11,140,216,0.24);
	box-shadow: inset 0 0 200px 0 rgba(11,140,216,0.24);
	color: #fff;
}
.test-wrap h2 {
	color: #fff;
}
.stat-block {
	background: rgba(255,255,255,0.17);
	padding: 3rem 1.5rem 2.4rem;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: block;
}
.stat-block:after {
	display: table;
	clear: both;
	content: "";
}
.stat-block i {
	font-size: 37px;
	float: left;
	width: 23%;
	text-align: right;
}
.stat-block .textcount {
	float: right;
	width: 73%;
	font-size: 38px;
}
.stat-block .textcount span {
	font-size: 16px;
	display: block;
	font-family: 'Oxygen', sans-serif;
	margin-top: 4px;
}
#test-slider {
	overflow: visible;
}
#test-slider cite {
	display: flex;
	align-content: center;
}
#test-slider .test-img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	display: flex;
	margin-right: 15px;
}
#test-slider .test-info {
	display: flex;
	flex-direction: column;
}
#test-slider .test-info span {
	color: #fff;
	margin: 0px;
	padding: 0px;
	display: block;
	line-height: 1.34em;
}
#test-slider .test-info span.name {
	margin-top: 18px;
	font-weight: 600;
}
#test-slider .test-info span.company {
	font-style: italic;
	font-size: 16px;
}
#tour-signup {
	background: url('../img/confetti.png') no-repeat bottom center #fff;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
#tour-signup form {
	width: 100%;
	max-width: 400px;
}
#tour-signup #name {
	display: none;
}
/** Subpage Styles **/
.subpage_top {
	background: #011a2e;
	color: #fff;
	text-align: center;
	padding-top: 130px;
	padding-bottom: 6rem;
	width: 100%;
}
.subpage_top h1 {
	color: #fff;
	font-size: 45px;
	margin-top: 3rem;
	margin-bottom: 2rem;
	font-weight: 600;
}
.subpage_top .lead {
	color: #fff;
}
.subpage_top .nav-tabs {
	display: table;
	margin: 4rem auto 0;
	color: #fff;
	border: 0px;
}
.subpage_top .nav-tabs>li {
	float: none;
	display: inline-block;
}
.subpage_top .nav-tabs li {
	border-bottom: 4px solid rgba(255,255,255,0);
}
.subpage_top .nav-tabs li a {
	color: #fff;
	border: 0px;
	font-size: 22px;
	display: block;
	padding: 0.65em 1em;
	font-weight: 500;
	background: none;
}
.subpage_top .nav-tabs li.active:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: -6px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-bottom: solid 10px #fff;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}
.subpage_top .nav-tabs li:hover, .subpage_top .nav-tabs li.active {
	border-bottom: 4px solid #11A3DF;
	background: none !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a {
	background: none !important;
	border: 0px !important;
}
.nav-tabs>li.active>a {
	color: #11A3DF;
}
.subpage_top .nav-tabs.affix {
	background: #011a2e;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	margin-top: 0;
}
.subpage_top .nav-tabs.affix li a {
	font-size: 17px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #11A3DF;
}
.subpage_top .nav-tabs.small-nav {
	margin-top: 0.5rem;
	margin-bottom: 1.25rem;
}
.subpage_top .nav-tabs.small-nav li a {
	font-size: 15px;
}
/******* Features Page ***********/
#menuFunnel {
	margin-top:3rem;
	clear: both;
}
.features-signupform {
	padding: 2rem;
	border: 1px solid rgba(0,0,0,0.082);
}
.features_box {
	margin-bottom: 1.25rem;
}
.img-caption {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.48em;
	display: block;
	margin-top: 0.75em;
}
/** Footer **/
footer {
	background: #011a2e;
	color: #fff;
}
.foot-logo {
	font-size: 34px;
	display: block;
}
footer address {
	font-size: 15px;
}
footer .big-link {
	font-size: 18px;
	font-weight: 600;
	display: block;
}
footer .big-link a:hover {
	color: #11A3DF;
}
footer .big-link i {
	font-size: 21px;
	margin-right: 10px;
}
footer .big-link * {
	vertical-align: middle;
}
footer h4 {
	color: #11a3df;
	font-weight: 600;
	font-size: 18px;
}
.footer-links {
	font-size: 15px;
	line-height: 1.5em;
}
.footer-links a {
	color: #fff;
}
.footer-links a:hover {
	color: #11A3DF;
}
footer .copyright {
	display: block;
	font-size: 16px;
	line-height: 1.4em;
}
footer .copynote {
	display: block;
	font-size: 15px;
	color: #11a3df
}
.small-footer-links {
	text-align: right;
	font-size: 14px;
}
.small-footer-links a {
	color: #11a3df;
	font-weight: 600;
}
.small-footer-links a:hover {
	color: #fff;
}
.small-footer-links li + li:before {
	display: inline-block;
	content: "/ ";
	margin-right: 10px;
	opacity: 0.25;
}
.socialicons  {
	margin: 1.5rem 0 0;
}
.socialicons a {
	display:block;
	float:left;
	height: 36px;
	width: 36px;
	line-height: 38px;
	font-size: 18px;
	color: #fff;
	background: #11A3DF;
	border-radius: 50%;
	text-align: center;
	font-weight: 400;
}
.socialicons a:hover {
	background: #fff;
	color: #010E15;
}
.socialicons a + a {
	margin-left: 5px;
}
/** Tooltips need some styling **/
.ui-widget-shadow{
	-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.2);
	box-shadow:0px 0px 8px rgba(0,0,0,0.2) }
.ui-widget {
	font-family: 'Hind', sans-serif;
	font-size:15px;
}
.ui-widget .ui-widget {
	font-size: 15px;
}
.tooltip-inner {
	padding: 10px !important;
	background-color: #3072e0 !important;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #3072e0 !important;
}
.tooltip.top-left .tooltip-arrow {
	border-top-color: #3072e0 !important;
}
.tooltip.top-right .tooltip-arrow {
	border-top-color: #3072e0 !important;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #3072e0 !important;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #3072e0 !important;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #3072e0 !important;
}
.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #3072e0 !important;
}
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #3072e0 !important;
}
section.page-header {
	padding: 25px 0;
}
.premium-thumbnail-circle .spinner {
	border-color: #006fdd;
	border-right-color: #6cb6ff;
	border-bottom-color: #6cb6ff;
}
.premium-thumbnail-circle {
	margin: 0 auto !important;
}
#down_white {
	position: relative;
	top: -30px;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 75px solid #ffffff;
}
#down_blue {
	position: relative;
	top: -20px;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 75px solid #d9edf7;
}
.lSAction > a {
}

/************** RESPONSIVE STYLS ****************/
@media all and (max-width: 1500px) {
.agent-a {
	max-height: 400px;
	width: auto !important;
}
.main-text .text-wrap {
	
	padding: 2rem;
	float: right;
	margin-right: 0;
}
}

@media all and (max-width: 1400px) {
.mainnav li a {
	font-size: 15px;
	font-weight: 500;
}
.agent-a {
	display: none;
}
.main-text {
	width: 60%;
}
}

/* Large devices (large desktops, 1200px and up) */
@media all and (max-width: 1200px) {
	#mobile-tog {
	display: block;
	line-height: 60px;
	height: 60px;
	width: 60px;
}
.mainnav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(139,183,21,0.90);
	padding: 90px 1rem 2rem;
}
.mainnav.open {
	display: block;
}
.mainnav li {
	display: block;
}
.mainnav li a {
	font-size: 22px;
	text-align: center;
	display: block;
	line-height: 48px;
}
.mainnav li a:hover {
	background: rgba(0,0,0,0.2);
}
.mainnav li.joinlink:before {
	display: none;
}
#mobile-tog.open:before {
	background: #011a2e;
}
#mobile-tog.open i:before {
	content: "\e93e";
}
.main-text {
	display: block;
	position: relative;
	background: transparent;
	width: 100%;
	margin: 0px;
	top: 0;
	 margin-top: 400px;
	 height: auto;
}
.main-text:before {
	display: none;
}
.main-text .text-wrap {
	float: none;
	width: 100%;
	margin: 0px;
	padding: 1rem 2rem 5rem;
	max-width: none;
	z-index: 2;
	background: rgba(1,26,46,0.42);
	text-align: center;
	    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
	
}
.main-text h1 strong, .main-text h1 {
	font-size: 40px;
}
.home-main {
	padding-left: 0px;
	padding-right: 0px;
}

}

/* Medium devices (desktops, 992px and up) */
@media all and (max-width: 992px) {
.subpage_top {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 100px;
}

.stat-block {
	margin-top: 15px;
	margin-bottom: 15px;
}
.subpage_top .nav-tabs li a {
	font-size: 17px;
}

}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
	.main-text h1 strong, .main-text h1 {
		font-size: 32px;
	}
	.oh-party-tog.collapsed:before {
		font-size: 19px;
		line-height: 1.35em;
	}
#pagelogo {
	max-height: 28px;
}

.copy-links {
	text-align: center;
}
.small-footer-links {
	text-align: center;
}
.stat-block i {
	font-size: 22px;
	width: 12%;
}
.stat-block .textcount {
	width: 84%;
	font-size: 32px;
}
.stat-block .textcount span {
	font-size: 14px;
	line-height: 1.4em;
}
.home-main {
	background: url('http://viewthisgreathome.com/assets/frontend_2018/img/home_bg_mobile.jpg') no-repeat top center #011a2e;
	background-size: cover;
}
.home-intro .btn {
	height: auto;
	line-height: 1.35em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.home-feature-item {
	width: 100%;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	display: block;
    float: none;
}
.subpage_top h1 {
	font-size: 40px;
}
.foot-logo {
	display: table;
	margin: 0px auto 10px;
}
footer address {
	text-align: center;
}
footer .foot-1 {
	text-align: center;
}
footer .big-link {
	display: inline-block;
	margin: 0 20px;
}
}

/* X-Small devices  */
@media all and (max-width: 500px) {
}

#gotoTop {
	float:right;
	margin-right:30px;
	background:#011a2e;
	margin-top:-20px;
	border-radius:8px;
	padding:1px 8px; 
	font-size:30px;
	cursor:pointer;
}