/*
Theme Name: Dental
Theme URI: https://asteroidmarketing.com
Author: Andy Mckenzie
Author URI: https://asteroidmarketing.com
Description:
Version: 2.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dental_theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Make a nice lean and mean website.

Normalizing styles is contributed by Nicolas Gallagher and Jonathan Neal
http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
1. Normalize
--------------------------------------------------------------*/


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
}

img {
  height: auto;
  max-width: 100%;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/*-------
 * Cosmetic page update
 --------*/
.invisOuter {
	margin-top: 80px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.invis2 p {
	margin-bottom: 10px;
}

.invis2 p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.headerTopBarDesktop {
  display:none;
}

.headerIconLinksMobile {
  margin: 40px auto 0 auto;
  max-width: 200px;
  height: 40px;
  text-align: center;
}

.headerIconLink {
  padding: 0 8px 0 8px;
}

a.headerIconLink:hover, a.headerIconLinkMiddle:hover {
  border-bottom: 2px solid #00C2DE;
}

.headerIconLinkMiddle {
  padding: 0 8px 0 8px;
}

.headerIconLink img{
  height:20px;
}

.headerIconLinkMiddle img{
  height:16px;
}

.headerTopLogo {
  width: 200px;
  padding: 40px 0 20px 0;
  margin: 0 auto;
  text-align: center;
}

.menu-item {
  display: block;
}

.sub-menu,
.sub-menu li {
  display: none;
}

#site-navigation ul {
  padding: 0;
  margin: 20px 0 0 0;
}

#site-navigation ul li {
  margin: 2px 0 0 0;
  text-align: center;
}

#site-navigation ul li a {
  max-width: 200px;
    margin: 0 auto 10px auto;
    color: #ffffff;
    background: #00c0de;
    text-decoration: none;
    display: block;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    border-radius: 8px;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.footerDesktop {
  display: none;
}

.footerDiv {
  background: #ffffff;
  text-align: center;
  padding: 0px 0 0 0;
}

.footerOuter {
  width: 100%;
}

.footerInner {
  width: 320px;
  margin: 0 auto;
}

.footerSectionHeading {
  margin: 0;
  padding: 0;
  color: #00C2DE;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.footerTimesUl {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #00C2DE;
  font-family: 'Roboto', sans-serif;
}

.footerTimesUl li {
  line-height: 24px;
}

.footerLeftFloat {
  float: left;
}

.footerRightFloat {
  float: right;
}

.footerContactLink {
  text-decoration: none;
  color: #00c0de;
}

.footerNavigation {
  width: 100%;
  border: none;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 10px 0px;
}

.footerNavigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerLink {
  list-style: none;
  padding: 10px;
  margin: 0;
  display: block;
}

.footerCopyright {
  display: none;
}

.footerAddress {
  padding: 0;
  margin: 0;
  line-height: 1.2em;
  color: #00C2DE;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.footerLinkMap {
  display: inline-block;
  text-decoration: none;
  margin: 16px 0 0 0;
  padding: 0;
  color: #00C2DE;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

a.footerLinkMap:hover {
  border-bottom: 2px solid #00C2DE;
}

.footerSection {
  width: 100%;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-weight:300;
}

.footerSectionInner {
  max-width: 256px;
  margin: 0 auto;
}

.footerSectionTimes {
  max-width: 200px;
  margin: 0 0 0 auto;
}

.footerMiddleLink {
  margin: 0 auto 10px auto;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  background: #00C2DE;
  display: block; 
  border: 2px solid #00C2DE;
}

a.footerMiddleLink:hover {
  background: #ffffff;
  color: #00C2DE;
  border: 2px solid #00C2DE;
}

a.footerMiddleLinkEmergency:hover {
  color: #ffffff;
  background: #00C2DE;
  border: 2px solid #00C2DE;
}

.footerMiddleLinkBook {
  width: 100%;
}

.footerMiddleLinkEmergency {
  width: 100%;
  color: #00C2DE;
  background: #ffffff;
  border: 2px solid #00C2DE;
}

.footerMiddleLinkLeft {
  float:left;
  width: 48%;
}

.footerMiddleLinkRight {
  float:right;
  width: 48%;
}

.footerMiddleLinkHalf {
  margin: 0 auto 10px auto;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  background: #00C2DE;
  color: #ffffff;
  float: left;
  width: 50%; 
}

.footerMobile {
  display: block;
}

/*--------------------------------------------------------------
All Pages
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  color: #00c0de;
  line-height: 1.5em;
}

p {
  font-family: 'Roboto', sans-serif;
  color: #6D6E71;
  line-height: 30px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.firstParagraph {
  padding: 0 0 0 0 !important;
}

.entry-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #00c0de;
}

.sectionLineSeperator {
  width: 100%;
  display:block;
  height: 100px;
  border-bottom: 1px solid #D0D2D3;
  margin: 0 0 100px 0;
}

.lineSeperator {
  width: 100%;
  display:block;
  height: 100px;
  border-bottom: 1px solid #D0D2D3;
  margin: 0 0 0 0;
}

.sectionSeperator {
  width: 100%;
  display:block;
  height: 50px;
}

.contentSeperator {
  width: 100%;
  display:block;
  height: 50px;
}

.contentHeading {
  padding: 100px 0 100px 0;
  margin: 0 0 100px 0;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #00C2DE;
  font-weight:300;
  border-bottom: 1px solid #D0D2D3;
}

.contentHeadingPage {
  padding: 50px 0 100px 0;
  margin: 0 0 100px 0;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #00C2DE;
  font-weight:300;
  border-bottom: 1px solid #D0D2D3;
}

a {
  color: #00C2DE;
  text-decoration: underline;
}

.pageMenu, .teamMenu {
	display: flex;
  flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
  align-items: center;
  justify-content: center;
  }

  .pageMenu a:hover {
    color:#ffffff;
    background: #00C2DE;
  }

  .teamMenu a:hover {
    color: #00C2DE;
    background: #ffffff;
  }

  .teamMenuItemLeft, .teamMenuItemMiddle, .teamMenuItemRight {
    margin: 20px 0 20px 0;
    border-radius: 50%;
    background: #00C2DE;
    border: 2px solid #00C2DE;
    display: flex;
    width: 284px;
    text-decoration: none;
    text-align: center;
    padding: 0;
    font-weight: 300;
    font-size: 28px;
    color: #ffffff;
    height: 284px;
    align-items: center;
    justify-content: center;
  }
  
  .pageMenuItemLeft, .pageMenuItemMiddle, .pageMenuItemRight {
    border-radius: 50%;
    border: 2px solid #00C2DE;
    display: flex;
    width: 284px;
    text-decoration: none;
    text-align: center;
    padding: 0;
    font-weight: 300;
    font-size: 28px;
    color: #00C2DE;
    height: 284px;
    align-items: center;
    justify-content: center;
    margin: 20px 0 20px 0;
  }

  .next, nextPage {
    display:none;
  }

  .prev, prevPage {
    display: none;
  }

  .black {
    padding: 0 !important;
  }

/*--------------------------------------------------------------
Homepage
--------------------------------------------------------------*/

.homepageHeading {
  padding: 50px 0 50px 0;
  margin: 0;
  font-size: 24px;
  text-align: center;
  color: #00C2DE;
  font-weight:300;
}

.homepageTitle {
  padding: 50px 0 50px 0;
  margin: 0;
  font-size: 24px;
  text-align: center;
  color: #00C2DE;
  font-weight:300;
}

a.homepageFindOutMore:hover {
  background: #ffffff;
    color: #00C2DE;
    border: 2px solid #00C2DE;
}

/*--------------------------------------------------------------
About Pages
--------------------------------------------------------------*/

.contactText {
  padding: 0 0 20px 20px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  color: #00C2DE;
  text-align: left;
  font-size: 24px;
  font-weight: 300;
  position: relative;
  top: -7px;
}

.contactTextBottom {
  margin: 128px 0 0 0;
  padding: 0 0 20px 20px;
  color: #00C2DE;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.aboutPageContent {
  text-align: center;
  padding: 0 20px 0 20px;
  max-width: 900px;
  margin: 0 auto;
}

.aboutPageContent h2{
  margin: 0 0 0 0;
  font-weight: 500;
  font-size: 16px;
  color: #00C2DE;
}

.aboutPageContent p {
  padding: 30px 0 0 0;
}

.gallery-caption {
  font-family: 'Roboto', sans-serif;
  color: #6D6E71;
  line-height: 30px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

	.aboutUsLink, .aboutUsLinkMiddle {
    float: left;
    display: block;
    width: 100%;
    border: 2px solid #00C2DE;
    border-radius: 4px;
    margin: 0 0 50px 0;
}

.aboutUsLinkMiddle {
  margin: 0 0 50px 0;
}

.aboutUsLink a, .aboutUsLinkMiddle a {
  display: block;
  background: #00C2DE;
  color: #ffffff;
  padding: 20px 80px 0 20px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 300;
  height: 250px;
}

.aboutUsLink a:hover, .aboutUsLinkMiddle a:hover {
  display: block;
  background: #FFFFFF;
  color: #00C2DE;
  padding: 20px 80px 0 20px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 300;
  height: 250px;
}


.aboutUsLinkHeading {
  padding: 0 0 0 0;
  margin: 0 0 100px 0;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #00C2DE;
  font-weight:300;
}

/*--------------------------------------------------------------
Team Pages
--------------------------------------------------------------*/

.teamPageContent {
  text-align: center;
  padding: 0 20px 0 20px;
  max-width: 900px;
  margin: 0 auto;
}

.teamPageContent h2{
  margin: 0 0 0 0;
  font-weight: 500;
  font-size: 16px;
  color: #00C2DE;
}

.teamPageContent p {
  padding: 30px 0 0 0;
}

.teamProfile {
  background: #00C2DE;
}

.teamProfilePic {
  float:left;
  width: 100%;
}

.teamProfileMotto {
  width: 100%;
  float: right;
  color: #ffffff;
  font-weight: 300;
  font-size: 24px;
  font-style: italic;
  padding: 50px;
  margin: 0;
}

.teamProfileContent p {
  padding: 0 0 20px 0;
}

.teamProfileContent {
  text-align: center;
  padding: 0 20px 0 20px;
  max-width: 900px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
Service Pages
--------------------------------------------------------------*/

.servicePageContent {
  text-align: center;
  padding: 0 20px 0 20px;
  max-width: 900px;
  margin: 0 auto;
}

.servicePageContent h2{
  margin: 50px 0 20px 0;
  font-weight: 500;
  font-size: 16px;
  color: #00C2DE;
}

.servicePageContent h3 {
  margin: 50px 0 20px 0;
  font-weight: 500;
  font-size: 16px;
  color: #00C2DE;
}

.servicePageContent p {
  padding: 0 0 20px 0;
}

.servicePageFaq {
  text-align:center;
}

.servicePageFaq p{
  padding: 0 0 0 0;
  margin: 0;
  font-weight: 300;
}

.servicePageFaq h2{
  margin: 50px 0 0 0;
  font-weight: 500;
  font-size: 16px;
  color: #00C2DE;
  line-height: 35px;
}

.servicePageFaq h3{
  margin: 35px 0 0 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  color:#6D6E71;
}

.serviceContentColumn, .serviceContentColumnRight {
  margin: 0;
  float:left;
  width:100%;
  text-align: left;
  padding: 0 20px 0 20px;
}

.serviceContentColumn h2, .serviceContentColumnRight h2 {
  margin: 0 0 0 0;
  font-weight: 500;
  font-size: 16px;
  color: #00C2DE;
}

.serviceContentColumn p, .serviceContentColumnRight p {
  padding: 30px 0 0 0;
}

.serviceContentColumn img {
  margin: 0 0 0 0;
  width: 100%;
}

.serviceGreyBox {
  margin: 50px 0 0 0;
  width: 100%;
  height: 512px;
  background: #cccccc;
}

.serviceHighlights {
  padding: 0 0 0 0;
  text-align:center;
}

.serviceHighlights p {
  padding: 0 0 50px 0;
}

.serviceHighlightContainer p {
  padding: 40px 0 0 0;
  font-weight: 500;
  font-size: 16px;
  color: #00C2DE;
}

.serviceHighlightContainer {
  float: left;
  width: 50%;
  padding: 0 0 20px 0;
}
.serviceHighlightCircle {
  border-radius: 50%;
  width: 100px;
  height: 100px; 
  background: #00C2DE;
  margin: 0 auto;
}

/*--------------------------------------------------------------
Gallery Pages
--------------------------------------------------------------*/

.galleryLeft {
  float:left;
  width: 50%;
  padding: 0;
}

.galleryRight {
  float:right;
  width: 50%;
  padding: 0;
}

.galleryImage {
  width:100%;
}

.galleryResultsText {
  font-family:"Roboto", sans-serif;
  display:block;
  color: #00C2DE;
  text-align: center;
  font-weight:400;
  padding: 20px 0 0 0;
  font-size: 14px;
}

.galleryPracticeText {
  font-family:"Roboto", sans-serif;
  display:block;
  color: #6D6E71;
  text-align: left;
  font-weight:400;
  padding: 20px 0 0 0;
  font-size: 14px;
}

.galleryPracticeNumber {
  font-family:"Roboto", sans-serif;
  color: #00C2DE;
  padding: 0 5px 0 0;
}

.galleryHeading {
  font-family:"Roboto", sans-serif;
  padding: 0 80px 100px 80px;
  width: 100%;
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #00C2DE;
  font-weight: 300;
}

.galleryGap {
  padding: 50px 0 0 0;
}

.homepageText {
  padding: 0 5px 0 5px;
  text-align: left;
}

.teamSectionHeading {
  margin: 0;
  padding: 0;
  color: #00C2DE;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.pageContentOuter {
  margin: 50px 16px 0 16px;
}

.homepageContentInner {
  background: #ffffff;
  padding: 0;
  margin: 0px;
}

.homepageSectionPadding {
  padding: 20px 0 40px 0;
}

.homepageSection {
  background: #e4ebf1;
  padding: 20px 0px 0px 0px;
}

.homepageSectionInner {
  background: #ffffff;
  padding: 20px;
}

.homepageFindOutMore {
  font-family: 'Roboto', sans-serif;
  margin: 0 auto 0 auto;
    padding: 16px 0 16px 0;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    color: #ffffff;
    background: #00C2DE;
    display: block;
    width: 150px;
    font-size: 14px;
    border: 2px solid #00C2DE;
}

.homepageCategory, .homepageCategoryMiddle {
    float: left;
    display: block;
    width: 100%;
    border: 1px solid #E4EFF9;
    border-radius: 2px;
    margin: 0 0 50px 0;
}

.homepageCategoryMiddle {
  margin: 0 0 50px 0;
}

.homepageCategory a, .homepageCategoryMiddle a {
  display: block;
  background: #00C2DE;
  color: #ffffff;
  padding: 20px 80px 0 20px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 300;
  height: 250px;
}

.homepageCategoryHeader {
  display: block;
    width: 100%;
    text-align: center;
    color: #00C2DE;
    padding: 20px 0 0 0;
}

.homepageCategoryDescription {
  color: #6D6E71;
  display: block;
  text-align: center;
  padding: 0 10px 20px 10px;
  line-height: 26px;
}

.homepageFunds {
  color: #6D6E71;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.homepageSectionLast {
  background: #e4ebf1;
  padding: 20px 0px 25px 0px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage1Bottom {
  float: right;
  width: 100%;
}

.homepage1BottomImg {
  margin: 0 auto;
  max-width: 700px;
  border: 10px solid #ffffff;
  background: #ffffff;
}

.homepage1BottomImgPink {
  margin: 0 auto;
  max-width: 700px;
  border: 10px solid #f34e9a;
  background: #f34e9a;
}

.homepage2Bottom {
  min-width: 300px;
  max-width: 700px;
  display: inline-block;
}

.homepageSocial {
  text-decoration: none;
}

.homeBookOrPhone {
  display: block;
  margin-top: 30px;
}

.homeBookOrPhoneLink,
.homeBookorPhoneLink:visited {
  padding: 10px;
  text-decoration: none;
  color: #ffffff;
  background: #00c0de;
}

.homeBookOrPhoneIcon {
  padding: 0 10px 0 10px;
}

.homeBookOrPhoneGap {
  padding: 0 20px 0 20px;
}

.pageContentColumn {
  padding: 0 20px 0 20px;
  width: 100%;
  float: left;
}

.pageContentColumn h2 {
    margin: 0;
    padding: 0 0 20px 0;
    color: #00C2DE;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.pageContentColumn p {
  padding: 0 0 20px 0;
}

.vertical-text {
  -webkit-transform: rotate(90deg) translateX(60px);
  -moz-transform: rotate(90deg) translateX(60px);
  -ms-transform: rotate(90deg) translateX(60px);
  -o-transform: rotate(90deg) translateX(60px);
  transform: rotate(90deg) translateX(60px);
  -webkit-transform-origin: 0.7em 0.5em;
  -moz-transform-origin: 0.7em 0.5em;
  -ms-transform-origin: 0.7em 0.5em;
  -o-transform-origin: 0.7em 0.5em;
  transform-origin: 0.7em 0.5em;
}

.learnMore,
.learnMore:visited {
  padding: 8px;
  text-decoration: none;
}

.learnMore:hover {
  color: midnightblue;
}

.learnMorePadding {
  padding: 10px 0 10px 0;
  text-align: center;
}

.pageImg {
  border: 1px solid #00c0de;
}

main {
  background: #ffffff;
}

.pageContentInner {
  background: #ffffff;
}

.pageContentRight {
  width: 100%;
  padding: 20px;
}

.pageContentLeft {
  padding: 0px 10px 0px 10px;
}

.pageCTA {
  border: 1px solid #e4ebf1;
}

.pageCTALeft {
  float: left;
  width: 35%;
  text-align: center;
}

.pageCTARight {
  float: right;
  width: 65%;
}

.pageCTAContact {
  text-decoration: none;
  padding: 0 0 0 10px;
}

.pageCTAText {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.pageContentCTAContainer {
  padding: 45px 0 10px 0;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size:16px;
}

.pageContentCTAButton {
  margin: 0 auto 0 auto;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  background: #00C2DE;
  border: 2px solid #00C2DE;
  font-size: 16px;
  font-weight: 300;
}

.pageContentCTAButton:hover {
  background: #ffffff;
    color: #00C2DE;
    border: 2px solid #00C2DE;
}

.ctaBoxContainer {
  width: 300px;
  margin: 0 auto;
}

.ctaBox {
  margin: 0;
  padding: 0;
  display: inline-block;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  border-radius: 6px;
  width: 300px;
}

.ctaBoxMiddle {
  text-align: center;
  margin: 20px 0 20px 0;
  padding: 0;
  display: inline-block;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  border-radius: 6px;
  width: 300px;
}

.ctaBox:hover,
.ctaBoxMiddle:hover {
  opacity: 0.7;
  color: #1e22aa;
}

.ctaBoxHeading:hover,
.ctaBoxDescription:hover {
  color: #1e22aa;
}

.ctaBoxTextWrapper {
  padding: 5px 12px;
  height: 150px;
}

.ctaBoxLink {
  text-decoration: none;
}

.ctaBoxImg {
  height: 300px;
  width: 300px;
  border-radius: 6px 6px 0 0;
  padding: 0;
}

.ctaBoxHeading {
  color: #444;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 4px 0;
  text-decoration: none;
}

.ctaBoxDescription {
  color: #333;
  font-size: 14px;
  line-height: 18px;
  word-wrap: break-word;
}

.breadCrumbs {
  display: none;
  color: #ffffff;
  padding: 10px 0px 10px 0px;
}

.breadCrumbs a {
  text-decoration: none;
}

.bulletList {
  padding: 0 0 0 20px;
}

.bulletList li {
  color: #00c0de;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto!important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 550px) {
.pageMenuItemLeft, .pageMenuItemMiddle, .pageMenuItemRight, .teamMenuItemLeft, .teamMenuItemMiddle, .teamMenuItemRight {
  width: 327px;
  height: 327px;
  padding: 0 25px 0 25px;
  margin: 20px 20px 20px 20px;
}

}

@media all and (min-width: 720px) {

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
All Pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Homepage
--------------------------------------------------------------*/

/*--------------------------------------------------------------
About Pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Team Pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Service Pages
--------------------------------------------------------------*/

}

@media all and (min-width: 1024px) {

  /*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.headerTopBarDesktop {
  display: block;
  width: 100%;
  border-bottom: 1px solid #D0D2D3;
}

.headerIconLinksDesktop {
  display:block;
  width: 40%;
  float:right;
  text-align: right;
  line-height: 40px;
}

.headerIconLink, .headerIconLinkMiddle {
  display:inline-block;
  text-decoration: none;
  color: #00c0de;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  height:40px;
}

.headerIconLink {
  padding: 0;
}

.headerIconLink img, .headerIconLinkMiddle img{
  position: relative;
  top: -2px;
  padding: 0 8px 0 8px;
  display: inline;
  vertical-align: middle;
}

.headerMobileNav {
  display: none;
}

.headerSeperator {
  height:50px;
  width: 100%;
  background: linear-gradient(#fbfbfb, #ffffff)
}

.headerTopLogo {
  width: 100%;
  padding:40px 0 30px 0;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
All Pages
--------------------------------------------------------------*/

.contentHeading {
  padding: 100px 80px 100px 80px;
  width:100%;
  margin: 0 0 100px 0;
}

.contentHeadingPage {
  padding: 50px 80px 100px 80px;
  width:100%;
  margin: 0 0 100px 0;
}

.next {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  top: -324px;
  left: 1039px;
  width: 30px;
  height: 30px;
  border: 1px solid #D0D2D3;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
}

.nextPage {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  top: -300px;
  left: 1039px;
  width: 30px;
  height: 30px;
  border: 1px solid #D0D2D3;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
}

.next:hover, .nextPage:hover {
  border: 1px solid #00c0de;
  border-width: 3px 3px 0 0;
}

.prev {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  top: -294px;
  left: -45px;
  width: 30px;
  height: 30px;
  border: 1px solid #D0D2D3;
  border-width: 3px 3px 0 0;
  transform: rotate(225deg);
}

.prevPage {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  top: -270px;
  left: -45px;
  width: 30px;
  height: 30px;
  border: 1px solid #D0D2D3;
  border-width: 3px 3px 0 0;
  transform: rotate(225deg);
}

.prev:hover, .prevPage:hover {
  border: 1px solid #00c0de;
  border-width: 3px 3px 0 0;
}

/*--------------------------------------------------------------
Homepage
--------------------------------------------------------------*/

.homepageHeading {
  padding: 50px 80px 50px 80px;
  width:100%;
}

.homepageTitle {
  padding: 0 80px 0 80px;
  width:100%;
}

/*--------------------------------------------------------------
About Pages
--------------------------------------------------------------*/
		
	  .aboutUsLink, .aboutUsLinkMiddle {
    float: left;
    display: block;
    width: 31%;
    border: 2px solid #00C2DE;
    border-radius: 4px;
}

.aboutUsLinkMiddle {
  margin: 0 3.5% 0 3.5%;
}

/*--------------------------------------------------------------
Team Pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Service Pages
--------------------------------------------------------------*/

.serviceContentColumn {
  width:50%;
}

.serviceContentColumnRight {
  width:50%;
  position:relative;
  top: -9.5px;
}

.serviceHighlightContainer {
  width:25%;
  padding: 0;
}

  .pageContentColumn {
    width: 50%;
    float: left;
  }

  .membershipInner {
    width: 1024px;
  }
  .membershipText {
    display: inline-block;
  }

  .headerInner1 {
    padding: 0;
    margin: 0;
    margin: 0 auto;
    max-width: 1024px;
    background: #ffffff;
  }
  
  .homeBookOrPhone {
    display: inline-block;
    margin-top: 30px;
  }
  .homepageCategory, .homepageCategoryMiddle {
    float: left;
    display: block;
    width: 31%;
    border: 1px solid #E4EFF9;
    border-radius: 2px;
}

.homepageCategoryMiddle {
  margin: 0 3.5% 0 3.5%;
}

  .homepageText {
    padding: 0 20px 0 20px;
    text-align: left;
  }
  .pageContentOuter {
    margin: 0;
    margin: 0 auto;
    max-width: 1024px;
    background: #ffffff;
  }
  .pageContentInner {
    text-align: left;
    padding: 40px 0px 40px 0px;
    margin: 0px;
  }

  .teamMenuItemLeft, .teamMenuItemMiddle, .teamMenuItemRight {
    border-radius: 50%;
    background: #00C2DE;
    border: 2px solid #00C2DE;
    display: flex;
    width: 32%;
    text-decoration: none;
    text-align: center;
    padding: 0 25px 0 25px;
    font-weight: 300;
    font-size: 28px;
    color: #ffffff;
    height: 327px;
    align-items: center;
    justify-content: center;
  }
  .teamMenuItemLeft {
    margin: 0 1% 2% 0;
  }
  .teamMenuItemMiddle {
    margin: 0 1% 2% 1%;
  }
  .teamMenuItemRight {
    margin: 0 0 2% 1%;
  }

  .teamProfilePic {
    width: 50%;
  }

  .teamProfileMotto {
    width: 50%;
    line-height: 1.5em;
  }
  
  .pageMenu, .teamMenu {
    justify-content: left;
  }
  
  .pageMenuItemLeft, .pageMenuItemMiddle, .pageMenuItemRight {
    border-radius: 50%;
    display: flex;
    width: 32%;
    text-decoration: none;
    text-align: center;
    padding: 0 25px 0 25px;
    height: 327px;
    align-items: center;
    justify-content: center;
  }
  .pageMenuItemLeft {
    margin: 0 1% 2% 0;
  }
  .pageMenuItemMiddle {
    margin: 0 1% 2% 1%;
  }
  .pageMenuItemRight {
    margin: 0 0 2% 1%;
  }

  .contactLeftContainer {
    float:left;
    width: 49%;
    margin: 0 1% 0 0;
  }

  .contactRightContainer {
    float:right;
    width: 49%;
    margin: 0 0 0 1%;
  }

  .sub-menu,
  .sub-menu li {
    z-index: 2;
    display: block;
  }
  #site-navigation {
    float:left;
    width: 60%;
    height: 40px;
  }
  #site-navigation ul {
    padding: 0;
    margin: 0;
  }
  #site-navigation ul li {
    background: #ffffff;
    display: block;
    float: left;
    line-height: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    position: relative;
  }
  #site-navigation ul li a {
    color: #00C2DE;
    background: #ffffff;
    border: none;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px 0 0;
  }
  #site-navigation ul:hover li a {
    color: #A7A9AC;
  }
  #site-navigation ul:hover ul li a {
    color: #00C2DE;
  }
  #site-navigation ul li a:hover{
    color: #00C2DE;
  }
  #site-navigation a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  #site-navigation ul ul {
    display: none;
    position: absolute;
    top: 40px;
    border-top: 1px solid #D0D2D3;
  }
  #site-navigation ul ul li {
    float: none;
    width: 200px;
    height: 50px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid #D0D2D3;
  }
  #site-navigation ul ul li a {
    padding: 0 0 0 12px;
    background: #F3F4F4;
    border-radius: 0;
    border-bottom: 1px solid #D0D2D3;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: left;
    font-weight: 300;
  }
  #site-navigation ul li:hover>ul {
    display: block;
  }

  #site-navigation ul ul li a:hover {
    display: block;
    background: #00C2DE;
    color: #ffffff;
  }

  #site-navigation ul ul li ul {
    left: 200px;
    top: 0;
  }

  .footerSeperator {
    height:50px;
    width: 100%;
    background: linear-gradient(#ffffff, #fbfbfb)
  }

  .footerDesktop {
    margin: 40px 0 0 0;
    display:block;
  }

  .footerInner {
    width: 1024px;
  }

  .footerSection {
    float: left;
    width: 32%;
  }

  .footerSectionMiddle {
    font-weight: 300;
    float: left;
    width: 36%;
  }

  .footerNavigation {
    border-bottom: 1px solid #D0D2D3;
  }

  .footerCopyright {
    display: block;
    padding: 20px 0 20px 0;
  margin: 0;
  font-size: 12px;
  }

  .footerMobile {
    display:none;
  }
  
  .footerCopyrightLeft {
    float: left;
  }

  .footerCopyrightLeft a {
    display:inline-block;
    margin: 0 8px 0 0;
  }

  .footerCopyrightLeft a img {
    height: 22px;
  }

  .footerCopyrightRight {
    float: right;
    color: #00C2DE;
    font-family: 'Roboto', sans-serif;
  }

/*--------------------------------------------------------------
Gallery Pages
--------------------------------------------------------------*/

.galleryLeft {
  float:left;
  width: 50%;
  padding: 0 25px 0 0;
}

.galleryRight {
  float:right;
  width: 50%;
  padding: 0 0 0 25px;
}