/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

/* Variables */
html {
  height: 100%; }

body {
  height: 100%; }

.bodyWrap {
  min-height: 100%;
  position: relative;
  font-family: "Futura LT W01 Book"; }

::selection {
  /*background:;*/ }

.wrap {
  width: 960px;
  margin: auto; }

.clear {
  clear: both; }

.beforeFooter {
  padding-bottom: 325px;
  clear: both; }

a {
  text-decoration: none; }

/* Header */
header {
  width: 100%;
  min-width: 960px;
  height: 180px; }
  header .hTopExtend {
    width: 50%;
    height: 45px;
    right: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    background-color: #d2d2d2; }
  header .logo {
    width: 325px;
    height: 125px;
    position: relative;
    float: left;
    background-color: #e2e3e4; }
    header .logo .logoContainer img {
      position: relative;
      top: 15px;
      left: 35px; }
    header .logo .logoContainer::before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 125px solid #fff;
      border-right: 70px solid transparent; }
    header .logo .logoContainer::after {
      content: "";
      position: absolute;
      left: 325px;
      top: 0;
      width: 0;
      height: 0;
      border-top: 125px solid #e2e3e4;
      border-right: 70px solid transparent; }
  header .hTop {
    width: 635px;
    height: 45px;
    background-color: #d2d2d2;
    float: right; }
    header .hTop ul {
      margin-left: 100px; }
      header .hTop ul li {
        float: left;
        font-size: 12px;
        font-weight: bold;
        line-height: 45px;
        position: relative; }
      header .hTop ul li::after {
        content: "|";
        position: absolute;
        top: 0;
        right: -4px;
        color: #143d8d; }
      header .hTop ul li:last-child::after {
        content: ""; }
      header .hTop ul a {
        padding: 0 15px;
        display: block;
        color: #143d8d; }
    header .hTop form {
      position: relative;
      float: right;
      width: 190px;
      height: 22px;
      margin-top: 11px; }
      header .hTop form input {
        width: 130px;
        float: left;
        height: 22px;
        font-style: italic;
        padding: 0;
        padding-left: 5px;
        border: 0; }
      header .hTop form button {
        width: 55px;
        height: 22px;
        float: right;
        cursor:pointer;
        border: 0;
        background-color: #818182;
        color: #fff;
        font-size: 12px; }
  header .hBottom {
    width: 575px;
    float: right; }
    header .hBottom ul li {
      width: 191px;
      height: 80px;
      float: left; }
    header .hBottom ul a .icon {
      width: 55px;
      height: 55px;
      float: left;
      margin-top: 12px;
      border-radius: 50%;
      background-color: #5eb2e5;
      text-align: center; }
      header .hBottom ul a .icon .fa {
        font-size: 30px;
        color: #fff;
        line-height: 55px; }
    header .hBottom ul a .text {
      width: 136px;
      float: left;
      margin-top: 25px; }
      header .hBottom ul a .text span {
        display: block;
        font-size: 16px;
        margin-left: 5px;
        color: #5eb2e5;
        font-family: Verdana, Geneva, sans-serif; }
      header .hBottom ul a .text span.italic {
        font-style: italic;
        color: #000; }
      header .hBottom ul a .text span.bold {
        font-weight: bold;
        color: #000;
        text-transform: uppercase; }
      header .hBottom ul a .text span.itl {
        font-style: italic; }
    header .hBottom ul li:first-child .text {
      line-height: 80px;
      margin-top: 0; }
  header nav {
    width: 100%;
    float: left;
    min-width: 960px;
    height: 55px;
    background-color: #143d8d; }
    header nav ul li {
      float: left;
      font-family: Verdana, Geneva, sans-serif;
      text-align: center;
      font-size: 16px;
      /*position:relative;*/ }
    header nav ul a {
      color: #fff;
      padding: 0 25px;
      display: block;
      padding-top: 10px;
      padding-bottom: 13px; }
    header nav ul li:hover {
      background-color:#0d285b;}
    header nav ul li ul {
      display:none;
      position:absolute;
      z-index:999;
      width:200px;
      -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
      -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
      box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);}
    header nav ul li ul li {
      width:100%;
      background-color:rgba(94, 178, 229, 0.90);}
    header nav ul li ul li a {
      color:#fff;
      padding:15px 0;}
    header nav ul li:hover > ul {
      display:block;
        z-index: 9999999;}

.extendWrap {
  width: 100%;
  min-width: 960px;
  position: relative; }
  .extendWrap .slideE {
    width: 50%;
    height: 125px;
    top: 170px;
    position: absolute;
    right: 0;
    overflow: hidden; }
    .extendWrap .slideE .slideExtend {
      width: 100%;
      right: -100px;
      position: relative;
      height: 125px;
      background-color: rgba(255, 255, 255, 0.75);
      z-index: 999; }

/* Section */
section#slider {
  background-color: #000; }
  section#slider .wrap {
    position: relative; }
  section#slider .slideImage {
    width: 100%;
    min-width: 960px;
    height: 320px;
    background-color: #e7e7e7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    section#slider .slideImage .slideText {
      position: absolute;
      right: 200px;
      top: 180px;
      z-index: 99999; }
      section#slider .slideImage .slideText img {
        position: relative;
        left: 190px; }
  section#slider .sNav {
    margin-top: -24px;
    position: relative;
    z-index: 999; }
    section#slider .sNav .slider-nav {
      float: left;
      cursor: pointer;
      margin-right: 2px;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 24px solid #8288bc; }
    section#slider .sNav .active {
      border-bottom: 24px solid #143d8d; }

section#homepage {
  position: relative;
  clear: both; }
  section#homepage .extendLeft {
    width: 50%;
    position: absolute;
    left: 0;
    height: 55px;
    background-color: #e2e3e4;
    z-index: 0; }
  section#homepage .extendRight {
    width: 50%;
    position: absolute;
    right: 0;
    height: 55px;
    background-color: #143d8d;
    z-index: 0; }
  section#homepage .heading {
    width: 100%;
    height: 55px; }
    section#homepage .heading span {
      font-size: 16px;
      color: #727070;
      margin-left: 15px;
      font-family: Verdana, Geneva, sans-serif;
      line-height: 55px; }
      section#homepage .heading span i {
        color: #143d8d; }
  section#homepage .quicklinks {
    width: 240px;
    float: left;
    position: relative; }
    section#homepage .quicklinks .heading {
      background-color: #e2e3e4; }
      section#homepage .quicklinks .heading span {
        margin-left: 0; }
    section#homepage .quicklinks ul {
      margin-top: 12px; }
      section#homepage .quicklinks ul li {
        width: 100%;
        height: 80px;
        position: relative;
        background-color: #e2e3e4;
        margin-bottom: 5px; }
      section#homepage .quicklinks ul a {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        height: 100%; }
        section#homepage .quicklinks ul a span {
          font-family: Verdana, Geneva, sans-serif;
          float: left;
          font-size: 20px;
          display: block;
          margin-left: 40px;
          position: relative;
          top: 20px;
          color: #143d8d; }
        section#homepage .quicklinks ul a .fa {
          float: right;
          font-size: 40px;
          line-height: 80px;
          position: relative;
          right: 40px;
          color: #143d8d; }
  section#homepage .himgVideo {
    width: 480px;
    float: left;
    position: relative; }
    section#homepage .himgVideo .heading {
      background-color: #d2d2d2; }
    section#homepage .himgVideo .videoContainer {
      margin: 12px; }
    section#homepage .himgVideo article {
      margin: 12px; }
      section#homepage .himgVideo article h1 {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 22px;
        font-weight: bold;
        color: #143d8d;
        line-height: 50px; }
      section#homepage .himgVideo article p {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 14px;
        line-height: 18px; }
  section#homepage .news {
    width: 238px;
    float: left;
    border-left: 1px solid #d2d2d2;
    position: relative; }
    section#homepage .news .heading {
      background-color: #143d8d; }
      section#homepage .news .heading span {
        color: #b1c2e1; }
      section#homepage .news .heading .social {
        float: right;
        margin-top: 15px; }
        section#homepage .news .heading .social img {
          width: 24px; }
    section#homepage .news .entry {
      margin-left: 15px;
      font-family: Verdana, Geneva, sans-serif;
      border-bottom: 1px dotted; }
      section#homepage .news .entry span {
        font-size: 11px;
        display: block;
        color: #8c8b8b;
        margin-bottom: 15px;
        margin-top: 20px; }
      section#homepage .news .entry p {
        font-size: 11px;
        margin-bottom: 15px;
        margin-bottom: 20px;
        line-height: 14px; }
    section#homepage .news .entry:last-child {
      border-bottom: 0; }

section#subPage {
  font-family: Verdana, Geneva, sans-serif;
  position: relative; }
  section#subPage .subHeadExtend {
    width: 50%;
    height: 75px;
    right: 0;
    position: absolute;
    top: 0px;
    z-index: -1;
    background-color: #5eb2e5; }
  section#subPage aside {
    width: 239px;
    background-color: #fff;
    border-right: 1px solid #e2e3e4;
    float: left; }
    section#subPage aside span {
      font-size: 22px;
      display: block;
      margin-left: 10px;
      padding-top: 25px;
      margin-bottom: 15px;
      font-weight: bold;
      color: #143d8d; }
    section#subPage aside ul {
      margin-left: 10px;
      margin-bottom: 20px; }
      section#subPage aside ul li {
        line-height: 24px;
        font-size: 16px; }
      section#subPage aside ul li:hover > a {
        color: #5eb2e5; }
      section#subPage aside ul a {
        color: #000; }
    section#subPage aside .heading {
      background-color: #e2e3e4;
      height: 55px;
      width: 100%;
      margin-bottom: 5px; }
      section#subPage aside .heading span {
        font-size: 16px;
        float: left;
        color: #818182;
        line-height: 55px;
        padding: 0;
        margin: 0;
        margin-left: 10px;
        font-weight: normal; }
      section#subPage aside .heading .social {
        float:right;
        margin-right:10px;
        margin-top:17px;}
    section#subPage aside ul.quicklinks {
      margin-left: 0;
      margin-bottom: 5px; }
      section#subPage aside ul.quicklinks li {
        width: 100%;
        height: 80px;
        position: relative;
        background-color: #e2e3e4;
        margin-bottom: 5px; }
      section#subPage aside ul.quicklinks a {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        height: 100%; }
        section#subPage aside ul.quicklinks a span {
          font-family: Verdana, Geneva, sans-serif;
          float: left;
          font-size: 20px;
          display: block;
          margin-left: 40px;
          position: relative;
          top: 20px;
          color: #143d8d;
          padding: 0;
          margin-bottom: 0; }
        section#subPage aside ul.quicklinks a .fa {
          float: right;
          font-size: 40px;
          line-height: 80px;
          position: relative;
          right: 40px;
          color: #143d8d; }
  section#subPage .content .contentHead {
    width: 719px;
    height: 75px;
    background-color: #5eb2e5;
    float: left; }
    section#subPage .content .contentHead h1 {
      line-height: 75px;
      margin-left: 30px;
      font-size: 27px;
      font-weight: bold;
      color: #fff; }
  section#subPage .content article {
    float: left;
    width: 679px;
    margin-top: 15px;
    margin-left: 25px;
    margin-right: 15px; }
    section#subPage .content article h2 {
      clear: both;
      font-size: 18px;
      margin-bottom: 20px;
      font-weight: bold;
      color: #143d8d; }
    section#subPage .content article p {
      font-size: 14px;
      line-height: 18px;
      clear: both;
      margin-bottom: 20px; }
    section#subPage .content article ul.three {
      -moz-column-count: 3;
      -webkit-column-count: 3;
      column-count: 3; }
      section#subPage .content article ul.three li {
        width: 200px; }
    section#subPage .content article ul.disc {
      list-style: disc;
      margin-bottom: 10px; }
      section#subPage .content article ul.disc li {
        margin-bottom: 15px;
        margin-left: 20px; }
    section#subPage .content article ul {
      clear: both;
      margin-bottom: 25px;
      float: left; }
      section#subPage .content article ul li {
        font-size: 14px;
        line-height: 18px; }
    section#subPage .content article h3 {
      font-size: 16px;
      font-weight: bold;
      color: #000;
      margin-bottom: 15px; }
    section#subPage .content article h4 {
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase; }
    section#subPage .content article .physicians .physPic {
      width: 150px;
      min-height: 150px;
      background-color: #e2e3e4;
      float: left; }
    section#subPage .content article .physicians .physContent {
      width: 500px;
      float: left;
      margin-left: 20px; }
      section#subPage .content article .physicians .physContent h3 {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-bottom: 5px; }
      section#subPage .content article .physicians .physContent span.position {
        font-style: italic;
        line-height: 16px;
        color: #818182;
        margin-bottom: 15px;
        display: block;
        font-size: 12px; }
      section#subPage .content article .physicians .physContent span.contact {
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 15px;
        display: block;
        color: #000; }
        section#subPage .content article .physicians .physContent span.contact i {
          color: #143d8d;
          font-weight: bold; }
      section#subPage .content article .physicians .physContent p {
        font-size: 14px;
        line-height: 18px; }

/* Footer */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 960px; }
  footer .foot1 {
    background-color: #e2e3e4;
    height: 130px; }
    footer .foot1 .fLogo {
      width: 240px;
      height: 130px;
      text-align: left;
      float: left; }
      footer .foot1 .fLogo img {
        position: relative;
        top: 30px; }
    footer .foot1 .f1Text {
      width: 720px;
      float: right;
      font-family: Verdana, Geneva, sans-serif; }
      footer .foot1 .f1Text span {
        margin-top: 45px;
        display: block;
        font-size: 12px;
        margin-left: 12px; }
      footer .foot1 .f1Text span.phone {
        margin-top: 5px;
        font-size: 22px;
        font-weight: bold; }
  footer .foot2 {
    padding-bottom: 15px;
    background-color: #143d8d;
    height: 145px; }
    footer .foot2 .col4 {
      width: 240px;
      float: left; }
      footer .foot2 .col4 ul {
        margin-top: 20px; }
        footer .foot2 .col4 ul li {
          margin-left:12px;
          line-height: 25px;
          font-size: 14px;
          font-family: Verdana, Geneva, sans-serif; }
        footer .foot2 .col4:first-child ul li {
          margin-left:0;}
        footer .foot2 .col4 ul a {
          color: #fff; }
  footer .foot3 {
    background-color: #0d285b;
    height: 50px;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif; }
    footer .foot3 span {
      display: block;
      line-height: 50px;
      font-size: 14px;
      color: #8288bc; }

.quicklinks li:hover > a span {color:#818182 !important;}
.quicklinks li:hover > a .fa {color:#818182 !important;}

header nav ul li ul li {width:90%; padding:0 5%;}
header nav ul li ul li ul {left:200px; top:0}
.content article ol {list-style:decimal; padding-left:40px;}
.content article ol li, .content article ul li {margin-bottom:10px;}
.content article ul {padding-left:40px; list-style:disc;}
.content article p strong {font-weight:bold;}

.mobile {display:none;}
.desktop {display:block;}

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

  .wrap {width:100%;}
  header, header nav, footer {min-width:100%;}
  section#slider, section#homepage .news, section#homepage .extendLeft, section#homepage .extendRight, .extendWrap, header .hTop, header .hTopExtend, footer .foot2, section#subPage .subHeadExtend {display:none;}

  header nav {height:auto;}
  header .logo {width:100%; text-align:center;}
  header .logo .logoContainer::before, header .logo .logoContainer::after {display:none;}
  header .logo .logoContainer img {left:0;}
  header .hBottom {float:left; width:90%; margin:0 5%;}
  header .hBottom ul li {float:none; margin:auto; width:100%;}
  header .hBottom ul li a {width:90%; display:block; position:absolute;}

  header .hBottom ul {margin-top:25px;}
  header .hBottom ul li {float:left; width:33%; margin:0; text-align:center; height:120px;}
  header .hBottom ul li a {width:100%; display:block; position:relative;}
  header .hBottom ul a .icon {float:none; text-align:center; margin:auto; clear:both;}
  header .hBottom ul li:first-child .text {width:auto; float:none; margin:0; line-height:18px; margin-top:25px;}
  header .hBottom ul a .text {width:100%;}


  header nav ul a {padding-top:15px; padding-bottom:15px;}
  header nav ul li {width:100%;}
  header nav ul li ul {position:relative; width:100%;}
  .navigation {display:none;}
  header li#dropdown {line-height:46px; color:#fff;}
  header li#dropdown ul li {line-height:18px;}
  header li#dropdown ul {display:none;}
  li#dropdown::after {content:""; display:block; position:absolute; right:5%; top:13px; width:0; height:0; border-left:10px solid transparent; border-right:10px solid transparent; border-top:15px solid #fff;}
  .mNav {width:100%; height:50px; float:left; position:relative;}
  .mNav span {text-align:center; border-bottom:2px solid #143d8d; display:block; line-height:50px; font-size:25px; text-transform:uppercase; color:#143d8d;}
  section#homepage .himgVideo {width:100%;}
  section#homepage .quicklinks .heading, section#homepage .himgVideo .heading {display:none;}
  section#homepage .quicklinks, section#subPage aside.quicklinks {width:100%; text-align:center;}
  section#homepage .quicklinks ul a, section#subPage aside.quicklinks ul a {width:240px; margin:auto; position:relative;}
  section#homepage .quicklinks ul a .fa, section#subPage aside.quicklinks ul a .fa {float:left; right:0; left:30px;}
  footer .foot1 {height:auto; float:left; width:100%;}
  footer .foot1 .fLogo {display:none;}
  footer .foot1 .f1Text {text-align:center;}
  footer .foot1 .f1Text {float:left; clear:both; width:100%; margin-bottom:30px;}
  footer .foot3 {width:100%; float:left;}
  footer .foot1 .f1Text span {width:90%; margin:15px 5%;}
  .beforeFooter {padding-bottom:171px;}
  .videoContainer {position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; }
  .videoContainer iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  
  section#subPage .content .contentHead {width:100%; height:auto; }
  section#subPage .content .contentHead h1 {line-height:35px; padding-top:10px; padding-bottom:10px;}
  section#subPage .content article {width:90%; margin:5%;}
  section#subPage .content article ul.three {-moz-column-count:1; -webkit-column-count:1; column-count:1;}
  section#subPage .content article .physicians .physContent {width:100%; margin-left:0;}
  section#subPage .content article .physicians .physPic {margin-bottom:10px;}
  section#subPage aside {display:none;}
  section#subPage aside.quicklinks {display:block;}
  section#subPage aside.quicklinks .heading {display:none;}
  section#subPage aside ul {margin-left:0; margin-bottom:0; margin-top:12px;}
  section#subPage .quicklinks ul li {line-height:24px; font-size:16px; width:100%; height:80px; position:relative; background-color:#e2e3e4; margin-bottom:5px;}
  section#subPage .quicklinks ul a {display:block;}
  section#subPage .quicklinks ul a span {float:left; padding-top:0; margin-bottom:0; font-size:20px; display:block; margin-left:40px; position:relative; top:20px; color:#143d8d;}
  section#subPage aside.quicklinks ul a .fa {font-size:40px; line-height:80px; position:relative; color:#143d8d;}

  .toggleWrap {position:absolute; width:40px; right:5%; top:13px;}
  .toggleNav {width: 40px; height: 30px; text-align: center; line-height: 80px; cursor: pointer; color: white; font-size: 30px; }
  .toggleNavButton {transition-duration: 0.5s; width: 40px; height: 4px; background-color: #143d8d;}
  .toggleNavButton:before, .toggleNavButton:after {transition-duration: 0.5s; content: ""; position: absolute; top: 10px; left: 0; background-color: #143d8d; width: 40px; height: 4px; }
  .toggleNavButton:after {top: 20px; }
  .toggleNavButton.active {width: 0; }
  .toggleNavButton.active:after {top: 10px; transform: rotate(45deg); -webkit-transform: rotate(45deg); }
  .toggleNavButton.active:before {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

  header .hBottom ul a .text span.italic {font-style:normal; color:#5eb2e5;}
  header .hBottom ul a .text span.bold {font-weight:normal; color:#5eb2e5; text-transform:capitalize;}
  header .hBottom ul a .text span.itl {font-style:normal; text-transform:capitalize;}
  
  .mobile {display:block;}
  .desktop {display:none;}
}

/* Added 3/21/18 */
.fa-twitter:before { font-size: 27px; color:#1da1f2; }