@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic);

@font-face {
  font-family: 'CenturyStd-BookCondensed';
  src:	url('/static/fonts/CenturyStd-BookCondensed.eot?#iefix') format('embedded-opentype'),
		url('/static/fonts/CenturyStd-BookCondensed.otf')  format('opentype'),
		url('/static/fonts/CenturyStd-BookCondensed.woff') format('woff'),
		url('/static/fonts/CenturyStd-BookCondensed.ttf')  format('truetype'),
		url('/static/fonts/CenturyStd-BookCondensed.svg#CenturyStd-BookCondensed') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
	position: relative;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

.icon { width: 45px; height: 45px; overflow: hidden; position: relative; display: inline-block; }
.icon.icon-1 > img { top: 0px; }
.icon.icon-2 > img { top: -44px; }
.icon.icon-3 > img { top: -88px; }
.icon.icon-4 > img { top: -134px; }
.icon.icon-5 > img { top: -178px; }
.icon.icon-6 > img { top: -228px; }
.icon.icon-7 > img { top: -268px; }
.icon img { position: absolute; width: 45px; }

body p { text-align: justify; }

body,
.tooltip,
.popover { font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif; }

.navbar {
	margin-bottom: 0;
	box-shadow: 0 2px 3px #888;
	border-radius: 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(231,231,231,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(231,231,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 );
}

.navbar-brand {
	padding: 0;
	display: block;
	padding-left: 30px;
	margin-left: 0 !important;
	float: unset;
	height: 50px;
	line-height: 50px;
	font-family: "CenturyStd-BookCondensed";
	background: url("/static/images/bowl.png") top left no-repeat;
}

.navbar-brand.brand {
	background: unset;
	display: flex;
	flex-direction: row;
	padding-left: 0;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover { color: black;  } /* 286090 */

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover { color: #337ab7; }

.navbar-toggle { 
	float: unset;
	padding: 6px 10px;
}

.btn.btn-strong { font-weight: bold; }


.disclaimer {
	font-weight: bold;
	color: #c00;
	text-transform: uppercase;
}

.inline { display: inline; }
.float-left { float: left; }

.modal {
	text-align: center;
	padding: 0!important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-header {
  padding: 7px;
  background: #6598d9;
  border: 0;
	border-radius: 5px 5px 0 0;
}

.modal-title {
  font-weight: bold;
	font-size: 1em;
  color: #fff;
}

#popupModal .modal-body {
	margin: 0;
	padding: 0;
	border: 0 none;
	width: 100%;
	min-height: 450px;
}

#popupModal.roiPricing {
	margin: 0 auto;
}

#popupModal.roiPricing .modal-dialog {
	width: 750px;
}

#popupModal.roiPricing .modal-body {
	padding: 5px 10px 0;
}

.modal-header .close,
.modal-header .close:hover,
.modal-header .close:focus {
	color: white;
	text-shadow: none;
	opacity: 1;
	cursor: default;
}

.modal-body h2:first-child {
	margin-top: 0;
}

#popupMailOrderModal ol,
#popupMailOrderModal ul {
	padding-left: 2em;
	margin-bottom: 0;
}

#popupMailOrderModal ul > li,
#popupMailOrderModal ol > li {
	padding-bottom: .5em;
}

#popupMailOrderModal ul > li:last-child,
#popupMailOrderModal ol > li:last-child {
	padding-bottom: 0;
}

hr.compcare { border-color: #337ab7; }
#privacy { font-size: 0.8em; }

@media screen and (max-width: 767px) {
	.navbar-brand {
		background: none;
		padding-left: 0;
		font-size: 1.6em;
		line-height: 2.5em;
		max-width: 100%;
	}

	.navbar {
		z-index: 100;
	}

	body > .jumbotron {
		margin-top: 4em;
		margin-bottom:0;
	}
	
	.navbar, .navbar-header { 
		padding: 0px 25px;
		min-height: 4em;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}

	#popupModal {
		padding: 0 !important;
	}
	
	#popupModal .modal-dialog {
		width: 100% !important;
		min-width: 0;
		height: 100% !important;
		min-height: 0;
		margin: 0 !important;
	}
	
	.modal-header {
		height: 30px;
		padding: 7px;
	}
	
	.modal-title {
		font-size: 12px;
		line-height: 16px;
		margin: 0;
		padding: 0;
	}
	
	.label-adjust {
		margin-top: 1em;
	}
}

@media screen and (max-width: 991px) {
	.not-mobile { display: none; }
	#popupEnrollmentModal { padding: 0 !important; }
	#popupEnrollmentModal .modal-dialog {
		width: 100%;
		height: 100%;
		margin: 0;
	}
	#popupEnrollmentModal .modal-body {
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	
	#enrollmentForm h4 {
		margin-top: 1.5em;
	}
}

@media screen and (min-width: 768px) {
	.navbar-brand { font-size: 1.6em; }
}

@media screen and (min-width: 992px) {
	.navbar-brand { font-size: 2.2em; padding-right: 10px; }
	.mobile { display: none; }
	#popupEnrollmentModal .modal-dialog {
		min-width: 800px;
		width: 40%;
	}
	
	#panel-container .col-md-4 h2:first-child,
	#panel-container .col-md-8 h2:first-child {
		margin-top: 0;
	}
}

.form-group { margin-top: 10px; }

.datepicker .form-control-feedback { right: 55px !important; }
.form-control-feedback { right: 15px !important; }
select + .help-block + .form-control-feedback { right: 25px !important; }

/* Color of invalid field */
.has-error .control-label,
.has-error .help-block,
.has-error .form-control-feedback {
    color: #a94442;
}

/* Color of valid field */
.has-success .control-label,
.has-success .help-block,
.has-success .form-control-feedback {
    color: #3c763d;
}

.Message {
	display: table;
	position: fixed;
	width: 315px;
	right: 20px;
	top: 75px;
	background-color: #0074d9;
	border: 1px solid black;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: -11px 17px 14px -5px rgba(0, 0, 0, 0.2);
	color: white;
	transition: all 0.2s ease;
	z-index: 10;
}

.Message.is-hidden {
	opacity: 0;
	height: 0;
	font-size: 0;
	padding: 0;
	margin: 0 auto;
	display: block;
}

.Message-icon {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 75px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.25);
}
.Message-icon > i {
	width: 20px;
	font-size: 45px;
	position: absolute;
	top: 60px;
	left: 20px;
}

.heading {
	margin-bottom: 1em;
	display: block;
}

.Message-body {
	display: table-cell;
	font-size: 1.2em;
	vertical-align: middle;
	padding: 12px 20px 20px 10px;
}
.Message-body > p {
	line-height: 1.2;
	text-align: left;
	word-spacing: 3.5px;
	margin-top: 6px;
}

.Message-button {
	position: relative;
	margin: 15px 5px -10px;
	background-color: rgba(0, 0, 0, 0.25);
	border: 3px solid rgba(0, 0, 0, 0);
	padding: 10px 15px;
	font-size: 18px;
	font-family: "Source Sans Pro";
	color: white;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	width: 100%;
}

.Message-button:hover {
	background: rgba(0, 0, 0, 0.3);
	border-color: rgba(0, 0, 0, 0.4);
	border-top-color: rgba(0, 0, 0, 0);
	border-left-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0.4);
	border-right-color: rgba(0, 0, 0, 0.4);
}
.Message-button:active {
	background: rgba(0, 0, 0, 0.3);
	border-color: rgba(0, 0, 0, 0.4);
	border-right-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0);
	border-top-color: rgba(0, 0, 0, 0.4);
	border-left-color: rgba(0, 0, 0, 0.4);
}

.Message-close, .Message-Title {
	position: absolute;
	color: white;
	border: none;
	outline: none;
	opacity: 0;
	font-size: 20px;
	cursor: pointer;
	color: white;
}
.Message:hover .Message-close,
.Message:hover .Message-Title {
	opacity: 1;
}

.Message-close {
	height: 35px;
	right: 5px;
	top: 5px;
}

.Message-Title {
	height: 45px;
	top: 0;
	left: 0;
	right: 0;
}

.Message-close {
	background-color: rgba(0, 0, 0, 0.3);
}
.Message-close:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
