@font-face {
  font-family: 'Argent CF';
  src: local("Argent CF Light"), url("../fonts/ArgentCF/Light/argentcf-light-webfont.eot") format("embedded-opentype"), url("../fonts/ArgentCF/Light/argentcf-light-webfont.woff") format("woff"), url("../fonts/ArgentCF/Light/argentcf-light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Argent CF';
  src: local("Argent CF Regular"), url("../fonts/ArgentCF/Regular/argentcf-regular-webfont.eot") format("embedded-opentype"), url("../fonts/ArgentCF/Regular/argentcf-regular-webfont.woff") format("woff"), url("../fonts/ArgentCF/Regular/argentcf-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Argent CF';
  src: local("Argent CF Bold"), url("../fonts/ArgentCF/Bold/argentcf-bold-webfont.eot") format("embedded-opentype"), url("../fonts/ArgentCF/Bold/argentcf-bold-webfont.woff") format("woff"), url("../fonts/ArgentCF/Bold/argentcf-bold-webfont.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

/* ZOOM SPECIFIC FIX TOP BAR*/
/* line 55, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
div[id$=pnlViewer] > div > div > img {
  margin-top: -1px; }

/* line 58, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
div[id$=pnlViewer] input[type=image] {
  float: right;
  height: 40px;
  margin-top: -4px;
  max-width: 90%; }

/* line 64, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
div[id$=pnlViewer] img[id$=imgGreenCheck] {
  margin-top: -1px; }

/* END FIX */
/* line 68, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
html {
  font-size: 10px;
  padding: 0;
  margin: 0;
  width: 100%; }

/* line 74, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 84, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #faf9f9 0, #e8e8e8 100%);
  background-image: -moz-linear-gradient(top, #faf9f9 0, #e8e8e8 100%);
  background-image: -ms-linear-gradient(top, #faf9f9 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #faf9f9 0, #e8e8e8 100%);
  background-image: linear-gradient(top, #faf9f9 0, #e8e8e8 100%);
  border-radius: 3px;
  padding: 5px 10px; }

/* line 94, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
select {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #faf9f9 0, #e8e8e8 100%);
  background-image: -moz-linear-gradient(top, #faf9f9 0, #e8e8e8 100%);
  background-image: -ms-linear-gradient(top, #faf9f9 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #faf9f9 0, #e8e8e8 100%);
  background-image: linear-gradient(top, #faf9f9 0, #e8e8e8 100%);
  border-radius: 3px;
  color: darkgrey;
  font-family: "Source Sans Pro" !important;
  font-weight: normal !important;
  border: 1px solid #8a8a8a; }
  /* line 106, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  select:hover {
    border-color: #515151;
    color: black;
    background-color: #c3c3c3;
    background-image: -webkit-linear-gradient(top, #e2e2e2 0, #c3c3c3 100%);
    background-image: -moz-linear-gradient(top, #e2e2e2 0, #c3c3c3 100%);
    background-image: -ms-linear-gradient(top, #e2e2e2 0, #c3c3c3 100%);
    background-image: -o-linear-gradient(top, #e2e2e2 0, #c3c3c3 100%); }
  /* line 115, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  select:focus {
    border-color: #888;
    color: black;
    background-color: #dedede;
    background-image: -webkit-linear-gradient(top, #c7c7c7 0, #dedede 100%);
    background-image: -moz-linear-gradient(top, #c7c7c7 0, #dedede 100%);
    background-image: -ms-linear-gradient(top, #c7c7c7 0, #dedede 100%);
    background-image: -o-linear-gradient(top, #c7c7c7 0, #dedede 100%); }

/* line 125, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
input[value=Change] {
  background: white !important;
  color: black !important;
  font-size: 16px !important;
  line-height: 20px !important;
  height: auto !important;
  font-family: "Source Sans Pro" !important;
  font-weight: normal !important; }

/* line 141, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.nws > ul {
  display: none; }

/* line 144, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.nws > ul:nth-of-type(2) {
  display: block;
  list-style: none; }

/* line 148, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.nws ul h4 a {
  float: none;
  font-size: 2.4rem;
  font-weight: blue;
  color: #1b242a; }

/* line 155, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.nws ul > li {
  margin-left: 0px !important; }

/* line 158, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.nws h4 {
  margin-bottom: .25em; }

/* line 161, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.nws .hilite {
  font-size: 1.2em;
  font-weight: bold; }

/* line 171, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

/* line 175, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
h2:first-of-type,
h3:first-of-type {
  padding-top: 0;
  margin-top: 0; }

/* line 179, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
h1 {
  margin: 0;
  padding: 0;
  font-size: 5.0rem;
  line-height: 1;
  color: white;
  font-family: "Argent CF", sans-serif;
  letter-spacing: -1px;
  font-weight: 300; }
  /* line 188, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  h1 a {
    font-size: 2rem;
    text-decoration: underline;
    color: #dbcfac;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 0;
    -webkit-transition: 0.5s ease color;
    -moz-transition: 0.5s ease color;
    transition: 0.5s ease color; }
    /* line 196, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    h1 a:hover {
      color: white; }

/* line 201, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.hero {
  margin-bottom: 1px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 200px;
  width: 100%; }
  /* line 206, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .hero.n {
    background-position: top; }
  @media (max-width: 992px) {
    /* line 201, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .hero {
      padding-top: 180px;
      padding-bottom: 100px;
      min-height: 300px; } }
  @media (max-width: 767px) {
    /* line 201, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .hero {
      min-height: 300px;
      padding-top: 80px;
      padding-bottom: 10px;
      margin-bottom: 10px;
      background-size: cover; } }
  /* line 225, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .hero h2 {
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    position: relative; }
    /* line 231, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .hero h2:before,
    .hero h2:after {
      content: "";
      position: absolute;
      border-top: 1px solid white;
      top: 30px;
      height: 1.2rem;
      width: 80px;
      display: inline-block; }
      @media (max-width: 768px) {
        /* line 231, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        .hero h2:before,
        .hero h2:after {
          display: none; } }
    /* line 243, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .hero h2:before {
      left: -90px; }
    /* line 246, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .hero h2:after {
      right: -90px; }

/* line 251, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
h2 {
  padding: 0;
  font-family: "Argent CF", sans-serif;
  color: white;
  font-size: 36px; }

/* line 257, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
h3 {
  font-family: "Argent CF", sans-serif;
  color: white;
  font-weight: 300;
  font-size: 30px;
  line-height: 3rem; }

/* line 264, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
h4 {
  font-size: 28px;
  font-family: "Argent CF", sans-serif;
  margin-bottom: .75em; }
  /* line 268, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  h4.hasOrnamentBefore {
    position: relative;
    padding-left: 40px; }
    /* line 271, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    h4.hasOrnamentBefore:before {
      left: 30px; }

/* line 276, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
h5 {
  margin: 100px 0 50px 0;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.4rem; }

/* line 282, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
h6 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #b7745d; }

/* line 289, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
body {
  font-size: 10px;
  font-family: "Source Sans Pro";
  padding: 0;
  margin: 0;
  width: 100%;
  cursor: default; }

/* line 298, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.rmText,
.rmLink {
  margin: 0;
  padding: 0; }

/* line 302, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.RadMenu .rmGroup .rmItem {
  width: 100% !important;
  background: #1B242A; }
  @media (max-width: 767px) {
    /* line 302, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .RadMenu .rmGroup .rmItem {
      background: none; }
      /* line 307, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .RadMenu .rmGroup .rmItem .rmText {
        padding: 0px 32px !important;
        margin: 0 !important; } }
  /* line 312, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .RadMenu .rmGroup .rmItem a {
    width: 100% !important; }

/* line 316, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.rmSlide .rmSlide {
  width: 90% !important;
  padding-left: 10% !important;
  position: relative !important;
  left: 0 !important; }

@media (max-width: 768px) {
  /* line 324, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  nav * {
    white-space: initial; } }

@media (max-width: 992px) {
  /* line 330, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  a {
    text-decoration: none !important; }
  /* line 333, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .RadMenu {
    margin-left: -30px;
    width: calc(100% + 60px); }
    /* line 336, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .RadMenu * {
      transition: 0.5s ease all !important;
      position: relative !important;
      float: none !important;
      display: block !important;
      top: 0 !important;
      right: 0 !important;
      left: 0 !important;
      width: 100% !important; }
    /* line 346, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .RadMenu .rmItem {
      background: none; }
      /* line 348, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .RadMenu .rmItem .rmSlide {
        display: none !important; }
        /* line 350, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        .RadMenu .rmItem .rmSlide .rmItem a {
          padding: 12px 0;
          font-size: 16px;
          font-weight: normal; }
      /* line 357, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .RadMenu .rmItem:hover .rmSlide {
        display: block !important;
        background: rgba(255, 255, 255, 0.02) !important; }
        /* line 360, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        .RadMenu .rmItem:hover .rmSlide li {
          opacity: 1; } }

/* line 368, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.backgroundWrapper {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #4c4c4f;
  position: relative; }
  /* line 374, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .backgroundWrapper .news-article *:not(h1) {
    display: none; }
  /* line 378, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .backgroundWrapper h1 + span {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block; }
  /* line 383, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .backgroundWrapper h2 {
    margin: 0; }
    /* line 385, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .backgroundWrapper h2:after {
      display: none; }
  /* line 399, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .backgroundWrapper:before {
    content: "";
    position: absolute;
    top: -30px;
    height: 30px;
    width: 100%;
    background: rgba(32, 32, 36, 0.8); }
  /* line 407, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .backgroundWrapper a {
    color: #74aad8;
    transition: 0.4s ease all; }
  /* line 411, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .backgroundWrapper a:hover {
    color: sandybrown; }

@media (min-width: 993px) {
  /* line 415, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .heroButton {
    position: absolute;
    bottom: 0;
    right: 0; } }

/* line 422, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.heroButton > a {
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 100%;
  font-size: 2rem;
  line-height: 2rem;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: bold;
  border: 3px solid white;
  color: white;
  display: inline-block;
  -webkit-transition: 0.5s ease background-color;
  -moz-transition: 0.5s ease background-color;
  transition: 0.5s ease background-color; }
  /* line 437, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .heroButton > a:hover {
    text-decoration: none;
    background: rgba(117, 126, 132, 0.4); }
  @media (max-width: 767px) {
    /* line 422, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .heroButton > a {
      width: 100%;
      position: relative; } }

/* line 446, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
header {
  background-color: transparent;
  height: 81px; }
  /* line 449, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  header nav {
    padding: 0;
    z-index: 2;
    position: absolute;
    background-color: #1b242a;
    height: 81px;
    width: 100%;
    font-family: "Source Sans Pro"; }
    @media (max-width: 992px) {
      /* line 449, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      header nav {
        overflow: visible; } }
    /* line 460, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    header nav a {
      text-decoration: none;
      color: white;
      font-weight: bold;
      margin-left: 15px;
      margin-right: 15px;
      width: 100%;
      -webkit-transition: 0.5s ease color;
      -moz-transition: 0.5s ease color;
      transition: 0.5s ease color; }
      /* line 468, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      header nav a:hover {
        text-decoration: none;
        color: skyblue !important;
        z-index: 3; }
      /* line 474, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      header nav a:focus,
      header nav a:active {
        color: white; }
    /* line 478, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    header nav .brand {
      display: inline-block;
      padding-top: 10px;
      margin-bottom: 10px; }
      /* line 479, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      header nav .brand > a {
        margin: 0; }
      @media (max-width: 992px) {
        /* line 478, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        header nav .brand {
          width: 100%;
          height: 40px;
          padding-top: 0px; } }
      /* line 490, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      header nav .brand img {
        height: 60px; }
        @media (max-width: 992px) {
          /* line 490, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
          header nav .brand img {
            height: 40px; } }
      /* line 496, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      header nav .brand .menu {
        display: none; }
        @media (max-width: 992px) {
          /* line 496, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
          header nav .brand .menu {
            font-size: 20px;
            display: inline-block;
            float: right;
            line-height: 40px;
            float: right; } }
    /* line 507, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    header nav .rightFloatingMenu {
      overflow: visible;
      padding: 20px 0;
      float: right;
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      font-size: 1.4rem;
      line-height: 4rem; }
      /* line 516, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      header nav .rightFloatingMenu a:focus {
        color: white;
        text-decoration: #39565c; }
      @media (max-width: 992px) {
        /* line 507, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        header nav .rightFloatingMenu {
          padding: 0;
          float: none;
          display: block; }
          /* line 524, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
          header nav .rightFloatingMenu .menu {
            width: 100%;
            text-align: right;
            display: inline-block;
            line-height: 5rem;
            font-weight: bold;
            font-size: 30px;
            color: white; }
            /* line 532, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
            header nav .rightFloatingMenu .menu a {
              font-size: 20px;
              line-height: 2; }
              /* line 535, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
              header nav .rightFloatingMenu .menu a:hover {
                background-color: #39565c; }
          /* line 540, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
          header nav .rightFloatingMenu a {
            text-align: center;
            display: inline-block;
            margin: 0;
            font-size: 20px;
            line-height: 2; }
            /* line 546, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
            header nav .rightFloatingMenu a:hover {
              background-color: #39565c;
              opacity: 0.8; }
            /* line 552, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
            header nav .rightFloatingMenu a:active,
            header nav .rightFloatingMenu a:visited,
            header nav .rightFloatingMenu a:focus {
              text-decoration: none;
              color: white; } }
  /* line 560, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  header .searchBar {
    position: absolute;
    z-index: 1;
    top: 80px;
    overflow: hidden;
    text-align: right;
    height: 0px;
    line-height: 20px;
    font-size: 20px;
    background-color: white;
    width: 100%;
    vertical-align: middle;
    line-height: 40px;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2); }
    /* line 573, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    header .searchBar ul, header .searchBar ol, header .searchBar li {
      list-style: none; }
    /* line 581, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    header .searchBar input[type=text] {
      line-height: 40px;
      height: 40px;
      width: calc(100% - 90px);
      vertical-align: middle;
      color: black;
      border: none;
      float: left; }
      @media (max-width: 768px) {
        /* line 581, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        header .searchBar input[type=text] {
          width: 100%; } }
      /* line 592, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      header .searchBar input[type=text]:focus {
        box-shadow: none;
        outline: none; }
    /* line 597, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    header .searchBar input[type=submit] {
      border-radius: 5px;
      min-width: 80px;
      color: white;
      border: none;
      background: #739abc;
      font-size: 20px;
      line-height: 40px;
      padding-top: 0;
      height: 40px; }
      @media (max-width: 992px) {
        /* line 597, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        header .searchBar input[type=submit] {
          width: 100%; } }
  /* line 612, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  header .visibleSearchBar {
    position: absolute;
    padding-top: 20px;
    height: 81px;
    display: block; }
    /* line 616, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    header .visibleSearchBar li {
      display: inline-block;
      width: 50%;
      float: left; }
      /* line 620, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      header .visibleSearchBar li input[type=text] {
        border-bottom: 1px solid gray; }
    @media (max-width: 767px) {
      /* line 612, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      header .visibleSearchBar {
        height: 120px; } }
  /* line 630, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  header .insideHero,
  header .insideHeroVariant {
    width: 100%; }
  /* line 633, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  header .insideHeroVariant {
    color: black; }
    /* line 635, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    header .insideHeroVariant h1 {
      color: black;
      font-size: 6rem;
      margin-bottom: .75em; }
    /* line 640, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    header .insideHeroVariant span {
      font-size: 20px;
      line-height: 24px;
      font-weight: 300; }

/* line 647, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.insideHero {
  margin-bottom: 1px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0px;
  padding-bottom: 0px; }
  /* line 648, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .insideHero .heroImage {
    background-size: cover;
    height: 500px;
    width: 100%; }
  /* line 658, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .insideHero .hasOrnamentBefore:before {
    border-top: 1px solid white; }
  /* line 661, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .insideHero span {
    color: white;
    font-size: 18px;
    line-height: 24px; }
  /* line 666, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .insideHero blockquote {
    border: none;
    color: white;
    padding: 0;
    padding-top: .75em;
    margin-bottom: .75em;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 300; }

/* line 677, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.heroLinks {
  text-align: center;
  position: relative;
  margin-top: -170px;
  font-family: "Source Sans Pro"; }
  /* line 682, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .heroLinks .titles {
    padding: 10px;
    line-height: 3rem;
    color: #739abc;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center; }
    /* line 689, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .heroLinks .titles > a {
      display: block;
      margin-top: 30px;
      margin-bottom: 20px; }
    /* line 694, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .heroLinks .titles .titleThumb {
      background-size: cover;
      background-position: center;
      outline: 5px solid white;
      max-width: 100%;
      height: 220px; }
      /* line 700, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .heroLinks .titles .titleThumb img {
        max-width: 100%;
        max-height: 100%; }
    /* line 706, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .heroLinks .titles .links {
      margin: 0;
      margin-bottom: 100px;
      margin-top: 30px; }
      /* line 710, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .heroLinks .titles .links a {
        margin: 0;
        text-align: center;
        color: black;
        font-size: 1.6rem;
        font-weight: normal;
        text-decoration: underline;
        -webkit-transition: 0.5s ease all;
        -moz-transition: 0.5s ease all;
        transition: 0.5s ease all; }
        /* line 718, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        .heroLinks .titles .links a:hover {
          color: #6b747a; }
  @media (max-width: 992px) {
    /* line 677, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .heroLinks {
      margin-top: 0;
      position: static;
      height: auto;
      top: 25px;
      padding-bottom: 10px; } }

/* line 732, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.welcome {
  background: #A5978B;
  color: white;
  width: 100%;
  position: relative; }
  /* line 737, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .welcome .textDiv {
    padding: 150px 0px;
    display: inline-block; }
    /* line 740, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .welcome .textDiv h2 {
      line-height: 4.8rem;
      font-size: 4.2rem; }
    /* line 744, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .welcome .textDiv blockquote {
      border: none;
      padding: 0;
      padding-top: .75em;
      margin-bottom: .75em;
      font-size: 2rem;
      line-height: 1.4;
      font-weight: 300; }
    /* line 753, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .welcome .textDiv h3 {
      font-size: 2.8rem; }
      /* line 755, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .welcome .textDiv h3:before {
        position: absolute;
        margin-top: 1em;
        left: -115px;
        display: inline-block;
        content: '';
        border-top: 1px solid white;
        width: 100px;
        height: 1px; }
    /* line 766, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .welcome .textDiv p {
      padding-top: .75em;
      margin-bottom: .75em;
      font-size: 1.6rem;
      line-height: 1.5; }
  /* line 773, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .welcome .sideImage {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: calc(((100% - 1170px) / 2) + 1170px * 0.3 - 50px);
    display: inline-block;
    margin: 0;
    padding: 0;
    right: 0px;
    position: absolute; }
    @media (max-width: 992px) {
      /* line 773, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .welcome .sideImage {
        border: none; } }

/* line 788, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.content {
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 16px;
  font-family: "Source Sans Pro";
  line-height: 1.5; }
  /* line 789, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content.blank-content {
    padding: 0; }
  /* line 792, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content .banded {
    position: relative;
    background: #f2f2f2; }
  /* line 796, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content .banded:before {
    content: '';
    position: absolute;
    left: -50vw;
    top: 0;
    right: calc((100vw - 100%) / -2 - -10px);
    bottom: 0;
    background: inherit;
    z-index: 0; }
  /* line 806, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content li li.rpItem.rpLast {
    border-bottom: 0; }
  /* line 810, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content a:hover {
    text-decoration: underline; }
  /* line 819, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content h2 {
    padding-top: 1em;
    margin-bottom: .5em;
    color: black; }
    /* line 823, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .content h2:first {
      padding-top: 0; }
  /* line 827, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content h3 {
    color: black;
    margin-bottom: 1em;
    padding-top: .5em; }
  /* line 833, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content .pageInside img {
    max-width: 100%;
    margin: 0 15px 10px 0; }
  /* line 837, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content .pageInside li {
    margin-left: 15px; }
  /* line 841, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content .pageInside .news-article > *:not(.summary) {
    display: none; }
  /* line 846, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content a {
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
    text-decoration: none; }
    /* line 849, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .content a:hover {
      color: sandybrown;
      border-color: sandybrown; }
  /* line 855, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content h4 a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 2.4rem;
    font-family: "Source Sans Pro";
    text-indent: 0;
    color: #337ab7;
    line-height: 1.1;
    text-decoration: none;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all; }
    /* line 866, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .content h4 a:hover {
      color: sandybrown;
      border-color: sandybrown; }
  /* line 872, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content .article {
    padding-top: .75em;
    margin-bottom: .75em; }
    /* line 875, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .content .article .img {
      margin-left: auto;
      margin-right: auto;
      display: block;
      width: 160px;
      height: 160px;
      position: relative;
      float: left;
      left: 0px;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      border: 1px solid sandybrown;
      background-size: cover;
      background-position: center;
      margin-right: 30px; }
      @media (max-width: 768px) {
        /* line 875, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        .content .article .img {
          width: 80%;
          background-position: center;
          background-size: cover;
          margin-left: 0;
          margin-right: 0;
          height: 300px;
          width: 400px;
          max-width: 100%;
          float: none; } }
    /* line 902, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .content .article p.summary,
    .content .article p.p1 {
      padding: 0;
      margin: 0;
      clear: none; }
    @media (min-width: 769px) {
      /* line 907, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .content .article .bd {
        display: block;
        margin-left: 192px; } }
    /* line 915, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .content .article .categories,
    .content .article .date,
    .content .article .img:nth-child(2) {
      display: none; }
    /* line 918, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .content .article .title {
      margin-top: 0;
      display: block;
      margin-bottom: .75em;
      font-family: "Argent CF", sans-serif;
      font-size: 2.0rem;
      color: #B7745D; }
      @media (max-width: 768px) {
        /* line 918, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        .content .article .title {
          display: block;
          clear: both; } }
      /* line 929, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .content .article .title a {
        color: inherit; }
    /* line 933, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .content .article .description {
      display: block;
      padding-top: .75em;
      margin-bottom: .75em;
      margin-left: 190px;
      font-family: "Source Sans Pro";
      font-size: 1.6rem; }
      @media (max-width: 992px) {
        /* line 933, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        .content .article .description {
          float: left;
          margin-left: 0; } }
  /* line 946, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content blockquote {
    border: none;
    padding: 0;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 300; }
  /* line 953, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content .category {
    font-size: 28px;
    font-family: "Argent CF", sans-serif;
    color: #1b242a;
    margin-bottom: .75em; }
  /* line 959, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content p {
    clear: both;
    padding-top: .75em;
    margin-bottom: .75em; }
  /* line 965, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content table th {
    border: 1px solid #dddddd;
    background-color: #b7745d;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400; }
    /* line 973, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .content table th:first-of-type {
      text-align: left; }
    @media (max-width: 767px) {
      /* line 965, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .content table th {
        padding: 0; } }
  /* line 980, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content table td {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0px; }
    /* line 985, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .content table td:first-of-type {
      text-align: left; }
    @media (max-width: 767px) {
      /* line 980, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .content table td {
        padding: 0; } }
  /* line 993, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content table tr:nth-child(2n+1) td {
    font-size: 1.4rem; }
  /* line 998, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content .rightSidebarInvasive {
    position: relative;
    right: 0px;
    margin-top: -360px; }
    @media (max-width: 992px) {
      /* line 998, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .content .rightSidebarInvasive {
        margin-top: 50px; } }
  /* line 1006, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content .rightSidebar {
    position: relative;
    right: 0px; }
    @media (max-width: 992px) {
      /* line 1006, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .content .rightSidebar {
        margin-top: 50px; } }
  /* line 1013, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content .qot {
    display: inline; }
  /* line 1035, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content .wideButton {
    text-align: center;
    border: 5px solid white;
    width: 100%;
    height: 100px; }
  @media (max-width: 360px) {
    /* line 1041, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .content .element > div {
      padding: 0 !important; } }
  /* line 1046, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .content .element {
    margin-bottom: 50px;
    width: 100%;
    position: relative;
    box-sizing: border-box; }
    @media (max-width: 992px) {
      /* line 1046, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .content .element {
        margin-bottom: 30px; } }
    /* line 1054, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .content .element.card {
      padding: 0px;
      margin-bottom: 50px; }
      /* line 1057, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .content .element.card .cardImage {
        display: inline-block;
        box-sizing: border-box;
        border: 10px solid white;
        background-position: bottom;
        background-size: cover;
        box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.2);
        margin-bottom: 50px;
        width: 100%;
        height: 490px; }
        /* line 1067, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        .content .element.card .cardImage > img {
          width: 100%; }
    /* line 1073, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .content .element.quote,
    .content .element.fixedQuote {
      font-size: 14px;
      padding: 0 40px;
      position: absolute;
      text-align: right;
      font-weight: bold;
      color: lightgray;
      display: block; }
      @media (max-width: 767px) {
        /* line 1073, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        .content .element.quote,
        .content .element.fixedQuote {
          display: none; } }
      /* line 1084, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .content .element.quote blockquote,
      .content .element.fixedQuote blockquote {
        padding: 0px;
        font-weight: 900;
        font-family: "Argent CF", sans-serif;
        padding-bottom: 1em;
        color: black;
        font-weight: normal;
        text-align: left;
        border: 0;
        font-size: 24px;
        font-style: italic;
        font-family: "Argent CF", sans-serif;
        border-bottom: 1px solid #b7745d;
        display: inline-block; }
        /* line 1098, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        .content .element.quote blockquote:after,
        .content .element.fixedQuote blockquote:after {
          content: '';
          position: absolute;
          bottom: 15px;
          right: 40px;
          width: 20px;
          display: inline-block;
          border: 3px solid #b7745d; }
    /* line 1109, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .content .element ul {
      list-style-type: none;
      padding: 0; }
      /* line 1112, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .content .element ul li {
        padding: 10px 40px;
        min-height: 40px;
        border-bottom: 1px solid lightgray; }
        /* line 1113, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        .content .element ul li h4:before {
          content: '';
          position: absolute;
          margin-top: 15px;
          left: 0px;
          height: .7em;
          width: 20px;
          display: inline-block;
          border-top: 5px solid #b7745d; }
        /* line 1126, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        .content .element ul li a {
          margin: .5em 0;
          color: black;
          display: block;
          line-height: 1.5;
          text-decoration: none;
          font-size: 1.6rem; }
          /* line 1133, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
          .content .element ul li a:hover {
            color: sandybrown; }

/* line 1142, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.dyn_menu > h3 {
  display: none; }

/* line 1145, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.dyn_menu .nav_sub {
  width: 100% !important; }

/* line 1148, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.dyn_menu ul {
  border: none !important; }

/* line 1152, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.dyn_menu .rpText,
.dyn_menu .rpOut {
  padding: 0 !important; }

/* line 1155, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.dyn_menu li {
  border: none; }
  /* line 1157, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .dyn_menu li *:not(li) {
    border: none !important; }

/* line 1162, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.contentVariant {
  padding-top: 50px; }
  /* line 1170, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .contentVariant h2 {
    line-height: 1.5em;
    color: black;
    font-family: "Argent CF", sans-serif;
    display: inline-block; }
    /* line 1175, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .contentVariant h2 a {
      font-size: 16px;
      line-height: 16px;
      margin: 0;
      padding: 0;
      display: block; }
  /* line 1183, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .contentVariant h2.hasOrnamentBefore + h2 {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0; }

/* line 1190, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.homeNews .article h3.title {
  color: black;
  font-weight: 500; }

/* line 1194, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.homeNews {
  padding-top: 80px;
  padding-bottom: 80px; }
  /* line 1197, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .homeNews h2 {
    text-align: center;
    display: block;
    color: black;
    font-family: "Source Sans Pro";
    font-weight: bold; }
    /* line 1203, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .homeNews h2 a {
      font-size: 1.8rem;
      font-weight: bold;
      text-decoration: underline;
      -webkit-transition: 0.5s ease color;
      -moz-transition: 0.5s ease color;
      transition: 0.5s ease color;
      display: block; }
      /* line 1209, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .homeNews h2 a:hover {
        color: skyblue; }
  /* line 1214, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .homeNews .article {
    cursor: pointer;
    float: left;
    margin-left: 15px;
    margin-top: 30px;
    width: calc(50% - 30px);
    padding: 0;
    min-height: 270px;
    color: black;
    overflow: hidden;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all; }
    /* line 1216, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .homeNews .article.clearfix {
      clear: none; }
    @media (max-width: 768px) {
      /* line 1214, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .homeNews .article {
        margin-left: 0; } }
    /* line 1231, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .homeNews .article .bd {
      font-size: 24px;
      float: right;
      display: inline-block;
      width: 50%;
      height: 270px;
      position: relative;
      background-color: #f1ecde; }
      /* line 1239, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .homeNews .article .bd h3.title {
        text-align: left;
        max-width: 90%;
        display: inline-block;
        vertical-align: bottom;
        padding-bottom: 20px;
        padding-left: 15px;
        font-family: "Argent CF", sans-serif;
        font-size: 2.4rem;
        vertical-align: bottom;
        position: absolute;
        bottom: 15px; }
        /* line 1251, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        .homeNews .article .bd h3.title a {
          color: inherit;
          text-decoration: none !important; }
      /* line 1256, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .homeNews .article .bd:before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 50px;
        top: 40px;
        left: -25px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 25px 25px 0;
        border-color: transparent #f1ecde transparent transparent;
        -webkit-transition: 0.5s ease border-color;
        -moz-transition: 0.5s ease border-color;
        transition: 0.5s ease border-color; }
    /* line 1272, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .homeNews .article:active .bd {
      background-color: #9a948d;
      color: white; }
      /* line 1275, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .homeNews .article:active .bd:before {
        border-color: transparent #9a948d transparent transparent; }
    /* line 1281, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .homeNews .article:hover .bd {
      background-color: #d2e3e9; }
      /* line 1283, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .homeNews .article:hover .bd:before {
        border-color: transparent #d2e3e9 transparent transparent; }
    /* line 1287, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .homeNews .article:hover .img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      transform: scale(1.1); }
    /* line 1292, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .homeNews .article div,
    .homeNews .article p {
      display: none;
      -webkit-transition: 0.5s ease all;
      -moz-transition: 0.5s ease all;
      transition: 0.5s ease all; }
    /* line 1296, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .homeNews .article .img {
      display: none; }
    /* line 1299, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .homeNews .article .img:first-child {
      height: 100px;
      background-size: cover;
      height: 270px;
      width: 50%;
      display: inline-block;
      border: 1px solid #f1ecde;
      border-right: none;
      -webkit-transition: 0.5s ease all;
      -moz-transition: 0.5s ease all;
      transition: 0.5s ease all;
      margin: 0; }
    /* line 1310, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .homeNews .article .story::before {
      content: '';
      display: inline-block;
      position: absolute;
      width: 50px;
      top: 40px;
      left: -25px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 25px 25px 25px 0;
      border-color: transparent #f1ecde transparent transparent; }
    @media (max-width: 992px) {
      /* line 1214, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .homeNews .article {
        float: none;
        width: 100%; } }

/* line 1329, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.newsLetter {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  min-height: 420px;
  background: #B7745D;
  color: white;
  font-size: 20px; }
  /* line 1336, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .newsLetter .categs h3 {
    display: none; }
  /* line 1339, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .newsLetter .categs ul {
    list-style: none;
    margin: 0; }
    /* line 1342, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .newsLetter .categs ul li {
      font-family: "Argent CF", sans-serif;
      color: white;
      font-weight: 300;
      font-size: 30px;
      line-height: 3rem;
      padding-bottom: .5em; }
  /* line 1353, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .newsLetter .category,
  .newsLetter .date {
    display: none; }
  /* line 1356, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .newsLetter .row {
    padding-top: 50px;
    padding-bottom: 30px; }
  /* line 1372, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .newsLetter a {
    color: white;
    text-decoration: none; }
  /* line 1376, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .newsLetter ul {
    margin-left: 20px;
    display: inline-block; }
    /* line 1379, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .newsLetter ul li {
      line-height: 1.5em;
      font-size: 1.6rem; }
  /* line 1384, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .newsLetter h3 {
    margin: 0;
    line-height: 1.5em; }

/* line 1389, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.newsLetterPicture {
  background-size: cover;
  top: 0;
  right: 0;
  width: calc(((100% - 1170px) / 2) + 1170px * 0.5 - 50px);
  height: 100%;
  position: absolute;
  display: inline-block;
  float: right; }
  @media (max-width: 992px) {
    /* line 1389, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .newsLetterPicture {
      position: relative;
      width: 100%;
      height: 400px; } }

/* line 1404, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
footer {
  padding: 30px 0 30px 0;
  color: white;
  font-family: "Source Sans Pro";
  min-height: 300px;
  width: 100%;
  background-color: #1b242a;
  font-size: 1.7rem; }
  /* line 1412, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  footer span.riSingle.RadInput {
    display: block;
    max-width: 100% !important;
    width: 360px !important; }
    @media (max-width: 992px) {
      /* line 1412, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      footer span.riSingle.RadInput {
        width: 100% !important; } }
  /* line 1420, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  footer .signUp {
    line-height: 5rem;
    font-size: 1.8rem;
    font-family: "Argent CF", sans-serif;
    padding: 0 15px; }
    @media (max-width: 767px) {
      /* line 1420, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      footer .signUp {
        text-align: center; } }
    /* line 1428, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    footer .signUp .subscribe {
      width: 80%;
      font-weight: 400;
      float: left; }
      @media (max-width: 767px) {
        /* line 1428, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        footer .signUp .subscribe {
          float: none;
          width: 100%; } }
      /* line 1436, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      footer .signUp .subscribe label {
        font-weight: 400; }
      /* line 1439, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      footer .signUp .subscribe label span {
        display: none; }
      /* line 1442, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      footer .signUp .subscribe input[type=text] {
        float: left;
        width: 360px;
        color: #1b242a;
        min-height: 6rem;
        border: 3px solid white;
        display: inline-block; }
        @media (max-width: 992px) {
          /* line 1442, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
          footer .signUp .subscribe input[type=text] {
            text-align: center;
            width: 100%;
            margin-bottom: 10px; } }
      /* line 1455, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      footer .signUp .subscribe input[type=button] {
        float: left;
        width: 160px;
        min-height: 6rem;
        border: 3px solid white;
        margin-left: 30px;
        background: #1b242a;
        display: inline-block;
        margin-top: 0;
        -webkit-transition: 0.5s ease background-color;
        -moz-transition: 0.5s ease background-color;
        transition: 0.5s ease background-color; }
        /* line 1465, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        footer .signUp .subscribe input[type=button]:hover {
          background: #394248; }
        @media (max-width: 992px) {
          /* line 1455, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
          footer .signUp .subscribe input[type=button] {
            margin-left: 0;
            text-align: center;
            width: 100%; } }
    /* line 1475, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    footer .signUp .social {
      text-align: right;
      width: 20%;
      float: right; }
      @media (max-width: 767px) {
        /* line 1475, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        footer .signUp .social {
          text-align: center;
          width: 100%; } }
      /* line 1483, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      footer .signUp .social #fb {
        text-decoration: none;
        font-family: "Source Sans Pro";
        font-weight: bold;
        font-size: 3rem;
        line-height: 6rem;
        width: 6rem;
        text-align: center;
        color: white;
        display: inline-block;
        border: 3px solid white;
        display: inline-block;
        -webkit-transition: 0.5s ease background-color;
        -moz-transition: 0.5s ease background-color;
        transition: 0.5s ease background-color; }
        /* line 1496, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        footer .signUp .social #fb:hover {
          background: #3A5795; }
      /* line 1501, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      footer .signUp .social a {
        margin-top: 59px; }
        @media (max-width: 767px) {
          /* line 1501, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
          footer .signUp .social a {
            margin-top: 30px; } }
  /* line 1510, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  footer .links {
    position: relative;
    margin-top: 20px;
    width: 100%;
    text-align: center; }
    /* line 1515, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    footer .links a {
      text-transform: uppercase;
      font-size: 1.2rem;
      font-weight: 500;
      color: white;
      margin-left: 10px;
      text-decoration: none;
      -webkit-transition: 0.5s ease color;
      -moz-transition: 0.5s ease color;
      transition: 0.5s ease color; }
      /* line 1523, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      footer .links a:hover {
        color: skyblue; }
  /* line 1528, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  footer .copyright {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 200; }

/* line 1537, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.welcomeImageOrigin {
  position: relative; }
  /* line 1539, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .welcomeImageOrigin > img {
    display: none; }

/* line 1543, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.heroImageOrigin {
  position: absolute;
  top: 150px;
  left: 20px; }
  /* line 1547, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .heroImageOrigin > img {
    display: none; }

@media (max-width: 992px) {
  /* line 1552, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  header {
    min-height: 0px; }
    /* line 1553, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    header nav {
      overflow: hidden;
      padding: 20px; }
      /* line 1556, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      header nav .container {
        width: 100%;
        margin: 0; }
  /* line 1563, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .titles {
    line-height: 3rem;
    font-size: 2.5rem; }
    /* line 1566, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .titles .links {
      text-align: center; }
      /* line 1568, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .titles .links a {
        font-size: 1.6rem; }
  /* line 1574, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .welcome .sideImage {
    height: 400px;
    width: 100%;
    float: left;
    display: inline-block;
    position: relative; }
  /* line 1581, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .welcome .textDiv {
    padding: 30px 0;
    position: relative; } }

/* line 1587, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.topPadding {
  padding-top: 1.5em; }

/* line 1592, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.horizontalCard,
.hCardText,
.hCardImage {
  width: 100%;
  height: 300px;
  display: inline-block;
  float: left;
  position: relative; }

/* line 1599, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.hCardImage {
  display: none; }

/* line 1603, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.pageInside .table-cell {
  padding: 10px; }
  /* line 1605, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .pageInside .table-cell * {
    max-width: 100%; }

/* line 1609, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.pageInside .horizontalCard {
  display: block;
  background: white;
  background-size: cover;
  background-position: center; }
  /* line 1610, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .pageInside .horizontalCard .hCardText > img {
    display: none; }
  /* line 1617, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .pageInside .horizontalCard a {
    color: black; }
  /* line 1621, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .pageInside .horizontalCard:hover .imageWrapper {
    background: rgba(0, 0, 0, 0.6); }
  /* line 1625, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .pageInside .horizontalCard .imageWrapper {
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    transition: 0.2s all;
    z-index: 1; }
  /* line 1637, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .pageInside .horizontalCard .hCardText {
    z-index: 2;
    padding: 30px;
    font-size: 30px;
    font-family: "Argent CF", sans-serif; }
    /* line 1643, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .pageInside .horizontalCard .hCardText > a {
      position: absolute;
      right: 30px;
      left: 30px;
      font-size: 30px;
      color: white;
      bottom: 30px;
      display: block; }
  /* line 1653, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .pageInside .horizontalCard .hCardImage {
    background-size: cover;
    background-position: center;
    transition: 0.4s all;
    width: 100%; }
  /* line 1659, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .pageInside .horizontalCard .before {
    color: white;
    position: absolute;
    font-size: 128px;
    bottom: 0;
    right: 0;
    line-height: 1; }
  /* line 1668, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .pageInside .horizontalCard:hover .hCardImage {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    padding: 13px 13px; }

/* line 1675, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.pageInside .row .horizontalCard {
  transition: 0.4s all; }

/* line 1681, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.leftButton,
.rightButton {
  display: inline-block;
  position: relative;
  width: 10%;
  height: 600px;
  position: absolute;
  background-color: rgba(115, 153, 185, 0.31);
  z-index: 3;
  transition: 0.4s background-color;
  cursor: pointer; }
  /* line 1691, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .leftButton:hover,
  .rightButton:hover {
    background: rgba(115, 151, 185, 0.67); }
  /* line 1695, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .leftButton img,
  .rightButton img {
    transition: 0.4s all;
    margin: 0 !important;
    max-width: 50px !important; }
  @media (max-width: 768px) {
    /* line 1681, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .leftButton,
    .rightButton {
      height: 50px;
      width: 50%;
      float: left !important;
      position: static !important;
      display: inline-block; }
      /* line 1701, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .leftButton img,
      .rightButton img {
        opacity: 1;
        height: 50px; } }

/* line 1712, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.leftButton {
  float: left;
  left: 15px;
  text-align: left; }
  /* line 1716, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .leftButton div {
    font-size: 30px;
    font-weight: bold; }
    @media (min-width: 769px) {
      /* line 1716, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .leftButton div {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute; } }
    @media (max-width: 768px) {
      /* line 1726, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .leftButton div img {
        transform: rotate(-180deg); } }

/* line 1732, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.rightButton {
  float: right;
  right: -15px;
  text-align: right; }
  /* line 1736, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .rightButton div {
    font-size: 30px;
    font-weight: bold; }
    @media (min-width: 769px) {
      /* line 1736, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .rightButton div {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute; } }

/* line 1747, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.historySlider {
  clear: both;
  list-style-type: none;
  margin: 0;
  min-height: 850px; }
  @media (max-width: 768px) {
    /* line 1747, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .historySlider {
      min-height: 600px; } }
  /* line 1755, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .historySlider h2 {
    text-align: center; }
  /* line 1758, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .historySlider li {
    margin: 0 !important;
    padding: 0; }
  /* line 1762, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .historySlider .historySlide {
    display: none;
    position: relative;
    width: calc(100% + 30px); }
    @media (max-width: 767px) {
      /* line 1762, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .historySlider .historySlide {
        width: 100%; } }
    /* line 1769, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .historySlider .historySlide .img {
      min-height: 600px;
      background-size: cover;
      background-position: center;
      max-width: 80%;
      margin: auto; }
      @media (max-width: 768px) {
        /* line 1769, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
        .historySlider .historySlide .img {
          min-height: 400px; } }
    /* line 1779, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .historySlider .historySlide img {
      max-height: 600px; }
  /* line 1783, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .historySlider .activeHistorySlide {
    display: block; }

@media print {
  /* line 1788, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .eNewsFooter {
    color: transparent;
    text-shadow: 0 0 0 #ccc; } }

@media print and (-webkit-min-device-pixel-ratio: 0) {
  /* line 1793, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .eNewsFooter {
    color: #ccc;
    -webkit-print-color-adjust: exact; } }

/* line 1799, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.eNewsFooter {
  font-size: 12px;
  background: none;
  height: auto;
  padding-top: 50px;
  color: grey; }

/* line 1806, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.eNewsHeader {
  background: none;
  font-size: 12px;
  height: auto;
  padding: 0;
  color: grey; }
  /* line 1812, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .eNewsHeader .row {
    position: relative; }
  /* line 1815, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .eNewsHeader .eHeaderText {
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateY(-50%);
    font-weight: bold;
    color: black;
    font-style: italic;
    font-family: "Source Sans Pro"; }

/* line 1826, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
#site_search_ctl01_SearchRequired {
  position: absolute;
  color: red; }

/* line 1830, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.clearfix {
  clear: both; }

/* line 1834, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.awardSearch input[type=submit] {
  background: transparent; }

/* line 1837, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.awardSearch table td.funding-heading {
  font-size: 1.2em; }

/* line 1843, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.granteeProfileGrid .horizontalCard {
  cursor: pointer;
  margin-bottom: 30px;
  height: 300px; }
  /* line 1845, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .granteeProfileGrid .horizontalCard .hCardText > img {
    display: none; }
  @media (min-width: 993px) {
    /* line 1852, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .granteeProfileGrid .horizontalCard.large {
      height: 630px; }
      /* line 1855, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .granteeProfileGrid .horizontalCard.large .hCardText {
        height: inherit; } }
  /* line 1862, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .granteeProfileGrid .horizontalCard.noImage .hCardText > a {
    position: static;
    color: black; }
    /* line 1865, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .granteeProfileGrid .horizontalCard.noImage .hCardText > a:after {
      content: 'read more';
      font-family: "Source Sans Pro";
      font-size: 16px;
      left: 30px;
      color: black;
      position: absolute;
      bottom: 30px; }
  /* line 1876, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .granteeProfileGrid .horizontalCard.noImage .imageWrapper {
    background: rgba(0, 0, 0, 0.1); }
  /* line 1880, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .granteeProfileGrid .horizontalCard.noImage:hover .imageWrapper {
    background: rgba(0, 0, 0, 0.3); }

/* line 1887, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.relative {
  position: relative; }

/* line 1891, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
a:active,
a:focus {
  outline: none !important; }

/* line 1894, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
#ContentMain_PageContent01_ctl01_ccForm_ctl00 {
  color: red; }

/* line 1897, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
input + label {
  margin-left: 10px; }

/* line 1900, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
input[type="button"] {
  margin-top: 10px; }

/* line 1903, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
*[id$=ccForm] div {
  margin-top: 10px; }

/* line 1909, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
button,
input,
select,
textarea {
  max-width: 100%;
  border: 1px solid #ccc;
  line-height: 16px;
  font-size: 14px;
  padding: 2px 3px; }

/* line 1916, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
select {
  font-style: italic; }

/* line 1919, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
option {
  background: white;
  font-style: normal; }
  /* line 1922, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  option:first-child {
    font-style: italic; }

/* line 1926, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.pageInside {
  margin-top: -10px; }

/* line 1929, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.pageInside label {
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 2px;
  min-width: 200px; }
  @media (max-width: 768px) {
    /* line 1929, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .pageInside label {
      display: block; } }

/* line 1938, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.funding-item-table > .row:nth-child(2n) {
  background: #ededed; }

/* line 1941, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.funding-item-table > .item-line {
  margin-left: -15px;
  margin-right: -15px; }

/* line 1945, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.funding-item-table > .row > div {
  padding-top: 10px;
  padding-bottom: 10px; }

/* line 1949, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.RadPanelBar .rpLevel1 .rpFirst.rpLast {
  border-bottom: 0; }

/* line 1952, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.padding-10 {
  padding: 10px; }

/* line 1955, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.e-content {
  font-size: 14px; }
  /* line 1957, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .e-content .title {
    font-size: 20px; }
    /* line 1959, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .e-content .title a {
      color: #4c4c4c;
      text-decoration: none;
      font-family: "Source Sans Pro";
      font-weight: bold;
      text-transform: uppercase; }
  /* line 1968, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .e-content .categories,
  .e-content .date {
    display: none; }
  /* line 1971, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .e-content img {
    height: auto !important;
    max-width: 100%; }

/* line 1976, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.priority-category a {
  width: 80%;
  display: inline-block;
  font-size: 30px;
  color: white;
  z-index: 2;
  position: absolute;
  line-height: 1.1em;
  bottom: 30px;
  left: 30px; }
  @media (max-width: 768px) {
    /* line 1976, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .priority-category a {
      font-size: 20px;
      line-height: 25px; } }

/* line 1992, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.priority-category {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  margin: 15px;
  padding: 30px;
  display: inline-block;
  width: calc(33% - 35px); }
  @media (max-width: 992px) {
    /* line 1992, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .priority-category {
      width: calc(50% - 35px); } }
  @media (max-width: 768px) {
    /* line 1992, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .priority-category {
      width: calc(100% - 35px); } }

/* line 2008, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.priority-category:before {
  content: '';
  background: white;
  background: -webkit-linear-gradient(white, black);
  background: -o-linear-gradient(white, black);
  background: -moz-linear-gradient(white, black);
  background: linear-gradient(white, black);
  opacity: 0.5;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  transition: 0.4s ease all; }

/* line 2024, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.priority-category:nth-child(2n + 1):before {
  background: #7DABCC; }

/* line 2027, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.priority-category:hover a {
  color: white !important; }

/* line 2030, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.priority-category:hover:before {
  opacity: 0.7;
  background: white;
  background: -webkit-linear-gradient(transparent, black);
  background: -o-linear-gradient(transparent, black);
  background: -moz-linear-gradient(transparent, black);
  background: linear-gradient(transparent, black); }

/* line 2039, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.granteeProfileGrid a,
.priority-category a {
  text-decoration: none !important; }

/* line 2042, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.priority-category a {
  font-family: "Argent CF", sans-serif; }

/* line 2046, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.history-story {
  padding: 80px 0; }

/* line 2052, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.history-story-image {
  position: relative;
  background-size: 100% auto;
  background-position: center;
  padding-bottom: 50%;
  background-repeat: no-repeat; }
  @media (min-width: 992px) {
    /* line 2052, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .history-story-image {
      padding-bottom: 36%;
      position: relative;
      background-size: cover;
      background-position: center;
      background-attachment: fixed; } }
  /* line 2067, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .history-story-image img {
    display: none; }
  /* line 2071, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .history-story-image .history-date {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Argent CF", sans-serif;
    font-size: 120px;
    color: #fff;
    text-align: center; }

/* line 2083, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
.priorities-wrapper {
  padding: 30px 30px 0;
  background: #f2f2f2;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
  /* line 2092, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .priorities-wrapper div[class*="col"]:nth-child(2n+1) .priority > a:before {
    background: white;
    background: -moz-linear-gradient(top, white 0%, #739abc 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #739abc));
    background: -webkit-linear-gradient(top, white 0%, #739abc 100%);
    background: -o-linear-gradient(top, white 0%, #739abc 100%);
    background: -ms-linear-gradient(top, white 0%, #739abc 100%);
    background: linear-gradient(to bottom, white 0%, #739abc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#739abc', GradientType=0 ); }
  /* line 2106, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
  .priorities-wrapper .priority {
    position: relative;
    background-size: cover;
    background-position: center; }
    /* line 2111, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .priorities-wrapper .priority > a {
      position: relative;
      display: block;
      margin-bottom: 30px;
      padding-bottom: 100%; }
      /* line 2117, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .priorities-wrapper .priority > a:before, .priorities-wrapper .priority > a:after {
        content: ' ';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      /* line 2129, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .priorities-wrapper .priority > a:before {
        background: white;
        background: -moz-linear-gradient(top, white 0%, black 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, black));
        background: -webkit-linear-gradient(top, white 0%, black 100%);
        background: -o-linear-gradient(top, white 0%, black 100%);
        background: -ms-linear-gradient(top, white 0%, black 100%);
        background: linear-gradient(to bottom, white 0%, black 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
        opacity: 0.6; }
      /* line 2141, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .priorities-wrapper .priority > a:after {
        background: transparent;
        background: -moz-linear-gradient(top, transparent 0%, black 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
        background: -webkit-linear-gradient(top, transparent 0%, black 100%);
        background: -o-linear-gradient(top, transparent 0%, black 100%);
        background: -ms-linear-gradient(top, transparent 0%, black 100%);
        background: linear-gradient(to bottom, transparent 0%, black 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      /* line 2154, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .priorities-wrapper .priority > a > span {
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        display: block;
        padding: 0 40px 30px 30px;
        font-family: "Argent CF", sans-serif;
        font-size: 30px;
        line-height: 36px;
        color: white; }
      /* line 2168, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .priorities-wrapper .priority > a:hover:before {
        opacity: 0; }
      /* line 2172, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
      .priorities-wrapper .priority > a:hover:after {
        opacity: 0.6; }
    /* line 2178, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .priorities-wrapper .priority > div {
      position: relative;
      z-index: 5; }
    /* line 2183, D:/MyWorks/Osteopathic Heritage/08-31-2016 Search styling/css/style.scss */
    .priorities-wrapper .priority > img {
      display: none; }

/*# sourceMappingURL=style.css.map */