
/*
Theme Name: Manitoba Aerospace
Theme URI: http://www.manoverboard.com/
Description: Another radical WordPress theme
Author: Daniel Lamb
Author URI: http://www.manoverboard.com/
Version: 2.0.1
*/

/*********************************************
	Warning! Incoming Game.
*********************************************/

/* default font colors -------------------- */
body, a, .sType h1 a, .sType h2 a, .sType h3 a, .sType h4 a, .sType h5 a, .sType h6 a {
	color: #414042;
}

.layerBanner h1 {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6, label, #navMain a, .socialLinks a {
	letter-spacing: 1px;
}

#wrapper {
	position: relative;
	right: 0;
	margin: 0;
	/* create site border */
	margin-top: 0;
}

.layer {
	/* border-top: 1px solid black; */
	background: white;
}

.layer .inner {
	position: relative;
}

/* (wrap outer) */
.wo {
	text-align: center;
	padding: 0 30px;
}

/* (wrap inner) */
.wo .inner {
	text-align: left;
	width: 1080px;
	max-width: 100%;
	margin: 0 auto;
}

/* (pad vertical) */
.pv {
	padding-top: 90px;
	padding-bottom: 90px;
}

/* site containers ------------ */
html {
	background: white;
}

/* set font ------------ */
body, input, textarea, radio, checkbox {
	border-radius: 0 !important;
	background-color: transparent;
	font-family: "canada-type-gibson";
	font-style: normal;
	font-weight: 300;
	line-height: 1;
	text-align: left;
}

/* exclusive accordions ------------ */
.accordion {
	cursor: pointer;
	transition: all .4s;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active, .accordion:hover {}

/* Unicode character for "plus" sign (+) */
.accordion:after {}

/* Unicode character for "minus" sign (-) */
.accordion.active:after {}

/* Style the element that is used for the panel class */
.accordionTarget {
	max-height: 0;
	overflow: hidden;
	transition: all .4s ease-in-out;
	opacity: 0;
}

.accordionTarget.show {
	opacity: 1;
	max-height: none;
}

/*********************************************
	Standard Typography
	(longform Text)
*********************************************/

/* font defaults */
.sType h1, .sType h2, .sType h3, .sType h4, .sType h5, .sType h6 {
	color: #1c6ba3;
	line-height: 1.1;
	margin: 40px 0 10px;
}

.sType p, .sType li, .sType td {
	font-size: 180%;
	line-height: 1.5;
	margin: .75em 0;
}

.sType li {
	margin: .5em 0;
}

.sType td {
	padding-right: 16px;
}

.viewAll {
	font-size: 210%;
	line-height: 1.35;
}

.sType strong, .sType strong {
	font-weight: 600;
}

.sType li li, .sType li a, .sType .posts li {
	font-size: 100% !important;
}

.sType a {
	text-decoration: underline;
	color: #4ec3c9;
}

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

.sType p.small {
	font-size: 140%;
}

/* headings */
.sType h1 {
	font-size: 510%;
	font-weight: 600;
}

.sType h2 {
	font-size: 360%;
	font-weight: 400;
}

.sType h3 {
	font-size: 270%;
	font-weight: 400;
}

.sType h4 {
	font-size: 240%;
	font-weight: 400;
}

.sType h5 {
	font-size: 200%;
	font-weight: 400;
}

.sType h6 {
	font-size: 200%;
	font-weight: 400;
}

/* lists */
.sType ul {
	list-style-type: disc;
}

.sType ul ul {
	margin: 10px 0 20px;
	list-style-type: circle;
}

.sType ul ul ul {
	list-style-type: square;
}

.sType ol {
	list-style-type: decimal;
}

.sType ol ol {
	list-style-type: lower-alpha;
}

.sType ol ol ol {
	list-style-type: lower-roman;
}

.sType ol ol, .sType ul ol {
	list-style-type: lower-roman;
}

.sType ul, .sType ol {
	list-style-position: inside;
	margin-left: 0;
	padding-left: 20px;
	text-indent: -20px;
	margin-top: 20px;
	margin-bottom: 30px;
}

/* correct nested li font-size */
.sType li li {
	font-size: 100%;
}

.button {
	margin-top: 10px;
	display: inline-block;
	padding: 15px 60px;
	background: #4ec3c9 !important;
	color: white !important;
	font-weight: 400;
	font-size: 140%;
	text-transform: uppercase;
	text-decoration: none !important;
	line-height: 1;
	letter-spacing: 1px;
}

.button:hover {
	background: #51cfd6 !important;
}

/* prevent font-size compounding */
p .button {
	font-size: 100%;
}

/*********************************************
	Core Styles
*********************************************/
.bgCover {
	background-size: cover !important;
	background-position: center !important;
	background-attachment: scroll !important;
}

.bgFill {
	background-size: cover !important;
	background-position: center !important;
	background-attachment: scroll !important;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.bgCover.bgBottom {
	background-position: bottom center !important;
}

.bgFillComp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*********************************************
	Header  & Nav
*********************************************/
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 80px;
	transition: height .09s, background .09s;
}

.home #header {
	position: absolute;
}

#header.nottop {
	position: fixed;
	top: 0;
}

#header .whiteWash {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	margin-left: -50%;
	background: white;
	height: 80px;
	transition: all .09s;
}

.home #header .whiteWash {
	margin-left: -540px;
	width: 1080px;
}

#header.nottop  .whiteWash {
	width: 100%;
	margin-left: -50%;
}

#header .inner {
	position: relative;
}

.home .layerBanner .inner {
	padding-top: 50px;
}

#siteTitle {
	position: absolute;
	top: 10px;
	left: 20px;
	transition: all .09s;
}

#siteTitle img {
	width: 120px;
	transition: all .09s;
}

#mobileMenuButton {
	display: none;
}

#navMobile {
	display: none;
}

#navMain {
	position: absolute;
	display: inline-block;
	width: 650px;
	margin-left: -325px;
	left: 55%;
	top: 0;
	transition: top .09s;
}

#navMain li {
	display: inline;
}

#navMain li a {
	font-weight: 400;
	font-size: 140%;
	text-transform: uppercase;
	text-decoration: none !important;
	display: inline-block;
	line-height: 80px;
	letter-spacing: 1px;
	color: #333;
	padding: 0 15px;
	opacity: 1;
}

#navMain li a:hover, #navMain li a:active {
	opacity: .5;
}

#navMain li li a:hover, #navMain li li a:active {
	opacity: 1;
}

#navMain .sub-menu {
	top: 35px;
	display: none;
	padding-top: 10px;
	background-position: top center;
	background-image: url("https://cdn-fpmao.nitrocdn.com/IDniInnCgjWqaRYQeWYeFBfZuorqlNvr/assets/images/optimized/rev-ec26adc/www.poloparkdental.ca/wp-content/themes/manoverboard-2.1/img/subnav-arrow.png");
	background-repeat: no-repeat;
}

#navMain .sub-menu.nitro-lazy {
	background-image: none !important;
}

#navMain .sub-menu li {
	display: inline;
}

#navMain .sub-menu li a {
	box-sizing: border-box;
	display: block;
	padding: 10px;
	background: #4ec3c9;
	color: white !important;
	text-align: center;
	padding: 15px;
	border: 3px solid #4ec3c9;
	line-height: 1;
}

#navMain .sub-menu li a:hover {
	border: 3px solid #4ec3c9;
	background: #51cfd6 !important;
}

#navMain .current_page_item .sub-menu, #navMain .current-menu-item .sub-menu, #navMain .current_page_ancestor .sub-menu, #navMain .current-menu-ancestor .sub-menu, #navMain li {
	position: relative;
}

#navMain li:hover .sub-menu {
	z-index: 1000;
	display: block;
	position: absolute;
	top: 35px;
	width: 240px;
	height: auto;
	left: 50%;
	margin-left: -120px;
}

#emergency {
	width: 45px;
	height: 45px;
	color: white;
	position: absolute;
	top: 17px;
	right: 20px;
	padding-bottom: 80px;
	transition: all .09s;
}

#emergency img {
	background: #f24848;
}

#emergency:hover img, #eHoverInner:hover {
	background-color: #f45d5d;
}

#emergency:hover #eHover {
	display: block;
}

#eHover {
	display: none;
	position: absolute;
	top: 53px;
	left: -43px;
	z-index: 1000;
	padding-top: 10px;
	background-position: top center;
	background-image: url("https://cdn-fpmao.nitrocdn.com/IDniInnCgjWqaRYQeWYeFBfZuorqlNvr/assets/images/optimized/rev-ec26adc/www.poloparkdental.ca/wp-content/themes/manoverboard-2.1/img/subnav-arrow-red.png");
	background-repeat: no-repeat;
	width: 130px;
}

#eHover.nitro-lazy {
	background-image: none !important;
}

#eHoverInner {
	box-sizing: border-box;
	display: block;
	padding: 10px;
	color: white !important;
	text-align: center;
	padding: 15px;
	border: 3px solid #f24848;
	font-weight: 400;
	font-size: 140%;
	text-transform: uppercase;
	text-decoration: none !important;
	line-height: 1;
	letter-spacing: 1px;
	background: #f24848;
}

/* navSnapping */
#isFront #banner {
	height: 100vh;
	max-height: none;
}

/*********************************************
	Banner
*********************************************/
.layerBanner {
	background: #fff;
	/* overflow regions during resize window */
	overflow: hidden;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 50vw;
	min-height: 300px;
	max-height: 600px;
}

.layerBanner .inner {
	/* positioning context */
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 3;
	margin: 0 auto;
}

.layerBanner .content {
	text-align: center;
	width: 750px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.overlay {
	background-color: rgba(255, 255, 255, .7);
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fillParent {
	opacity: 0;
	z-index: 1;
	position: absolute;
	max-width: none;
}

.layerBanner p {
	font-weight: 400;
	font-size: 240%;
}

.layer.dark {
	background-color: #f8f8f8;
}

/*********************************************
	SideBySide
*********************************************/
.layerSideBySide {}

.layerSideBySide h2.layerTitle {
	font-size: 280%;
	font-weight: 600;
}

.layerSideBySide h2 {
	font-size: 240%;
	font-weight: 600;
}

.layerSideBySide h3 {
	font-size: 240%;
	margin-top: 20px;
}

.layerSideBySide .text, .layerSideBySide .images, .layerSideBySide .form {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding: 0 30px 0 0;
}

.layerSideBySide .images, .layerSideBySide .form {
	padding-right: 0;
}

.layerSideBySide .even .images {
	padding-right: 30px;
}

.layerSideBySide .text *, .layerSideBySide .images * {
	vertical-align: middle;
}

.layerSideBySide .text span {
	vertical-align: top;
}

.layerSideBySide .text {
	padding-right: 15%;
}

.layerSideBySide .images img {
	width: 100%;
	margin: 20px 0;
}

.layerSideBySide strong {
	color: #1c6ba3;
	font-weight: 400;
}

.layerSideBySide h2 .light {
	font-weight: 400;
}

.layerSideBySide .text p a {
	vertical-align: baseline;
}

.layerSideBySide.emergency {
	background: #f24848;
}

.layerSideBySide.emergency h1, .layerSideBySide.emergency h2, .layerSideBySide.emergency h3, .layerSideBySide.emergency p, .layerSideBySide.emergency a, .layerSideBySide.emergency strong, .layerSideBySide.emergency * {
	color: white;
}

.layerSideBySide.emergency img {
	outline: none;
	border: none;
}

.form label {
	font-weight: 400;
	color: #1c6ba3;
	text-transform: uppercase;
}

.layerContactForm .text, .layerContactForm .images, .layerContactForm .form {
	vertical-align: top;
}

/*********************************************
	Services
*********************************************/
.layer.layerServices {
	padding-top: 0;
}

.layerServices .layerTitle {
	text-transform: uppercase;
	font-size: 260%;
}

.layerServices h3 {
	font-size: 220%;
}

.layerServices .service {
	width: 50%;
	float: left;
	padding: 30px 15px 30px 0;
}

.layerServices .service3, .layerServices .service5, .layerServices .service7, .layerServices .service9 {
	clear: both;
}

.layerServices .service .text {
	box-sizing: border-box;
	padding-right: 15%;
}

/*********************************************
	Callout
*********************************************/
.layerCallout {}

.layerCallout h2 {
	font-size: 400%;
	font-weight: 400;
	letter-spacing: 1px;
}

.layerCallout p {
	font-weight: 400;
	font-size: 210%;
}

.layerCallout .button {
	margin-top: 60px;
}

.layerCallout {
	background-color: transparent !important;
	/* overflow regions during resize window */
	visibility: visible;
	overflow: hidden;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 50vw;
	max-height: 600px;
	min-height: 300px;
	text-align: left;
}

.layerCallout .inner {
	/* positioning context */
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0 30px;
	text-align: center;
	z-index: 3;
}

.layerCallout img {
	height: auto;
	width: auto;
}

.layerCallout .content {
	text-align: left;
	width: 1080px;
	max-width: 100%;
	margin: 0 auto;
}

.limit660 {
	max-width: 660px;
}

/*********************************************
	Gallery
*********************************************/
.layerGallery {}

.layerGallery .text {
	width: 50%;
	padding-right: 15%;
	box-sizing: border-box;
	float: left;
}

.layerGallery ul.gallery li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.layerGallery ul.gallery {
	padding-left: 0;
	text-indent: 0;
}

.layerGallery ul.gallery li span {
	display: inline-block;
	box-sizing: border-box;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 50%;
	float: left;
}

.layerGallery ul.gallery li img {
	width: 100%;
}

/*********************************************
	Features
*********************************************/
.layerFeatures {}

.layerFeatures .feature {
	clear: both;
	padding: 15px 0;
}

.layerFeatures h3 {
	font-size: 220%;
}

.layerFeatures .text, .layerFeatures .image {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.layerFeatures .text *, .layerFeatures .image  * {
	vertical-align: middle;
}

.layerFeatures .text {
	padding: 0 50px;
	padding-right: 15%;
}

.layerFeatures .text h3 {}

.layerFeatures .text p {
	font-weight: 300;
}

.layerFeatures .image img {
	width: 100%;
}

/*********************************************
	News
*********************************************/
.layerNews {}

.layerNews h2 {
	font-weight: 600;
}

.layerNews .posts {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0;
	list-style: none;
	display: block;
	padding-bottom: 60px;
}

.layerNews .posts li {
	display: inline;
	font-size: 100% !important;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.layerNews .posts li a {
	text-decoration: none;
	color: white;
	width: 32%;
	height: 300px;
	float: left;
	display: block;
	box-sizing: border-box;
	padding: 40px;
	overflow: hidden;
}

.layerNews .post1 a {
	margin-right: 2%;
}

.layerNews .post2 a {
	margin-right: 2%;
}

.layerNews .posts h3, .layerNews .posts p {
	color: white;
}

.layerNews .posts h3 {
	font-size: 220%;
	font-weight: 400;
	line-height: 1.35;
}

.layerNews .posts p {
	font-size: 180%;
	font-weight: 300;
}

.readMore {
	display: inline-block;
	margin-top: 30px;
	background: transparent !important;
	font-weight: 600;
	font-size: 180%;
	color: #4ec3c9;
	text-decoration: none !important;
}

.layerNews .viewBlog {
	font-size: 140%;
	font-weight: 600;
	color: #1c6ba3;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
	display: inline-block;
	letter-spacing: 1px;
}

#isSingle h1 {
	padding: 0;
	margin: 0;
	font-size: 350%;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

#isSingle h1.theTitle {
	padding: 60px 0 0 0 !important;
}

.layerMap {
	padding-top: 0;
}

.layerMap iframe {
	padding-bottom: 20px;
}

.socialLinks {
	text-align: right;
	font-size: 160%;
	padding-right: 30px;
	color: #1c6ba3;
	font-weight: 400;
}

.layerMap .socialLinks {
	padding-right: 0;
}

.socialLinks a {
	font-size: 100%;
	text-decoration: none;
	color: #1c6ba3;
	text-transform: uppercase;
}

.layerSingle .post {
	width: 800px;
}

.layerSingle .post {
	max-width: 100%;
}

/*********************************************
	People
*********************************************/
.layerPeople {}

/*********************************************
	Staff Layer
*********************************************/
.staffLayer, .staffLayer .inner {
	padding: 0;
	width: auto;
	max-width: none;
}

.staffLayer {
	background: #6c799a;
	position: relative;
}

.staff {
	background: black;
}

.staffLayer  .xgrid_Full_Inner, .portfolioItems  .xgrid_Full_Inner {
	width: 1080px;
	max-width: 100%;
	margin: 0 auto;
	padding: 60px 0 !important;
	text-align: left;
}

.staffLayer  .xgrid_Full_InnerInner, .portfolioItems .xgrid_Full_InnerInner {
	padding: 0 30px;
}

.xgrid_Item.is-collapsed img.xgrid_TileImage_color, .xgrid_Item.is-collapsed img.xgrid_TileImage {
	-webkit-transition: all .09s ease-in;
	-moz-transition: all .09s ease-in;
	-ms-transition: all .09s ease-in;
	-o-transition: all .09s ease-in;
	transition: all .09s ease-in;
}

.staffLayer .status {
	font-weight: 400;
}

.staffThumb {
	position: relative;
}

.invisiTarget {
	position: absolute;
	top: -148px;
	left: 0;
	height: 1px;
	width: 1px;
	display: block;
}

#isFront .invisiTarget {
	top: -100px;
}

.staffThumb h3 {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	display: inline-block;
	left: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #1c6ba3;
	font-weight: 400;
	font-size: 220%;
}

.is-expanded .staffThumb h3 {
	font-weight: 600;
}

/*********************************************
	Google Image Result Style Layout
*********************************************/
.image-grid {
	width: 100%;
	max-width: 1310px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 5px 0;
}

.xgrid_Item {
	float: left;
	position: relative;
}

.bio h3 {
	font-size: 240%;
	line-height: 1.375;
	font-weight: 700;
}

.xgrid_TileImage {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.staffLayer .xgrid_TileImage {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.staffLayer .overlay {
	background: #0d3073;
	opacity: .8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .4;
}

.testimonialsLayer .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(13, 48, 115, .6);
	/* box-shadow: inset  0 0 1px #8694af; */
	font-size: 500%;
	font-weight: 600;
	color: white;
	text-align: right;
	outline: 1px solid #96a4bf;
}

.staffLayer .xgrid_Item:hover .overlay {
	opacity: 0;
}

.staffLayer .xgrid_Item:hover .xgrid_TileImage {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.staffLayer .xgrid_Item.is-expanded .xgrid_TileImage {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%) !important;
	opacity: 1;
}

.staffLayer .xgrid_Item.is-expanded .overlay {
	opacity: 0;
}

.is-expanded .staffThumb h3 {}

.staffThumb {
	background: white;
	position: relative;
	padding: 15px;
	padding-bottom: 100px;
}

.is-expanded .staffThumb img {
	outline: 2px solid #ddd;
}

.xgrid_Item.is-collapsed .xgrid_Tile {
	cursor: pointer;
}

.xgrid_Item.is-expanded .xgrid_Full {
	max-height: 10000px;
}

.xgrid_Full {
	position: relative;
	box-sizing: content-box;
	overflow: hidden;
	max-height: 0;
	background: white;
	text-align: center;
	padding: 0;
	width: 100%;
}

.xgrid_Item.is-collapsed .arrow--up {
	height: 10px;
	width: 100%;
}

.xgrid_Item.is-expanded .arrow--up {
	border-bottom: 8px solid #222;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	height: 0;
	width: 0;
	margin: 2px auto 0;
}

.xgrid_Item.is-expanded .xgrid_Tile h3 {}

.xgrid_Close {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #454545;
	font-size: 50px;
	line-height: 50px;
	text-decoration: none;
}

.xgrid_Close .plus {
	/* background: url('img/cross_white.png') no-repeat; */
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 30px;
	right: 0;
}

.bio {
	text-align: left;
}

.xgrid_Close:hover {
	color: #fff;
}

.image--large {
	max-width: 100%;
	height: auto;
	display: block;
	padding: 40px;
	margin: 0 auto;
	box-sizing: border-box;
}

.xgrid_Full_Inner {
	padding: 60px;
	background: #f6f6f6;
}

.xgrid_Full_InnerInner {
	position: relative;
}

.xgrid_Full_Inner h3 {
	font-size: 240%;
	font-weight: 600;
	font-style: normal;
	color: #1c6ba3;
	line-height: 1.05;
	padding-bottom: 15px;
}

.xgrid_Full_Inner p {
	font-size: 180%;
	line-height: 1.375;
	font-weight: 300;
	font-style: normal;
	margin: 15px 0;
}

.xgrid_Full_Inner .funFact {
	margin: 20px 0;
}

.xgrid_Full_Inner strong {
	font-weight: 400;
	color: #1c6ba3;
}

.bioAndSkills.dentist {
	margin-right: 300px;
}

.teamList {
	position: absolute;
	top: 0;
	right: 0;
	width: 270px;
}

.teamList h3 {
	font-weight: 400;
	font-size: 200%;
}

.teamList li {
	display: inline;
}

.teamList a {
	display: block;
	font-size: 180%;
	text-decoration: none;
	padding: 10px 0;
}

.teamList a .name {
	color: #1c6ba3;
	font-weight: 400;
}

/*********************************************
	FAQ
*********************************************/
.layerFAQ {}

.question .accordion {
	display: inline-block;
	font-size: 180%;
	font-weight: 400;
	color: #1c6ba3;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

/*********************************************
	Forms
*********************************************/
.formLayer, .formLayer .formInner {
	box-sizing: border-box;
}

.formLayer {
	padding: 0 20px 100px;
	text-align: center;
	background: white;
}

.form p {
	font-size: 100%;
	margin-bottom: 25px;
	display: block;
	clear: both;
	box-sizing: border-box;
}

.form .twoSet {}

.form .twoSet .c1 {
	padding-right: 5px;
}

.form .twoSet .c1, .form .twoSet .c2 {
	width: 50%;
	float: left;
	clear: none;
}

.form p.threeFieldDate, .form p.twoFieldDate {
	font-size: 100%;
	margin-top: 0;
}

.form label, .form legend {
	display: inline-block;
	padding-bottom: 5px;
	font-size: 160%;
}

.form legend {
	margin-top: 25px;
}

.form input, .form textarea, .form checkbox, .form radio {
	box-sizing: border-box;
	border: none;
	margin: 0;
	padding: 0;
	background: #ebebeb;
	width: 100%;
	max-width: 100%;
	font-size: 180%;
	line-height: 1.2;
	padding: 10px;
	color: #29506e;
}

.form input[type="submit"] {
	box-sizing: border-box;
	cursor: pointer;
	width: 200px;
	padding: 0;
	background: #4ec3c9;
	color: white;
	font-weight: 400;
	font-size: 140%;
	text-transform: uppercase;
	text-align: center;
	height: 40px;
	line-height: 40px;
	float: right;
	display: block;
}

.form input:focus, .form textarea:focus {
	outline: 2px solid #ddd;
	color: black;
}

.twoFieldDate .dateUnit {
	width: 300px;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	max-width: 50%;
	padding-right: 5px;
}

.threeFieldDate .dateUnit {
	width: 100px;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	max-width: 33.33333333%;
	padding-right: 5px;
}

.threeFieldDate input {
	text-align: center;
}

.layer .wpcf7-list-item {
	display: block;
	padding-right: 20px;
	margin: 10px 0;
}

.layer .wpcf7-list-item input {
	width: auto;
	margin-right: 5px;
}

.layer .wpcf7-list-item-label {
	font-size: 180%;
}

.form .wpcf7-not-valid {
	border: 1px solid #f00;
}

.form div.wpcf7-validation-errors {
	background: #ffe2e2;
	border: 1px solid #f00;
	color: #c10000;
}

.form div.wpcf7-response-output {
	margin: 4em 0;
	padding: 15px;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/*********************************************
	News
*********************************************/
.box {
	box-sizing: border-box;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	width: 330px;
	height: 290px;
	margin: 0;
	padding: 40px;
	color: white;
	background: #9fcf6a;
	text-decoration: none !important;
}

.boxInner {
	width: 100%;
	height: 100%;
	position: relative;
}

.layerArchive .box a, .layerArchive .box a * {
	text-decoration: none;
}

.layerArchive .box h2 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 220%;
	font-weight: 400;
	line-height: 1.5;
	color: white;
	margin: 0;
}

.layerArchive .box p {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 180%;
	font-weight: 300;
	color: white;
	margin: 0;
}

.layerArchive .post {
	padding: 30px 0;
}

.layerArchive .text {
	margin-left: 400px;
	margin-top: 40px;
}

.green a {
	background: #9fcf6a;
}

.green a:hover {
	background: #b4e67c;
}

.blue a {
	background: #4ec3c9;
}

.blue a:hover {
	background: #51cfd6;
}

.sage a {
	background: #6ec9ad;
}

.sage a:hover {
	background: #86dbc1;
}

/*********************************************
	Footer and Copyright
*********************************************/
#footer {
	background: #1c6ba3;
	color: white;
}

#footer .inner {
	padding-left: 80px;
}

#footerContact, #footerHours, #footerMap {
	box-sizing: border-box;
	float: left;
	text-align: left;
}

#footerContact {
	width: 25%;
	padding-right: 30px;
}

#footerHours {
	width: 25%;
	padding-right: 30px;
}

#footerMap {
	width: 50%;
}

#footer h4 {
	font-size: 160%;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 16px;
}

#footer p {
	font-weight: 400;
	font-size: 160%;
	line-height: 1.4;
	padding: 0 0 10px 0;
}

#footer td {
	font-weight: 400;
	font-size: 160%;
	line-height: 1.4;
	padding: 0 16px 10px 0;
}

.socialLinks {
	padding-top: 30px !important;
	clear: both !important;
}

#emergency2 {
	width: auto;
	height: 45px;
	display: inline-block;
}

#emergency2 img {
	background: #f24848;
	vertical-align: top;
}

#emergency2 img, #emergency2 .word {
	display: inline-block;
}

#emergency2 .word {
	width: 120px;
	height: 45px;
	background: white;
	color: #f24848;
	font-size: 140%;
	font-weight: 400;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
}

#emergency2:hover img {
	background-color: #f45d5d;
}

#emergency2:hover .word {
	color: #f45d5d;
}

#footer small {
	clear: both;
	padding-top: 17px;
	font-size: 140%;
	display: block;
	letter-spacing: 1px;
	font-weight: 400;
}

#footer small.shoutOut {
	opacity: .6;
}

#footer small.shoutOut a {
	text-decoration: none;
}

#footer small.shoutOut a:hover {
	text-decoration: underline;
}

#footer a {
	color: white;
}

#footer .socialLinks {
	padding-top: 20px;
	color: white;
	padding-right: 0;
	letter-spacing: 1px;
	font-weight: 400;
}

/*********************************************
	The Awesomeness
*********************************************/

/* insane resonsive grid shuffler... ---------------------------------------- */

/*  not dentists */
@media only screen and   (min-width: 1201px) {
	.layerStaff.notDentists .xgrid_Item {
		width: 20%;
	}
	
	.layerStaff.notDentists .xgrid_Item:nth-of-type(5n+2) .xgrid_Full {
		margin-left: -100%;
	}
	
	.layerStaff.notDentists .xgrid_Item:nth-of-type(5n+3) .xgrid_Full {
		margin-left: -200%;
	}
	
	.layerStaff.notDentists .xgrid_Item:nth-of-type(5n+4) .xgrid_Full {
		margin-left: -300%;
	}
	
	.layerStaff.notDentists .xgrid_Item:nth-of-type(5n+5) .xgrid_Full {
		margin-left: -400%;
	}
	
	.layerStaff.notDentists .xgrid_Item:nth-of-type(5n+6) {
		clear: left;
	}
	
	.layerStaff.notDentists .xgrid_Full {
		width: 500%;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 851px) {
	.layerStaff.notDentists .xgrid_Item {
		width: 25%;
	}
	
	.layerStaff.notDentists .xgrid_Item:nth-of-type(4n+2) .xgrid_Full {
		margin-left: -100%;
	}
	
	.layerStaff.notDentists .xgrid_Item:nth-of-type(4n+3) .xgrid_Full {
		margin-left: -200%;
	}
	
	.layerStaff.notDentists .xgrid_Item:nth-of-type(4n+4) .xgrid_Full {
		margin-left: -300%;
	}
	
	.layerStaff.notDentists .xgrid_Item:nth-of-type(4n+5) {
		clear: left;
	}
	
	.layerStaff.notDentists .xgrid_Full {
		width: 400%;
	}
}

@media only screen and (max-width: 850px) and (min-width: 501px) {
	/* 3 across */
	.layerStaff.notDentists .xgrid_Item {
		width: 33.33333333%;
	}
	
	.layerStaff.notDentists .xgrid_Item:nth-of-type(3n+2) .xgrid_Full {
		margin-left: -100%;
	}
	
	.layerStaff.notDentists .xgrid_Item:nth-of-type(3n+3) .xgrid_Full {
		margin-left: -200%;
	}
	
	.layerStaff.notDentists .xgrid_Item:nth-of-type(3n+4) {
		clear: left;
	}
	
	.layerStaff.notDentists .xgrid_Full {
		width: 300%;
	}
}

@media only screen and (max-width: 500px) and (min-width: 351px) {
	/* 2 across */
	.layerStaff.notDentists .xgrid_Item {
		width: 50%;
	}
	
	.layerStaff.notDentists .xgrid_Item:nth-of-type(2n+2) .xgrid_Full {
		margin-left: -100%;
	}
	
	.layerStaff.notDentists .xgrid_Item:nth-of-type(2n+3) {
		clear: left;
	}
	
	.layerStaff.notDentists .xgrid_Full {
		width: 200%;
	}
}

@media only screen and (max-width: 350px) {
	/* 1 across */
	.layerStaff.notDentists .xgrid_Item {
		width: 100%;
	}
	
	.layerStaff.notDentists .xgrid_Item:nth-of-type(2n+2) .xgrid_Full {
		margin-left: 0;
	}
	
	.layerStaff.notDentists .xgrid_Full {
		width: 100%;
	}
}

/*  dentists */
@media only screen and  (min-width: 701px) {
	/* 3 across */
	.layerStaff.dentists .xgrid_Item {
		width: 33.33333333%;
	}
	
	.layerStaff.dentists .xgrid_Item:nth-of-type(3n+2) .xgrid_Full {
		margin-left: -100%;
	}
	
	.layerStaff.dentists .xgrid_Item:nth-of-type(3n+3) .xgrid_Full {
		margin-left: -200%;
	}
	
	.layerStaff.dentists .xgrid_Item:nth-of-type(3n+4) {
		clear: left;
	}
	
	.layerStaff.dentists .xgrid_Full {
		width: 300%;
	}
}

@media only screen and (max-width: 700px) and (min-width: 351px) {
	/* 2 across */
	.layerStaff.dentists .xgrid_Item {
		width: 50%;
	}
	
	.layerStaff.dentists .xgrid_Item:nth-of-type(2n+2) .xgrid_Full {
		margin-left: -100%;
	}
	
	.layerStaff.dentists .xgrid_Item:nth-of-type(2n+3) {
		clear: left;
	}
	
	.layerStaff.dentists .xgrid_Full {
		width: 200%;
	}
}

@media only screen and (max-width: 350px) {
	/* 1 across */
	.layerStaff.dentists .xgrid_Item {
		width: 100%;
	}
	
	.layerStaff.dentists .xgrid_Item:nth-of-type(2n+2) .xgrid_Full {
		margin-left: 0;
	}
	
	.layerStaff.dentists .xgrid_Full {
		width: 100%;
	}
}

/* end grid shuffler... ---------------------------------------- */
@media screen and (max-width: 1080px) {
	/* -------------------------------------------- */
	#header {}
	
	.layerBanner h1, .layerCallout h2 {
		font-size: 360%;
	}
	
	.layerBanner p, .layerCallout p {
		font-size: 180%;
	}
	
	.layerCallout .button {
		margin-top: 10px;
	}
	
	.layerCallout {
		min-height: 0;
	}
	
	.layerCallout .inner {
		padding: 100px 30px;
	}
	
	.layerCallout, .layerCallout .inner {
		height: auto;
		vertical-align: top;
		position: relative;
	}
	
	.layerCallout .centeredVertical {
		padding-top: 0 !important;
	}
	
	.layerNews .posts li a {
		height: 400px;
	}
	
	.bioAndSkills.dentist {
		margin-right: 0;
	}
	
	.teamList {
		position: relative;
		top: auto;
		right: auto;
		padding-top: 30px;
	}
	
	.layerBanner {
		margin-top: 80px;
	}
}

@media screen and (max-width: 900px) {
	/* -------------------------------------------- */
	.layerNews .posts {
		padding: 30px 0;
	}
	
	.layerNews .posts li a {
		text-decoration: none;
		color: white;
		width: 100%;
		height: auto;
		float: none;
		padding: 40px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	
	#header {
		position: absolute !important;
	}
	
	#navMain {
		display: none;
	}
	
	#emergency {
		display: none;
	}
	
	#mobileMenuButton {
		display: block;
		position: absolute;
		top: 17px;
		right: 0;
		width: 45px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		font-weight: 400;
		font-size: 270%;
		color: white;
		background: #4ec3c9;
	}
	
	#mobileMenuButton:hover {
		background-color: #51cfd6;
	}
	
	#navMobile {
		display: block;
		position: absolute;
		width: 250px;
		top: 0;
		right: -250px;
		z-index: 99999;
		height: 100%;
		background: #4ec3c9;
	}
	
	#navMobile li a {
		box-sizing: border-box;
		display: block;
		font-size: 160%;
		line-height: 1.2;
		padding: 12px 5%;
		background: #4ec3c9;
		color: white;
		width: 100%;
		text-align: left;
		font-weight: 500;
		text-transform: none;
		text-decoration: none !important;
		border-bottom: 1px solid #3eb6bd;
	}
	
	#navMobile li a:hover {
		background-color: #51cfd6;
		color: white;
	}
	
	#navMobile li li a {
		box-sizing: border-box;
		color: white;
		/* padding-left: 10%; */
		padding-right: 0;
		width: 100%;
		text-transform: none;
		background: #3aaeb4;
	}
	
	#navMobile .showChildren {
		box-sizing: border-box;
		cursor: pointer;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 42px;
		height: 40px;
		position: absolute;
		text-align: center;
	}
	
	#navMobile .showChildren:hover {
		background-color: #51cfd6;
	}
	
	#navMobile #menu-social-icons-for-mobile .showChildren {
		display: none;
	}
	
	#navMobile li {
		position: relative;
	}
	
	#navMobile li ul {
		display: none;
	}
	
	#navMobile .showChildren .fa {
		font-size: 260%;
		color: white;
		text-align: center;
		line-height: 40px;
	}
	
	#navMobile li li  .showChildren {
		display: none;
	}
	
	#navMobile li ul.show {
		display: block;
	}
	
	#navMobile li#menu-item-1299 {
		display: none !important;
	}
	
	#navMobile #menu-item-324 .showChildren {
		display: none !important;
	}
	
	#navMobile .fa-caret-up {
		display: none;
	}
}

@media screen and (max-width: 800px) {
	/* -------------------------------------------- */
	
	/* (wrap outer) */
	.wo {
		text-align: center;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	/* (pad vertical) */
	.pv {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#wrapper {
		margin: 0;
	}
	
	.layerBanner {
		min-height: 0;
		max-height: none;
	}
	
	.layerBanner .inner {
		padding: 100px 30px;
	}
	
	#isFront #banner {
		height: auto;
		max-height: none;
	}
	
	#isFront #banner .inner {
		padding-top: 30px;
	}
	
	.layerBanner, .layerBanner .inner {
		height: auto;
		vertical-align: top;
		position: relative;
	}
	
	.layerBanner .centeredVertical {
		padding-top: 0 !important;
	}
	
	.layerSideBySide .text, .layerSideBySide .images, .layerSideBySide .form, .layerFeatures .text, .layerFeatures .images {
		display: block;
		vertical-align: top;
		width: 100%;
		padding: 15px 0;
	}
	
	.layerServices .service {
		display: block;
		vertical-align: top;
		width: 100%;
		padding: 10px 0;
	}
	
	.layerServices .service .text {
		padding-right: 0;
	}
	
	.layerServices .service p {
		padding-bottom: 0;
	}
	
	.layerSideBySide .text, .layerSideBySide .images, .layerSideBySide .form {
		padding: 0;
	}
	
	.layerSideBySide .form {
		margin-top: 30px;
	}
	
	.layerFeatures .feature {
		padding-top: 70%;
		position: relative;
	}
	
	.layerSideBySide.pv {
		padding-top: 75%;
		position: relative;
	}
	
	.layerSideBySide .inner {
		position: initial;
	}
	
	.layerFeatures .feature img, .layerSideBySide img {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.layerSideBySide .images img {
		margin: 0;
	}
	
	.layerServices h3 {
		font-size: 200%;
	}
	
	.layerFeatures {
		padding-bottom: 30px;
	}
	
	.layerFeatures .features.pv {
		padding-bottom: 0;
	}
	
	.layerCallout .inner {
		padding: 60px 20px;
	}
	
	.layerBanner .inner {
		padding: 60px 20px;
	}
	
	#footer .inner {
		padding-left: 0;
	}
	
	#footerContact, #footerHours {
		box-sizing: border-box;
		width: 50%;
		padding-bottom: 30px;
	}
	
	#footerMap {
		box-sizing: border-box;
		width: 100%;
		padding-bottom: 30px;
	}
	
	.layerContactForm.pv {
		padding-top: 40px;
	}
	
	.layerArchive .box, .layerArchive .text {
		margin-left: 0;
		margin-top: 40px;
		width: 100%;
		float: none;
	}
	
	.layerArchive .post {
		padding: 0;
		margin: 0;
	}
	
	.layerArchive .box h2, .layerArchive .box p {
		width: 100%;
		position: relative;
	}
	
	.layerArchive .box {
		width: auto;
		height: auto;
	}
	
	.layerSideBySide .images img {
		padding: 30px;
	}
	
	.layerGallery {}
	
	.layerGallery ul.gallery li span {
		width: 100%;
		float: none;
	}
	
	.layerGallery .text {
		width: 100%;
		float: none;
	}
}

@media screen and (min-width: 801px) {}

@media screen and (max-width: 640px) {
	/* -------------------------------------------- */
	body {
		font-size: 55%;
	}
	
	#isSingle h1.theTitle {
		padding: 0 !important;
	}
	
	#isSingle section.pv {
		padding-top: 50px;
	}
	
	.sType h1, .sType h2, .sType h3, .sType h4, .sType h5, .sType h6 {
		margin: 40px 0 0;
	}
	
	.sType p, .sType li, .sType td {
		line-height: 1.4;
		margin: .5em 0;
	}
	
	.layerCallout .inner {
		padding: 50px 20px;
	}
	
	.layerBanner .inner {
		padding: 30px 20px;
	}
	
	.layerBanner .content {
		padding: 0;
	}
	
	.xgrid_Full_Inner {
		padding: 30px;
	}
}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 480px) {
	/* -------------------------------------------- */
	
	/* (wrap outer) */
	.wo {
		text-align: center;
		padding: 0 15px;
	}
	
	/* (pad vertical) */
	.pv {
		padding-top: 50px;
		/*padding-bottom: 50px;*/
		padding-bottom: 10px;
	}
	
	.layerSideBySide .images img {
		padding: 15px;
		padding-bottom: 0;
	}
	
	.layerSideBySide.pv {
		padding-top: 75%;
	}
	
	.layerContactForm.pv {
		padding-top: 30px;
	}
	
	.layerBanner p {
		display: none;
	}
	
	#footerContact, #footerHours, #footerMap {
		box-sizing: border-box;
		width: 100%;
		padding-bottom: 30px;
	}
	
	.xgrid_Full_Inner {
		padding: 20px;
	}
	
	#footerContact, #footerHours, #footer .socialLinks, #footer small {
		text-align: center;
	}
	
	#footer table {
		margin: 0 auto;
	}
	
	#footerContact {
		padding-right: 0;
		text-align: left;
	}
	
	#footerContact img {
		float: left;
	}
	
	/*#footerHours,
#footer small{
	display: none;
}*/
	#footerContact {
		position: relative;
	}
	
	#footerContact #emergency2 {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#emergency2 .word {
		display: none;
	}
}

@media screen and (max-width: 320px) {}

[class^="ne-icon-"], [class*=" ne-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "neweb" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ne-icon-star-full:before {
	content: "";
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-sm-4, .col-sm-12, .col-sm-6 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width:768px) {
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* Rating Form CSS */
.rating_form {
	text-align: center;
}

.rating_form h2 {
	font-size: 2.375rem;
}

.rating_form p.form-msg {
	font-size: 1.125rem;
	line-height: 32px;
}

.rating_form p.small {
	font-size: .875rem;
	line-height: 24px;
}

.rating-contat-form input[type="text"], .rating-contat-form input[type="email"] {
	border-radius: 4px !important;
	margin-bottom: 10px;
}

.rating-contat-form input {
	padding: 10px;
	width: 100%;
	font-size: 1.0625rem;
	border: 1px solid #aaa;
}

.rating-contat-form textarea {
	width: 100%;
	padding: 15px;
	border-radius: 4px !important;
}

#regForm button, .rating-contat-form input[type="submit"] {
	color: #fff;
	background: #4340a5;
	padding: 0px 24px;
	display: inline-block;
	border-radius: 4px;
	font-size: .9375rem;
	text-transform: uppercase;
	font-weight: 500;
	height: 50px;
}

.radio-option {
	padding-top: 20px;
}

.radio-option input {
	width: inherit;
}

.review-btn-container, .review-btn-container2 {
	max-width: 550px;
	margin: auto;
	font-size: 1rem;
	clear: both;
	text-align: center;
	padding-top: 25px;
}

.review-btn-container a {
	display: inline-block;
	width: 47%;
	float: left;
	text-align: center;
	margin: 0px 5px;
	color: #fff;
}

.radio-option p {
	font-size: 14px;
}

.radio-option .wpcf7-list-item {
	display: inline-block;
	font-size: 8px;
}

#regForm button, .rating-contat-form input[type="submit"] {
	border-radius: 4px !important;
	height: 42px !important;
	text-align: center;
}

@media (max-width:767px) {
	body #regForm .rating-main {
		width: 195px;
		margin: 0 auto;
		padding-top: 10px;
	}
	
	body .rating span label {
		width: 25px;
		height: 45px;
		text-align: center;
		color: #ccc;
		font-size: 35px;
	}
	
	body #regForm {
		padding: 0;
		width: 100%;
	}
	
	.tact-mb {
		text-align: center;
	}
	
	.rating-form-sec #regForm h1 {
		font-size: 22px;
	}
	
	.rating-form-sec #regForm .tab {
		min-height: auto;
	}
	
	.rating-form-sec .col-md-12 {
		padding: 0;
	}
	
	.rating-form-sec h2 {
		font-size: 22px;
	}
	
	.rating-form-sec input, .rating-form-sec textarea {
		margin: 0px 0 15px;
	}
	
	.rating-form-sec textarea {
		margin-bottom: 0;
	}
	
	#regForm button, .rating-contat-form input[type="submit"] {
		margin: 0;
	}
	
	.rating-contat-form span input[type="radio"] {
		margin: 0;
	}
	
	.radio-option p {
		margin: 10px 0 0;
	}
	
	#regForm h1 {
		font-size: 24px;
	}
	
	.rating_form h2 {
		font-size: 24px !important;
	}
	
	#regForm {
		margin-top: 0px !important;
	}
	
	#regForm .tab {
		min-height: inherit;
	}
}

@media (max-width:410px) {
	.mobile-address-header ul li a img {
		display: none;
	}
}

/*added for post h3*/
.sType.wo .inner #post1.post table h3 {
	font-size: 27px !important;
	line-height: 30px !important;
	font-weight: 400 !important;
}

.postid-2167 .sType.wo table tbody tr td, .sType.wo .inner #post1.post table tbody tr td {
	border: 1px solid #000;
	padding: 5px;
	text-align: left;
	font-weight: 400 !important;
}

@media (max-width:767px) {
	.sType.wo .inner #post1.post table h3 {
		font-size: 22px !important;
		line-height: 26px !important;
		font-weight: 400 !important;
	}
}
