/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
/* line 13, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 27, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 35, ../scss/partials/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 49, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 62, ../scss/partials/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 72, ../scss/partials/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 81, ../scss/partials/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 92, ../scss/partials/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 105, ../scss/partials/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 115, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 125, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 135, ../scss/partials/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 144, ../scss/partials/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 154, ../scss/partials/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 165, ../scss/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 173, ../scss/partials/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 182, ../scss/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 191, ../scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 199, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 203, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 214, ../scss/partials/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 223, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 232, ../scss/partials/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 240, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 252, ../scss/partials/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 268, ../scss/partials/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 278, ../scss/partials/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 289, ../scss/partials/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 300, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 312, ../scss/partials/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 323, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 336, ../scss/partials/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 350, ../scss/partials/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 368, ../scss/partials/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, ../scss/partials/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 388, ../scss/partials/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 397, ../scss/partials/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 407, ../scss/partials/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 420, ../scss/partials/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 429, ../scss/partials/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 440, ../scss/partials/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 448, ../scss/partials/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 459, ../scss/partials/_normalize.scss */
[hidden] {
  display: none;
}

/* line 4, ../scss/partials/_layout.scss */
.main {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0 0 70px;
  min-height: 580px;
  -moz-transition: opacity 1s 0s;
  -o-transition: opacity 1s 0s;
  -webkit-transition: opacity 1s 0s;
  transition: opacity 1s 0s;
  opacity: 0;
}
/* line 14, ../scss/partials/_layout.scss */
.security .main, .Home .main {
  opacity: 1;
}
/* line 19, ../scss/partials/_layout.scss */
.loaded .main {
  opacity: 1;
}
/* line 23, ../scss/partials/_layout.scss */
.ClinicSearchPage .main {
  padding: 30px 0 40px;
}
@media (max-width: 1149px) {
  /* line 4, ../scss/partials/_layout.scss */
  .main {
    padding: 0 0 40px;
    min-height: 400px;
  }
  /* line 31, ../scss/partials/_layout.scss */
  .ClinicSearchPage .main {
    padding: 30px 0 40px;
  }
}
@media (max-width: 600px) {
  /* line 37, ../scss/partials/_layout.scss */
  .ClinicSearchPage .main {
    padding: 0 0 40px;
  }
}

/* line 46, ../scss/partials/_layout.scss */
.contentSidebar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  width: 30%;
  float: right;
}
/* line 53, ../scss/partials/_layout.scss */
.contentSidebar.searchPage {
  width: 40%;
}
@media (max-width: 1149px) {
  /* line 53, ../scss/partials/_layout.scss */
  .contentSidebar.searchPage {
    width: 60%;
  }
}
@media (max-width: 600px) {
  /* line 53, ../scss/partials/_layout.scss */
  .contentSidebar.searchPage {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1149px) {
  /* line 46, ../scss/partials/_layout.scss */
  .contentSidebar {
    float: none;
    display: inline-block;
    width: 100%;
    padding: 0 0 10px 0;
  }
}

/* line 74, ../scss/partials/_layout.scss */
.contentMain {
  width: 70%;
}
/* line 77, ../scss/partials/_layout.scss */
.contentMain.searchPage {
  width: 60%;
}
@media (max-width: 1149px) {
  /* line 77, ../scss/partials/_layout.scss */
  .contentMain.searchPage {
    width: 100%;
  }
}
@media (max-width: 1149px) {
  /* line 74, ../scss/partials/_layout.scss */
  .contentMain {
    width: 100%;
  }
}
/* line 90, ../scss/partials/_layout.scss */
.contentMain .relatedImage {
  width: 65%;
  float: right;
  margin-left: 8px;
  margin-top: 8px;
}
@media (max-width: 600px) {
  /* line 90, ../scss/partials/_layout.scss */
  .contentMain .relatedImage {
    width: 100%;
    margin-left: 0;
    margin-bottom: 12px;
    margin-top: 0;
  }
}

/* line 107, ../scss/partials/_layout.scss */
.liner {
  position: relative;
  z-index: 10;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 40px;
  height: 100%;
}
@media (max-width: 1149px) {
  /* line 107, ../scss/partials/_layout.scss */
  .liner {
    padding: 0 18px;
  }
}

/* line 121, ../scss/partials/_layout.scss */
.titleContainer {
  padding: 46px 0 21px;
}
@media (max-width: 1149px) {
  /* line 121, ../scss/partials/_layout.scss */
  .titleContainer {
    background-color: #DA4F55;
    padding: 13px 0 1px;
    margin-bottom: 14px;
  }
  /* line 131, ../scss/partials/_layout.scss */
  .ClinicSearchPage .titleContainer {
    margin-bottom: 0;
  }
  /* line 135, ../scss/partials/_layout.scss */
  .titleContainer h1 {
    color: #FFF !important;
  }
}

/* line 4, ../scss/partials/_general.scss */
#skip-link {
  position: absolute;
  z-index: 200;
}
/* line 7, ../scss/partials/_general.scss */
#skip-link a {
  border-radius: 0 0 3px 0;
  background-color: #DA4F55;
  display: inline-block;
  color: #FFF;
  padding: 3px 23px 5px 19px;
}

/* line 16, ../scss/partials/_general.scss */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
/* line 23, ../scss/partials/_general.scss */
.element-invisible.element-focusable:active, .element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}

/* line 36, ../scss/partials/_general.scss */
.security {
  padding-top: 50px;
}

/* line 42, ../scss/partials/_general.scss */
.left {
  text-align: left;
}

/* line 45, ../scss/partials/_general.scss */
.center {
  text-align: center;
}

/* line 48, ../scss/partials/_general.scss */
.right {
  text-align: right;
}

/* line 53, ../scss/partials/_general.scss */
img {
  height: auto;
}
/* line 57, ../scss/partials/_general.scss */
img.left {
  float: left;
  max-width: 50%;
  margin: 5px 20px 10px 0;
}
/* line 62, ../scss/partials/_general.scss */
img.right {
  float: right;
  max-width: 50%;
  margin: 5px 0 10px 20px;
}
/* line 67, ../scss/partials/_general.scss */
img.leftAlone {
  float: left;
  margin-right: 100%;
  margin-bottom: 10px;
  clear: both;
}
/* line 73, ../scss/partials/_general.scss */
img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  clear: both;
}

/* line 87, ../scss/partials/_general.scss */
html.mobile-nav-active .primary,
html.mobile-nav-active .main,
html.mobile-nav-active .videoOverlay,
html.mobile-nav-active .footer {
  display: none;
}

/* line 97, ../scss/partials/_general.scss */
body {
  -moz-transition: opacity, 0.2, 0.2, ease;
  -o-transition: opacity, 0.2, 0.2, ease;
  -webkit-transition: opacity, 0.2, 0.2, ease;
  transition: opacity, 0.2, 0.2, ease;
  background-color: #FFF;
}

/* line 102, ../scss/partials/_general.scss */
hr {
  border: none;
  border-bottom: 1px solid #CCC;
  margin: 35px 0;
}

/* line 109, ../scss/partials/_general.scss */
.content-container img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  /* line 109, ../scss/partials/_general.scss */
  .content-container img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* line 125, ../scss/partials/_general.scss */
#Breadcrumbs {
  font-size: 12px;
  line-height: 1.4em;
  text-decoration: none;
  position: absolute;
  top: 19px;
  left: 40px;
  margin: 0;
}
@media (max-width: 1149px) {
  /* line 125, ../scss/partials/_general.scss */
  #Breadcrumbs {
    margin-left: 18px;
  }
}

/* line 141, ../scss/partials/_general.scss */
.pagination {
  padding: 2px 0;
  font-size: 15px;
  width: 100%;
  text-align: center;
}
/* line 147, ../scss/partials/_general.scss */
.pagination .prev,
.pagination .next,
.pagination .current,
.pagination .go-to-page {
  text-decoration: none;
  padding: 7px 17px;
  text-align: center;
}
@media (max-width: 1149px) {
  /* line 147, ../scss/partials/_general.scss */
  .pagination .prev,
  .pagination .next,
  .pagination .current,
  .pagination .go-to-page {
    padding: 7px 10px;
  }
}
/* line 162, ../scss/partials/_general.scss */
.pagination .current {
  background-color: #DCB17C;
  color: #FFF;
}

/* line 172, ../scss/partials/_general.scss */
.post-summary .post-title {
  margin-bottom: 0;
}

/* line 178, ../scss/partials/_general.scss */
.blog-post-meta {
  margin: 0 0 3px;
}

/* line 12, ../scss/partials/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #C20430;
  line-height: 1.1em;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 8px 0;
}
/* line 18, ../scss/partials/_typography.scss */
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 50px;
}

/* line 25, ../scss/partials/_typography.scss */
body {
  color: #000;
  font-size: 16px;
  line-height: 1.65em;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

/* line 38, ../scss/partials/_typography.scss */
h1 {
  color: #222;
  font-size: 30px;
  letter-spacing: -0.2px;
  line-height: 1.1em;
  text-decoration: none;
  margin: 0 0 10px 0;
  padding: 0;
}
@media (max-width: 1149px) {
  /* line 38, ../scss/partials/_typography.scss */
  h1 {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: -0.2px;
  }
}
@media (max-width: 600px) {
  /* line 38, ../scss/partials/_typography.scss */
  h1 {
    font-size: 16px;
  }
}

/* line 58, ../scss/partials/_typography.scss */
h2 {
  font-size: 26px;
  line-height: 1.3em;
}
@media (max-width: 1149px) {
  /* line 58, ../scss/partials/_typography.scss */
  h2 {
    font-size: 22px;
  }
}

/* line 69, ../scss/partials/_typography.scss */
h3 {
  font-size: 22px;
  line-height: 30px;
}

/* line 75, ../scss/partials/_typography.scss */
h4, h5 {
  font-size: 18px;
  line-height: 25px;
}

/* line 81, ../scss/partials/_typography.scss */
h5 {
  color: #000;
}

/* line 86, ../scss/partials/_typography.scss */
h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

/* line 95, ../scss/partials/_typography.scss */
.homeHeroPara {
  color: #D6A86D;
  font-size: 35px;
  text-transform: none;
  line-height: 1.4em;
  position: absolute;
  top: -505px;
  left: 40px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 7px;
  width: 66%;
}
@media (max-width: 1149px) {
  /* line 95, ../scss/partials/_typography.scss */
  .homeHeroPara {
    font-size: 28px;
    top: -382px;
    left: 18px;
    width: 92%;
  }
}
@media (max-width: 600px) {
  /* line 95, ../scss/partials/_typography.scss */
  .homeHeroPara {
    font-size: 22px;
  }
}

/* line 118, ../scss/partials/_typography.scss */
.eventMeta,
.datePosted {
  color: #666;
  font-size: 13px;
  line-height: 1.4em;
}

/* line 125, ../scss/partials/_typography.scss */
p {
  margin: 0 0 20px;
}

/* line 129, ../scss/partials/_typography.scss */
em {
  font-style: italic;
}

/* line 132, ../scss/partials/_typography.scss */
a {
  color: #c39039;
  text-decoration: none;
  font-weight: 500;
}
/* line 137, ../scss/partials/_typography.scss */
a:hover {
  text-decoration: underline;
}
@media (max-width: 1149px) {
  /* line 141, ../scss/partials/_typography.scss */
  a.mobileButtonLink {
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    background: #C20430;
    padding: 2px 14px;
    margin: 0 10px 10px 0;
  }
}
@media (min-width: 1150px) {
  /* line 154, ../scss/partials/_typography.scss */
  a.mobileOnlyLink {
    color: #000;
    text-decoration: none;
    pointer-events: none;
  }
}

/* line 164, ../scss/partials/_typography.scss */
#ClinicSearchForm_ClinicSearchForm_action_search {
  background-color: #cc9861;
}

/* line 168, ../scss/partials/_typography.scss */
ul {
  margin: 0 0 20px 25px;
  padding: 0;
}
/* line 171, ../scss/partials/_typography.scss */
ul li {
  list-style-type: disc;
}

/* line 175, ../scss/partials/_typography.scss */
ol {
  margin: 0 0 20px 25px;
  padding: 0;
}

/* line 179, ../scss/partials/_typography.scss */
dl {
  margin: 0 0 20px 25px;
}

/* line 182, ../scss/partials/_typography.scss */
li {
  margin-bottom: 5px;
}

/* line 186, ../scss/partials/_typography.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 10px;
  text-align: left;
}
/* line 192, ../scss/partials/_typography.scss */
table tr:nth-child(even) {
  background-color: #EFEFEF;
}
/* line 199, ../scss/partials/_typography.scss */
table th {
  background-color: #F5A9A6;
  padding: 2px 5px;
  border: 1px solid #E97E7D;
  vertical-align: top;
  font-weight: bold;
}
/* line 206, ../scss/partials/_typography.scss */
table td {
  padding: 2px 5px;
  vertical-align: top;
}

/* line 213, ../scss/partials/_typography.scss */
blockquote {
  color: #999;
  display: block;
  font-style: italic;
  margin: 40px 0 50px;
  text-indent: 30px;
  margin-left: 5%;
}
/* line 220, ../scss/partials/_typography.scss */
blockquote p {
  font-size: 17px;
  line-height: 25px;
  margin: 0;
}

/** ----------------------------------------------------------
 *
 * This stylesheet includes both generic form styles and
 *    additional form styles for the User Defined Form Module.
 *
 ** ------------------------------------------------------- */
/* GENERIC FORMS
----------------------------------------------- */
/* line 16, ../scss/partials/_form.scss */
div.field {
  margin: 10px 0 15px;
  display: inline-block;
  width: 100%;
}
/* line 21, ../scss/partials/_form.scss */
div.field.time, div.field.date {
  width: auto;
}

/* line 31, ../scss/partials/_form.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}

/* line 37, ../scss/partials/_form.scss */
form label {
  margin-bottom: 5px;
}

/* line 41, ../scss/partials/_form.scss */
form label.left {
  display: block;
  font-weight: bold;
}

/* line 46, ../scss/partials/_form.scss */
form label.right {
  font-size: 12px;
  color: #888;
}

/* line 52, ../scss/partials/_form.scss */
select.dropdown {
  display: block;
  padding: 10px 70px 10px 13px !important;
  max-width: 100%;
  height: auto !important;
  border: 1px solid #CDA053;
  border-radius: 3px;
  background: url("../images/selectbox_arrow.png") right center no-repeat;
  background-color: #F9EBDC;
  color: #000;
  font-size: 14px;
  line-height: 16px !important;
  appearance: none;
  /* this is must */
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 74, ../scss/partials/_form.scss */
form input.text,
form textarea,
form .textajaxuniquetext,
form select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  max-width: 500px;
  padding: 10px 10px;
  font-size: 15px;
  background-color: #F9EBDC;
  border: 1px solid #D6A86D;
}

/* line 91, ../scss/partials/_form.scss */
::-webkit-input-placeholder {
  /* Chrome */
  color: #000;
}

/* line 94, ../scss/partials/_form.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

/* line 97, ../scss/partials/_form.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}

/* line 101, ../scss/partials/_form.scss */
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #000;
  opacity: 1;
}

/* line 119, ../scss/partials/_form.scss */
.field.nocaptcha {
  margin: 18px 0;
  display: inline-block;
}

/* line 127, ../scss/partials/_form.scss */
form input.text:focus,
form textarea:focus,
form .textajaxuniquetext:focus,
form select:focus {
  outline: none;
}

/* line 133, ../scss/partials/_form.scss */
form input[disabled], form textarea[disabled] {
  background-color: #f7f7f7;
  border: 1px solid #dad9d9;
}

/* line 137, ../scss/partials/_form.scss */
textarea {
  resize: vertical;
  /* forces text area to be resized vertically only */
}

/* Radio and Checkbox */
/* line 143, ../scss/partials/_form.scss */
.field .checkbox, .field .radio {
  float: left;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  margin-top: 3px;
  padding: 0;
}

/* line 151, ../scss/partials/_form.scss */
.checkbox label.right,
.radio label.right {
  float: left;
}

/* Messages */
/* line 158, ../scss/partials/_form.scss */
form .message {
  background-color: #fef4ba;
  padding: 5px 10px;
  border: 1px solid #e8c805;
  border-radius: 3px;
}

/* line 164, ../scss/partials/_form.scss */
form .good {
  background-color: #ecf9d0;
  border-color: #8fbe00;
}

/* line 168, ../scss/partials/_form.scss */
form .bad, form .required {
  background-color: #f9d0d0;
  border-color: #cf0000;
  color: #b80000;
}

/* ACTIONS */
/* line 176, ../scss/partials/_form.scss */
.Actions {
  margin-bottom: 20px;
}

/* line 182, ../scss/partials/_form.scss */
.btn, a.btn, button, input[type="submit"], .Actions .action {
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  background: #C20430;
  padding: 9px 35px;
  margin: 0 10px 10px 0;
  border: none;
  float: left;
  cursor: pointer;
}

/* line 195, ../scss/partials/_form.scss */
.btn, a.btn:hover, button, input[type="submit"]:hover, .Actions .action:hover {
  background: #860321;
}

/* line 208, ../scss/partials/_form.scss */
input.action[class] {
  /* IE ignores [class] */
  width: auto;
  /* cancel margin fix for other browsers */
}

/* line 215, ../scss/partials/_form.scss */
.Actions:after {
  color: #B94A48;
  display: inline-block;
  font-weight: normal;
  margin-top: 9px;
}

/* line 221, ../scss/partials/_form.scss */
#MemberLoginForm_LoginForm .Actions:after {
  display: none;
}

/* AREA SPECIFIC */
/* LOGIN and FORGOT PASSWORD */
/* line 228, ../scss/partials/_form.scss */
#Remember {
  min-height: 20px;
}

/* line 231, ../scss/partials/_form.scss */
#ForgotPassword {
  clear: left;
}

/* line 234, ../scss/partials/_form.scss */
#MemberLoginForm_LostPasswordForm .Actions:after {
  display: none;
}

/* Search / Login */
/* line 239, ../scss/partials/_form.scss */
.header form .middleColumn {
  /* float: none;
  width: 100% !important; */
}

/* USER DEFINED USER FORM MODULE STYLES
----------------------------------------------- */
/*Generic and mixed*/
/* line 251, ../scss/partials/_form.scss */
.FormHeading {
  clear: both;
  padding-top: 15px;
}

/* line 255, ../scss/partials/_form.scss */
form .date .middleColumn input {
  /*background: transparent url(../images/icons/your_icon_here.png) no-repeat scroll 90px 5px;*/
  width: 114px;
}

/* line 259, ../scss/partials/_form.scss */
.Actions input.resetformaction,
.Actions input.action-minor {
  /* Clear button */
  float: left;
  background-color: #888;
}

/* line 264, ../scss/partials/_form.scss */
.Actions input.resetformaction:hover,
.Actions input.action-minor:hover {
  /* Clear button */
  background-color: #aaa;
}

/* Labels */
/* line 270, ../scss/partials/_form.scss */
.checkbox label.right {
  font-size: 13px;
  /* reset to default */
  color: #333;
  /* reset to default */
}

/* line 274, ../scss/partials/_form.scss */
form .requiredField label.left:after {
  /* pseudo element adds an asterisk to a required fields label */
  color: #B94A48;
  content: "*";
  font-size: 14px;
  font-weight: normal;
  padding-left: 3px;
}

/* Radio / Checkbox */
/* line 283, ../scss/partials/_form.scss */
form .checkboxset ul,
form .optionset ul {
  margin: 0;
}

/* line 287, ../scss/partials/_form.scss */
form .checkboxset li,
form .optionset li {
  margin-bottom: 5px;
  list-style-type: none;
}

/* line 292, ../scss/partials/_form.scss */
form div.checkbox:after {
  /* clearfix */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 299, ../scss/partials/_form.scss */
form .checkbox .checkbox {
  clear: both;
}

/* Messages */
/* line 302, ../scss/partials/_form.scss */
span.message {
  margin: 10px 0;
  display: block;
  max-width: 390px;
  clear: left;
}

/* line 308, ../scss/partials/_form.scss */
div.holder-required {
  /* This class needs to be changed - is used for both input and div */
  /* background-color: #f9d0d0;
  border: 1px solid #cf0000;
  padding: 10px;
  margin-left: -11px; */
}

/* line 314, ../scss/partials/_form.scss */
form input.holder-required {
  /* This class needs to be changed - is used for both input and div */
  border: 1px solid #cf0000;
}

/* Error messages */
/* line 319, ../scss/partials/_form.scss */
input:invalid,
textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}

/* line 326, ../scss/partials/_form.scss */
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

/* To test - potentially not needed? */
/* line 332, ../scss/partials/_form.scss */
.ss-uploadfield-item-info button {
  margin-top: 4px !important;
  float: left;
}

/* line 336, ../scss/partials/_form.scss */
form .creditCardField input,
form input.currency,
form input.numeric {
  width: 50px;
}

/* line 341, ../scss/partials/_form.scss */
form #DMYDate-month,
form #DMYDate-day {
  width: 25px;
}

/* line 374, ../scss/partials/_form.scss */
.Actions {
  margin-top: 20px;
}

/* line 3, ../scss/partials/_header.scss */
.hamburgerMenu {
  display: none;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 300;
  padding: 11px 0 0 12px;
  width: 55px;
  height: 50px;
  color: #FFF;
  cursor: pointer;
}
@media (max-width: 1149px) {
  /* line 3, ../scss/partials/_header.scss */
  .hamburgerMenu {
    display: block;
  }
}
/* line 14, ../scss/partials/_header.scss */
.mobile-nav-active .hamburgerMenu {
  top: 6px;
}
/* line 26, ../scss/partials/_header.scss */
.hamburgerMenu .icon-text {
  text-transform: uppercase;
  font-size: 12px;
  margin: -4px 0 0 1px;
  display: block;
}
/* line 31, ../scss/partials/_header.scss */
.mobile-nav-active .hamburgerMenu .icon-text {
  visibility: hidden;
}
/* line 35, ../scss/partials/_header.scss */
.hamburgerMenu .icon-bar {
  display: block;
  background-color: #FFF;
  width: 36px;
  height: 3px;
  margin: 0 0 5px;
}
/* line 45, ../scss/partials/_header.scss */
.mobile-nav-active .hamburgerMenu .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=-0.8509, M21=0.8509, M22=0.52532);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=-0.8509, M21=0.8509, M22=0.52532)";
  zoom: 1;
  margin-top: 10px;
}
/* line 50, ../scss/partials/_header.scss */
.mobile-nav-active .hamburgerMenu .icon-bar:nth-child(2) {
  opacity: 0;
}
/* line 54, ../scss/partials/_header.scss */
.mobile-nav-active .hamburgerMenu .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=--0.8509, M21=-0.8509, M22=0.52532);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.52532, M12=--0.8509, M21=-0.8509, M22=0.52532)";
  zoom: 1;
  margin-top: -16px;
}

/* line 62, ../scss/partials/_header.scss */
.mobileMenu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 290;
  background-color: #C20430;
  padding: 0;
  overflow: auto;
}
/* line 65, ../scss/partials/_header.scss */
.mobileMenu .mobileMenuLiner {
  display: block;
  margin: 24px 0 50px;
}
/* line 69, ../scss/partials/_header.scss */
.mobileMenu .mobileMenuLiner .second-level {
  margin: 0 0 0 5px;
}
/* line 72, ../scss/partials/_header.scss */
.mobileMenu .mobileMenuLiner .second-level li {
  list-style-type: none;
}
/* line 78, ../scss/partials/_header.scss */
.mobile-nav-active .mobileMenu {
  display: block;
}
/* line 82, ../scss/partials/_header.scss */
.mobileMenu hr {
  border: none;
  border-bottom: 1px solid #000;
  margin: 10px 0;
}
/* line 93, ../scss/partials/_header.scss */
.mobileMenu a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  color: #FFF;
  padding: 7px 17px;
}

/* line 105, ../scss/partials/_header.scss */
.top-level-mobile {
  margin: 50px 0 0 15px;
}
/* line 108, ../scss/partials/_header.scss */
.top-level-mobile li {
  list-style-type: none;
}

/* line 115, ../scss/partials/_header.scss */
.memberBar {
  padding: 17px 0;
  background-color: #F9EBDC;
  text-align: right;
  display: block;
}
@media (max-width: 1149px) {
  /* line 115, ../scss/partials/_header.scss */
  .memberBar {
    display: none;
  }
}
/* line 126, ../scss/partials/_header.scss */
.Home .memberBar {
  margin: 0 0 -37px;
}
/* line 131, ../scss/partials/_header.scss */
.memberBar .memberBarLink {
  color: #CDA053;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  margin: 0 12px 0 20px;
}
/* line 136, ../scss/partials/_header.scss */
.memberBar .memberBarLink:hover {
  color: #E1BA8C;
}
/* line 140, ../scss/partials/_header.scss */
.Home .memberBar .memberBarLink {
  color: rgba(255, 255, 255, 0.5);
}
/* line 143, ../scss/partials/_header.scss */
.Home .memberBar .memberBarLink:hover {
  color: #E1BA8C;
}
/* line 148, ../scss/partials/_header.scss */
.memberBar .memberBarLink.login-button {
  color: #FFF;
  background-color: #D13243;
  padding: 2px 11px 4px;
  border-radius: 3px;
}
/* line 153, ../scss/partials/_header.scss */
.memberBar .memberBarLink.login-button:hover {
  color: #FFF;
  background-color: #E26769;
}

/* line 168, ../scss/partials/_header.scss */
.header {
  position: relative;
  top: 0;
  z-index: 100;
  background: #C20430;
  height: 84px;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1149px) {
  /* line 168, ../scss/partials/_header.scss */
  .header {
    height: 61px;
  }
}
@media (min-width: 1150px) {
  /* line 179, ../scss/partials/_header.scss */
  .Home .header {
    position: relative;
    top: 39px;
  }
}

/* line 187, ../scss/partials/_header.scss */
.homepageContent {
  margin-top: 320px;
}
@media (max-width: 1149px) {
  /* line 187, ../scss/partials/_header.scss */
  .homepageContent {
    margin-top: 225px;
  }
}

/* line 199, ../scss/partials/_header.scss */
.Home .main {
  margin-top: 300px;
  padding-bottom: 0;
}
@media (max-width: 1149px) {
  /* line 199, ../scss/partials/_header.scss */
  .Home .main {
    margin-top: 220px;
  }
}
/* line 209, ../scss/partials/_header.scss */
.Home .desktopSecondary .bgHeroImage {
  opacity: 0;
}
/* line 212, ../scss/partials/_header.scss */
.Home.loaded .desktopSecondary .bgHeroImage {
  -moz-transition: opacity 4s 0s;
  -o-transition: opacity 4s 0s;
  -webkit-transition: opacity 4s 0s;
  transition: opacity 4s 0s;
  opacity: 0.85;
}

/* line 222, ../scss/partials/_header.scss */
.bgHeroImage {
  display: none;
}

/* line 229, ../scss/partials/_header.scss */
.Home .desktopSecondary {
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 650px;
}
@media (max-width: 1149px) {
  /* line 229, ../scss/partials/_header.scss */
  .Home .desktopSecondary {
    height: 480px;
  }
}
/* line 249, ../scss/partials/_header.scss */
.Home .desktopSecondary .bgHeroImage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* line 261, ../scss/partials/_header.scss */
.desktopSecondary .subHeader {
  display: none;
  position: relative;
  top: 0;
  z-index: 10;
  background: #F5E1CC;
  height: 52px;
  font-family: "Open Sans", sans-serif;
}
/* line 271, ../scss/partials/_header.scss */
.Home .desktopSecondary .subHeader {
  display: block;
  position: relative;
  top: 500px;
  background: transparent;
}
@media (max-width: 1149px) {
  /* line 271, ../scss/partials/_header.scss */
  .Home .desktopSecondary .subHeader {
    top: 315px;
  }
}
@media (max-width: 1149px) {
  /* line 261, ../scss/partials/_header.scss */
  .desktopSecondary .subHeader {
    display: none;
  }
  /* line 285, ../scss/partials/_header.scss */
  .Home .desktopSecondary .subHeader {
    display: block;
  }
}

/* line 295, ../scss/partials/_header.scss */
.logo {
  position: absolute;
  top: 3px;
  left: 40px;
}
@media (max-width: 1149px) {
  /* line 295, ../scss/partials/_header.scss */
  .logo {
    left: 19px;
  }
}
/* line 303, ../scss/partials/_header.scss */
.logo a {
  background-image: url("../images/acupuncture-logo-white.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  width: 245px;
  height: 80px;
  display: inline-block;
  text-indent: -9999px;
}
@media (max-width: 1149px) {
  /* line 303, ../scss/partials/_header.scss */
  .logo a {
    background-image: url("../images/acupuncture-logo-white-mobile-cropped.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 5px;
    width: 154px;
    height: 58px;
  }
}

/* line 322, ../scss/partials/_header.scss */
#SearchForm_SearchForm_Search {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 326, ../scss/partials/_header.scss */
#SearchForm_SearchForm_action_results {
  text-indent: -9999px;
  background: url("../images/search-icon.png") no-repeat 6px 5px;
  background-size: 19px;
  width: 27px;
  opacity: 0.4;
}
/* line 332, ../scss/partials/_header.scss */
#SearchForm_SearchForm_action_results:hover {
  opacity: 0.6;
}

/* line 338, ../scss/partials/_header.scss */
.header textarea:focus {
  outline: none;
}

/* line 345, ../scss/partials/_header.scss */
.primaryWrapper {
  padding: 0 40px;
}
@media (max-width: 1149px) {
  /* line 345, ../scss/partials/_header.scss */
  .primaryWrapper {
    display: none;
  }
}

/* line 356, ../scss/partials/_header.scss */
.primary {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 200;
  font-family: "Open Sans", sans-serif;
  height: 49px;
}
/* line 362, ../scss/partials/_header.scss */
.primary .liner {
  padding: 0;
}

/* line 369, ../scss/partials/_header.scss */
.top-level {
  margin: 0;
  padding: 0;
}
/* line 375, ../scss/partials/_header.scss */
.top-level .section a,
.top-level .current a {
  position: relative;
}
/* line 377, ../scss/partials/_header.scss */
.top-level .section a:before,
.top-level .current a:before {
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  height: 2px;
  display: inline-block;
  position: absolute;
  right: 73px;
  bottom: 5px;
  left: 73px;
  -moz-transition: left 1s 0.01s, right 1s 0.01s, opacity 0.2s 0.01s;
  -o-transition: left 1s 0.01s, right 1s 0.01s, opacity 0.2s 0.01s;
  -webkit-transition: left 1s 0.01s, right 1s 0.01s, opacity 0.2s 0.01s;
  transition: left 1s 0.01s, right 1s 0.01s, opacity 0.2s 0.01s;
  opacity: 0;
}
/* line 390, ../scss/partials/_header.scss */
.loaded .top-level .section a:before, .loaded
.top-level .current a:before {
  position: absolute;
  right: 13px;
  left: 13px;
  opacity: 1;
}
/* line 401, ../scss/partials/_header.scss */
.top-level > li {
  position: relative;
  display: block;
  float: left;
}
/* line 407, ../scss/partials/_header.scss */
.top-level > li a {
  color: #FFF;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  font-style: normal;
  display: block;
  padding: 8px 12px 8px;
  margin: 0 0 0 25px;
}
/* line 414, ../scss/partials/_header.scss */
.top-level > li a:hover {
  color: #FABFBB;
}

/* line 426, ../scss/partials/_header.scss */
.desktopSecondary {
  position: relative;
  z-index: 3;
}

/* line 431, ../scss/partials/_header.scss */
.desktopSecondary .second-level {
  margin: 0 12px 0 0;
  padding: 0;
}
/* line 438, ../scss/partials/_header.scss */
.desktopSecondary .second-level .section a,
.desktopSecondary .second-level .current a {
  background-color: #cc9861;
  color: #FFF;
}
/* line 444, ../scss/partials/_header.scss */
.desktopSecondary .second-level > li {
  position: relative;
  display: block;
  float: right;
}
/* line 450, ../scss/partials/_header.scss */
.Home .desktopSecondary .second-level > li {
  float: left;
}
@media (max-width: 1149px) {
  /* line 450, ../scss/partials/_header.scss */
  .Home .desktopSecondary .second-level > li {
    float: none;
  }
}
/* line 462, ../scss/partials/_header.scss */
.desktopSecondary .second-level > li a {
  color: #525252;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  font-style: normal;
  background-color: #E7C49B;
  -moz-box-shadow: 0 0 5px rgba(171, 164, 106, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(171, 164, 106, 0.3);
  box-shadow: 0 0 5px rgba(171, 164, 106, 0.3);
  display: block;
  padding: 6px 32px 7px;
  margin: 0 0 0 8px;
}
/* line 472, ../scss/partials/_header.scss */
.Home .desktopSecondary .second-level > li a {
  color: #FFF;
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  font-style: normal;
  background-color: #C20430;
  border-radius: 4px;
  display: inline-block;
  padding: 11px 40px 13px;
  margin: 0 22px 0 0;
}
@media (max-width: 1149px) {
  /* line 472, ../scss/partials/_header.scss */
  .Home .desktopSecondary .second-level > li a {
    padding: 8px 30px 9px;
    font-size: 16px;
    margin: 0 22px 10px 0;
  }
}
/* line 487, ../scss/partials/_header.scss */
.Home .desktopSecondary .second-level > li a:hover {
  background: #860321;
}

/* line 3, ../scss/partials/_sponsors.scss */
.sponsorPageBlock {
  display: inline-block;
  width: 100%;
}
/* line 8, ../scss/partials/_sponsors.scss */
.sponsorPageBlock img {
  float: left;
  max-width: 100%;
}
/* line 13, ../scss/partials/_sponsors.scss */
.sponsorPageBlock h4, .sponsorPageBlock h5 {
  margin: 0 0 6px;
}
/* line 17, ../scss/partials/_sponsors.scss */
.sponsorPageBlock .col1 {
  width: 25%;
  float: left;
}
@media (max-width: 600px) {
  /* line 17, ../scss/partials/_sponsors.scss */
  .sponsorPageBlock .col1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 24, ../scss/partials/_sponsors.scss */
.sponsorPageBlock .col2 {
  width: 75%;
  float: left;
  overflow: hidden;
}
@media (max-width: 600px) {
  /* line 24, ../scss/partials/_sponsors.scss */
  .sponsorPageBlock .col2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 35, ../scss/partials/_sponsors.scss */
.sponsorsGallery {
  display: inline-block;
  width: 100%;
}

/* line 43, ../scss/partials/_sponsors.scss */
.sponsorCol2, .sponsorCol3, .sponsorCol4, .sponsorCol5, .sponsorCol6, .sponsorCol7, .sponsorCol8, .sponsorCol9, .sponsorCol10, .sponsorCol11, .sponsorCol12 {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  float: left;
}
@media (max-width: 1149px) {
  /* line 43, ../scss/partials/_sponsors.scss */
  .sponsorCol2, .sponsorCol3, .sponsorCol4, .sponsorCol5, .sponsorCol6, .sponsorCol7, .sponsorCol8, .sponsorCol9, .sponsorCol10, .sponsorCol11, .sponsorCol12 {
    width: 33.334% !important;
  }
}
/* line 51, ../scss/partials/_sponsors.scss */
.sponsorCol2 a, .sponsorCol3 a, .sponsorCol4 a, .sponsorCol5 a, .sponsorCol6 a, .sponsorCol7 a, .sponsorCol8 a, .sponsorCol9 a, .sponsorCol10 a, .sponsorCol11 a, .sponsorCol12 a {
  display: inline-block;
  width: 100%;
  padding: 0 0 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* line 64, ../scss/partials/_sponsors.scss */
.sponsorCol2 {
  width: 50%;
}

/* line 69, ../scss/partials/_sponsors.scss */
.sponsorCol3 {
  width: 33.34%;
}

/* line 74, ../scss/partials/_sponsors.scss */
.sponsorCol4 {
  width: 25%;
}

/* line 79, ../scss/partials/_sponsors.scss */
.sponsorCol5 {
  width: 20%;
}

/* line 84, ../scss/partials/_sponsors.scss */
.sponsorCol6 {
  width: 16.6666%;
}

/* line 89, ../scss/partials/_sponsors.scss */
.sponsorCol7 {
  width: 14.285%;
}

/* line 94, ../scss/partials/_sponsors.scss */
.sponsorCol8 {
  width: 12.5%;
}

/* line 99, ../scss/partials/_sponsors.scss */
.sponsorCol9 {
  width: 11.1111%;
}

/* line 104, ../scss/partials/_sponsors.scss */
.sponsorCol10 {
  width: 10%;
}

/* line 109, ../scss/partials/_sponsors.scss */
.sponsorCol11 {
  width: 9.090%;
}

/* line 114, ../scss/partials/_sponsors.scss */
.sponsorCol12 {
  width: 8.3333%;
}

/* line 2, ../scss/partials/_footer.scss */
footer {
  position: relative;
}

/* line 6, ../scss/partials/_footer.scss */
.footer {
  border-top: 1px solid #F9EBDC;
  background-color: #fbf8f5;
  padding: 50px 0 50px;
  line-height: 1.6em;
  display: inline-block;
  width: 100%;
}
/* line 28, ../scss/partials/_footer.scss */
.footer em {
  font-style: normal;
}
@media (max-width: 1149px) {
  /* line 6, ../scss/partials/_footer.scss */
  .footer {
    height: auto;
  }
  /* line 34, ../scss/partials/_footer.scss */
  .footer em {
    display: none;
  }
}

/* line 41, ../scss/partials/_footer.scss */
.footerTitle {
  margin: 0 0 25px 0;
  display: block;
}

/* line 51, ../scss/partials/_footer.scss */
.footerCol1 {
  width: 33.33333%;
  float: left;
}
@media (max-width: 600px) {
  /* line 51, ../scss/partials/_footer.scss */
  .footerCol1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 59, ../scss/partials/_footer.scss */
.footerCol2 {
  width: 66.66667%;
  float: left;
}
@media (max-width: 600px) {
  /* line 59, ../scss/partials/_footer.scss */
  .footerCol2 {
    display: none;
  }
}

/* line 102, ../scss/partials/_footer.scss */
.footerMenu a {
  display: inline-block;
  margin: 0 22px 0 0;
}
@media (max-width: 1149px) {
  /* line 102, ../scss/partials/_footer.scss */
  .footerMenu a {
    display: block;
    font-size: 1.3em;
    line-height: 1.8em;
  }
}

@media (max-width: 1149px) {
  /* line 116, ../scss/partials/_footer.scss */
  .footerPhone {
    margin: 0;
    display: block;
  }
}

@media (max-width: 1149px) {
  /* line 2, ../scss/partials/_sidebar.scss */
  .pageSecondary {
    border-bottom: 1px solid #EFEFEF;
    padding: 9px 0 22px;
    margin: 0 0 25px;
  }
}
/* line 10, ../scss/partials/_sidebar.scss */
.pageSecondary a {
  border-top: 1px solid #EFEFEF;
  clear: both;
}
/* line 16, ../scss/partials/_sidebar.scss */
.pageSecondary a:last-child {
  border-bottom: 1px solid #EFEFEF;
}
@media (max-width: 1149px) {
  /* line 16, ../scss/partials/_sidebar.scss */
  .pageSecondary a:last-child {
    border: none;
  }
}
@media (max-width: 1149px) {
  /* line 10, ../scss/partials/_sidebar.scss */
  .pageSecondary a {
    border: none;
    padding: 13px 0;
  }
}

/* line 36, ../scss/partials/_sidebar.scss */
.btnSidebar {
  font-size: 14px;
  line-height: 1.4em;
  padding: 15px 18px 16px !important;
  background-color: transparent;
  display: block;
  width: auto;
  margin: 0;
}
/* line 48, ../scss/partials/_sidebar.scss */
.btnSidebar.section:not(.first), .btnSidebar.current {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 1149px) {
  /* line 48, ../scss/partials/_sidebar.scss */
  .btnSidebar.section:not(.first), .btnSidebar.current {
    display: none;
  }
}
@media (max-width: 1149px) {
  /* line 36, ../scss/partials/_sidebar.scss */
  .btnSidebar {
    padding: 14px 0 16px !important;
  }
  /* line 60, ../scss/partials/_sidebar.scss */
  .btnSidebar.btn {
    padding: 14px 13px 16px !important;
  }
}
/* line 66, ../scss/partials/_sidebar.scss */
.btnSidebar:hover {
  background-color: transparent;
}

/* line 74, ../scss/partials/_sidebar.scss */
a.App\\Model\\ClinicEditPage,
a.Symbiote\\MemberProfiles\\Pages\\MemberProfilePage {
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  background: #D6A86D;
  padding: 9px 35px;
  margin: 0 10px 10px 16px;
  border: none;
  float: left;
  cursor: pointer;
}
/* line 88, ../scss/partials/_sidebar.scss */
a.App\\Model\\ClinicEditPage.current,
a.Symbiote\\MemberProfiles\\Pages\\MemberProfilePage.current {
  background: #F5E1CC;
  color: #FFF;
  pointer-events: none;
}
@media (max-width: 1149px) {
  /* line 88, ../scss/partials/_sidebar.scss */
  a.App\\Model\\ClinicEditPage.current,
  a.Symbiote\\MemberProfiles\\Pages\\MemberProfilePage.current {
    display: none;
  }
}
@media (max-width: 1149px) {
  /* line 74, ../scss/partials/_sidebar.scss */
  a.App\\Model\\ClinicEditPage,
  a.Symbiote\\MemberProfiles\\Pages\\MemberProfilePage {
    padding: 9px 15px !important;
    margin: 0 10px 10px 0;
  }
}
/* line 103, ../scss/partials/_sidebar.scss */
a.App\\Model\\ClinicEditPage:hover,
a.Symbiote\\MemberProfiles\\Pages\\MemberProfilePage:hover {
  background-color: #c98c3d !important;
}

/* line 3, ../scss/partials/_homepage.scss */
.homeCol1 {
  width: 58.33333%;
  float: left;
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  /* line 3, ../scss/partials/_homepage.scss */
  .homeCol1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 12, ../scss/partials/_homepage.scss */
.homeCol2 {
  width: 33.33333%;
  float: left;
  padding-left: 8.33333%;
}
@media (max-width: 600px) {
  /* line 12, ../scss/partials/_homepage.scss */
  .homeCol2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
  }
}

/* line 23, ../scss/partials/_homepage.scss */
.homeSectionTitle:nth-of-type(2) {
  margin: 50px 0 0 0;
}

/* line 28, ../scss/partials/_homepage.scss */
.homepageDateObject {
  border-bottom: 1px solid #EFEFEF;
  padding: 16px 12px 14px;
  margin: 0 0 0 -12px;
}
/* line 33, ../scss/partials/_homepage.scss */
.homepageDateObject a {
  font-size: 14px;
  line-height: 1.2em;
}
/* line 38, ../scss/partials/_homepage.scss */
.homepageDateObject p {
  margin: 0 0 5px 0;
}
/* line 42, ../scss/partials/_homepage.scss */
.homepageDateObject.featureEvent {
  background-color: #DA4F55;
  padding: 27px 12px 26px;
}
/* line 46, ../scss/partials/_homepage.scss */
.homepageDateObject.featureEvent a {
  color: #FFF;
}
/* line 50, ../scss/partials/_homepage.scss */
.homepageDateObject.featureEvent p {
  color: #FFF;
}
/* line 56, ../scss/partials/_homepage.scss */
.homepageDateObject:last-child {
  border: none;
}

/* line 63, ../scss/partials/_homepage.scss */
.loopGroup {
  margin: 0 0 50px 0;
}

/* line 4, ../scss/partials/_clinic-search.scss */
.findInitialContent.resultsActive {
  display: none;
}

/* line 9, ../scss/partials/_clinic-search.scss */
.pagination,
#SearchResults {
  display: none;
}
/* line 13, ../scss/partials/_clinic-search.scss */
.pagination.resultsActive,
#SearchResults.resultsActive {
  display: block;
}

/* line 21, ../scss/partials/_clinic-search.scss */
.ClinicSearchPage select.dropdown.dependent-dropdown {
  display: none;
}
/* line 24, ../scss/partials/_clinic-search.scss */
.ClinicSearchPage select.dropdown.dependent-dropdown.suburbActive {
  display: block;
}

/* line 31, ../scss/partials/_clinic-search.scss */
.clinicSearchCol1 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 41.66667%;
  float: left;
}
@media (max-width: 600px) {
  /* line 31, ../scss/partials/_clinic-search.scss */
  .clinicSearchCol1 {
    margin-left: -18px !important;
    margin-right: -18px !important;
    margin-bottom: 30px;
    width: 111%;
    float: none;
    padding: 10px 18px 55px;
  }
}

/* line 47, ../scss/partials/_clinic-search.scss */
.clinicSearchCol2 {
  width: 50%;
  float: left;
  padding-left: 8.33333%;
}
@media (max-width: 600px) {
  /* line 47, ../scss/partials/_clinic-search.scss */
  .clinicSearchCol2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
  }
}

/* line 58, ../scss/partials/_clinic-search.scss */
#ClinicSearchForm_ClinicSearchForm {
  width: 98%;
  display: block;
}

/* line 64, ../scss/partials/_clinic-search.scss */
.clinicAddress {
  border-bottom: 1px solid #EFEFEF;
  padding: 0 0 13px 0;
  margin: 0 0 9px 0;
  display: block;
}

/* line 72, ../scss/partials/_clinic-search.scss */
#SearchResults {
  margin: 5px 0 0 0;
}
@media (max-width: 600px) {
  /* line 72, ../scss/partials/_clinic-search.scss */
  #SearchResults {
    margin: 20px 0 0 0;
  }
}
/* line 79, ../scss/partials/_clinic-search.scss */
#SearchResults li {
  list-style-type: none;
  margin: 0 0 70px 0;
}

/* line 4, ../scss/partials/_inbox.scss */
.event-summary {
  border-bottom: 1px solid #CCC;
  margin: 0 0 44px 0;
  padding: 0 0 27px 0;
}
/* line 9, ../scss/partials/_inbox.scss */
.event-summary:first-child {
  margin-top: 50px;
}
/* line 13, ../scss/partials/_inbox.scss */
.event-summary:last-child {
  border: none;
  margin: 0;
}

/* line 19, ../scss/partials/_inbox.scss */
.BlogPost .blog-post-meta {
  margin: -30px 0 0 0;
}

/* line 23, ../scss/partials/_inbox.scss */
.blogPostSummary {
  margin: 25px 0 28px 0;
}
/* line 26, ../scss/partials/_inbox.scss */
.blogPostSummary p {
  margin: 0;
}
