@charset "UTF-8";
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  font: 300 11px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

/* header */
/* logo */
/* nav */
/* sidebar */
/* footer */
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"), url("fonts/font-name.woff") format("woff"), url("fonts/font-name.ttf") format("truetype"), url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 30px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 30px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
*/
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*!
Pure v0.6.2
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  text-transform: none;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type=button] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*csslint important:false*/
/* ==========================================================================
   Pure Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.hidden, [hidden] {
  display: none !important;
}

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*!
Pure v0.6.2
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  /*
  Sets the font stack to fonts known to work properly with the above letter
  and word spacings. See: https://github.com/yahoo/pure/issues/41/

  The following font stack makes Pure Grids work on all known environments.

  * FreeSans: Ships with many Linux distros, including Ubuntu

  * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
    Arial to get picked up by the browser, even though neither is available
    in Chrome OS.

  * Droid Sans: Ships with all versions of Android.

  * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
  */
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus, .pure-g {
  word-spacing: -0.43em;
}

.pure-u {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
/*
.pure-g [class*="pure-u"] {
  font-family: sans-serif;
}
*/
.pure-u-1, .pure-u-1-1, .pure-u-1-2, .pure-u-1-3, .pure-u-2-3, .pure-u-1-4, .pure-u-3-4, .pure-u-1-5, .pure-u-2-5, .pure-u-3-5, .pure-u-4-5, .pure-u-5-5, .pure-u-1-6, .pure-u-5-6, .pure-u-1-8, .pure-u-3-8, .pure-u-5-8, .pure-u-7-8, .pure-u-1-12, .pure-u-5-12, .pure-u-7-12, .pure-u-11-12, .pure-u-1-24, .pure-u-2-24, .pure-u-3-24, .pure-u-4-24, .pure-u-5-24, .pure-u-6-24, .pure-u-7-24, .pure-u-8-24, .pure-u-9-24, .pure-u-10-24, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}

.pure-u-1-12, .pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}

.pure-u-1-8, .pure-u-3-24 {
  width: 12.5%;
  *width: 12.469%;
}

.pure-u-1-6, .pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}

.pure-u-1-5 {
  width: 20%;
  *width: 19.969%;
}

.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}

.pure-u-1-4, .pure-u-6-24 {
  width: 25%;
  *width: 24.969%;
}

.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}

.pure-u-1-3, .pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}

.pure-u-3-8, .pure-u-9-24 {
  width: 37.5%;
  *width: 37.469%;
}

.pure-u-2-5 {
  width: 40%;
  *width: 39.969%;
}

.pure-u-5-12, .pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}

.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}

.pure-u-1-2, .pure-u-12-24 {
  width: 50%;
  *width: 49.969%;
}

.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}

.pure-u-7-12, .pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}

.pure-u-3-5 {
  width: 60%;
  *width: 59.969%;
}

.pure-u-5-8, .pure-u-15-24 {
  width: 62.5%;
  *width: 62.469%;
}

.pure-u-2-3, .pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}

.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}

.pure-u-3-4, .pure-u-18-24 {
  width: 75%;
  *width: 74.969%;
}

.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}

.pure-u-4-5 {
  width: 80%;
  *width: 79.969%;
}

.pure-u-5-6, .pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}

.pure-u-7-8, .pure-u-21-24 {
  width: 87.5%;
  *width: 87.469%;
}

.pure-u-11-12, .pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}

.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}

.pure-u-1, .pure-u-1-1, .pure-u-5-5, .pure-u-24-24 {
  width: 100%;
}

/*!
Pure v0.6.2
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-2, .pure-u-sm-1-3, .pure-u-sm-2-3, .pure-u-sm-1-4, .pure-u-sm-3-4, .pure-u-sm-1-5, .pure-u-sm-2-5, .pure-u-sm-3-5, .pure-u-sm-4-5, .pure-u-sm-5-5, .pure-u-sm-1-6, .pure-u-sm-5-6, .pure-u-sm-1-8, .pure-u-sm-3-8, .pure-u-sm-5-8, .pure-u-sm-7-8, .pure-u-sm-1-12, .pure-u-sm-5-12, .pure-u-sm-7-12, .pure-u-sm-11-12, .pure-u-sm-1-24, .pure-u-sm-2-24, .pure-u-sm-3-24, .pure-u-sm-4-24, .pure-u-sm-5-24, .pure-u-sm-6-24, .pure-u-sm-7-24, .pure-u-sm-8-24, .pure-u-sm-9-24, .pure-u-sm-10-24, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-sm-1-12, .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-sm-1-8, .pure-u-sm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-sm-1-6, .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-sm-1-4, .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-sm-1-3, .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-sm-3-8, .pure-u-sm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-sm-5-12, .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-sm-1-2, .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-sm-7-12, .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-sm-5-8, .pure-u-sm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-sm-2-3, .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-sm-3-4, .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-sm-5-6, .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-sm-7-8, .pure-u-sm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-sm-11-12, .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-5-5, .pure-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-1-2, .pure-u-md-1-3, .pure-u-md-2-3, .pure-u-md-1-4, .pure-u-md-3-4, .pure-u-md-1-5, .pure-u-md-2-5, .pure-u-md-3-5, .pure-u-md-4-5, .pure-u-md-5-5, .pure-u-md-1-6, .pure-u-md-5-6, .pure-u-md-1-8, .pure-u-md-3-8, .pure-u-md-5-8, .pure-u-md-7-8, .pure-u-md-1-12, .pure-u-md-5-12, .pure-u-md-7-12, .pure-u-md-11-12, .pure-u-md-1-24, .pure-u-md-2-24, .pure-u-md-3-24, .pure-u-md-4-24, .pure-u-md-5-24, .pure-u-md-6-24, .pure-u-md-7-24, .pure-u-md-8-24, .pure-u-md-9-24, .pure-u-md-10-24, .pure-u-md-11-24, .pure-u-md-12-24, .pure-u-md-13-24, .pure-u-md-14-24, .pure-u-md-15-24, .pure-u-md-16-24, .pure-u-md-17-24, .pure-u-md-18-24, .pure-u-md-19-24, .pure-u-md-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-md-1-12, .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-md-1-8, .pure-u-md-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-md-1-6, .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-md-1-4, .pure-u-md-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-md-1-3, .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-md-3-8, .pure-u-md-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-md-5-12, .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-md-1-2, .pure-u-md-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-md-7-12, .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-md-5-8, .pure-u-md-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-md-2-3, .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-md-3-4, .pure-u-md-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-md-5-6, .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-md-7-8, .pure-u-md-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-md-11-12, .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-5-5, .pure-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-1-2, .pure-u-lg-1-3, .pure-u-lg-2-3, .pure-u-lg-1-4, .pure-u-lg-3-4, .pure-u-lg-1-5, .pure-u-lg-2-5, .pure-u-lg-3-5, .pure-u-lg-4-5, .pure-u-lg-5-5, .pure-u-lg-1-6, .pure-u-lg-5-6, .pure-u-lg-1-8, .pure-u-lg-3-8, .pure-u-lg-5-8, .pure-u-lg-7-8, .pure-u-lg-1-12, .pure-u-lg-5-12, .pure-u-lg-7-12, .pure-u-lg-11-12, .pure-u-lg-1-24, .pure-u-lg-2-24, .pure-u-lg-3-24, .pure-u-lg-4-24, .pure-u-lg-5-24, .pure-u-lg-6-24, .pure-u-lg-7-24, .pure-u-lg-8-24, .pure-u-lg-9-24, .pure-u-lg-10-24, .pure-u-lg-11-24, .pure-u-lg-12-24, .pure-u-lg-13-24, .pure-u-lg-14-24, .pure-u-lg-15-24, .pure-u-lg-16-24, .pure-u-lg-17-24, .pure-u-lg-18-24, .pure-u-lg-19-24, .pure-u-lg-20-24, .pure-u-lg-21-24, .pure-u-lg-22-24, .pure-u-lg-23-24, .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-lg-1-12, .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-lg-1-8, .pure-u-lg-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-lg-1-6, .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-lg-1-4, .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-lg-1-3, .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-lg-3-8, .pure-u-lg-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-lg-5-12, .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-lg-1-2, .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-lg-7-12, .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-lg-5-8, .pure-u-lg-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-lg-2-3, .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-lg-3-4, .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-lg-5-6, .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-lg-7-8, .pure-u-lg-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-lg-11-12, .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-5-5, .pure-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-1-2, .pure-u-xl-1-3, .pure-u-xl-2-3, .pure-u-xl-1-4, .pure-u-xl-3-4, .pure-u-xl-1-5, .pure-u-xl-2-5, .pure-u-xl-3-5, .pure-u-xl-4-5, .pure-u-xl-5-5, .pure-u-xl-1-6, .pure-u-xl-5-6, .pure-u-xl-1-8, .pure-u-xl-3-8, .pure-u-xl-5-8, .pure-u-xl-7-8, .pure-u-xl-1-12, .pure-u-xl-5-12, .pure-u-xl-7-12, .pure-u-xl-11-12, .pure-u-xl-1-24, .pure-u-xl-2-24, .pure-u-xl-3-24, .pure-u-xl-4-24, .pure-u-xl-5-24, .pure-u-xl-6-24, .pure-u-xl-7-24, .pure-u-xl-8-24, .pure-u-xl-9-24, .pure-u-xl-10-24, .pure-u-xl-11-24, .pure-u-xl-12-24, .pure-u-xl-13-24, .pure-u-xl-14-24, .pure-u-xl-15-24, .pure-u-xl-16-24, .pure-u-xl-17-24, .pure-u-xl-18-24, .pure-u-xl-19-24, .pure-u-xl-20-24, .pure-u-xl-21-24, .pure-u-xl-22-24, .pure-u-xl-23-24, .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-xl-1-12, .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-xl-1-8, .pure-u-xl-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-xl-1-6, .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-xl-1-4, .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-xl-1-3, .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-xl-3-8, .pure-u-xl-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-xl-5-12, .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-xl-1-2, .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-xl-7-12, .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-xl-5-8, .pure-u-xl-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-xl-2-3, .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-xl-3-4, .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-xl-5-6, .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-xl-7-8, .pure-u-xl-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-xl-11-12, .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-5-5, .pure-u-xl-24-24 {
    width: 100%;
  }
}
/*!
Pure v0.6.2
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint adjoining-classes: false, box-model:false*/
.pure-menu {
  box-sizing: border-box;
}

.pure-menu-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}

.pure-menu-list, .pure-menu-item {
  position: relative;
}

.pure-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pure-menu-item {
  padding: 0;
  margin: 0;
  height: 100%;
}

.pure-menu-link, .pure-menu-heading {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

/* HORIZONTAL MENU */
.pure-menu-horizontal {
  width: 100%;
  white-space: nowrap;
}
.pure-menu-horizontal .pure-menu-list {
  display: inline-block;
}
.pure-menu-horizontal .pure-menu-item, .pure-menu-horizontal .pure-menu-heading, .pure-menu-horizontal .pure-menu-separator {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

/* Initial menus should be inline-block so that they are horizontal */
/* Submenus should still be display: block; */
.pure-menu-item .pure-menu-item {
  display: block;
}

.pure-menu-children {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
}

.pure-menu-horizontal .pure-menu-children {
  left: 0;
  top: auto;
  width: inherit;
}

.pure-menu-allow-hover:hover > .pure-menu-children, .pure-menu-active > .pure-menu-children {
  display: block;
  position: absolute;
}

/* Vertical Menus - show the dropdown arrow */
.pure-menu-has-children > .pure-menu-link:after {
  padding-left: 0.5em;
  content: "▸";
  font-size: small;
}

/* Horizontal Menus - show the dropdown arrow */
.pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
  content: "▾";
}

/* scrollable menus */
.pure-menu-scrollable {
  overflow-y: scroll;
  overflow-x: hidden;
}
.pure-menu-scrollable .pure-menu-list {
  display: block;
}

.pure-menu-horizontal.pure-menu-scrollable {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  /* a little extra padding for this style to allow for scrollbars */
  padding: 0.5em 0;
}
.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
  display: inline-block;
}
.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
  display: none;
}

/* misc default styling */
.pure-menu-separator {
  background-color: #ccc;
  height: 1px;
  margin: 0.3em 0;
}

.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
  background-color: #ccc;
  height: 1px;
  margin: 0.3em 0;
}
.pure-menu-horizontal .pure-menu-separator {
  width: 1px;
  height: 1.3em;
  margin: 0 0.3em;
}
.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
  display: block;
  width: auto;
}

/* Need to reset the separator since submenu is vertical */
.pure-menu-heading {
  text-transform: uppercase;
  color: #565d64;
}

.pure-menu-link {
  color: #777;
}

.pure-menu-children {
  background-color: #fff;
}

.pure-menu-link, .pure-menu-disabled, .pure-menu-heading {
  padding: 0.5em 1em;
}

.pure-menu-disabled {
  opacity: 0.5;
}
.pure-menu-disabled .pure-menu-link:hover {
  background-color: transparent;
}

.pure-menu-active > .pure-menu-link {
  background-color: #eee;
}

.pure-menu-link:hover, .pure-menu-link:focus {
  background-color: #eee;
}

.pure-menu-selected .pure-menu-link {
  color: #000;
}
.pure-menu-selected .pure-menu-link:visited {
  color: #000;
}

/*!
	Global CSS and variables for theme
*/
/* fonts */
/* colors */
/*
$nav: #007c92; // was green
$active-nav: #025f6f; // update these variable names
$utility-nav: #22578b;
$active-utility-nav: #1b446c;
$active-utility-nav-sub: #173756;
$active-utility-nav-top: #8ab239;

$heading-color: #025f6f;

$blue: #CEC295; 
$yellow: #59705c;
$beige: #ede8d4;
$not-black: #3d3d3d; //#3d3d3d;

$link-color: $nav;
$text-color: $not-black;

$background-color: #f3efe2;

$footer-background-color: #E2D8B9; // footer
$footer-border-color: #a9ac81;
*/
/* structure */
/* max-width and centering of content areas */
.content-wrapper {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .content-wrapper {
    padding: 0 12px;
  }
}
@media screen and (max-width: 480px) {
  .content-wrapper {
    padding: 0;
    width: 90.5%;
  }
}
@media screen and (max-width: 380px) {
  .content-wrapper {
    padding: 0;
  }
}

html.mammography-form {
  background: #D8E2E3;
}

body {
  background: #fff;
  color: #555;
}
body.page-template-template-mammography-form-page {
  background: #fff;
  color: #000;
}
@media screen and (min-width: 1080px) {
  body.page-template-template-mammography-form-page {
    max-width: 890px;
    margin: 0.5em auto;
    padding: 10px;
    border: 1px #aaa solid;
  }
}
body.page-template-template-mammography-form-page h1, body.page-template-template-mammography-form-page h2, body.page-template-template-mammography-form-page h3, body.page-template-template-mammography-form-page h4, body.page-template-template-mammography-form-page h5, body.page-template-template-mammography-form-page h6 {
  color: #404040;
}
body.page-template-template-mammography-form-page h1 {
  -webkit-text-size-adjust: none;
  box-sizing: inherit;
  margin: 0.67em 0;
  line-height: 1.3333;
  font-weight: 300;
  margin-bottom: 0.40741em;
  margin-top: 0.40741em;
  font-size: 2.625rem;
}
body.page-template-template-mammography-form-page h2 {
  -webkit-text-size-adjust: none;
  box-sizing: inherit;
  line-height: 1.3333;
  font-weight: 300;
  margin-bottom: 0.41667em;
  margin-top: 0.41667em;
  font-size: 1.875rem;
}
body.page-template-template-mammography-form-page h3 {
  -webkit-text-size-adjust: none;
  box-sizing: inherit;
  font-size: 1.5rem;
  line-height: 1.3333;
  font-weight: 300;
  margin-bottom: 0.44444em;
  margin-top: 0.44444em;
}

/* links */
a {
  color: #0072ff;
  outline: 0;
}
a:hover {
  color: #0e4d8f;
  text-decoration: none;
}

h1 {
  margin: 0;
  padding: 19px 0 14px 0;
  font-size: 2.625rem !important;
  line-height: 1.3333;
}

h2 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 960px;
  font-size: 1.875rem !important;
  line-height: 1.3333;
}

h3 {
  margin: 24px 0 9px 0;
  font-size: 1.5rem !important;
  line-height: 1.3333;
}

.pagination {
  margin-bottom: 25px;
}

button {
  background-color: #0078c1;
  color: #36892d;
  display: block;
  width: auto;
}

.tha_link_button {
  width: 260px;
  height: 36px;
  border-radius: 3.01px;
  background-color: #ce7c53;
  background-image: linear-gradient(0deg, #b74a15 0%, #ce7c53 100%);
  text-align: center;
  padding: 5px 0 0 0;
  margin-top: 20px;
}
.tha_link_button a {
  width: auto;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  padding: 9px 10px;
  text-align: center;
}

hr {
  border: 0;
  border-top: 1px solid #9fbdb6;
  height: 1px;
  margin: 6px 0 24px 0;
  background-color: none;
}

.image-wrapper {
  position: relative;
}

.caption {
  /*position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: block;
  background: rgba(0, 117, 138, 0.9);
  text-align: center;
  margin: 0;
  padding: 0;

  span {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: .5px;
    color: #fff;
    display: block;
    margin: 9px 12px 9px 12px;
  }*/
  box-sizing: border-box;
  display: block;
  height: auto;
  width: 100%;
  margin: 0;
  color: #555;
  background-color: white;
  font-style: italic;
  padding: 0.5em 0;
  font-size: 0.9rem !important;
  font-weight: 300;
}

.gallery {
  clear: both;
  display: block;
  height: 100%;
}
.gallery img {
  height: auto;
  max-width: 300px;
}
.gallery br {
  display: none;
}

/* Forms */
.wpcf7-form {
  background: #E2D9B7;
  padding: 10px;
}

.wpcf7-form-control-wrap .wpcf7-list-item {
  margin-bottom: 10px;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea {
  max-width: 100%;
}

.clearfix {
  clear: both;
}

.breadcrumb-wrapper {
  padding: 1em 0 0 0;
  color: #777;
}

/*.button {
	@include button;
}*/
.back_to_top i {
  font-size: 1.7rem;
}

.far.fa-times-circle {
  font-size: 2em;
}

.learn-more {
  white-space: nowrap;
}

.ccfic {
  background-color: white;
  font-style: italic;
  padding: 0.5em 0;
  font-size: 0.9rem;
}

.header {
  background: #fff;
}
.header .utility-nav {
  display: block;
  height: 35px;
  width: 100%;
}
.header .utility-nav .search-wrapper {
  display: none;
}
.header .utility-nav .search-wrapper .search-icon {
  float: right;
  padding-top: 8px;
  padding-left: 10px;
}
@media screen and (max-width: 670px) {
  .header .utility-nav .search-wrapper .search-icon {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .header .utility-nav .search-wrapper {
    display: inline-block;
    float: right;
  }
}
@media screen and (max-width: 380px) {
  .header .utility-nav .search-wrapper {
    width: 50%;
  }
  .header .utility-nav .search-wrapper input {
    width: 100%;
  }
}
.header .masthead {
  display: block;
  padding: 20px 0 10px;
  width: 100%;
}
.header .masthead .masthead_phone {
  width: 300px;
  height: 33px;
  float: right;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 24px !important;
  letter-spacing: 0.01em;
  line-height: 22px;
  color: #4f4f4f;
  text-align: right;
  padding: 0;
  text-decoration: none;
  color: inherit;
}
.header .masthead .masthead_phone a {
  color: #4f4f4f;
}
.header .masthead .masthead_phone a img, .header .masthead .masthead_phone a span {
  vertical-align: middle;
}
.header .masthead .content-wrapper {
  padding: 0;
  position: relative;
  height: inherit;
}
@media screen and (max-width: 478px) {
  .header .masthead .content-wrapper {
    max-width: 100%;
    width: 100%;
  }
}
.header .masthead .logo {
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .header .masthead .logo {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header .masthead .logo {
    margin: 24px 0 0 24px;
    width: 363px;
  }
}
@media screen and (max-width: 670px) {
  .header .masthead .logo {
    display: block;
    float: none;
    margin-left: 0;
    text-align: center;
    width: auto;
  }
  .header .masthead .logo img {
    max-height: 60px;
  }
}
.header .masthead .search-wrapper {
  position: absolute;
  right: 0;
  top: 54%;
  /*input.search-icon {
    border-style: none;
    height: 30px;
    margin: 0 0 0 10px;
    padding: 0;
    vertical-align: middle;
    width: 30px;
  }*/
}
@media screen and (max-width: 1024px) {
  .header .masthead .search-wrapper {
    right: 10px;
  }
}
@media screen and (max-width: 670px) {
  .header .masthead .search-wrapper {
    display: block;
    margin: 0 auto;
    position: relative;
    right: 0;
    top: -10px;
  }
  .header .masthead .search-wrapper form {
    text-align: center;
    width: 100%;
  }
}
.header .masthead .search-wrapper input.search-input {
  border: 1px solid #e5e4e4;
  height: 40px;
  padding: 0.5em;
  width: 212px;
  font-size: 1rem;
}
.header .masthead .search-wrapper .search-icon {
  color: #84a7c3;
  font-size: 1.2rem;
  background-color: transparent;
  border: none;
  display: inline-block;
  width: 27px;
}
.header .main-nav {
  background-color: #0e4d8f;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header .main-nav {
    height: 42px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header .main-nav-container {
    height: 42px;
  }
}
.header .title-container {
  border-top: none;
  width: 100%;
  /*.content-wrapper {
    border-bottom: 1px solid #E2D8B9;
  }*/
}
.header .title-container:last-of-type {
  padding-bottom: 1em;
}
.header .news-button {
  background-color: yellow;
  border: none;
  color: purple;
  display: inline-block;
  padding: 15px 32px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.header .news-banner-top-panel {
  display: none;
}
.header .news-row {
  display: none;
}

.page-template-template-mammography-form-page .header .title-container {
  background: #fff;
}

.utility-nav {
  text-align: right;
  z-index: 9999;
}
.utility-nav ul {
  list-style: none;
  margin: 0;
}
.utility-nav ul li {
  display: inline-block;
  /** mobile fixes; only show last item **/
  /*
        &.current-menu-parent:not(.sub-menu-sub-header) {
          position: relative;
          background: transparent; //$active-utility-nav-top;
  				> a {
  				//	color: #a4cafa;
  				}
          &.active:not(.current-menu-parent) {
            background: none;

            .sub-menu {
              top: 35px !important;
            }
          }
        }*/
}
@media screen and (max-width: 768px) {
  .utility-nav ul li {
    display: none;
  }
  .utility-nav ul li:last-of-type {
    display: inline-block;
  }
}
.utility-nav ul li a {
  padding: 0 1em;
  display: inline-block;
  width: 100%;
  color: #0072ff;
}
.utility-nav ul li a:hover {
  color: #0e4d8f;
  text-decoration: none;
}
.utility-nav ul li.active {
  background: #093461;
}
.utility-nav ul li.active a {
  color: #e5e4e4;
}
.utility-nav ul li.current_page_item {
  background: #093461;
  position: relative;
}
.utility-nav ul li.sub-mega-menu > .sub-menu {
  width: 600px !important;
}
.utility-nav ul li.sub-mega-menu > .sub-menu .sub-menu-sub-header {
  float: left;
  width: 50%;
}
.utility-nav ul li .sub-menu {
  background: #093461;
  display: none;
  margin: 0;
  padding: 0.75em 0 1em;
  position: absolute;
  text-align: left;
  width: 275px;
  z-index: 101;
  font-size: 0.95em;
}
.utility-nav ul li .sub-menu .sub-menu-sub-header > a {
  color: white;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e4e4;
  cursor: default;
  margin: 0 1em 0.5em;
  padding: 0 0 0.5em;
  width: calc(100% - 2em);
  display: inline-block;
  line-height: 1em;
}
.utility-nav ul li .sub-menu .sub-menu-sub-header:hover > a {
  background: none !important;
  color: white;
}
.utility-nav ul li .sub-menu .sub-menu {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.utility-nav ul li .sub-menu li {
  display: block;
}
.utility-nav ul li .sub-menu li a {
  color: white;
}
.utility-nav ul li .sub-menu li a:hover {
  background-color: #0e4d8f !important;
  color: white;
}
.main-nav-container {
  background: #0e4d8f;
}
.main-nav-container .content-wrapper {
  max-width: 1090px !important;
}

@media screen and (max-width: 768px) {
  .main-nav {
    display: none;
  }
}
.main-nav .content-wrapper {
  max-width: 1090px !important;
}
.main-nav ul {
  list-style: none;
  margin: 0 auto;
  max-width: 1208px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .main-nav ul {
    display: none;
  }
}
.main-nav ul > li {
  display: inline-block;
  height: 44px;
  margin-top: 0;
  padding: 0;
}
.main-nav ul > li:not(.current-menu-parent):hover {
  background-color: #093461;
  color: #FFF;
  cursor: pointer;
}
.main-nav ul > li.current-menu-parent.active, .main-nav ul > li.current_page_item {
  color: #a4cafa;
}
.main-nav ul > li a {
  color: #FFF;
  display: block;
  min-height: 100%;
  padding: 0.8em 1.25em 0.8em;
}
@media screen and (max-width: 1080px) {
  .main-nav ul > li a {
    padding: 0.4em 0.75em;
  }
}
@media screen and (max-width: 960px) {
  .main-nav ul > li a {
    padding: 0.4em 0.55em;
  }
}
@media screen and (max-width: 855px) {
  .main-nav ul > li a {
    padding: 0.4em;
    font-size: 15px;
  }
}
.main-nav ul > li a:hover {
  color: #fff;
  min-height: 100%;
  text-decoration: none;
}
.main-nav ul .sub-menu {
  background: #093461;
  display: none;
  margin: -1px 0 0;
  padding: 1em 0 1.5em;
  position: absolute;
  text-align: left;
  width: 315px;
  z-index: 101;
}
.main-nav ul .sub-menu > li {
  display: block;
  height: auto;
  white-space: nowrap;
  break-inside: avoid;
  line-height: 100%;
  padding: 0 0.85em 0 0.5em;
  text-align: left;
  width: 100%;
}
.main-nav ul .sub-menu > li:hover {
  background: #0e4d8f;
}
.main-nav ul .sub-menu > li:hover ul {
  background: #025f6f;
}
.main-nav ul .sub-menu > li:hover ul li:hover {
  background: #405943;
}
.main-nav ul .sub-menu > li a {
  color: #FFF;
}
.main-nav ul .sub-menu > li a:hover {
  background: transparent;
  color: #fff;
}
.main-nav ul .sub-menu > li::after {
  border: 0;
  content: 0;
}
.main-nav ul .sub-menu > li > ul.sub-menu {
  margin: 0 0 0 -0.5em;
  overflow: hidden;
  padding: 0 0 10px;
  position: relative;
}
.main-nav ul .sub-menu > li > ul.sub-menu li {
  padding-left: 40px;
}
.main-nav ul .current-menu-item,
.main-nav ul .current-menu-parent,
.main-nav ul .current_page_item {
  position: relative;
  /*&::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #8ab239;
    content: " ";
    height: 0;
    left: 0;
    margin: 0 0 0 30px;
    position: absolute;
    top: 100%;
    width: 0;
  }*/
}
.main-nav ul .current-menu-item:hover,
.main-nav ul .current-menu-parent:hover,
.main-nav ul .current_page_item:hover {
  background: #093461 !important;
}
.main-nav ul .current-menu-item a,
.main-nav ul .current-menu-parent a,
.main-nav ul .current_page_item a {
  color: #a4cafa;
}
.main-nav ul .current-menu-item a:hover,
.main-nav ul .current-menu-parent a:hover,
.main-nav ul .current_page_item a:hover {
  color: #FFF;
}

.sidebar ul.menu {
  list-style: none;
  padding: 0;
}
.sidebar ul.menu li {
  margin-bottom: 10px;
}
.sidebar ul.menu li.current_page_item a {
  color: #57715f;
}

.nav-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav-mobile {
    display: block;
  }
}
.nav-mobile .utility li:last-of-type {
  display: none;
}

#responsive-menu-button .responsive-menu-label {
  font-weight: 400 !important;
}

#responsive-menu .menu-item {
  background-color: #1f8c9f !important;
  background-image: linear-gradient(0deg, #4a8744 10%, #86bf81 100%) !important;
}

.responsive-menu-subarrow {
  width: 0 !important;
}

#responsive-menu-container #responsive-menu > li.responsive-menu-item > a {
  background: transparent !important;
}

button#responsive-menu-button {
  top: 148px !important;
}
@media screen and (max-width: 670px) {
  button#responsive-menu-button {
    top: 172px !important;
  }
}

#responsive-menu-container {
  top: 208px !important;
}
#responsive-menu-container br {
  display: none;
}

#responsive-menu > .responsive-menu-item a,
#responsive-menu > .responsive-menu-item {
  background-image: linear-gradient(0deg, #A23602 10%, #BD4F1A 100%) !important;
}
#responsive-menu li.current_page_item,
#responsive-menu li.current_page_item a {
  background-image: none !important;
  background-color: #536c5b !important;
}

.admin-bar button#responsive-menu-button {
  top: 193px !important;
}
@media screen and (max-width: 670px) {
  .admin-bar button#responsive-menu-button {
    top: 215px !important;
  }
}

.admin-bar #responsive-menu-container {
  top: 250px !important;
}

/*
.post-type-archive-provider .main-nav ul .menu-item-1628,
.post-type-archive-provider .main-nav ul .menu-item-164 {
  background: $nav;
  position: relative;

  &:hover {
    //background: $heading-color;
    background: $active-nav !important;
  }

  a {
    color: #FFF;

    &:hover {
      // background: $heading-color;
      color: #FFF;
    }
  }

  &::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #8ab239;
    content: " ";
    height: 0;
    left: 0;
    margin: 0 0 0 30px;
    position: absolute;
    top: 100%;
    width: 0;
  }
}*/
main a {
  font-weight: 400;
  text-decoration: none;
}
main .intro {
  display: inline-block;
  margin-bottom: 18px;
  width: 100%;
}
main .intro p {
  padding: 18px 0 0 0;
  margin: 0;
}
@media screen and (max-width: 480px) {
  main .intro img {
    display: block;
    height: auto;
    margin: 0 auto 20px auto;
    padding: 10px;
    width: 100%;
  }
}
main section > article {
  padding: 0 0 15px 0;
}
main section p {
  margin-top: 5px;
  padding: 0;
}
main section.posts-wrapper {
  border-right: 1px solid #e5e4e4;
  margin: 35px auto;
  min-height: 390px;
}
@media screen and (max-width: 767px) {
  main section.posts-wrapper {
    border-right: 0;
  }
}
main section ul {
  padding-left: 20px;
}
main section ul li {
  padding-top: 5px;
}
main .wp-caption,
main .wp-block-image {
  background: transparent;
  border: 0;
  padding: 10px !important;
  position: relative;
  overflow: hidden;
}
main .wp-caption img,
main .wp-block-image img {
  max-width: 100%;
}
main .wp-caption iframe,
main .wp-block-image iframe {
  display: block;
}
main .wp-block-image.sidebar-hero-template {
  margin-bottom: 2em;
}
main p.wp-caption-text,
main figure.wp-block-image figcaption {
  box-sizing: border-box;
  display: block;
  height: auto;
  width: 100%;
  margin: 0;
  color: #555;
  background-color: white;
  font-style: italic;
  padding: 0.5em 0;
  font-size: 0.9rem !important;
  font-weight: 300;
}

blockquote {
  width: 30%;
  height: auto;
  background-color: #f3f3f3;
  float: right;
  display: block;
  margin: 24px 0 24px 24px;
  color: #56517a;
  font-weight: 300;
  font-size: 32px;
  font-style: italic;
  letter-spacing: 0.5px;
  line-height: 32px;
  padding: 24px;
  margin: 0;
}

.tha_contact_card {
  float: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .tha_contact_card {
    float: none;
    width: 100%;
  }
}

.contact-footer {
  border-top: 1px solid #CEC295;
  padding-bottom: 32px;
  text-align: center;
}
.contact-footer a {
  font-weight: 400;
}

.page-template-template-opioids .sidebar,
.page-template-template-providers-referrals .sidebar {
  padding: 0 40px 0px 0;
}
.page-template-template-opioids .sidebar > div,
.page-template-template-providers-referrals .sidebar > div {
  background: #FFF;
  border: 1px solid #e5e4e4;
  min-height: 300px;
  padding: 0 15px 10px 15px;
}

.page-template-template-providers-referrals .sidebar {
  margin-top: 20px;
}

.page-template-template-providers-clinics .title-container h2 {
  padding: 30px 0 10px;
}
.page-template-template-providers-clinics h1 {
  border-bottom: 1px solid #e5e4e4;
  margin: 10px 0 15px 0;
  padding: 0 0 15px;
}
.page-template-template-providers-clinics .sidebar {
  padding: 0 40px 0px 0;
}
.page-template-template-providers-clinics .sidebar > div {
  background: #FFF;
  border: 1px solid #e5e4e4;
  min-height: 300px;
  padding: 0 20px 10px 20px;
}
.page-template-template-providers-clinics table {
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 1.4em;
  width: 100%;
}
.page-template-template-providers-clinics thead {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
}
.page-template-template-providers-clinics th {
  font-weight: 400;
  font-size: 21px;
  background: #a6c663;
  color: #000;
  height: 46px;
  vertical-align: middle;
  border-right: 1px;
  border-right-style: solid;
  border-right-color: #8ab239;
  padding: 0 15px 0 15px;
}
.page-template-template-providers-clinics th:nth-child(1) {
  width: 125px;
}
.page-template-template-providers-clinics th:nth-child(2) {
  width: 69px;
}
.page-template-template-providers-clinics th:nth-child(4) {
  width: 56px;
}
.page-template-template-providers-clinics th:nth-child(5) {
  width: 56px;
  border-right: none;
}
.page-template-template-providers-clinics td {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
  padding: 12px 10px 12px 10px;
  border-right: 1px;
  border-right-style: solid;
  border-right-color: #8ab239;
}
.page-template-template-providers-clinics td:nth-child(4) {
  text-align: center;
}
.page-template-template-providers-clinics td:nth-child(5) {
  border-right: none;
}
.page-template-template-providers-clinics td a {
  font-weight: 400;
  font-size: 17px;
  color: #0072ff;
  text-decoration: none;
}
.page-template-template-providers-clinics td strong {
  font-weight: 500;
}
.page-template-template-providers-clinics tr.even td {
  background-color: #f3f3f3;
}
.page-template-template-providers-clinics tr.odd td {
  background-color: #e5e4e4;
}

/* staff adn leadership */
.staff {
  width: 48%;
  min-height: 182px;
  margin: 22px 28px 18px 0;
  float: left;
  display: inline;
}
.staff.right {
  margin-right: 0;
}
.staff .inner {
  width: auto;
  max-width: 292px;
  min-height: 182px;
  float: left;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 0;
}
.staff img {
  width: 140px;
  height: 182px;
  margin: 0 18px 0 0;
  float: left;
  display: inline;
}
.staff .staff_name {
  color: #728171;
  font-size: 26px;
  font-weight: 100;
  line-height: 18px;
  letter-spacing: 0;
  padding: 0 0 9px 0;
  margin: 0 0 9px 0;
}
.staff .staff_title {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.2px;
  margin: 0 0 9px 0;
}

/* FAQ controls */
/* used on OHP HealthShare */
.ohp_section_card .image-placeholder {
  width: 580px;
  height: 360px;
  background: silver;
  float: left;
  margin-right: 25px;
}

.ohp_section_card img {
  float: left;
  margin-top: 6px;
  margin-right: 25px;
}

.ohp_plans {
  margin-bottom: 25px;
}

.ohp_article {
  float: left;
  width: 50%;
}

/* used on OHP FAQs */
.ohp_question_block {
  display: table;
}

.ohp_reveal_toggle {
  display: table-cell;
  width: 35px;
}

.ohp_reveal_toggle img {
  vertical-align: middle;
  margin-bottom: 13px;
}

.ohp_reveal_content {
  display: table-cell;
}

.ohp_reveal_toggle img {
  vertical-align: middle;
  margin-bottom: 13px;
}

.ohp_reveal_toggle br {
  display: none;
}

.ohp_question_block {
  cursor: pointer;
}

p.ohp_reveal_show_all, p.ohp_reveal_show_all.open_all, p.ohp_reveal_hide_all {
  font-weight: 400;
  color: #C15721;
  cursor: pointer;
}

p.ohp_reveal_show_all:hover, p.ohp_reveal_show_all.open_all:hover, p.ohp_reveal_hide_all:hover {
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.answer_hide {
  display: none;
}

.hide_control {
  display: none;
}

/* hero adjustments, across site */
.hero_cta_box p {
  padding: 0;
  margin: 0;
}

/* CTA exception for that one instance where it's an iframe
video instead of an image */
.hero-wrapper > iframe + p {
  display: none;
}

.hero-wrapper > iframe + p + .hero_cta_box {
  background: #A7C669;
  color: #000;
  font-size: 20px !important;
  padding: 0.5em !important;
}

.content-wrapper hr {
  height: 1px;
  margin: 9px 0 32px;
  background-color: none;
  /*border-top-color: $ohsu-light-gray !important;
  border-top: 1;
  border-top-style: solid;*/
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.content-wrapper .row {
  margin-bottom: 30px;
}

.location-phone,
.location-more-info,
.location-hours,
.address {
  margin-top: 5px;
  margin-bottom: 18px;
}

.services_col_2_lg .address {
  font-style: normal !important;
}

.footer {
  background: #0e4d8f;
  border-top: 1.25em solid #f3f3f3;
  color: white;
  padding: 15px 0 50px 0;
}
.footer .content-wrapper > div {
  border-right: 1px solid rgba(229, 228, 228, 0.1);
}
.footer .content-wrapper > div:last-child {
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .footer .content-wrapper > div {
    border-right: 0;
  }
}
.footer .content-wrapper .column {
  margin: 1em 9px;
  padding-left: 10px;
}
.footer .content-wrapper .column h3 {
  color: white;
  margin: 0;
  padding: 0;
}
.footer .content-wrapper .column a {
  display: block;
  color: #ebeaea;
}
.footer .content-wrapper .column a:hover {
  color: white;
}
@media screen and (max-width: 768px) {
  .footer .content-wrapper .column {
    border-bottom: 1px solid #e5e4e4;
    border-right: 0;
    height: auto;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer .content-wrapper {
    padding: 0;
    width: 100%;
  }
}
.footer .content-wrapper > div:last-child .column {
  border: 0;
}
.footer .content-wrapper .social h3 {
  margin-bottom: 20px;
}
.footer .content-wrapper .social a {
  line-height: 40px;
  margin-top: 12px;
  display: inline-block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  margin-right: 10px;
}
.footer .content-wrapper .social a img {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .footer .content-wrapper .social a {
    display: inline-block;
  }
}
.footer .column ul {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}
.footer .column ul li {
  padding: 0.25em 0;
}
.footer .story_button {
  background-color: #ffc529;
  background-image: linear-gradient(to bottom, #ffd769, #ffc529);
  color: #805b16 !important;
  border: 1px solid #edb519;
  border-radius: 25px;
  display: inline-block;
  line-height: normal;
  padding: 0.75em 1.125em;
  text-align: center;
  text-decoration: none;
}
.footer .story_button:hover {
  background-image: linear-gradient(to bottom, #ffc529, #ffd769);
}
.footer .story_button * {
  color: #805b16 !important;
}
@media screen and (max-width: 768px) {
  .footer .story_button {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer .copyright {
  margin-top: 1.4rem;
  border-top: 1px solid rgba(229, 228, 228, 0.1);
  padding-top: 1rem;
}

.home .footer {
  border-top: none;
}

.search-results section {
  margin-bottom: 80px;
}
.search-results .result-query {
  margin-bottom: 18px;
  padding-top: 18px;
}
.search-results .table-head {
  color: #fff;
  display: table;
  width: 100%;
}
.search-results .table-head > div {
  background: #0e4d8f;
  border-right: 1px solid #0e4d8f;
  display: table-cell;
  height: 46px;
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
}
.search-results .table-result {
  padding-bottom: 0;
}
.search-results .table-result:nth-child(odd) {
  background: #e5e4e4;
}
.search-results .table-result:nth-child(even) {
  background: #f3f3f3;
}
.search-results .table-result > div {
  border-right: 1px solid #0072ff;
  padding: 12px 10px 12px 10px;
}
.search-results .table-result > div p {
  margin: 0;
  padding: 0;
}

.find-a-provider article .pure-u-1 > div,
.pharmacy-search article .pure-u-1 > div {
  padding: 40px;
}
.find-a-provider article .pure-u-1:first-child > div,
.pharmacy-search article .pure-u-1:first-child > div {
  padding-left: 0;
}
.find-a-provider article .pure-u-1:last-child > div,
.pharmacy-search article .pure-u-1:last-child > div {
  padding-right: 0;
}
.find-a-provider article h4,
.pharmacy-search article h4 {
  margin-bottom: 20px;
}
.find-a-provider article form,
.pharmacy-search article form {
  background: #E2D9B7;
  margin-top: 40px;
  min-height: 200px;
  padding: 20px;
}
.find-a-provider article form h4,
.pharmacy-search article form h4 { /* label */
  color: #4f4f4f;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
}
.find-a-provider article form select,
.pharmacy-search article form select {
  font-size: 18px;
  width: 266px;
}
.find-a-provider article form .sf-input-select,
.pharmacy-search article form .sf-input-select {
  max-width: 100%;
  min-width: 266px;
}
.find-a-provider article form input,
.pharmacy-search article form input {
  border: 1px solid #BD4F1A;
  max-width: 100%;
  min-width: 266px;
}
.find-a-provider article form input[type=submit],
.pharmacy-search article form input[type=submit] {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 15px;
  min-width: auto;
  padding: 3px 10px;
}
.find-a-provider article form input[type=checkbox],
.pharmacy-search article form input[type=checkbox] {
  float: left;
  min-width: 20px;
}
.find-a-provider article form li.sf-field-post-meta-accepting_new_patients,
.pharmacy-search article form li.sf-field-post-meta-accepting_new_patients {
  float: left;
  margin: 10px 0 30px -25px;
  padding: 0;
}
.find-a-provider article form li.sf-field-post-meta-accepting_new_patients input,
.pharmacy-search article form li.sf-field-post-meta-accepting_new_patients input {
  display: inline;
  float: left;
}
.find-a-provider article form li.sf-field-post-meta-accepting_new_patients label,
.pharmacy-search article form li.sf-field-post-meta-accepting_new_patients label {
  float: left;
  width: 90%;
}

.find-a-provider input[type=submit] {
  background: linear-gradient(0deg, #BD4F1A 10%, #e5753f 100%);
  border: none;
  border-radius: 3px;
  color: #FFF;
  font-size: 18px !important;
  padding: 15px 10px !important;
  margin: 10px auto;
  min-width: 200px !important;
  display: block;
}
@media screen and (max-width: 1023px) {
  .find-a-provider .pure-u-1:first-child > div {
    padding-right: 0;
  }
  .find-a-provider .pure-u-1:last-child > div {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  .pharmacy-search .pure-u-1:first-child > div {
    padding-right: 0;
  }
  .pharmacy-search .pure-u-1:last-child > div {
    padding-right: 0;
    padding-left: 0;
  }
}

.provider-results section,
.pharmacy-results section {
  border-top: 1px solid #e5e4e4;
  padding-top: 30px;
}
.provider-results article,
.pharmacy-results article {
  border-top: 1px solid #e5e4e4;
  padding: 30px 0;
}
.provider-results article .pure-u-1-3,
.pharmacy-results article .pure-u-1-3 {
  padding-right: 20px;
}
.provider-results article .pure-u-1-3 h3,
.pharmacy-results article .pure-u-1-3 h3 {
  margin-top: 0;
}

.ee_map {
  border: 1px solid #E2D9B7;
  height: 250px;
}

aside.sidebar {
  padding: 35px 0 0 20px;
}
aside.sidebar .sidebar-widget > div {
  padding-bottom: 30px;
}
aside.sidebar .sidebar-widget h3 {
  padding-bottom: 10px;
}
aside.sidebar .widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside.sidebar .widget_categories ul a {
  padding-bottom: 10px;
}
aside.sidebar .widget_archive label {
  display: none;
}
aside.sidebar .widget_archive select {
  background: #0072ff;
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 160px;
  font-size: 14px;
  line-height: 18px;
  text-indent: 3px;
  text-overflow: "";
  color: #FFF;
  border-radius: 4px;
  padding: 8px 6px 6px 6px;
}
@media screen and (max-width: 768px) {
  aside.sidebar {
    padding-left: 0px;
  }
}

.home .alert-banner {
  background-color: #C4291C;
  color: white;
  text-align: center;
  overflow: hidden;
  height: auto;
}
.home .alert-banner .alert-banner-content {
  max-width: 1208px;
  margin: 30px auto 35px;
  padding: 0 5%;
}
.home .alert-banner .alert-banner-content h1, .home .alert-banner .alert-banner-content h2, .home .alert-banner .alert-banner-content h3, .home .alert-banner .alert-banner-content h4, .home .alert-banner .alert-banner-content h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  padding-top: 0;
}
.home .alert-banner .alert-banner-content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.home .alert-banner .alert-banner-content p:last-child {
  margin-bottom: 0;
}
.home .alert-banner .alert-banner-content a {
  color: #D6E5FC;
}
.home .news-banner-top-panel {
  display: block;
}
.home main {
  background-color: #3a3a3a;
}
.home .hero-wrapper {
  position: relative;
  z-index: 0;
  max-width: 2000px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .home .hero-wrapper {
    padding-bottom: 50px;
  }
}
.home .hero-wrapper img {
  height: auto;
}
@media screen and (max-width: 667px) {
  .home .hero-wrapper img {
    height: auto;
    min-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .home .hero-wrapper img {
    height: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .home .hero-wrapper .hero_photo_container {
    min-height: 500px;
  }
  .home .hero-wrapper .hero_photo_container img {
    height: 500px;
    width: auto;
    max-width: 2000px;
    max-height: 500px;
    width: auto;
    height: auto;
  }
}
.home .hero-wrapper .hero_cta_box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 100%;
  overflow: hidden;
  background-color: white;
  text-align: center;
  padding: 15px 128px 15px 128px;
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
}
.home .hero-wrapper .hero_cta_box p {
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home .hero-wrapper .hero_cta_box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 667px) {
  .home .hero-wrapper .hero_cta_box {
    font-size: 20px;
    padding: 15px;
    text-align: left;
    width: 100%;
    position: relative;
  }
}
.home .hero-wrapper .quicklink-box {
  /*background: rgba(255,255,255,0.90);
  background:#396695;
  background: rgba(57,102,149, .90);*/
  background: #585e60;
  display: block;
  height: 100%;
  overflow: hidden;
  padding: 12px 0 24px 0;
  position: absolute;
  right: 60px;
  top: 0;
  width: 277px;
  /*
  @media screen and (max-width: 600px) {
    width: 36%;
  }

  @media screen and (max-width: 568px) {
    height: 75%;
    width: 38%;
  }

  @media screen and (max-width: 716px) {
    height: 100%;
  }

  @media screen and (max-width: 420px) {
    width: 100%;
  }
  */
}
@media screen and (max-width: 1024px) {
  .home .hero-wrapper .quicklink-box {
    display: block;
    float: right;
    margin: 0 0px 0 0;
    right: 0;
  }
}
@media screen and (max-width: 667px) {
  .home .hero-wrapper .quicklink-box {
    margin: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
  .home .hero-wrapper .quicklink-box span {
    display: none;
  }
}
.home .hero-wrapper .quicklink-box .quicklink-content {
  width: 90%;
  padding: 0 0 0 24px;
  text-align: left;
  vertical-align: top;
  color: white;
  font-size: 1.4em;
}
.home .hero-wrapper .quicklink-box .quicklink-content .quicklink-description {
  margin-bottom: 1em;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .home .hero-wrapper .quicklink-box .quicklink-content .quicklink-description {
    margin-top: 0;
  }
}
.home .hero-wrapper .quicklink-box .quicklink-content .quicklink_button {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #0072ff;
  padding: 0 0.65em;
  width: 184px;
  height: 34px;
  margin: 0 auto 23px;
  border-radius: 3.01px;
  background-color: #bd4f1a;
  background-image: linear-gradient(0deg, #e5ddc0 5%, #fcfbf8 100%);
}
.home .hero-wrapper .quicklink-box .quicklink-content .quicklink_button:hover {
  color: #0e4d8f;
}
@media screen and (max-width: 767px) {
  .home .hero-wrapper .quicklink-box .quicklink-content .quicklink_button {
    margin-bottom: 15px;
    width: 45%;
    margin: 0 1em 1em 0;
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home .hero-wrapper .quicklink-box .quicklink-content .quicklink_button {
    font-size: 15px;
    margin: 0 0 0.5em 0;
    width: 100%;
  }
}
.home .hero-wrapper .quicklink-box .quicklink-content hr {
  border-color: black;
}
.home .hero-wrapper .quicklink-box .quicklink-content .contact-links {
  border-top: 1px solid black;
  /*
  @media screen and (max-width: 667px) {
    height:0;
  }
  */
}
@media screen and (max-width: 667px) {
  .home .hero-wrapper .quicklink-box .quicklink-content {
    margin: 9px 18px 26px 0;
    padding: 12px 0 0 24px;
    vertical-align: top;
    width: 89%;
  }
}
@media screen and (max-width: 568px) {
  .home .hero-wrapper .quicklink-box .quicklink-content {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 420px) {
  .home .hero-wrapper .quicklink-box .quicklink-content {
    width: 96%;
  }
}
.home .hero-wrapper .quicklink-box .quicklink-content h1 {
  color: #0072ff;
  margin-bottom: 58px;
}
@media screen and (max-width: 667px) {
  .home .hero-wrapper .quicklink-box .quicklink-content h1 {
    font-size: 17px;
    line-height: 26px;
  }
}
@media screen and (max-width: 420px) {
  .home .hero-wrapper .quicklink-box .quicklink-content h1 {
    font-size: 18px;
  }
}
.home .hero-wrapper .masthead-donate {
  bottom: 0;
  display: block;
  left: 40px;
  position: absolute;
}
@media screen and (max-width: 667px) {
  .home .hero-wrapper .masthead-donate {
    display: none;
  }
}
.home .content-wrapper {
  max-width: 980px;
}
@media screen and (max-width: 478px) {
  .home .content-wrapper {
    max-width: 100%;
    width: 100%;
  }
}
.home .content-wrapper section {
  padding: 30px 0 55px;
}
.home .content-wrapper section > div {
  padding: 0 10px;
}
@media screen and (max-width: 478px) {
  .home .content-wrapper section > div {
    padding: 0px;
  }
}
.home .content-wrapper section .callout {
  background: #F2EFE2;
  border: 1px solid #93C2C1;
  height: 450px;
  margin: auto;
  max-width: 305px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home .content-wrapper section .callout {
    height: auto;
    margin: 18px 0 0 0;
    max-width: 100%;
    padding: 0 0 18px 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .home .content-wrapper section .callout {
    width: 94.5%;
    height: auto;
    margin: -6px 0 9px 9px;
  }
}
.home .content-wrapper section .callout h2 {
  font-weight: 300;
  font-size: 39px;
  font-style: normal;
  color: #0072ff;
  text-align: left;
  padding: 0.35em 0.5em 0.1em 0.5em;
  margin: 0;
}
.home .content-wrapper section .callout h3 {
  font-weight: 400;
  font-size: 18px;
  color: #127e92;
  padding: 0.35em 0.5em 0.1em 0.9em;
  line-height: 20px;
  margin: 0;
}
.home .content-wrapper section .callout h3 a {
  color: #127e92;
  font-weight: 400;
}
.home .content-wrapper section .callout p {
  font-weight: 300;
  font-size: 16.5px;
  letter-spacing: 0.02em;
  line-height: 23px;
  color: #3d3d3d;
  text-align: left;
  padding: 0.35em 1em 0 1em;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .home .content-wrapper section .callout p {
    display: block;
    width: 100%;
  }
}
.home .content-wrapper section .callout img {
  height: auto;
  margin: 0.5em 1.1em;
  max-height: 150px;
  max-width: 350px;
  width: 87%;
}
@media screen and (max-width: 480px) {
  .home .content-wrapper section .callout img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
  }
}
.home .content-wrapper section .callout .callout-link {
  text-align: right;
}
.home .content-wrapper section .callout .callout-link a {
  font-weight: 400;
  font-size: 17px;
  color: #0072ff;
  display: block;
  margin-right: 1.1em;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .home .content-wrapper section .callout img {
    width: 45%;
    height: auto;
    margin-left: 1em;
    background-color: #f3f3f3;
    float: left;
    display: inline;
  }
  .home .content-wrapper section .callout h2 {
    font-size: 1.6em;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 0.35em 0.5em 0;
    margin: 0;
  }
  .home .content-wrapper section .callout h3 {
    width: 45%;
    font-size: 0.9em;
    line-height: 21px;
    font-weight: 400;
    text-align: left;
    padding: 0 0 0.35em 0;
    margin: 0;
    float: left;
    display: inline;
  }
  .home .content-wrapper section .callout p {
    width: 45%;
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 0.02;
    line-height: 1.35em;
    text-align: left;
    padding: 0.35em 0;
    margin: 0;
    float: left;
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  .home .content-wrapper section .callout {
    padding: 0 10px 20px 10px;
    margin-bottom: 15px;
  }
  .home .content-wrapper section .callout .callout-content {
    display: block;
    height: 100%;
  }
  .home .content-wrapper section .callout h2 {
    padding-left: 0;
  }
  .home .content-wrapper section .callout h3 {
    width: 100%;
  }
  .home .content-wrapper section .callout p {
    display: block;
    width: 100%;
  }
  .home .content-wrapper section .callout img {
    clear: both;
    display: block;
    float: none;
    height: auto;
    margin: 0 0 0.5em 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
  }
  .home .content-wrapper section .callout .callout-link a {
    display: block;
    width: 99%;
    font-size: 15px;
  }
}

.newsbox-container {
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .newsbox-container {
    width: 960px;
    display: flex;
  }
}
@media screen and (max-width: 980px) and (min-width: 768px) {
  .newsbox-container {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .newsbox-container {
    padding: 0.5em;
  }
}
.newsbox-container.newsbox-full-width {
  display: block;
}
.newsbox-container .newsbox-section {
  background: #fff;
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.82);
  padding: 0 20px 20px 20px;
}
.newsbox-container .newsbox-section p {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 300;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .newsbox-container .newsbox-section p {
    font-size: 14px;
  }
}
.newsbox-container .newsbox-section h2 {
  margin: 0;
  padding: 0.3em 0;
}
@media screen and (max-width: 768px) {
  .newsbox-container .newsbox-section {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .newsbox-container .newsbox-section {
    display: inline-block;
    float: left;
    margin: 0 5px 1em 5px;
    width: 240px;
    min-height: 400px;
  }
}
@media screen and (min-width: 980px) {
  .newsbox-container .newsbox-section {
    display: inline-block;
    width: 303px;
    margin: 28px 6px 48px 6px;
    min-height: 430px;
  }
}
.newsbox-container .newsbox-section .newsbox-section-subheader {
  font-size: 1em;
  line-height: 1;
}
.newsbox-container .newsbox-section .newsbox-section-readmore {
  display: block;
  text-align: right;
  font-size: 17px;
}
.newsbox-container .newsbox-section.newsbox-wide {
  width: 100%;
  height: auto;
  min-height: 0;
  display: flex;
  padding-bottom: 0;
}
.newsbox-container .newsbox-section.newsbox-wide h3 {
  margin: 0;
}
.newsbox-container .newsbox-section.newsbox-wide:first-of-type {
  margin-bottom: 0;
}
.newsbox-container .newsbox-section.newsbox-wide div:first-of-type {
  width: 350px;
  padding: 1em 1em 1em 0;
}
.newsbox-container .newsbox-section.newsbox-wide div:nth-of-type(2) {
  width: 740px;
}

.page-template-template-stories article {
  border-bottom: 1px solid #CCC;
  margin-top: 28px;
  padding-bottom: 36px;
}
.page-template-template-stories article:last-child {
  border: 0;
}
.page-template-template-stories article p {
  margin-top: 0;
  padding-top: 7px;
}
.page-template-template-stories article .story_category {
  color: #3d3d3d;
  margin: 0 0 6px 0;
  padding: 0;
}
.page-template-template-stories article .pure-g > div:nth-child(2) {
  padding-left: 10px;
}

.posts-back {
  height: 45px;
  border-bottom: 1px solid #e5e4e4;
  margin: 12px 0 34px 0;
  padding: 3px 0 3px 0;
  letter-spacing: 0.8px;
  line-height: 30px;
}
.posts-back:last-child {
  border-top: 1px solid #e5e4e4;
  border-bottom: 0;
  height: 45px;
  margin: 0 0 60px 0;
  padding: 25px 0 0 0;
}

.press-release .date {
  color: #4f4f4f;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0 0 18px 0;
}
.press-release article {
  padding-bottom: 0;
}
.press-release .image-wrapper {
  position: relative;
  z-index: -1;
  width: 48%;
  height: auto;
  border: none;
  margin: 4px 24px 22px 0;
  padding: 0;
  float: left;
  display: block;
}

.story h2 {
  color: #3d3d3d;
}
.story .posts-back {
  padding-bottom: 18px;
  margin: 20px 0;
}
.story .image-wrapper {
  position: relative;
  z-index: 0;
  width: 643px;
  height: auto;
  border: none;
  margin: 4px 24px 24px 0;
  padding: 0;
  float: left;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .story .image-wrapper {
    width: 50%;
    margin: 4px 24px 12px 0;
  }
}
@media screen and (max-width: 480px) {
  .story .image-wrapper {
    display: block;
    width: 100%;
  }
}
.story .image-wrapper .give-today {
  width: 124px;
  height: 117px;
  padding: 0 0 0 0;
  left: 20px;
  position: absolute;
  top: -117px;
  z-index: 9999;
}
@media screen and (max-width: 480px) {
  .story .image-wrapper .give-today {
    display: none;
  }
}

.right_col {
  width: 50%;
  float: right;
  padding-left: 1em;
}
.right_col h3 {
  font-weight: 300 !important;
  margin-bottom: 0.25em !important;
}

.left_col {
  width: 50%;
  float: left;
  padding-right: 1em;
}
.left_col h3 {
  font-weight: 300 !important;
  margin-bottom: 0.25em !important;
}

.services_col_2_lg hr {
  height: 1px;
  margin: 9px 0 32px 0;
  border-top-color: #e5e4e4;
  background-color: none;
  border-top: 1;
  border-top-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

/**
  About Leadership styles the buck the trend
**/
.about-leadership .about_col_lg .admin_text h3 {
  font-weight: 300;
  font-size: 26px;
  color: #4f4f4f;
  margin: 0 0 12px 0;
}
.about-leadership .about_col_lg .admin_text h4 {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 12px 0;
}
.about-leadership .about_col_lg hr {
  border-top-color: #e5e4e4 !important;
}

.page-template-template-page-sidebars .content-wrapper article.page,
.page-template-template-pay-online .content-wrapper article.page,
.page-template-template-rehab-team-landing .content-wrapper article.page,
.page-template-template-family-birth-unit-tours .content-wrapper article.page,
.page-template-template-obstetric-events .content-wrapper article.page,
.page-template-template-tuality-ohsu-cancer-patient-stories .content-wrapper article.page,
.single-post .content-wrapper article.page,
.single-patient-stories .content-wrapper article.page {
  width: 630px;
  float: left;
}
@media screen and (max-width: 768px) {
  .page-template-template-page-sidebars .content-wrapper article.page,
  .page-template-template-pay-online .content-wrapper article.page,
  .page-template-template-rehab-team-landing .content-wrapper article.page,
  .page-template-template-family-birth-unit-tours .content-wrapper article.page,
  .page-template-template-obstetric-events .content-wrapper article.page,
  .page-template-template-tuality-ohsu-cancer-patient-stories .content-wrapper article.page,
  .single-post .content-wrapper article.page,
  .single-patient-stories .content-wrapper article.page {
    width: 100%;
  }
}

.page-sidebar {
  width: 283px;
  height: auto;
  margin: 0 46px 0 0;
  padding: 0 0 0 0;
  float: left;
  display: block;
  min-height: 10px;
}
.page-sidebar a {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-sidebar {
    width: 100%;
  }
}
.page-sidebar hr {
  visibility: hidden;
  border-bottom: 1px solid #bac19b;
  margin: 5px 20px 20px;
  padding: 10px 0;
}

.page-sidebar .services_info {
  width: 283px;
  height: auto;
  background-color: #f3f3f3;
  margin: 0 0 19px 0;
  padding: 0 15px 5px;
}
.page-sidebar .services_info.services_info-hero-template {
  background: #fff;
  text-align: center;
}
.page-sidebar .services_info.services_info-hero-template p {
  font-weight: 300;
  color: #555;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 18px 0;
  padding: 10px 12px 0 12px;
}
@media screen and (max-width: 768px) {
  .page-sidebar .services_info {
    width: 100%;
  }
}
.page-sidebar .services_info h1 {
  font-weight: 300;
  color: #555;
  font-size: 1.6em !important;
  text-align: center;
  margin: 0 0 0 0;
  padding-bottom: 4px;
}
.page-sidebar .services_info h2 {
  font-weight: 300;
  color: #555;
  font-size: 1.4em !important;
  text-align: center;
  margin: 0 0 0 0;
}
.page-sidebar .services_info h4 {
  font-weight: 300;
  color: #555;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin: 0 0 0 0;
  padding: 26px 0 5px 0;
}
.page-sidebar .services_info p {
  font-weight: 300;
  color: #555;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  padding: 0 0 0 0;
}
.page-sidebar .services_info p a {
  font-weight: 400;
  text-decoration: none;
}
.page-sidebar .services_info p a:hover {
  text-decoration: underline;
}
.page-sidebar .services_info ul li {
  font-weight: 300;
  color: #555;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  margin: 0 20px 6px 20px;
  padding: 0 18px 0 0;
}
.page-sidebar .services_info ul li a {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  margin: 0 20px 6px 20px;
  padding: 0 0 0 0;
}
.page-sidebar .services_info ul li a:hover {
  text-decoration: underline;
}
.page-sidebar .services_info p strong {
  font-weight: 400;
}
.page-sidebar .services_info hr {
  visibility: visible;
  width: 100%;
  border-bottom: 1px solid #e5e4e4;
  border-top: none;
  margin: 5px auto 20px;
  padding: 10px 0;
}
.page-sidebar .general_info {
  width: 283px;
  height: auto;
  background-color: #f3f3f3;
  padding: 0 0 20px 0;
  margin: 0 0 18px 0;
}
@media screen and (max-width: 768px) {
  .page-sidebar .general_info {
    width: 100%;
  }
}
.page-sidebar .general_info h2 {
  font-weight: 300;
  color: #555;
  text-align: left;
  line-height: 1.1em;
  margin: 0 0 0 0;
  padding: 24px 20px 0 20px;
}
.page-sidebar .general_info h3 {
  padding: 0px 20px 0 20px;
  margin: 1em 0 0 0;
}
.page-sidebar .general_info p {
  font-weight: 300;
  color: #555;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  margin: 0 0 0 0;
  padding: 20px 20px 0 20px;
}
.page-sidebar .general_info p strong {
  font-weight: 400;
}
.page-sidebar .general_info ul li {
  font-weight: 300;
  color: #555;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin: 0 0 6px 0;
  padding-right: 20px;
}
.page-sidebar .general_info a {
  font-weight: 400;
  text-decoration: none;
}
.page-sidebar .general_info a:hover {
  text-decoration: underline;
}
.page-sidebar .general_info hr {
  visibility: hidden;
  border-bottom: 1px solid #bac19b;
  margin: 5px 20px;
  padding: 10px 0;
}

.side-nav {
  width: 281px;
  height: auto;
  background-color: #f3f3f3;
  border: 1px;
  padding: 0;
  min-height: 100px;
  list-style: none;
  margin: 0 0 19px 0;
  /*.current-menu-item > a::after {
    content: " ";
    background: url(../img/you_are_here_triangle.png) right no-repeat;
    width:2em;
    height:38px;
    display:inline-block;
    right:0;
    position: absolute;
    margin-right:-22px;
    margin-top:-8px;

    @media screen and (max-width:768px) {
      display:none;
    }
  }*/
}
@media screen and (max-width: 768px) {
  .side-nav {
    width: 100%;
  }
}
.side-nav ul {
  padding: 0;
  list-style: none;
}
.side-nav ul li {
  border-bottom: 1px solid #e5e4e4;
}
.side-nav ul li:last-child {
  border-bottom: none;
}
.side-nav a {
  font-weight: 500;
  display: inline-block;
  padding: 0.5em 1em;
  width: 100%;
  position: relative;
}
.side-nav .current-menu-item {
  background-color: #e5e4e4;
}
.side-nav .current-menu-item > a, .side-nav .current-menu-item a:hover {
  color: #555;
}
.side-nav .menu-item-type-custom a::after {
  content: " ››";
}

.side-nav .sub-menu {
  padding-left: 1.5em;
  padding-bottom: 0.5em;
}
.side-nav .sub-menu li {
  border-bottom: none;
  font-size: 0.875rem;
}
.side-nav .sub-menu li > a {
  padding: 0.42857em 0.42857em 0.42857em 0;
}

/*accordion side nav*/
ul.expandable li {
  border-bottom: 1px solid #e5e4e4;
  position: relative;
  /*&.current_page_ancestor ul {
  	display: block;
  }*/
}
ul.expandable li:last-child {
  border-bottom: none;
}
ul.expandable li ul {
  display: none;
}
ul.expandable li.open ul {
  display: block !important;
}
ul.expandable li .arrow {
  display: none;
}
ul.expandable li.current_page_ancestor {
  background-color: #e5e4e4;
}
ul.expandable li.menu-item-has-children .arrow {
  display: block;
  position: absolute;
  left: 5px;
  top: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #e5e4e4;
  cursor: pointer;
}
ul.expandable li.menu-item-has-children .arrow:after {
  content: "ˆ";
  font-weight: 300;
  display: block;
  transform: rotate(180deg);
  font-size: 35px;
  line-height: 5px;
  display: block;
  top: 1px;
  left: 7px;
  position: absolute;
}
ul.expandable li.menu-item-has-children.open .arrow:after {
  transform: rotate(-360deg);
  top: 18px;
  left: 7px;
}
ul.expandable li ul li .arrow {
  display: none !important;
}
ul.expandable li a {
  padding-left: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding-right: 0;
  max-width: calc(100% - 60px);
}

/*
  Styles for Provider post type pages
*/
.single-provider main h3 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.single-provider .provider-header-column-container {
  display: flex;
  border-bottom: 1px solid #e5e4e4;
  padding-bottom: 20px;
}
.single-provider .provider-header-column-container .provider-header-col {
  width: 50%;
}
.single-provider .provider-header-column-container .provider-header-col h3 {
  margin-top: 0;
  line-height: 1em;
}
.single-provider aside p {
  font-size: 16px;
}
.single-provider .provider-back-to-search-results {
  text-align: right;
  border-top: 1px solid #e5e4e4;
  padding: 1em 0;
}

.post-type-archive-provider {
  /* find a provider */
  /* .provider_top h3:before {
  	content: '\2039\2039  back to search results';
  } */
  /* provider_results */
  /* exported from EE */
  /* find a provider */
  /* provider_results */
  /* Full-width provider search 8/17 */
  /* provider results page updates 8/18 */
  /* provider bio */
}
.post-type-archive-provider .provider_search_box_inline {
  display: flex;
}
.post-type-archive-provider hr {
  display: none;
}
.post-type-archive-provider .title {
  width: 100%;
  border-top: 1px;
  border-top-color: #e5e4e4;
  border-top-style: solid;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 0 9999rem;
  margin: 0 -9999rem 32px;
}
.post-type-archive-provider .title h1 {
  font-weight: 300;
  color: #56517a;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0.8px;
  padding: 18px 0;
  margin: 0;
}
.post-type-archive-provider .provider_col_1 {
  width: 283px;
  margin: 0 46px 0 0;
  padding: 0;
  float: left;
  display: block;
}
.post-type-archive-provider .provider_col_2 {
  width: 240px;
  float: left;
  display: block;
  margin: 0 62px 0 0;
}
.post-type-archive-provider .provider_col_3 {
  width: 328px;
  float: left;
  display: block;
}
.post-type-archive-provider .provider_top {
  width: 62.5%;
  float: left;
  display: block;
  margin: 0 0 18px;
  padding: 0;
}
.post-type-archive-provider .provider_top h1 {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  padding: 0;
  margin: 18px 0 0;
}
.post-type-archive-provider .provider_top h2 {
  font-weight: 500;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 34px;
  padding: 0;
  margin: 0;
}
.post-type-archive-provider .provider_top h3 {
  display: block;
  width: 631px;
  font-weight: 400;
  color: #0072ff;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 0 0 24px;
  margin: 0;
}
.post-type-archive-provider .provider_top h4 {
  display: block;
  width: 631px;
  font-weight: 400;
  color: #3d3d3d;
  font-size: 25px;
  line-height: 32px;
  text-decoration: none;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 0 0 24px;
  margin: 0;
}
.post-type-archive-provider .provider_top a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}
.post-type-archive-provider .return_top {
  display: none;
  width: auto;
  padding: 18px 0 0;
  margin: 0 0 18px -18px;
  float: right;
}
.post-type-archive-provider .provider_col_2 h1 {
  font-weight: 500;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.5px;
  padding: 0;
  margin: 0 0 5px;
}
.post-type-archive-provider .provider_col_2 h2 {
  font-weight: 400;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 34px;
  padding: 0;
  margin: 20px 0 0;
}
.post-type-archive-provider .provider_col_2 a {
  font-weight: 400;
  text-decoration: none;
  color: #0072ff;
}
.post-type-archive-provider .provider_col_2 p {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3px;
  padding: 0 0 0 18px;
  margin: 0 0 20px;
}
.post-type-archive-provider .provider_col_2 img {
  width: 240px;
  height: 320px;
  padding: 0;
  margin: 0 0 20px;
  background-color: #fff;
  border: none;
}
.post-type-archive-provider .provider_col_2 .affiliate {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.7px;
  padding: 0;
  margin: 0 0 20px;
}
.post-type-archive-provider .provider_col_3 p {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 26px;
  margin: -4px 0 24px;
}
.post-type-archive-provider .provider_col_3 h1 {
  font-weight: 500;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.5px;
  padding: 0;
  margin: 0 0 9px;
}
.post-type-archive-provider .provider_col_3 h2 {
  font-weight: 400;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 34px;
}
.post-type-archive-provider .provider_info {
  background-color: #f3f3f3;
  padding: 10px 0;
  margin: 0 0 10px 0;
}
.post-type-archive-provider .provider_info h1 {
  font-weight: 400;
  color: #3d3d3d;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  padding: 20px 0 0;
}
.post-type-archive-provider .provider_info h2 {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  padding: 18px 0 0;
}
.post-type-archive-provider .provider_info p {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
  margin: 0;
  padding: 0;
}
.post-type-archive-provider .provider_search_box {
  width: 245px;
  background-color: #fff;
  border: 1px;
  border-color: #e5e4e4;
  border-style: solid;
  padding: 20px 18px 10px;
  margin: 0 0 32px;
}
.post-type-archive-provider .video {
  width: 332px;
  height: 187px;
  background-color: #fff;
  border: none;
  margin: 38px 0 0;
}
.post-type-archive-provider .video_caption {
  margin: 18px 0 0;
}
.post-type-archive-provider .video_caption p {
  font-size: 16px;
  line-height: 22px;
}
.post-type-archive-provider .return_bottom {
  display: none;
}
.post-type-archive-provider .provider_info_line {
  display: none;
}
.post-type-archive-provider fieldset {
  padding: 0;
  margin: 4px 0 0;
  border: none;
}
.post-type-archive-provider fieldset legend {
  font-weight: 400;
  color: #3d3d3d;
  font-size: 17px;
  margin: 0 0 9px;
}
.post-type-archive-provider fieldset h4 {
  display: none;
}
.post-type-archive-provider fieldset br {
  clear: both;
  margin-bottom: 24px;
}
.post-type-archive-provider fieldset select {
  clear: both;
  color: #3d3d3d;
  display: block;
  font-weight: 300;
  line-height: 28px;
  border: 1px solid #0072ff;
  border: 1px solid #0072ff;
  clear: both;
  color: #3d3d3d;
  display: block;
  font-size: 0.9em;
  font-weight: 300;
  height: 28px;
  line-height: 28px;
  margin-bottom: 20px;
  width: 100%;
  /*-webkit-appearance: none;
  -moz-appearance: none;*/
}
.post-type-archive-provider fieldset.alphabet {
  padding: 0;
}
.post-type-archive-provider fieldset.alphabet .button {
  background: #fff;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: 400;
  color: #0072ff;
  font-size: 25px;
  border: none;
  display: block;
  width: 27px;
  height: 34px;
  float: left;
  vertical-align: center;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.post-type-archive-provider fieldset.alphabet .button:hover {
  cursor: pointer;
  background: #0072ff;
  color: #fff;
}
.post-type-archive-provider input {
  font-weight: 300;
  color: #555555;
  font-size: 14px;
  line-height: 24px;
  padding: 0 6px;
}
.post-type-archive-provider input[type=text].sitesearch:focus {
  background: #fff;
}
.post-type-archive-provider input.submit {
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  border: none;
  background-color: #0072ff;
}
.post-type-archive-provider .input {
  width: 74%;
  margin: 0 3px 0 0;
}
.post-type-archive-provider .provider_submit_button {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  width: 40px;
  height: 27px;
  border-style: none;
  border-radius: 3.01px;
  background-color: #007c92;
  background-image: -webkit-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  background-image: -moz-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  background-image: -o-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  background-image: linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
}
.post-type-archive-provider .search_arrow {
  width: 280px;
  height: 46px;
  background-image: url("/themes/tuality/images/layout/provider_arrow_bkgrd.png");
  background-repeat: no-repeat;
  margin: 60px 0 0;
  padding: 0 9px 0 0;
}
.post-type-archive-provider .search_arrow h1 {
  font-weight: 300;
  color: #fff;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 0.5px;
  margin: 0 0 0 48px;
}
.post-type-archive-provider .provider_result {
  width: 630px;
  float: left;
  display: block;
  margin: 0 0 18px;
  padding: 0;
}
.post-type-archive-provider .provider_result p {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin: 15px 0 18px;
}
.post-type-archive-provider table {
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 1.4em;
  width: 100%;
}
.post-type-archive-provider thead {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
}
.post-type-archive-provider th {
  font-weight: 400;
  font-size: 21px;
  background: #a6c663;
  color: #000;
  height: 46px;
  vertical-align: middle;
  border-right: 1px;
  border-right-style: solid;
  border-right-color: #8ab239;
  padding: 0 15px;
}
.post-type-archive-provider th:nth-child(1) {
  width: 125px;
}
.post-type-archive-provider th:nth-child(2) {
  width: 69px;
}
.post-type-archive-provider th:nth-child(4) {
  width: 56px;
}
.post-type-archive-provider th:nth-child(5) {
  width: 56px;
  border-right: none;
}
.post-type-archive-provider td {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
  padding: 12px 10px;
  border-right: 1px;
  border-right-style: solid;
  border-right-color: #8ab239;
}
.post-type-archive-provider td:nth-child(4) {
  text-align: center;
}
.post-type-archive-provider td:nth-child(5) {
  border-right: none;
}
.post-type-archive-provider td a {
  font-weight: 400;
  font-size: 17px;
  color: #0072ff;
  text-decoration: none;
}
.post-type-archive-provider td strong {
  font-weight: 500;
}
.post-type-archive-provider tr:nth-of-type(even) td {
  background-color: #f3f3f3;
}
.post-type-archive-provider tr:nth-of-type(odd) td {
  background-color: #d2dcac;
}
@media (max-width: 768px) {
  .post-type-archive-provider .breadcrumb {
    width: 100%;
    height: 32px;
    margin: 0;
  }
  .post-type-archive-provider .title {
    width: 100%;
    padding: 0 18px;
    margin: 0 -18px 32px;
  }
  .post-type-archive-provider .title h1 {
    font-size: 50px;
    line-height: 32px;
    letter-spacing: 0.8px;
    padding: 18px 0;
    margin: 0;
  }
  .post-type-archive-provider .provider_info {
    display: none;
    background-color: #e5e4e4;
  }
  .post-type-archive-provider .provider_info h1 {
    font-weight: 400;
    color: #3d3d3d;
    font-size: 22px;
    line-height: 26px;
    margin: 0;
    padding: 12px 0 0;
  }
  .post-type-archive-provider .provider_info h2 {
    font-weight: 400;
    color: #3d3d3d;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 6px 0 0;
  }
  .post-type-archive-provider .provider_info p {
    font-weight: 300;
    color: #3d3d3d;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 12px;
  }
  .post-type-archive-provider .provider_top {
    width: 67%;
    float: left;
    display: block;
    margin: 0 0 18px;
    padding: 0;
  }
  .post-type-archive-provider .provider_top h1 {
    font-weight: 100;
    color: #3d3d3d;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    padding: 0;
    margin: 0;
  }
  .post-type-archive-provider .provider_top h2 {
    font-weight: 400;
    color: #3d3d3d;
    font-size: 16px;
    line-height: 34px;
    padding: 0;
    margin: 0;
  }
  .post-type-archive-provider .provider_top h3 {
    display: none;
    width: 100%;
    font-weight: 400;
    color: #3d3d3d;
    font-size: 14px;
    line-height: 14px;
    border-bottom: 1px;
    border-bottom-color: #e5e4e4;
    border-bottom-style: solid;
    padding: 0 0 24px;
    margin: -30px 0 0;
  }
  .post-type-archive-provider .provider_top h4 {
    width: 100%;
    padding: 0 0 24px;
    margin: 0;
  }
  .post-type-archive-provider .search_arrow h1 {
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0.5px;
    margin: 0 0 0 48px;
  }
  .post-type-archive-provider .provider_search_box {
    width: 88%;
    padding: 20px 12px 10px;
    margin: 0 0 32px;
  }
  .post-type-archive-provider .input {
    width: 67%;
    margin: 0 3px 0 0;
  }
  .post-type-archive-provider .provider_col_1 {
    width: 30%;
    margin: 0 18px 0 0;
    padding: 0;
  }
  .post-type-archive-provider .provider_col_2 {
    width: 60%;
    float: left;
    display: block;
    margin: 0 20px 0 0;
  }
  .post-type-archive-provider .provider_col_3 {
    width: 62%;
    float: left;
    display: block;
  }
  .post-type-archive-provider .provider_col_2 p {
    font-size: 16px;
    line-height: 22px;
  }
  .post-type-archive-provider .provider_col_3 p {
    font-size: 16px;
    line-height: 24px;
  }
  .post-type-archive-provider .provider_col_2 h1 {
    font-size: 16px;
    line-height: 22px;
  }
  .post-type-archive-provider .video {
    width: 470px;
    height: 264px;
    background-color: #fff;
    border: none;
  }
  .post-type-archive-provider .return_top {
    display: block;
    width: 100%;
    float: right;
    border: none;
    padding: 0 0 9px;
    margin: -18px 0 0;
  }
  .post-type-archive-provider .return_top h1 {
    font-weight: 400;
    color: #0072ff;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.3px;
    float: right;
  }
  .post-type-archive-provider .return_top h1 a {
    font-weight: 500;
    color: #0072ff;
    text-decoration: none;
    padding: 0 18px 0 0;
    margin: 0;
    vertical-align: middle;
  }
  .post-type-archive-provider .return_bottom {
    display: block;
    width: auto;
    border-top: 1px;
    border-top-color: #e5e4e4;
    border-top-style: solid;
    padding: 0;
    margin: 0 0 18px;
  }
  .post-type-archive-provider .return_bottom h1 {
    font-weight: 400;
    color: #0072ff;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.3px;
    float: right;
  }
  .post-type-archive-provider .return_bottom h1 a {
    font-weight: 500;
    color: #0072ff;
    text-decoration: none;
    padding: 0 18px 0 0;
    margin: 0;
    vertical-align: middle;
  }
  .post-type-archive-provider .return_bottom img {
    border: none;
    vertical-align: middle;
    padding: 0 0 6px;
    margin: 0;
  }
  .post-type-archive-provider .provider_info_line {
    display: block;
    margin: 24px 0 0;
  }
  .post-type-archive-provider .provider_result {
    width: 64.2%;
    margin: 0 0 18px;
    padding: 0;
    /*overflow-x: hidden;*/
  }
  .post-type-archive-provider table {
    width: 100%;
    vertical-align: middle;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.4em;
    /*overflow-x: hidden;*/
  }
  .post-type-archive-provider table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .post-type-archive-provider td:nth-child(1) {
    width: 100%;
    padding-top: 16px;
  }
  .post-type-archive-provider td:nth-child(2) {
    width: 100%;
  }
  .post-type-archive-provider td:nth-child(3) {
    width: 100%;
  }
  .post-type-archive-provider td:nth-child(4) {
    width: 100%;
    text-align: left;
  }
  .post-type-archive-provider td:nth-child(5) {
    width: 100%;
    padding-bottom: 16px;
  }
  .post-type-archive-provider table td {
    width: 100%;
    display: block;
    border-right: none;
    margin: 0;
    padding: 9px 9px 0 12px;
    /*white-space: nowrap;*/
  }
  .post-type-archive-provider table td:before {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 10px 0 0;
    white-space: nowrap;
  }
  .post-type-archive-provider table td.name:before {
    content: "Name:";
    font-weight: 400;
    padding: 0 36px 0 0;
  }
  .post-type-archive-provider table td.address:before {
    content: "Location:";
    font-weight: 400;
    padding: 0 19px 0 0;
  }
  .post-type-archive-provider table td.specialty:before {
    content: "Specialty:";
    font-weight: 400;
    padding: 0 16px 0 0;
  }
  .post-type-archive-provider table td.gender:before {
    content: "Gender:";
    font-weight: 400;
    padding: 0 28px 0 0;
  }
  .post-type-archive-provider table td.language:before {
    content: "Language:";
    font-weight: 400;
    padding: 0 11px 0 0;
  }
}
@media (max-width: 375px) {
  .post-type-archive-provider .content_wrapper {
    width: 375px;
    padding: 12px 0 25px;
    overflow: hidden;
  }
  .post-type-archive-provider .breadcrumb {
    width: 93%;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #4f4f4f;
    padding: 0 0 6px 12px;
    margin: 0;
  }
  .post-type-archive-provider .title {
    width: 100%;
    padding: 0;
    margin: 0 0 9px;
  }
  .post-type-archive-provider .title h1 {
    font-size: 40px;
    line-height: 64px;
    letter-spacing: 0.8px;
    padding: 0;
    margin: 0 0 0 12px;
  }
  .post-type-archive-provider .provider_info {
    background-color: #e5e4e4;
    padding: 0;
  }
  .post-type-archive-provider .return_top {
    display: block;
    width: 100%;
    float: right;
    border: none;
    padding: 0 0 9px;
    margin: -18px 0 0;
  }
  .post-type-archive-provider .return_top h1 {
    font-weight: 400;
    color: #0072ff;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.3px;
    float: right;
  }
  .post-type-archive-provider .return_top h1 a {
    font-weight: 500;
    color: #0072ff;
    text-decoration: none;
    padding: 0 0 0 12px;
    margin: 0;
    vertical-align: middle;
  }
  .post-type-archive-provider .provider_search_box {
    width: 87%;
    padding: 20px 12px 10px;
    margin: 0 0 32px 12px;
  }
  .post-type-archive-provider .provider_col_1 {
    width: 100%;
  }
  .post-type-archive-provider .provider_col_2 {
    width: 93.5%;
    float: left;
    display: block;
    padding: 0 12px;
  }
  .post-type-archive-provider .provider_col_3 {
    width: 95%;
    float: left;
    display: block;
    padding: 0 12px;
    margin-top: -36px;
  }
  .post-type-archive-provider .provider_top {
    display: none;
  }
  .post-type-archive-provider .provider_top h1 {
    font-weight: 100;
    color: #3d3d3d;
    font-size: 34px;
    font-weight: 300;
    line-height: 48px;
    padding: 0;
    margin: 0;
  }
  .post-type-archive-provider .provider_top h2 {
    font-weight: 500;
    color: #3d3d3d;
    font-size: 17px;
    line-height: 20px;
    padding: 0;
    margin: 0;
  }
  .post-type-archive-provider .video {
    width: 351px;
    height: 264px;
    background-color: #fff;
    border: none;
    margin: 0 0 18px;
  }
  .post-type-archive-provider .return_top {
    display: block;
    width: 95%;
    float: left;
    border: none;
    padding: 0 0 9px;
    margin: 0;
  }
  .post-type-archive-provider .return_top h1 {
    font-weight: 400;
    color: #0072ff;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.3px;
    float: right;
    margin: 0 12px 0 0;
  }
  .post-type-archive-provider .return_bottom {
    display: none;
    width: auto;
    border-top: 1px;
    border-top-color: #e5e4e4;
    border-top-style: solid;
    padding: 0;
    margin: 0 0 18px;
  }
  .post-type-archive-provider .provider_col_2 img {
    width: 151px;
    height: 200px;
    padding: 0;
    margin: 0 0 14px;
    background-color: #fff;
    border: none;
  }
  .post-type-archive-provider .provider_col_2 .affiliate {
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 24px;
  }
  .post-type-archive-provider .provider_result {
    width: 88%;
    margin: 0 0 18px 12px;
    padding: 0;
    /*overflow-x: hidden;*/
  }
  .post-type-archive-provider td:nth-child(3) {
    padding-bottom: 16px;
  }
  .post-type-archive-provider td:nth-child(4) {
    display: none;
  }
  .post-type-archive-provider td:nth-child(5) {
    display: none;
  }
}
@media (max-width: 320px) {
  .post-type-archive-provider .breadcrumb {
    width: 87%;
    line-height: 24px;
  }
  .post-type-archive-provider .content_wrapper {
    width: 320px;
  }
  .post-type-archive-provider .provider_result {
    width: 93%;
    margin: 0 0 18px 12px;
    padding: 0;
    /*overflow-x: hidden;*/
  }
  .post-type-archive-provider table {
    width: 93%;
  }
}
.post-type-archive-provider .provider_content_wrapper {
  margin-left: auto;
  margin-right: auto;
}
.post-type-archive-provider .title {
  width: 100%;
  max-width: 100%;
  border-top: 1px;
  border-top-color: #e5e4e4;
  border-top-style: solid;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 0;
  margin: 0 0 32px;
}
.post-type-archive-provider .title h1 {
  font-weight: 300;
  color: #56517a;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0.8px;
  padding: 18px 0;
  margin: 0;
}
.post-type-archive-provider .provider_col_1 {
  width: 283px;
  margin: 0 46px 0 0;
  padding: 0;
  float: left;
  display: block;
}
.post-type-archive-provider .provider_col_2 {
  width: 240px;
  float: left;
  display: block;
  margin: 0 62px 0 0;
}
.post-type-archive-provider .provider_col_3 {
  width: 328px;
  float: left;
  display: block;
}
.post-type-archive-provider .provider_top {
  width: 62.5%;
  float: left;
  display: block;
  margin: 0 0 18px;
  padding: 0;
}
.post-type-archive-provider .provider_top h1 {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  padding: 0;
  margin: 18px 0 0;
}
.post-type-archive-provider .provider_top h2 {
  font-weight: 500;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 34px;
  padding: 0;
  margin: 0;
}
.post-type-archive-provider .provider_top h3 {
  display: block;
  width: 631px;
  font-weight: 400;
  color: #0072ff;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 0 0 24px;
  margin: 0;
}
.post-type-archive-provider .provider_top h4 {
  display: block;
  width: 631px;
  font-weight: 400;
  color: #3d3d3d;
  font-size: 25px;
  line-height: 32px;
  text-decoration: none;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 0 0 24px;
  margin: 0;
}
.post-type-archive-provider .provider_top a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}
.post-type-archive-provider .provider_top a:hover {
  text-decoration: underline;
}
.post-type-archive-provider .provider_name {
  width: 62.5%;
  float: left;
  display: block;
  margin: 0 0 18px;
  padding: 0;
}
.post-type-archive-provider .provider_name h1 {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  padding: 0;
  margin: 18px 0 0;
}
.post-type-archive-provider .provider_name h2 {
  font-weight: 500;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 34px;
  padding: 0;
  margin: 0;
}
.post-type-archive-provider .provider_name h3 {
  display: block;
  width: 631px;
  font-weight: 400;
  color: #0072ff;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 0 0 24px;
  margin: 0;
}
.post-type-archive-provider .provider_name h4 {
  display: block;
  width: 631px;
  font-weight: 400;
  color: #3d3d3d;
  font-size: 25px;
  line-height: 32px;
  text-decoration: none;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 0 0 24px;
  margin: 0;
}
.post-type-archive-provider .provider_name a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}
.post-type-archive-provider .provider_name a:hover {
  text-decoration: underline;
}
.post-type-archive-provider .return_top {
  display: none;
  width: auto;
  padding: 18px 0 0;
  margin: 0 0 18px -18px;
  float: right;
}
.post-type-archive-provider .provider_col_2 h1 {
  font-weight: 500;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.5px;
  padding: 0;
  margin: 0 0 5px;
}
.post-type-archive-provider .provider_col_2 h2 {
  font-weight: 400;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 34px;
  padding: 0;
  margin: 20px 0 0;
}
.post-type-archive-provider .provider_col_2 a {
  font-weight: 400;
  text-decoration: none;
  color: #0072ff;
}
.post-type-archive-provider .provider_col_2 a:hover {
  text-decoration: underline;
}
.post-type-archive-provider .provider_col_2 p {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3px;
  padding: 0;
  margin: 0 0 20px;
}
.post-type-archive-provider .provider_col_2 ul {
  margin: 6px 0;
  padding: 0 0 12px 21px;
}
.post-type-archive-provider .provider_col_2 ul li {
  color: #3d3d3d;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0 0 3px;
}
.post-type-archive-provider .provider_col_2 img {
  width: 240px;
  height: 320px;
  padding: 0;
  margin: 0 0 20px;
  background-color: #fff;
  border: none;
}
.post-type-archive-provider .provider_col_2 .affiliate {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.7px;
  padding: 0;
  margin: 0 0 20px;
}
.post-type-archive-provider .provider_col_3 p {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 26px;
  margin: -4px 0 24px;
}
.post-type-archive-provider .provider_col_3 h1 {
  font-weight: 500;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.5px;
  padding: 0;
  margin: 0 0 9px;
}
.post-type-archive-provider .provider_col_3 h2 {
  font-weight: 400;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 34px;
}
.post-type-archive-provider .provider_col_3 ul {
  margin: 0 0 6px;
  padding: 0 0 12px 21px;
}
.post-type-archive-provider .provider_col_3 ul li {
  color: #3d3d3d;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0 0 3px;
}
.post-type-archive-provider .provider_info {
  background-color: #f3f3f3;
  padding: 0;
}
.post-type-archive-provider .provider_info h1 {
  font-weight: 400;
  color: #3d3d3d;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  padding: 20px 0 0;
}
.post-type-archive-provider .provider_info h2 {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  padding: 18px 0 0;
}
.post-type-archive-provider .provider_info p {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
  margin: 0;
  padding: 0;
}
.post-type-archive-provider .provider_search_box {
  width: 245px;
  background-color: #fff;
  border: 1px;
  border-color: #e5e4e4;
  border-style: solid;
  padding: 20px 18px 10px;
  margin: 0;
}
.post-type-archive-provider .video {
  width: 332px;
  height: 187px;
  background-color: #fff;
  border: none;
  margin: 38px 0 0;
}
.post-type-archive-provider .video_caption {
  margin: 18px 0 0;
}
.post-type-archive-provider .video_caption p {
  font-size: 16px;
  line-height: 22px;
}
.post-type-archive-provider .return_bottom {
  display: none;
}
.post-type-archive-provider .provider_info_line {
  display: none;
}
.post-type-archive-provider fieldset {
  padding: 0;
  margin: 4px 0 0;
  border: none;
}
.post-type-archive-provider fieldset legend {
  font-weight: 400;
  color: #3d3d3d;
  font-size: 17px;
  margin: 0 0 9px;
  border-color: #e5e4e4;
}
.post-type-archive-provider fieldset h4 {
  display: none;
}
.post-type-archive-provider fieldset br {
  clear: both;
  margin-bottom: 24px;
}
.post-type-archive-provider fieldset select {
  display: block;
  clear: both;
  font-weight: 300;
  line-height: 28px;
  color: #3d3d3d;
  width: 100%;
  height: 40px;
  padding: 0 8px;
  /*-webkit-appearance: none;
  -moz-appearance: none;*/
  border: 1px solid #e5e4e4;
}
.post-type-archive-provider fieldset.alphabet {
  padding: 0;
}
.post-type-archive-provider fieldset.alphabet .button {
  background: transparent;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: 400;
  color: #0072ff;
  font-size: 25px;
  border: none;
  border-radius: 0;
  display: block;
  width: 27px;
  height: 34px;
  float: left;
  vertical-align: center;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.post-type-archive-provider fieldset.alphabet .button:hover {
  cursor: pointer;
  background: #0072ff;
  color: #fff;
}
.post-type-archive-provider input[type=text].sitesearch:focus {
  background: #fff;
}
.post-type-archive-provider input.submit {
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  border: none;
  background-color: #0072ff;
}
.post-type-archive-provider .input {
  width: 74%;
  height: 28px;
  margin: 0 3px 0 0;
}
.post-type-archive-provider .provider_submit_button {
  width: 40px;
  background-color: #ffc529;
  background-image: linear-gradient(to bottom, #ffd769, #ffc529);
  color: #805b16 !important;
  border: 1px solid #edb519;
  border-radius: 25px;
  display: inline-block;
  line-height: normal;
  padding: 0.75em 1.125em;
  text-align: center;
  text-decoration: none;
  padding: 4px 0 0 4px;
}
.post-type-archive-provider .provider_submit_button:hover {
  background-image: linear-gradient(to bottom, #ffc529, #ffd769);
}
.post-type-archive-provider .provider_submit_button * {
  color: #805b16 !important;
}
.post-type-archive-provider .search_arrow {
  width: 280px;
  height: 46px;
  background-image: url("/themes/tuality/images/layout/provider_arrow_bkgrd.png");
  background-repeat: no-repeat;
  margin: 60px 0 0;
  padding: 0 9px 0 0;
}
.post-type-archive-provider .search_arrow h1 {
  font-weight: 300;
  color: #fff;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 0.5px;
  margin: 0 0 0 48px;
}
.post-type-archive-provider .provider_result {
  width: 630px;
  float: left;
  display: block;
  margin: 0 0 18px;
  padding: 0;
}
.post-type-archive-provider .provider_result p {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin: 15px 0 18px;
}
.post-type-archive-provider .provider_result table {
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 1.4em;
  width: 100%;
}
.post-type-archive-provider .provider_result thead {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
}
.post-type-archive-provider .provider_result th {
  font-weight: 400;
  font-size: 21px;
  background: #0e4d8f;
  color: white;
  height: 46px;
  vertical-align: middle;
  border-right: 1px;
  border-right-style: solid;
  border-right-color: transparent;
  padding: 0 15px;
}
.post-type-archive-provider .provider_result th:nth-child(1) {
  width: 125px;
}
.post-type-archive-provider .provider_result th:nth-child(2) {
  width: 69px;
}
.post-type-archive-provider .provider_result th:nth-child(4) {
  width: 56px;
}
.post-type-archive-provider .provider_result th:nth-child(5) {
  width: 56px;
  border-right: none;
}
.post-type-archive-provider .provider_result td {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
  padding: 12px 10px;
}
.post-type-archive-provider .provider_result td:nth-child(5) {
  border-right: none;
}
.post-type-archive-provider .provider_result td a {
  font-weight: 400;
  font-size: 17px;
  color: #0072ff;
  text-decoration: none;
}
.post-type-archive-provider .provider_result td a:hover {
  text-decoration: underline;
}
.post-type-archive-provider .provider_result td strong {
  font-weight: 500;
}
.post-type-archive-provider .provider_result tr:nth-of-type(even) td {
  background-color: #f3f3f3;
}
.post-type-archive-provider .provider_result tr:nth-of-type(odd) td {
  background-color: #e5e4e4;
}
.post-type-archive-provider .provider_search_box_wide {
  width: 100%;
  min-height: 140px;
  background-color: #f3f3f3;
  padding: 22px 18px;
  margin: 0 0 15px;
}
.post-type-archive-provider .provider_search_box_wide fieldset > div {
  display: inline-block;
  width: 25%;
}
.post-type-archive-provider .provider_search_box_wide fieldset > div:nth-child(3) {
  margin: 0 7.6%;
}
.post-type-archive-provider .provider_search_box_wide fieldset > div input:first-child,
.post-type-archive-provider .provider_search_box_wide fieldset > div select:first-child {
  margin-bottom: 20px;
}
.post-type-archive-provider .provider_search_box_wide .provider_submit_button {
  margin-right: 18px;
}
.post-type-archive-provider .provider_submit_button {
  cursor: pointer;
  height: 30px;
  padding-bottom: 1px;
  width: 70px;
}
.post-type-archive-provider #searchbox > .provider_search_box_inline.provider_last_name .provider_submit_button {
  margin-top: 15px;
}
.post-type-archive-provider .provider_search_box_wide .buttons {
  font-size: 20px;
}
.post-type-archive-provider .provider_search_box_wide .buttons a {
  font-size: 16px;
  font-weight: bold;
  margin-left: 15px;
  text-decoration: none;
}
.post-type-archive-provider .provider_search_box_inline {
  min-height: 155px;
  background-color: #f3f3f3;
  padding: 20px 14px 8px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  width: 29%;
}
.post-type-archive-provider .provider_search_box_inline:nth-of-type(3) {
  width: 38%;
}
.post-type-archive-provider .provider_search_box_inline legend,
.post-type-archive-provider .provider_search_box_wide legend {
  margin: -7px 0 15px;
  font-size: 1.1rem;
  line-height: 1.3333;
  font-weight: 300;
}
@media (min-width: 768px) {
  .post-type-archive-provider #searchbox > .provider_search_box_inline {
    margin: 0 1.4% 0 0 !important;
  }
}
.post-type-archive-provider .provider_search_box_inline .alphabet .button {
  font-size: 22px;
  margin: 0;
  padding: 0;
  width: 21.5px;
}
.post-type-archive-provider .provider_info.inline {
  display: block;
  vertical-align: top;
  padding: 1rem 0;
}
.post-type-archive-provider .provider_info.inline h1 {
  font-size: 20px;
}
.post-type-archive-provider .provider_info.inline h2 {
  font-size: 20px;
  padding: 0;
}
.post-type-archive-provider .provider_info.inline h2 span {
  display: block;
  font-size: 25px;
}
.post-type-archive-provider hr.provider_search {
  border: 0;
  border-top: 1px solid #e5e4e4;
  margin: -15px 0 30px;
}
.post-type-archive-provider .full_width {
  width: 100%;
}
.post-type-archive-provider .provider_result.full_width {
  margin-top: -8px;
}
.post-type-archive-provider .provider_result tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
.post-type-archive-provider .provider_result tr:nth-of-type(odd) {
  background-color: #e5e4e4;
}
.post-type-archive-provider .provider_result.full_width th:first-child {
  /* name column */
  width: 33%;
}
.post-type-archive-provider .provider_result.full_width th:nth-child(2) {
  /* specialty column */
  width: 17%;
}
.post-type-archive-provider .provider_result .name .image_wrapper {
  float: left;
  height: 75px;
  margin-right: 10px;
  overflow: hidden;
  width: 75px;
}
.post-type-archive-provider .provider_result .name .image_wrapper img {
  width: 100%;
}
.post-type-archive-provider .provider_content_wrapper.single .title {
  margin: 0 0 16px;
}
.post-type-archive-provider .provider_content_wrapper.single .provider_name h3 {
  text-align: right;
  width: 100%;
  line-height: 15px;
  padding: 0 0 16px;
}
.post-type-archive-provider .provider_content_wrapper.single .provider_col_1 {
  font-size: 16px;
  min-height: 500px;
}
.post-type-archive-provider .provider_content_wrapper.single .provider_col_1 h3 {
  margin-bottom: -5px;
}
.post-type-archive-provider .provider_content_wrapper.single .provider_col_1 img {
  max-width: 100%;
}
.post-type-archive-provider .provider_content_wrapper.single .provider_col_2 {
  margin-right: 0;
  width: 65.5%;
}
.post-type-archive-provider .provider_content_wrapper.single .provider_col_2 a {
  display: block;
  margin-top: 10px;
}
.post-type-archive-provider .provider_content_wrapper.single .column_wrapper {
  border-bottom: 1px solid #e5e4e4;
  margin-bottom: 35px;
}
.post-type-archive-provider .provider_content_wrapper.single .provider_col_2 .column {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  width: 49%;
}
.post-type-archive-provider .provider_content_wrapper.single .provider_name {
  float: none;
  width: 100%;
}
.post-type-archive-provider .provider_content_wrapper.single .edit_this {
  max-height: 14px !important;
  max-width: 14px !important;
}
.post-type-archive-provider .provider_content_wrapper.single .video {
  background: none;
  border: none;
  height: auto !important;
  width: 100% !important;
}
.post-type-archive-provider .provider_search_box-wide a {
  font-weight: bold;
  text-decoration: none;
}
.post-type-archive-provider .back-to-search a {
  color: #0072ff;
  float: right;
  font-weight: 400;
  text-decoration: none;
}
.post-type-archive-provider .back-to-search.bottom a {
  border-top: 1px solid #e5e4e4;
  font-size: 16px;
  margin-bottom: 25px;
  padding-top: 25px;
  text-align: right;
  width: 100%;
}
.post-type-archive-provider .only-mobile {
  display: none;
}
@media (max-width: 970px) {
  .post-type-archive-provider .provider_search_box_wide {
    width: auto;
    margin-bottom: 15px;
  }
  .post-type-archive-provider #searchbox {
    /* order: 1 !important; */
  }
  .post-type-archive-provider #searchbox > .provider_search_box_inline {
    min-height: 245px;
    margin: 0;
    width: 31.9%;
  }
  .post-type-archive-provider .provider_content_wrapper.single .video {
    min-height: 0;
    width: auto !important;
  }
  .post-type-archive-provider .provider_content_wrapper.single .video > iframe {
    min-height: 0;
    width: auto !important;
  }
}
@media (max-width: 870px) {
  .post-type-archive-provider .provider_search_box_wide fieldset > div {
    width: 27%;
  }
  .post-type-archive-provider .provider_search_box_inline input[type=text] {
    width: 73%;
  }
}
@media (max-width: 768px) {
  .post-type-archive-provider {
    /* results */
  }
  .post-type-archive-provider #searchbox > .provider_search_box_inline {
    min-height: initial;
  }
  .post-type-archive-provider .no-mobile {
    display: none;
  }
  .post-type-archive-provider .only-mobile {
    display: block;
  }
  .post-type-archive-provider .only-mobile.back-to-search {
    display: none;
  }
  .post-type-archive-provider hr.provider_search {
    display: none;
  }
  .post-type-archive-provider .provider_content_wrapper.single .column_wrapper {
    min-height: 0;
  }
  .post-type-archive-provider .provider_content_wrapper.single .title h1 {
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .post-type-archive-provider .provider_content_wrapper.single .breadcrumb {
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .post-type-archive-provider .provider_content_wrapper.single .provider_col_1 {
    margin: 0 18px 0 0;
    min-height: 0;
  }
  .post-type-archive-provider .provider_content_wrapper.single .provider_col_2 {
    margin: 0;
    width: 100%;
  }
  .post-type-archive-provider #searchbox {
    display: flex;
    flex-direction: column;
    /* order: -1; */
  }
  .post-type-archive-provider #searchbox hr {
    border: 0;
    border-bottom: 1px solid #e5e4e4;
    margin: 0 auto;
    width: 90%;
  }
  .post-type-archive-provider #searchbox > .provider_search_box_inline {
    padding: 14px;
  }
  .post-type-archive-provider #searchbox > .provider_search_box_inline.provider_category {
    order: 1;
  }
  .post-type-archive-provider #searchbox > .provider_search_box_inline.provider_first_letter {
    order: 2;
  }
  .post-type-archive-provider #searchbox > .provider_search_box_inline.provider_last_name {
    order: 3;
  }
  .post-type-archive-provider #searchbox > .provider_search_box_inline.provider_recent {
    order: 4;
    margin-top: 15px;
  }
  .post-type-archive-provider #searchbox > .provider_search_box_inline.provider_recent input {
    margin: 0 0;
  }
  .post-type-archive-provider #searchbox > .provider_search_box_inline.provider_last_name {
    margin: 0;
  }
  .post-type-archive-provider .provider_search_box_wide fieldset > div:nth-child(3) {
    margin: 0;
  }
  .post-type-archive-provider #searchbox fieldset:nth-child(3) {
    margin-top: 24px;
  }
  .post-type-archive-provider .provider_search_box_wide fieldset > div {
    margin: 0;
    width: 100%;
    margin-bottom: 20px !important;
  }
  .post-type-archive-provider .provider_search_box_wide .buttons {
    text-align: center;
  }
  .post-type-archive-provider #searchbox > .provider_info.inline {
    order: 3;
  }
  .post-type-archive-provider #searchbox > .provider_info.inline,
  .post-type-archive-provider #searchbox > .provider_search_box_inline {
    display: block;
    width: auto !important;
    margin: 0 0 15px 0;
  }
  .post-type-archive-provider .provider_result.full_width {
    margin-left: 0;
    overflow: hidden;
    width: 100%;
  }
  .post-type-archive-provider .provider_result.full_width .image_wrapper {
    display: none;
  }
  .post-type-archive-provider .provider_result table td.address::before,
  .post-type-archive-provider .provider_result table td.name::before,
  .post-type-archive-provider .provider_result table td.specialty::before {
    content: none !important;
    padding: 0 !important;
  }
  .post-type-archive-provider .provider_result table td.address {
    float: right;
    padding-bottom: 20px;
    width: 42%;
  }
  .post-type-archive-provider .provider_result table td.gender,
  .post-type-archive-provider .provider_result table td.language,
  .post-type-archive-provider .provider_result table td.specialty {
    float: left;
    width: 42%;
  }
  .post-type-archive-provider .provider_result table td.gender::before,
  .post-type-archive-provider .provider_result table td.language::before,
  .post-type-archive-provider .provider_result table td.specialty::before {
    padding: 0;
  }
  .post-type-archive-provider .provider_result table td.specialty {
    font-weight: bold;
  }
  .post-type-archive-provider .provider_result table td.name a {
    font-size: 20px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .post-type-archive-provider .provider_name,
  .post-type-archive-provider .provider_name h1,
  .post-type-archive-provider .provider_name h2 {
    margin: 0 0 !important;
  }
  .post-type-archive-provider .provider_result table td.name,
  .post-type-archive-provider .provider_result table td.specialty {
    padding-left: 12px;
  }
  .post-type-archive-provider .provider_content_wrapper .title {
    margin: 0 !important;
  }
  .post-type-archive-provider .provider_content_wrapper .title h1 {
    margin: 0 !important;
  }
  .post-type-archive-provider .provider_content_wrapper .breadcrumb {
    margin-left: 3px;
  }
  .post-type-archive-provider .provider_content_wrapper.single .provider_col_1 {
    width: 50%;
  }
  .post-type-archive-provider .provider_content_wrapper.single .provider_col_2 .column {
    width: 100%;
  }
  .post-type-archive-provider #searchbox legend {
    font-size: 18px;
  }
}
@media (max-width: 410px) {
  .post-type-archive-provider .only-mobile.back-to-search {
    display: block;
    height: 0;
    margin: 0;
    text-align: right;
    width: 100%;
  }
}

.provider-stub .provider_col_2 {
  width: 240px;
  float: left;
  display: block;
  margin: 0 62px 0 0;
}
.provider-stub .provider_col_3 {
  width: 328px;
  float: left;
  display: block;
}

.provider_name h2 {
  margin-bottom: 1rem;
}

.provider_col_3 iframe {
  max-width: 100%;
}

@media (max-width: 768px) {
  .type-provider {
    width: 100% !important;
  }
  .single-provider section[style="display:flex;"],
  .single-provider .provider-header-column-container {
    display: block !important;
  }
  .single-provider section[style="display:flex;"] aside,
  .single-provider .provider-header-column-container aside {
    width: 100% !important;
  }
  .single-provider section[style="display:flex;"] .provider-header-col,
  .single-provider .provider-header-column-container .provider-header-col {
    display: block !important;
    width: 100% !important;
  }
  .single-provider section[style="display:flex;"] .provider-header-col h3,
  .single-provider .provider-header-column-container .provider-header-col h3 {
    margin-top: 15px;
  }
}
#searchbox {
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.post-type-archive-provider #searchbox > .provider_search_box_inline.provider_recent {
  margin-right: 0 !important;
}
.post-type-archive-provider #searchbox > .provider_search_box_inline.provider_recent input {
  width: 70px;
}

input.provider_recent_button {
  background-color: #ffc529;
  background-image: linear-gradient(to bottom, #ffd769, #ffc529);
  color: #805b16 !important;
  border: 1px solid #edb519;
  border-radius: 25px;
  display: inline-block;
  line-height: normal;
  padding: 0.75em 1.125em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 50px;
  margin: auto;
  display: block;
  font-size: 18px;
  font-weight: 400;
  height: 30px;
  padding: 4px 0 0 4px;
}
input.provider_recent_button:hover {
  background-image: linear-gradient(to bottom, #ffc529, #ffd769);
}
input.provider_recent_button * {
  color: #805b16 !important;
}

@media (max-width: 768px) {
  .post-type-archive-provider .provider_result .gender {
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .provider_result td:nth-child(4) {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .post-type-archive-provider .provider_result td {
    border-right: 1px;
    border-right-style: solid;
    border-right-color: #3a3a3a;
  }
}
.page.location .popup-wrapper,
.page-template-template-new-locations.locations-new .popup-wrapper,
.page-template-template-new-locations.location .popup-wrapper,
.page-template-template-new-locations-spanish.ubicaciones-copy .popup-wrapper,
.page-template-template-new-locations-spanish.ubicaciones .popup-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 729px;
  height: 660px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0 !important;
  box-shadow: 0 2px 8px #aaa;
  overflow: hidden;
  display: none;
  margin: -305px 0 0 -365px;
  z-index: 99;
}
.page.location .modal-dialog,
.page-template-template-new-locations.locations-new .modal-dialog,
.page-template-template-new-locations.location .modal-dialog,
.page-template-template-new-locations-spanish.ubicaciones-copy .modal-dialog,
.page-template-template-new-locations-spanish.ubicaciones .modal-dialog {
  max-width: 729px;
}
.page.location .modal-content,
.page-template-template-new-locations.locations-new .modal-content,
.page-template-template-new-locations.location .modal-content,
.page-template-template-new-locations-spanish.ubicaciones-copy .modal-content,
.page-template-template-new-locations-spanish.ubicaciones .modal-content {
  border: none;
  border-radius: 0;
}
.page.location .popup-wrapper_bill,
.page-template-template-new-locations.locations-new .popup-wrapper_bill,
.page-template-template-new-locations.location .popup-wrapper_bill,
.page-template-template-new-locations-spanish.ubicaciones-copy .popup-wrapper_bill,
.page-template-template-new-locations-spanish.ubicaciones .popup-wrapper_bill {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 729px;
  height: 540px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0 2px 8px #aaa;
  overflow: hidden;
  display: none;
  margin: -305px 0 0 -365px;
  z-index: 99;
}
.page.location .modal-content,
.page-template-template-new-locations.locations-new .modal-content,
.page-template-template-new-locations.location .modal-content,
.page-template-template-new-locations-spanish.ubicaciones-copy .modal-content,
.page-template-template-new-locations-spanish.ubicaciones .modal-content {
  padding: 36px;
}
.page.location .popup-locate,
.page-template-template-new-locations.locations-new .popup-locate,
.page-template-template-new-locations.location .popup-locate,
.page-template-template-new-locations-spanish.ubicaciones-copy .popup-locate,
.page-template-template-new-locations-spanish.ubicaciones .popup-locate {
  width: 64%;
  padding: 36px 0 0 40px;
  background-color: #fff;
  float: left;
  display: inline;
}
.page.location .popup-locate h3,
.page.location .modal-content h3,
.page-template-template-new-locations.locations-new .popup-locate h3,
.page-template-template-new-locations.locations-new .modal-content h3,
.page-template-template-new-locations.location .popup-locate h3,
.page-template-template-new-locations.location .modal-content h3,
.page-template-template-new-locations-spanish.ubicaciones-copy .popup-locate h3,
.page-template-template-new-locations-spanish.ubicaciones-copy .modal-content h3,
.page-template-template-new-locations-spanish.ubicaciones .popup-locate h3,
.page-template-template-new-locations-spanish.ubicaciones .modal-content h3 {
  margin: 0;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #4f4f4f;
}
.page.location .popup-locate p,
.page.location .modal-content p,
.page-template-template-new-locations.locations-new .popup-locate p,
.page-template-template-new-locations.locations-new .modal-content p,
.page-template-template-new-locations.location .popup-locate p,
.page-template-template-new-locations.location .modal-content p,
.page-template-template-new-locations-spanish.ubicaciones-copy .popup-locate p,
.page-template-template-new-locations-spanish.ubicaciones-copy .modal-content p,
.page-template-template-new-locations-spanish.ubicaciones .popup-locate p,
.page-template-template-new-locations-spanish.ubicaciones .modal-content p {
  color: #4f4f4f;
  padding: 0 0 0 0;
  margin: 0 0 9px 0;
}
.page.location .popup-locate strong,
.page.location .modal-content strong,
.page-template-template-new-locations.locations-new .popup-locate strong,
.page-template-template-new-locations.locations-new .modal-content strong,
.page-template-template-new-locations.location .popup-locate strong,
.page-template-template-new-locations.location .modal-content strong,
.page-template-template-new-locations-spanish.ubicaciones-copy .popup-locate strong,
.page-template-template-new-locations-spanish.ubicaciones-copy .modal-content strong,
.page-template-template-new-locations-spanish.ubicaciones .popup-locate strong,
.page-template-template-new-locations-spanish.ubicaciones .modal-content strong {
  font-weight: 500;
}
.page.location .popup-locate a,
.page.location .modal-content a,
.page-template-template-new-locations.locations-new .popup-locate a,
.page-template-template-new-locations.locations-new .modal-content a,
.page-template-template-new-locations.location .popup-locate a,
.page-template-template-new-locations.location .modal-content a,
.page-template-template-new-locations-spanish.ubicaciones-copy .popup-locate a,
.page-template-template-new-locations-spanish.ubicaciones-copy .modal-content a,
.page-template-template-new-locations-spanish.ubicaciones .popup-locate a,
.page-template-template-new-locations-spanish.ubicaciones .modal-content a {
  font-weight: 500;
  text-decoration: none;
}
.page.location .popup-locate a:hover,
.page.location .modal-content a:hover,
.page-template-template-new-locations.locations-new .popup-locate a:hover,
.page-template-template-new-locations.locations-new .modal-content a:hover,
.page-template-template-new-locations.location .popup-locate a:hover,
.page-template-template-new-locations.location .modal-content a:hover,
.page-template-template-new-locations-spanish.ubicaciones-copy .popup-locate a:hover,
.page-template-template-new-locations-spanish.ubicaciones-copy .modal-content a:hover,
.page-template-template-new-locations-spanish.ubicaciones .popup-locate a:hover,
.page-template-template-new-locations-spanish.ubicaciones .modal-content a:hover {
  text-decoration: underline;
}
.page.location .popup-links,
.page-template-template-new-locations.locations-new .popup-links,
.page-template-template-new-locations.location .popup-links,
.page-template-template-new-locations-spanish.ubicaciones-copy .popup-links,
.page-template-template-new-locations-spanish.ubicaciones .popup-links {
  width: 25%;
  float: right;
  display: inline;
  margin: 0 0 0 0;
  padding: 40px 40px 0 0;
  text-align: right;
}
.page.location .popup-links h3,
.page-template-template-new-locations.locations-new .popup-links h3,
.page-template-template-new-locations.location .popup-links h3,
.page-template-template-new-locations-spanish.ubicaciones-copy .popup-links h3,
.page-template-template-new-locations-spanish.ubicaciones .popup-links h3 {
  color: #0072ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}
.page.location .popup-links a,
.page.location .close,
.page-template-template-new-locations.locations-new .popup-links a,
.page-template-template-new-locations.locations-new .close,
.page-template-template-new-locations.location .popup-links a,
.page-template-template-new-locations.location .close,
.page-template-template-new-locations-spanish.ubicaciones-copy .popup-links a,
.page-template-template-new-locations-spanish.ubicaciones-copy .close,
.page-template-template-new-locations-spanish.ubicaciones .popup-links a,
.page-template-template-new-locations-spanish.ubicaciones .close {
  font-weight: 500;
  color: #0072ff;
  text-decoration: none;
}
.page.location .popup-links img,
.page.location .popup-links i,
.page-template-template-new-locations.locations-new .popup-links img,
.page-template-template-new-locations.locations-new .popup-links i,
.page-template-template-new-locations.location .popup-links img,
.page-template-template-new-locations.location .popup-links i,
.page-template-template-new-locations-spanish.ubicaciones-copy .popup-links img,
.page-template-template-new-locations-spanish.ubicaciones-copy .popup-links i,
.page-template-template-new-locations-spanish.ubicaciones .popup-links img,
.page-template-template-new-locations-spanish.ubicaciones .popup-links i {
  margin: -5px 0 0 0;
  vertical-align: middle;
  border: none;
}
.page.location .popup-close,
.page.location .close,
.page-template-template-new-locations.locations-new .popup-close,
.page-template-template-new-locations.locations-new .close,
.page-template-template-new-locations.location .popup-close,
.page-template-template-new-locations.location .close,
.page-template-template-new-locations-spanish.ubicaciones-copy .popup-close,
.page-template-template-new-locations-spanish.ubicaciones-copy .close,
.page-template-template-new-locations-spanish.ubicaciones .popup-close,
.page-template-template-new-locations-spanish.ubicaciones .close {
  margin-top: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 16px;
  line-height: 16px;
  border: 0;
  text-decoration: none;
}
.page.location .popup-hours,
.page-template-template-new-locations.locations-new .popup-hours,
.page-template-template-new-locations.location .popup-hours,
.page-template-template-new-locations-spanish.ubicaciones-copy .popup-hours,
.page-template-template-new-locations-spanish.ubicaciones .popup-hours {
  width: 94.6%;
  padding: 0 0 0 40px;
}
.page.location .popup-hours p,
.page-template-template-new-locations.locations-new .popup-hours p,
.page-template-template-new-locations.location .popup-hours p,
.page-template-template-new-locations-spanish.ubicaciones-copy .popup-hours p,
.page-template-template-new-locations-spanish.ubicaciones .popup-hours p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #4f4f4f;
  padding: 0 0 0 0;
  margin: 0 0 9px 0;
}
.page.location .popup-hours strong,
.page-template-template-new-locations.locations-new .popup-hours strong,
.page-template-template-new-locations.location .popup-hours strong,
.page-template-template-new-locations-spanish.ubicaciones-copy .popup-hours strong,
.page-template-template-new-locations-spanish.ubicaciones .popup-hours strong {
  font-weight: 500;
}
.page.location .popup-wrapper iframe,
.page-template-template-new-locations.locations-new .popup-wrapper iframe,
.page-template-template-new-locations.location .popup-wrapper iframe,
.page-template-template-new-locations-spanish.ubicaciones-copy .popup-wrapper iframe,
.page-template-template-new-locations-spanish.ubicaciones .popup-wrapper iframe {
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: 1px #e5e4e4 solid;
  overflow: hidden;
}
.page.location .popup-bill img,
.page-template-template-new-locations.locations-new .popup-bill img,
.page-template-template-new-locations.location .popup-bill img,
.page-template-template-new-locations-spanish.ubicaciones-copy .popup-bill img,
.page-template-template-new-locations-spanish.ubicaciones .popup-bill img {
  width: 648;
  height: 302;
  position: absolute;
  left: 40px;
  bottom: 40px;
  margin: 0;
  padding: 0;
  border: 1px #e5e4e4 solid;
}
.page.location .locate_col_1,
.page-template-template-new-locations.locations-new .locate_col_1,
.page-template-template-new-locations.location .locate_col_1,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_1,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_1 {
  width: 305px;
  height: 854px;
  margin: 33px 0 0 0;
  padding: 0 0 0 0;
  border-right: 1px;
  border-right-color: #e5e4e4;
  border-right-style: solid;
  float: left;
  display: block;
}
.page.location .locate_col_1 h2,
.page.location section h2,
.page-template-template-new-locations.locations-new .locate_col_1 h2,
.page-template-template-new-locations.locations-new section h2,
.page-template-template-new-locations.location .locate_col_1 h2,
.page-template-template-new-locations.location section h2,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_1 h2,
.page-template-template-new-locations-spanish.ubicaciones-copy section h2,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_1 h2,
.page-template-template-new-locations-spanish.ubicaciones section h2 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.page.location .locate_col_1 p,
.page.location section p,
.page-template-template-new-locations.locations-new .locate_col_1 p,
.page-template-template-new-locations.locations-new section p,
.page-template-template-new-locations.location .locate_col_1 p,
.page-template-template-new-locations.location section p,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_1 p,
.page-template-template-new-locations-spanish.ubicaciones-copy section p,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_1 p,
.page-template-template-new-locations-spanish.ubicaciones section p {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 300;
  line-height: 34px;
  margin: 9px 0 9px 0;
  padding: 0 0 0 0;
}
.page.location .locate_col_1 ul,
.page-template-template-new-locations.locations-new .locate_col_1 ul,
.page-template-template-new-locations.location .locate_col_1 ul,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_1 ul,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_1 ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.page.location .locate_col_1 ul li,
.page-template-template-new-locations.locations-new .locate_col_1 ul li,
.page-template-template-new-locations.location .locate_col_1 ul li,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_1 ul li,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_1 ul li {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin: 0 0 16px 24px;
  list-style: none;
}
.page.location .locate_col_1 ul li a,
.page-template-template-new-locations.locations-new .locate_col_1 ul li a,
.page-template-template-new-locations.location .locate_col_1 ul li a,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_1 ul li a,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_1 ul li a {
  font-weight: 500;
  text-decoration: none;
}
.page.location .locate_col_2,
.page-template-template-new-locations.locations-new .locate_col_2,
.page-template-template-new-locations.location .locate_col_2,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_2,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_2 {
  width: 310px;
  height: auto;
  margin: 33px 0 48px 24px;
  padding: 0 0 0 0;
  float: left;
  display: block;
}
.page.location .locate_col_2 h2,
.page.location section h2,
.page-template-template-new-locations.locations-new .locate_col_2 h2,
.page-template-template-new-locations.locations-new section h2,
.page-template-template-new-locations.location .locate_col_2 h2,
.page-template-template-new-locations.location section h2,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_2 h2,
.page-template-template-new-locations-spanish.ubicaciones-copy section h2,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_2 h2,
.page-template-template-new-locations-spanish.ubicaciones section h2 {
  color: #4f4f4f;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.page.location .locate_col_2 h2 a,
.page-template-template-new-locations.locations-new .locate_col_2 h2 a,
.page-template-template-new-locations.location .locate_col_2 h2 a,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_2 h2 a,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_2 h2 a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}
.page.location .locate_col_2 h2 a:hover,
.page-template-template-new-locations.locations-new .locate_col_2 h2 a:hover,
.page-template-template-new-locations.location .locate_col_2 h2 a:hover,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_2 h2 a:hover,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_2 h2 a:hover {
  border-bottom: 1px solid #0072ff;
}
.page.location .locate_col_2 p,
.page.location section p,
.page-template-template-new-locations.locations-new .locate_col_2 p,
.page-template-template-new-locations.locations-new section p,
.page-template-template-new-locations.location .locate_col_2 p,
.page-template-template-new-locations.location section p,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_2 p,
.page-template-template-new-locations-spanish.ubicaciones-copy section p,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_2 p,
.page-template-template-new-locations-spanish.ubicaciones section p {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 300;
  line-height: 34px;
  margin: 9px 0 9px 0;
  padding: 0 0 0 0;
}
.page.location .locate_col_2 ul,
.page.location section ul,
.page-template-template-new-locations.locations-new .locate_col_2 ul,
.page-template-template-new-locations.locations-new section ul,
.page-template-template-new-locations.location .locate_col_2 ul,
.page-template-template-new-locations.location section ul,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_2 ul,
.page-template-template-new-locations-spanish.ubicaciones-copy section ul,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_2 ul,
.page-template-template-new-locations-spanish.ubicaciones section ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.page.location .locate_col_2 ul li,
.page.location section ul li,
.page-template-template-new-locations.locations-new .locate_col_2 ul li,
.page-template-template-new-locations.locations-new section ul li,
.page-template-template-new-locations.location .locate_col_2 ul li,
.page-template-template-new-locations.location section ul li,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_2 ul li,
.page-template-template-new-locations-spanish.ubicaciones-copy section ul li,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_2 ul li,
.page-template-template-new-locations-spanish.ubicaciones section ul li {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin: 0 0 16px 24px;
  list-style: none;
}
.page.location .locate_col_2 ul li a,
.page.location section ul li a,
.page-template-template-new-locations.locations-new .locate_col_2 ul li a,
.page-template-template-new-locations.locations-new section ul li a,
.page-template-template-new-locations.location .locate_col_2 ul li a,
.page-template-template-new-locations.location section ul li a,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_2 ul li a,
.page-template-template-new-locations-spanish.ubicaciones-copy section ul li a,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_2 ul li a,
.page-template-template-new-locations-spanish.ubicaciones section ul li a {
  font-weight: 500;
  text-decoration: none;
}
.page.location .locate_col_2 hr,
.page.location section hr,
.page-template-template-new-locations.locations-new .locate_col_2 hr,
.page-template-template-new-locations.locations-new section hr,
.page-template-template-new-locations.location .locate_col_2 hr,
.page-template-template-new-locations.location section hr,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_2 hr,
.page-template-template-new-locations-spanish.ubicaciones-copy section hr,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_2 hr,
.page-template-template-new-locations-spanish.ubicaciones section hr {
  height: 1px;
  margin: 24px 0 20px 0;
  border-top-color: #e5e4e4;
  background-color: none;
  border-top: 1;
  border-top-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.page.location .locate_col_3,
.page-template-template-new-locations.locations-new .locate_col_3,
.page-template-template-new-locations.location .locate_col_3,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_3,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_3 {
  width: 288px;
  height: auto;
  margin: 33px 0 0 30px;
  padding: 0 0 0 0;
  float: left;
  display: block;
}
.page.location .locate_col_3 h2,
.page-template-template-new-locations.locations-new .locate_col_3 h2,
.page-template-template-new-locations.location .locate_col_3 h2,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_3 h2,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_3 h2 {
  color: #4f4f4f;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.page.location .locate_col_3 h2 a,
.page-template-template-new-locations.locations-new .locate_col_3 h2 a,
.page-template-template-new-locations.location .locate_col_3 h2 a,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_3 h2 a,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_3 h2 a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}
.page.location .locate_col_3 h2 a:hover,
.page-template-template-new-locations.locations-new .locate_col_3 h2 a:hover,
.page-template-template-new-locations.location .locate_col_3 h2 a:hover,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_3 h2 a:hover,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_3 h2 a:hover {
  border-bottom: 1px solid #0072ff;
}
.page.location .locate_col_3 p,
.page-template-template-new-locations.locations-new .locate_col_3 p,
.page-template-template-new-locations.location .locate_col_3 p,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_3 p,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_3 p {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 300;
  line-height: 34px;
  margin: 9px 0 9px 0;
  padding: 0 0 0 0;
}
.page.location .locate_col_3 ul,
.page-template-template-new-locations.locations-new .locate_col_3 ul,
.page-template-template-new-locations.location .locate_col_3 ul,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_3 ul,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_3 ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.page.location .locate_col_3 ul li,
.page-template-template-new-locations.locations-new .locate_col_3 ul li,
.page-template-template-new-locations.location .locate_col_3 ul li,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_3 ul li,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_3 ul li {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin: 0 0 16px 24px;
  list-style: none;
}
.page.location .locate_col_3 ul li a,
.page-template-template-new-locations.locations-new .locate_col_3 ul li a,
.page-template-template-new-locations.location .locate_col_3 ul li a,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_3 ul li a,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_3 ul li a {
  font-weight: 500;
  color: #0072ff;
  text-decoration: none;
}
.page.location .locate_col_3 ul li a:hover,
.page-template-template-new-locations.locations-new .locate_col_3 ul li a:hover,
.page-template-template-new-locations.location .locate_col_3 ul li a:hover,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_3 ul li a:hover,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_3 ul li a:hover {
  text-decoration: underline;
}
.page.location .locate_col_3 hr,
.page-template-template-new-locations.locations-new .locate_col_3 hr,
.page-template-template-new-locations.location .locate_col_3 hr,
.page-template-template-new-locations-spanish.ubicaciones-copy .locate_col_3 hr,
.page-template-template-new-locations-spanish.ubicaciones .locate_col_3 hr {
  height: 1px;
  margin: 24px 0 20px 0;
  border-top-color: #e5e4e4;
  background-color: none;
  border-top: 1;
  border-top-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.page.location .loc_left_col,
.page-template-template-new-locations.locations-new .loc_left_col,
.page-template-template-new-locations.location .loc_left_col,
.page-template-template-new-locations-spanish.ubicaciones-copy .loc_left_col,
.page-template-template-new-locations-spanish.ubicaciones .loc_left_col {
  width: 340px;
  height: auto;
  display: block;
  float: left;
  padding: 0 0 0 0;
  margin: 4px 30px 12px 0;
}
.page.location .loc_left_col h3,
.page-template-template-new-locations.locations-new .loc_left_col h3,
.page-template-template-new-locations.location .loc_left_col h3,
.page-template-template-new-locations-spanish.ubicaciones-copy .loc_left_col h3,
.page-template-template-new-locations-spanish.ubicaciones .loc_left_col h3 {
  margin: 0 0 9px 0;
}
.page.location .loc_right_col,
.page-template-template-new-locations.locations-new .loc_right_col,
.page-template-template-new-locations.location .loc_right_col,
.page-template-template-new-locations-spanish.ubicaciones-copy .loc_right_col,
.page-template-template-new-locations-spanish.ubicaciones .loc_right_col {
  width: 585px;
  min-height: 253px;
  display: block;
  float: left;
  padding: 0 0 0 0;
  margin: 4px 0 12px 0;
}
.page.location .loc_right_col iframe,
.page-template-template-new-locations.locations-new .loc_right_col iframe,
.page-template-template-new-locations.location .loc_right_col iframe,
.page-template-template-new-locations-spanish.ubicaciones-copy .loc_right_col iframe,
.page-template-template-new-locations-spanish.ubicaciones .loc_right_col iframe {
  width: 100%;
  height: 253px;
  border: 1px #e5e4e4 solid;
  overflow: hidden;
  margin: 0 0 11px 0;
}
.page.location .modal .modal-content,
.page-template-template-new-locations.locations-new .modal .modal-content,
.page-template-template-new-locations.location .modal .modal-content,
.page-template-template-new-locations-spanish.ubicaciones-copy .modal .modal-content,
.page-template-template-new-locations-spanish.ubicaciones .modal .modal-content {
  border-radius: 0;
}
.page.location .close,
.page-template-template-new-locations.locations-new .close,
.page-template-template-new-locations.location .close,
.page-template-template-new-locations-spanish.ubicaciones-copy .close,
.page-template-template-new-locations-spanish.ubicaciones .close {
  opacity: 1;
  margin-top: -30px;
  line-height: 2em;
}
.page.location .close i,
.page-template-template-new-locations.locations-new .close i,
.page-template-template-new-locations.location .close i,
.page-template-template-new-locations-spanish.ubicaciones-copy .close i,
.page-template-template-new-locations-spanish.ubicaciones .close i {
  margin: 0;
  vertical-align: middle;
  border: none;
}

.page-template-template-clinics-locations .content-wrapper article.page {
  max-width: 630px;
  float: left;
}

.provider-template-default .content-wrapper article.page.provider-stub {
  width: 630px;
  float: left;
}

.provider_image_col {
  width: 16%;
  height: 134px;
  float: left;
  display: block;
  margin: 3px 18px 0 0;
  overflow: hidden;
}

.provider_image_col img {
  width: 130%;
  height: auto;
  margin: -4px 0 9px -15.5%;
  max-width: none;
}

.provider_summary_col {
  width: 81%;
  min-height: 146px;
  float: left;
  display: block;
  margin: 0 0 0 0;
}

.provider_summary_col h4 {
  color: #4f4f4f;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0;
  margin: 0 0 9px 0;
}

.provider_summary_col h4 a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}

.provider_summary_col h4 a:hover {
  text-decoration: underline;
}

.provider_container hr {
  height: 1px;
  margin: 24px 0 24px 0;
  border-top-color: #e5e4e4;
  border-top-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  display: block;
  float: left;
  width: 100%;
  clear: both;
}

.clinic_provider_top {
  width: 100%;
  height: 30px;
  text-align: right;
  padding: 0 0 4px 0;
  margin: 0 0 24px 0;
  float: left;
  width: 100%;
  clear: both;
}

a {
  cursor: pointer !important;
}

.page-id-8717 hr,
.page-id-156 hr,
.page-id-8763 hr {
  border: 1px solid #e5e4e4;
}

@media (min-width: 1090px) {
  #wpv-view-layout-8712,
  #wpv-view-layout-931 {
    column-count: 2;
    column-gap: 50px;
    break-inside: avoid;
    padding-top: 33px;
  }
  .location-wrapper {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin-top: 33px;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  #wpv-view-layout-8712,
  #wpv-view-layout-931 {
    column-count: none;
  }
  .location-wrapper {
    margin-top: 33px;
  }
}
.location-wrapper ul {
  list-style: none;
}

.location-wrapper:nth-child(4) hr,
.location-wrapper:last-child hr {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .page.location .modal-dialog,
  .page-template-template-new-locations.locations-new .modal-dialog,
  .page-template-template-nmew-locations.location .modal-dialog,
  .page-template-template-new-locations-spanish.ubicaciones-copy .modal-dialog,
  .page-template-template-new-locations-spanish.ubicaciones .modal-dialog {
    min-width: 729px;
  }
}

.modal-address,
.modal-location-title,
.modal-location-title-link,
.modal-phone {
  margin-bottom: 0 !important;
}

.modal-phone span {
  display: inline !important;
}

.modal-hours {
  margin-top: 5px;
}

.services_col_2_lg hr {
  height: 1px;
  margin: 9px 0 32px;
  border-top-color: #e5e4e4;
  background-color: none;
  border-top: 1;
  border-top-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.services_col_2_lg .row {
  margin-bottom: 30px;
}

.popup-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 729px;
  height: 660px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0 2px 8px #aaa;
  overflow: hidden;
  display: none;
  margin: -305px 0 0 -365px;
  z-index: 99;
}

.popup-wrapper_bill {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 729px;
  height: 540px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0 2px 8px #aaa;
  overflow: hidden;
  display: none;
  margin: -305px 0 0 -365px;
  z-index: 99;
}

.popup-locate {
  width: 64%;
  padding: 36px 0 0 40px;
  background-color: #fff;
  float: left;
  display: inline;
}

.popup-locate h3 {
  margin: 0;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #4f4f4f;
}

.popup-locate p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #4f4f4f;
  padding: 0 0 0 0;
  margin: 0 0 9px 0;
}

.popup-locate strong {
  font-weight: 500;
}

.popup-locate a {
  font-weight: 500;
  color: #0072ff;
  text-decoration: none;
}

.popup-locate a:hover {
  text-decoration: underline;
}

.popup-links {
  width: 25%;
  float: right;
  display: inline;
  margin: 0 0 0 0;
  padding: 40px 40px 0 0;
  text-align: right;
}

.popup-links h3 {
  color: #0072ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.popup-links a {
  font-weight: 500;
  color: #0072ff;
  text-decoration: none;
}

.popup-links a:hover {
  text-decoration: underline;
}

.popup-links img,
.popup-links i {
  margin: -5px 0 0 0;
  vertical-align: middle;
  border: none;
}

.popup-close {
  margin-top: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 16px;
  line-height: 16px;
  border: 0;
  color: #0072ff;
  text-decoration: none;
}

.popup-close:hover {
  color: #0072ff;
}

.popup-hours {
  width: 94.6%;
  padding: 0 0 0 40px;
}

.popup-hours p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #4f4f4f;
  padding: 0 0 0 0;
  margin: 0 0 9px 0;
}

.popup-hours strong {
  font-weight: 500;
}

.popup-wrapper iframe {
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: 1px #e5e4e4 solid;
  overflow: hidden;
}

.popup-bill img {
  width: 648;
  height: 302;
  position: absolute;
  left: 40px;
  bottom: 40px;
  margin: 0;
  padding: 0;
  border: 1px #e5e4e4 solid;
}

.locate_col_1 {
  width: 305px;
  height: 854px;
  margin: 33px 0 0 0;
  padding: 0 0 0 0;
  border-right: 1px;
  border-right-color: #e5e4e4;
  border-right-style: solid;
  float: left;
  display: block;
}

.locate_col_1 h2 {
  color: #4f4f4f;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.locate_col_1 p {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 300;
  line-height: 34px;
  margin: 9px 0 9px 0;
  padding: 0 0 0 0;
}

.locate_col_1 ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.locate_col_1 ul li {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin: 0 0 16px 24px;
  list-style: none;
}

.locate_col_1 ul li a {
  font-weight: 500;
  text-decoration: none;
}

.locate_col_2 {
  width: 310px;
  height: auto;
  margin: 33px 0 48px 24px;
  padding: 0 0 0 0;
  float: left;
  display: block;
}

.locate_col_2 h2 {
  color: #4f4f4f;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.locate_col_2 h2 a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}

.locate_col_2 h2 a:hover {
  border-bottom: 1px solid #0072ff;
}

.locate_col_2 p {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 300;
  line-height: 34px;
  margin: 9px 0 9px 0;
  padding: 0 0 0 0;
}

.locate_col_2 ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.locate_col_2 ul li {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin: 0 0 16px 24px;
  list-style: none;
}

.locate_col_2 ul li a {
  font-weight: 500;
  color: #0072ff;
  text-decoration: none;
}

.locate_col_2 ul li a:hover {
  text-decoration: underline;
}

.locate_col_2 hr {
  height: 1px;
  margin: 24px 0 20px 0;
  border-top-color: #e5e4e4;
  background-color: none;
  border-top: 1;
  border-top-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.locate_col_3 {
  width: 288px;
  height: auto;
  margin: 33px 0 0 30px;
  padding: 0 0 0 0;
  float: left;
  display: block;
}

.locate_col_3 h2 {
  color: #4f4f4f;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.locate_col_3 h2 a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}

.locate_col_3 h2 a:hover {
  border-bottom: 1px solid #0072ff;
}

.locate_col_3 p {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 300;
  line-height: 34px;
  margin: 9px 0 9px 0;
  padding: 0 0 0 0;
}

.locate_col_3 ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.locate_col_3 ul li {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin: 0 0 16px 24px;
  list-style: none;
}

.locate_col_3 ul li a {
  font-weight: 500;
  color: #0072ff;
  text-decoration: none;
}

.locate_col_3 ul li a:hover {
  text-decoration: underline;
}

.locate_col_3 hr {
  height: 1px;
  margin: 24px 0 20px 0;
  border-top-color: #e5e4e4;
  background-color: none;
  border-top: 1;
  border-top-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.loc_left_col {
  width: 340px;
  height: auto;
  display: block;
  float: left;
  padding: 0 0 0 0;
  margin: 4px 30px 12px 0;
}

.loc_left_col h3 {
  margin: 0 0 9px 0;
}

.loc_right_col {
  width: 585px;
  min-height: 253px;
  display: block;
  float: left;
  padding: 0 0 0 0;
  margin: 4px 0 12px 0;
}

.loc_right_col iframe {
  width: 100%;
  height: 253px;
  border: 1px #e5e4e4 solid;
  overflow: hidden;
  margin: 0 0 11px 0;
}

.billing_title {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-top: 1px;
  border-top-color: #e5e4e4;
  border-top-style: solid;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 0;
  margin: 0;
}

.billing_title h1 {
  font-weight: 300;
  color: #56517a;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0.8px;
  padding: 9px 0 14px 0;
  margin: 0 0 0 0;
}

.billing_col_lg {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
}

.billing_col_lg h1 {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  padding: 0 0 0 0;
  margin: -7px 0 0 0;
}

.billing_col_lg h2 {
  color: #4f4f4f;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  margin: 20px 0 6px 0;
  letter-spacing: 0.5px;
}

.billing_col_lg h3 {
  color: #4f4f4f;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.5px;
  margin: 24px 0 9px 0;
}

.billing_col_lg p {
  color: #4f4f4f;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0 0 18px 0;
}

.billing_col_lg p a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}

.billing_col_lg p a:hover {
  text-decoration: underline;
}

.billing_col_lg p strong {
  font-weight: 500;
}

.bill_box {
  width: 100%;
  height: 194px;
  background-color: #d2dcac;
  border: 1px;
  border-color: #dad0a9;
  border-style: solid;
  padding: 0;
  margin: 24px 0 0 0;
}

.bill_box a {
  border: 0;
}

.bill_box p {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #4f4f4f;
  padding: 15px 15px 0 0;
  margin: 0 0 0 0;
}

.bill_box p a {
  font-wieght: 400;
  color: #0072ff;
  text-decoration: none;
}

.bill_box p a:hover {
  text-decoration: underline;
}

.bill_box img {
  float: left;
  border: 0;
  margin: 0 15px 0 0;
}

.bill_left_col {
  width: 65%;
  height: 300px;
  float: left;
  display: inline;
  padding: 0 0 0 0;
  margin: 0 24px 0 0;
}

.bill_right_col {
  width: 30%;
  height: auto;
  float: left;
  display: inline;
  padding: 0 0 0 0;
  margin: 0 0 64px 0;
}

.bill_right_col p {
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #4f4f4f;
  padding: 9px 15px 0 0;
  margin: 0 0 0 0;
}

.bill_right_col h3 {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin: 24px 0 0 0;
}

.bill_right_col p strong {
  font-weight: 500;
}

.bill_right_col h3 a {
  color: #0072ff;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.bill_right_col h3 a:hover {
  border-bottom: 1px solid #0072ff;
}

/* payment form */
.payment_form {
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  padding: 22px;
  margin: 18px 0 18px 0;
}

.payment_form fieldset {
  margin: 0 0 9px 0;
  padding: 0 0 0 0;
  border: none;
}

.payment_form label {
  color: #4f4f4f;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 34px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.payment_form input {
  width: 400px;
  float: left;
  display: block;
  margin: 0 0 0 0;
  padding: 3px 6px;
  font-weight: 300;
  border: 1px solid #0072ff;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}

.payment_form .two {
  width: 100%;
  margin: 0 0 0 0;
  float: left;
  clear: both;
}

.payment_form .two input {
  margin: 3px 18px 18px 0;
  padding: 3px 6px;
}

.payment_form .payment_button {
  width: 240px;
  height: 36px;
  float: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  padding-top: 6px;
  text-align: center;
  border: 0;
  border-radius: 3.01px;
  background-color: #007c92;
  background-image: -webkit-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  background-image: -moz-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  background-image: -o-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  background-image: linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  margin: 0 0 0 0;
  cursor: pointer;
}

.payment_submit {
  width: 100%;
}

.payment_form .error {
  color: #c60c30;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 34px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.payment_form a {
  color: #0072ff;
  font-weight: 400;
  font-size: 15px;
  line-height: 34px;
  text-decoration: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.payment_form {
  width: 92%;
  height: auto;
  padding: 22px 0 22px 22px;
  margin: 18px 0 18px 0;
}

.payment_form fieldset {
  margin: 0 0 9px 0;
}

.payment_form .two {
  width: 85%;
  margin: 0 0 0 0;
}

.payment_form .two input {
  margin: 3px 18px 18px 0;
  padding: 3px 6px;
}

.top_link {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  /*border-bottom: 1px;
  border-bottom-color: $ohsu-light-gray;
  border-bottom-style: solid;*/
  margin: -18px 0 34px 0;
  padding: 0 1em;
}

.top_link a:link {
  color: #0072ff;
}

.top_link ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 15px 0 14px 0;
  overflow: hidden;
}

.top_link li {
  width: 33%;
  float: left;
  display: inline;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  color: #3d3d3d;
  font-weight: 400;
}

.page-template-template-getting-here .back_to_top ,
.page-template-template-getting-here-spanish .back_to_top  {
  text-align: right;
  display: block;
}

.page-template-template-employee .employee_left_col {
  width: 65%;
  float: left;
  display: inline;
  padding: 0 0 0 0;
  margin: 0 24px 0 0;
}
.page-template-template-employee .employee_left_col a {
  /* width: 214px;
   height: 36px;
   padding: 0 9px 0 9px;
   border-radius: 3.01px;
   background-color: #007c92;
   background-image: -webkit-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
   background-image: -moz-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
   background-image: -o-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
   background-image: linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
   margin-top: 12px;
   width: auto;
   color: #ffffff;
   font-size: 15px;
   font-weight: 500;
   line-height: 34px;
   padding: 10px 30px;
   margin: 0;
   text-align: center;
   text-decoration: none;*/
  background-color: #ffc529;
  background-image: linear-gradient(to bottom, #ffd769, #ffc529);
  color: #805b16 !important;
  border: 1px solid #edb519;
  border-radius: 25px;
  display: inline-block;
  line-height: normal;
  padding: 0.75em 1.125em;
  text-align: center;
  text-decoration: none;
}
.page-template-template-employee .employee_left_col a:hover {
  background-image: linear-gradient(to bottom, #ffc529, #ffd769);
}
.page-template-template-employee .employee_left_col a * {
  color: #805b16 !important;
}
.page-template-template-employee .employee_left_col h3 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #4f4f4f;
  margin: 0 0 18px 0;
  padding: 0 0 0 0;
}
.page-template-template-employee .employee_left_col p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #4f4f4f;
  margin: 0 0 18px 0;
  padding: 0 0 0 0;
}
.page-template-template-employee .employee_left_col strong {
  font-weight: 400;
}
.page-template-template-employee .employee_left_col hr {
  height: 1px;
  margin: 22px 0 18px 0;
  border-top-color: #e5e4e4;
  background-color: none;
  border-top: 1;
  border-top-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.page-template-template-employee .employee_right_col {
  width: 32%;
  float: left;
  display: inline;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.page-template-template-employee .employee_terms {
  width: 100%;
  margin: 4px 0 64px 0;
  padding: 24px;
  background-color: #f3f3f3;
  /*border: 1px;
  border-color: $ohsu-light-gray;
  border-style: solid;
  border-radius: 4px;*/
}
.page-template-template-employee .employee_terms h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #4f4f4f;
  margin: 0 0 18px 0;
  padding: 0 0 0 0;
}
.page-template-template-employee .employee_terms p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #4f4f4f;
  margin: 0 0 18px 0;
  padding: 0 0 0 0;
}

.patient_story_title {
  width: 100%;
  height: auto;
  border-top: 1px;
  border-top-color: #e5e4e4;
  border-top-style: solid;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 0;
  margin: 0;
}

.patient_story_title h1 {
  font-weight: 300;
  color: #56517a;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0.8px;
  padding: 9px 0 14px 0;
  margin: 0 0 0 0;
}

.patient_story_photo iframe {
  width: 643px;
  height: 362px;
  border: 0;
  margin: 0;
  padding: 0;
}

.patient_story_col_lg {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
}

.patient_story_col_lg h1 {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  padding: 0 0 0 0;
  margin: -7px 0 0 0;
}

.patient_story_col_lg h2 {
  color: #4f4f4f;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  margin: 20px 0 6px 0;
  letter-spacing: 0.5px;
}

.patient_story_col_lg h3 {
  color: #4f4f4f;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.5px;
  margin: 24px 0 9px 0;
}

.patient_story_col_lg p {
  color: #4f4f4f;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0 0 18px 0;
}

.patient_story_col_lg p a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}

.patient_story_col_lg p a:hover {
  text-decoration: underline;
}

.patient_story_col_lg p strong {
  font-weight: 500;
}

.patient_story_col_lg p sup {
  font-size: 14px;
  line-height: 9px;
  padding: -6px 0 0 0;
  margin: -6px 0 0 0;
}

.patient_story_col_lg hr {
  height: 1px;
  margin: 6px 0 24px 0;
  background-color: none;
  border-top: 1;
  border-top-style: solid;
  border-top-color: #e5e4e4;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.patient_story_col_lg ul {
  margin: 6px 0 6px 6px;
  padding: 0 0 12px 22px;
}

.patient_story_col_lg ul li {
  color: #3d3d3d;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0 0 6px 0;
}

.patient_story_col_lg ul li a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}

.patient_story_col_lg ul li a:hover {
  text-decoration: underline;
}

.patient_story_col_lg ul li strong {
  font-weight: 500;
}

.patient_story_col_lg ol {
  margin: 6px 0 6px 6px;
  padding: 0 0 12px 21px;
}

.patient_story_col_lg ol li {
  color: #3d3d3d;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0 0 18px 0;
}

.patient_story_col_lg ol li a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}

.patient_story_col_lg ol li a:hover {
  text-decoration: underline;
}

.patient_story_col_lg ol li strong {
  font-weight: 500;
}

.patient_story_col_lg .patient_story_intro {
  color: #4f4f4f;
  font-size: 22px;
  font-weight: 100;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin: 32px 0 18px 0;
}

.patient_story_col_lg iframe {
  width: 643px;
  height: 362px;
  border: none;
  margin: 4px 24px 24px 0;
  padding: 0;
  float: left;
  display: block;
}

.patient_story_photo {
  position: relative;
  z-index: -1;
  max-width: 643px;
  border: none;
  margin: 4px 24px 24px 0;
  padding: 0;
  float: left;
  display: block;
  overflow: hidden;
}

.patient_story_photo img {
  width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}

.patient_story_photo_cta_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  color: #555;
  text-align: center;
  margin: 0;
  padding: 0;
}

.patient_story_photo_cta_box h1 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #000;
  padding: 9px 12px 9px 12px;
  margin: 0;
  width: 96.3%;
}

.patient_story_col_lg select {
  width: 160px; /*Width of select dropdown to give space for arrow image*/
  font-size: 16px;
  border-radius: 0;
  margin: 4px 4px 0 14px;
  float: right;
  display: inline;
  color: #3d3d3d;
  border: 1px solid #e5e4e4;
  line-height: 28px;
  height: 40px;
  padding: 0 8px;
  /*	box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);*/
}

.patient_story_return {
  width: 100%;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 0 0 1em 0;
  margin: 0 0 34px 0;
}

.patient_story_return h1 {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.8px;
  padding: 24px 0 9px 0;
  margin: 0 0 0 0;
}

.patient_story_return a {
  font-weight: 500;
  color: #0072ff;
  text-decoration: none;
}

.patient_story_return a:hover {
  text-decoration: underline;
}

.patient_story_col_lg .story_button {
  width: 240px;
  margin: 38px 0 38px 42%;
  background-color: #ffc529;
  background-image: linear-gradient(to bottom, #ffd769, #ffc529);
  color: #805b16 !important;
  border: 1px solid #edb519;
  border-radius: 25px;
  display: inline-block;
  line-height: normal;
  padding: 0.75em 1.125em;
  text-align: center;
  text-decoration: none;
}
.patient_story_col_lg .story_button:hover {
  background-image: linear-gradient(to bottom, #ffc529, #ffd769);
}
.patient_story_col_lg .story_button * {
  color: #805b16 !important;
}

.patient_story_col_lg .story_button h1 {
  width: 100%;
  color: #ffffff;
  font-size: 15px !important;
  font-weight: 500;
  line-height: 15px;
  padding-top: 6px;
  text-align: center;
}

.patient_story_col_lg .story_button a {
  color: #ffffff;
  text-decoration: none;
}

.patient_story_col_lg .pullquote {
  width: 30.5%;
  height: auto;
  background-color: #f3f3f3;
  float: right;
  display: block;
  padding: 24px;
  margin: 6px 0 18px 24px;
}

.patient_story_col_lg .pullquote p {
  color: #4f4f4f;
  font-weight: 300;
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0.5px;
  line-height: 32px;
  padding: 0;
  margin: 0;
}

.patient_story_2col {
  width: 100%;
  display: block;
  border-top: 1px;
  border-top-style: solid;
  border-top-color: #e5e4e4;
  padding: 0 0 0 0;
  margin: 18px 0 0 0;
}

.patient_story_left_col {
  width: 468px;
  height: auto;
  display: block;
  float: left;
  padding: 0 0 0 0;
  margin: 28px 24px 0 0;
}

.patient_story_left_col img {
  margin: 6px 0 12px 0;
}

.patient_story_left_col iframe {
  width: 468px;
  height: 263px;
  border: none;
  margin: 0 0 12px 0;
  padding: 0;
}

.patient_story_right_col {
  width: 450px;
  height: auto;
  display: block;
  float: left;
  padding: 0 0 0 0;
  margin: 28px 0 0 0;
}

.patient_story_right_col h3 {
  color: #4f4f4f;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.5px;
  margin: 0 0 6px 0;
}

.patient_story_right_col h3 a:hover {
  text-decoration: underline;
}

.patient_story_right_col a {
  color: #0072ff;
  text-decoration: none;
}

.patient_story_right_col a:hover {
  text-decoration: underline;
}

.page-template-template-clinics-locations .story_button {
  width: 160px;
  height: 36px;
  /*color:#fff;
  display:inline-block;
  text-align:center;
  line-height:36px;
  font-weight:500;    
  font-size:13px;
  border-radius: 3.01px;
  background-color: #007c92;
  background-image: -webkit-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  background-image: -moz-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  background-image: -o-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  background-image: linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  */
  background-color: #ffc529;
  background-image: linear-gradient(to bottom, #ffd769, #ffc529);
  color: #805b16 !important;
  border: 1px solid #edb519;
  border-radius: 25px;
  display: inline-block;
  line-height: normal;
  padding: 0.75em 1.125em;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
}
.page-template-template-clinics-locations .story_button:hover {
  background-image: linear-gradient(to bottom, #ffc529, #ffd769);
}
.page-template-template-clinics-locations .story_button * {
  color: #805b16 !important;
}

.event_title {
  width: 100%;
  max-width: 100%;
  min-height: 81px;
  border-top: 1px;
  border-top-color: #e5e4e4;
  border-top-style: solid;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 0;
  margin: 0;
}

.event_title h1 {
  font-weight: 300;
  color: #56517a;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0.8px;
  padding: 9px 0 14px 0;
  margin: 0 0 0 0;
}

.event_col_1 {
  width: 283px;
  height: auto;
  margin: 18px 46px 0 0;
  padding: 0 0 0 0;
  float: left;
  display: block;
}

.event_info {
  width: 283px;
  height: auto;
  background-color: #f3f3f3;
  padding: 0 0 20px 0;
  margin: 0 0 19px 0;
}

.event_info h1 {
  font-weight: 400;
  color: #3d3d3d;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  margin: 0 0 0 0;
  padding: 20px 12px 6px 12px;
}

.event_info h2 {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 0 0;
  padding: 10px 6px 0 6px;
}

.event_info h3 {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin: 0 0 0 0;
  padding: 3px 12px 0 12px;
}

.event_info h4 {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  margin: 0 0 0 0;
  padding: 12px 12px 0 12px;
}

.event_info p {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  margin: 0 20px 0 20px;
  padding: 0 0 0 0;
}

.event_info p a {
  color: #0072ff;
  font-weight: 400;
  text-decoration: none;
}

.event_info p a:hover {
  text-decoration: underline;
}

.event_info p strong {
  font-weight: 400;
}

.event_info ul {
  margin: 9px 20px 9px 20px;
  padding: 0 0 0 0;
}

.event_info ul li {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  margin: 6px 20px 0 20px;
  padding: 0 0 0 0;
}

.event_info hr {
  height: 1px;
  margin: 20px 20px 9px 20px;
  border-top-color: #a9ac81;
  background-color: none;
  border-top: 1;
  border-top-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.event_general_info {
  width: 283px;
  height: auto;
  background-color: #d2dcac;
  padding: 0 0 20px 0;
  margin: 0 0 18px 0;
  display: none;
}

.event_general_info p {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  margin: 0 0 0 0;
  padding: 12px 20px 0 20px;
}

.event_general_info p strong {
  font-weight: 400;
}

.event_general_info ul li {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin: 0 0 12px 0;
  padding-right: 20px;
}

.event_general_info a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}

.event_general_info a:hover {
  text-decoration: underline;
}

.event_general_info img {
  margin: 0 0 0 0;
}

.event_col_2 {
  width: 630px;
  height: auto;
  float: left;
  display: block;
  margin: 0 0 48px 0;
}

.event_col_2 h2 {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 40px;
  line-height: 44px;
  margin: 2rem 0 14px 0;
  padding: 0 0 0 0;
}

.event_col_2 h3 {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 28px;
  line-height: 32px;
  margin: 3px 0 14px 0;
  padding: 0 0 0 0;
}

.event_col_2 h4 {
  color: #4f4f4f;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.5px;
  margin: 24px 0 9px 0;
}

.event_col_2 p {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.5px;
  padding: 0 0 0 0;
  margin: 0 0 14px 0;
}

.event_col_2 strong {
  font-weight: 400;
}

.event_col_2 a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}

.event_col_2 .intro {
  color: #4f4f4f;
  font-size: 22px;
  font-weight: 100;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin: 18px 0 18px 0;
}

.event_col_2 hr {
  height: 1px;
  margin: 24px 0 12px 0;
  border-top-color: #e5e4e4;
  background-color: none;
  border-top: 1;
  border-top-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  visibility: hidden;
}

.event_col_2 ul {
  padding: 0 0 0 0;
  margin: 0 0 0 22px;
}

.event_col_2 ul li {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.5px;
  padding: 0 0 0 0;
  margin: 0 0 9px 0;
}

.event_col_full {
  width: 100%;
  margin: 18px 18px 48px 0;
}

.event_top {
  width: 100%;
  height: 76px;
  float: left;
  display: block;
  /*border-bottom: 1px;
  border-bottom-color: $ohsu-light-gray;
  border-bottom-style: solid;
  */
  margin: 0 0 18px 0;
  padding: 0 0 0 0;
}

.event_top h1 {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  padding: 0 0 0 0;
  margin: 18px 0 0 0;
}

.event_top h2 {
  font-weight: 500;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 34px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.event_top h3 {
  float: left;
  display: inline;
  width: 30%;
  font-weight: 400;
  color: #0072ff;
  font-size: 16px !important;
  line-height: 28px;
  text-decoration: none;
  padding: 24px 0 0 0;
  margin: 0 0 0 0;
}

.event_top h4 {
  display: block;
  width: 631px;
  font-weight: 400;
  color: #3d3d3d;
  font-size: 25px;
  line-height: 32px;
  text-decoration: none;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 0 0 24px 0;
  margin: 0 0 0 0;
}

.event_top a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}

.event_top a:hover {
  text-decoration: underline;
}

.event_content {
  width: 100%;
}

.event_content a {
  color: #0072ff;
  text-decoration: none;
}

.event_content a:link {
  color: #0072ff;
  text-decoration: none;
}

.event_content a:hover {
  text-decoration: underline;
}

.event_content a:visited {
  color: #0072ff;
  text-decoration: none;
}

.event_content a:active {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}

.event_left_col {
  width: 303px;
  height: auto;
  display: block;
  float: left;
  padding: 0 0 0 0;
  margin: 4px 24px 12px 0;
}

.event_left_col h2 {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 14px 0;
  padding: 0 0 0 0;
}

.event_left_col p {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 14px 0;
}

.event_left_col strong {
  font-weight: 400;
}

.event_left_col a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}

.event_left_col a:hover {
  text-decoration: underline;
}

.event_right_col {
  width: 303px;
  height: auto;
  display: block;
  float: left;
  padding: 0 0 0 0;
  margin: 4px 0 12px 0;
}

.event_right_col .event_thumbnail {
  width: 303px;
  height: 400px;
  background-color: none;
}

.event_category {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  border-top: 1px;
  border-top-color: #e5e4e4;
  border-top-style: solid;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  margin: 32px 0 32px 0;
  padding: 0 0 0 0;
}

.event_category p {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 24px;
  padding: 18px 0 18px 0;
  margin: 0 0 0 0;
}

.event_searchbox {
  width: 94.25%;
  min-height: 190px;
  background-color: #f3f3f3;
  padding: 18px;
  display: inline-block;
}

.event_searchbox .top {
  width: auto;
  height: auto;
  float: left;
  display: block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.event_searchbox .top h1 {
  font-weight: 400;
  color: #4f4f4f;
  font-size: 26px !important;
  line-height: 30px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.event_searchbox .col_1 {
  width: 165px;
  height: 190px;
  float: left;
  display: block;
  border-right: 1px;
  border-right-color: #e5e4e4;
  border-right-style: solid;
  padding: 0 0 0 0;
  margin: 0 18px 0 0;
}

.event_searchbox .col_1 h1 {
  font-weight: 400;
  color: #4f4f4f;
  font-size: 26px !important;
  line-height: 30px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.event_searchbox .col_2 {
  width: 165px;
  height: auto;
  float: left;
  display: block;
  padding: 0 0 0 0;
  margin: 0 30px 0 0;
}

.event_searchbox .col_2 ul {
  padding: 0 0 0 0;
  margin: 50px 0 0 0;
}

.event_searchbox .col_2 ul li {
  font-weight: 400;
  color: #0072ff;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 18px;
  list-style: none;
  margin: 0 0 17px 0;
}

.event_searchbox .col_2 ul li a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}

.event_searchbox .col_2 ul li a:hover {
  text-decoration: underline;
}

.event_searchbox .col_3 {
  width: 168px;
  height: auto;
  float: left;
  display: block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.event_searchbox .col_3 ul {
  padding: 0 0 0 0;
  margin: 50px 0 0 0;
}

.event_searchbox .col_3 ul li {
  font-weight: 400;
  color: #0072ff;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.02em;
  list-style: none;
  margin: 0 0 17px 0;
}

.event_searchbox .col_3 ul li a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}

.event_searchbox .col_3 ul li a:hover {
  text-decoration: underline;
}

.event_searchbox fieldset {
  padding: 0 0 0 0;
  margin: 4px 0 18px 0;
  border: none;
}

.event_searchbox fieldset legend {
  font-weight: 400;
  color: #3d3d3d;
  font-size: 17px;
  margin: 0 0 9px 0;
}

.event_searchbox fieldset h4 {
  display: none;
}

.event_searchbox fieldset br {
  clear: both;
  margin-bottom: 24px;
}

.event_searchbox fieldset select {
  display: block;
  clear: both;
  font-weight: 300;
  font-size: 28px;
  line-height: 28px;
  color: #3d3d3d;
  width: 100%;
}

.event_searchbox input {
  font-weight: 300;
  color: #0072ff;
  font-size: 14px;
  line-height: 24px;
  padding: 0 6px 0 6px;
}

.event_searchbox input[type=text].sitesearch:focus {
  background: #fff;
}

.event_searchbox input.submit {
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  border: none;
  background-color: #0072ff;
}

.event_searchbox .input {
  width: 90%;
  height: 28px;
  margin: 16px 0 16px 0;
  border: 1px;
  border-style: solid;
  border-color: #e5e4e4;
}

.event_searchbox .class_submit_button {
  width: 50px;
  height: 30px;
  background-color: #ffc529;
  background-image: linear-gradient(to bottom, #ffd769, #ffc529);
  color: #805b16 !important;
  border: 1px solid #edb519;
  border-radius: 25px;
  display: inline-block;
  line-height: normal;
  padding: 0.75em 1.125em;
  text-align: center;
  text-decoration: none;
  padding: 0;
  margin: 0 0 0 33%;
  font-size: 18px;
  font-weight: 400;
}
.event_searchbox .class_submit_button:hover {
  background-image: linear-gradient(to bottom, #ffc529, #ffd769);
}
.event_searchbox .class_submit_button * {
  color: #805b16 !important;
}

/* FoxyCart */
.mini_cart {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  width: 64%;
  height: 100%;
  background-color: #f3f3f3;
  margin: 0;
  padding: 24px 0 0 18px;
  float: right;
  display: inline;
}

.foxycart input[type=text] {
  display: none;
}

#fc_cart_controls_top {
  display: none;
}

.foxee_pricing_options {
  margin-bottom: 1em;
}

a.foxycart {
  display: block;
  float: none;
  padding: 0 10px 0 0px;
  text-transform: capitalize;
  text-decoration: none;
}

#fc_tb_closeWindowButtonBot {
  background-image: none;
  padding: 0 0 0 0;
  margin: 12px 0 0 0;
  overflow: visible;
  float: none;
}

#fc_tb_window {
  top: 20%;
}

#fc_tb_window a {
  color: #4f4f4f;
  font-size: 12px;
  margin: 3px 0 0 0;
  text-decoration: none;
}

#fc_tb_closeAjaxWindowBot {
  margin: 6px 0 0 18px;
}

.add-to-cart-button {
  width: 120px;
  height: auto;
  /*border-radius: 3.01px;
  background-color: #007c92;
  background-image: -webkit-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  background-image: -moz-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  background-image: -o-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  background-image: linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  margin: 18px 0 36px -22px;
  padding: 12px 0 12px 0;
  */
  background-color: #ffc529;
  background-image: linear-gradient(to bottom, #ffd769, #ffc529);
  color: #805b16 !important;
  border: 1px solid #edb519;
  border-radius: 25px;
  display: inline-block;
  line-height: normal;
  padding: 0.75em 1.125em;
  text-align: center;
  text-decoration: none;
}
.add-to-cart-button:hover {
  background-image: linear-gradient(to bottom, #ffc529, #ffd769);
}
.add-to-cart-button * {
  color: #805b16 !important;
}

.add-to-cart-button h1 {
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 15px;
  text-decoration: none;
  padding: 0 0 0 0;
  margin: 0;
  text-align: center;
}

add-to-cart-button a {
  font-weight: 500;
  text-decoration: none;
}

/* Listing */
.event_col_2 table {
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: -16px;
  margin-bottom: 1.4em;
  padding-bottom: 24px;
  width: 100%;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
}

/*.event_col_2 table:nth-last-child(2) {
	border-bottom: 1px;
	border-bottom-color: $ohsu-light-gray;
	border-bottom-style: solid;
	padding: 0 0 24px 0;
} */
.event_col_2 td {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  vertical-align: top;
  padding: 12px 0 0 0;
  border-right: 0;
}

.event_col_2 td:nth-child(1) {
  width: 18%;
}

.event_col_2 td h3 {
  margin: -6px 0 0 0;
  padding: 0 0 6px 0;
}

.event_col_2 td h3 a {
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  color: #0072ff;
  text-decoration: none;
  vertical-align: top;
  padding: 0;
  border-right: 0;
}

.event_col_2 td h3 a:hover {
  /*border-bottom: 1px solid $link-color;*/
}

.event_col_2 td a {
  font-weight: 400;
  font-size: 17px;
  color: #0072ff;
  text-decoration: none;
}

.event_col_2 td a:hover {
  text-decoration: underline;
}

.event_col_2 td strong {
  font-weight: 400;
}

/* newsbox section */
.event_newsbox_container {
  width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.event_newsbox_container img {
  width: 87%;
  height: auto;
  margin-top: 1.55em;
  margin-left: 1.55em;
  background-color: #e5e4e4;
}

.event_newsbox_container h1 {
  font-weight: 300;
  font-size: 3.1em;
  font-style: normal;
  color: #3d3d3d;
  text-align: left;
  padding: 0.35em 0.5em;
  margin: 0;
}

.event_newsbox_container h2 {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 40px;
  line-height: 44px;
  text-align: left;
  margin: 0 0 0 0;
  padding: 10px 6px 0 6px;
}

.event_newsbox_container h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #0072ff;
  text-align: left;
  padding: 0.35em 1.1em;
  margin: 9px 0 0;
}

.event_newsbox_container h4 {
  font-weight: 400;
  font-size: 1.3em;
  color: #127e92;
  text-align: right;
  padding: 0.35em 1.1em;
  margin: 0;
}

.event_newsbox_container a {
  font-weight: 400;
  font-size: 1em;
  color: #0072ff;
  text-decoration: none;
}

.event_newsbox_container a:hover {
  text-decoration: underline;
}

.event_newsbox_container p {
  font-weight: 300;
  font-size: 1.3em;
  letter-spacing: 0.02;
  line-height: 1.35em;
  color: #3d3d3d;
  text-align: left;
  padding: 0.35em 1.1em 0 1.1em;
  margin: 0;
}

.event_newsbox {
  width: 302px;
  height: 430px;
  background-color: #f3f3f3;
  float: left;
  margin: 12px 0 0 0;
  overflow: hidden;
}

.event_newsbox:nth-child(2) {
  margin: 12px 22px 0 0;
}

.event_newsbox h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #0072ff;
  text-align: left;
  padding: 0.35em 1em;
  margin: 9px 0 0;
}

.event_newsbox p {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02;
  line-height: 22px;
  color: #4f4f4f;
  text-align: left;
  padding: 0.35em 1.3em 0 1.3em;
  margin: 0;
}

.event_newsbox_1 {
  width: 302px;
  height: 430px;
  background-color: #fff;
  border: 1px;
  border-style: solid;
  border-color: #dad0a9;
  float: left;
  margin: 12px 22px 48px 0;
  overflow: hidden;
}

.event_newsbox_1 h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 28px;
  color: #0072ff;
  text-align: left;
  padding: 0.35em 0.72em;
  margin: 9px 0 0;
}

.event_newsbox_1 p {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02;
  line-height: 22px;
  color: #4f4f4f;
  text-align: left;
  padding: 0.35em 1.1em 0 1.1em;
  margin: 0;
}

.event_newsbox_2 {
  width: 302px;
  height: 430px;
  background-color: #fff;
  border: 1px;
  border-color: #dad0a9;
  border-style: solid;
  float: left;
  margin: 12px 0 48px 0;
  overflow: hidden;
}

.event_newsbox_2 h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 28px;
  color: #0072ff;
  text-align: left;
  padding: 0.35em 0.72em;
  margin: 9px 0 0;
}

.event_newsbox_2 p {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02;
  line-height: 22px;
  color: #4f4f4f;
  text-align: left;
  padding: 0.35em 1.1em 0 1.1em;
  margin: 0;
}

.event_list {
  width: 100%;
  margin: 0 0 24px 0;
}

.event_list h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 28px;
  color: #0072ff;
  text-align: left;
  padding: 16px 0 0 0;
  margin: 9px 0 0;
}

.event_list p {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.02;
  line-height: 24px;
  color: #4f4f4f;
  text-align: left;
  padding: 0 0 0 0;
  margin: 12px 0 0 0;
}

.event_list a {
  color: #0072ff;
  text-decoration: none;
}

.event_list a:hover {
  text-decoration: underline;
}

.event_list strong {
  font-weight: 400;
}

/* FAQs */
.faq_question_block {
  display: table;
  cursor: pointer;
}

.faq_question_block h3 {
  color: #4f4f4f;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.5px;
  margin: 24px 0 9px 0;
}

p.faq_reveal_show_all, p.faq_reveal_show_all.open_all, p.faq_reveal_hide_all {
  font-weight: 400;
  color: #0072ff;
  cursor: pointer;
  margin: 0 0 0 0;
}

p.faq_reveal_show_all:hover, p.faq_reveal_show_all.open_all:hover, p.faq_reveal_hide_all:hover {
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.faq_reveal_toggle {
  display: table-cell;
  width: 35px;
}

.faq_reveal_toggle img {
  vertical-align: middle;
  margin-bottom: 13px;
}

.faq_reveal_content {
  display: table-cell;
}

.post-type-archive-community-education .title-container:last-of-type,
.tax-community-education-category .title-container:last-of-type,
.single-community-education .title-container:last-of-type {
  padding-bottom: 0;
}
.post-type-archive-community-education .page-sidebar,
.tax-community-education-category .page-sidebar,
.single-community-education .page-sidebar {
  margin-top: 1em;
}
.post-type-archive-community-education .pagination:last-child,
.tax-community-education-category .pagination:last-child,
.single-community-education .pagination:last-child {
  border-top: 0;
}

[data-fc-sidecart] {
  background-color: #f3f3f3 !important;
}

[data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action {
  background-color: #ffc529 !important;
  background-image: linear-gradient(to bottom, #ffd769, #ffc529) !important;
  color: #805b16 !important;
  border: 1px solid #edb519;
}
[data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action:hover {
  background-image: linear-gradient(to bottom, #ffc529, #ffd769) !important;
}
[data-fc-sidecart] #fc .fc-fixed-button-right .fc-btn-action * {
  color: #805b16 !important;
}

#fc .fc-action--checkout--button,
#fc .fc-action--checkout--button:hover,
#fc .fc-action--checkout--button:focus,
#fc .fc-button--subscription-cancel,
#fc .fc-button--subscription-cancel:hover,
#fc .fc-button--subscription-cancel:focus,
#fc .fc-button--submit,
#fc .fc-button--submit:hover,
#fc .fc-button--submit:focus {
  background-color: #ffc529 !important;
  background-image: linear-gradient(to bottom, #ffd769, #ffc529) !important;
  color: #805b16 !important;
  border: 1px solid #edb519;
  text-shadow: none !important;
  border: none !important;
}
#fc .fc-action--checkout--button:hover,
#fc .fc-action--checkout--button:hover:hover,
#fc .fc-action--checkout--button:focus:hover,
#fc .fc-button--subscription-cancel:hover,
#fc .fc-button--subscription-cancel:hover:hover,
#fc .fc-button--subscription-cancel:focus:hover,
#fc .fc-button--submit:hover,
#fc .fc-button--submit:hover:hover,
#fc .fc-button--submit:focus:hover {
  background-image: linear-gradient(to bottom, #ffc529, #ffd769) !important;
}
#fc .fc-action--checkout--button *,
#fc .fc-action--checkout--button:hover *,
#fc .fc-action--checkout--button:focus *,
#fc .fc-button--subscription-cancel *,
#fc .fc-button--subscription-cancel:hover *,
#fc .fc-button--subscription-cancel:focus *,
#fc .fc-button--submit *,
#fc .fc-button--submit:hover *,
#fc .fc-button--submit:focus * {
  color: #805b16 !important;
}

#fc .fc-messages__empty-notification {
  background-color: #f3f3f3 !important;
}

#fc .fc-messages__empty-notification a {
  color: #0072ff !important;
}

.story_form {
  min-height: 300px;
  background-color: #f3f3f3;
  padding: 22px;
  margin: 18px 0 0 0;
}

.story_form label {
  color: #4f4f4f;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 34px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.story_form input[type=text],
.story_form input[type=email],
.story_form input[type=tel] {
  width: 400px;
  /*	float: right; */
  margin: 0 0 0 0;
  padding: 3px 6px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

.story_form .two {
  width: 100%;
  margin: 0 0 32px 0;
}

.story_form .two input {
  margin: 0 0 0 15px;
}

.story_form .three {
  width: 99%;
}

.story_form textarea {
  width: 99%;
  resize: vertical;
  border: 1px;
  border-color: #d1d3be;
  border-style: solid;
  float: left;
  color: #4f4f4f;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 32px 0;
  padding: 9px;
}

.story_form .four {
  width: 100%;
  color: #4f4f4f;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 34px;
  margin: 0 0 32px 0;
}

.story_form .four label {
  width: 150px;
  display: inline;
  margin: 0 0 0 -14px;
  padding: 0 0 0 0;
}

.story_form .four input {
  width: 25px;
  vertical-align: top;
  display: inline;
  margin: 11px 0 0 0;
  padding: 0 0 0 0;
}

.story_form .four ul {
  width: 40%;
  display: inline;
}

.story_form .four ul li {
  width: 100%;
  display: inline;
  margin: 0 0 0 12px;
}

.story_form .five {
  width: 100%;
  margin: 0 0 32px 0;
}

.story_form .five label {
  margin: 0 12px 0 0;
  padding: 0 0 0 0;
}

.story_form .five input {
  float: none;
  width: 50px;
}

.story_form input[type=submit] {
  width: 160px;
  text-align: center;
  margin: 0 0 38px 40%;
  /*color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  padding-top: 6px;
  border: 0;
  border-radius: 3.01px;
  background-color: #007c92;
  background-image: -webkit-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  background-image: -moz-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  background-image: -o-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  background-image: linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  */
  background-color: #ffc529;
  background-image: linear-gradient(to bottom, #ffd769, #ffc529);
  color: #805b16 !important;
  border: 1px solid #edb519;
  border-radius: 25px;
  display: inline-block;
  line-height: normal;
  padding: 0.75em 1.125em;
  text-align: center;
  text-decoration: none;
}
.story_form input[type=submit]:hover {
  background-image: linear-gradient(to bottom, #ffc529, #ffd769);
}
.story_form input[type=submit] * {
  color: #805b16 !important;
}

.story_submit {
  width: 100%;
}

.story_form .error_message {
  color: #c60c30;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 34px;
  margin: 0 0 0 0;
  padding: 0 0 0 9px;
}

.story_form a {
  color: #0072ff;
  font-weight: 400;
  font-size: 15px;
  line-height: 34px;
  text-decoration: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.story_form span.pipe {
  color: #4f4f4f;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  padding: 0 15px 0 24px;
  margin: 0 0 0 0;
}

.wpcf7-form {
  background: none;
}

.media_title {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-top: 1px;
  border-top-color: #e5e4e4;
  border-top-style: solid;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 0;
  margin: 0 0 18px 0;
}

.media_title h1 {
  font-weight: 300;
  color: #56517a;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0.8px;
  padding: 9px 0 14px 0;
  margin: 0 0 0 0;
}

.media_subhead h2 {
  width: 100%;
  height: auto;
  font-weight: 300;
  color: #56517a;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.8px;
  border-top: 0;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 0 0 18px 0;
  margin: 0 0 18px 0;
}

.media_col_lg {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 0 0;
}

.media_col_lg h1 {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  padding: 0 0 0 0;
  margin: -7px 0 0 0;
}

.media_col_lg h2 {
  color: #4f4f4f;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  margin: 20px 0 6px 0;
  letter-spacing: 0.5px;
}

.media_col_lg h3 {
  color: #4f4f4f;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.5px;
  margin: 24px 0 9px 0;
}

.media_col_lg p {
  color: #4f4f4f;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0 0 18px 0;
}

.media_col_lg p a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}

.media_col_lg p a:hover {
  text-decoration: underline;
}

.media_col_lg p strong {
  font-weight: 500;
}

.media_col_lg hr {
  height: 1px;
  margin: 6px 0 24px 0;
  border-top-color: #e5e4e4;
  background-color: none;
  border-top: 1;
  border-top-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.media_col_lg ul {
  margin: 6px 0 6px 6px;
  padding: 0 0 12px 22px;
}

.media_col_lg ul li {
  color: #3d3d3d;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0 0 6px 0;
}

.media_col_lg ul li a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}

.media_col_lg ul li a:hover {
  text-decoration: underline;
}

.media_col_lg ul li strong {
  font-weight: 500;
}

.media_col_lg ol {
  margin: 6px 0 6px 6px;
  padding: 0 0 12px 21px;
}

.media_col_lg ol li {
  color: #3d3d3d;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0 0 18px 0;
}

.media_col_lg ol li a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}

.media_col_lg ol li a:hover {
  text-decoration: underline;
}

.media_col_lg ol li strong {
  font-weight: 500;
}

.media_col_lg .media_intro p {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 100;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin: 18px 0 18px 0;
}

.media_return {
  width: 100%;
  height: auto;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 3px 0 3px 0;
  margin: 0 0 34px 0;
}

.media_return h1 {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.8px;
  padding: 0 0 9px 0;
  margin: -8px 0 0 0;
}

.media_return a {
  font-weight: 500;
  color: #0072ff;
  text-decoration: none;
}

.media_return a:hover {
  text-decoration: underline;
}

.media_return_bot {
  width: 96%;
  height: auto;
  border-top: 1px;
  border-top-color: #e5e4e4;
  border-top-style: solid;
  padding: 0 0 0 0;
  margin: 18px 0 34px 0;
}

.media_return_bot h1 {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.8px;
  padding: 18px 0 18px 0;
  margin: 9px 0 0 0;
}

.media_return_bot h1 a {
  font-weight: 500;
  color: #0072ff;
  text-decoration: none;
}

.media_return_bot h1 a:hover {
  text-decoration: underline;
}

.press_left_col {
  width: 654px;
  min-height: 400px;
  float: left;
  display: block;
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 100;
  line-height: 32px;
  letter-spacing: 0.5px;
  border-right: 1px;
  border-right-color: #e5e4e4;
  border-right-style: solid;
  padding: 0 0 0 0;
  margin: 18px 24px 32px 0;
}

.press_left_col h3 {
  width: 96%;
  color: #4f4f4f;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0 0 32px 0;
}

.press_left_col h4 {
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0;
  margin: 0 0 3px 0;
}

.press_left_col p {
  color: #4f4f4f;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0 0 24px 0;
}

.press_left_col strong {
  font-weight: 400;
}

.press_left_col a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}

.press_left_col a:hover {
  text-decoration: underline;
}

.press_left_col .image_wrap {
  width: 135px;
  height: 82px;
  float: left;
  display: inline;
  background-color: #ece6d1;
  border: 1px;
  border-color: #e5e4e4;
  border-style: solid;
  margin: 1px 24px 0 0;
  overflow: hidden;
}

.press_left_col .image_wrap img {
  width: auto;
  height: 82px;
  display: block;
  padding: 0 0 0 0;
  margin: 0 auto;
}

.press_right_col {
  width: 281px;
  float: left;
  display: block;
  padding: 0 0 0 0;
  margin: 18px 0 32px 0;
}
@media screen and (max-width: 768px) {
  .press_right_col {
    width: 100%;
  }
}

.press_right_col h2 {
  color: #4f4f4f;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  margin: 20px 0 6px 0;
  letter-spacing: 0.5px;
}

.press_right_col h3 {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin: 24px 0 9px 0;
}

.press_right_col a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}

.press_right_col a:hover {
  text-decoration: underline;
}

.press_right_col ul {
  padding: 0 0 0 0;
  margin: 0 0 0 3px;
  list-style-type: none;
}

.press_right_col ul li {
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.press_right_col select {
  border: 0 !important; /*Removes border*/
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none; /* Removes Default Firefox style*/
  background: #0072ff url(../img/select-arrow.png) no-repeat 90% center;
  width: 160px; /*Width of select dropdown to give space for arrow image*/
  font-size: 14px;
  line-height: 18px;
  text-indent: 3px; /* Removes default arrow from firefox*/
  text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
  color: #FFF;
  border-radius: 4px;
  padding: 6px;
  /*	box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);*/
}

.press_photo {
  position: relative;
  z-index: -1;
  width: auto;
  height: auto;
  border: none;
  margin: 4px 24px 18px 0;
  padding: 0;
  float: left;
  display: block;
}

.press_photo .photo_credit p {
  font-weight: 300;
  font-style: italic;
  font-size: 11px;
}

.press_photo img {
  width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}

.press_photo_cta_box {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/services_cta_background.png);
  text-align: center;
  margin: 0;
  padding: 0;
}

.press_photo_cta_box h1 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #000;
  padding: 9px 12px 9px 12px;
  margin: 0;
  width: 96.3%;
}

/* Press/News updates 8/17 */
.top-story {
  border-bottom: 1px solid #e5e4e4;
  margin-right: 25px;
  padding-top: 1.5em;
}

.top-story small {
  font-size: 16px;
  font-weight: 400;
}

.top-story h3 {
  margin-bottom: 25px;
}

.top-story > div {
  margin-bottom: 5px;
  margin-top: -12px;
}

.top-story img {
  float: left;
  height: auto;
  margin: 0 20px 100px 0;
  width: 50%;
}

.featured-stories {
  border-bottom: 1px solid #e5e4e4;
  margin-right: 25px;
  padding-bottom: 25px;
}

.featured-stories > div {
  clear: both;
  display: inline-block;
  vertical-align: top;
  width: 47%;
  overflow: hidden;
  margin-bottom: 20px;
}

.featured-stories > div:nth-child(odd) {
  margin-left: 4%;
}

.featured-story {
  display: block;
  overflow: hidden;
}

.featured-stories a {
  height: 240px;
}
.featured-stories a:hover {
  text-decoration: none;
  color: #0e4d8f;
}

.featured-stories img {
  /* height: auto;
  margin-left: -20%;
  margin-top:-140px;
  position: relative;
     width: 140%;
  z-index: -1; */
  height: 100% !important;
  position: relative;
  width: auto !important;
  max-width: none;
  z-index: -1;
  margin-left: 50%;
  transform: translateX(-50%);
}

.featured-stories h3 {
  margin: 30px 0 15px 0;
}

.featured-stories h4 {
  font-size: 16px;
  font-weight: 400;
  height: 86px;
  padding: 10px 13px 5px 13px;
  position: relative;
  top: -84px;
  z-index: 999;
  line-height: 121%;
  background: rgba(255, 255, 255, 0.85);
}

.press_left_col .featured-stories a h4 {
  color: #0072ff;
}
.press_left_col .featured-stories a h4:hover {
  color: #0e4d8f;
}

.featured-stories small {
  font-size: 16px;
  font-weight: 400;
}

.story-list {
  margin-bottom: -45px;
  margin-right: 25px;
  padding-bottom: 2.5em;
}

.story-list h3 {
  margin: 30px 0 25px 0;
}

.story-list small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.story-list small a {
  font-weight: 400;
}

.story-list h4 {
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  line-height: 120%;
  margin-bottom: 30px;
  padding-top: 5px;
}

.story-list h4 a {
  font-weight: 500;
}

.pagination {
  width: 100%;
}

.pagination:first-child {
  border-bottom: 1px solid #e5e4e4;
  margin-top: -75px;
  padding-bottom: 20px;
}

.pagination:last-child {
  margin-bottom: -15px;
  padding-top: 5x;
}

.pagination a {
  padding: 0 6px;
}

.pagination a.active {
  color: #4f4f4f;
}

.press_left_col.paginated {
  margin-bottom: 80px;
  margin-top: 75px;
}

.press_left_col.paginated h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 44px;
}

.press_right_col.paginated {
  margin-top: 100px;
  padding-left: 1em;
}

@media (max-width: 950px) {
  .press_left_col {
    border-right: 0;
    clear: both;
    width: 100%;
  }
  .top-story,
  .featured-stories {
    margin-right: 0;
  }
  .top-story {
    margin-bottom: 20px;
  }
  .top-story img {
    float: none;
    height: auto;
    margin: 0 20px 40px 0;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .top-story img {
    display: block !important;
    width: 100%;
  }
  .featured-stories > div {
    margin: 0 auto 10px auto;
    width: 100%;
  }
  .featured-stories a img {
    display: block !important;
    /*  margin-left: 0;
    max-height: 237px;
    width: 100%; */
  }
  .featured-stories > div:nth-child(2n+1) {
    margin-left: 0;
  }
  .featured-stories h4 {
    margin-top: 15px;
  }
  .story-list {
    margin-right: 0;
    padding-top: 20px;
  }
  .story-list h4 {
    height: auto;
  }
  .story-list .date {
    margin-top: 5px;
  }
  .story-list .image_wrap {
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    width: 100%;
  }
  .story-list .image_wrap img {
    height: auto;
    width: 100%;
  }
  .pagination {
    width: 100%;
  }
  .pagination a {
    padding: 3px 4px;
  }
  .pagination a:nth-child(1):before {
    content: "";
    display: block;
  }
}
/**
	Post stub styling for embedded posts on clinic pages (Tuality/OHSU Cancer Clinic)
*/
.post-stub .post-stub-title {
  padding: 0 0 1em 0;
  float: left;
  width: 100%;
  clear: both;
}
.post-stub .date {
  font-size: 14px;
}
.post-stub .press_photo {
  margin: 4px 24px 18px 0;
}
.post-stub .press_photo img {
  width: 350px;
  height: auto;
}

@media screen and (max-width: 980px) and (min-width: 485px) {
  .post-type-archive-innerviews .content-wrapper,
  .tax-innerviews-category .content-wrapper,
  .single-innerviews .content-wrapper {
    padding: 0 12px;
  }
}
.post-type-archive-innerviews .blog_title,
.tax-innerviews-category .blog_title,
.single-innerviews .blog_title {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-top: 1px;
  border-top-color: #e5e4e4;
  border-top-style: solid;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 0;
  margin: 0;
}
.post-type-archive-innerviews .blog_title h1,
.tax-innerviews-category .blog_title h1,
.single-innerviews .blog_title h1 {
  font-weight: 300;
  color: #56517a;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0.8px;
  padding: 15px 0 14px 0;
  margin: 0 0 0 0;
}
.post-type-archive-innerviews .blog_tagline,
.tax-innerviews-category .blog_tagline,
.single-innerviews .blog_tagline {
  width: 100%;
  height: auto;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 0 0 1em 0;
  margin: 0 0 18px 0;
}
.post-type-archive-innerviews .blog_tagline h1,
.tax-innerviews-category .blog_tagline h1,
.single-innerviews .blog_tagline h1 {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.2px;
  padding: 9px 0 14px 0;
  margin: 0 0 0 0;
}
.post-type-archive-innerviews .blog_subhead h2,
.tax-innerviews-category .blog_subhead h2,
.single-innerviews .blog_subhead h2 {
  width: 100%;
  height: auto;
  font-weight: 300;
  color: #56517a;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.8px;
  border-top: 0;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 0 0 18px 0;
  margin: 0 0 18px 0;
}
.post-type-archive-innerviews .blog_col_lg,
.tax-innerviews-category .blog_col_lg,
.single-innerviews .blog_col_lg {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 32px 0;
}
.post-type-archive-innerviews .blog_col_lg h1,
.tax-innerviews-category .blog_col_lg h1,
.single-innerviews .blog_col_lg h1 {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  padding: 0 0 0 0;
  margin: -7px 0 0 0;
}
.post-type-archive-innerviews .blog_col_lg h2,
.tax-innerviews-category .blog_col_lg h2,
.single-innerviews .blog_col_lg h2 {
  color: #4f4f4f;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  margin: 20px 0 6px 0;
  letter-spacing: 0.5px;
}
.post-type-archive-innerviews .blog_col_lg h3,
.tax-innerviews-category .blog_col_lg h3,
.single-innerviews .blog_col_lg h3 {
  color: #4f4f4f;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.5px;
  margin: 24px 0 9px 0;
}
.post-type-archive-innerviews .blog_col_lg p,
.tax-innerviews-category .blog_col_lg p,
.single-innerviews .blog_col_lg p {
  color: #4f4f4f;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0 0 18px 0;
}
.post-type-archive-innerviews .blog_col_lg p a,
.tax-innerviews-category .blog_col_lg p a,
.single-innerviews .blog_col_lg p a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}
.post-type-archive-innerviews .blog_col_lg p a:hover,
.tax-innerviews-category .blog_col_lg p a:hover,
.single-innerviews .blog_col_lg p a:hover {
  text-decoration: underline;
}
.post-type-archive-innerviews .blog_col_lg p strong,
.tax-innerviews-category .blog_col_lg p strong,
.single-innerviews .blog_col_lg p strong {
  font-weight: 500;
}
.post-type-archive-innerviews .blog_col_lg hr,
.tax-innerviews-category .blog_col_lg hr,
.single-innerviews .blog_col_lg hr {
  height: 1px;
  margin: 6px 0 24px 0;
  border-top-color: #e5e4e4;
  background-color: none;
  border-top: 1;
  border-top-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.post-type-archive-innerviews .blog_col_lg ul,
.tax-innerviews-category .blog_col_lg ul,
.single-innerviews .blog_col_lg ul {
  margin: 6px 0 6px 6px;
  padding: 0 0 12px 22px;
}
.post-type-archive-innerviews .blog_col_lg ul li,
.tax-innerviews-category .blog_col_lg ul li,
.single-innerviews .blog_col_lg ul li {
  color: #3d3d3d;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0 0 6px 0;
}
.post-type-archive-innerviews .blog_col_lg ul li a,
.tax-innerviews-category .blog_col_lg ul li a,
.single-innerviews .blog_col_lg ul li a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}
.post-type-archive-innerviews .blog_col_lg ul li a:hover,
.tax-innerviews-category .blog_col_lg ul li a:hover,
.single-innerviews .blog_col_lg ul li a:hover {
  text-decoration: underline;
}
.post-type-archive-innerviews .blog_col_lg ul li strong,
.tax-innerviews-category .blog_col_lg ul li strong,
.single-innerviews .blog_col_lg ul li strong {
  font-weight: 500;
}
.post-type-archive-innerviews .blog_col_lg ol,
.tax-innerviews-category .blog_col_lg ol,
.single-innerviews .blog_col_lg ol {
  margin: 6px 0 6px 6px;
  padding: 0 0 12px 21px;
}
.post-type-archive-innerviews .blog_col_lg ol li,
.tax-innerviews-category .blog_col_lg ol li,
.single-innerviews .blog_col_lg ol li {
  color: #3d3d3d;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0 0 18px 0;
}
.post-type-archive-innerviews .blog_col_lg ol li a,
.tax-innerviews-category .blog_col_lg ol li a,
.single-innerviews .blog_col_lg ol li a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}
.post-type-archive-innerviews .blog_col_lg ol li a:hover,
.tax-innerviews-category .blog_col_lg ol li a:hover,
.single-innerviews .blog_col_lg ol li a:hover {
  text-decoration: underline;
}
.post-type-archive-innerviews .blog_col_lg ol li strong,
.tax-innerviews-category .blog_col_lg ol li strong,
.single-innerviews .blog_col_lg ol li strong {
  font-weight: 500;
}
.post-type-archive-innerviews .blog_col_lg .media_intro p,
.tax-innerviews-category .blog_col_lg .media_intro p,
.single-innerviews .blog_col_lg .media_intro p {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 100;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin: 18px 0 18px 0;
}
.post-type-archive-innerviews .blog_return,
.tax-innerviews-category .blog_return,
.single-innerviews .blog_return {
  width: 100%;
  height: auto;
  border-bottom: 1px;
  border-bottom-color: #e5e4e4;
  border-bottom-style: solid;
  padding: 3px 0 3px 0;
  margin: 0 0 34px 0;
}
.post-type-archive-innerviews .blog_return h1,
.tax-innerviews-category .blog_return h1,
.single-innerviews .blog_return h1 {
  font-weight: 300;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.8px;
  padding: 0 0 9px 0;
  margin: -8px 0 0 0;
}
.post-type-archive-innerviews .blog_return a,
.tax-innerviews-category .blog_return a,
.single-innerviews .blog_return a {
  font-weight: 500;
  color: #0072ff;
  text-decoration: none;
}
.post-type-archive-innerviews .blog_return a:hover,
.tax-innerviews-category .blog_return a:hover,
.single-innerviews .blog_return a:hover {
  text-decoration: underline;
}
.post-type-archive-innerviews .blog_left_col,
.tax-innerviews-category .blog_left_col,
.single-innerviews .blog_left_col {
  min-height: 660px;
  float: left;
  display: block;
  border-right: 1px;
  border-right-color: #e5e4e4;
  border-right-style: solid;
  padding: 0 0 0 0;
  margin: 18px 0px 32px 0;
}
@media screen and (max-width: 768px) {
  .post-type-archive-innerviews .blog_left_col,
  .tax-innerviews-category .blog_left_col,
  .single-innerviews .blog_left_col {
    border-right: none;
  }
}
.post-type-archive-innerviews .blog_left_col h2,
.tax-innerviews-category .blog_left_col h2,
.single-innerviews .blog_left_col h2 {
  width: 96%;
  color: #4f4f4f;
  font-size: 1.5rem !important;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: 0;
  margin: 0 0 0 0;
}
.post-type-archive-innerviews .blog_left_col h3,
.tax-innerviews-category .blog_left_col h3,
.single-innerviews .blog_left_col h3 {
  width: 96%;
  color: #4f4f4f;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0 0 16px 0;
}
.post-type-archive-innerviews .blog_left_col h4,
.tax-innerviews-category .blog_left_col h4,
.single-innerviews .blog_left_col h4 {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  margin: 12px 0 3px 0;
}
.post-type-archive-innerviews .blog_left_col h5,
.tax-innerviews-category .blog_left_col h5,
.single-innerviews .blog_left_col h5 {
  width: 95%;
  color: #4f4f4f;
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0;
  margin: 12px 0 3px 0;
}
.post-type-archive-innerviews .blog_left_col p,
.tax-innerviews-category .blog_left_col p,
.single-innerviews .blog_left_col p {
  color: #4f4f4f;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 1.3em;
  padding: 0 18px 0 0;
  margin: 0 0 18px 0;
}
.post-type-archive-innerviews .blog_left_col hr,
.tax-innerviews-category .blog_left_col hr,
.single-innerviews .blog_left_col hr {
  height: 1px;
  margin: 32px 24px 24px 0;
  border-top-color: #e5e4e4;
  background-color: none;
  border-top: 1;
  border-top-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .post-type-archive-innerviews .blog_left_col hr,
  .tax-innerviews-category .blog_left_col hr,
  .single-innerviews .blog_left_col hr {
    margin-right: 0;
  }
}
.post-type-archive-innerviews .blog_left_col strong,
.tax-innerviews-category .blog_left_col strong,
.single-innerviews .blog_left_col strong {
  font-weight: 400;
}
.post-type-archive-innerviews .blog_left_col a,
.tax-innerviews-category .blog_left_col a,
.single-innerviews .blog_left_col a {
  color: #0072ff;
  text-decoration: none;
}
.post-type-archive-innerviews .blog_left_col a:hover,
.tax-innerviews-category .blog_left_col a:hover,
.single-innerviews .blog_left_col a:hover {
  text-decoration: underline;
}
.post-type-archive-innerviews .blog_left_col .deck,
.tax-innerviews-category .blog_left_col .deck,
.single-innerviews .blog_left_col .deck {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 1em 0;
}
.post-type-archive-innerviews .blog_left_col .deck p,
.tax-innerviews-category .blog_left_col .deck p,
.single-innerviews .blog_left_col .deck p {
  color: #4f4f4f;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  padding: 0 0 0 0;
  margin: 6px 0 0 0;
}
.post-type-archive-innerviews .blog_left_col ul,
.tax-innerviews-category .blog_left_col ul,
.single-innerviews .blog_left_col ul {
  margin: 6px 0 6px 0;
  padding: 0 24px 0 22px;
  overflow-x: hidden;
}
.post-type-archive-innerviews .blog_left_col ul li,
.tax-innerviews-category .blog_left_col ul li,
.single-innerviews .blog_left_col ul li {
  color: #3d3d3d;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0 0 18px 0;
}
.post-type-archive-innerviews .blog_left_col ol,
.tax-innerviews-category .blog_left_col ol,
.single-innerviews .blog_left_col ol {
  margin: 6px 0 6px 6px;
  padding: 0 0 12px 21px;
}
.post-type-archive-innerviews .blog_left_col ol li,
.tax-innerviews-category .blog_left_col ol li,
.single-innerviews .blog_left_col ol li {
  color: #3d3d3d;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin: 0 0 18px 0;
}
.post-type-archive-innerviews .blog_left_col ol li a,
.tax-innerviews-category .blog_left_col ol li a,
.single-innerviews .blog_left_col ol li a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}
.post-type-archive-innerviews .blog_left_col ol li a:hover,
.tax-innerviews-category .blog_left_col ol li a:hover,
.single-innerviews .blog_left_col ol li a:hover {
  text-decoration: underline;
}
.post-type-archive-innerviews .blog_left_col ol li strong,
.tax-innerviews-category .blog_left_col ol li strong,
.single-innerviews .blog_left_col ol li strong {
  font-weight: 500;
}
.post-type-archive-innerviews .blog_left_col .blog_photo,
.tax-innerviews-category .blog_left_col .blog_photo,
.single-innerviews .blog_left_col .blog_photo {
  width: auto;
  height: auto;
  padding: 0 0 0 0;
  margin: 6px 18px 9px 0;
}
.post-type-archive-innerviews .blog_left_col .blog_photo img,
.tax-innerviews-category .blog_left_col .blog_photo img,
.single-innerviews .blog_left_col .blog_photo img {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.post-type-archive-innerviews .blog_left_col .blog_photo p,
.tax-innerviews-category .blog_left_col .blog_photo p,
.single-innerviews .blog_left_col .blog_photo p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.post-type-archive-innerviews .blog_image_col,
.tax-innerviews-category .blog_image_col,
.single-innerviews .blog_image_col {
  width: 45%;
  margin: 18px 24px 0 0;
  float: left;
  display: block;
  overflow: hidden;
}
.post-type-archive-innerviews .blog_image_col img,
.tax-innerviews-category .blog_image_col img,
.single-innerviews .blog_image_col img {
  height: auto;
  width: 100%;
  display: block;
  padding: 0 0 0 0;
  margin: 0 auto;
}
.post-type-archive-innerviews .blog_image_col p,
.tax-innerviews-category .blog_image_col p,
.single-innerviews .blog_image_col p {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.post-type-archive-innerviews .blog_summary_col,
.tax-innerviews-category .blog_summary_col,
.single-innerviews .blog_summary_col {
  width: 48.75%;
  height: auto;
  float: left;
  display: block;
  margin: 18px 0 0 0;
}
@media screen and (max-width: 450px) {
  .post-type-archive-innerviews .blog_image_col,
  .post-type-archive-innerviews .blog_summary_col,
  .tax-innerviews-category .blog_image_col,
  .tax-innerviews-category .blog_summary_col,
  .single-innerviews .blog_image_col,
  .single-innerviews .blog_summary_col {
    width: 100%;
    margin-top: 30px;
  }
  .post-type-archive-innerviews .blog_image_col p,
  .post-type-archive-innerviews .blog_summary_col p,
  .tax-innerviews-category .blog_image_col p,
  .tax-innerviews-category .blog_summary_col p,
  .single-innerviews .blog_image_col p,
  .single-innerviews .blog_summary_col p {
    padding-right: 0;
  }
  .post-type-archive-innerviews .blog_image_col,
  .tax-innerviews-category .blog_image_col,
  .single-innerviews .blog_image_col {
    min-height: 195px;
    background-color: #f3f3f3;
  }
  .post-type-archive-innerviews .blog_image_col img,
  .tax-innerviews-category .blog_image_col img,
  .single-innerviews .blog_image_col img {
    height: 100%;
    width: auto;
  }
  .post-type-archive-innerviews .blog_left_col hr,
  .tax-innerviews-category .blog_left_col hr,
  .single-innerviews .blog_left_col hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.post-type-archive-innerviews .blog_summary_col p,
.tax-innerviews-category .blog_summary_col p,
.single-innerviews .blog_summary_col p {
  margin: -4px 0 0 0;
}
.post-type-archive-innerviews .blog_summary_col_full,
.tax-innerviews-category .blog_summary_col_full,
.single-innerviews .blog_summary_col_full {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  margin: 18px 0 0 0;
}
.post-type-archive-innerviews .blog_summary_col_full p,
.tax-innerviews-category .blog_summary_col_full p,
.single-innerviews .blog_summary_col_full p {
  margin: -4px 0 0 0;
}
.post-type-archive-innerviews aside.sidebar,
.tax-innerviews-category aside.sidebar,
.single-innerviews aside.sidebar {
  width: 32.6744186047%;
}
@media screen and (max-width: 768px) {
  .post-type-archive-innerviews aside.sidebar,
  .tax-innerviews-category aside.sidebar,
  .single-innerviews aside.sidebar {
    width: 100%;
    padding-top: 10px;
  }
}
.post-type-archive-innerviews .blog_right_col,
.tax-innerviews-category .blog_right_col,
.single-innerviews .blog_right_col {
  width: 100%;
  float: left;
  display: block;
  padding: 0 0 0 20px;
  margin: 18px 0 32px 0;
}
@media screen and (max-width: 900px) {
  .post-type-archive-innerviews .blog_right_col,
  .tax-innerviews-category .blog_right_col,
  .single-innerviews .blog_right_col {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive-innerviews .blog_right_col,
  .tax-innerviews-category .blog_right_col,
  .single-innerviews .blog_right_col {
    width: 100%;
  }
}
.post-type-archive-innerviews .blog_right_col h2,
.tax-innerviews-category .blog_right_col h2,
.single-innerviews .blog_right_col h2 {
  color: #4f4f4f;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  margin: 20px 0 6px 0;
  letter-spacing: 0.5px;
}
.post-type-archive-innerviews .blog_right_col h3,
.tax-innerviews-category .blog_right_col h3,
.single-innerviews .blog_right_col h3 {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin: 24px 0 9px 0;
}
.post-type-archive-innerviews .blog_right_col a,
.tax-innerviews-category .blog_right_col a,
.single-innerviews .blog_right_col a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
}
.post-type-archive-innerviews .blog_right_col a:hover,
.tax-innerviews-category .blog_right_col a:hover,
.single-innerviews .blog_right_col a:hover {
  text-decoration: underline;
}
.post-type-archive-innerviews .blog_right_col ul,
.tax-innerviews-category .blog_right_col ul,
.single-innerviews .blog_right_col ul {
  padding: 0 0 0 0;
  margin: 0 0 0 3px;
  list-style-type: none;
}
.post-type-archive-innerviews .blog_right_col ul li,
.tax-innerviews-category .blog_right_col ul li,
.single-innerviews .blog_right_col ul li {
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.post-type-archive-innerviews .blog_right_col select,
.tax-innerviews-category .blog_right_col select,
.single-innerviews .blog_right_col select {
  border: 0 !important; /*Removes border*/
  -webkit-appearance: none; /*Removes default chrome and safari style*/
  -moz-appearance: none; /* Removes Default Firefox style*/
  background: #007c92 url(../img/select-arrow.png) no-repeat 90% center;
  width: 160px; /*Width of select dropdown to give space for arrow image*/
  font-size: 14px;
  line-height: 18px;
  text-indent: 3px; /* Removes default arrow from firefox*/
  text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
  color: #FFF;
  border-radius: 4px;
  padding: 6px;
  /*	box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);*/
}
.post-type-archive-innerviews .blog_right_col hr,
.tax-innerviews-category .blog_right_col hr,
.single-innerviews .blog_right_col hr {
  height: 1px;
  margin: 18px 0 24px 0;
  border-top-color: #e5e4e4;
  background-color: none;
  border-top: 1;
  border-top-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.post-type-archive-innerviews .blog_input,
.tax-innerviews-category .blog_input,
.single-innerviews .blog_input {
  width: 70%;
  height: 28px;
  margin: 9px 0 9px 0;
  border: 1px;
  border-style: solid;
  border-color: #e5e4e4;
}
.post-type-archive-innerviews .blog_submit_button,
.tax-innerviews-category .blog_submit_button,
.single-innerviews .blog_submit_button {
  width: 35px;
  height: 26px;
  /*
  font-weight: 400;
  color: #fff; 
  font-size: 18px;
  letter-spacing: 1px;
  border-style: none;
  border-radius: 3.01px;
  background-color: #007c92;
  background-image: -webkit-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  background-image: -moz-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  background-image: -o-linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  background-image: linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  */
  background-color: #ffc529;
  background-image: linear-gradient(to bottom, #ffd769, #ffc529);
  color: #805b16 !important;
  border: 1px solid #edb519;
  border-radius: 25px;
  display: inline-block;
  line-height: normal;
  padding: 0.75em 1.125em;
  text-align: center;
  text-decoration: none;
  margin: 12px 0 0 12px;
}
.post-type-archive-innerviews .blog_submit_button:hover,
.tax-innerviews-category .blog_submit_button:hover,
.single-innerviews .blog_submit_button:hover {
  background-image: linear-gradient(to bottom, #ffc529, #ffd769);
}
.post-type-archive-innerviews .blog_submit_button *,
.tax-innerviews-category .blog_submit_button *,
.single-innerviews .blog_submit_button * {
  color: #805b16 !important;
}
.post-type-archive-innerviews .blog_photo,
.tax-innerviews-category .blog_photo,
.single-innerviews .blog_photo {
  position: relative;
  z-index: -1;
  width: 48%;
  height: auto;
  border: none;
  margin: 4px 24px 24px 0;
  padding: 0;
  float: left;
  display: block;
}
.post-type-archive-innerviews .blog_photo img,
.tax-innerviews-category .blog_photo img,
.single-innerviews .blog_photo img {
  width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
.post-type-archive-innerviews .blog_photo_cta_box,
.tax-innerviews-category .blog_photo_cta_box,
.single-innerviews .blog_photo_cta_box {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: auto;
  display: block;
  background-image: url(../img/services_cta_background.png);
  text-align: center;
  margin: 0;
  padding: 0;
}
.post-type-archive-innerviews .blog_photo_cta_box h1,
.tax-innerviews-category .blog_photo_cta_box h1,
.single-innerviews .blog_photo_cta_box h1 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #000;
  padding: 9px 9px 9px 9px;
  margin: 0;
  width: 90%;
}
.post-type-archive-innerviews .pagination,
.tax-innerviews-category .pagination,
.single-innerviews .pagination {
  border: 0;
}
.post-type-archive-innerviews .search-form,
.tax-innerviews-category .search-form,
.single-innerviews .search-form {
  padding: 0.5em 0 2em 0;
}
.post-type-archive-innerviews .search-form input,
.tax-innerviews-category .search-form input,
.single-innerviews .search-form input {
  border: 1px solid #e5e4e4;
  width: calc(100% - 60px);
  max-width: 320px;
}
.post-type-archive-innerviews .search-button,
.tax-innerviews-category .search-button,
.single-innerviews .search-button {
  width: 50px;
  height: 30px;
  /*
  font-weight: 400;
  color: #fff !important;
  font-size: 18px;
  letter-spacing: 1px;
  border-style: none;
  border-radius: 3.01px;
  background-color: #007c92;
  background-image: linear-gradient(0deg, #007c92 0%, #42a9bb 100%);
  */
  background-color: #ffc529;
  background-image: linear-gradient(to bottom, #ffd769, #ffc529);
  color: #805b16 !important;
  border: 1px solid #edb519;
  border-radius: 25px;
  display: inline-block;
  line-height: normal;
  padding: 0.75em 1.125em;
  text-align: center;
  text-decoration: none;
  padding: 0;
}
.post-type-archive-innerviews .search-button:hover,
.tax-innerviews-category .search-button:hover,
.single-innerviews .search-button:hover {
  background-image: linear-gradient(to bottom, #ffc529, #ffd769);
}
.post-type-archive-innerviews .search-button *,
.tax-innerviews-category .search-button *,
.single-innerviews .search-button * {
  color: #805b16 !important;
}

.faq {
  width: 100%;
  float: left;
  clear: both;
}
.faq.faq-question {
  color: #4f4f4f;
  margin: 0 0 0.75em 0;
  float: left;
  widows: 100%;
  clear: both;
  padding: 0 0 0.35em 0;
  font-size: 1.5rem;
  line-height: 1.3333;
  font-weight: 300;
}
.faq.faq-question:hover {
  color: #5f5f5f;
  cursor: pointer;
}
.faq.faq-question:before {
  content: "";
  background: url(../img/icon_expand.png) no-repeat center 2px;
  width: 26px;
  height: 30px;
  float: left;
  clear: both;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 0.5em;
}
.faq.faq-question.open:before {
  background: url(../img/icon_collapse.png) no-repeat center 2px;
}
.faq.faq-answer {
  margin: 0 calc(1em + 26px) 1em;
}
.faq.faq-answer p:first-of-type {
  margin: 0;
}
.faq.faq-question + br {
  display: none;
}
.faq.faq-answer + p + h2 {
  margin: 1em 0;
  float: left;
  width: 100%;
  clear: both;
}

.faqOpenAll {
  margin: 0 0 1em 0;
  display: inline-block;
  float: left;
  width: 100%;
  clear: both;
}

.faq-answer:after {
  content: " ";
  width: 100%;
  float: left;
  clear: both;
  display: block;
}

#rehab-category-select {
  font-size: 16px;
  border-radius: 0;
  margin: 4px 0 18px 0;
  display: inline;
  color: #3d3d3d;
  border: 1px solid #e5e4e4;
  line-height: 28px;
  height: 40px;
  padding: 0 8px;
}

.rehabserv_image_col {
  width: 16%;
  height: auto;
  float: left;
  display: block;
  margin: 3px 18px 0 0;
  clear: both;
}
.rehabserv_image_col img {
  width: 100%;
  height: auto;
  margin: 0 0 9px 0;
}

.rehabserv_summary_col {
  width: 81%;
  min-height: 140px;
  float: left;
  display: block;
  margin: 0 0 9px 0;
}
.rehabserv_summary_col h4 a {
  font-weight: 400;
  color: #0072ff;
  text-decoration: none;
  font-size: 22px;
}
.rehabserv_summary_col strong {
  font-weight: 400;
  weight: 400;
}

.page-template-template-rehab-team-landing .rehab-location,
.single-rehab-provider .rehab-location {
  margin-top: 1.5em;
  float: left;
  clear: both;
  width: 100%;
}
.page-template-template-rehab-team-landing .back_to_top,
.single-rehab-provider .back_to_top {
  width: 100%;
  min-height: 30px;
  display: block;
  text-align: right;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e4e4;
  padding: 0 0 7px 0;
  margin: 0 0 24px 0;
}
.page-template-template-rehab-team-landing .provider_name,
.single-rehab-provider .provider_name {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  padding: 0 0 0 0;
  margin: 18px 0 1.5rem 0;
  border-top: 1px #e5e4e4 solid;
}
.page-template-template-rehab-team-landing .provider_name h1,
.single-rehab-provider .provider_name h1 {
  font-weight: 300;
  color: #3d3d3d;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  padding: 0 0 0 0;
  margin: 18px 0 0 0;
}
.page-template-template-rehab-team-landing .content-wrapper article,
.single-rehab-provider .content-wrapper article {
  width: 630px;
  float: left;
}
.page-template-template-rehab-team-landing .provider_col_2,
.single-rehab-provider .provider_col_2 {
  width: 240px;
  height: auto;
  float: left;
  display: block;
  margin: 0 62px 0 0;
}
.page-template-template-rehab-team-landing .provider_col_2 h1,
.single-rehab-provider .provider_col_2 h1 {
  font-weight: 500;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.5px;
  padding: 0 0 0 0;
  margin: 0 0 5px 0;
}
.page-template-template-rehab-team-landing .provider_col_3,
.single-rehab-provider .provider_col_3 {
  width: 328px;
  height: auto;
  float: left;
  display: block;
}
.page-template-template-rehab-team-landing .provider_col_3 h1,
.single-rehab-provider .provider_col_3 h1 {
  font-weight: 500;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.5px;
  padding: 0 0 0 0;
  margin: 0 0 9px 0;
}

.page-template-template-servicios-del-hospital .back_to_top {
  text-align: right;
}

.page-template-template-family-birth-unit-tours table {
  width: 100%;
}
.page-template-template-family-birth-unit-tours table strong {
  font-weight: 400;
}
.page-template-template-family-birth-unit-tours table tr:nth-of-type(even) {
  border-bottom: 1px #e5e4e4 solid;
}
.page-template-template-family-birth-unit-tours table tr:nth-of-type(even) td {
  padding: 0 0 1em 0;
}

.page-template-template-obstetric-events table {
  width: 100%;
}
.page-template-template-obstetric-events table strong {
  font-weight: 400;
}
.page-template-template-obstetric-events table tr {
  vertical-align: top;
}
.page-template-template-obstetric-events table td {
  padding: 0.25em 1em 0.25em 0;
}
.page-template-template-obstetric-events table tr:nth-of-type(5n+5) {
  border-bottom: 1px #e5e4e4 solid;
}
.page-template-template-obstetric-events table tr:nth-of-type(5n+5) td {
  padding-bottom: 1em;
}

.ctct-custom-form {
  font: 16px Helvetica Neue, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  min-width: 350px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 15px;
}

.ctct-form-defaults {
  color: #000;
  padding: 15px;
  border-radius: 5px;
}

.ctct-custom-form * {
  box-sizing: border-box;
}

.ctct-custom-form p {
  margin: 0;
  margin-bottom: 24px;
}

.ctct-custom-form select {
  width: 100%;
  height: 46px;
  border: 1px solid #b0b6bb;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ctct-custom-form .ctct-form-required {
  position: relative;
}

.ctct-custom-form .ctct-form-required:before {
  content: "∗";
  position: absolute;
  top: -4px;
  left: -12px;
  color: #f5463b;
}

.ctct-custom-form input[type=text] {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #b0b6bb;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #394856;
  font-size: 16px;
  line-height: 1.5;
}

.ctct-custom-form input[type=text]:focus {
  outline: 1px solid #5dacd6;
}

.ctct-custom-form .ctct-form-errorMessage {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #f5463b;
}

.ctct-custom-form ::-webkit-input-placeholder {
  color: #88919a;
}

.ctct-custom-form :-moz-placeholder {
  color: #88919a;
}

.ctct-custom-form ::-moz-placeholder {
  color: #88919a;
}

.ctct-custom-form :-ms-input-placeholder {
  color: #88919a;
}

.ctct-custom-form input.is-error, .ctct-custom-form .ctct-form-input.is-error {
  border-color: #f5463b !important;
  color: #f5463b !important;
}

.ctct-custom-form label {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
}

.ctct-custom-form .Button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 16px;
  padding: 14px 20px;
  line-height: 1;
  background-image: none;
  background-color: #ebedee;
  color: #0078c1;
  border: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.ctct-custom-form .ctct-button {
  color: #fff;
  background-color: #0078c1;
  display: block;
  width: 100%;
}

.ctct-custom-form .ctct-button:hover {
  color: #fff;
  background-color: #3e9fda;
}

.ctct-custom-form .ctct-button:active {
  background-color: #005c94;
}

.ctct-custom-form .ctct-form-footer {
  font-size: 11px;
  font-family: Helvetica Neue, Arial, sans-serif;
  padding: 10px 0px 0px 0px;
}

/**
  Styling embedded news items on clinic pages (Tuality/OHSU Cancer Clinic)
*/
.page-template-template-clinics-locations h3.news_header {
  font-size: 26px;
  font-weight: 400 !important;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0.25em 0 !important;
}
.page-template-template-clinics-locations .summary_col {
  width: 309px;
  height: auto;
  float: left;
  display: block;
  margin: 0 0 0 0;
}
.page-template-template-clinics-locations .image_col {
  width: 301px;
  height: auto;
  float: left;
  display: block;
  background-color: #ece6d1;
  border: 1px;
  border-color: #e5e4e4;
  border-style: solid;
  margin: 5px 18px 0 0;
  overflow: hidden;
}
.page-template-template-clinics-locations .news_post_item {
  padding: 1em 0 2em 0;
  float: left;
  width: 100%;
}
.page-template-template-clinics-locations hr {
  border-top: 1px #e5e4e4 solid;
  visibility: hidden;
}

/**
  Copied from responsive.css file in previous theme
**/
@media (max-width: 1060px) {
  .main_nav .navigation {
    margin-right: 20px;
  }
}
@media (min-width: 1025px) {
  .main_nav_container {
    height: 50px;
  }
  .hero_cta_box {
    width: 100%;
    max-width: 1208px;
  }
}
@media (max-width: 1024px) {
  .sf-menu {
    margin: 0;
  }
  .utility_nav {
    max-width: 100%;
    height: inherit;
  }
  .utility_nav .navigation {
    float: right;
    padding: 0;
    /*margin-right: 20%;*/
    margin-right: 18%;
  }
  .masthead {
    max-width: 100%;
    height: inherit;
  }
  .masthead_logo {
    width: 400px;
    height: 114px;
    float: left;
    margin: 8px 0 0 32px;
    background-image: url(../img/Tuality-OHSU_masthead_logo_400.png);
    background-repeat: no-repeat;
  }
  .masthead_phone {
    width: 300px;
    height: 33px;
    float: right;
    margin: 28px 32px 0 0;
    padding: 0;
  }
  .masthead_search {
    width: 300px;
    height: 33px;
    float: right;
    padding: 0;
    margin: 12px 32px 0 0;
    text-align: right;
  }
  .main_nav {
    max-width: 100%;
    height: 49px;
  }
  .main_nav .navigation {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .quicklink_box {
    width: 287px;
    height: 438px;
    margin: 0;
  }
  .quicklink_button {
    width: 192px;
    height: 34px;
    float: left;
    margin: 0 0 23px 24px;
  }
  .hero_cta_box {
    width: 100%;
  }
  .hero_cta_box h1 {
    font-size: 2em;
    letter-spacing: 0.01em;
    color: #000;
    padding: 15px 24px 0 24px;
    margin: 0;
  }
  .hero_photo {
    /*left: -60px;*/
    left: 0;
  }
  /* Campaign */
  .campaign_title {
    width: 100%;
    padding: 0 32px 0 32px;
    margin: 0 -32px 18px -32px;
  }
  /* Multipage */
  .multipage_services_title {
    padding: 0;
    margin: 0 0 18px 0;
  }
  /* Services */
  .services_title {
    padding: 0 0 0 0;
    margin: 0 0 18px 0;
  }
}
@media (max-width: 1006px) {
  .utility_nav .navigation {
    float: right;
    padding: 0;
    margin-right: 20%;
  }
  .utility_nav ul.navigation li {
    display: block;
    padding: 0.7em 0 0 1em;
    margin-bottom: 0;
    float: left;
  }
  .main_nav_container {
    width: 100%;
    height: 43px;
  }
  .main_nav {
    max-width: 100%;
    height: 43px;
  }
  .main_nav .navigation {
    float: left;
    padding: 0;
    margin-right: 24px;
  }
  .hero_cta_box h1 {
    font-size: 1.9em;
    letter-spacing: 0.01em;
    color: #000;
    padding: 15px 24px 0 24px;
    margin: 0;
  }
  .quicklink_box {
    width: 290px;
    height: 438px;
    margin: 0;
  }
  .newsbox_1 {
    width: 30.5%;
    height: 430px;
    margin: 28px 0.75em 48px 1.2em;
  }
  .newsbox_2 {
    width: 30.5%;
    height: 430px;
    margin: 28px 0.75em 48px 0.75em;
  }
  .newsbox_3 {
    width: 30.5%;
    height: 430px;
    margin: 28px 1em 48px 0.75em;
  }
  .newsbox_container img {
    width: 87%;
    height: auto;
    margin-left: 1.6em;
  }
  .newsbox_container {
    width: 100%;
  }
  .newsbox_container h1 {
    letter-spacing: -0.01em;
    font-size: 2.7em;
  }
}
@media (min-width: 961px) and (max-width: 1024px) {
  .sf-menu > li > a {
    padding: 0.9em 0.8em 0.7em 0.8em;
  }
}
@media (max-width: 960px) {
  .content_wrapper {
    width: 95.5%;
    height: auto;
    padding: 12px 18px 25px 18px;
  }
  .utility_nav .navigation {
    margin-right: 1.5%;
  }
  .main_nav .navigation {
    float: left;
    margin: 0 0 0 15px;
  }
  .hero_container {
    background-position: -100px;
  }
  .hero_photo {
    /*left: -110px;*/
    left: 0;
  }
  .hero_cta_box h1 {
    font-size: 1.7em;
    padding: 15px 24px 0 24px;
  }
  .newsbox_1, .newsbox_2, .newsbox_3 {
    width: 30%;
  }
  .breadcrumb {
    width: 97%;
    height: 53px;
    margin: 0 0 0 18px;
  }
  .patient_story_left_col {
    width: 45%;
  }
  .patient_story_left_col iframe {
    width: 100%;
    height: 232px;
  }
  /* Campaign */
  .content_wrapper {
    width: 96.3%;
  }
  .campaign_title {
    width: 100%;
    padding: 0 18px 0 18px;
    margin: 0 -18px 18px -18px;
  }
  .campaign_col_lg iframe {
    width: 100%;
    height: 518px;
    margin-bottom: 12px;
  }
  .left_col {
    width: 48.5%;
  }
  .right_col {
    width: 48.5%;
  }
  /* Event */
  .event_col_2 {
    width: 580px;
  }
  /* Location  */
  .locate_col_1 {
    height: 882px;
  }
  .locate_col_1 br {
    display: none;
  }
  .locate_col_2 {
    width: 284px;
  }
  .locate_col_3 {
    width: 284px;
    margin: 33px 0 0 24px;
  }
  /* Multipage */
  .multipage_services_col_2 {
    width: 64%;
  }
  .multipage_services_col_2 .provider_summary_col {
    width: 80%;
  }
  .multipage_services_hero_video iframe {
    height: 331px;
  }
  .multipage_services_col_2 .rehabserv_summary_col {
    width: 80%;
    min-height: 132px;
  }
  /* Provider */
  .breadcrumb {
    width: 93%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 9px 12px;
  }
  .title {
    width: 100%;
    padding: 0 0 0 28px;
    margin: 0 0 32px -18px;
  }
  .title h1 {
    font-size: 50px;
    line-height: 32px;
    letter-spacing: 0.8px;
    padding: 18px 0 18px 0;
    margin: 0 0 0 18px;
  }
  .provider_col_1 {
    width: 30%;
    height: auto;
    margin: 0 18px 0 12px;
    padding: 0 0 0 0;
  }
  .provider_top {
    width: 65.4%;
  }
  .provider_top h4 {
    width: 100%;
  }
}
@media (max-width: 860px) {
  .sf-menu {
    font-size: 1.15em;
  }
  .hero_cta_box h1 {
    font-size: 1.55em;
    letter-spacing: 0.01em;
    color: #000;
    padding: 8px 1em 0 1em;
    margin: 0;
  }
  .newsbox_container h1 {
    font-size: 2.4em;
  }
  .footer_container {
    padding: 0;
    font-size: 14px;
  }
  .footer ul {
    display: block;
    height: auto;
  }
}
@media (max-width: 768px) {
  /* Header and Nav */
  .utility_container {
    width: 100%;
    height: 32px;
  }
  .utility_nav .navigation {
    display: none;
  }
  .utility_nav .alt {
    display: block;
  }
  .masthead_container {
    width: 100%;
    height: 135px;
    background-color: #fff;
  }
  .masthead {
    max-width: 100%;
    height: inherit;
  }
  .masthead_logo {
    width: 363px;
    height: 114px;
    float: left;
    margin: 18px 0 0 24px;
    background-image: url(../img/Tuality-OHSU_masthead_logo_400.png);
    background-repeat: no-repeat;
    background-size: 98%;
  }
  .masthead_phone {
    width: 200px;
    height: 33px;
    float: right;
    margin: 36px 24px 0 0;
    padding: 0;
  }
  .masthead_phone h1 {
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 22px;
    color: #4f4f4f;
    text-align: right;
    padding: 0;
    margin: 0;
  }
  .masthead_phone img {
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin: -6px 0 0 0;
    border-style: none;
  }
  .masthead_search {
    width: 270px;
    height: 33px;
    float: right;
    padding: 0;
    margin: 6px 24px 0 0;
    text-align: right;
  }
  .masthead_search input {
    font-size: 14px;
    line-height: 22px;
    width: 210px;
    height: 26px;
    padding: 0 3px;
    margin: 0;
    border: 1px;
    border-style: solid;
    border-color: #007C92;
  }
  .main_nav_container {
    width: 100%;
    height: 42px;
    background-color: #007c92;
  }
  .main_nav {
    display: none;
  }
  /* slide-out menu */
  .slideout-wrap {
    display: block;
  }
  .slideout-menu {
    position: absolute;
    left: -330px;
    width: 300px;
    height: auto;
    background: #0e4d8f;
    z-index: 100;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.15);
  }
  .slideout-menu h3 {
    position: relative;
    padding: 7px 6px 6px 18px;
    margin: 0;
    color: #fff;
    font-size: 1.8em;
    font-weight: 400;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #3a3a3a;
  }
  .slideout-menu .slideout-menu-toggle {
    width: 100%;
    display: inline-block;
    padding: 0 7px 0 0;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
  }
  .slideout-menu .slideout-menu-toggle i {
    padding: 0 3px 0 0;
  }
  .slideout-menu .slideout-menu-toggle i.slideout-close-menu {
    line-height: 1.4em;
    height: auto;
  }
  .slideout-menu .slideout-menu-toggle:hover {
    color: #fff;
  }
  .slideout-menu ul {
    list-style: none;
    font-weight: 300;
    padding: 0;
    margin: 0;
    border-top: 0;
    border-bottom: 0;
  }
  .slideout-menu ul li {
    margin: 0;
    padding: 0 0 0 0;
    border-top: 0;
    border-bottom: 0;
    /*background-color: #1f8c9f;
    background-image: -webkit-linear-gradient(0deg, #007c92 10%, #1f8c9f 100%);
    background-image: -moz-linear-gradient(0deg, #007c92 10%, #1f8c9f 100%);
    background-image: -o-linear-gradient(0deg, #007c92 10%, #1f8c9f 100%);
    background-image: linear-gradient(0deg, #007c92 10%, #1f8c9f 100%);*/
  }
  .slideout-menu ul.utility {
    /*border-top: 1px;
    border-top-style: solid;
    border-top-color: $ohsu-dark-gray;*/
    height: auto;
    background-color: #0e4d8f;
  }
  .slideout-menu ul.utility li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-top: 0;
    border-bottom: 0;
    /*background-color: #22578b;
    background-image: -webkit-linear-gradient(0deg, #22578b 10%, #4172a2 100%);
    background-image: -moz-linear-gradient(0deg, #22578b 10%, #4172a2 100%);
    background-image: -o-linear-gradient(0deg, #22578b 10%, #4172a2 100%);
    background-image: linear-gradient(0deg, #22578b 10%, #4172a2 100%);*/
  }
  .slideout-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 8px 18px;
    color: #fff;
    text-decoration: none;
  }
  .slideout-menu ul li a:hover {
    background: #093461;
    color: #fff;
  }
  .slideout-menu ul.utility li a:hover {
    background: #093461;
    color: #fff;
  }
  .slideout-menu ul li a i {
    position: absolute;
    top: 15px;
    right: 10px;
    opacity: 0.9;
  }
  .main-slideout {
    height: 29px;
    padding: 10px 0 7px 15px;
    background: none;
  }
  .main-slideout .slideout-menu-toggle {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    line-height: 22px;
  }
  .main-slideout .slideout-menu-toggle:hover {
    color: #fff;
  }
  .slideout-menu ul li ul.panel {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .slideout-menu ul li ul {
    display: none;
  }
  .slideout-menu ul li ul li {
    list-style: none;
    padding: 0 0 0 24px;
    margin: 0;
    background-image: none;
  }
  .slideout-menu ul li ul li a {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .slideout-menu ul.utility li ul li {
    margin: 0 0 0 0;
    padding: 0 0 0 18px;
    border-top: 0;
    border-bottom: 0;
    background-image: none;
  }
  .slideout-menu ul.utility li.sub-menu-sub-header {
    padding-right: 1.5em;
  }
  .slideout-menu ul.utility li.sub-menu-sub-header a {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.04em;
    color: white;
    text-transform: uppercase;
    border-bottom: 1px white solid;
  }
  .slideout-menu ul.utility li ul li ul.sub-menu {
    display: block;
  }
  .slideout-menu ul.utility li ul li ul.sub-menu a {
    color: #fff;
    text-transform: none;
    border: 0;
  }
  .slideout-menu ul.utility li ul li ul.sub-menu li {
    padding: 0;
    margin: 0;
  }
  .slideout-menu ul.utility li ul li h1 {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    list-style: none;
    line-height: 32px;
    color: #e3e697;
    padding: 3px 0 0 0;
    margin: 0 36px 0 18px;
    border: 1px;
    border-bottom-color: #e3e697;
    border-bottom-style: solid;
  }
  /* quicklink box */
  .quicklink_box {
    width: 215px;
    height: 278px;
    margin: 0;
  }
  .quicklink_content {
    width: 89%;
    padding: 12px 0 0 24px;
    vertical-align: top;
  }
  .quicklink_content h1 {
    font-size: 1.2em;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.03em;
    line-height: 1.4em;
    color: #e3e697;
    margin: 0 1em 1em 0;
  }
  .quicklink_button {
    width: 157px;
    height: 26px;
    float: left;
    margin: 0 0 15px 0;
  }
  .quicklink_button h1 {
    width: 90%;
    height: 14px;
    font-size: 1.12em;
    line-height: 26px;
    color: #007c92;
    padding: 0 0.6em;
  }
  .quicklink_button img {
    width: 9px;
    height: 13px;
    float: right;
    border-style: none;
    margin: 7px 0 0 0;
  }
  .hero_container {
    max-width: 100%;
    height: 316px;
    background-image: url({site_url}themes/tuality/images/dotorg/affiliation_hero_768x278.jpg);
    margin: 0 0 0 0;
    background-position: -10px;
  }
  .hero_photo {
    /*left: -40px;*/
    left: 0;
    height: 360px;
  }
  .hero_photo img {
    height: 316px;
    margin: -12px 0 0 0;
  }
  .hero_cta_box {
    width: 100%;
    height: 38px;
    /*overflow: hidden;
    background-color: #A7C669;
    text-align: center;*/
  }
  .hero_cta_box h1 {
    font-size: 1.4em;
    letter-spacing: 0.01em;
    color: #000;
    padding: 8px 1em 0 1em;
    margin: 0;
  }
  .hero_cta_box a {
    font-weight: 400;
    color: #22578b;
    text-decoration: none;
  }
  .newsbox_1, .newsbox_2, .newsbox_3 {
    width: 30.5%;
    height: auto;
    min-height: 375px;
    /*min-width: 346px;*/
    margin: 20px 0 20px 11px;
  }
  .newsbox_container img {
    width: 87%;
    height: auto;
    margin-left: 1.2em;
  }
  .newsbox_container h1 {
    font-size: 2.2em;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #3d3d3d;
    text-align: left;
    padding: 0.35em 0.5em;
    margin: 0;
  }
  .newsbox_container h2 {
    font-size: 1.15em;
    line-height: 18px;
    font-weight: 500;
    color: #007c92;
    text-align: left;
    padding: 0.35em 1.1em;
    margin: 9px 0 0;
  }
  .newsbox_container h3 {
    font-size: 1.15em;
    font-weight: 500;
    color: #127e92;
    text-align: right;
    padding: 0.35em 1.1em;
    margin: 0;
  }
  .newsbox_container a {
    font-size: 1em;
    font-weight: 500;
    color: #007c92;
    text-decoration: none;
  }
  .newsbox_container p {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.35em;
    color: #3d3d3d;
    text-align: left;
    padding: 0.35em 1.1em 0 1.1em;
    margin: 0;
  }
  /* footer */
  .footer_container {
    text-align: left;
    font-size: 16px;
    width: 100%;
    padding-top: 0;
  }
  .footer {
    width: 100%;
  }
  .footer ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    padding: 0;
    display: block;
    height: auto;
  }
  .footer li {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #3d3d3d;
    text-align: left;
    display: block;
    float: none;
  }
  .footer ul h1 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 9px 0.5em 9px 11px;
    margin: 0;
  }
  .footer ul li ul {
    width: 100%;
    float: left;
    padding: 0 0 11px 0;
    margin: 0 0 11px 0;
    border-right: none;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #a9ac81;
  }
  .footer ul .last {
    border: none;
    margin-right: 0;
  }
  .footer ul li ul li {
    margin: 3px 11px;
    width: auto;
  }
  .footer ul li ul li.join {
    list-style-type: none;
  }
  .footer ul li ul li a {
    font-weight: 400;
    color: #007c92;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 0 6px 0 0;
  }
  .footer ul li ul li a[href^="tel:"] {
    color: inherit !important;
    background-color: inherit !important;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.02em;
    color: #3d3d3d;
    margin: 0;
  }
  .footer ul li ul .story_button {
    width: 160px;
    height: 36px;
    border-radius: 3.01px;
    margin-top: 10px;
  }
  .footer ul li ul .story_button h1 {
    width: auto;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    padding-top: 10px;
    text-align: center;
  }
  /* About */
  .about_title h1 {
    letter-spacing: 0;
    font-size: 50px;
    line-height: 58px;
  }
  .about_pullquote {
    display: none;
  }
  .about_photo {
    width: 47%;
    height: auto;
  }
  .about_photo_cta_box h1 {
    padding: 9px 12px 9px 6px;
    margin: 0;
    width: 96%;
  }
  /* Billing */
  .bill_box {
    width: 100%;
    height: auto;
    border: none;
  }
  .bill_box p {
    display: none;
  }
  .bill_box img {
    width: 100%;
    height: auto;
    border: 1px;
    border-color: #dad0a9;
    border-style: solid;
    margin: 0 15px 12px 0;
  }
  /* Patient story */
  .patient_story_title {
    width: 100%;
    padding: 0 18px 0 18px;
    margin: 0 0 0 -18px;
  }
  .patient_story_title h1 {
    letter-spacing: 0.3px;
    font-size: 50px;
    line-height: 58px;
  }
  .patient_story_return {
    width: 100%;
    height: 75px;
    padding: 0 18px 0 18px;
    margin: 0 -18px 34px -18px;
  }
  .patient_story_col_lg {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
  }
  .patient_story_col_lg iframe {
    width: 100%;
    height: 412px;
    border: none;
    margin: 0 24px 24px 0;
    padding: 0;
  }
  .patient_story_col_lg .story_button {
    margin: 38px 0 38px 40%;
  }
  .patient_story_left_col {
    width: 45%;
    height: auto;
    display: block;
    float: left;
    padding: 0 0 0 0;
    margin: 28px 24px 0 0;
  }
  .patient_story_left_col iframe {
    width: 100%;
    height: 186px;
    border: none;
    margin: 0 0 12px 0;
    padding: 0;
  }
  .patient_story_left_col img {
    width: 100%;
    height: auto;
    margin: 1px 0 12px 0;
  }
  .patient_story_right_col {
    width: 51.5%;
    height: auto;
    display: block;
    float: left;
    padding: 0 0 0 0;
    margin: 9px 0 0 0;
  }
  .patient_story_right_col h3 {
    margin: 12px 0 6px 0;
  }
  .search_result {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    margin: 0 0 18px 0;
    padding: 0 0 0 0;
  }
  /* Blog */
  .content_wrapper {
    max-width: 100%;
    padding: 12px 0 25px 0;
  }
  /* Campaign */
  .campaign_title {
    padding: 0 18px 0 18px;
    margin: 0 0 18px -18px;
  }
  .campaign_right_col {
    width: 64.8%;
  }
  .campaign_col_lg iframe {
    height: 415px;
  }
  .left_col {
    width: 48%;
  }
  .right_col {
    width: 48%;
  }
  /* Career - max 768*/
  .career_title {
    width: 100%;
    height: auto;
    padding: 0 18px 0 18px;
    margin: 0 -18px 18px -18px;
  }
  .career_col_1 {
    width: 32%;
    margin: 0 36px 0 0;
  }
  .career_side_nav {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 19px 0;
  }
  .career_col_1 .general_info {
    width: 100%;
    margin: 0 0 32px 1px;
  }
  .career_col_1 .general_info img {
    width: 100%;
    height: auto;
    margin: 0 0 0 1px;
  }
  .career_col_2 {
    width: 63%;
  }
  .career_pullquote {
    width: 100%;
    float: left;
    margin: 0 0 24px 0;
  }
  .career_left_col {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 4px 0 12px 0;
  }
  .career_left_col img.photo {
    width: 100%;
    height: auto;
  }
  .career_right_col {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 4px 0 12px 0;
  }
  .career_left_col .photo {
    width: 100%;
    height: auto;
  }
  /* Event */
  .event_title {
    width: 100%;
    padding: 0 18px 0 16px;
    margin: 0 0 0 -18px;
  }
  .event_title h1 {
    padding: 9px 0 14px 0;
    margin: 0 0 0 0;
    font-size: 50px;
    line-height: 58px;
  }
  .event_col_1 {
    width: 33%;
    margin: 18px 32px 0 0;
    padding: 0 0 0 0;
  }
  .event_info {
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0 0 19px 0;
  }
  .event_general_info {
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0 0 18px 0;
  }
  .event_col_2 {
    width: 62.5%;
    margin: 0 0 48px 0;
  }
  .event_top {
    width: 100%;
    height: auto;
    margin: 0 0 18px 0;
    padding: 0 0 0 0;
  }
  .event_top h3 {
    display: none;
  }
  .event_left_col {
    width: 100%;
    padding: 0 0 0 0;
    margin: 4px 24px 12px 0;
  }
  .event_searchbox {
    width: 92%;
    min-height: 240px;
    background-color: #f3f3f3;
    padding: 18px;
  }
  .event_searchbox .col_1 {
    width: 179px;
    height: 240px;
    padding: 0 0 0 0;
    margin: 0 18px 0 0;
  }
  .event_searchbox .col_3 {
    width: 62.5px;
    padding: 0 0 0 0;
    margin: -48px 0 0 0;
  }
  .event_newsbox_container {
    width: 100%;
  }
  .event_newsbox {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 12px 0 0 0;
    overflow: hidden;
  }
  .event_newsbox:nth-child(2) {
    margin: 12px 22px 0 0;
  }
  .event_newsbox_container img {
    width: 91.5%;
    height: auto;
    margin-top: 1.55em;
    margin-left: 1.55em;
    background-color: #f3f3f3;
  }
  .event_newsbox_container h4 {
    margin: 0 0 18px 0;
  }
  /* FoxyCart */
  .mini_cart {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 18px 0 0 0;
  }
  .add-to-cart-button {
    margin: 18px 0 18px 5.5em;
    padding: 12px 0 12px 0;
  }
  /* Location */
  .locate_col_1 {
    width: 98.7%;
    height: auto;
    border-right: 0;
    float: none;
  }
  .locate_col_2 {
    width: 44%;
  }
  .locate_col_3 {
    width: 44%;
    margin: 33px 0 0 30px;
  }
  iframe {
    width: 88.6%;
    height: 360px;
  }
  /* Media */
  /* Multipage - max 768 */
  .multipage_services_title {
    width: 100%;
    height: auto;
    padding: 0 16px 0 9px;
    margin: 0 0 18px -18px;
  }
  .multipage_services_title h1 {
    width: 100%;
    padding: 9px 0 9px 9px;
    margin: 0 0 0 0;
    font-size: 50px;
    line-height: 58px;
  }
  .multipage_services_col_1 {
    width: 30%;
  }
  .multipage_services_col_2 {
    width: 63%;
  }
  .multipage_side_nav {
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px;
    border-color: #dad0a9;
    border-style: solid;
    padding: 0 0 3px 0;
    margin: 0 0 19px 0;
  }
  .multipage_services_info {
    width: 100%;
  }
  .multipage_services_hero_cta_box h1 {
    font-size: 18px;
    line-height: 22px;
  }
  .multipage_side_nav ul li {
    padding: 9px 22px 9px 0;
  }
  .multipage_services_hero_video iframe {
    height: 261px;
  }
  /* Provider - max 768 */
  .title {
    width: 100%;
    padding: 0 18px 0 0;
    margin: 0 0 32px -18px;
  }
  .title h1 {
    font-size: 50px;
    line-height: 58px;
    letter-spacing: 0.8px;
    width: 93%;
    padding: 18px 0 18px 0;
    margin: 0 0 0 32px;
  }
  .provider_info {
    display: none;
    height: auto;
    background-color: #f3f3f3;
  }
  .provider_info h1 {
    font-weight: 400;
    color: #3d3d3d;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 0 0;
    padding: 12px 0 0 0;
  }
  .provider_info h2 {
    font-weight: 400;
    color: #3d3d3d;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 0 0;
    padding: 6px 0 0 0;
  }
  .provider_info p {
    font-weight: 300;
    color: #3d3d3d;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 0 0;
    padding: 0 0 12px 0;
  }
  .provider_top {
    width: 64%;
    height: auto;
    float: left;
    display: block;
    margin: 0 0 18px 0;
    padding: 0 0 0 0;
  }
  .provider_top h1 {
    font-weight: 100;
    color: #3d3d3d;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .provider_top h2 {
    font-weight: 400;
    color: #3d3d3d;
    font-size: 16px;
    line-height: 34px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .provider_top h3 {
    display: none;
    width: 100%;
    font-weight: 400;
    color: #3d3d3d;
    font-size: 14px;
    line-height: 14px;
    border-bottom: 1px;
    border-bottom-color: #e5e4e4;
    border-bottom-style: solid;
    padding: 0 0 24px 0;
    margin: -30px 0 0 0;
  }
  .provider_top h4 {
    width: 100%;
    padding: 0 0 24px 0;
    margin: 0 0 0 0;
  }
  .search_arrow h1 {
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0.5px;
    margin: 0 0 0 48px;
  }
  .provider_search_box {
    width: 88%;
    height: auto;
    padding: 20px 12px 10px 12px;
    margin: 0 0 32px 0;
  }
  .input {
    width: 67%;
    margin: 0 3px 0 0;
  }
  .provider_col_1 {
    width: 30%;
    height: auto;
    margin: 0 18px 0 12px;
    padding: 0 0 0 0;
  }
  .provider_col_2 {
    width: 60%;
    height: auto;
    float: left;
    display: block;
    margin: 0 20px 0 0;
  }
  .provider_col_3 {
    width: 62%;
    height: auto;
    float: left;
    display: block;
  }
  .provider_col_2 p {
    font-size: 16px;
    line-height: 22px;
  }
  .provider_col_3 p {
    font-size: 16px;
    line-height: 24px;
  }
  .provider_col_2 h1 {
    font-size: 16px;
    line-height: 22px;
  }
  .video {
    width: 470px;
    height: 264px;
    background-color: #fff;
    border: none;
  }
  .return_top {
    display: block;
    width: 100%;
    float: right;
    border: none;
    padding: 0 0 9px 0;
    margin: -18px 0 0 0;
  }
  .return_top h1 {
    font-weight: 400;
    color: #007c92;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.3px;
    float: right;
  }
  .return_top h1 a {
    font-weight: 500;
    color: #007c92;
    text-decoration: none;
    padding: 0 18px 0 0;
    margin: 0 0 0 0;
    vertical-align: middle;
  }
  .return_bottom {
    display: block;
    width: auto;
    border-top: 1px;
    border-top-color: #e5e4e4;
    border-top-style: solid;
    padding: 0 0 0 0;
    margin: 0 0 18px 0;
  }
  .return_bottom h1 {
    font-weight: 400;
    color: #007c92;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.3px;
    float: right;
  }
  .return_bottom h1 a {
    font-weight: 500;
    color: #007c92;
    text-decoration: none;
    padding: 0 18px 0 0;
    margin: 0 0 0 0;
    vertical-align: middle;
  }
  .return_bottom img {
    border: none;
    vertical-align: middle;
    padding: 0 0 6px 0;
    margin: 0 0 0 0;
  }
  .provider_info_line {
    display: block;
    margin: 24px 0 0 0;
  }
  .provider_result {
    width: 64.2%;
    margin: 0 0 18px 0;
    padding: 0 0 0 0;
    /*overflow-x: hidden;*/
  }
  .provider_result table {
    width: 100%;
    vertical-align: middle;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.4em;
    /*overflow-x: hidden;*/
  }
  .provider_result table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .provider_result td:nth-child(1) {
    width: 96%;
    padding-top: 16px;
  }
  .provider_result td:nth-child(2) {
    width: 96%;
  }
  .provider_result td:nth-child(3) {
    width: 96%;
  }
  .provider_result td:nth-child(4) {
    width: 96%;
    text-align: left;
  }
  .provider_result td:nth-child(5) {
    width: 96%;
    padding-bottom: 16px;
  }
  .provider_result table td {
    width: 100%;
    display: block;
    border-right: none;
    margin: 0 0 0 0;
    padding: 9px 9px 0 12px;
    /*white-space: nowrap;*/
  }
  .provider_result table td:before {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 10px 0 0;
    white-space: nowrap;
  }
  .provider_result table td.name:before {
    content: "Name:";
    font-weight: 400;
    padding: 0 36px 0 0;
  }
  .provider_result table td.address:before {
    content: "Location:";
    font-weight: 400;
    padding: 0 19px 0 0;
  }
  .provider_result table td.specialty:before {
    content: "Specialty:";
    font-weight: 400;
    padding: 0 16px 0 0;
  }
  .provider_result table td.gender:before {
    content: "Gender:";
    font-weight: 400;
    padding: 0 28px 0 0;
  }
  .provider_result table td.language:before {
    content: "Language:";
    font-weight: 400;
    padding: 0 11px 0 0;
  }
  /* Services - max 768 */
  .services_title {
    width: 100%;
    height: auto;
    padding: 0 29px 0 6px;
    margin: 0 0 18px -18px;
  }
  .services_title h1 {
    width: 100%;
    padding: 9px 0 9px 9px;
    margin: 0 0 0 0;
    font-size: 50px;
    line-height: 58px;
  }
  .services_col_2 h1 .services_col_2 h2 .services_col_2 h3 .services_col_1 {
    width: 30%;
    margin: 0 24px 0 0;
  }
  .services_col_2 {
    width: 63%;
  }
  .services_info {
    width: 100%;
  }
  .general_info {
    width: 100%;
  }
  .general_info p img {
    max-width: 100%;
    height: auto !important;
  }
  .services_hero_cta_box h1 {
    font-size: 18px;
    line-height: 22px;
  }
  .left_col {
    width: 100%;
  }
  .right_col {
    width: 100%;
  }
  iframe {
    width: 99.8%;
    height: 100%;
  }
} /* end max width 768 */
@media (max-width: 736px) {
  .hero_photo {
    left: 0;
  }
  .masthead_search {
    width: 220px;
  }
  .masthead_search input {
    width: 160px;
  }
  .newsbox_1, .newsbox_2, .newsbox_3 {
    width: 31%;
    margin: 20px 0 20px 11px;
  }
  .newsbox_container h1 {
    letter-spacing: 0;
  }
  .patient_story_left_col iframe {
    height: 177px;
  }
  /* campaign */
  .campaign_title {
    width: 98.7%;
  }
  .campaign_hero {
    width: 98.7%;
  }
  .campaign_col_lg iframe {
    height: 393px;
  }
  /*event */
  .event_col_2 {
    width: 62%;
  }
  .event_searchbox .col_1 {
    width: 170px;
  }
  .event_searchbox .col_2 {
    width: 181px;
  }
  /* Multipage */
  .multipage_services_col_2 .provider_summary_col {
    width: 70%;
    height: auto;
    margin: 0 0 0 0;
  }
  .multipage_services_hero_video iframe {
    width: 99.8%;
    height: 250px;
  }
  .multipage_services_col_2 .rehabserv_summary_col {
    width: 78%;
    min-height: 136px;
  }
  /* Career */
  .career_col_2 {
    width: 60%;
  }
}
@media (max-width: 699px) {
  .newsbox_container h1 {
    font-size: 2.1em;
  }
  .newsbox_1, .newsbox_2, .newsbox_3 {
    width: 30%;
  }
}
@media (max-width: 667px) {
  .utility_nav .navigation {
    /*float: right;*/
    float: left;
    padding: 0;
    margin-left: 24px;
  }
  .masthead_container {
    width: 100%;
    height: 118px;
    background-color: #fff;
  }
  .masthead {
    max-width: 100%;
    height: inherit;
  }
  .masthead_logo {
    width: 305px;
    height: 100px;
    float: left;
    margin: 18px 0 0 24px;
    background-image: url(../img/Tuality-OHSU_masthead_logo_400.png);
    background-repeat: no-repeat;
    background-size: 98%;
  }
  .masthead_phone {
    width: 200px;
    height: 33px;
    float: right;
    margin: 32px 18px 0 0;
    padding: 0;
  }
  .masthead_search {
    width: 220px;
    height: 30px;
    float: right;
    padding: 0;
    margin: 3px 18px 0 0;
    text-align: right;
  }
  .masthead_search .search_icon {
    width: 28px;
    height: 28px;
    margin: -4px 0 0 6px;
  }
  .masthead_search input {
    font-size: 14px;
    line-height: 22px;
    width: 160px;
    height: 26px;
    padding: 0 3px;
    margin: 0;
    border: 1px;
    border-style: solid;
    border-color: #007C92;
  }
  .hero_container {
    background-position: -40px;
  }
  .hero_photo img {
    margin: 0;
  }
  .hero_cta_box h1 {
    font-size: 17px;
    letter-spacing: 0;
    color: #000;
    padding: 8px 9px 0 9px;
    margin: 0;
  }
  .newsbox_1, .newsbox_2, .newsbox_3 {
    width: 95%;
    min-height: 200px;
    height: auto;
    margin: 18px 0 0 14px;
    padding: 0 0 18px 0;
  }
  .newsbox_container img {
    width: 45%;
    height: auto;
    margin-left: 1em;
    float: left;
    display: inline;
  }
  .newsbox_container h1 {
    font-size: 2.2em;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #3d3d3d;
    text-align: left;
    padding: 0.35em 0.5em;
    margin: 0;
  }
  .newsbox_container h2 {
    width: 45%;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0;
    padding: 0 1em;
    float: left;
    display: inline;
  }
  .newsbox_container h3 {
    font-size: 1.15em;
    font-weight: 400;
    color: #127e92;
    text-align: right;
    padding: 0.35em 1.1em;
    margin: 0;
  }
  .newsbox_container a {
    font-size: 1em;
    font-weight: 400;
    color: #007c92;
    text-decoration: none;
  }
  .newsbox_container p {
    width: 45%;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.35em;
    color: #3d3d3d;
    text-align: left;
    padding: 0.35em 1.1em 0 1.1em;
    margin: 0;
    float: left;
    display: inline;
  }
  .footer_container {
    text-align: left;
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .footer {
    width: 100%;
  }
  .footer ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    padding: 0;
    display: block;
    height: auto;
  }
  .footer li {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #3d3d3d;
    text-align: left;
  }
  .footer ul h1 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    text-align: left;
    padding: 3px 0.5em 3px 11px;
    margin: 0;
  }
  .footer ul li ul {
    width: 100%;
    float: left;
    padding: 0 0 11px 0;
    margin: 0 0 11px 0;
    border-right: none;
    border-right-style: none;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #a9ac81;
  }
  .footer ul li ul .first {
    margin: 0;
  }
  .footer ul li ul .first li {
    float: left;
    margin: 0;
  }
  .footer ul .last {
    border: none;
    margin-right: 0;
  }
  .footer ul li ul li {
    padding: 0;
    width: auto;
  }
  .footer ul li ul li a {
    font-weight: 400;
    color: #007c92;
    text-decoration: none;
    margin: 6px 0 0 0;
    padding: 0;
    display: inline-block;
  }
  .footer ul li ul li img {
    width: 39px;
    height: 39px;
  }
  .footer ul li ul .story_button {
    width: auto;
    height: 28px;
    padding: 0 9px 0 9px;
    border-radius: 3.01px;
    margin-top: 12px;
  }
  .footer ul li ul .story_button h1 {
    width: auto;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    padding: 8px 0;
    margin: 0;
    text-align: center;
  }
  .patient_story_left_col {
    width: 45%;
  }
  .patient_story_left_col iframe {
    width: 100%;
    height: 161px;
  }
  .patient_story_right_col {
    width: 51%;
  }
  /* campaign */
  .campaign_title {
    width: 98.3%;
  }
  .campaign_hero {
    width: 98.3%;
  }
  .campaign_col_lg iframe {
    height: 353px;
  }
  /* event */
  .event_col_2 {
    width: 61%;
  }
  .event_searchbox .col_1 {
    width: 163px;
  }
  .event_searchbox .top {
    width: 170px;
  }
  .event_searchbox .col_2 {
    width: 170px;
    margin: 0 0 0 0;
  }
  .event_searchbox .col_2 ul {
    margin: 0 0 0 0;
  }
  .event_searchbox .col_3 {
    width: 170px;
    margin: 0 0 0 0;
  }
  .event_searchbox .col_3 ul {
    margin: 0 0 0 0;
  }
  /* location */
  .locate_col_1 ul li {
    margin: 0 0 16px 0;
  }
  .locate_col_2 {
    margin: 6px 0 0 0;
    padding-top: 18px;
    border-top: 1px;
    border-top-color: #e5e4e4;
    border-top-style: solid;
  }
  .locate_col_3 {
    margin: 6px 0 0 24px;
    padding-top: 18px;
    border-top: 1px;
    border-top-color: #e5e4e4;
    border-top-style: solid;
  }
  /* Multipage */
  .multipage_services_col_1 {
    width: 97.8%;
    margin: 0 18px 0 0;
  }
  .multipage_services_col_2 {
    width: 97%;
    margin: 18px 0 0 0;
  }
  .multipage_services_hero_video iframe {
    width: 100%;
    height: 221px;
  }
  .multipage_side_nav ul li.selected {
    background: none;
  }
  .multipage_side_nav {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 19px 0;
  }
  .multipage_side_nav ul {
    width: 90%;
    padding: 0 0 9px 0;
    margin: 10px -22px 0 18px;
  }
  .multipage_side_nav ul li {
    font-weight: 500;
    color: #4f4f4f;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    list-style: none;
    padding: 9px 0 9px 0;
    margin: 2px 0 0 0;
  }
  /* Provider */
} /* end of max width 667 */
@media (max-width: 650px) {
  .masthead_container {
    width: 100%;
    height: 117px;
    background-color: #fff;
  }
  #nutshell_alt {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #56517a;
    text-align: center;
    padding: 0 0;
    margin: 16px 0;
  }
  .blog_left_col {
    width: 100%;
    border-right: none;
    padding: 14px 0 32px 0;
    margin: 0;
  }
  .blog_tagline {
    margin: 0 0 18px 0;
  }
}
@media (max-width: 600px) {
  .content_wrapper {
    width: 90.5%;
    height: auto;
  }
  .masthead_search {
    width: 40%;
    height: 25px;
    float: right;
    padding: 0;
    margin: 0 11px 0 0;
    text-align: right;
  }
  .masthead_search input {
    font-size: 13px;
    line-height: 13px;
    width: 70%;
    height: 24px;
    padding: 0 3px;
    margin: 0;
    border: 1px;
    border-style: solid;
    border-color: #007C92;
  }
  .patient_story_left_col iframe {
    height: 136px;
  }
  .patient_story_right_col {
    width: 50.5%;
  }
  /* Campaign - max 600 */
  .campaign_left_col {
    width: 100%;
    margin: 0 40px 24px 0;
  }
  .campaign_right_col {
    width: 100%;
    margin: 18px 0 18px 0;
  }
  #content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    flex-direction: column;
  }
  .campaign_title {
    width: 97.7%;
  }
  .campaign_hero {
    width: 97.7%;
  }
  .campaign_col_lg iframe {
    height: 318px;
  }
  .left_col {
    width: 97.7%;
  }
  .right_col {
    width: 97.7%;
  }
  #left_col {
    -webkit-order: 2;
    order: 2;
  }
  #right_col {
    -webkit-order: 1;
    order: 1;
  }
  /* event */
  .event_title {
    display: none;
  }
  .event_right_col {
    display: none;
  }
  .event_col_1 {
    width: 100%;
  }
  .event_col_2 {
    width: 100%;
    margin-bottom: 0;
  }
  #content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    flex-direction: column;
  }
  #col_1 {
    -webkit-order: 2;
    order: 2;
  }
  #col_2 {
    -webkit-order: 1;
    order: 1;
  }
  #fc_tb_window[style] {
    width: 93% !important;
    height: 322px !important;
    margin-left: -47% !important;
  }
  #fc_tb_window iframe[style] {
    width: 100% !important;
    height: 322px !important;
  }
  /* Multipage */
  .multipage_services_title {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 18px 0;
  }
  .multipage_services_col_1 {
    width: 100%;
  }
  .multipage_services_col_2 {
    width: 100%;
  }
  /* Provider - max 600 */
  .provider_content_wrapper {
    height: auto;
    overflow: hidden;
  }
  .provider_result td:nth-child(1) {
    width: 93%;
    padding-top: 16px;
  }
  .provider_result td:nth-child(2) {
    width: 93%;
  }
  .provider_result td:nth-child(3) {
    width: 93%;
  }
  .provider_result td:nth-child(4) {
    width: 93%;
    text-align: left;
  }
  .provider_result td:nth-child(5) {
    width: 93%;
    padding-bottom: 16px;
  }
  .provider_top {
    width: 63%;
  }
  .input {
    width: 90%;
    margin-bottom: 12px;
  }
  /* Services - max 600 */
  .services_title {
    width: 111%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 18px -18px;
  }
  .services_title h1 {
    font-size: 44px;
    line-height: 50px;
    width: 93%;
    padding: 9px 0 9px 12px;
    margin: 0 0 0 0;
  }
  .services_col_1 {
    width: 100%;
  }
  .services_col_2 {
    width: 100%;
    margin: 18px 0 0 0;
  }
  .general_info {
    width: 98.5%;
  }
  .general_info p img {
    width: 120px;
    height: auto;
  }
  /* Multipage */
  .multipage_services_title h1 {
    font-size: 44px;
    line-height: 50px;
  }
} /* end of max width 600 */
@media (max-width: 568px) {
  .patient_story_right_col {
    width: 50%;
  }
  /* Campaign */
  .campaign_col_lg iframe {
    height: 298px;
  }
  .campaign_hero_cta_box h1 {
    font-size: 18px;
  }
  /* Multipage */
  .content_wrapper {
    width: 93.8%;
  }
  .multipage_services_title {
    width: 97.8%;
    padding: 0 12px 0 0;
    margin: 0 0 18px 0;
  }
  .multipage_services_title h1 {
    padding: 9px 0 9px 0;
  }
  .multipage_services_col_1 {
    width: 99.8%;
  }
  /* Provider */
}
@media (max-width: 585px) {
  .masthead_phone {
    width: 180px;
  }
  .masthead_search {
    width: 190px;
    height: 25px;
    float: right;
    padding: 0;
    margin: 0 11px 0 0;
    text-align: right;
  }
  .masthead_search input {
    font-size: 13px;
    line-height: 13px;
    width: 75%;
    height: 24px;
    padding: 0 3px;
    margin: 0;
    border: 1px;
    border-style: solid;
    border-color: #007C92;
  }
  .masthead_search .search_icon {
    display: none;
  }
  .hero_cta_box h1 {
    font-size: 15px;
    padding: 10px 9px 0 9px;
  }
  .newsbox_container img {
    width: 42%;
    height: auto;
    margin-left: 1em;
    float: left;
    display: inline;
  }
}
@media (max-width: 530px) {
  .masthead_logo {
    width: 285px;
    height: 82px;
    float: left;
    margin: 18px 0 3px 18px;
  }
}
@media (max-width: 514px) {
  .utility_container {
    width: 100%;
    height: 34px;
  }
  .utility_nav {
    max-width: 100%;
    height: 32px;
  }
  .utility_nav .navigation {
    float: right;
    padding: 0;
    margin-right: 15px;
  }
  .masthead_container {
    width: 100%;
    height: 152px;
    background-color: #fff;
  }
  .masthead_logo {
    width: 305px;
    height: 82px;
    float: left;
    margin: 18px 0 3px 18px;
    background-image: url(../img/layout/Tuality-OHSU_masthead_logo_400.png);
    background-repeat: no-repeat;
  }
  .masthead_phone {
    width: 34%;
    height: 25px;
    float: left;
    margin: 16px 0 0 20px;
    padding: 0;
    display: inline;
  }
  .masthead_phone h1 {
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 0.01em;
    line-height: 18px;
    color: #4f4f4f;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .masthead_phone img {
    display: none;
  }
  .masthead_search {
    width: auto;
    height: 25px;
    float: right;
    padding: 0;
    margin: 15px 11px 0 0;
    text-align: right;
    display: inline;
  }
  .masthead_search input {
    font-size: 13px;
    line-height: 16px;
    width: 170px;
    height: 25px;
    padding: 0 6px;
    margin: 0;
    border: 1px;
    border-style: solid;
    border-color: #007C92;
  }
  .masthead_search .search_icon {
    display: none;
  }
  #nutshell_alt {
    display: none;
  }
  .main_nav_container {
    width: 100%;
    height: 43px;
  }
  .quicklink_box {
    width: 100%;
    height: 91px;
    margin: 0;
    background-image: none;
    background-color: #22578b;
    /* opacity: 0.8; */
    /* filter: alpha(opacity=80); */ /* For IE8 and earlier */
  }
  .quicklink_content {
    width: 100%;
    height: auto;
    padding: 16px 0 0 10px;
    vertical-align: top;
  }
  .quicklink_content h1 {
    display: none;
    margin: 0;
    padding: 0;
  }
  .quicklink_button {
    width: 148px;
    height: 23px;
    float: left;
    display: inline;
    margin: 0 12px 14px 16px;
  }
  .quicklink_button h1 {
    display: block;
    width: 90%;
    height: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #007c92;
    padding: 0 0.6em;
  }
  .quicklink_button img {
    width: 9px;
    height: 13px;
    float: right;
    border-style: none;
    margin: 6px 0 0 0;
  }
  .hero_container {
    max-width: 100%;
    height: 91px;
    background-image: none;
    margin: 0;
    padding: 0;
  }
  .hero_480 {
    display: none;
  }
  .hero_cta_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #A7C669;
    text-align: left;
    margin: 0 0 0 0;
  }
  .hero_cta_box h1 {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000;
    padding: 10px 1em 0.5em 1em;
    margin: 0;
  }
  .hero_cta_box a {
    font-weight: 400;
    color: #22578b;
    text-decoration: none;
    /*float: right;*/
    padding: 2px 0 0 0;
  }
  .newsbox_1, .newsbox_2, .newsbox_3 {
    width: 94.5%;
    height: auto;
    min-height: 200px;
    margin: 10px;
  }
  .newsbox_container img {
    width: 93%;
    height: auto;
    margin-left: 1.2em;
    float: left;
    margin: 0 12px 9px 12px;
    vertical-align: text-top;
    float: none;
  }
  .newsbox_container h1 {
    font-size: 2.3em;
    font-weight: 300;
    letter-spacing: 0.02em;
    padding: 0.35em 0.5em;
    margin: 0;
  }
  .newsbox_container h2 {
    width: 93.5%;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.3em;
    padding: 6px 12px;
    margin: 0 0 0;
  }
  .newsbox_container h3 {
    font-size: 1.3em;
    font-weight: 500;
    /*padding: 6px 11px 0 11px;
    margin: 3px 0 12px 0 ; */
  }
  .newsbox_container a {
    font-size: 1em;
    font-weight: 500;
    color: #007c92;
    text-decoration: none;
  }
  .newsbox_container p {
    width: 93.5%;
    font-size: 1.1em;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.35em;
    color: #3d3d3d;
    text-align: left;
    padding: 0.35em 1.1em 0 0;
    margin: 0 12px 0 12px;
  }
  /* footer */
  .footer_container {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .footer {
    width: 100%;
  }
  .footer ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    padding: 0;
    display: block;
    height: auto;
  }
  .footer li {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #3d3d3d;
    text-align: left;
  }
  .footer ul h1 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    color: #3d3d3d;
    text-align: left;
    padding: 3px 0.5em 3px 11px;
    margin: 0;
  }
  .footer ul li ul {
    width: 100%;
    float: left;
    padding: 0 0 11px 0;
    margin: 0 0 11px 0;
    border-right: none;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #a9ac81;
  }
  .footer ul li ul .first {
    margin: 0;
  }
  .footer ul li ul .first li {
    float: left;
    margin: 0;
  }
  .footer ul li ul.first li:nth-child(7) {
    padding: 0;
  }
  .footer ul li ul.first li:nth-child(4) {
    padding: 0;
  }
  .footer ul li ul.first li:nth-child(5) {
    padding: 0;
    margin: 0 100px 0 11px;
  }
  .footer ul .last {
    border: none;
    margin-right: 0;
  }
  .footer ul li ul li {
    padding: 0;
    width: auto;
  }
  .footer ul li ul li a {
    font-weight: 400;
    color: #007c92;
    text-decoration: none;
    margin: 6px 0 0 0;
    padding: 0;
    display: inline-block;
  }
  .footer ul li ul li a[href^="tel:"] {
    color: inherit !important;
    background-color: inherit !important;
    text-decoration: none;
    color: #3d3d3d;
    margin: 0;
  }
  .footer ul li ul li img {
    width: 39px;
    height: 39px;
  }
  .footer ul li ul .story_button {
    width: auto;
    height: 28px;
    padding: 0 9px 0 9px;
    border-radius: 3.01px;
    margin-top: 12px;
  }
  .footer ul li ul .story_button h1 {
    width: auto;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    padding: 8px 0;
    margin: 0;
    text-align: center;
  }
  .slideout-menu {
    left: -375px;
    width: 375px;
  }
}
@media (max-width: 480px) {
  .utility_nav {
    max-width: 100%;
    height: 32px;
  }
  .utility_nav .navigation {
    float: right;
    padding: 0;
    margin-right: 0;
  }
  .masthead_container {
    width: 100%;
    height: 100px;
    background-color: #fff;
  }
  .masthead_logo {
    width: 254px;
    height: 82px;
    float: left;
    margin: 16px 0 0 11px;
    background-image: url(../img/Tuality-OHSU_masthead_logo_400.png);
    background-repeat: no-repeat;
    background-size: 98%;
  }
  .masthead_phone {
    width: 180px;
    height: 33px;
    float: right;
    margin: 22px 12px 0 0;
    padding: 0;
  }
  .masthead_phone h1 {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 22px;
    color: #4f4f4f;
    text-align: right;
    padding: 0;
    margin: 0;
  }
  .masthead_phone img {
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin: -4px 3px 0 0;
  }
  .masthead_search {
    width: 180px;
    height: 25px;
    float: right;
    padding: 0;
    margin: 0 11px 0 0;
    text-align: right;
  }
  .masthead_search input {
    font-size: 13px;
    line-height: 13px;
    width: 120px;
    height: 24px;
    padding: 0 3px;
    margin: 0;
    border: 1px;
    border-style: solid;
    border-color: #007C92;
  }
  .masthead_search .search_icon {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0 0 0 2px;
  }
  #nutshell_alt {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #56517a;
    text-align: center;
    padding: 0 0;
    margin: 16px 0;
  }
  .quicklink_box {
    width: 100%;
    height: 91px;
    margin: -1px 0 0 0;
    background-image: none;
    background-color: #22578b;
  }
  .quicklink_content {
    width: 100%;
    height: auto;
    padding: 0 32px;
  }
  .quicklink_content h1 {
    display: none;
    margin: 0;
    padding: 0;
  }
  .quicklink_button {
    width: 157px;
    height: 26px;
    float: left;
    display: inline;
    margin: 12px 24px 3px 24px;
  }
  .quicklink_button h1 {
    display: block;
    width: 90%;
    height: 14px;
    font-size: 1.12em;
    font-weight: 500;
    line-height: 26px;
    color: #007c92;
    padding: 0 0.6em;
  }
  .quicklink_button img {
    width: 9px;
    height: 13px;
    float: right;
    border-style: none;
    margin: 7px 0 0 0;
  }
  .hero_container {
    max-width: 100%;
    height: 91px;
    background-image: none;
    margin: 0;
  }
  .hero_cta_box {
    display: none;
  }
  .newsbox_1, .newsbox_2, .newsbox_3 {
    width: 96.5%;
    height: auto;
    margin: 9px 0 8px 8px;
  }
  .newsbox_container img {
    width: 96%;
    height: auto;
    margin: 10px auto;
    display: block;
    position: relative;
    float: none;
  }
  .newsbox_container h1 {
    font-size: 2.3em;
    font-weight: 300;
    letter-spacing: 0.02em;
    padding: 0.35em 0.5em;
    margin: 0;
  }
  .newsbox_container h2 {
    width: 93.5%;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.3em;
    padding: 6px 12px;
    margin: 0 0 0;
  }
  .newsbox_container h3 {
    font-size: 1.3em;
    font-weight: 500;
    /*padding: 6px 11px 0 11px;
    margin: 3px 0 12px 0 ; */
  }
  .newsbox_container a {
    font-size: 1em;
    font-weight: 500;
    color: #007c92;
    text-decoration: none;
  }
  .newsbox_container p {
    width: 93.5%;
    font-size: 1.1em;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.35em;
    padding: 0.35em 1em;
    margin: 0;
  }
  .patient_story_left_col {
    width: 100%;
    height: auto;
    margin: 28px 0 0 0;
  }
  .patient_story_left_col iframe {
    width: 100%;
    height: 244px;
    border: none;
    margin: 0 0 0 0;
    padding: 0;
  }
  .patient_story_right_col {
    width: 100%;
  }
  /* blog */
  .blog_image_col, .blog_summary_col {
    width: 100%;
  }
  /* campaign */
  .campaign_title {
    width: 95.8%;
  }
  .campaign_col_lg {
    width: 96%;
  }
  .campaign_col_lg iframe {
    height: 248px;
  }
  .campaign_hero {
    width: 100%;
  }
  .campaign_hero_cta_box h1 {
    font-size: 17px;
  }
  /* Location - max 480 */
  .locate_col_2 {
    width: 95.5%;
    margin: 6px 0 0 0;
  }
  .locate_col_3 {
    width: 95.5%;
    margin: 6px 0 0 0;
  }
  /* Multipage - max 480 */
  .multipage_services_title {
    width: 93.5%;
    padding: 0 9px 0 0;
    margin: 0 0 18px 0;
  }
  .multipage_services_title h1 {
    font-size: 42px;
    line-height: 46px;
  }
  .multipage_services_col_1 {
    width: 95.3%;
  }
  .multipage_services_col_2 {
    width: 95.3%;
  }
  .multipage_services_col_2 .rehabserv_image_col {
    width: 30%;
  }
  .multipage_services_col_2 .rehabserv_summary_col {
    width: 60%;
  }
  /* Provider */
  /* Career max 480 */
  .career_title {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 18px 0;
  }
  .career_title h1 {
    width: 95%;
    padding: 9px 0 9px 9px;
    margin: 0 0 0 0;
    font-size: 42px;
    line-height: 46px;
  }
  .career_col_1 {
    width: 100%;
    margin: 0 0 0 12px;
  }
  .career_side_nav ul li.selected {
    background: none;
  }
  .career_side_nav {
    width: 93%;
    padding: 0 0 0 0;
    margin: 0 0 19px 0;
  }
  .career_side_nav ul {
    width: 100%;
    padding: 0 0 9px 0;
    margin: 10px -22px 0 18px;
  }
  .career_side_nav ul li {
    padding: 9px 0 9px 0;
    margin: 2px 0 0 0;
  }
  .career_info {
    width: 93%;
    margin: 0 0 32px 1px;
  }
  .career_col_1 .general_info {
    width: 93%;
    margin: 0 0 32px 1px;
  }
  .career_col_2 {
    width: 93%;
    margin: 0 0 0 12px;
  }
  .career_col_2 iframe {
    width: 100%;
    height: auto;
  }
  .career_hero {
    display: none;
  }
  .career_pullquote {
    width: 100%;
    float: left;
    margin: 0 0 24px 0;
  }
  .career_left_col {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 4px 0 12px 0;
  }
  .career_left_col img.photo {
    width: 100%;
    height: auto;
  }
  .career_right_col {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 4px 0 12px 0;
  }
  .career_left_col .photo {
    width: 100%;
    height: auto;
  }
} /* End of max width 480 */
@media (max-width: 460px) {
  .utility_container {
    width: 100%;
    height: 32px;
  }
  .utility_nav {
    max-width: 100%;
    height: 32px;
  }
  .masthead_container {
    width: 100%;
    height: 146px;
    background-color: #fff;
  }
  .masthead_logo {
    width: 290px;
    height: 84px;
    float: left;
    margin: 16px 0 3px 18px;
    background-image: url(../img/Tuality-OHSU_masthead_logo_400.png);
    background-repeat: no-repeat;
  }
  .masthead_phone {
    width: 34%;
    height: 25px;
    float: left;
    margin: 9px 0 0 3px;
    padding: 0;
    display: inline;
  }
  .masthead_phone h1 {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 18px;
    text-align: right;
    padding: 0;
    margin: 0;
  }
  .masthead_phone img {
    display: none;
  }
  .masthead_search {
    width: 56%;
    height: 25px;
    float: right;
    padding: 0;
    margin: 6px 11px 0 0;
    text-align: right;
  }
  .masthead_search input {
    font-size: 13px;
    line-height: 13px;
    width: 90%;
    height: 24px;
    padding: 0 3px;
    margin: 0;
  }
  .masthead_search .search_icon {
    display: none;
  }
  #nutshell_alt {
    display: none;
  }
  .main_nav_container {
    width: 100%;
    height: 43px;
  }
  .quicklink_box {
    width: 100%;
    height: 91px;
    margin: 0 0 0 0;
    background-image: none;
    background-color: #22578b;
  }
  .quicklink_content {
    width: 100%;
    height: auto;
    padding: 16px 0 0 10px;
    vertical-align: top;
  }
  .quicklink_content h1 {
    display: none;
    margin: 0;
    padding: 0;
  }
  .quicklink_button {
    width: 175px;
    height: 23px;
    float: left;
    display: inline;
    margin: 0 14px 14px 0;
  }
  .quicklink_button h1 {
    display: block;
    width: 90%;
    height: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #007c92;
    padding: 0 0.6em;
  }
  .quicklink_button img {
    width: 9px;
    height: 13px;
    float: right;
    border-style: none;
    margin: 6px 0 0 0;
  }
  .hero_container {
    max-width: 100%;
    height: 91px;
    background-image: none;
  }
  .hero_cta_box {
    max-width: 100%;
    height: 93px;
    overflow: hidden;
    background-color: #A7C669;
    text-align: left;
  }
  .hero_cta_box h1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000;
    padding: 9px 1em 0 1em;
    margin: 0;
  }
  .hero_cta_box a {
    font-weight: 400;
    color: #22578b;
    text-decoration: none;
    float: right;
  }
  .newsbox_1, .newsbox_2, .newsbox_3 {
    width: 94%;
    height: auto;
    margin: 10px;
  }
  .newsbox_container img {
    width: 94%;
    height: auto;
    margin: 10px auto;
    display: block;
    position: relative;
    float: none;
  }
  .newsbox_container h1 {
    font-size: 2.4em;
    font-weight: 300;
    letter-spacing: 0.02em;
    padding: 0.35em 0.5em;
    margin: 0;
  }
  .newsbox_container h2 {
    font-size: 15px;
    line-height: 19px;
    padding: 6px 12px;
    margin: 0 0 0;
  }
  .newsbox_container h3 {
    font-size: 1.1em;
    font-weight: 500;
    padding: 6px 11px 0 11px;
    margin: 3px 0 12px 0;
  }
  .newsbox_container a {
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
  }
  .newsbox_container p {
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.35em;
    padding: 0.35em 1.1em 0 12px;
    margin: 0;
  }
  /* footer */
  .footer_container {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .footer {
    width: 100%;
  }
  .footer ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    padding: 0;
    display: block;
    height: auto;
  }
  .footer li {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #3d3d3d;
    text-align: left;
  }
  .footer ul h1 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
    color: #3d3d3d;
    text-align: left;
    padding: 3px 0.5em 3px 11px;
    margin: 0;
  }
  .footer ul li ul {
    width: 100%;
    float: left;
    padding: 0 0 11px 0;
    margin: 0 0 11px 0;
    border-right: none;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #a9ac81;
  }
  .footer ul li ul .first {
    margin: 0;
  }
  .footer ul li ul .first li {
    float: left;
    margin: 0;
  }
  .footer ul .last {
    border: none;
    margin-right: 0;
  }
  .footer ul li ul li {
    padding: 0;
    width: auto;
  }
  .footer ul li ul li a {
    font-weight: 400;
    color: #007c92;
    text-decoration: none;
    margin: 6px 0 0 0;
    padding: 0;
    display: inline-block;
  }
  .footer ul li ul li img {
    width: 39px;
    height: 39px;
  }
  .footer ul li ul .story_button {
    width: auto;
    height: 28px;
    padding: 0 9px 0 9px;
    border-radius: 3.01px;
    margin-top: 12px;
  }
  .footer ul li ul .story_button h1 {
    width: auto;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    padding: 8px 0;
    margin: 0;
    text-align: center;
  }
  .slideout-menu {
    left: -320px;
    width: 320px;
  }
}
@media (max-width: 440px) {
  .quicklink_button {
    width: 170px;
  }
}
@media (max-width: 420px) {
  .quicklink_button {
    width: 160px;
  }
}
@media (max-width: 414px) {
  /* campaign */
  .content_wrapper {
    width: 91.3%;
  }
  .campaign_title {
    width: 100%;
    margin-bottom: 0;
  }
  .campaign_title h1 {
    font-size: 58px;
    letter-spacing: 0.3px;
  }
  .campaign_col_lg {
    width: 100%;
  }
  .campaign_col_lg iframe {
    height: 211px;
    margin-bottom: 89px;
  }
  .campaign_hero_cta_box h1 {
    width: 97%;
  }
  .campaign_left_col {
    width: 100%;
    margin: 0 40px 0 0;
  }
  .campaign_right_col {
    width: 100%;
    margin: 0 0 18px 0;
  }
  #content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    flex-direction: column;
  }
  #left_col {
    -webkit-order: 2;
    order: 2;
  }
  #right_col {
    -webkit-order: 1;
    order: 1;
  }
  /* Event */
  .event_title h1 {
    letter-spacing: 0;
  }
  .event_searchbox {
    min-height: 390px;
  }
  .event_searchbox .col_1 {
    width: 100%;
    height: auto;
    border-right: none;
    margin-top: 6px;
    margin-bottom: 18px;
  }
  .event_searchbox .col_2 {
    width: 100%;
    height: auto;
    margin-top: 6px;
    margin-right: 0;
  }
  .event_searchbox .col_2 ul {
    margin-top: 0;
  }
  .event_col_2 {
    margin-bottom: 18px;
  }
  /* Multipage */
  .multipage_services_title {
    width: 100%;
    margin: 0 0 18px 0;
    padding: 0 0 0 0;
  }
  .multipage_services_col_1 {
    width: 100%;
    margin: 0;
  }
  .multipage_services_col_2 {
    width: 100%;
    margin: 18px 0 0 0;
  }
  .multipage_side_nav {
    width: 99.5%;
  }
  /* Provider */
  .title {
    margin: 0 -18px 18px -18px;
  }
  .input {
    width: 80%;
  }
  fieldset select {
    width: 100%;
    height: 28px;
    /*-webkit-appearance: none;
    -moz-appearance: none;*/
  }
  .provider_top {
    display: none;
  }
  .provider_result {
    margin: 0 0 0 12px;
  }
  #content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    flex-direction: column;
  }
  #searchbox {
    -webkit-order: 2;
    order: 2;
  }
  #result {
    -webkit-order: 1;
    order: 1;
  }
  .provider_name {
    width: 100%;
  }
  .provider_name h1 {
    width: 100%;
    margin: 0 12px 0 12px;
  }
  .provider_name h2 {
    margin: 0 12px 0 12px;
  }
  .provider_name h3 {
    display: none;
  }
  .return_top, .return_bottom {
    display: none;
  }
  .provider_col_1 {
    width: 100%;
    margin: 0 0 0 12px;
  }
  .provider_col_2 {
    width: 100%;
    margin: 0 20px 0 12px;
  }
  .provider_col_2 img {
    width: 50%;
    height: auto;
  }
  .provider_col_3 {
    margin: -40px 0 0 12px;
  }
  .video {
    width: 100%;
    height: 217px;
    margin: 18px 0 18px 0;
  }
  .video iframe {
    width: 386px;
    height: 217px;
    margin: 0 0 0 0;
  }
  /* Services */
  .services_col_1 {
    width: 95.5%;
  }
  .services_col_2 {
    width: 95.5%;
    margin: 18px 0 0 0;
  }
  .general_info {
    width: 100%;
  }
} /* end of max width 414px */
@media (max-width: 375px) {
  /* about - max 375 */
  .about_title {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 18px 0;
  }
  .about_title h1 {
    padding: 9px 0 14px 12px;
    margin: 0 0 0 0;
    font-size: 40px;
    line-height: 44px;
  }
  .about_hero {
    display: none;
  }
  .about_col_lg {
    width: 93%;
    height: auto;
    display: block;
    margin: 0 12px 0 12px;
  }
  .about_pullquote {
    display: none;
  }
  .about_photo {
    display: none;
  }
  /* billing - max 375 */
  .billing_title {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .billing_title h1 {
    width: 93%;
    padding: 9px 0 14px 12px;
    margin: 0;
    font-size: 40px;
    line-height: 44px;
  }
  .billing_col_lg {
    width: 93%;
    height: auto;
    margin: 0 0 0 12px;
  }
  .payment_form {
    width: 92%;
    height: auto;
    padding: 22px 0 22px 22px;
    margin: 18px 0 18px 0;
  }
  .payment_form fieldset {
    margin: 0 0 9px 0;
  }
  .payment_form label {
    color: #4f4f4f;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 34px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .payment_form input {
    width: 100%;
    float: left;
    display: block;
    margin: 0 0 0 0;
    padding: 3px 6px;
  }
  .payment_form .two {
    width: 85%;
    margin: 0 0 0 0;
  }
  .payment_form .two input {
    margin: 3px 18px 18px 0;
    padding: 3px 6px;
  }
  /* patient story - max 375 */
  .patient_story_title {
    width: 100%;
    padding: 0 0 0 12px;
    margin: 0 0 0 0;
  }
  .patient_story_title h1 {
    letter-spacing: 0.3px;
    font-size: 40px;
    line-height: 44px;
  }
  .patient_story_return {
    width: 100%;
    height: 75px;
    padding: 0 0 0 0;
    margin: 0 0 34px 0;
  }
  .patient_story_return h1 {
    font-weight: 300;
    color: #4f4f4f;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.8px;
    padding: 24px 0 9px 12px;
    margin: 0 0 0 0;
  }
  .patient_story_col_lg {
    width: 95%;
    height: auto;
    margin: 0 0 0 12px;
  }
  .patient_story_col_lg .story_button {
    margin: 38px 0 38px 26%;
  }
  .patient_story_col_lg iframe {
    width: 98.5%;
    height: 197px;
    border: none;
    margin: 4px 24px 24px 0;
    padding: 0;
  }
  .patient_story_col_lg .pullquote {
    width: 85%;
    height: auto;
    float: left;
    padding: 24px;
    margin: 6px 0 18px 0;
  }
  .patient_story_col_lg .pullquote p {
    color: #4f4f4f;
    font-weight: 300;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0.5px;
    line-height: 30px;
    padding: 0;
    margin: 0;
  }
  .patient_story_left_col {
    width: 100%;
    height: auto;
    margin: 28px 0 0 0;
  }
  .patient_story_left_col iframe {
    width: 100%;
    height: 180px;
    border: none;
    margin: 0 0 0 0;
    padding: 0;
  }
  .patient_story_left_col img {
    width: 75%;
    height: auto;
    margin: 6px 0 12px 0;
  }
  .patient_story_right_col {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    padding: 0 0 0 0;
    margin: 9px 0 0 0;
  }
  /* Campaign - max 375 */
  .content_wrapper {
    width: 90.5%;
  }
  .campaign_title {
    width: 100%;
  }
  .campaign_title h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .campaign_col_lg {
    width: 100%;
  }
  .campaign_col_lg iframe {
    height: 190px;
  }
  /* Career  - max 375 */
  /* Event - max 375 */
  .event_title {
    display: none;
    width: 100%;
    padding: 0 0 0 28px;
    margin: 0 0 0 -18px;
  }
  .event_title h1 {
    padding: 9px 0 14px 0;
    margin: 0 0 0 0;
    font-size: 40px;
    line-height: 44px;
  }
  .event_col_1 {
    width: 100%;
    margin: 18px 32px 0 0;
    padding: 0 0 0 0;
  }
  .event_info {
    display: none;
    width: 93%;
    padding: 0 0 20px 0;
    margin: 0 0 19px 12px;
  }
  .event_general_info {
    display: none;
    width: 93%;
    padding: 0 0 20px 0;
    margin: 0 0 18px 12px;
  }
  .event_col_2 {
    width: 100%;
    margin: 0 0 0 0;
  }
  .event_col_2 h2 {
    margin: 3px 0 14px 12px;
    padding: 0 0 0 0;
  }
  .event_col_2 h3 {
    width: 93%;
    margin: 3px 0 14px 12px;
    padding: 0 0 0 0;
  }
  .event_col_2 .intro {
    width: 93%;
    margin: 18px 0 18px 12px;
  }
  .event_col_2 p {
    width: 93%;
    padding: 0 0 0 0;
    margin: 0 0 14px 12px;
  }
  .event_col_2 ul {
    width: 87%;
    padding: 0 0 0 12px;
    margin: 0 0 0 22px;
  }
  .event_top {
    width: 93%;
    height: auto;
    margin: 0 0 18px 12px;
    padding: 0 0 0 0;
  }
  .event_top h3 {
    display: none;
  }
  .event_searchbox {
    width: 87%;
    min-height: 406px;
    background-color: #f3f3f3;
    padding: 18px 0 18px 18px;
    margin: 0 0 0 12px;
  }
  .event_searchbox .top {
    width: 100%;
  }
  .event_searchbox .col_1 {
    width: 100%;
    height: auto;
    border: none;
    padding: 0 0 0 0;
    margin: 0 18px 18px 0;
  }
  .event_searchbox .col_2 {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .event_searchbox .col_2 ul {
    padding: 0 0 0 0;
    margin: 18px 0 0 0;
  }
  .event_searchbox .col_3 {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .event_newsbox_container {
    width: 92%;
    padding: 0 0 0 0;
    margin: 0 0 0 12px;
  }
  .event_newsbox {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 12px 0 0 0;
    overflow: hidden;
  }
  .event_newsbox:nth-child(2) {
    margin: 12px 22px 0 0;
  }
  .event_newsbox_container img {
    width: 87%;
    height: auto;
  }
  .event_newsbox_container h2 {
    margin: 0 0 0 0;
    padding: 10px 6px 0 0;
  }
  .event_newsbox_container h4 {
    margin: 0 0 18px 0;
  }
  .event_list {
    width: 93%;
    margin: 0 0 0 12px;
  }
  /* Listing  - max 375 */
  .event_col_2 table {
    margin: -14px 0 1.4em 12px;
    padding: 0 0 24px 0;
    width: 93%;
  }
  .event_col_2 td h3 {
    margin: -6px 0 0 0;
    padding: 0 0 0 0;
  }
  .event_col_2 td:nth-child(1) {
    width: 32%;
  }
  .event_left_col {
    width: 93%;
    padding: 0 0 0 0;
    margin: 4px 24px 12px 0;
  }
  .event_left_col h2 {
    line-height: 44px;
    margin: 0 0 14px 12px;
    padding: 0 0 0 0;
  }
  .event_right_col {
    width: 93%;
    padding: 0 0 0 0;
    margin: 4px 0 12px 12px;
  }
  .event_right_col .event_thumbnail {
    display: none;
    width: 100%;
    height: auto;
  }
  .event_right_col .event_thumbnail img {
    width: 100%;
    height: auto;
  }
  .event_category {
    display: none;
    margin: 18px 0 0 0;
    padding: 0 0 0 0;
  }
  .event_category p {
    padding: 18px 0 18px 12px;
    margin: 0 0 0 0;
  }
  /* FoxyCart */
  .mini_cart {
    width: 97%;
    height: auto;
    margin: 0 0 0 0;
    float: left;
    padding: 12px 0 9px 12px;
    border: none;
  }
  .mini_cart a {
    padding: 0 12px 0 0;
    margin: 0 0 0 0;
  }
  a.foxycart {
    padding: 0 10px 0 0;
  }
  .add-to-cart-button {
    margin: 18px 0 18px 7.5em;
    padding: 12px 0 12px 0;
  }
  /* location */
  .popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    height: 530px;
    margin: 0 0 0 0;
    z-index: 99;
  }
  .popup-wrapper iframe {
    position: absolute;
    left: 12px;
    bottom: 12px;
    width: 92%;
    height: 270px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: 1px #e5e4e4 solid;
    overflow: hidden;
  }
  .popup-locate {
    width: 68%;
    padding: 12px 0 0 12px;
    background-color: #fff;
    float: left;
    display: inline;
  }
  .popup-locate h3 {
    line-height: 28px;
    margin: 4px 0 4px 0;
  }
  .popup-locate p {
    font-size: 14px;
    line-height: 20px;
  }
  .popup-locate a {
    font-size: 15px;
    font-weight: 500;
  }
  .popup-links {
    width: 24%;
    margin: 0 0 0 0;
    padding: 22px 12px 0 0;
  }
  .popup-hours {
    width: 92%;
    padding: 0 0 0 12px;
  }
  .popup-hours p {
    font-size: 14px;
    line-height: 20px;
  }
  .locate_col_1 {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .locate_col_1 h2 {
    width: 90%;
    margin: 0 0 0 12px;
    padding: 0 0 0 0;
  }
  .locate_col_1 p {
    Width: 90%;
    margin: 9px 0 9px 14px;
    padding: 0 0 0 0;
  }
  .locate_col_2 {
    width: 100%;
    margin: 33px 0 0 0;
    padding: 0 0 0 0;
  }
  .locate_col_2 h2 {
    width: 90%;
    margin: 0 0 0 12px;
    padding: 0 0 0 0;
  }
  .locate_col_2 p {
    margin: 0 0 0 12px;
    padding: 0 0 0 0;
  }
  .locate_col_3 {
    width: 100%;
    height: auto;
    margin: 33px 0 0 0;
    padding: 0 0 0 0;
  }
  .locate_col_3 h2 {
    width: 90%;
    letter-spacing: -0.02em;
    margin: 0 0 0 12px;
    padding: 0 0 0 0;
  }
  .locate_col_3 p {
    margin: 0 0 0 12px;
    padding: 0 0 0 0;
  }
  /* Media - max 375 */
  .media_title h1 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.8px;
    padding: 9px 12px 14px 12px;
    margin: 0 0 0 0;
  }
  .media_return {
    display: none;
  }
  .media_col_lg {
    width: 93%;
    padding: 0 0 0 12px;
    margin: 0 0 0 0;
  }
  .media_return_bot {
    display: none;
  }
  .press_left_col {
    width: 93%;
    border: none;
    padding: 0 0 0 12px;
    margin: 18px 0 0 0;
  }
  .press_left_col h3 {
    width: 96%;
    color: #4f4f4f;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
    margin: 0 0 24px 0;
  }
  .press_left_col img {
    display: none;
  }
  .press_right_col {
    width: 93%;
    padding: 0 0 0 0;
    margin: 18px 0 32px 12px;
  }
  .press_photo {
    width: 100%;
    margin: 4px 0 18px 0;
  }
  /* Multipage - max 375 */
  .multipage_services_col_1 {
    width: 100%;
  }
  .multipage_services_col_2 {
    width: 100%;
    margin: 18px 0 0 0;
  }
  .multipage_services_title {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 18px 0;
  }
  .multipage_services_title h1 {
    width: 100%;
    letter-spacing: 0.3px;
    padding: 9px 0 9px 0;
    margin: 0 0 0 0;
  }
  .multipage_services_info {
    width: 100%;
    margin: 0 0 32px 1px;
  }
  .multipage_services_col_2 iframe {
    width: 100%;
    height: 197px;
  }
  .multipage_services_hero {
    display: none;
  }
  .multipage_services_col_2 .image_col {
    display: none;
  }
  .multipage_services_col_2 .provider_image_col {
    width: 22%;
    height: auto;
  }
  .multipage_services_col_2 select {
    width: 100%;
  }
  .multipage_services_hero_video iframe {
    width: 100%;
    height: 190px;
  }
  .multipage_services_hero_video_caption h1 {
    width: 93%;
    font-size: 18px;
  }
  /* Provider - max 375 */
  .title {
    width: 100%;
    padding: 0 18px 0 28px;
    margin: 0 -18px 18px -18px;
  }
  .title h1 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.8px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .provider_info {
    height: auto;
    background-color: #e5e4e4;
    padding: 0 0 0 0;
  }
  .return_top, .return_bottom {
    display: none;
  }
  .provider_search_box {
    width: 87%;
    height: auto;
    padding: 20px 12px 10px 12px;
    margin: 0 0 32px 12px;
  }
  .provider_col_1 {
    width: 100%;
    margin: 0 0 0 0;
  }
  .provider_top h1 {
    font-weight: 100;
    color: #3d3d3d;
    font-size: 34px;
    font-weight: 300;
    line-height: 48px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .provider_top h2 {
    font-weight: 500;
    color: #3d3d3d;
    font-size: 17px;
    line-height: 20px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .video {
    width: 351px;
    height: 197px;
    background-color: #fff;
    border: none;
    margin: 0 0 18px 0;
  }
  .video iframe {
    width: 350px;
    height: 197px;
  }
  .provider_result {
    width: 91.4%;
    margin: -18px 0 0 12px;
    padding: 0 0 0 0;
    /*overflow-x: hidden;*/
  }
  .provider_content_wrapper {
    height: auto;
    overflow: hidden;
  }
  .provider_result td:nth-child(1) {
    width: 96.6%;
  }
  .provider_result td:nth-child(2) {
    width: 96.6%;
  }
  .provider_result td:nth-child(3) {
    width: 96.6%;
  }
  .provider_result td:nth-child(4) {
    width: 96.6%;
  }
  .provider_result td:nth-child(5) {
    width: 96.6%;
  }
  /* Services - max 375 */
  .services_title {
    height: auto;
    margin: 0 0 18px -20px;
  }
  .services_title h1 {
    font-size: 40px;
    line-height: 44px;
    padding: 9px 0 12px 22px;
    margin: 0 0 0 0;
  }
  .services_col_2_lg {
    width: 93%;
    height: auto;
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 12px;
  }
  .services_info {
    width: 350px;
    padding: 0 0 20px 0;
    margin: 0 0 19px 0;
  }
  .services_hero {
    display: none;
  }
  .top_link {
    width: 100%;
    height: auto;
    background-color: #f3f3f3;
    border-bottom: 1px;
    border-bottom-color: #e5e4e4;
    border-bottom-style: solid;
    margin: -18px 0 34px 0;
    padding: 0 0 0 0;
  }
  .top_link ul {
    display: block;
    list-style-type: none;
    margin: 0 0 0 12px;
    padding: 15px 0 14px 0;
    overflow: hidden;
  }
  .top_link li {
    width: 100%;
    float: left;
    display: inline;
    list-style: none;
    margin-left: 0;
    margin-right: 12px;
  }
} /* end max width 375 */
@media (max-width: 360px) {
  .quicklink_button {
    width: 150px;
  }
}
@media (max-width: 320px) {
  .quicklink_button {
    width: 140px;
  }
  .newsbox_container {
    width: 98%;
  }
  .newsbox_1, .newsbox_2, .newsbox_3 {
    width: 98%;
    height: auto;
    margin: 10px auto;
  }
  .newsbox_container h1 {
    font-size: 2.3em;
    font-weight: 300;
    letter-spacing: 0.02em;
    padding: 0.35em 0.5em;
    margin: 0;
  }
  .newsbox_container h2 {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    padding: 6px 12px;
    margin: 0 0 0;
  }
  .newsbox_container h3 {
    font-size: 1.1em;
    font-weight: 500;
    padding: 6px 11px 0 11px;
    margin: 3px 0 12px 0;
  }
  .newsbox_container a {
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
  }
  .newsbox_container p {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.35em;
    padding: 0.35em 1.1em 0 12px;
    margin: 0;
  }
  /*.about_title h1, .story_title h1, .event_title h1, .press_title h1 {
  		font-size: 44px;
  		line-height: 50px;
  } */
  .intro_container .about_intro p {
    font-size: 20px;
    font-weight: 200;
    line-height: 26px;
  }
  .story_col_lg iframe {
    width: 100%;
  }
  .about_col_lg h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .about_col_lg h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .slideout-menu {
    left: -320px;
    width: 320px;
  }
  .footer ul li ul.first li:nth-child(2) {
    margin-right: 0;
  }
  .footer ul li ul.second li {
    margin: 12px 9px 0 12px;
  }
  .patient_story_title {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .patient_story_title h1 {
    width: 95%;
    letter-spacing: 0.05px;
    padding: 0 0 0 12px;
    font-size: 38px;
    line-height: 42px;
  }
  .patient_story_col_lg {
    width: 97%;
    margin: 0 0 0 0;
  }
  .patient_story_col_lg .story_button {
    margin: 38px 0 38px 24%;
  }
  .patient_story_left_col img {
    width: 63.5%;
    height: auto;
    margin: 6px 0 12px 0;
  }
  .patient_story_col_lg iframe {
    width: 100%;
    height: 157px;
    border: none;
    margin: 0 0 0 0;
    padding: 0;
  }
  /* Campaign */
  .content_wrapper {
    width: 88.7%;
  }
  .campaign_title {
    width: 100%;
    padding: 0 18px 0 18px;
    margin: 0 0 12px -18px;
  }
  .campaign_col_lg {
    width: 100%;
  }
  .campaign_col_lg iframe {
    height: 159px;
    margin-bottom: 113px;
  }
  .campaign_left_col {
    width: 98%;
    margin: 0 40px 0 0;
  }
  .campaign_right_col {
    width: 98%;
    margin: 12px 0 18px 0;
  }
  /* Event */
  .event_title {
    display: none;
    width: 100%;
    padding: 0 0 0 28px;
    margin: 0 0 0 -18px;
  }
  .event_title h1 {
    padding: 9px 0 14px 0;
    margin: 0 0 0 0;
    font-size: 38px;
    line-height: 42px;
  }
  .event_col_1 {
    width: 100%;
    margin: 18px 32px 0 0;
    padding: 0 0 0 0;
  }
  .event_info {
    display: none;
    width: 93%;
    padding: 0 0 20px 0;
    margin: 0 0 19px 12px;
  }
  .event_general_info {
    display: none;
    width: 93%;
    padding: 0 0 20px 0;
    margin: 0 0 18px 12px;
  }
  .event_col_2 {
    width: 100%;
    margin: 0 0 0 0;
  }
  .event_col_2 h2 {
    margin: 3px 0 14px 12px;
    padding: 0 0 0 0;
  }
  .event_col_2 .intro {
    width: 93%;
    margin: 18px 0 18px 12px;
  }
  .event_col_2 p {
    width: 93%;
    padding: 0 0 0 0;
    margin: 0 0 14px 12px;
  }
  .event_col_2 ul {
    width: 87%;
    padding: 0 0 0 12px;
    margin: 0 0 22px 22px;
  }
  .event_top {
    width: 93%;
    height: auto;
    margin: 0 0 18px 12px;
    padding: 0 0 0 0;
  }
  .event_top h3 {
    display: none;
  }
  .event_searchbox {
    width: 87%;
    background-color: #f3f3f3;
    padding: 18px 0 18px 18px;
    margin: 0 0 0 12px;
  }
  .event_searchbox .col_1 {
    width: 100%;
    height: auto;
    border: none;
    padding: 0 0 0 0;
    margin: 0 18px 18px 0;
  }
  .event_searchbox .col_2 {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .event_searchbox .col_2 ul {
    padding: 0 0 0 0;
    margin: 18px 0 0 0;
  }
  .event_searchbox .col_3 {
    width: 62.5px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .event_newsbox_container {
    width: 92%;
    padding: 0 0 0 0;
    margin: 0 0 0 12px;
  }
  .event_newsbox {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 12px 0 0 0;
    overflow: hidden;
  }
  .event_newsbox:nth-child(2) {
    margin: 12px 22px 0 0;
  }
  .event_newsbox_container img {
    width: 87%;
    height: auto;
  }
  .event_newsbox_container h2 {
    margin: 0 0 0 0;
    padding: 10px 6px 0 0;
  }
  .event_newsbox_container h4 {
    margin: 0 0 18px 0;
  }
  .event_list {
    width: 93%;
    margin: 0 0 0 12px;
  }
  /* Listing */
  .event_col_2 table {
    margin: 0 0 1.4em 12px;
    padding: 0 0 24px 0;
    width: 93%;
  }
  .event_col_2 td h3 {
    margin: -6px 0 0 0;
    padding: 0 0 0 0;
  }
  .event_col_2 td:nth-child(1) {
    width: 32%;
  }
  .event_left_col {
    width: 93%;
    padding: 0 0 0 0;
    margin: 4px 24px 12px 12px;
  }
  .event_left_col h2 {
    line-height: 44px;
    margin: 0 0 14px 0;
    padding: 0 0 0 0;
  }
  .event_right_col {
    width: 93%;
    padding: 0 0 0 0;
    margin: 4px 0 12px 12px;
  }
  .event_right_col .event_thumbnail {
    display: none;
    width: 100%;
    height: auto;
  }
  .event_right_col .event_thumbnail img {
    width: 100%;
    height: auto;
  }
  .event_category {
    margin: 18px 0 0 0;
    padding: 0 0 0 0;
  }
  .event_category p {
    padding: 18px 0 18px 12px;
    margin: 0 0 0 0;
  }
  /* FoxyCart */
  .mini_cart {
    width: 96%;
    height: auto;
    margin: 0 0 0 0;
    padding: 12px 0 9px 12px;
    border: none;
  }
  .mini_cart a {
    padding: 0 12px 0 0;
    margin: 0 0 0 0;
  }
  a.foxycart {
    padding: 0 10px 0 0;
  }
  .add-to-cart-button {
    margin: 0 0 24px 7.5em;
    padding: 12px 0 12px 0;
  }
  /* Location */
  .popup-wrapper {
    position: fixed;
    top: 6px;
    left: 6px;
    width: 95%;
    height: auto;
    height: 440px;
    margin: 0 0 0 0;
    z-index: 99;
  }
  .popup-wrapper iframe {
    position: absolute;
    left: 12px;
    bottom: 12px;
    width: 92%;
    height: 178px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: 1px #e5e4e4 solid;
    overflow: hidden;
  }
  .popup-locate {
    width: 68%;
    padding: 12px 0 0 12px;
    background-color: #fff;
    float: left;
    display: inline;
  }
  .popup-locate h3 {
    line-height: 28px;
    margin: 4px 0 4px 0;
  }
  .popup-locate p {
    font-size: 14px;
    line-height: 20px;
  }
  .popup-locate a {
    font-size: 15px;
    font-weight: 500;
  }
  .popup-links {
    width: 24%;
    margin: 0 0 0 0;
    padding: 22px 12px 0 0;
  }
  .popup-hours {
    width: 92%;
    padding: 0 0 0 12px;
  }
  .popup-hours p {
    font-size: 14px;
    line-height: 20px;
  }
  .locate_col_1 {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .locate_col_1 h2 {
    width: 90%;
    margin: 0 0 0 12px;
    padding: 0 0 0 0;
  }
  .locate_col_1 p {
    Width: 90%;
    margin: 9px 0 9px 14px;
    padding: 0 0 0 0;
  }
  .locate_col_2 {
    width: 100%;
    margin: 6px 0 0 0;
    padding: 18px 0 0 0;
  }
  .locate_col_2 h2 {
    width: 90%;
    margin: 0 0 0 12px;
    padding: 0 0 0 0;
  }
  .locate_col_2 p {
    margin: 0 0 0 12px;
    padding: 0 0 0 0;
  }
  .locate_col_3 {
    width: 100%;
    height: auto;
    margin: 6px 0 0 0;
    padding: 18px 0 0 0;
  }
  .locate_col_3 h2 {
    width: 90%;
    letter-spacing: -0.02em;
    margin: 0 0 0 12px;
    padding: 0 0 0 0;
  }
  .locate_col_3 p {
    margin: 0 0 0 12px;
    padding: 0 0 0 0;
  }
  /* Media */
  .media_title h1 {
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 0.8px;
    padding: 9px 12px 14px 12px;
    margin: 0 0 0 0;
  }
  .media_return {
    display: none;
  }
  .media_col_lg {
    width: 93%;
    padding: 0 0 0 12px;
    margin: 0 0 0 0;
  }
  .media_return_bot {
    display: none;
  }
  .press_left_col {
    width: 93%;
    border: none;
    padding: 0 0 0 12px;
    margin: 18px 24px 0 0;
  }
  .press_left_col h3 {
    width: 96%;
    color: #4f4f4f;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
    margin: 0 0 24px 0;
  }
  .press_left_col img {
    display: none;
  }
  .press_right_col {
    width: 93%;
    padding: 0 0 0 0;
    margin: 18px 0 32px 12px;
  }
  .press_photo {
    width: 99%;
    margin: 4px 0 18px 0;
  }
  /* Multipage */
  .multipage_services_title h1 {
    width: 95%;
    font-weight: 300;
    color: #56517a;
    font-size: 38px;
    line-height: 42px;
    padding: 9px 0 9px 9px;
    margin: 0 0 0 0;
  }
  .multipage_side_nav ul li.selected {
    background: none;
  }
  .multipage_side_nav {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 19px 0;
  }
  .multipage_side_nav ul {
    width: 266px;
    padding: 0 0 9px 0;
    margin: 10px -22px 0 18px;
  }
  .multipage_side_nav ul li {
    font-weight: 500;
    color: #4f4f4f;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    list-style: none;
    padding: 9px 0 9px 0;
    margin: 2px 0 0 0;
  }
  .multipage_services_info {
    width: 100%;
    margin: 0 0 32px 1px;
  }
  .multipage_services_hero {
    display: none;
  }
  .multipage_services_hero_video iframe {
    width: 100%;
    height: 158px;
  }
  .multipage_services_col_2 .image_col {
    width: 100%;
    margin: 5px 18px 18px 0;
  }
  .multipage_services_col_2 .summary_col {
    width: 100%;
  }
  /* Provider - max 320 */
  .provider_content_wrapper {
    width: 92.6%;
  }
  .provider_result {
    width: 96%;
  }
  .provider_search_box {
    width: 84.5%;
  }
  .provider_result table {
    width: 93%;
  }
  .provider_result td:nth-child(1) {
    width: 96.6%;
  }
  .provider_result td:nth-child(2) {
    width: 96.6%;
  }
  .provider_result td:nth-child(3) {
    width: 96.6%;
  }
  .provider_result td:nth-child(4) {
    width: 96.6%;
  }
  .provider_result td:nth-child(5) {
    width: 96.6%;
  }
  .input {
    width: 76%;
    margin-bottom: 12px;
  }
  /* Services */
  .services_title h1 {
    width: 90%;
    font-size: 38px;
    line-height: 42px;
    padding: 9px 0 12px 12px;
    margin: 0 0 0 0;
  }
  .services_info {
    width: 296px;
    padding: 0 0 20px 0;
    margin: 0 0 19px 0;
  }
  .services_hero {
    display: none;
  }
}
/**

**/
/**
  Utility Nav
**/
/**
  Masthead
**/
@media screen and (max-width: 767px) {
  .header .masthead {
    margin: 0;
    padding: 0;
  }
  .header .masthead .logo {
    margin: 0;
    padding: 12px;
    text-align: left;
    height: auto;
    width: 100%;
  }
  .header .masthead .masthead_phone {
    float: right;
    display: inline-block;
    text-align: left;
    width: auto;
    padding: 0 1em;
    font-size: 18px !important;
    vertical-align: middle;
    line-height: 2em;
  }
  .header .masthead .search-wrapper {
    display: inline-block;
    width: 50%;
    margin: 0.5em 1em 0 1em;
    line-height: 3em;
    right: 0;
  }
  .header .masthead .search-wrapper input.search-input {
    height: 40px;
    float: right;
  }
  .header .masthead .search-wrapper .search-icon {
    display: none;
  }
  /** homepage hero + quicklinks **/
  .hero_photo {
    height: 220px;
  }
  .hero_photo img {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .header .masthead .search-wrapper {
    right: auto;
    left: 0;
  }
  .header .masthead .search-wrapper input.search-input {
    float: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .masthead {
    padding: 0;
    margin: 0;
  }
  .logo {
    margin: 0 0 0 1em !important;
    padding: 0 !important;
  }
  .masthead_phone {
    padding-right: 1em !important;
  }
  .search-wrapper {
    padding-right: 1em;
  }
}
/**
  Custom forms
**/
.onsite-mobile-mammography-services form h2 {
  margin: 1em 0 0 0;
}
.onsite-mobile-mammography-services form .form-row {
  display: flex;
  max-width: 100%;
}
.onsite-mobile-mammography-services form .form-input-container {
  padding: 1em 1em 0 0;
  font-size: 14px;
}
.onsite-mobile-mammography-services form .form-input-container .wpcf7-form-control-wrap.state input,
.onsite-mobile-mammography-services form .form-input-container .wpcf7-form-control-wrap.zip input {
  max-width: 8em;
}
.onsite-mobile-mammography-services form .form-input-container .wpcf7-list-item {
  padding: 0;
  margin: 0;
}
.onsite-mobile-mammography-services form .form-input-container .wpcf7-list-item label {
  margin-right: 1em;
}

/* Global */
html {
  font: 100%/1.6175 Lato, Helvetica, Arial, sans-serif;
}

body {
  font: 100%/1.6175 Lato, Helvetica, Arial, sans-serif;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased !important;
}
body.page-template-template-mammography-form-page {
  font-size: 14px;
}

/* Headings */
.breadcrumb-wrapper + h1 {
  font-weight: 300;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .breadcrumb-wrapper + h1 {
    font-size: 50px !important;
    line-height: 60px !important;
    margin: 0 !important;
  }
}

h2 {
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 38px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  h3 {
    line-height: 1em;
  }
}

body:not(.page-id-1757).page-template-template-page-sidebars article h3:first-of-type,
.page-template-template-page-sidebars-hero article h3:first-of-type,
.page-template-template-rehab-team-landing article h3:first-of-type,
.page-template-template-clinics-locations article h3:first-of-type,
.page-template-template-tuality-ohsu-cancer-patient-stories article h3:first-of-type,
.page-template-default article h3:first-of-type,
.page-template-default section h3:first-of-type {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 100;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin: 18px 0 38px 0;
}

/* custom class for reusable WP block */
.tuality-lead-in-paragraph {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 100;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin: 18px 0 38px 0;
}

.date:not(body) {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0;
}

/* Navigation Menus */
.utility-nav {
  font-size: 0.875rem;
  line-height: 35px;
}

.main-nav {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.0322em;
}
@media screen and (max-width: 1000px) {
  .main-nav {
    font-size: 16px;
  }
}
.main-nav li {
  line-height: 120%;
  text-align: center;
  vertical-align: top;
}
.main-nav .menu-columns .sub-menu {
  column-count: 2;
  min-width: 500px;
}
.main-nav .sub-menu a {
  font-weight: 300;
}

/*
.search-wrapper {
  input {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
  }
}
*/
/* Main Content */
main p {
  font-weight: 400;
}
main p strong {
  font-weight: 600;
}
main .intro,
main .intro p {
  font-size: 24px;
  font-weight: 100;
  line-height: 32px;
  letter-spacing: 0.5px;
}
main p.wp-caption-text,
main .wp-block-image .hero_cta_box {
  font-size: 1rem;
}

/* Footer */
.footer {
  font-size: 0.875rem;
  font-weight: 400;
}
.footer strong {
  font-weight: 600;
}
.footer h3 {
  font-size: 1rem;
  font-weight: 400;
}
.footer a {
  font-weight: 400;
}

/* Homepage */
.quicklink-content h1 {
  font-weight: 300;
  font-size: 20px;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 32px;
}

/* Search Results */
.table-head {
  font-size: 21px;
  font-weight: 600;
}

.table-result p {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.table-result a {
  font-size: 17px;
}

/* Posts */
.widget_categories {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.widget_categories a {
  font-weight: 400;
}

/* sidebar subnav */
.sidebar ul.menu li {
  font-weight: 400;
  font-size: 19px;
}

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