* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	overflow: visible;
	font-family: 'Raleway', sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	
}
h2 {
	color: #182C47;
	font-size: 2.8em;
	text-transform: uppercase;
	margin-bottom: 25px;
	margin-top: 10px;
}
h3 {
	color: #182C47;
	font-size: 2.0em;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 10px;
}

body {
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 62.5%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

header {
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	top: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #182C47;
	z-index: 5025;
}
header .yellowTop {
	background-color: #F7DC1C;
}
header .yellowTop section {
	max-width: 1000px;
	margin: 0px auto 0px auto;
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
}
header .yellowTop section .proffTitle {
	width: 49%;
	text-align: left;
	display: inline-block;
	font-size: 1.3em;
	color: #182C46;
}
header .yellowTop section .headerContact {
	width: 50%;
	text-align: right;
	display: inline-block;
	font-size: 1.3em;
	color: #182C46;
}
header .yellowTop section .headerContact .fas {
	color: #192C47;
	margin: 0px 5px 0px 20px;
	font-size: 1.2em;
}
header .yellowTop section .yellowStrap {
	display: none;
}

header .headerContent {
	max-width: 1000px;
	width: 100%;	
	margin: 0px auto 0px auto;
}

header .mainLogo {
}
header .mainLogo img {
	border: 0px;
}
header .mainLogo .headerLogo {
	margin-top: 0px;
	width: auto;
	max-width: 200px;
	padding: 15px 20px 12px 10px;
	box-sizing: border-box;	
	margin-top: -100px;
}
header .mainLogo .headerLogoMobile {
	display: none;
}
header .mainLogo .headerLogoSmaller {
	display: none;
}

.navigation {
	padding: 68px 10px 10px 10px;
	box-sizing: border-box;
	margin: 0px 0px 0px 0px;
}
nav {
	max-width: 1000px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	text-transform: uppercase;
	color: #182C47;	
}
#nav {  }
#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
 
/* first level */
#nav > ul {
	list-style: none;
	color: #182C47;
	margin: 0px auto 0px auto;
	text-align: right;
	float: right;
}
#nav > ul > li {
	display: inline-block;
	width: auto;
	margin: 0px 0px 0px 25px;
}
 
/* second level */
#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	list-style: none;
	color: #FFFFFF;
	background-color: #182C47;
	text-align: left;
	width: 220px;
	padding-top: 15px;
	z-index: 1001;
}
#nav li ul li {
	padding: 0px 10px 12px 10px;
}
#nav li ul li::before {content: "-"; margin-right: 7px;}
#nav li:hover ul {
	display: block;
}
a.menuLink:link, a.menuLink:active, a.menuLink:visited {
	color: #182C47;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
a.menuLink:hover {
	text-decoration: underline;
	font-style: normal;
}
a.subMenuLink:link, a.subMenuLink:active, a.subMenuLink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.3em;	
	font-style: normal;
	text-transform: uppercase;
}
a.subMenuLink:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-style: normal;
}

a.link:link, a.link:active, a.link:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.5em;	
	font-style: normal;
}
a.link:hover {
	text-decoration: underline;
	color: #CCCCCC;
	font-style: normal;
}

.bannerBG {
	width: 100%;
	background-color: #192C47;
	margin: 0px 0px 0px 0px;
	z-index: 3000;
	padding: 0px 0px 0px 0px;
	margin-top: 135px;
}
.bannerBG .banner {
	background-image: url(../images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	width: 100%;
	max-width: 1500px;
	height: 420px;
	margin: 0px auto 0px auto;
	box-sizing: border-box;
	padding: 0px 0px 0px 0px;
}
.bannerBG .banner .bannerContent {
	max-width: 1000px;
	padding: 40px 10px 10px 50px;
	box-sizing: border-box;
	margin: 0px auto 0px auto;
}
.bannerBG .banner .bannerContent h2 {
	font-size: 3.5em;
	max-width: 500px;
	color: #F7DC1B;
	padding: 0px 0px 15px 0px;
	box-sizing: border-box;	
	width: auto;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: normal;
}
.bannerBG .banner .bannerContent p {
	color: #FFFFFF;
	font-size: 2.8em;
	text-align: left;	
	box-sizing: border-box;
	width: 100%;
	padding: 10px 0px 0px 0px;	
	max-width: 500px;
	margin: 0px 0px 20px 0px;
}

.pageTitle {
	margin-top: 135px;
	width: 100%;
	background-color: #182C47;	
}
.pageTitle section {
	width: 100%;
	background-color: #182C47;
	max-width: 1000px;
	padding: 20px 10px 20px 10px;
	box-sizing: border-box;
	margin: 0px auto 0px auto;
	background-image: url(../images/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.pageTitle section h1 {
	width: 100%;
	color: #FFFFFF;
	font-size: 3.5em;
	text-transform: uppercase;
	font-weight: normal;
}

.mainContent {
	max-width: 1000px;
	padding: 20px 10px 20px 10px;
	box-sizing: border-box;
	margin: 0px auto 0px auto;	
}
.mainContent .homeBox {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin: 40px 0px 0px 0px;
}
.mainContent .homeBox .icon {
	width: 120px;
	float: left;
	text-align: center;
}
.mainContent .homeBox .icon .fas {
	color: #192C47;
	margin: 0px 0px 30px 0px;
	font-size: 7.5em;
	text-align: center;
}
.mainContent .homeBox .icon .fassmall {
	color: #192C47;
	margin: 0px 0px 30px 0px;
	font-size: 6.5em;
	text-align: center;
}
.mainContent .homeBox .icon .fa {
	color: #192C47;
	margin: 0px 0px 30px 0px;
	font-size: 8.0em;
	text-align: center;
}
.mainContent .homeBox .homeBoxText {
	display: inline;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}
.mainContent .homeBox h2 {
	color: #192C46;
	font-size: 2.0em;
	border-bottom: 1px solid #F6DB1B;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 8px 0px;
	overflow: hidden;
}
.mainContent .homeBox p {
	color: #192C46;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
}
.mainContent .homeBoxPadder {
	display: inline-block;
	width: 5%;
	vertical-align: top;
}
.mainContent .clinicLeft {
	width: 50%;	
	display: inline-block;
	vertical-align: top;
	padding: 0px 30px 30px 0px;
	box-sizing: border-box;
}
.mainContent .clinicLeft img {
	border: 1px solid #F6DB1B;
	padding: 8px;
	width: 100%;
	max-width: 420px;
	box-sizing: border-box;
	z-index: -1;
}
.mainContent .clinicRight {
	width: 49%;	
	display: inline-block;
	vertical-align: top;	
}
.mainContent .clinicRight p {
	font-size: 1.6em;
	color: #333333;
	margin: 5px 0px 15px 0px;
	line-height: 1.4em;
}
.mainContent .clinicRight h3 {
	color: #192C46;
	text-transform: uppercase;
	font-size: 2.8em;
	text-align: left;	
	overflow: hidden;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #F6DB1B;
}
.mainContent  p {
	font-size: 1.6em;
	color: #666666;
	line-height: 1.6em;	
	margin-bottom: 20px;
}
.mainContent  blockquote {
	font-size: 1.6em;
	font-style: italic;
	color: #666666;
	line-height: 1.8em;	
	margin: 30px 0px 30px 0px;
	padding: 50px 50px 0px 50px;
	box-sizing: border-box;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}
.mainContent  blockquote span {
	font-style: normal;
}
.mainContent  blockquote .fas {
	color: #F7DC1C;
	font-size: 1.6em;	
}
.mainContent  ul {
	font-size: 1.6em;
	color: #666666;
	line-height: 1.6em;	
	margin: 10px 0px 30px 30px;
}
.mainContent ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	line-height: 1.4em;
}
.mainContent ul li {
	list-style: none;
}
.mainContent ul li:before {
  content: "\f06c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 0em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #F6DB1B;
}
.mainContent .highlightText {
	color: #182C47;
	font-weight: bold;
}
.mainContent .contentImage {
	border: 1px solid #F6DB1B;
	padding: 8px;
	max-width: 100%;
	box-sizing: border-box;
	float: right;
	margin: 0px 0px 30px 30px;
}
.mainContent .leftImage {
	border: 1px solid #F6DB1B;
	padding: 8px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 10px 0px 30px 0px;
}
.mainContent .fas {
	color: #81CFE4;
	margin: 0px 8px 0px 0px;
	font-size: 1.2em;
}
.mainContent a:link, a:visited, a:active {
	color: #182C47;
	text-decoration: underline;	
}
.mainContent a:hover {
	color: #182C47;
	text-decoration: none;	
}
.mainContent .contactLeft {
	width: 49%;
	display: inline-block;
	padding: 0px 20px 0px 0px;
	box-sizing: border-box;
	vertical-align: top;
}
.mainContent .contactRight {
	width: 49%;
	display: inline-block;
	padding: 0px 0px 0px 20px;
	box-sizing: border-box;
	vertical-align: top;
}

.mainContent .highlightBox {
	background-color: #182C47;
	color: #ffffff;
	float: right;
	max-width: 500px;
	width: 50%;
	margin: 20px 0px 40px 20px;
	padding: 40px 40px 40px 40px;
	box-sizing: border-box;
}
.mainContent .highlightBox p {
	color: #ffffff;	
}
.mainContent .rightFloatBox {
	clear: both;
	color: #999999;
	float: right;
	max-width: 500px;
	width: 50%;
	box-sizing: border-box;
	margin-top: -30px;
}


.therapyBoxes {
	text-align: center;
	margin: 40px auto 0px auto;
	max-width: 1000px;	
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
}
.therapyBoxes .yellowBox {
	background-color: #F7DC1B;
	width: 45%;
	display: inline-block;
	padding: 15px 25px 30px 25px;
	margin: 20px 20px 20px 20px;
	box-sizing: border-box;
	text-align: left;
	flex: 1;
	background-image: url(../images/cbt-connect.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.therapyBoxes .yellowBox h2 {
	color: #182C47;	
	font-size: 4.0em;
}
.therapyBoxes .yellowBox p {
	color: #182C47;	
	font-size: 1.6em;
	line-height: 1.6em;
}

.therapyBoxes .blueBox {
	background-color: #182C47;
	width: 45%;
	display: inline-block;
	padding: 15px 25px 30px 25px;
	margin: 20px 20px 20px 20px;
	box-sizing: border-box;
	text-align: left;
	flex: 1;
	background-image: url(../images/cbt-connect-2.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.therapyBoxes .blueBox h2 {
	color: #ffffff;	
	font-size: 4.0em;
}
.therapyBoxes .blueBox p {
	color: #ffffff;	
	font-size: 1.6em;
	line-height: 1.6em;
}

.youTube {
	clear:both;
  margin: 30px 0px 30px 0px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
}

.greyStripe {
	width: 100%;
	background-color: #EFEFEF;	
	padding: 30px 0px 30px 0px;
	margin: 30px 0px 30px 0px;
}
.greyStripe .greyStripeContent {
	max-width: 1000px;
	box-sizing: border-box;
	padding: 0px 10px 0px 10px;
	margin: 0px auto 0px auto;
	color: #333333;
	font-size: 1.6em;
	vertical-align: top;
	text-align: center;
}
.greyStripe .greyStripeContent h3 {
	color: #192C46;
	text-transform: uppercase;
	font-size: 1.6em;
	text-align: center;	
	overflow: hidden;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	width: 100%;
}
.greyStripe .greyStripeContent span {
	color: #192C46;
	border-bottom: 1px solid #F6DB1B;
	width: auto;
	display: inline-block;
	padding-bottom: 5px;
}
.greyStripe .greyStripeContent p {
	margin: 5px 0px 15px 0px;
	line-height: 1.4em;
}
.greyStripe .greyStripeContent .greyStripeLeft {
	width: 50%;
	display: inline-block;
	margin: 0px 40px 0px 0px;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
}
.greyStripe .greyStripeContent .greyStripeRight {
	width: 40%;
	display: inline-block;
	margin: 0px 0px 40px 0px;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
}
.greyStripe .greyStripeContent .greyStripeLeft ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	line-height: 1.4em;
}
.greyStripe .greyStripeContent .greyStripeLeft ul li {
	list-style: none;
}
.greyStripeContent .greyStripeLeft ul li:before {
  content: "\f06c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 0em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #F6DB1B;
}
.greyStripe .greyStripeContent .greyStripeRight ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	line-height: 1.4em;
}
.greyStripe .greyStripeContent .greyStripeRight ul li {
	list-style: none;
}
.greyStripeContent .greyStripeRight ul li:before {
  content: "\f06c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 0em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #F6DB1B;
}

.logos {
	width: 100%;	
}
.logosContent {
	max-width: 1000px;
	margin: 30px auto 30px auto;
	border-top: #CCCCCC solid 1px;	
	padding: 40px 10px 20px 10px;
	box-sizing: border-box;
}
.logosContent p {
	text-align: center;	
}
.logosContent img {
	border: 0px;
	vertical-align: middle;
	margin: 0px 30px 20px 30px;
}

.registeredLogos {
	text-align: center;
}
.registeredLogos img {
	border: 0px;
	margin: 15px 25px 15px 25px;
}

footer {
	background-color: #182C47;
	width: 100%;
	margin-top: 20px;	
}
footer .footerContent {
	background-image: url(../images/footer-tree.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	max-width: 1000px;
	padding: 40px 10px 20px 10px;
	box-sizing: border-box;	
	margin: 0px auto 0px auto;
	border-bottom: 1px solid #81CFE4;
}
footer .footerContent .footerLeft {
	width: 40%;
	display: inline-block;
	text-align: center;	
	vertical-align: top;
}
footer .footerContent .footerPadder {
	width: 19%;
	display: inline-block;	
}
footer .footerContent .footerRight {
	width: 40%;
	display: inline-block;
	text-align: center;	
	vertical-align: top;
}
footer .footerContent p {
	color: #FFFFFF;
	font-size: 1.6em;
	margin: 5px 0px 20px 0px;	
	line-height: 1.4em;
}
footer .footerContent h4 {
	font-size: 1.8em;
	color: #F7DC1C;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}
footer .footerContent .fab {
	font-size: 1.6em;
	color: #F7DC1C;
	margin: 0px 7px 0px 7px;
}
footer .footerContent .fa {
	font-size: 1.6em;
	color: #F7DC1C;
	margin: 0px 7px 0px 7px;
}
footer .copyright {
	max-width: 1000px;
	margin: 0px auto 0px auto;
	box-sizing: border-box;
	padding: 20px 10px 50px 10px;
	font-size: 1.2em;
	color: #CCCCCC;
	text-align: center;
}
footer .footerContent a[href^=tel] {
text-decoration:inherit;
color: inherit;
}
.clear {
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;	
}
.hidden {
	display: none;
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
}

a.yellowBoxLink:link, a.yellowBoxLink:active, a.yellowBoxLink:visited {
	color: #182C47;
	background-color: #F7DC1B;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	font-size: 0.7em;
}
a.yellowBoxLink:hover {
	background-color: #CCCCCC;
	color: #333333;
}
a.moreLink:link, a.moreLink:active, a.moreLink:visited {
	color: #192c47;
	background-color: #f7dc1c;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	font-size: 1.0em;
}
a.moreLink:hover {
	background-color: #192c47;
	color: #FFFFFF;
}
a.copyrightLink:link, a.copyrightLink:active, a.copyrightLink:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a.copyrightLink:hover {
	text-decoration: none;
}
a.yellowTherapyLink:link, a.yellowTherapyLink:active, a.yellowTherapyLink:visited {
	color: #182C47;
	background-color: #F7DC1B;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
}
a.yellowTherapyLink:hover {
	background-color: #ffffff;
	color: #182C47;
}
a.blueTherapyLink:link, a.blueTherapyLink:active, a.blueTherapyLink:visited {
	color: #ffffff;
	background-color: #182C47;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
}
a.blueTherapyLink:hover {
	background-color: #ffffff;
	color: #182C47;
}

@media screen and (max-width:790px) {
header .yellowTop section .proffTitle {
	display: none;
}
header .yellowTop section .headerContact {
	display: none;
}
header .yellowTop section {
	padding: 3px 0px 2px 0px;
}

header .mainLogo .headerLogo {
	display: none;	
}
header .mainLogo .headerLogoMobile {
	display: inline-block;
	float: right;
	margin-top: -68px;
	padding: 0px 10px 0px 0px;
	box-sizing: border-box;
	position: relative;
    z-index: 100;
}
header .mainLogo .headerLogoSmaller {
	display: none;
}

.navigation {
	width: 100%;
	padding: 5px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	text-align: left;	
	display: inline-block;
}
#nav {
	position: relative;
	top: auto;
	left: auto;
	text-align: left;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav > a {
	width: 3.125em; /* 50 */
	height: 3.125em; /* 50 */
	background-color: #FFFFFF;
	position: relative;
	padding: 6px 2px 2px 2px;
	box-sizing: border-box;
	text-decoration: none;
	text-align: left;
}
#nav > a span {
	color: #333333;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	margin: 3px 0px 3px 35px;
	padding: 0px 0px 0px 0px;
}
#nav > a:before {  
	content: "";
	position: absolute;
	font-size: 2.4em;
	top: 0.25em;
	width: 0.8em;
	height: 0.10em;
	background: #5B7221;
	box-shadow: 
    0 0.25em 0 0 #5B7221,
    0 0.5em 0 0 #5B7221;
	margin-left: 7px;
	margin-top: 2px;
}
#nav > a:after { top: 60%; }
#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type { display: block; }

/* first level */
#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #192C47;
	color: #FFFFFF;
	text-align: left;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	z-index: 1001;
}
#nav:target > ul {
	display: block;
	padding: 0px;
	text-align: left;
}
#nav > ul > li { 
	width: 100%; 
	float: none; 
	padding: 10px 10px 10px 10px; 
	border-top: 1px solid #FFFFFF; 
	margin: 0px 0px 0px 0px; 
	box-sizing: border-box;
	text-align: left;
	font-size: 0.9em;
}
#nav > ul > li > a {
	height: auto;
	text-align: left; /* 20 (24) */
}
#nav > ul > li:not( :last-child ) > a { 
	border-right: none;
}

/* second level */
#nav li ul {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	font-size: 1.0em;
	line-height: 0.8em;
}
#nav li ul {
	background-color: #192C47;
	position: static;
	font-size: 1.0em;
	padding: 0px;
	margin: 14px 0px 0px 0px;
}

.bannerBG {
	margin-top: 90px;
}

.pageTitle {
	margin-top: 80px;
}

.mainContent .homeBox {
	display: block;
	clear: both;
	width: 100%;
	margin: 30px 0px 50px 0px;
}
.mainContent .homeBoxPadder {
	display: none;
}

a.menuLink:link, a.menuLink:active, a.menuLink:visited {
	color: #FFFFFF;
}
a.menuLink:hover {
}
a.subMenuLink:link, a.subMenuLink:active, a.subMenuLink:visited {
	color: #FFFFFF;
}
a.subMenuLink:hover {
}

.bannerBG .banner {
	background-image: url(../images/banner-bg-small.jpg);
	height: 320px;
	margin-top: -8px;
}
.bannerBG .banner .bannerContent {
	padding: 30px 10px 10px 20px;
}
.bannerBG .banner .bannerContent h2 {
	font-size: 2.8em;
	max-width: 350px;
	padding-bottom: 10px;
}
.bannerBG .banner .bannerContent p {
	font-size: 2.0em;
	max-width: 350px;
}
.therapyBoxes {
	display: block;	
	padding: 0px 20px 0px 20px;
}
.therapyBoxes .yellowBox {
	width: 100%;
	display: block;
	margin: 30px 0px 0px 0px;
}
.therapyBoxes .yellowBox h2 {
	font-size: 2.2em;	
}
.therapyBoxes .yellowBox p {
	font-size: 1.6em;	
}
.therapyBoxes .blueBox {
	width: 100%;
	display: block;
	margin: 0px 0px 0px 0px;
}
.therapyBoxes .blueBox h2 {
	font-size: 2.2em;	
}
.therapyBoxes .blueBox p {
	font-size: 1.6em;	
}
.mainContent .rightFloatBox {
	clear: both;
	float: none;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	margin-top: 0px;
}
}

@media screen and (max-width:670px) {
.mainContent .contactLeft {
	width: 100%;
	display: block;
	padding: 0px 0px 0px 0px;
}
.mainContent .contactRight {
	width: 100%;
	display: block;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
}
}

@media screen and (max-width:650px) {
.bannerBG {
	margin-top: 80px;
}
.pageTitle {
	margin-top: 80px;
}
.greyStripe {
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}

.mainContent .clinicLeft {
	width: 100%;	
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.mainContent .clinicRight {
	width: 100%;	
	text-align: center;	
}
.mainContent .clinicRight h3 {
	text-align: center;	
	margin-top: 30px;
}
footer .footerContent .footerLeft {
	width: 100%;
}
footer .footerContent .footerPadder {
	display: none;
}
footer .footerContent .footerRight {
	width: 100%;
	padding-bottom: 120px;
}
.mainContent .highlightBox {
	background-color: #182C47;
	color: #ffffff;
	float: none;
	max-width: 650px;
	width: 100%;
	margin: 20px 0px 20px 0px;
	padding: 40px 40px 40px 40px;
	box-sizing: border-box;
}
}

@media screen and (max-width:540px) {
.pageTitle section h1 {
	font-size: 2.8em;
}
.mainContent .contentImage {
	float: none;
	display: block;
	margin: 0px 0px 30px 0px;
}
.logosContent img {
	border: 0px;
	margin: 10px 20px 30px 20px;
}
h2 {
	font-size: 2.4em;
}
.greyStripe .greyStripeContent .greyStripeLeft {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.greyStripe .greyStripeContent .greyStripeRight {
	width: 100%;
	margin: 0px 0px 40px 0px;
}
}

@media screen and (max-width:500px) {
.bannerBG .banner {
	background-image: url(../images/banner-bg-smaller.jpg);
	height: 260px;
}
.bannerBG .banner .bannerContent {
	padding: 25px 10px 10px 20px;
}
.bannerBG .banner .bannerContent h2 {
	font-size: 2.0em;
	max-width: 300px;
	padding-bottom: 0px;
	font-weight: bold;
}
.bannerBG .banner .bannerContent p {
	font-size: 1.6em;
	max-width: 220px;
	margin: 0px 0px 5px 0px;
}
a.yellowBoxLink:link, a.yellowBoxLink:active, a.yellowBoxLink:visited {
	padding: 7px 7px 7px 7px;
	font-size: 0.8em;
}
}

@media screen and (max-width:365px) {
header .mainLogo .headerLogo {
	display: none;	
}
header .mainLogo .headerLogoMobile {
	display: none;
}
header .mainLogo .headerLogoSmaller {
	display: inline;
	float: right;
	margin-top: -59px;
	padding: 0px 10px 0px 0px;
	box-sizing: border-box;
	position: relative;
    z-index: 100;
}
#nav {
	margin: 20px 0px 0px 0px;
}
.bannerBG .banner .bannerContent {
	padding: 25px 10px 10px 10px;
}
.bannerBG .banner .bannerContent h2 {
	font-size: 1.8em;
	max-width: 200px;
	padding-bottom: 5px;
	font-weight: bold;
}
.bannerBG .banner .bannerContent p {
	font-size: 1.4em;
	line-height: 1.3em;
	max-width: 200px;
	margin: 0px 0px 10px 0px;
}
.mainContent .homeBox .icon {
	width: 120px;
	float: none;
	clear: both;
	margin: 0px auto -10px auto;
}
.mainContent .homeBox .homeBoxText {
	display: block;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.pageTitle {
	margin-top: 70px;	
}
}