
/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0 auto 0 auto; width:100%; font-size: 1em; line-height: 1.4; border-top: 4px solid #2f85c4;background-color: #f2f2f2; font-family: "proxima-nova", sans-serif;}

/*
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*/

a { color: #2f85c4; text-decoration:none; }
/*a:visited { color: #551a8b; }*/
a:hover { color: #20679b; border-bottom:dotted 1px #20679b; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ===== Primary Styles ========================================================
   Author: Brian Scates
   ========================================================================== */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


.clear-all {
	clear:both;
}


body.homepage { 
}

#container {
	width:100%;
	margin:0 auto 0 auto;
}

header {
	background-color:#fff;
	height:auto;
	width:100%;
	margin:0 auto 0 auto;
	background-repeat: repeat-x;
	background-position: bottom;
	min-height:126px;
	min-width:600px;

	z-index: 999;
}

/*------ CALL BAR STYLES ------- */

#call-bar {
	background-color: #2f85c4;
	padding: 12px auto 12px auto;
	
	box-shadow: 		inset 0 0px 50px rgba(0,0,0,0.2);
	-moz-box-shadow: 	inset 0 0px 50px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0px 50px rgba(0,0,0,0.2);
}

#call-bar label.call {
	color: #FFF;
	vertical-align: middle;
	position: relative;
	display: inline;
	font-size: 18px;
}

#call-bar form .form-input {
	padding: 6px 8px 6px;
	margin:0 6px 6px 0;
	font-weight:300;
	font-size: 18px;
	color: #666;
	border: solid 1px #cccccc;
	vertical-align: bottom;
	
	border-radius: 			6px;	
	-moz-border-radius: 	6px; 
	-webkit-border-radius: 	6px;
	
	box-shadow: 			0 0 4px rgba(0,0,0,0.25); 
	-moz-box-shadow: 		0 0 4px rgba(0,0,0,0.25); 
	-webkit-box-shadow: 	0 0 4px rgba(0,0,0,0.25); 
	
/* 	-webkit-text-size-adjust: 120%;  */

}

#call-bar form #submitbutton {
	margin: 0 6px 6px 0;
	width: 150px;
}

#call-bar form .phoneinput {
	width: 9em;
	min-width: 69px;
}

/*------ CALL BAR THANKS SPLASH------- */

.redirect-splash-container {
	
	background: #fff;
	color: #666;
	width: 50%;
	
	margin: 20% auto 0 auto;
	padding: 50px;
	
	border-radius: 			6px;	
	-moz-border-radius: 	6px; 
	-webkit-border-radius: 	6px;
	
	box-shadow: 			0 0 4px rgba(0,0,0,0.25); 
	-moz-box-shadow: 		0 0 4px rgba(0,0,0,0.25); 
	-webkit-box-shadow: 	0 0 4px rgba(0,0,0,0.25); 
}

/*------ QUOTE STYLES------- */

.quote {
	position:relative;
	text-align:center;
	margin:0px auto 40px auto;
	padding: 0 5% 0 5%;
	max-width: 900px;
	z-index: 999;
}
.quote h3 {
	
	font-size:30px;
	font-weight:300;
	line-height: 0.95;
	color:#2f85c4;
	letter-spacing:-0.2px;
	margin:0;
	padding:0;
	text-shadow: 1px 2px 0px #FFF;	

}
.quote p.attribute {
	
	font-size:18px;
	color:#434343;
	margin:0;
	padding:0;
	text-shadow: 1px 2px 0px #FFF;	

}

.blockquote {
	position:relative;
	text-align:left;
	margin:1px auto 40px auto;
	max-width:786px;
/* 	-webkit-text-size-adjust: 150%;  */
}
.blockquote h3 {
	
	font-size:30px;
	font-weight:300;
	color:#2f85c4;
	letter-spacing:-0.2px;
	margin:0;
	padding:0;
	text-shadow: 1px 2px 0px #FFF;	

}
.blockquote p.block-copy {
	font-weight:300;
	font-size:18px;
	color: #5f5f5f;
	text-shadow: 1px 2px 0px #FFF;	
	margin:0;

}

.large{
	padding: 12px 20px 12px;
	font-weight: 300;
	font-size: 24px;
}

.small{
	padding: 8px 8px 8px;
	margin: 0 auto 0 auto;
	font-weight: 300;
	font-size: 18px;
	width: 90%;
	text-align: center;
}

.rbutton{
	display: inline-block;
	position: relative;
	cursor: pointer;
	z-index:999;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	
	border-radius: 			8px;	
	-moz-border-radius: 	8px; 
	-webkit-border-radius: 	8px;
	
	box-shadow: 		0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 	0 1px 3px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border: 1px solid rgba(0,0,0,0.1);
	
/* 	-webkit-text-size-adjust: 120%;  */
}

.orange{
	background: #ca713c url(../img/button-orange-gradient.png) repeat-x;
	font-weight: 700;
}

.orange:hover{
	background: #b2602d;
	color:#efefef;
}

.gray{
	font-weight: 300;
	color: #c7c7c7;
	cursor:default;
	text-shadow: none;
	
	background:linear-gradient(#ffffff 0%, #e9e9e9 97.35%);
	background:-moz-linear-gradient(#ffffff 0%, #e9e9e9 97.35%);
	background:-webkit-linear-gradient(#ffffff 0%, #e9e9e9 97.35%);
	
	box-shadow: 		0 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 	0 0px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0px 1px rgba(0,0,0,0.1);
}

.white{
	font-weight: 500;
	color: #2f85c4;
	cursor:default;
	text-shadow: none;
	
	background:linear-gradient(#ffffff 0%, #e9e9e9 97.35%);
	background:-moz-linear-gradient(#ffffff 0%, #e9e9e9 97.35%);
	background:-webkit-linear-gradient(#ffffff 0%, #e9e9e9 97.35%);
	
	box-shadow: 		0 0px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 	0 0px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0px 1px rgba(0,0,0,0.1);
}



#submitbutton {
	/*width:30%;*/
}

/* ===== HEADER AREA =====================================================*/

#head-container {
	width:90%;
	max-width:1000px;
	margin:0 auto 0 auto;
	padding-bottom:10px;
}
header h1 {
	position:relative;
	background-image:url(../img/selligy-logo.svg);
	background-size: 150px;
	background-repeat:no-repeat;
	padding:30px 0px 0px 0px;
	margin:40px 0 0 0px;
	width: 153px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	float:left;
	z-index:888;
}
body.beta-register header h1 {
	float:none;
	margin: 40px auto 0 auto;
	text-align:center;
	width:100%;
	background-position:center;

}
header h2, h2.tour-title, h2.subpage-title {
	position:relative;
	padding: 130px 0 15px 0px;
	text-shadow: 0px 2px 0px #FFF;	
	font-weight:700;
	font-size:60px;
	color:#2f85c4;
	letter-spacing:-.2px;
	line-height: 70px;
	text-transform: uppercase;
	margin:0 auto 0 auto;
	text-align:center;
	width:100%;
	max-width:1000px;
}
h2.subpage-title {
	padding: 20px 0 0px 0px;
	margin:0 0 20px 0;
	text-align:left;
}
div.content-block h2.tour-title {
	margin: 0 auto 0 auto; 
	text-align:center;
}

#nav-top-container {
	position:relative;
	float:right;
	z-index:999;
/* 	-webkit-text-size-adjust: 160%; 	 */
}

#nav-top-container a {border: none;}

#nav-top-container ul {
	margin-top:50px;
	padding-right: 0px;
}

#nav-top-container ul li {
	position:relative;
	list-style-type: none;
	display: inline-block;
	font-weight:300;
	font-size:20px;
	margin:-15px 0 0 25px;
	color:#8d8d8d;
}

#nav-top-container ul li a {
	border:none;
	color:#8d8d8d;
	text-decoration:none;
}

#nav-top-container ul li a:hover {
	border:none;
	color:#2f85c4;
	text-decoration:none;
}

div.nav-special {
	color:#FFF;
	border: solid 3px #eeeeee;
	padding:8px 20px 8px 20px;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	float: right;
	margin-top: 34px;
	margin-left: 15px;
	z-index: 99;
	
	text-shadow: 0px -1px 1px #333333;
	background-color: #ce8337;
	
	background: -webkit-linear-gradient(#ce8337 0%, #b96837 100%);
	background: -moz-linear-gradient(#ce8337 0%, #b96837 100%);
	background: linear-gradient(#ce8337 0%, #b96837 100%);

	border-radius: 			30px;
	-moz-border-radius: 	30px;
	-webkit-border-radius: 	30px;
}

a.smallScreen div.nav-special {
	display: inline-block;
	float: right;
	margin-top: -62px;
	margin-left: 15px;
	position: absolute;
	top:6px;
	right:0px;
}

div.nav-special a {color:#FFF;
}

div.nav-special:hover {
    background-color: #b96837;
	background: -webkit-linear-gradient(#b96837 0%, #ce8337 100%);
	background: -moz-linear-gradient(#b96837 0%, #ce8337 100%);
	background: linear-gradient(#b96837 0%, #ce8337 100%);
}

#nav-top-container ul li a.nav-active {
	border-bottom:3px solid #2f85c4;
	color:#2f85c4;
}


.video-box {
	position: relative;
	margin-top:212px;
	width:882px;
	background-color:#fff;
	margin:10px auto 0px auto;
	padding:14px;
	
	box-shadow: 		0 0 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 	0 0 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.25);

/* 	-webkit-text-size-adjust: 200%; 	 */
}

.smallScreen .video-box {
	width: 570px;
}

.video-box-shadow {
	background: url(../img/videobox-shadow.png) no-repeat;
	background-position:center;
	margin:0 auto 0 auto;
	height:63px;
	position:relative;
	top:0px;
	/*left:-40px;*/
	max-width:900px;
	min-width:800px;
}

.smallScreen .video-box-shadow {
	background: url(../img/videobox-small-shadow.png) no-repeat;
	min-width: 500px;
	max-width: 600px;
}


/* ===== MAIN CONTENT AREA =====================================================*/
.content-block {
	width:90%;
	max-width:900px;
	min-width:600px;
	margin: 0 auto 0 auto;
	font-weight:300;
}

.content-block p, .content-block ul li {
	font-weight:300;
	color:#5f5f5f;
	text-shadow: 0px 2px 0px #FFF;	
	margin: 0 0 15px 0;
	
	/*-webkit-text-size-adjust: 200%;*/
}


.content-block strong {
	font-weight:700;
}

.content-block h3 {
	font-weight:700;
	font-size:25px;
	color: #2f85c4;
	letter-spacing:-0.2px;
	text-shadow: 0px 2px 0px #FFF;	
	margin: 0px 0 8px 0;
	
	/*-webkit-text-size-adjust: 200%;*/
}

.narrow-block {
	max-width: 700px;
}

.container-2col .container-leftcol {
	/*position: relative;*/
	float:left;
	width:60%;
	min-width:300px;
	margin:0 20px 0 0;
}

.container-2col .container-rightcol {
	position:relative;
	float:left;
	width:35%;
	margin:0 0 0 0px;

}

/* ===== PRICING PAGE =====================================================*/

#head-pricing {
	background-image: url(../img/bg_pricingwindow.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position:center top;
	background-attachment: fixed;
	
}

.pricing-column-container {
	position: relative;
	width: 100%;
	max-width: 800px;
	height: inherit;
	margin: 0 auto 0 auto;
	padding: 50px 20px 80px 20px;
	
}

div.pricing-column {
	position: relative;
	text-align: left;
	float: left;
	background-color: white;
	width: 48%;
	min-width: 300px;
	max-width: 470px;
	margin: 0 auto 40px auto;
	padding: 0px;
	
	border-radius: 			8px;	
	-moz-border-radius: 	8px; 
	-webkit-border-radius: 	8px;
	
	box-shadow: 		0 0 14px rgba(0,0,0,0.4);
	-moz-box-shadow: 	0 0 14px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 14px rgba(0,0,0,0.4);
}

div.column2 {float:right;}

.color-top {
	margin: 0;
	padding: 18px 22px 18px 28px;
	
	border-radius: 				8px 8px 0px 0px;	
	-moz-border-radius-top: 	8px 8px 0px 0px; 
	-webkit-border-radius-top: 	8px 8px 0px 0px;
}

div.column1 .color-top {
	background-color: #d5753a;
}

div.column2 .color-top {
	background-color: #2f85c4;
}

div.pricing-column h2 {
	margin: 0 0 0px 0;
	color: #FFF;
	font-size: 36px;
	font-weight: 100;
	text-shadow: 0px -1px 0px #666666;
}

div.pricing-column h2 strong {
	font-weight: 500;
}

div.pricing-column h3 {
	margin: 0;
	color: #FFF;
	font-size: 24px;
	font-weight: 100;
	margin: 0;
}

div.column2 h3 {
	color: #67a4fa;
}

div.pricing-column ul {
	list-style: none;
	margin: 16px 28px 12px 24px;
	padding: 0 0 0 1.2em;
	min-height: 190px;
	font-size: 18px;
	font-weight: 100;
	text-indent: -0.9em;
	color: #6f6f6f;
}

div.pricing-column ul li {
	color: #666666;
	margin-bottom: 8px;
}

div.pricing-column ul li:before {
    content: "\00BB \0020";
    color: #6f6f6f;
    font-size: 22px;
    }

div.pricing-column .rbutton {
	margin: 12px auto 18px 20px;
}

/* ===== ABOUT SELLIGY PAGE =====================================================*/

ul.about-team {
	list-style:none;
	margin:0;
	padding:0;

}

ul.about-team li{
	clear:both; 
	margin:0 0 20px 0;	
	min-height:120px;
	
	/*-webkit-text-size-adjust: 200%;*/ 	
}

ul.about-team li img.team-photo {
	float:left;
	margin:0 12px 0 0;
	border:8px solid #ffffff;
	
	border-radius: 			4px;	
	-moz-border-radius: 	4px; 
	-webkit-border-radius: 	4px;
	
	box-shadow: 			0 0 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 		0 0 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 	0 0 4px rgba(0,0,0,0.25);

}

p.team-name {
	font-size:17px;
	font-weight:700;
	color:#111;
	margin:0px 0 0 0;
	padding:0;
	letter-spacing:-.2px;

}

p.team-title {
	font-size:17px;
	font-weight:300;
	margin:0;
	padding:0;
	letter-spacing:-.2px;
}

p.team-social {
	margin: 0 0 8px 0;
}
p.team-bio {
	margin-left:112px;
	color: #838383;
}

img.bio-icon {
	margin: 0 0 0 6px;
}

ul.news {
	list-style:none;
	margin:0;
	padding:0;
}

ul.news li{
	clear:both; 
	margin:0 0 20px 0;	
	/*-webkit-text-size-adjust: 200%;*/ 	
}

ul.news li a {
	color: #CE8237;
}

div.address h4 {
	font-size: 24px;
	color: #696969;
	letter-spacing: -.1px;
	font-weight: 500;
	margin: 0 0 8px 0;
	text-shadow: 1px 2px 0px #FFF;	
	
}
div.address p {
	font-size: 18px;
	color: #696969;
	letter-spacing: -.1px;
	font-weight: 300;
}
div.address a {color: #ce8237;}

/* ===== SUPPORT PAGE =====================================================*/

.answers h3 {
	color: #333333;
}

.answers h4 {
	margin-bottom: 0;
}

.page-support .container-rightcol {
	width: 20%;
	float: right
}

.page-support .container-leftcol {
	width: 75%;
	float: left
}

.container-leftcol-interior {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.container-rightcol-interior {
	width: 48%;
	float:left;
	
}



/* ===== FEATURE AREA =====================================================*/

#feature-summary {
	width:95%;
	max-width:900px;
	min-width:600px;
	margin:0 auto 35px auto;
	padding:40px 0 80px 40px;
	text-align: center;
	clear: both;
}

.feature-item {
	width:30%;
	margin:0px 0px 0px 0px;
	padding:0 0 20px 0px;
	text-align: left;
	float: left;
}

.feature-item.feature2 {
	margin: 0 30px 0 30px;
}

.feature-item img {
	float: left;
	position: relative;
	left: -8px;
	border:10px solid white;
	margin: 0px 0px 20px 0px;
	margin-bottom: 20px;
	
	box-shadow: 		0 2px 6px rgba(0,0,0,0.15);
	-moz-box-shadow: 	0 2px 6px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.feature-item h3 {
	font-weight:500;
	font-size:20px;
	color: #2f85c4;
	text-shadow: 0px 2px 0px #FFF;	
	margin:20px 0 10px 0;
	/*-webkit-text-size-adjust: 150%; 	*/
} 

.feature-item p {
	font-weight:300;
	font-size:16px;
	color: #5f5f5f;
	text-shadow: 0px 2px 0px #FFF;	
	margin:0;
	/* 	-webkit-text-size-adjust: 150%;  */
} 

.badges {
	margin: 20px auto 20px auto;
	text-align: left;
}

.badges a:hover {text-decoration: none; border: none;}

.feature-item div.image {
	background-repeat: no-repeat;
	float: left;
	position: relative;
	height: 170px;
	width:100%;
	left: -8px;
	border:10px solid white;
	margin: 0px 0px 20px 0px;
	margin-bottom: 20px;
	
	box-shadow: 		0 2px 6px rgba(0,0,0,0.15);
	-moz-box-shadow: 	0 2px 6px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.feature1 div.image {
	background-image: url(../img/feature-meetings.png);}
.feature2 div.image {
	background-image: url(../img/feature-whentoleave.png);}
.feature3 div.image {
	background-image: url(../img/feature-salesforce.png);}
	
	
.white-box #badge-jambox {
	background-image:url(../img/badge-jambox.png);
	width:260px;
	height:265px;
	position:absolute;
	float:right;
	top: 20px;
	right: -16px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index:999; 
	font-size:18px;
	font-weight:300;
	color:#5f5f5f;
	cursor: hand;
}

/* ==== WHITE BOX =================================================================*/

.white-box {
	width:90%;
	min-width:600px;
	max-width:800px;
	background-color:#fff;
	position:relative;
	margin:20px auto 0px auto;
	padding:30px 30px 20px 50px;
	display: block;
	
	border-radius: 			6px;	
	-moz-border-radius: 	6px;	
	-webkit-border-radius: 	6px;
	
	box-shadow: 			0 0 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 		0 0 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 	0 0 4px rgba(0,0,0,0.25);

	/*-webkit-text-size-adjust: 200%; */
}

.white-box .white-box-rightcol {
	width:30%;
	position:relative;
	float:left;
}

.white-box .white-box-leftcol {
	width:32%;
	position:relative;
	float:left;
	display: block;
}

.get-selligy .white-box-leftcol {
	width: 52%;
	min-width: 11em;
	
}

.get-selligy .white-box-rightcol {
	width: 46%;
	border-left: 1px solid #cbcbcb;
	margin-left: 8px;
	padding-left: 16px;
	min-height: 100px;
	z-index: 9999;
}

.white-box.get-selligy {
	margin: 60px auto 0 auto;
}

.white-box-shadow {
	background: url(../img/beta-signup-box-shadow.png) no-repeat;
	background-position:center;
	background-size: 100%;
	height:35px;
	position:relative;
	top:0px;
	width:90%;
	min-width:600px;
	max-width: 800px;
	margin:0 auto 0 auto;
}

.white-box h2 {
	margin:0 0 6px 0;
	font-weight:500;
	font-size:36px;
	color:#ce8237;
	width:100%;
	
	/*-webkit-text-size-adjust: 150%; */

}

.white-box p {
	margin: 6px 0 14px 0;
	font-size:18px;
	font-weight:300;
	color:#5f5f5f;

}

.white-box p.disclaimer {
	font-size: 14px;
	color: #ccc;
	text-align: center;
}

.thankyou .white-box-leftcol {
	width: 60%;
	min-width: 11em;
	
}

.white-box form {
	margin:0;
	padding:0;
	z-index:999;
}

.white-box form .form-input {
	padding: 12px 10px 9px;
	margin:0px 6px 4px 0;
	width: 75%;
	font-weight:300;
	font-size: 24px;
	color: #666;
	border: solid 1px #cccccc;
	vertical-align: bottom;
	text-align: left;
	
	border-radius: 			8px;	
	-moz-border-radius: 	8px; 
	-webkit-border-radius: 	8px;
	
	box-shadow: 			0 0 4px rgba(0,0,0,0.25); 
	-moz-box-shadow: 		0 0 4px rgba(0,0,0,0.25); 
	-webkit-box-shadow: 	0 0 4px rgba(0,0,0,0.25); 
	
/* 	-webkit-text-size-adjust: 120%;  */

}

.white-box form #submitbutton {
	margin: 0 6px 6px 0;
	vertical-align: bottom;
}

.white-box form #emailinput {
	width: 55%;
}

.white-box form .phoneinput {
	width: 8.0em;
	min-width: 69px;
}

.white-box form .comments {
}

#submitbutton {
	text-align:center;
	margin: 0;
/* 	-webkit-text-size-adjust: 120%;  */

}

.text-to-phone-button {
}

.ie form #emailentry #emailinput {padding-top:10px; margin:0;}

textarea:focus, input:focus{
    outline: none;
}
span#errortext{	color:#C00; font-size:14px; padding-left:10px; margin:6px 0 0 0; /*-webkit-text-size-adjust: 200%;*/}


.quote.homepage .rightcol #badge-hand {
	background-image:url(../img/homepage-hand.png);
	background-position: left top;
	width:374px;
	height:520px;
	position:absolute;
	float:right;
	top: 0px;
	right: 0px;
	text-indent: 100%;
	overflow: hidden;
	z-index:999; 

}

.quote.homepage .leftcol {
	width: 60%;
	float: left;
	text-align: left;
}

.quote.homepage {
	min-height: 350px;
}






/* ==== TOUR BOX =================================================================*/

#tour-container {
	margin:20px auto 0px auto;
	position:relative;
	width:830px;
	width:90%;
}

div#tour-container div.flexslider ul.slides li div.tour-box {
	width:98%;
	background-color:#fff;
	
	margin:0px auto 10px auto;
	padding:30px 57px 10px 326px;
	min-height:330px;
	max-height:500px;
	
	border-radius: 			6px;	
	-moz-border-radius: 	6px;	
	-webkit-border-radius: 	6px;
	
	box-shadow: 			0 0 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 		0 0 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 	0 0 4px rgba(0,0,0,0.25);

}

.tour-box h2 {
	position:relative;
	/* left:100px; top:60px; */
	margin:0 0 6px 10px;
	font-weight:700;
	font-size:36px;
	color:#373737;
	
/* 	-webkit-text-size-adjust: 110%;  */

}

.tour-box p {
	position:relative;
	/* left:100px; top:45px; */
	margin: 6px 0px 0px 10px;
	width: auto;
	font-size:24px;
	font-weight:300;
	color:#6e6e6e;
	min-height:300px;
/* 		-webkit-text-size-adjust: 120%;  */
}

div#tour-container div.flexslider ul.slides li div.tour-box div.tour-image {
	color:#F00;
	width:357px;
	height:625px;
	position:absolute;
	left:-20px;
	top:-56px;
	background-repeat:no-repeat;
}

div#tour-container div.flexslider ul.slides li div#tour-suggestion div.tour-image {
	background-image:url(../img/site-tour-phone-suggestions.png);}
div#tour-container div.flexslider ul.slides li div#tour-map div.tour-image {
	background-image:url(../img/site-tour-phone-map.png);}
div#tour-container div.flexslider ul.slides li div#tour-leavein6 div.tour-image {
	background-image:url(../img/site-tour-phone-leavein6.png);}
div#tour-container div.flexslider ul.slides li div#tour-meetinggo div.tour-image {
	background-image:url(../img/site-tour-phone-meetinggo.png);}
div#tour-container div.flexslider ul.slides li div#tour-call div.tour-image {
	background-image:url(../img/site-tour-phone-call.png);}
div#tour-container div.flexslider ul.slides li div#tour-dailyagenda div.tour-image {
	background-image:url(../img/site-tour-phone-dailyagenda.png);}
div#tour-container div.flexslider ul.slides li div#tour-contact div.tour-image {
	background-image:url(../img/site-tour-phone-contact.png);}



/* ==== FOOTER =================================================================*/

footer {
	width:100%;
	min-height:200px;
	margin:0 auto 10px auto;
	background-image:url(../img/bg-footer.png);
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
	z-index: 9999;
}

#footer-container {
	position:relative;
	background-image:url(../img/selligy-logo-icon.svg);
	background-size: 60px;
	background-position:top center;
	background-repeat:no-repeat;
	top:70px;
	width:90%;
	max-width:820px;
	margin:50px auto 0 auto;
	padding-bottom:30px;
}

footer a {
	color:#999999;
	text-decoration:none;
}

footer a:hover {
	text-decoration:none;
}
	
footer .left-col {
	width:50%;
	padding: 0 0 0 20px;
	position:relative;
	float:left;
	color:#2f85c4;
	font-size:13px;
	text-shadow: 1px 2px 0px #FFF;	

}

footer .left-col ul.navigation {
	margin:0;
	padding: 0;
	font-size: 18px;
	width: 100%;
}

footer .left-col ul.navigation li {
	text-decoration: none;
	list-style: none;
	display: block;
	margin: 0 0 14px 0;
	width: 50%;
	float: left;
}

footer .leftcol ul li a {
	color: #cccccc;
}

footer .right-col {
	width:35%;
	position:relative;
	float:right;
	margin: -6px 0 0 0;
	text-align:left;
	font-size:13px;
}
	
footer p.footer-copyright {
	margin:40px auto 20px auto;
	position:relative;
	/*top:100px;*/
	text-align:center;
	color: #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:600px;
}

footer p.footer-copyright a {
	text-decoration:none;
	color: #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

footer p.footer-copyright a:hover {
	text-decoration: none;
	color:#666;
}

#twitter-link {
	background-image:url(../img/icon-twitter.png);
	background-repeat:no-repeat;
	background-position:left;
	padding: 10px 0 10px 50px;
}


a.cleanlink {text-decoration: none;}
a.cleanlink:hover {text-decoration: none;}


/* =============================================================================
   Shadow classes
   ========================================================================== */
.shadow-header {
	box-shadow: 		0 5px 24px rgba(0,0,0,0.15); 
	-moz-box-shadow: 	0 5px 24px rgba(0,0,0,0.15); 
	-webkit-box-shadow: 0 5px 24px rgba(0,0,0,0.15);
}

.shadow-header-inset {
	box-shadow: 		inset 0 5px 24px rgba(0,0,0,0.15); 
	-moz-box-shadow: 	inset 0 5px 24px rgba(0,0,0,0.15); 
	-webkit-box-shadow: inset 0 5px 24px rgba(0,0,0,0.15);
}

/*============================*/

.smallScreen {visibility: hidden; height: 1px; overflow: hidden; margin: 0; padding: 0;}

/* =============================================================================
   Media Queries
   ========================================================================== */
/*iPad*/
@media all and (max-width: 900px)  {



/* --Navigation adjustment */
#nav-top-container {
	float:none;
	clear: left;
	margin-top: 20px;
}

#nav-top-container ul {
	margin:60px 0 0 0px;
	padding: 20px 0px 20px 0px;
}

#nav-top-container ul li {
	margin:0px 25px 0 0px;
}
div.nav-special {
	float: right;

} 

header h2 {padding-top: 0px;}


#feature-summary {
	width:95%;
	max-width:900px;
	min-width:600px;
	margin:0 auto 0px auto;
	padding:40px 0px 80px 20px;
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow:visible;
}

.feature-item.feature2 {margin: 0;}

.feature-item {
	width:100%;
	max-width:800px;
	margin:0 0 20px 0px;
	padding:0 0 20px 0px;
}


.feature-item p {width: 90%;}


.feature-item div.image {
	width: 255px;
	left: 0px;
	margin: 0 20px 0 0;
}

div #sendToPhone {
	width: 100%;
}

#tour-container {
	width: 100%;
}
div#tour-container div.flexslider ul.slides li div.tour-box div.tour-image {
	left:-50px;
}
div#tour-container div.flexslider ul.slides li div.tour-box {
	width:100%;
	margin:0px auto 10px auto;
	padding:30px 50px 10px 286px;
	min-height:330px;
	max-height:500px;
}

header h2 {
	-webkit-text-size-adjust: 120%;
}


.smallScreen {visibility: hidden; height: 1px; overflow: hidden; margin: 0; padding: 0;}
.bigScreen {visibility: hidden; height: 1px; overflow: hidden;}
.medScreen {visibility: visible; height: auto; overflow: visible;}


}

/*iPhone, etc.*/
@media all and (max-width: 720px)  {



/* --Navigation adjustment */
#nav-top-container {
	float:none;
	clear: left;
	margin-top: 20px;
}

#nav-top-container ul {
	margin:60px 0 0 0px;
	padding: 20px 0px 20px 0px;
}

#nav-top-container ul li {
	margin:0px 25px 0 0px;
}

header h2 {padding-top: 0px;}

  .content-block {padding:0 20px 0 20px; width:99%;}

  .container-2col .container-rightcol, .container-2col .container-leftcol {
    position:relative;
	clear:both;
	float:none;
	width:100%;
  }

  ul.about-team {
	  position: relative;
	  width:100%;
  }
  ul.about-team li {
	  display: inline;
	  width:90%;
	  margin-bottom:12px;
	  float:left;
}

.badges {
	margin: 10px 0 0 0;
}
.badges img {
	width: 80%;
}

.white-box {
	padding:20px 30px 20px 30px;
	margin: 0 auto 0 auto;
}
  
.white-box .white-box-rightcol, .white-box .white-box-leftcol {
	width:100%;
	float:none;
	display:block;
	clear:both;
	margin:0 0 14px 0;
}

.quote {
	margin-top: 20px;
}

#feature-summary {
	width: 100%;
	margin:20px auto 100px auto;
	padding:0px 0px 0px 40px;
	background-repeat: no-repeat;
	background-position: center top;
}

.feature-item {
	width:100%;
	max-width:640px;
	margin:20px auto 20px auto;
	padding:0px 0px 0px 0;
}

.container-rightcol {
	border-top: 1px solid #cccccc;

}

.container-rightcol h3 {
	padding-top: 12px;
}

.container-leftcol-interior {
	width: 100%;
	float: none;
}

.container-rightcol-interior {
	width: 100%;
	float:none;
	
}

.feature-item div.image {
	float: none;
	left: -6px;
	width: 90%;
	height: 350px;
	margin: 0 0 20px 0;
	background-size: 100%;
}

.feature1 div.image {
	background-image: url(../img/feature-meetings@2x.png);
	background-position-y: -85px;	
}
.feature2 div.image {
	background-image: url(../img/feature-whentoleave@2x.png);
}
.feature3 div.image {
	background-image: url(../img/feature-salesforce@2x.png);
	background-position-y: -85px;	
}

div.pricing-column {
	background-color: white;
	width: 95%;
	max-width: 600px;
	margin: 0 20px 40px 20px;
	padding: 0px;
	
	border-radius: 			8px;	
	-moz-border-radius: 	8px; 
	-webkit-border-radius: 	8px;
	
	box-shadow: 		0 0 14px rgba(0,0,0,0.4);
	-moz-box-shadow: 	0 0 14px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 14px rgba(0,0,0,0.4);
}

div.column2 {float:left;}
div.pricing-column ul {min-height: 100px;}

/* Size adjustments for press logos on About */
ul.news img {
	width: 40%;
}

/* --- iPhone text size adjustments --- */


.content-block p, .content-block ul li, .content-block h3, .content-block h4, ul.about-team li, .white-box, span#errortext, #beta-email-box, #video-box, .feature-set {
	-webkit-text-size-adjust: 200%;
}

/* Disabled 200% classes *//*
div#tour-container div.flexslider ul.slides li div.tour-box {
	-webkit-text-size-adjust: 200%;
}*/

.white-box h2, .white-box p, .blockquote, #nav-top-container, .nav-special, .feature-item p, .feature-item h3, .pricing-column ul, .feature-item rbutton, a.small {
	-webkit-text-size-adjust: 150%;
}

.rbutton, #submitbutton, .white-box form .form-input, footer ul {
	-webkit-text-size-adjust: 120%;
}

.tour-box p, ul.about-team, ul.news {
	-webkit-text-size-adjust: 100%;
}

.tour-box h2 {
	-webkit-text-size-adjust: 90%;
}

header h2 {
	-webkit-text-size-adjust: 100%;
}

body {min-width:640px;}
.bigScreen {visibility: hidden; height: 1px; overflow: hidden; margin: 0; padding: 0;}
.medScreen {visibility: hidden; height: 1px; overflow: hidden; margin: 0; padding: 0;}
.smallScreen {visibility: visible; height: auto; overflow: visible;}
}


@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}




/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.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; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
