/* ---- general ---- */

section {
	clear: both;
	text-align: left;
	margin: 0 auto;
}

body {
	text-align: center;
}

a {
	text-decoration: none;
}

h1 {
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif !important;
    font-weight: 700;
    font-size: 2em;
    padding: 2px;
    letter-spacing: .1em;
    line-height: 1;
    color: #0737b6;
}

tr, td {
	padding: 3px 20px 3px 20px;
}

.divider {
	width: 153px;
	height: 3px;
	margin: 0 auto;
	background-color: #062e99;
}

/* ---- nav ---- */

.main {
	background-color: #3763d7;
	position: fixed;
	top: 0;
	left: 0;
	font-family: "Raleway", "Roboto", sans-serif !important;
	font-size: 18px;
	font-weight: 300;
	line-height: 21px;
	width: 100%;
	z-index: 11;
}

.title {
	float: left;
	padding: 20px;
	top: 0;
	left: 0;
	color: #f7f7f7;
}

.title a{
	color: white;
}

.links {
	position: absolute;
	top: 0;
	right: 0;
}

.links .element {
	float: right;
	padding: 20px;
	color: #f7f7f7;
	text-decoration: none;
	font-size: 14px;
}

.links-mobile {
	display: none;
}

#menu-btn {
	width: auto;
	display: block;
	position: absolute;
	top:0; right:0;
	padding: 10px 20px;
	color: #f7f7f7;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
}

.drop-down{
	width: 200px;
}
.drop-down-2{
	display: none;
	position: absolute;
	top:60px;
	right:0px;
	width: 200px;
}

.menu-active{
	background: #0b40c6;
}

.links a:hover {
	background-color: #0b40c6;
	height: 20px;
}

.m {
	padding: 20px;
	display: block;
	color: #f7f7f7;
	text-decoration: none;
	font-size: 14px;
	background-color: #555;
}

.m:hover {
	background-color: #0b40c6;
	font-weight: bold;
}

.hamburger {
	display: block;
	text-align: center;
}

.phone {
	height: 21px;
	vertical-align: middle;
}

/* ---- hero slider ---- */
/*section#hero {
    margin-top: 61px;
}*/

.hero.carousel {
	margin-bottom: 0;
	width: 100%;
	max-width: 1440px;
}

.hero .pane {
	background-size: cover;
	margin-top: 0;
	height: 800px;
	position: relative;
}

.pane1 {
	background: url(../img/Background/pane1.jpg) no-repeat center;
}

.pane2 {
	background: url(../img/Background/pane2.jpg) no-repeat center;
}

.pane3 {
	background: url(../img/Background/pane3.jpg) no-repeat center;
}

.slick-prev, .slick-next {
	display: none !important;
}

button.slick-prev::before, button.slick-next::before {
	display: none;
}

.hero .slick-dots {
	bottom: 10px;

}

.hero .pane1text {
	width: 100%;
	text-align: center;
	color: #0737b6;
	padding-top: 600px;
	margin: 0 auto;
	position: relative;
}

.name {
	padding: 2px;
}

.dentistry {
	font-family: "Raleway", "Roboto", sans-serif !important;
	font-weight: 300;
	padding: 2px;
	font-size: 1.5em;
	letter-spacing: .1em;
	line-height: .3;
}

.since {
	font-family: "Raleway", "Roboto", sans-serif;
	font-weight: 300;
	padding: 2px;
	font-size: 1.25em;
	letter-spacing: .1em;
	line-height: .3;
}

.pane2 {
	text-align: center;
}

.pane2text {
	margin: 150px 0 0;
}

.pane2 h1 {
	margin-bottom: 50px;
	text-transform: uppercase;
}

.pane2_tagline {
	background-color: rgba(6, 46, 153, .5);
	color: white;
	padding: 25px 0;
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-size: 1.25em;
	margin: 50px auto;
	letter-spacing: 1px;
}

.learn_more.button, .bios.button {
	background-color: #ffc944;
	color: #252525;
	border-radius: 10px;
	padding: 20px 50px;
	display: inline-block;
	text-decoration: none;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 1em;
	letter-spacing: .2em;
	transition: all 200ms;
}

.learn_more.button:hover, .bios.button:hover {
	background-color: #fede90;
}

.pane3text {
	margin-top: 250px;
	color: white;
	text-align: center;
}

.pane3text h1 {
	color: white;
	text-transform: uppercase;
	margin: 0;
}

.pane3_tagline {
	/*background-color: rgba(131, 131, 131, .5);*/
	color: white;
	/*padding: 25px 0;*/
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-size: 1.25em;
	/*margin: 50px auto;*/
	letter-spacing: 1px;
}

/* ---- intro ---- */

.intro {
	width: 100%;
	display: block;
	text-align: center;
}

.logo {
	width: 200px;
	padding-top: 100px;
	opacity: .75;
}

.welcome {
	width: 100%;
	/*background-color: #3763d7;*/
	background-color: #0b40c6;
}

.welcome h1 {
	text-align: center;
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-weight: 800;
	font-size: 3em;
	color: #ebebeb;
	padding: 0 20px;
	letter-spacing: .2em;
	margin-top: 10px;
}

.mission {
	text-align: center;
	max-width: 632px;
	margin: 30px auto;
}

.mission-text {
	padding: 0 20px;
	text-align: center;
}

.mission p {
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-size: 1.125em;
	letter-spacing: .05em;
	line-height: 2.2;
	color: #ebebeb;	
}

.scroll-down {
	margin-bottom: 0px;
}

.scroll-down-text {
	text-align: center;
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: .075em;
	line-height: 1.6;
	margin: 68px auto 0;
	color: #062e99;
}

.down-arrow {
	opacity: .75;
	width: 20px;
	margin: 5px 0 20px;
}

/* ---- services ---- */

.services {
	background: url(../img/Background/services_bkgr_2.jpg) no-repeat center;
	background-size: cover;
	margin-top: 0;
	position: relative;
	background-attachment: fixed;
	text-align: center;
	position: relative;
	background-color: rgba(255,255,255,0.6);
	z-index: 10;
}

.overlay {
	background-color: rgba(255,255,255,0.6);
	padding: 100px 0;
}

.services .content-container {
	margin-bottom: 0px;
}

.services-title {
	width: 100%;
	text-align: center;
}

.services-title h1 {
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-weight: 800;
	font-size: 3em;
	color: #2149b3;
	padding: 0 0 50px;
	letter-spacing: .2em;
}

.services .services-text {
	margin-top: 300px;
	padding-top: 50px;
	max-width: 700px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}

.services-text p {
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-size: 1.125em;
	color: #333333;
	letter-spacing: .05em;
	line-height: 1.6;
}

.services h3 {
	margin: 10px 0;
	font-weight: 500;
	font-size: 1.125em;
}	

.servicesfeature-container {
	text-align: center;
	padding: 25px 0 0;
}

.servicesfeature {
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-size: 1.125em;
	line-height: 1.5;
	margin: 0 auto;
	color: #333333;
	letter-spacing: .05em;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline-block;
}

.servicesfeature img{
	width: 25%;
}

/* ---- new patient ---- */

.new_patientinfo {
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}

.np-leftcontainer {
	float: left;
	text-align: center;
	width: 60%;
	/*background-color: #3763d7;*/
	background-color: #2149b3;
	padding-top: 100px;
}

.np-rightcontainer {
	background: url(../img/anne.jpeg) no-repeat center;
	background-size: cover;
	width: 40%;
	float: right;
	height: 400px;
    padding-top: 400px;
}

.np-leftcontainer h3 {
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: .1em;
    line-height: 1;
    color: white;
    display: block;
}

.patient-title {
	padding: 0;
	margin: 0;
}

.patient.text1 {
	font-size: 1.5em;
	color: #2149b3;
}

.patient.text2 {
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
    font-size: 1.125em;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.6;
    color: #ebebeb;
    margin-top: 50px;
}

.new_patient p {
	padding: 10px 0 0;
	background-color: white;
}

.patient.list {
	list-style: none;
	text-align: center;
	margin: 25px auto 50px;
	padding-left: 0px;
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
    font-size: 1.125em;
    letter-spacing: .05em;
    line-height: 1.6;
    color: #ebebeb;
}

.smile-container {
	margin: 0 auto 111px;
}

.smile.button {
	background-color: #ffc944;
	color: #252525;
	border-radius: 10px;
	padding: 20px 50px;
	display: inline-block;
	text-decoration: none;
	font-family: "Raleway", "Roboto", sans-serif;
	font-weight: 400;
	font-size: 1em;
	letter-spacing: .2em;
	transition: all 200ms;
}

.smile.button:hover {
	background-color: #fede90;
}

.patient li{
	padding: 2.5px 0;
	letter-spacing: 1px;
}

/* ---- cnichols bio ---- */

.cnichols {
	background: url(../img/Profile/drNichols_bluecoat.jpg) no-repeat center;
	background-size: cover;
	margin-top: 0px;
	position: relative;
	background-attachment: fixed;
	text-align: left;
}

.statement {
	margin-top: 300px;
	padding: 100px 500px 100px 200px;
	max-width: 900px;
	margin: 0 auto;
}


#chris {
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-size: 2.0em;
	color: #062e99;
	letter-spacing: .1em;
	line-height: 1.6;
	text-transform: uppercase;
}

.chrisdeco {
	width: 153px;
	height: 3px;
	background-color: #062e99;
}

#summary {
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-size: 1.2em;
	color: #333333;
	letter-spacing: .1em;
	line-height: 1.6;
	max-width: 600px;
	padding: 20px 0px 50px;
}

.sectiontitle {
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-size: 1em;
	line-height: 1.6;
	color: #333333;
	letter-spacing: .1em;
	line-height: 1.6;
	max-width: 600px;
	padding-top: 25px;
}

#mission {
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-size: 1em;
	line-height: 1.6;
	color: #333333;
	letter-spacing: .1em;
	line-height: 1.6;
	max-width: 600px;
}

#aboutme {
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-size: 1em;
	line-height: 1.6;
	color: #333333;
	letter-spacing: .1em;
	line-height: 1.6;
	max-width: 600px;
}

.statement #aboutme ul, li{
	font-weight: normal;
}

/* ---- team ----- */

.team {
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	padding: 100px 0;
	position: relative;
	max-width: 720px;
	height: 700px;
}

.team .text {
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-weight: 800;
	font-size: 2.5em;
	letter-spacing: .2em;
	padding: 10px 0 20px;
	color: #2149b3;
	text-transform: uppercase;
	max-width: 900px;
}

.profile.image {
	float: left;
	width: 200px;
	background-size: 100%;
	padding: 50px 20px 20px 20px;
	position: relative;
}

.profile.image img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 1000ms;
	border-radius: 100px;
	border: 1px solid #ebebeb;
}

.profile.image:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.profile.image .name {
	transition: all 1000ms;
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-weight: 1em;
}

.bio {
	position: absolute;
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-weight: 1em;
	top: 255px;
	left: 0px;
	width: 220px;
	display: none;
	border-radius: 5px;
	background-color: #fafaf8;
	padding: 10px;
	z-index: 10;
}

.bio::before {
	border: 10px solid transparent;
	border-bottom-color: #fafaf8;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	top: -20px;
	left: 110px;
}

.profile.image:hover .bio {
	display: block;
}

/* ---- group jump photo ----*/

.groupjump {
	width: 100%;
	height: 1000px;
	display: block;
	background: url(../img/groupjump.jpg) no-repeat center;
	background-size: cover;
	margin-top: 100px;
	position: relative;
	background-attachment: fixed;
	text-align: left;
	position: relative;
}

/* ---- contact ---- */

.contact {
	width: 100%;
	margin: auto;
	text-align: center;
}

.contact-header {
	margin-bottom: 0px;
}

.hello {
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-size: 2.5em;
	font-weight: 800;
	color: #062e99;
	letter-spacing: .1em;
	line-height: 1.6;
	text-transform: uppercase;
	position: relative;
	padding: 50px 0;
    text-align: center;
}

.contactleft {
	border: 10px solid transparent;
	text-align: left;
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-size: 1.125em;
	letter-spacing: .05em;
	line-height: 1.6;
	color: #464646;
	display: inline-block;
	float: left;
	padding: 0px 0px 50px 215px;
}

.vertdiv {
	width: 1px;
	height: 250px;
	float: center;
	display: inline-block;
	margin: auto;
	background-color: #ebebeb;
}


.contactright {
	border: 10px solid transparent;
	text-align: left;
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-size: 1.125em;
	letter-spacing: .05em;
	line-height: 1.6;
	color: #464646;
	display: inline-block;
	float: right;
	padding: 0px 230px 50px 0px;
}

/* ---- reviews ----*/

.find {
	width: 100%;
	background-color: #fafaf8;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.find .text {
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-weight: 500;
	font-size: 2em;
	line-height: 100px;
	color: #464646;
	padding: 10px;
}

.findimage {
	height: 100px;
	border-radius: 50%;
}


.findlogo {
	height: 100px;
	display: inline-block;
	margin-left: 25px;
	vertical-align: middle;
}

/* ---- google map ----*/

.gmaps-container {
	width: 100%;
}

#googleMap {
	position: relative;
	height: 400px;
}

/* ---- smile gallery ---- */

.smile .header {
	margin-top: 60px;
}

.smile .text {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #0b40c6;
	margin-bottom:22px;
}

.smile-title {
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-size: 3em;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: .2em;
	line-height: 1.6;
	text-transform: uppercase;
	padding-top: 100px;
}

.smile .subtitle {
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-size: 1.5em;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: .15em;
	line-height: 1.5;
	position: relative;
	padding: 0px;
}

.beforeafter {
	margin: 150px auto;
}

.subsection {
	padding: 50px auto;
	text-align: center;
	display: block;
	margin-bottom: 50px;
}

.bacategory {
	text-align: center;
	margin: 50px auto 20px;
}

.summary {
	max-width: 700px;
	text-align: center;
	margin: 0 auto 50px;
}

.left, .right {
	margin-top: 50px;
	width: 47%;
	margin-bottom: 150px;
}

.left {
	float: left;
	text-align: right;
	margin-right: 20px;
}

.right {
	float: right;
	text-align: left;
	margin-left: 20px;
}

.center-left {
	width: 300px;
	text-align: center;
    margin: auto 0 auto auto;
}

.center-right {
	width: 300px;
	text-align: center;
    margin: auto auto auto 0;
}

figcaption {
	margin-top: 10px;
}

/* -- Footer -- */

.footer {
	background-color: #474f5f;
	text-align: center;
	padding-bottom: 50px;
	width: 100%;
}

.footerlogo {
	float: center;
	padding: 50px 40px 0px 0px;
	opacity: .5;
	margin: auto;
}

.sitemap1 {
	float: center;
	display: inline-block;
	padding-right: 20px;
	padding-bottom: 20px;
}

.sitemap2 {
	float: center;
	display: inline-block;
	padding-left: 10px;
	padding-bottom: 20px;
}

.unstyled-list {
	list-style: none;
	text-align: left;
}

.footeritem {
	text-decoration: none;
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-size: .8em;
	letter-spacing: .15em;
	line-height: 2;
	color: #909090;
	text-decoration: none;
	text-align: center;
}

.dividercw {
	float: center;
	height: 1px;
	margin: 0 auto;
	background-color: #909090;
}

.copywrite {
	text-align: center;
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	font-size: .75em;
	letter-spacing: .05em;
	line-height: 1.2;
	color: #909090;
	padding-top: 10px;
}

/* -- Privacy -- */

.privacycontainer {
	padding: 100px 0px 100px 0px;
	font-family: "Open Sans", "Arial", "Source Sans Pro", sans-serif;
	text-align: center;
}

.mainprivacy {
	text-align: center;
	margin: auto;
}

.sub.header {
	text-align: left;
	padding: 0px 200px 0px 200px;
}

.privacytext {
	text-align: left;
	padding: 0px 200px 10px 200px;
}

.healthlist {
	text-align: left;
	padding-left: 250px;
	padding-right: 250px;
}

.healthlistitem {
	padding-bottom: 20px;
}
.container {
		width:1060px;
		max-width: 100%;
		box-sizing: border-box;
		padding:0 12px;
	}
.container p {
	text-align: left
}
/**************** Mobile Stlyes ***********************/
@media (max-width:1267px) {
	.contactleft, .contactright {
		border:none;
		float:none;
		display: block;
		padding:20px;
		text-align: center;
		margin:0 auto;
		width:400px;
		max-width:100%;
	}
	.contactleft tbody, .contactright tbody {
		width:100%;
		margin:0 auto;
	}
	.vertdiv {
		display: none
	}
}
@media only screen and (max-width: 854px) {
	.links{
		display: none;
	}

	.links-mobile{
		display: block;
	}
}

/* snartphones (landscape) ----------- */
@media only screen and (max-width : 768px) {
	/* Homepage mobile styles */

	.welcome h1{
		font-size: 40px;
	}

	.hero .pane {
		height: 650px;
	}

	.hero .pane1text {
		padding-top: 450px;
	}

	.mission {
		width: 100% !important;
		padding: 0;
	}

	.np-leftcontainer {
		width: 100%;
		display: block;
	}
	.np-rightcontainer {
		width: 100%;
		display: block;
	}

	.cnichols {
	    background-size: 135%;
	}

	.statement {
		margin: 0;
		padding: 50px 20px;
		max-width: 400px;
	}

	h1#chris {
	    text-align: center;
	}

	.chrisdeco {
	    position: initial;
	    margin: 50px auto;
	}

	p#summary {
	    margin: 0px;
	    padding-top: 0;
	}

	.team-container {
		text-align: center;
		width:auto;
		margin: 10px 80px;
		padding: 0 28px;
	}

	.groupjump {
	    height: 500px;
	    background-size: 100%;
	    padding:0;
	}

	.table-container {
		width: 100%;
		text-align: center;
	}

	.contact {
		margin-bottom: 50px;
	}

	.contact-header {
		width: 100%;
		display: block;
		text-align: center;
	}

	.hello	{
		padding-bottom: 20px;
	}

/*	.contactleft, .contactright {
		float: none;
		display: block;
		padding: 10px;
	}*/

	.contactleft > tbody tr td{
		display: block;
	}

	.vertdiv {
		display: none;
	}

	/* Smile page mobile styles */

	.beforeafter {
		margin-top: 50px;
	}

	.bacategory {
	    margin-top: 0;
	}

	.left, .right {
	    width: 100%;
	    display: block;
	    float: none;
	    text-align: center;
   	}

   	.left {
   		margin-bottom: 20px;
   	}

   	.right {
   		margin-left: auto;
   	}

   	.center-left, .center-right {
   		margin: auto;
   	}

   	/* Privacy mobile styles */
   	.privacycontainer {
   		padding: 70px 0;
   	}

   	p.privacytext {
	    padding: 0 10px;
	}

	.sub.header {
		padding: 0;
		text-align: center;
	}

	ul.healthlist {
	    padding: 20px 50px;
	}

	/* Footer mobile styles */

	img.footerlogo {
		display: block;
	}

	.sitemap1 {
		padding-right: 40px;
	}

	.unstyled-list {
		text-align: center;
		padding-left: 0;
}
}
/* Smartphones (iPhone 6+ through 4) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 736px){
/* Styles */
	#menu-btn {
		padding: 10px;
	}

	.pane1 {
		background: url(../img/Background/pane1m_414x650.jpg) no-repeat center;
	}

	.pane2 {
		background: url(../img/Background/pane2m_414x650.jpg) no-repeat center;
	}

	.pane3 {
		background: url(../img/Background/pane3m_414x650.jpg) no-repeat center;
	}

	.pane3text {
		margin-top: 85px;
	}

	.pane3text h1 {
    	color: #0737b6;
	}

	.pane3_tagline {
		color: #0737b6;
	}

	.mission p {
		line-height: 1.6;
	}

	.np-rightcontainer {
		background: url(../img/anne_414.jpg) no-repeat center;
		padding: 0;
	}

	.cnichols {
	    background: url(..../img/Profile/drNichols_bluecoat_414.jpg);
		background-size: auto;
		display: block;
		background-attachment: none;
	}
}

/* Smartphones (iPhone 4) ----------- */
@media only screen and (max-device-width : 320px) and (-webkit-device-pixel-ratio: 2){
	/* iPhone 4 Styles */
	#menu-btn {
	    padding-top: 22px;
	    padding-right: 10px;
	    padding-bottom: 20px;
	}

	.drop-down-2 {
		top: 81px;
	}

	.title {
		padding-left: 10px;
	}
	.title-mobile-sm {
	    max-width: 250px;
	    text-align: left;
	}

	.hero .pane {
		height: 500px;
	}

	.hero .pane1text {
		padding-top: 355px;
	}

	.name, .dentistry, .since {
		font-size: 1em;
	}

	.pane2text {
	    margin: 120px 0 0;
	}

	.pane2 h1{
		margin-bottom: 30px;
		font-size: 1.5em;
	}

	.pane2_tagline {
		margin: 25px auto;
		font-size: 1em;
	}

	.pane2_tagline p {
    	margin: 5px auto;
	}

	.team-container {
		margin: 0;
	}

	.pane3text {
		margin-top: 85px;
	}

	.pane3text h1 {
    	color: #0737b6;
    	font-size: 1.5em;
	}

	.pane3_tagline {
		color: #0737b6;
		font-size: 1em;
	}

	.mission p {
		line-height: 1.6;
	}

	.overlay {
		padding: 50px 0;
	}
	
	.services-title h1 {
		font-size: 2.5em;
	}

	.np-rightcontainer {
		background: url(../img/anne_414.jpg) no-repeat center;
		padding: 0;
	}

	.cnichols {
	    background: url(..../img/Profile/drNichols_bluecoat_414.jpg);
		background-size: auto;
		display: block;
		background-attachment: none;
	}

}
.deal {
    background:linear-gradient(rgba(11,64,198,.7),rgba(55,99,215,.7)), url(../img/deals.jpg) no-repeat center center;
    width:700px;
    max-width:100%;
    box-sizing: border-box;
    padding:24px 12px;
    text-align: center;
    margin:12px auto;
    display: block;
    border:5px double #fff
}
.deal h2 {
    color:#fff;
    font-size:26px;
    text-transform: uppercase;
    letter-spacing:1px;
    text-shadow: 0 0 1px #000;
}
.deal p {
    text-align: center;
    color:#fff;
    font-weight: bold;
    font-size:20px;
    text-shadow: 0 0 1px #000;
}
.deal ul li {
    color:#fff;
    text-shadow: 0 0 1px #000;
}
.social {
    margin-top:22px;
}
.social img {
    margin:6px;
}
.social a {
    transition: all ease .3s;
    opacity:1;
}
.social a:hover {
    opacity:.7
}