body {
	padding-top:0;
	line-height:1.629;
	font-family:"Open Sans", sans-serif;
	overflow-x: hidden; /* Prevent scroll on narrow devices */
}

.blue-text {
	color:#337ab7;
}

#view-area {
	width:100%;
	overflow:hidden;	
}

a.u {
	text-decoration:underline;	
}

.em {
	font-style:italic;
}
	
.touch-visible-inline,
.touch-visible-block {
	display:none;	
}

iframe {
	border:none;
	width:100%;	
}

.flash-video-object {
	width:100%;
	height:400px;	
}

video {
	width:100%;
}	

ul.icon-list {
	padding:0 0 0 20px;	
}

ul.icon-list.padded {
	padding-top:20px;
	margin-left:20px;	
}

ul.icon-list li {
	list-style:none;
	line-height:1.4;	
	padding-bottom:15px;
}

.icon-list li:before {
  content: ''; /* fa-check */
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
}

.affix {
	width:360px;	
	top:25px;
}

.light {
	color:#999;	
}

video {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}

img.img-responsive.img-center {
  margin: 0 auto;
}

img.img-responsive.img-right {
	margin:0 0 0 auto;	
}

img.img-responsive.img-left {
	margin:0 auto 0 0;	
}

ol li {
	padding-bottom:15px;	
}

.semi-16 {
	font-weight:600;
	font-size:16px;	
}

.p16 {
	font-size:16px;
	line-height:1.6;	
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
	font-weight:700;	
}

.page-section-description {
	font-size:21px;
	margin:0 0 20px 0;
	font-weight:400;	
	line-height:1.4;
}

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

.btn, 
.btn * {
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;	
}

.btn-cap {
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	padding:7px 20px;	
}

.btn-lg, .btn-group-lg > .btn {
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;	
}

.btn-bold,
.btn-bold i {
	font-weight:600;
}

.btn i.fa-angle-right {
	padding-left:5px;
}

.btn:hover i.fa-angle-right {
	padding-left:15px;	
}

.btn i.fa-spin,
.btn i.no-animation,
.btn:hover i.no-animation,
.btn:hover i.fa-spin {
	padding:0;	
}

.img-rounded {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
}

/* PRELOADER */
.preloader {
	position:fixed;
	width:100%;
	height:100%;
	background-color:#fff;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:99999;
	-webkit-transform:translate3d(-900,-100,5100)
}

.preloader .loading-area {
	margin: 0 auto -45px;
	position: relative;
	text-align: center;
	top: 45%;
	width: 200px;
	color:#ddd;
}

.preloader .loading-area .line {
	color:#1ba8ed;
	font-weight:800;
	font-size:16px;
	letter-spacing:2px;	
}	

/* IMG-LINK BOXES + CAPTIONS */
.caption-box {
	line-height:1.4;
	padding-top:10px;	
}

.caption-box-video {
	padding-top:4px;	
}

.img-link-box {
	display:block;
	overflow:hidden;	
}

.img-link-box .overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	opacity:0;
	transition:0.5s all;
	-webkit-transition:0.5s all;
}

.img-link-box:hover .overlay {
	opacity:1;	
	top:35%;
}

.img-link-box .overlay i {
	background:#fff;
	padding:20px;
	border-radius:50px;
	-webkit-border-radius:50px;	
	box-shadow:3px 3px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.1);
}

/* MODALS */
.modal-loading div {
	padding-top:10px; 
	line-height:1.3	
}

/* SEPS */
.dotted-bottom {
	border-bottom:1px dotted #ccc; 
	padding-bottom:20px;		
	margin-bottom:20px;
}

.sep-line {
	background:#efefef;	
	height:10px;
	margin:20px 0;
}

.sep-line.extra-wide {
	margin-left:-15px;
	margin-right:-15px;	
}

.sep-line:after {
	content:" ";	
}

.bordered-box {
	border-top:10px solid #efefef;
	padding-top:20px;
	margin-top:20px;
	border-bottom:10px solid #efefef;
	padding-bottom:20px;
	margin-bottom:20px;
}

.bordered-box-top {
	border-top:10px solid #efefef;
	padding-top:20px;
	margin-top:20px;
}

.bordered-box-bottom {
	border-bottom:10px solid #efefef;
	padding-bottom:20px;
	margin-bottom:20px;
}


/* BIG BLOCKS */
.big-block {
	font-size:18px;
	line-height:30px;	
	border-top:10px solid #efefef;
	padding-top:30px;
	margin-top:30px;
}

.big-block.last-big-block {
	margin-bottom:18px;	
}

.big-block.big-block-single {
	margin:30px 0;
	padding-top:20px; 
	border-bottom:10px solid #efefef; 
	padding-bottom:20px;	
}

.big-block.big-block-single p.lead {
	margin-bottom:0; 
	font-size:30px;	
}

.big-block p.small {
	font-size:14px;
	line-height:1.629;	
}

/* HEADER */
#tip-top-bar {
	height:8px;
	background:url(../_images/top-nav/tip-top-bar-bg.png);
}

#tip-top-bar .container {
	position:relative;	
}

#tip-top-bar .phone-number-block {
	background:url(../_images/top-nav/tip-top-phone-bg.png) no-repeat;
	width:224px;
	position:absolute;
	right:15px;
	top:0;
	height:66px;
	padding:8px 38px 0 0;
	text-align:right;
	border-bottom-left-radius:3px;
	-moz-border-bottom-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	-moz-border-bottom-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}

.phone-number-block div {
	font-size:24px;
	line-height:18px;		
	font-weight:bold;
}

#tip-top-bar .language-selection {
	padding-top:15px; 
	font-size:12px;	
}

#tip-top-bar .language-selection a {
	text-decoration:underline;
}

#sidebar .language-selection {
	padding:15px 0 15px 15px; 
	border-bottom:3px solid #ccc; 
	text-align:left;
}

#upper-logo {
	padding-top:46px;	
	padding-bottom:20px;
}

#upper-logo img {
	max-height:72px;	
}

.mobile-logo {
	display:none;	
}

.navbar-header .logo p.call-us-today .split-line {
	display:none;	
}
/* END HEADER */

/* NAV */
#upper-nav.navbar {
	margin-bottom:10px;
}

.navbar-toggle {
	padding-right:0px;
}

#upper-nav .nav > li > a {
	padding:10px 15px;
	margin:0 15px;
	font-weight:600;
	border-bottom:2px solid #f8f8f8;	
	display:block;	
	text-transform:uppercase;
	font-size:15px;
	color:#333;
	text-decoration:none;
	letter-spacing:0.02em;
}

#upper-nav .nav > li.active > a {
	border-bottom:2px solid #1c6e84;	
}

#upper-nav .navbar-nav{
	float:none;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}

#upper-nav .nav > li > a:hover,
#upper-nav .nav > li > a:focus {
	background:none; 
	border-bottom:2px solid #ccc;	
}

#call-now-button {
	display:none;	
}
/* END NAV */

/* TOP NAV DROP DOWNS */
.top-drop .nav,
.top-drop .collapse,
.top-drop .dropup,
.top-drop .dropdown {
  position: static;
}

.top-drop .container {
  position: relative;
}

.top-drop .dropdown-menu {
  left: auto;
}

.top-drop .top-drop-content {
  padding: 20px 12px;
}

.top-drop .dropdown.top-drop-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.top-drop .dropdown.top-drop-fw .top-drop-content {
	padding:20px 30px;	
}

#upper-nav-box .dropdown-menu {
	background:url(../_images/top-nav/drop-down-bg.png) no-repeat;
	background-size:cover;
	border-bottom:5px solid #0e657c;
	border-top:2px solid #0e657c;
	margin-top:-8px;
	margin-left:-1px;
	margin-right:-1px;
	border-left:none;
	border-right:none;
}

#upper-nav-box .navbar-nav {
  width: 100%;
  text-align: center;
}

#upper-nav-box .navbar-nav > li {
  float: none;
  display: inline-block;
}

#upper-nav .nav > li.dropdown.open,
#upper-nav .nav > li:hover {
	background:#0e657c;
}

#upper-nav .nav > li:hover {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#upper-nav .nav > li:hover > a,
#upper-nav .nav > li.open > a {
	background:none;
	color:#fff;
	border-color:#0e657c;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
}

.top-drop-content {
	text-align:left;	
}

.top-drop-content h3 {
	color:#de543e;
	font-size:24px;
	font-weight:600;
	margin:15px 0;
	padding:0;
}

/* TOP NAV > DROP DOWNS > OPEN > SECOND ROW OF SQUARE IMAGE LINKS */
#upper-nav-box .navbar-nav > li .row.second-row {
	padding-top:30px;	
}

/* TOP NAV > DROP DOWNS > OPEN > ROUNDED SQUARE IMAGE LINKS */
#upper-nav-box .navbar-nav > li a.td-sq {
	font-weight:bold;	
	color:#000;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
}

#upper-nav-box .navbar-nav > li a.td-sq img {
	margin-bottom:10px;	
	box-shadow:1px 1px 8px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:1px 1px 8px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow:1px 1px 8px rgba(0, 0, 0, 0.10);
	-ms-box-shadow:1px 1px 8px rgba(0, 0, 0, 0.10);
	border:2px solid #fff;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
}

#upper-nav-box .navbar-nav > li a.td-sq span {
	padding-left:10px;	
}

#upper-nav-box .navbar-nav > li a.td-sq i {
	color:#de543e;
	padding-left:5px;
	font-weight:normal;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
}

#upper-nav-box .navbar-nav > li a.td-sq:hover {
	color:#de543e;
}

#upper-nav-box .navbar-nav > li a.td-sq:hover img {
	border-color:#de543e;
}

#upper-nav-box .navbar-nav > li a.td-sq:hover i {
	padding-left:20px;
	text-decoration:none;
}

/* TOP NAV > DROP DOWNS > OPEN > LARGE ORANGE LINKS */
#upper-nav .dropdown-menu a.drop-close-button { 
	display:none;
}

#upper-nav-box .navbar-nav > li a.td-ob {
	color:#de543e;
	font-size:24px;
	text-decoration:none;
	font-weight:normal;
	padding-bottom:10px;
}

#upper-nav-box .navbar-nav > li a.td-ob * {
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
}

#upper-nav-box .navbar-nav > li a.td-ob:hover,
#upper-nav-box .navbar-nav > li a.td-ob:focus {
	color:#000;	
}

#upper-nav-box .navbar-nav > li .second-row a.td-ob {
	display:block;
	margin-top:40px;
	border-left:3px solid #ccc;
	padding-left:15px;	
}

#upper-nav-box .navbar-nav > li .second-row .col-sm-3 a.td-ob {
	margin-top:9px;
	padding-top:5px;
	line-height:1.2;
}	

#upper-nav-box .navbar-nav > li a.td-ob span {
	font-weight:bold;
	font-size:14px;
	display:block;
	color:#000;	
	text-decoration:underline;
}

#upper-nav-box .navbar-nav > li .second-row .col-sm-3 a.td-ob span {
	padding-top:10px;
}

#upper-nav-box .navbar-nav > li a.td-ob span i {
	color:#de543e;
	padding-left:5px;
	font-weight:normal;
	
}

#upper-nav-box .navbar-nav > li a.td-ob:hover span {
	color:#de543e;
	text-decoration:underline;
}

#upper-nav-box .navbar-nav > li a.td-ob:hover span i {
	text-decoration:none;
}

#upper-nav-box .navbar-nav > li .second-row a.td-ob:hover span i {
	padding-left:20px;
}

/* TOP NAV > DROP DOWNS > OPEN > BULLETED LISTS */
#upper-nav-box .navbar-nav > li ul.sub-nav-list li {
	font-size:18px;
	list-style:none;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #dbdbdb;
}

#upper-nav-box .navbar-nav > li ul.sub-nav-list li:first-child {
	border-top:1px solid #dbdbdb;
	padding-top:10px;	
}

#upper-nav-box .navbar-nav > li ul.sub-nav-list li a {
	color:#0e657c;
}

#upper-nav-box .navbar-nav > li ul.sub-nav-list li:before {
	font-family:FontAwesome;
	content:"";
	padding-right:15px;
}

/* TOP NAV > DROP DOWNS > OPEN > MODAL COVERING CONTENT */
#primary-content {
	position:relative;	
}

#drop-modal {
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}

#drop-modal.started {
	-webkit-animation: fadeIn 0.6s;
	animation: fadeIn 0.6s;
	opacity: 1;
}

#drop-modal.ended {
	-webkit-animation: fadeOut 0.3s;
	animation: fadeOut 0.3s;
	opacity: 0;
}

@-webkit-keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}

@-webkit-keyframes fadeOut {
    from {opacity: 1}
    to {opacity: 0}
}@keyframes fadeOut {
    from {opacity: 1}
    to {opacity: 0}
}

/* OFFER BAR */
#upper-offer-bar {
	margin-bottom:20px;
	background: #e6edef; /* Old browsers */
	background: -moz-linear-gradient(top,  #e6edef 0%, #d2e5eb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6edef), color-stop(100%,#d2e5eb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e6edef 0%,#d2e5eb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e6edef 0%,#d2e5eb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e6edef 0%,#d2e5eb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e6edef 0%,#d2e5eb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6edef', endColorstr='#d2e5eb',GradientType=0 ); /* IE6-9 */
	padding:12px;
	text-align:center;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#upper-offer-bar .learn-more-box {
	padding-left:21px;	
}

#upper-offer-bar h4 {
	color:#0e657c;
	font-size:21px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	margin:15px 0 0 0;
	padding-left:12px;
	padding-right:0;
	/*width:962px;
	float:left;*/
}

#upper-offer-bar h4 a {
	display:block;
	font-size:12px;
	color:#70a4b2;
	text-decoration:underline;	
	font-weight:normal;
	text-transform:none;
}

#upper-offer-bar h4 a:hover {
	color:#000;	
}

#upper-offer-bar a.btn.btn-learn-more {
	background-color:#f2f7f8;
	border:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	text-align:center;
	font-weight:bold;
	color:#0e657c;
	font-size:16px;	
	padding:20px;
	display:block;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	
	/*width:154px;
	float:right;*/
}

#upper-offer-bar a.btn.btn-learn-more:hover {
	background-color:#fff;
	color:#000;
}

#upper-offer-bar a.btn.btn-learn-more:hover i {
	padding-left:10px;	
}
/* END OFFER BAR */

/* FOOTER */
footer {
	background:none;
	border:0;
	color:#000;
	border-top:10px solid #efefef;
	margin-top:20px;
	padding:40px 0;
	display:block !important;
}

footer a {
	text-decoration:underline;
	color:#888;
}

footer a:hover {
	color:#14697f;	
}

footer #sub-footer a {
	color:#14697f;	
}

footer #sub-footer a:hover {
	color:#000;	
}

footer .footer-nav-row a.sub {
	margin-left:15px;
}

.footer-nav-row i.icon {
	color:#888;
}

footer .made-in-the-usa {
	padding-top:7px; 
	line-height:1.3;	
}

.footer-social-icons {
	margin-bottom:20px;	
}

.footer-social-icons a {
	margin-right:15px;	
}

.footer-social-icons a:last-child {
	margin-right:0;	
}
/* END FOOTER */

/*****************************/
/* CONTENT FOR PAGE */

/* BREADCRUMBS */
.breadcrumb-nav {
	margin:0;	
}

.breadcrumb-nav a {
	color:#595959;
	text-decoration:none;
}

.breadcrumb-nav a:hover,
.breadcrumb-nav a:focus {
	color:#000;
	text-decoration:underline;
}

/* PAGE SECTION TITLE */
.page-section-title {
	font-size:26px;
	font-weight:bold;
	margin:5px 0 10px 0;
	padding:0;
}

/* PRODUCT PAGES */
.product-image {
	float:left;
	max-width:48%;
	margin:5px 20px 20px 0;	
}

/* REVEALER FOR PRODUCT CATEGORIES */
.reveal {
	display:block;
	position: relative;
	overflow: hidden;
	margin-bottom:30px;
	
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.reveal::before {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	transition: background .35s ease-out;
}

.reveal:hover::before {
	background: rgba(0, 0, 0, .5);
}

.reveal-media {
	display: block;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	border-radius:3px;
	-webkit-border-radius:3px;
}

.reveal-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px;
	color: white;
	
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	
	transition: -webkit-transform .35s ease-out;
	transition: transform .35s ease-out;
}

.reveal:hover .reveal-overlay {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.reveal-overlay-title {
	font-size:20px;
	display:inline-block;
	padding:3px 15px;
	background:#fff;
	color:#000;
	font-weight:bold;

	border-radius:3px;
	-webkit-border-radius:3px;
	
	transform: translateY( calc(-100% - 20px) );
	-webkit-transform: translateY( -webkit-calc(-100% - 20px) );
	
	transition: -webkit-transform .35s ease-out;
	transition:         transform .35s ease-out;
}

.reveal:hover .reveal-overlay-title {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.reveal .reveal-overlay-content .white-bg {
	font-size:16px;
	background:#fff;
	color:#000;
	padding:10px 15px;
	border-radius:3px;
	-webkit-border-radius:3px;
}

.mobile-reveal-image {
	display:none;	
}

.reveal .btn {
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
	-moz-text-shadow:1px 1px 1px rgba(0,0,0,0.2);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.2);	
}

/* END PRODUCT CATEGORY REVEALER BOXES */

/* SIDEBAR FORM */
.sidebar-box {
	background:#f3eeea;
	padding:15px;
	margin-bottom:20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.sidebar-box .orange-header-block {
	background: #f18e21;
	position:relative;
	margin: -15px -15px 15px;
	padding: 15px;
	border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;	
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;	
}

.sidebar-box .orange-header-block:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(241, 142, 33, 0);
	border-top-color: #f18e21;
	border-width: 10px;
	margin-left: -10px;
}

.sidebar-box h3 {
	font-size:16px; 
	font-weight:bold; 
	color:#0e657c; 
	margin:0;	
	line-height:25px;
}

.sidebar-box .orange-header-block h3 {
	font-size:19px;
	color:#fff;	
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
	-moz-text-shadow:1px 1px 1px rgba(0,0,0,0.2);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.2);
}

.sidebar-box .form-group {
	margin-bottom:10px;	
}

.sidebar-box .form-control {
	border:1px solid #dcdbda;
	height:44px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
}

.sidebar-box a.button,
.sidebar-box button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	background:#31b0d5;
	border:1px solid #269abc;
	
	color:#fff;
	
	display:block;
	width:100%;
	padding:10px 15px;
	text-align:left;
	font-weight:600;
	text-transform:uppercase;
	
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
	-moz-text-shadow:1px 1px 1px rgba(0,0,0,0.2);
	-webkit-text-shadow:1px 1px 1px rgba(0,0,0,0.2);
	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
}

.sidebar-box a.button:after,
.sidebar-box button:after {
	font-family:FontAwesome;
	content:"";
	float:right;
}

.sidebar-box a.button:hover,
.sidebar-box a.button:focus,
.sidebar-box button:hover,
.sidebar-box button:focus {
	background:#5bc0de;
	border:1px solid #46b8da;
	text-decoration:underline;
}

.sidebar-box #form-error .alert {
	line-height:1.3;
	padding:10px;	
}

.sidebar-box .terms-text {
	line-height:1.3; 
	font-size:10px; 
	color:#575757;	
}

.form-control.error {
	border-color:#a94442;
	color:#a94442;	
}

.sidebar-box #form-thank-you {
	line-height:1.45;	
}
/* END CONTENT */

/**************************************************/
/* HOME PAGE */
/* BX SLIDER */
.bx-wrapper {
	margin-bottom:50px;	
}

#home-hero-slider ul, 
#home-hero-slider ul li {
	margin:0;
	padding:0;	
}

#home-hero-slider ul li {
	left:0;
}

/* HOME PAGE VIDEO EMBED */
.home-video-embed {
	height:360px;	
}

/***************************************************
/* BOTTOM TESTIMONIALS 
/**************************************************/
/* TESTIMONIAL BAR */
.quote-bar {
	color:#fff;
	background-color: #00A2E8;
    padding-bottom: 20px;
    padding-top: 20px;
}

.quote-bar {
	position:relative;	
	z-index:100;
}

.quote-bar #carousel-testimonials .carousel-indicators {
    bottom: -10px;
}

.quote-bar .testimonial {
    font-size: 20px;
    font-weight: 400;
    padding: 20px 10% 60px;
    text-align: center;
}

.quote-bar .testimonial .testimonial-icon {
    color: #005B82;
    font-size: 32px;
    margin-bottom: 20px;
}

.quote-bar .testimonial .testimonial-by {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
}

#carousel-testimonials .carousel-control {
    bottom: 0;
    color: #FFFFFF;
    font-size: 50px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: 0;
    width: 35px;
}

#carousel-testimonials .carousel-control.right {
    left: auto;
    right: -20px;
}

#carousel-testimonials .carousel-control.left, 
#carousel-testimonials .carousel-control.right {
	background:none;	
}


#carousel-testimonials .carousel-control .icon-prev, 
#carousel-testimonials .carousel-control .icon-next {
	font-size: 50px;
	height: 50px;
	width: 50px;
}

/***************************************************
/* ABOUT US > CORPORATE LOCATIONS 
/**************************************************/
#corporate-locations-map {
	height:500px;
	margin-bottom:30px;	
}

#corporate-locations-map h5 {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding-bottom: 5px;
  white-space: nowrap;
}

#corporate-locations-map h5 span {
    display: block;
    font-weight: 400;
}

#corporate-locations-map p {
  white-space: nowrap;
}

#corporate-locations-text .map-data {
	min-height:200px;	
}

/***************************************************
/* ABOUT US > QUESTIONS
/**************************************************/
.faq-section {
	padding-bottom:50px;	
}

.faq-section-title {
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;	
	line-height:1.2;
}

#faq .nav-tabs li a:focus,
#faq .panel-heading a:focus {
	 outline: none;
}

#faq .panel-heading a,
#faq .panel-heading a:hover,
#faq .panel-heading a:focus {
	 text-decoration: none;
	 color: #000;
}

#faq.panel-group .panel {
	margin-bottom:20px;	
}

#faq.panel-group .panel .panel-body {
	font-size:16px;
	line-height:1.8;
}	

#faq .panel-title {
	font-size: 18px;
	font-weight:500;
}

#faq .panel-default > .panel-heading {
	background-color: #fff;
	border-color: #dddddd;
	color:#000;
	padding:15px;
}

#faq .panel-default > .panel-heading.active-faq,
#faq .panel-default > .panel-heading:hover {
	 background-color: #f8f8f8;
}

#faq .active-faq {
	border-left: 5px solid #888888;
}


#faq .panel-faq .panel-heading .panel-title span {
	padding-right:10px;
}

/***************************************************
/* ABOUT US > REVIEWS
/**************************************************/
.bubble 
{
	position: relative;
	padding: 0px;
	background: #eeeeee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top:30px;
}

.bubble .bubble-padding {
	padding:15px;	
}

.bubble .bubble-padding blockquote {
	padding:0;
	margin:0;	
}

.bubble .bubble-padding blockquote:before {
	content: "\f10d"; 
	font-family: FontAwesome;
	float: left;
	margin-right: 10px;
	color:#bbb;
}

.bubble-caption {
	padding-top:20px;
	padding-left:20px;
}

.bubble:after 
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #eeeeee transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -15px;
	bottom: -15px;
	left: 5%;
}

/***************************************************
/* ABOUT US > VIDEO LIBRARY
/**************************************************/
#video-library-caption {
	padding-top:15px;	
}

.video-list-thumbs{}
.video-list-thumbs > li{
    margin-bottom:12px
}
.video-list-thumbs > li:last-child{}
.video-list-thumbs > li > a{
	display:block;
	position:relative;
	background-color: #eee;
	color:#000;
	padding: 8px;
	border-radius:3px
}
.video-list-thumbs > li > a:hover{
	background-color:#fff;
	transition:all 500ms ease;
	box-shadow:0 2px 4px rgba(0,0,0,.3);
	text-decoration:none
}
.video-list-thumbs h4{
	bottom: 0;
	font-size: 14px;
	margin: 8px 0 0;
	text-align:center;
	line-height:1.5;
}
.video-list-thumbs .fa-play-circle{
    font-size: 60px;
    opacity: 0.6;
    position: absolute;
    right: 39%;
    top: 31%;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.video-list-thumbs > li > a:hover .fa-play-circle{
	color:#fff;
	opacity:1;
	text-shadow:0 1px 3px rgba(0,0,0,.8);
	transition:all 500ms ease;
}
@media (min-width:320px) and (max-width: 480px) { 
	.video-list-thumbs .fa-play-circle{
    font-size: 35px;
    right: 36%;
    top: 27%;
	}
	.video-list-thumbs h4{
		bottom: 0;
		font-size: 12px;
		height: 22px;
		margin: 8px 0 0;
	}
}

/***************************************************
/* CONTACT US
/**************************************************/
#pc-section-refer-friend {
	display:none;	
}

.thank-you-label {
	padding-top:5px;	
	line-height:1.3;
	font-size:16px;
}

.thank-you-custom-msg {
	display:none;	
}

.form-closed {
	display:none;	
}

#contact-form label {
	color:#085574;
	font-weight:bold;
	margin-bottom:1px;	
}

#contact-form label.error {
	color:#F12727;	
}

#contact-form .light-labels label {
	font-weight:normal;	
}

#contact-form form .form-control {
	background:#ebf3f9;
	border:0;
	border-top:1px solid #abbdcd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;	
	color:#085574;
}

#contact-form  form .form-group {
	margin-bottom:10px;	
}

#contact-form  .landing-terms-text {
	font-size:10px;
	color:#085574;
	font-weight:600;	
	line-height:12px;
}

/* PRODUCT NAVIGATOR */
#product-navigator-header #pn-logo {
	text-align:center;
	padding:70px 0;
}

#product-navigator-header #product-navigator-progress-meter {
	width:200px;	
	float:right;
}

#product-navigator-header #pqn-progress.progress {
	height:3px;	
	margin-bottom:0;
}

#product-navigator-body p.lead {
	font-weight:500;	
}


#product-navigator-body p.lead small {
	font-size:14px;	
}

#product-navigator-body label.checkbox {
	font-weight:normal;
}

#product-navigator-body .alert.alert-sm {
	padding:5px 10px;
	margin-bottom:7px;
}

#product-navigator-footer a {
	cursor:pointer;	
	line-height:40px;
}