#BodyBlock {
  display: none;
}

#BodyBlock.blocked {
  display: block;
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 105;
  background-color: #4dbfde66;
  top: 0px;
  left: 0px;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

.mobileCloseButton {
  display: none;
}

.mobileMenuButton {
  display: none;
}

.mobileSiteLogo {
  display: none;
}

.bodyHero {
  margin-top: 100px;
  background-size: cover;
  height: 700px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center center;
}

.bodyHero .leadInText {
  font-size: 55px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.bodyHero .leadInText span {
  display: block;
}

header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

header.stickyheader img {
  max-width: 150px;
}

header .headerContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .headerContents > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .headerContents > div.nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

header .headerContents ul {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .headerContents ul li {
  list-style: none;
  padding: 0px 10px;
  margin: 0px;
}

header .headerContents ul li a {
  text-decoration: none;
  color: #4dbfde;
  font-size: 20px;
  font-weight: bold;
}

header .pageSection {
  padding: 20px 30px 20px 30px;
}

header img {
  max-width: 250px;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.whyDOC .pageSection {
  padding-top: 0px;
}

.whyDOC ul {
  padding: 0px 50px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.whyDOC ul li {
  font-size: 24px;
  width: 50%;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.whyDOC ul li span {
  display: block;
  padding: 10px 20px 10px 20px;
}

.whyDOC ul li.fullWidthItem {
  width: 100%;
}

.pageSection {
  padding: 100px 30px 100px 30px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.pageSection .sectionDesc {
  font-size: 24px;
  text-align: center;
}

.pageSection .sectionDesc.paragraphDesc {
  text-align: justify;
}

.pageSection .pageSectionSubHeader {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: normal;
}

.pageSection > h2 {
  color: #0e7d9b;
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: normal;
  margin-top: 0px;
}

.afterHeroSection {
  margin-top: -100px;
  position: relative;
  overflow: hidden;
}

.afterHeroSection.pageSection {
  padding-top: 25px;
}

h3.bioCardsSubHeader {
  padding-bottom: 0px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #0e7d9b;
  font-size: 34px;
  display: block;
  text-align: center;
}

.fpCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fpCards .fpCard {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fpCards .fpCard .fpCardContents {
  padding: 50px;
  margin: 0px 20px;
  background-color: #fff;
  border-top: solid 10px #4dbfde;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.fpCards .fpCard .fpCardContents > div {
  font-size: 21px;
  padding: 30px 0px 20px 0px;
  text-align: justify;
  line-height: 32px;
}

.fpCards .fpCard .fpCardContents > div strong {
  color: #0e7d9b;
}

.fpCards img {
  width: 150px;
  max-width: 100%;
}

.fpCards.bioCards h4 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #0e7d9b;
  font-size: 24px;
}

.fpCards.bioCards .fpCard .fpCardContents > div {
  font-size: 19px;
}

.guidedList .guideItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0px;
  border-bottom: solid 1px #ddd;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.guidedList .guideItem .image {
  padding-right: 50px;
  padding-left: 20px;
}

.guidedList .guideItem .image img {
  width: 200px;
}

.guidedList .guideItem .writeup {
  font-size: 24px;
  color: #000;
  border-right: none;
  background-color: #f5f5f5;
  width: 100%;
  padding: 25px 50px;
  border-radius: 10px;
  line-height: 40px;
}

.guidedList .guideItem:nth-child(2n + 2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.guidedList .guideItem:nth-child(2n + 2) .image {
  padding-right: 20px;
  padding-left: 50px;
}

.guidedList .guideItem:nth-child(2n + 2) .writeup {
  border-left: none;
}

.guidedList .guideItem:last-child {
  border-bottom: none 0px;
}

.itemPictureList .pictureItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0px;
  margin-left: auto;
  margin-right: auto;
}

.itemPictureList .pictureItem .image {
  padding-right: 50px;
  padding-left: 20px;
}

.itemPictureList .pictureItem .image img {
  width: 800px;
}

.itemPictureList .pictureItem .writeup {
  font-size: 24px;
  color: #000;
  border-right: none;
  width: 100%;
  padding: 25px 25px;
  line-height: 40px;
  margin-left: -500px;
  background-color: rgba(255, 255, 255, 0.95);
}

.itemPictureList .pictureItem .writeup h4 {
  margin-top: 0px;
  padding-top: 0px;
  color: #0e7d9b;
  text-transform: uppercase;
  font-size: 28px;
  padding-bottom: 0px;
  margin-bottom: 20px;
}

.itemPictureList .pictureItem:nth-child(2n + 2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.itemPictureList .pictureItem:nth-child(2n + 2) .image {
  padding-right: 20px;
  padding-left: 50px;
}

.itemPictureList .pictureItem:nth-child(2n + 2) .writeup {
  border-left: none;
  margin-left: 0px;
  margin-right: -500px;
}

.itemPictureList .pictureItem:last-child {
  border-bottom: none 0px;
}

.altSection {
  background-color: #efefef;
  background-image: url("/images/Hero_C2.jpg");
  background-size: cover;
}

.altSection .pageSection {
  padding-top: 100px;
}

.altSection .pageSection.splitSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.altSection .pageSection .sectionDesc {
  padding-left: 50px;
  text-align: justify;
}

.altSection .pageSection .sectionDesc h2 {
  color: #0e7d9b;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  font-size: 36px;
  margin-top: 0px;
}

.altSection .pageSection .sectionImg img {
  width: 600px;
}

.altSection .pageSection .fpCards img {
  width: 200px;
}

.altSection.bioSection {
  background-image: none !important;
}

footer {
  background-color: #4dbfde;
  text-align: center;
}

footer .pageSection {
  color: #fff;
}

footer .pageSection h2 {
  text-transform: uppercase;
  font-size: 50px;
  color: #fff;
}

#MainTopBar .pageSection {
  width: auto;
}

#MainTopBar .pageSection .headerContents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#MainTopBar .pageSection div.nav {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

#MainTopBar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

#MainTopBar ul li {
  list-style: none;
  text-align: center;
  padding: 0px 25px;
}

#MainTopBar ul li a {
  text-decoration: none;
  display: block;
}

@media (max-width: 1920px) {
  .whyDoc .pageSection,
  .pageSection {
    max-width: 1400px;
  }
  .whyDoc .pageSection li,
  .whyDoc .pageSection .sectionDesc,
  .pageSection li,
  .pageSection .sectionDesc {
    font-size: 24px;
  }
}

@media (max-width: 1500px) {
  .whyDoc .pageSection,
  .pageSection {
    max-width: 1200px;
  }
  .whyDoc .pageSection li,
  .whyDoc .pageSection .sectionDesc,
  .pageSection li,
  .pageSection .sectionDesc {
    font-size: 18px;
  }
  .fpCards .fpCard .fpCardContents > div {
    font-size: 17px;
  }
}

@media (max-width: 1280px) {
  .whyDoc .pageSection,
  .pageSection {
    max-width: 1000px;
  }
  .whyDoc .pageSection li,
  .whyDoc .pageSection .sectionDesc,
  .pageSection li,
  .pageSection .sectionDesc {
    font-size: 18px;
  }
  .fpCards .fpCard .fpCardContents > div {
    text-align: center;
  }
  .altSection .pageSection .sectionImg img {
    width: 400px;
  }
  .altSection .pageSection .sectionDesc h2 {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 32px;
  }
  .guidedList .guideItem .writeup {
    font-size: 21px;
    line-height: 32px;
  }
  .guidedList .guideItem {
    width: auto;
    padding: 25px 0px;
  }
  .fpCards .fpCard {
    width: 50%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fpCards .fpCard:nth-child(n + 3) {
    margin-top: 50px;
  }
  .bodyHero .leadInText {
    font-size: 46px;
  }
  header img {
    max-width: 200px;
  }
  header .headerContents ul li a {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .itemPictureList .pictureItem:nth-child(2n + 2),
  .itemPictureList .pictureItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .itemPictureList .pictureItem:nth-child(2n + 2) .writeup,
  .itemPictureList .pictureItem .writeup {
    margin: 0px;
  }
  .itemPictureList .pictureItem:nth-child(2n + 2) .image,
  .itemPictureList .pictureItem .image {
    padding: 0px;
  }
  .itemPictureList .pictureItem:nth-child(2n + 2) .image img,
  .itemPictureList .pictureItem .image img {
    max-width: 100%;
  }
  .altSection .pageSection.splitSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .altSection .pageSection.splitSection .sectionImg img {
    width: 400px;
    padding: 0px 0px 75px 0px;
    max-width: 100%;
  }
  .altSection .pageSection.splitSection .sectionDesc {
    padding: 0px;
  }
  .bodyHero .leadInText {
    font-size: 40px;
    padding: 0px 30px;
  }
  .bodyHero .leadInText span {
    display: inline;
  }
  .itemPictureList {
    padding: 0px 25px;
  }
  .itemPictureList .pictureItem {
    padding: 25px 0px;
  }
  .itemPictureList .pictureItem .writeup {
    font-size: 20px;
  }
  .itemPictureList .pictureItem .writeup h4 {
    margin-bottom: 10px;
  }
  footer .pageSection h2,
  .pageSection > h2 {
    font-size: 40px;
  }
  header img {
    max-width: 150px;
  }
}

@media (max-width: 800px) {
  .bodyHero {
    margin-top: 75px;
    height: 400px;
  }
  header .headerContents img {
    max-width: 125px;
  }
  header .pageSection {
    padding: 10px 0px;
  }
  #MainTopBar .pageSection div.mobileCloseButton {
    display: block;
    color: #4dbfde;
    font-size: 24px;
    padding: 20px;
    width: auto;
    opacity: 1;
    background-color: #fff;
  }
  #MainTopBar .pageSection div.mobileMenuButton {
    display: block;
    position: absolute;
    color: #4dbfde;
    font-size: 24px;
    padding: 20px;
    width: 50px;
    opacity: 1;
    z-index: 50;
  }
  #MainTopBar .pageSection div.mobileMenuButton.ibtAnimate {
    opacity: 1;
    display: block;
    -webkit-transition: opacity 1000ms;
    transition: opacity 1000ms;
  }
  #MainTopBar .pageSection div.mobileSiteLogo {
    display: block;
    text-align: center;
    width: 100%;
    padding: 25px 0px 75px 0px;
  }
  #MainTopBar .pageSection div.mobileSiteLogo img {
    display: inline !important;
    opacity: 1 !important;
    max-width: 60% !important;
  }
  #MainTopBar .pageSection div.siteLogo {
    width: 100%;
    position: fixed;
    text-align: center;
  }
  #MainTopBar .pageSection div.nav {
    display: block;
    position: fixed;
    width: 90%;
    z-index: 900;
    height: 100%;
    top: 0px;
    left: -700px;
    background-color: #fff;
  }
  #MainTopBar .pageSection div.nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
  }
  #MainTopBar .pageSection div.nav ul li {
    margin: 10px 0px;
  }
  #MainTopBar .pageSection div.nav ul li a {
    padding: 10px;
    display: block;
    color: #fff;
  }
  #MaintopBar.mobileMenuVisible .pageSection div.nav {
    left: 0px;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
    background-color: #0e7d9b;
  }
  #MaintopBar.mobileMenuVisible .pageSection div.mobileSiteLogo {
    background-color: #fff;
  }
  header .headerContents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .headerContents > div {
    width: auto;
  }
}

@media (max-width: 700px) {
  .fpCards .fpCard {
    width: auto;
  }
  .fpCards .fpCard .fpCardContents {
    padding: 35px 25px;
  }
  .fpCards .fpCard .fpCardContents > div {
    font-size: 17px !important;
  }
  .whyDoc ul li {
    width: 100%;
  }
  .whyDoc ul li span {
    padding: 10px 0px;
  }
  .fpCards .fpCard:nth-child(n + 2) {
    margin-top: 50px;
  }
  .guidedList .guideItem,
  .guidedList .guideItem:nth-child(2n + 2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .guidedList .guideItem .writeup,
  .guidedList .guideItem:nth-child(2n + 2) .writeup {
    width: auto;
    margin-top: 20px;
    padding: 25px;
    font-size: 17px;
  }
  .itemPictureList .pictureItem .writeup {
    font-size: 17px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .bodyHero .leadInText {
    font-size: 30px;
    padding: 0px 30px;
  }
}
/*# sourceMappingURL=doc.css.map */