@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Assistant");


/*  ==========================================================================
    Common
    ==========================================================================*/
.frame {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  height: inherit; }

.frame-ex {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  height: inherit; }

.content-wrap {
  height: inherit; }

.inner-frame {
  width: 100%;
  margin: 0 auto; }

/*  ==========================================================================
    CLEARFIX
    ==========================================================================*/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.clearfix {
  *zoom: 1; }

/*------------------------------------------------------------------
[Table of contents]


-------------------------------------------------------------------*/
#site {
  max-width: 1800px;
  margin: 0 auto 0;
  border: 1px solid #ededed; }

/*  ==========================================================================
    HEADER
    ==========================================================================*/
header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px; }
  header .upper-menu {
    background-color: #444FA6;
    padding: 8px 0; }
    header .upper-menu .utility-nav {
      text-align: right; }
      header .upper-menu .utility-nav li {
        display: inline-block;
        vertical-align: top; }
        header .upper-menu .utility-nav li a {
          color: white;
          padding: 10px 10px 9px;
          text-transform: none;
          font-weight: 600;
          font-size: 15px; }
      header .upper-menu .utility-nav .btn {
        position: relative;
        top: 3px; }
        header .upper-menu .utility-nav .btn a {
          font-size: 14px;
          text-transform: uppercase;
          font-weight: 700;
          border: 2px solid white;
          border-radius: 24px;
          padding: 6px 17px 5px; }
  header .menu-purple .main-nav > li > a {
    color: #4A4A4A; }
  header .menu-purple .main-nav > li:hover > a {
    border-bottom: 1px solid #4A4A4A; }
  header .menu-white .main-nav > li > a {
    color: white; }
  header .menu-white .main-nav > li:hover > a {
    border-bottom: 1px solid white; }
  header .lower-menu {
    background-color: transparent;
    padding-top: 30px;
    position: relative; }
    header .lower-menu .frame {
      text-align: center; }
    header .lower-menu .circle {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -179%);
      width: 250px;
      height: 250px;
      border-radius: 50%;
      background-color: #444FA6;
      z-index: -1; }
    header .lower-menu .hide {
      display: none; }
    header .lower-menu .show {
      display: inline-block; }
  header .lower-menu.show {
    background-color: #444FA6;
    height: 85px; }
    header .lower-menu.show .hide {
      display: inline-block; }
    header .lower-menu.show .show {
      display: none; }
    header .lower-menu.show .circle {
      transform: translate(-50%, -50%); }
    header .lower-menu.show .main-nav > li > a {
      color: white; }
    header .lower-menu.show .main-nav > li:hover > a {
      border-bottom: 1px solid white; }
  header .main-nav-left, header #logo, header .main-nav-right {
    display: inline-block;
    vertical-align: top; }
  header #logo {
    margin: 0 40px 0px; }
    header #logo a {
      width: 177px;
      height: auto; }
  header .main-nav-left, header .main-nav-right {
    padding-left: 0; }
  header .main-nav > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 25px 0;
    padding-bottom: 10px; }
    header .main-nav > li > a {
      font-size: 16px;
      padding-bottom: 2px;
      border-bottom: 1px solid transparent; }
  header .main-nav .sub-menu {
    display: none;
    background-color: white;
    position: absolute;
    width: 195px;
    z-index: 995;
    top: 48px;
    margin-left: 0;
    left: -15px;
    padding-left: 0;
    text-align: center; }
    header .main-nav .sub-menu:after {
      bottom: 100%;
      left: 15%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: white;
      border-width: 14px;
      border-left-width: 20px;
      border-right-width: 20px;
      margin-left: -10px; }
    header .main-nav .sub-menu li {
      text-decoration: none;
      list-style-type: none;
      margin-bottom: 0;
      display: block;
      border-bottom: 1px solid #DEDEDE;
      margin: 0; }
      header .main-nav .sub-menu li:last-of-type {
        border-bottom: none; }
      header .main-nav .sub-menu li a {
        padding-top: 12px;
        padding-bottom: 9px;
        padding-left: 12px;
        text-transform: none;
        display: block;
        font-size: 16px;
        letter-spacing: 0;
        color: #4A4A4A;
        line-height: 1; }
      header .main-nav .sub-menu li:hover a {
        color: #31397B; }
  header .main-nav .menu-item-has-children {
    position: relative; }
    header .main-nav .menu-item-has-children:hover .sub-menu {
      display: block;
      z-index: 995; }

.module-offices-relationship .frame {
  max-width: 1250px; }

.module-offices-relationship .offices-wrapper {
  font-size: 0;
  text-align: center; }

.module-offices-relationship .office-wrapper {
  max-width: 568px;
  text-align: left;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 40px; }
  .module-offices-relationship .office-wrapper a {
    display: inline-block;
    width: 100%; }
    .module-offices-relationship .office-wrapper a .img-wrapper {
      width: inherit;
      height: 333px;
      border-radius: 14px;
      overflow: hidden;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      margin-bottom: 18px; }
      .module-offices-relationship .office-wrapper a .img-wrapper .title {
        position: absolute;
        bottom: 20px;
        left: 40px;
        color: white;
        font-weight: 700;
        font-size: 36px;
        z-index: 2; }
    .module-offices-relationship .office-wrapper a:hover .layer {
      background-color: rgba(49, 57, 123, 0.65); }
  .module-offices-relationship .office-wrapper .meta {
    padding-left: 40px; }
    .module-offices-relationship .office-wrapper .meta .address {
      font-size: 16px;
      color: #4C4D4F;
      margin-bottom: 8px; }
    .module-offices-relationship .office-wrapper .meta .meta-small span a {
      text-transform: uppercase;
      text-decoration: underline;
      margin: 0 20px 10px 0;
      font-weight: 600;
      font-size: 16px; }
      .module-offices-relationship .office-wrapper .meta .meta-small span a:after {
        content: '\00bb';
        position: relative;
        top: -2px;
        right: -2px;
        text-decoration: none;
        display: inline-block; }

a.link-arrow {
  text-transform: uppercase;
  margin: 0 20px 10px 0;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px; }
  a.link-arrow:after {
    content: '\00bb';
    position: relative;
    top: -2px;
    right: -2px;
    text-decoration: none;
    display: inline-block; }
  a.link-arrow:hover {
    border-bottom: 1px solid #31397B; }

/*  ==========================================================================
    MAIN CONTENT
    ==========================================================================*/
main#main-content {
  position: relative; }

.module-banner-large {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 770px; }
  .module-banner-large:after {
    content: url("../imgs/Banner-Wave-White.svg");
    z-index: 1;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%; }
  .module-banner-large .meta-wrapper {
    width: 50%;
    display: table;
    height: inherit;
    position: relative;
    z-index: 2; }
  .module-banner-large .meta {
    display: table-cell;
    vertical-align: middle;
    color: white; }

.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1; }

.banner-simple-module {
  background-color: #F0F2F3;
  text-align: center;
  position: relative; }
  .banner-simple-module:after {
    content: url("../imgs/Banner-Wave-White.svg");
    z-index: 0;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    overflow-x: hidden; }
  .banner-simple-module .content-wrap {
    padding: 240px 0 270px; }
  .banner-simple-module h5 {
    margin-bottom: 0; }

.module-intro .content-wrap {
  padding: 35px 0 55px; }

.module-intro .meta {
  text-align: center; }

.module-box-content .content-wrap {
  text-align: center;
  padding: 80px 0 100px; }

.module-box-content .box-content {
  width: 530px;
  height: 296px;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.2);
  margin: 0 50px 110px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  padding: 0 40px; }
  .module-box-content .box-content .inner {
    height: inherit;
    display: table;
    width: 100%;
    position: relative; }
    .module-box-content .box-content .inner .icon-wrapper {
      width: 96px;
      height: 96px;
      background-color: #08709B;
      border: 4px solid #F0F2F3;
      border-radius: 50%;
      position: absolute;
      z-index: 1;
      top: -49px;
      left: 50%;
      margin-left: -48px; }
      .module-box-content .box-content .inner .icon-wrapper img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .module-box-content .box-content .inner .meta {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .module-box-content .box-content .inner .meta a {
        text-transform: uppercase;
        text-decoration: underline;
        margin: 0 7px 10px;
        font-weight: 600;
        font-size: 16px; }
        .module-box-content .box-content .inner .meta a:after {
          content: '\00bb';
          position: relative;
          top: -2px;
          right: -2px;
          text-decoration: none;
          display: inline-block; }

.module-box-image-content .content-wrap {
  padding: 25px 0 100px; }

.module-box-image-content .image-box-wrapper {
  position: relative;
  height: 630px;
  max-width: 1090px;
  margin: 0 auto 100px; }
  .module-box-image-content .image-box-wrapper .content-wrapper {
    height: 660px;
    width: 700px;
    background-color: white;
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.2);
    position: absolute; }
    .module-box-image-content .image-box-wrapper .content-wrapper .inner {
      height: inherit;
      padding: 10px 100px;
      display: table;
      width: 100%; }
      .module-box-image-content .image-box-wrapper .content-wrapper .inner .meta {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        .module-box-image-content .image-box-wrapper .content-wrapper .inner .meta h2 {
          font-size: 60px;
          color: #4A4A4A;
          font-family: 'Montserrat'; }
  .module-box-image-content .image-box-wrapper .image-wrapper {
    height: 495px;
    width: 430px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .module-box-image-content .image-box-wrapper:nth-of-type(odd) .content-wrapper {
    top: 0;
    left: 0; }
  .module-box-image-content .image-box-wrapper:nth-of-type(odd) .image-wrapper {
    bottom: 25px;
    right: 0; }
  .module-box-image-content .image-box-wrapper:nth-of-type(even) .content-wrapper {
    top: 0;
    right: 0; }
  .module-box-image-content .image-box-wrapper:nth-of-type(even) .image-wrapper {
    bottom: 25px;
    left: 0; }

.module-member-section .content-wrap {
  text-align: center;
  padding: 50px 0 200px; }

.banner-filter h1 {
  margin-bottom: 22px; }

.doctors-wrapper {
  text-align: center; }

.team-wrapper {
  width: 215px;
  display: inline-block;
  vertical-align: top;
  margin: 0 49px 65px;
  text-align: center; }
  .team-wrapper .img-wrapper {
    height: 207px;
    width: 207px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .team-wrapper .meta .upper {
    margin-bottom: 4px; }
  .team-wrapper .meta .name, .team-wrapper .meta .position {
    font-family: 'Assistant';
    font-weight: 600;
    font-size: 18px;
    color: #31397B;
    text-transform: none; }
  .team-wrapper .meta .specialty, .team-wrapper .meta .office {
    text-transform: none;
    font-size: 16px;
    color: #4C4D4F;
    font-weight: 400; }
    .team-wrapper .meta .specialty span, .team-wrapper .meta .office span {
      font-weight: 600; }
  .team-wrapper .meta .new-patients {
    margin-top: 5px;
    letter-spacing: 1px;
    color: #279FBF;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase; }

.tm-description.iziModal {
  max-width: 1130px;
  padding: 80px 90px 90px 100px;
  font-size: 0;
  height: 668px !important; }
  .tm-description.iziModal button {
    margin-bottom: 10px;
    position: absolute;
    right: -75px;
    top: -65px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    cursor: pointer;
    z-index: 99;
    background-image: url(../imgs/icon-x.svg);
    background-repeat: no-repeat;
    background-size: cover; }
  .tm-description.iziModal .inl-block {
    display: inline-block;
    vertical-align: top; }
  .tm-description.iziModal .inl-left {
    width: 207px;
    text-align: center; }
    .tm-description.iziModal .inl-left .img-wrapper {
      height: 207px;
      width: 207px;
      border-radius: 50%;
      margin-bottom: 20px;
      overflow: hidden;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .tm-description.iziModal .inl-left .title, .tm-description.iziModal .inl-left .position {
      font-family: 'Assistant';
      font-size: 18px;
      font-weight: 700;
      color: #31397B; }
    .tm-description.iziModal .inl-left .specialty {
      margin-top: 10px;
      font-size: 16px; }
      .tm-description.iziModal .inl-left .specialty span {
        font-weight: 600; }
  .tm-description.iziModal .inl-right {
    width: calc( 100% - 207px);
    padding-left: 48px; }

.module-banner-box {
  height: 940px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .module-banner-box .frame {
    position: relative; }
  .module-banner-box .content-box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 655px;
    height: 624px;
    border: 2px solid white;
    background-color: transparent;
    text-align: center;
    padding: 10px 100px;
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.2); }
    .module-banner-box .content-box .inner {
      height: inherit;
      width: 100%;
      display: table; }
      .module-banner-box .content-box .inner .meta {
        display: table-cell;
        vertical-align: middle;
        color: white; }
        .module-banner-box .content-box .inner .meta h2 {
          color: white;
          font-size: 60px; }

.module-billing .content-wrap {
  padding: 170px 0 100px; }

.module-billing .billing-intro {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 105px; }

.module-billing .boxes-wrapper {
  font-size: 0; }
  .module-billing .boxes-wrapper .box {
    border-top: 3px solid #A2EBFF;
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.2);
    padding: 20px 30px 15px;
    display: inline-block;
    vertical-align: top;
    text-align: center; }
    .module-billing .boxes-wrapper .box .title {
      font-size: 25px;
      color: #1B5371;
      text-transform: uppercase;
      margin-bottom: 25px; }
    .module-billing .boxes-wrapper .box .content {
      font-size: 18px;
      color: #4C4D4F;
      margin-bottom: 10px; }
  .module-billing .boxes-wrapper .box-small {
    width: 32%;
    margin-right: 4%; }
  .module-billing .boxes-wrapper .box-large {
    font-size: 0;
    width: 64%; }
    .module-billing .boxes-wrapper .box-large .column-one, .module-billing .boxes-wrapper .box-large .column-two {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0 20px; }

.module-text-blocks {
  background-color: #F0F2F3; }
  .module-text-blocks .frame-ex {
    max-width: 1210px; }
  .module-text-blocks .content-wrap {
    font-size: 0;
    padding: 125px 0 120px; }
  .module-text-blocks .text-block-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px; }
    .module-text-blocks .text-block-wrapper h2 {
      font-family: 'Montserrat';
      font-size: 60px;
      text-align: center;
      color: #4A4A4A;
      font-weight: 300; }
    .module-text-blocks .text-block-wrapper p {
      margin-bottom: 0; }
    .module-text-blocks .text-block-wrapper h5 {
      color: #31397B;
      margin-bottom: 3px; }

.module-slider {
  height: 777px;
  position: relative; }
  .module-slider .slider-wrapper {
    height: inherit; }
    .module-slider .slider-wrapper .slick-list {
      height: inherit; }
    .module-slider .slider-wrapper .slick-track {
      height: inherit; }
    .module-slider .slider-wrapper .slick-arrow {
      display: none !important; }
    .module-slider .slider-wrapper .slick-dots {
      position: absolute;
      z-index: 2;
      right: 0;
      top: 50%;
      transform: translate(0%, -50%);
      width: 30px; }
      .module-slider .slider-wrapper .slick-dots li {
        display: block; }
        .module-slider .slider-wrapper .slick-dots li button:before {
          font-size: 10px; }
    .module-slider .slider-wrapper .slide {
      height: inherit;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      .module-slider .slider-wrapper .slide .frame {
        position: relative; }
      .module-slider .slider-wrapper .slide .meta {
        position: absolute;
        right: 0;
        max-width: 600px;
        width: 100%;
        top: 24%;
        font-size: 30px;
        font-family: 'Open Sans';
        font-style: italic;
        color: #4A4A4A;
        display: inline-block;
        font-weight: 300;
        line-height: 1.5; }
        .module-slider .slider-wrapper .slide .meta .author {
          font-family: 'Assistant';
          color: #279FBF;
          font-size: 16px;
          text-transform: uppercase;
          margin-top: 40px;
          font-style: normal; }

.small-big-titles {
  text-align: center;
  margin-bottom: 32px; }
  .small-big-titles h5 {
    margin-bottom: 0; }
  .small-big-titles h2 {
    font-size: 60px;
    color: #4A4A4A;
    font-family: 'Montserrat';
    font-weight: 300; }

.module-hours .content-wrap {
  padding: 90px 0 110px; }

.module-hours .hours-wrapper {
  font-size: 0;
  border-top: 1px solid white;
  padding-top: 1px;
  margin-bottom: 40px;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.2); }
  .module-hours .hours-wrapper .hour-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 14.28%;
    text-align: center;
    border-top: 3px solid #279FBF;
    padding: 5px 0 5px; }
    .module-hours .hours-wrapper .hour-wrapper:last-of-type .meta {
      border-right: none; }
    .module-hours .hours-wrapper .hour-wrapper .meta {
      height: 100%;
      border-right: 1px solid #DEDEDE; }
      .module-hours .hours-wrapper .hour-wrapper .meta .title {
        font-size: 25px;
        text-transform: uppercase;
        font-family: 'Assistant';
        margin-bottom: 28px;
        color: #1B5371; }
      .module-hours .hours-wrapper .hour-wrapper .meta .content {
        margin-bottom: 40px; }
        .module-hours .hours-wrapper .hour-wrapper .meta .content p {
          line-height: 1;
          font-size: 16px; }

#primary {
  margin-bottom: 1000px; }

.module-archive .content-wrap {
  padding: 74px 0 300px; }

.module-archive .post-wrapper {
  max-width: 940px;
  font-size: 0;
  margin-bottom: 95px; }
  .module-archive .post-wrapper .feat-image {
    width: 343px;
    height: 394px;
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.12); }
  .module-archive .post-wrapper .meta-wrapper {
    width: calc(100% - 343px);
    padding: 35px 5px 0 55px;
    display: inline-block;
    vertical-align: top; }
    .module-archive .post-wrapper .meta-wrapper .date {
      color: #279FBF;
      font-size: 16px;
      text-transform: uppercase;
      font-family: 'Assistant';
      font-weight: 600;
      margin-bottom: 8px;
      letter-spacing: 1.2px; }
    .module-archive .post-wrapper .meta-wrapper .title {
      font-size: 36px;
      font-family: 'Assistant';
      font-weight: 400;
      color: #1B5371;
      margin-bottom: 10px; }
    .module-archive .post-wrapper .meta-wrapper .excerpt {
      font-size: 18px;
      font-family: 'Assistant';
      font-weight: 400;
      color: #4A4A4A;
      margin-bottom: 25px;
      line-height: 1.9; }

.module-archive .pagination {
  text-align: center; }

.module-announcements {
  text-align: center;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.12);
  max-width: 348px;
  width: 100%;
  padding: 2px 0px 0;
  z-index: 5;
  position: absolute;
  right: 0;
  top: -20px; }
  .module-announcements .content-wrap {
    border-top: 3px solid #279FBF;
    padding: 0 30px; }
  .module-announcements .title {
    font-size: 25px;
    color: #1B5371;
    font-family: 'Assistant';
    font-weight: 400;
    text-transform: uppercase;
    margin: 40px 0 40px; }
  .module-announcements .posts-wrapper .post-wrapper .category {
    color: #279FBF;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Assistant';
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 1.2px; }
  .module-announcements .posts-wrapper .post-wrapper a {
    color: #4A4A4A;
    display: inline;
    text-transform: none;
    font-weight: 400;
    margin-right: 0; }
    .module-announcements .posts-wrapper .post-wrapper a:hover {
      color: #31397B; }
  .module-announcements .posts-wrapper .post-wrapper hr {
    margin: 30px auto 30px; }
  .module-announcements .posts-wrapper .post-wrapper:last-of-type {
    padding-bottom: 30px; }
    .module-announcements .posts-wrapper .post-wrapper:last-of-type hr {
      display: none; }

.single .banner-simple-module {
  min-height: 430px; }
  .single .banner-simple-module .content-wrap {
    padding-bottom: 210px; }

.single .module-standard-body-content .content-wrap {
  padding-bottom: 160px;
  top: -200px; }
  .single .module-standard-body-content .content-wrap .feat-image {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1; }
    .single .module-standard-body-content .content-wrap .feat-image img {
      max-width: 438px;
      height: auto; }

.single .module-standard-body-content .pagination {
  text-align: center;
  margin-top: 50px; }
  .single .module-standard-body-content .pagination a {
    font-weight: 700; }
  .single .module-standard-body-content .pagination .prev-post {
    position: relative; }
    .single .module-standard-body-content .pagination .prev-post:before {
      content: '\00bb';
      position: relative;
      top: 2px;
      left: -2px;
      text-decoration: none;
      display: inline-block;
      transform: rotate(180deg); }
  .single .module-standard-body-content .pagination .next-post {
    position: relative; }
    .single .module-standard-body-content .pagination .next-post:after {
      content: '\00bb';
      position: relative;
      top: -1px;
      right: -2px;
      text-decoration: none;
      display: inline-block; }
  .single .module-standard-body-content .pagination .all-posts {
    margin: 0 25px 0; }

.module-doctor-relationship .content-wrap {
  padding: 100px 0 280px; }

.page-template-template-our-offices .module-offices-relationship .content-wrap {
  top: -200px;
  padding-bottom: 200px; }

.page-template-template-appointments .module-box-content .content-wrap {
  padding-bottom: 250px; }

.page-template-template-patient-forms .module-box-content .content-wrap {
  padding-bottom: 250px; }

.page-template-template-pay-your-bill .module-billing .content-wrap {
  padding-bottom: 350px; }

.page-template-template-about-us .module-box-image-content .content-wrap {
  padding-bottom: 350px; }

.page-template-template-services .module-box-content .content-wrap {
  padding-bottom: 350px; }

.page-template-template-office .module-banner-large .layer, .page-template-archive-news .module-banner-large .layer {
  display: none; }

.page-template-template-office .module-banner-large .meta, .page-template-archive-news .module-banner-large .meta {
  text-align: center; }
  .page-template-template-office .module-banner-large .meta h1, .page-template-template-office .module-banner-large .meta p, .page-template-archive-news .module-banner-large .meta h1, .page-template-archive-news .module-banner-large .meta p {
    color: #4A4A4A; }
  .page-template-template-office .module-banner-large .meta p, .page-template-archive-news .module-banner-large .meta p {
    margin-bottom: 0; }
  .page-template-template-office .module-banner-large .meta .btn, .page-template-archive-news .module-banner-large .meta .btn {
    margin-top: 10px; }

.page-template-template-office .module-banner-large:after, .page-template-archive-news .module-banner-large:after {
  display: none; }

.content-wrap {
  position: relative; }

/*  ==========================================================================
    FOOTER
    ==========================================================================*/
footer {
  background-color: #31397B;
  position: relative; }
  footer:before {
    content: url("../imgs/Footer-Blue-Lines.svg");
    z-index: 1;
    position: absolute;
    top: -294px;
    left: 0;
    width: 100%;
    overflow-x: hidden; }
  footer:after {
    content: url("../imgs/Footer-Purple.svg");
    z-index: 1;
    position: absolute;
    top: -134px;
    left: 0;
    width: 100%;
    overflow-x: hidden; }
  footer .upper .content-wrap {
    font-size: 0;
    padding: 20px 0 130px; }
  footer .upper .col {
    display: inline-block;
    vertical-align: top;
    width: 25%; }
    footer .upper .col a {
      color: white; }
    footer .upper .col .wrapper {
      color: white; }
  footer .upper .title {
    font-size: 16px;
    color: #666DA6;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px; }
  footer .upper .col-one img {
    height: auto;
    max-width: 177px;
    width: 100%; }
  footer .upper .col-two a, footer .upper .col-three a {
    display: block;
    margin-bottom: 12px;
    text-transform: none; }
  footer .lower {
    padding: 0px 20px;
    position: relative; }
    footer .lower .jump-link {
      position: absolute;
      top: -11px;
      left: 50%;
      margin-left: -28px;
      width: 56px;
      height: 32px;
      background-color: #31397B;
      padding: 0 15px 0;
      z-index: 1; }
    footer .lower .content-wrap {
      border-top: 1px solid #848DDC;
      padding: 20px 0 35px; }
      footer .lower .content-wrap .meta {
        position: relative; }
      footer .lower .content-wrap .copyright {
        color: white;
        font-size: 14px;
        display: inline-block;
        vertical-align: top; }
        footer .lower .content-wrap .copyright a {
          color: white;
          text-transform: none;
          font-size: inherit; }
      footer .lower .content-wrap .social {
        position: absolute;
        top: 0;
        right: 0; }
        footer .lower .content-wrap .social a {
          height: 38px;
          width: 38px;
          background-color: #3F4890;
          border-radius: 50%;
          position: relative;
          margin: 0 10px 10px; }
          footer .lower .content-wrap .social a img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 17px;
            height: auto;
            max-height: 20px; }
          footer .lower .content-wrap .social a:hover {
            background-color: #31397B; }

.button {
  position: relative;
  font-family: "Assistant";
  font-size: 0.875pxem;
  background-color: #F1F1F2;
  border: 0;
  color: #A6A8AB;
  text-transform: uppercase;
  padding: 15px 30px;
  display: inline-block;
  white-space: nowrap;
  border-color: #F1F1F2; }
  .button:before {
    content: ""; }

.button:focus,
.button:hover,
.button:active {
  text-decoration: none;
  border: 1px solid #F1F1F2;
  background: transparent; }
  .button:focus:before,
  .button:hover:before,
  .button:active:before {
    content: "";
    position: absolute;
    background: #FFF;
    width: 80%;
    height: 1px;
    top: -1px;
    left: 10%; }
  .button:focus:after,
  .button:hover:after,
  .button:active:after {
    content: "";
    position: absolute;
    background: #FFF;
    width: 80%;
    height: 1px;
    bottom: -1px;
    left: 10%; }

@media only screen and (max-width: 1200px) {
  .frame {
    max-width: 95%; }
  .frame-ex {
    max-width: 95%; } }

@media only screen and (max-width: 600px) {
  .frame {
    max-width: 95%; }
  .frame-ex {
    max-width: 95%; } }

@media only screen and (max-width: 960px) {
  footer .lower .content-wrap .meta {
    text-align: center; }
    footer .lower .content-wrap .meta .copyright {
      display: block;
      margin-bottom: 10px; }
    footer .lower .content-wrap .meta .social {
      position: relative;
      display: block; } }

@media only screen and (max-width: 630px) {
  footer .upper .content-wrap {
    padding: 20px 0 50px; }
  footer .upper .col {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 15px; } }

@media only screen and (max-width: 1120px) {
  header .main-nav > li {
    margin: 0 15px 0; } }

@media only screen and (max-width: 990px) {
  header #logo {
    margin: 0 15px 0px; } }

@media only screen and (max-width: 942px) {
  header .main-nav {
    display: none; } }

@media only screen and (max-width: 520px) {
  .banner-simple-module .content-wrap {
    padding: 180px 0 160px; } }

@media only screen and (max-width: 1270px) {
  .module-box-content .box-content {
    width: 455px;
    margin-left: 20px;
    margin-right: 20px; } }

@media only screen and (max-width: 990px) {
  .module-box-content .box-content {
    height: auto;
    margin-bottom: 50px; }
    .module-box-content .box-content .inner {
      padding-top: 25px;
      padding-bottom: 30px; } }

@media only screen and (max-width: 580px) {
  .module-box-content .box-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (max-width: 1224px) {
  .module-offices-relationship .office-wrapper {
    max-width: 448px; } }

@media only screen and (max-width: 520px) {
  .module-offices-relationship .office-wrapper {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .module-offices-relationship .office-wrapper a .img-wrapper .title {
    font-size: 25px; } }

@media only screen and (max-width: 740px) {
  .module-banner-box {
    height: auto; }
    .module-banner-box .content-box {
      padding-top: 80px;
      padding-bottom: 80px;
      position: relative;
      transform: none;
      top: auto;
      left: auto;
      height: auto;
      width: 100%;
      border: none; } }
