w/* Common classes -------------------------------------------------------------->>>>>>*/
h1, h2, h3, h4, h5, h6, ul, li, a {
	margin-top: 0;
}
h3{
	font-size:1.1em;
}
.clear {
	clear: both;
}
.recapWrap {
	display: none;
}
html {
	height: 100%;
}
body {
	font-size: 14px;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	height: 100%;
}
strong {
	font-family: 'Source Sans Pro';
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro' !important;
	font-weight: 600;
}
span.number {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight: 600;
}
.img-responsive {
	display: block;
	margin: 0 auto;
}
address {
	font-size: 1.1em;
}
ul {
	margin-left:2em;
}
iframe {
    background-color: #fff;
    box-shadow: 4px 5px 13px -4px #333;
    border-bottom: solid 1px #ddd;
    padding: 5px;
} 

a {
    color: #4bb5da;
    text-decoration: none;
}
/* HEADER STRUCTURE -------------------------------------------------------------->>>>>>*/
#header .container .row {
	padding: 15px 0;
}
#topBar {
	background-color: #f4eff5;
}
@media screen and (max-width: 767px) {
	#topBar p {
	text-align: center;
    margin: 5px 0;
    font-size: 11px;
    color: #340074;
    font-weight: 600;
	}	
}
@media screen and (min-width: 768px) {
	#topBar p {
		text-align: center;
		margin: 5px 0;
		font-size: 17px;
		color: #340074;
		font-weight: 600;
		letter-spacing: .8px;
	}	
}
#header img.logo {
	display: block;
	margin-top: -10px;
	margin-left: 0;
}
#header #tabs .tab {
	width: 48%;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-top: -27px;
}
#header #tabs .tab a, #header #tabs .tab a:link, #header #tabs .tab a:visited {
	color: #fff;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
#header #tabs .tab a:hover, #header #tabs .tab a:active {
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
}
#header #tabs .tab:first-child {
	float: left;
}
#header #tabs .tab:last-child {
	float: right;
	background-color: #7a7a7a;
}
/* mainNav Styles*/
#mainNav {
	height: 51px;
	width: 100% !important;
}
@media (min-width: 768px) {
	.navbar-collapse.collapse {
    	display: inline-block;
    	height: auto!important;
    	padding-bottom: 0;
    	overflow: visible!important;
    	text-align: center !important;
	}
	.navbar-nav {
		float: none;
	}
	
	.navbar-header {
    float: none;
	}
	.navbar-collapse.collapse {
		display: inline-block !important;
	}
	
	.contact span {
		color: #8a2be2;
		font-weight: 700;
		font-size: 25px;
	}
	.contact span+span {
		color: #4cb5da;
	}
}

@media (min-width: 1024px) {
	.contact span {
		color: #8a2be2;
		font-weight: 700;
		font-size: 27px;
	}
.contact span+span {
		color: #4cb5da;
	}
}

#mainNav ul {
	text-align: center !important;
}
#mainNav .navbar-default {
	z-index: 1000;
	margin-bottom: 0;
	text-align: center;
}
.social-icons {
	float: right;
	margin-top: 1.3em;
}
a.patient-login {
	background-color: #8a2be2;
	padding: 10px 15px;
	float: right;
	border-radius: 5px;
	color: #fff;
	margin-left: 1.3em;
	margin-top: 1.2em;
}
a.patient-login:hover {
	background-color: #4cb5da;
	padding: 10px 15px;
	float: right;
	border-radius: 5px;
	color: #fff;
	margin-left: 1.3em;
	margin-top: 1.2em;
}
.contact {
	font-size: 2em;
	font-family: 'Source Sans Pro';
	font-weight: 600;
}

/*  just Large Devices ---->>>  */
@media (min-width: 1200px) {
#mainNav #defaultmenu > ul.nav.navbar-nav > li > a {
	line-height: 2em;
}
}

/*  anything BUT small Devices ---->>>  */
@media (min-width: 768px) {
#mainNav #defaultmenu > ul.nav.navbar-nav > li {
	height: 51px;
}
#mainNav #defaultmenu > ul.nav.navbar-nav > li > a {
	height: 100%;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
}
}

/*  small and  medium Devises ---->>>  */
@media (min-width: 768px) and (max-width: 1199px) {
#sideBarLeft #contact h1 {
	font-size: 1.4em !important;
}
}

/*  Small Devices ---->>>  */
@media (max-width: 991px) {
/* since 3.1.0 */
#mainNav .navbar-collapse.collapse.in {
	display: block!important;
}
.collapsing {
	overflow: hidden!important;
}
#header img.logo {
	display: block;
	margin-top: 15px;
	margin-left: 0;
}
}

/*  Extra Small Devices ---->>>  */
@media (max-width: 767px) {
#mainNav {
	height: auto;
}
#mainNav div.container {
	padding-left: 0;
	padding-right: 0;
}
#header {
	height: auto;
}
#header #tabs {
	margin-top: 1.1em;
	text-align: center;
}
#header #tabs .tab {
	display: inline;
	float: none !important;
	background-color: transparent !important;
	color: #1E79B3 !important;
	font-size: 1.2em !important;
}
#header #tabs .tab a, #header #tabs .tab a:link, #header #tabs .tab a:visited {
	color: #1E79B3;
	font-size: 1em;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#header #tabs .tab a:hover, #header #tabs .tab a:active {
	color: #1E79B3;
	font-size: 1em;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#header img.logo {
	display: block;
	margin: 0 auto !important;
}
a.patient-login {
	margin-top: 8.2em;
	display: block;
	width: 40%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 1em;
	float: none;
}
a.patient-login:hover {
	margin-top: 8.2em;
	display: block;
	width: 40%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 1em;
	float: none;
}
.social-icons {
	margin-top: 1.3em;
	padding: 25px 5px;
	display: inline-grid;
	width: auto;
	margin: 0 auto;
	float: none;
}
#header-icons {
		text-align: center;
}
.contact span {
		color: #8a2be2;
		font-weight: 700;
		font-size: 21px;
	}
.contact span+span {
		color: #4cb5da;
	}
#mainNav {
	background-color: #340074;
	padding: 10px 0;
	}
}


/* HEADER SKIN -------------------------------------------------------------->>>>>>*/
#header {
	background: #fff url(../_images/global/navBar-shadow.png) bottom left repeat-x;
}
#header h2 {
	font-size: 1.5em;
	text-align: center;
	font-family: 'Source Sans Pro';
	font-weight: 300;
}
#header .tab {
	font-weight: bold;
	background-color: #464646;
	color: white;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	line-height: 1.5em;
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: .05em;
	text-align: center;
}
#header #social p {
	text-align: right !important;
	margin-bottom: 0;
	font-size: 2em;
	font-family: 'Source Sans Pro';
	font-weight: 600;
	color: #222;
}
#header .tab span.number {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}
#header a#logIn:hover, #header a#logIn:active {
	color: #676868;
	background: url(../_images/header_client_login_hover.png) left 2px no-repeat;
}
/* mainNav Styles*/
#mainNav {
	background-color: #340074;
	border-left: 0;
	border-right: 0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background: #8a2be2;
    color: #fdfeff !important;
    font-weight: 600;
}
#mainNav #defaultmenu {
	border: none !important;
}
#mainNav .navbar-default .navbar-nav>li>a {
	color: #fff;
	text-transform: uppercase;
}
#mainNav #defaultmenu .navbar-default .navbar-nav>li>a {
	color: #fff;
}
#mainNav #defaultmenu ul.nav > li a span {
	font-size: .9em;
	font-family: 'Source Sans Pro' !important;
	font-weight: 300;
}
#mainNav #defaultmenu ul.dropdown-menu li a:hover {
    background-color: #8a2be2 !important;
	color: #fff;
}
#mainNav .navbar-default {
	border: none;
	background-color: transparent !important;
	text-align: center;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle.collapsed {
	border-color: #FFF;
	background-color: #340074;
	margin-top: 10px;
	margin-bottom: 7px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}

#reviews{
	padding: 2em 0;
	background: #99d4f9 url(../_images/dr.dan-bg.jpg) top left no-repeat;

}
#reviews h1{
	color:#135F91;
}

/*  Large Devices ---->>>  */
@media (min-width: 1200px) {
#mainNav .navbar-default .navbar-nav>li>a {
	font-size: 1.2em;
}
#mainNav #defaultmenu > ul.nav.navbar-nav > li > a {
	font-size: 1.3em;
}
}

/*  anything BUT small Devices ---->>>  */
@media (min-width: 768px) {
#mainNav #defaultmenu > ul.nav.navbar-nav > li {
	background: url(../_images/global/navbar-devider-dashed.png) right 12px no-repeat;
}
#mainNav #defaultmenu > ul.nav.navbar-nav > li:last-child {
	background: none;
}
}

/*  small and  medium Devises ---->>>  */
@media (min-width: 768px) and (max-width: 1199px) {
#mainNav li a.mid {
	line-height: 3em;
	text-align: center;
}
}

/*  only small ---->>>  */
@media (min-width: 768px) and (max-width: 991px) {
#mainNav #defaultmenu > ul.nav.navbar-nav > li > a {
	padding-left: 7px;
	padding-right: 7px;
}
}

/*  Medium Devices ---->>>  */
@media (max-width: 1199px) {
#header .tab {
	font-size: .9em;
}
#mainNav .navbar-default .navbar-nav>li>a {
	line-height: 2.3em;
}
#header #social p {
	font-size: 1.5em;
}
}

/*  Small and Above Devices ---->>>  */
@media (min-width: 768px) {
.navbar-collapse {
	padding: 0;
}
#header #xs-show {
	display: none;
}
#header #social {
}
#header #social p img {
	display: inline-block;
	margin-left: .7em;
}
}

/*  Small Devices ---->>>  */
@media (max-width: 991px) {
#header h2 {
	font-size: 1em;
	line-height: 1.5em;
}
#header .slogan {
	display: none;
}
#header .tab {
	font-size: .9em;
}
#mainNav #defaultmenu {
	font-size: .9em;
}
.w3_megamenu .navbar-nav > li > .dropdown-menu {
	min-width: 150px;
}
#mainNav li a.mid2 {
	line-height: 20px !important;
}
#header #social p {
	font-size: 1.4em;
}
}

/*  Extra Small Devices ---->>>  */
@media (max-width: 767px) {
#mainNav .navbar-default .navbar-nav>li>a {
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 6px;
}
#header .tab {
	font-size: .85em;
}
.navbar-header {
	height: 51px;
}
#header #social {
	margin-top: .7em;
	margin-bottom: 0;
	text-align: center;
}
#header #social p {
	text-align: center !important;
	margin-bottom: .5em;
	font-size: 1.2em;
    line-height: 1em;
}
#header #social p img {
	display: inline-block;
	margin-right: .7em;
}
#mainNav .navbar-collapse {
	background-color: #350074;
}
#mainNav .navbar-collapse.collapse.in .dropdown.open .dropdown-menu {
    background-color: #350074;
	color: #fff;
}
#mainNav .navbar-collapse.collapse.in .dropdown.open .dropdown-menu a {
	color: #fff;
}
#mainNav #defaultmenu {
	font-size: 1em;
}
}
/* <<<<<---------------------END HEADER SIN ------------------------------------------------------------*/

/* <<<<<---------------------------------  BANNER AD BOXPUSHES -----------------------------------------*/

#BannerAndBoxes {
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(../_images/global/boxPushes-Bg3.jpg);
	background-size: cover;
}
#BannerAndBoxes #magic_slider_photoText1 h1 {
	font-size: 18px;
}
#BannerAndBoxes #banner {
	margin: 0 auto;
	margin-bottom: 40px;
}
#BannerAndBoxes p {
	text-align: center;
	font-family: 'Source Sans Pro';
	font-weight: 700;
	line-height: 1.8em;
	font-size: 1.05em;
}


.navbar-nav>li>.dropdown-menu li  {
	border-bottom: solid 1px;
    padding: .4em 0;
}
.navbar-nav>li>.dropdown-menu li:last-child  {
	border-bottom:none;
}

/* large Devices ---->>>  */
@media (min-width: 1200px) {
#BannerAndBoxes #banner {
	width: 1141px;
	box-shadow: -1px 5px 13px -4px #8B8A8A;
}
#boxPushes {
	margin-top:6em;
	background-color: rgba(255, 255, 255, 0.76);
	padding: 20px 10px 10px 10px;
}
}
/*  medium Devices ---->>>  */
@media (max-width: 1199px) {
#BannerAndBoxes #banner {
	max-width: 1141px;
}
#boxPushes {
	margin-top:1em;
	background-color: rgba(255, 255, 255, 0.76);
	padding: 30px;
}
}

/*  Small and up Devices ---->>>  */
@media (min-width: 768px) {
.navbar-nav>li>.dropdown-menu {
    background-color: #350074;
	color: #fff;
	padding:5px;
}
.navbar-nav>li>.dropdown-menu a {
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	#boxPush1 {
		padding-bottom: 20px;
	}
}

/*  Small Devices ---->>>  */
@media (max-width: 991px) {
#BannerAndBoxes {
	padding-top: 10px;
	background: url(../_images/global/boxPushes-Bg3.jpg);
	background-size: cover;
}
#BannerAndBoxes .row > div {
	margin-bottom: 3em;
	height: 270px;
}
}

/*  Extra Small Devices ---->>>  */
@media (max-width: 767px) {
#BannerAndBoxes {
	padding-top: 35px;
	background-repeat: repeat;
}
#BannerAndBoxes #banner {
}
/*
#boxPushes > .row > div {
	margin-bottom: 1.5em;
}
*/
#boxPushes > .row > div:last-child {
	margin-bottom: 0;
}
}
/* <<<<<---------------------------------  END BANNER AD BOXPUSHES --------------------------------------*/

/* <<<<<--------------------------------- MAIN AREA --------------------------------------*/
#mainArea {
	background: #d4e9e8 url(../_images/global/mainArea-gradient-bg2.jpg) top left repeat-x;
	padding: 50px 0;
}
#mainArea h2 {
	color:#0e466b;
	font-size: 1.3em;
    line-height: 1.8em;
	margin-bottom: 0;
}
.office-video {
	background: url(../_images/global/office-tour-bg.png);
	background-color: #350074;
	padding: 14px 0 50px 0;
}
.office-video h1 {
	font-family: 'Source Sans Pro';
	color: #fff;
	text-align: center;
	font-size: 3em;
	text-transform: uppercase;
	font-weight: 800;
}
.office-video p {
	color: #fff;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.5em;
	padding-bottom: 20px;
}
.why-choose-us {
	background-color: #4cb5da;
	padding: 47px 0;
}
.why-choose-us h1 {
	font-family: 'Source Sans Pro';
	color: #fff;
	text-align: center;
	font-size: 3em;
	text-transform: uppercase;
	font-weight: 800;
}
.why-choose-us p {
	color: #fff;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.5em;
}
.why-choose-us span.comfortable {
	color: #fff;
	font-size: 1.6em;
	font-family: 'Source Sans Pro';
	font-weight: 700;
}
.why-choose-us span.safe {
	color: #fff;
	font-size: 1.6em;
	font-family: 'Source Sans Pro';
	font-weight: 700;
}
.why-choose-us span.carefree {
	color: #fff;
	font-size: 1.6em;
	font-family: 'Source Sans Pro';
	font-weight: 700;
}
.our-3-cs {
	background: url(../_images/global/boxPushes-Bg2.0.png);
	background-size: cover;
	padding: 44px 0;
}
.our-3-cs h1 {
	color: #222;
}
.our-3-cs h1+h2 {
	color: #9337ff;
}
.our-3-cs h1+h2+p+h2+p+h2 {
	color: #4cb5da;
}
.our-3-cs h1+h2+p+h2 {
	color: #8bc34a;
}
.our-3-cs h2 {
	color: #222;
}
.our-3-cs p {
	color: #222;
	font-size: 1.5em;
}
.our-3-cs ul, ol {
	color: #222;
	line-height: 2em;
	font-size: 1.3em;
	padding-left:25px; 
}
.our-3-cs ul>li>span {
	 color: #9337ff;
    font-size: 1.1em;
}
.our-3-cs span.xray-span {
	 color: #8bc34a;
    font-size: 1.1em;
}
.our-3-cs span.water-preserve {
	 color: #4cb5da;
    font-size: 1.1em;
}
.our-3-cs span.led-light {
	 color: #9337ff;
    font-size: 1.1em;
}
#3-cs-row {
	background-color: #fff !important;
	margin: 30px !important;
}
.dr-dan-content {
	background: #9AD4FA url(../_images/dr.dan-bg.jpg) no-repeat;  
	padding: 40px 0;
}
.dr-dan-content h1 {
	color: #10507a;
	font-size: 3em;
}
.dr-dan-content p {
	color: #10507a;
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: 'Source Sans Pro';
	font-weight: 600;
}
/* <<<<<<----------------------- FORM--------------------------------------------*/
#contact {
	background-color: #340074;
	padding: 0 25px;
	border: solid 1px #CBCBCB;
	position: relative;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px
}
#contact .formHeader {
	background-color: #4cb5da;
	padding: 0px 7px;
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: 3em;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#contact .formFooter {
	background-color: #4cb5da;
	color: #fff;
	padding: 10px 0 25px 0px;
	margin-left: -25px;
	margin-right: -25px;
	margin-top: 3em;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}
#contact .btn-block {
	color: #fff;
	background: #9337ff;
	float: right;
	font-size: 1.3em;
	outline: none;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 130px;
	margin-right: 1em;
	border-radius: 5px;
	font-family: 'Source Sans Pro';
	font-weight: 600;
}
.btn-reviews{
	width: 130px !important;
    background: #9337ff !important;
    color: #fff !important;
}
#contact .btn-block:hover {
	color: #fff;
	background-color: #340074;
	float: right;
	font-size: 1.3em;
	outline: none;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 130px;
	margin-right: 1em;
	border-radius: 5px;
	font-family: 'Source Sans Pro';
	font-weight: 600;
}
#contact .formHeader h2 {
	font-size: 2.5em;
	min-height: 30px;
	color: #fff;
	text-align:center;
}

/*  Small Devices ---->>>  */
@media (max-width: 991px) {
#contact .formHeader h2 {
}
}

/* large Devices ---->>>  */
@media (min-width: 1200px) {
#3-cs-row {
	background-color: #fff !important;
	margin: 30px !important;
	}
}

/*  medium and down Devices ---->>>  */
@media (max-width: 1199px) {
.office-video {
	background: url(../_images/global/office-tour-bg.png);
	background-color: #350074;
    padding: 14px 0 50px 0;
}
.why-choose-us {
	background-color: #3cb2da;
	padding: 50px 0;
}
.our-3-cs {
	background: #2855A8 url(../_images/global/boxPushes-Bg2.0.png) center repeat-y;
	padding: 44px 0;
}
}

/*  Small and down Devices ---->>>  */
@media (max-width: 991px) {
.office-video {
	background: url(../_images/global/office-tour-bg.png);
	background-color: #350074;
    padding: 14px 0 50px 0;
}
.office-video h1 {
	font-family: 'Source Sans Pro';
	color: #fff;
	text-align: center;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 20px;
}
.why-choose-us {
	background-color: #3cb2da;
	padding: 50px 0;
}
.why-choose-us h1 {
	font-family: 'Source Sans Pro';
	font-weight: 700;
	color: #fff;
	text-align: center;
	font-size: 2.5em;
	text-transform: uppercase;
}
#contact{
	margin-top:3em;
}
}

/*  Extra Small Devices ---->>>  */
@media (max-width: 767px) {
.office-video {
	background: url(../_images/global/office-tour-bg.png);
	background-color: #350074;
    padding: 14px 10px 50px 10px;
}
.office-video h1 {
	font-family: 'Source Sans Pro';
	color: #fff;
	text-align: center;
	font-size: 1.7em;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 20px;
}
.why-choose-us {
	background-color: #3cb2da;
	padding: 50px 0;
}
#contact{
	margin-top:3em;
}
}
/* <<<<<--------------------------------- END MAIN AREA --------------------------------------*/

#footer {
	background: #340074;
	padding: 15px 0;
}
#footer p {
	color: #fff;
	display: block;
	height: auto;
	margin-top: 1.6em;
	font-size: 1.1em
}

/* large Devices ---->>>  */
@media (min-width: 1200px) {
}

/*  medium and down Devices ---->>>  */
@media (max-width: 1199px) {
#mainArea #sideBarRight h2 {
	font-size: 1.5em;
}
}

/*  Small and up Devices ---->>>  */
@media (min-width: 768px) {
#footer p {
	text-align: center;
}
#footer img {
	display: block;
	width: auto;
	margin: 0 auto;
}	
}

/*  Small and down Devices ---->>>  */
@media (max-width: 991px) {
#footer p {
	text-align: center;
}
#footer img {
	display: block;
	width: auto;
	margin: 0 auto;
}
}

/*  Extra Small Devices ---->>>  */
@media (max-width: 767px) {
#sideBarLeft {
	margin-top: 2em;
	}
#footer p {
	font-size: 12px;
	text-align: center;
	}
#footer img {
	display: block;
	width: auto;
	margin: 0 auto;
	}
}

.modal-dialog {
	width: 600px;
    margin: 300px auto;
    height: 440px;
}
.modal-content{
	height: 409px;
    width: 469px;
}
img.thumbs{
	vertical-align: middle;
    border: solid 1px #ddd;
    padding: 5px;
    background-color: #fff;
    box-shadow: -1px 3px 11px -5px #222222;
	margin: 2em auto;
    display: block;
}

#mainArea-survey {
	background: #d4e9e8 url(../_images/global/mainArea-gradient-bg2.jpg) top left repeat-x;
	padding: 50px 0 80px 0;
}

@media (max-width: 767px) {
	#good-icon-box {
		padding-bottom: 70px;
	}
	.good-icon {
		width: 75%;
		padding-top: 10px;
	}
	.bad-icon {
		width: 75%;
		padding-top: 10px;
	}
	.good-icon-2 {
		width: 80%;
	}
	#social-icon-row {
		padding-top: 30px;
		text-align: center;
	}
	.social-icon {
		padding: 0 5px;
		width: 30%;
	}
	#tagline-1 {
		font-size: 16px;
		text-align: center;
	}
	#subtag-1 {
		font-size: 14px;
		line-height: 21px;
		text-align: center;
	}
	#tagline-2 {
		font-size: 18px;
		text-align: center;
	}
	#subtag-2 {
		font-size: 13px;
		line-height: 16px;
		text-align: center;
	}
	#socials-desktop {
		display: none;
	}
	#socials-footer {
		text-align: center;
	}
	#socials-footer img {
		display: inline-block;
		padding: 20px 10px;
	}
	.landing-pg-header {
		font-size: 33px;
	}
	.landing-pg-closing-header {
		font-size: 20px; 
		line-height: 31px; 
		padding: 20px 0;
		color: #0e466b;
	}
}

@media (min-width: 768px) {
	.full-height {
  		height: 100%;
	}
	.good-icon {
		width: 85%;
		padding-top: 12px;		
	}
	.bad-icon {
		width: 85%;
		padding-top: 12px;	
	}
	.good-icon-2 {
		width: 100%;
	}
	#social-icon-row {
		padding-top: 20px;
		text-align: center;
	}
	.social-icon {
		padding: 0 5px;
		width: 16%;
	}
	#tagline-1 {
		font-size: 23px;
		text-align: left;
	}
	#subtag-1 {
		font-size: 20px;
		line-height: 21px;
		text-align: left;
	}
	#tagline-2 {
		font-size: 21px;
		text-align: left;
	}
	#subtag-2 {
		font-size: 17px;
		line-height: 19px;
		text-align: left;
	}
	#socials-footer {
		display: none;
	}
	.landing-pg-closing-header {
		font-size: 30px; 
		line-height: 31px; 
		padding: 20px 0;
		color: #0e466b;
	}
}

@media (min-width: 1024px) {
	.good-icon {}
	.bad-icon {}
	#tagline-1 {
		font-size: 30px;
		text-align: left;
	}
	#subtag-1 {
		font-size: 25px;
		line-height: 21px;
		text-align: left;
	}
	#tagline-2 {
		font-size: 27px;
		text-align: left;
	}
	#subtag-2 {
		font-size: 22px;
		line-height: 25px;
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.good-icon {
		width: 70%;
		padding-top: 30px;
	}
	.bad-icon {
		width: 70%;
		padding-top: 30px;
	}
	#social-icon-row {
		padding-top: 30px;
	}
	#tagline-1 {
		font-size: 33px;
	}
	#subtag-1 {
		font-size: 20px;
		line-height: 21px;
	}
	.social-icon {
		padding: 0 5px;
		width: 13%;
	}
	#tagline-2 {
		font-size: 34px;
	}
	#subtag-2 {
		font-size: 24px;
		line-height: 28px;
	}
}

#survey-form {
	padding-top: 20px;
}

#survey-form p {
	font-weight: 600;
}

#survey-form .form-control {
    display: block;
    width: 100%;
    height: 33px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bae0de;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea#survey-commentarea.form-control.comment {
	height: 85px;
}

.survey-btn {
	color: #fff;
	background-color: #350074;
	font-weight: 600;
	font-size: 20px;
	width: 150px;
}

#reviews .container {
	background-color: #fff;
}
#reviews {
    background: #d4e9e8 url(../_images/global/mainArea-gradient-bg2.jpg) top left repeat-x;
    padding: 50px 0;
	}
#reviews h2 {
	margin-bottom: 20px;
}
	
	
/** LIGHTBOX MARKUP **/

@media (max-width: 767px) {
	.lightbox_div .thumbnail {
	  max-width: 60%;
	}		
}

@media (min-width: 768px) {
	.lightbox_div .thumbnail {
	  max-width: 90%;
	}		
}



.lightbox_div .thumbnail {
  max-width: 90%;
}

.lightbox_div .lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox_div .lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox_div .lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}