/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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; }

img {
  max-width: 100%; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
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"],
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important; }

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; } }

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; } }

/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%; }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%; }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; } }

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: "freight-sans-pro", sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .blue-btn:focus {
    color: #ffffff;
    text-decoration: none; }
  .blue-btn:active {
    top: 1px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn {
  background-color: #4A4C50; }
  .blue-btn:hover, .blue-btn:focus {
    background-color: #404245; }
  .blue-btn:active {
    background-color: #3e3f43; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #ffffff;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "freight-sans-pro", sans-serif;
  background-color: #a28b6c;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  border: 1px solid #fff; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #debea0;
    border-color: #debea0;
    background-color: #ffffff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #debea0; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    background-color: #ffffff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==); }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #4A4C50;
    opacity: 0.6; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;}

.wpcf7 .wpcf7-submit {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  width: 100%;
  padding: 10px; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 100%;
  line-height: 1.4;
  color: #4A4C50;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 90%;
  margin: 0 auto; }

body.search-results h2.pagetitle {
  /* count results */
  width: 90%;
  margin: 0 auto;
  font-family: "freight-text-pro", serif;
  color: #a43d30;
  padding-top: 25px; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #080f42;
  /* on hover */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #030619; }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

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

/*********************
HEADER STYLES
*********************/
.header {
  border-bottom: 1px solid #ffffff;
  background: #a43d30;
  /* end nav */ }
  .header #inner-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 139px; }
    .header #inner-header #logo {
      /* flex child 1 */
      width: 210px;
      vertical-align: middle;
      display: inline-block;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 210px;
      flex: 0 1 210px; }
      .header #inner-header #logo a, .header #inner-header #logo img {
        display: block; }
    .header #inner-header .navicon {
      /* flex child 2 */
      color: #ffffff;
      vertical-align: middle;
      display: inline-block;
      width: 15%;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 15%;
      flex: 0 1 15%;
      line-height: 1;
      margin: 0;
      font-size: 1.5rem;
      text-align: right;
      cursor: pointer; }
  .header nav {
    display: none;
    border-bottom: 0;
    margin: 0;
    z-index: 100;
    position: absolute;
    top: 139px;
    right: 0;
    left: 0;
    background: #080f42;
    padding-bottom: 50px;
    /* end .menu li */
    /* highlight current page */
    /* end current highlighters */
    /* socialAndsearch */ }
    .header nav .topElements {
      margin: 0 50px 0 70px; }
    .header nav ul {
      margin: 0;
      padding: 20px 0; }
      .header nav ul.offsite-nav {
        border-top: 1px solid #aaa; }
        .header nav ul.offsite-nav li a {
          font-size: 1.1rem;
          text-transform: uppercase; }
        .header nav ul.offsite-nav li.phonenumber a {
          color: #fff;
          font-weight: 600; }
        .header nav ul.offsite-nav li.menu-item-181 {
          display: none; }
    .header nav li.footeronly {
      display: none; }
    .header nav li a {
      display: block;
      color: #ffffff;
      text-decoration: none;
      padding: 0.5em 0;
      font-size: 1.35rem; }
      .header nav li a:visited {
        color: #ffffff; }
    .header nav li ul.sub-menu li a,
    .header nav li ul.children li a {
      padding-left: 30px; }
    .header nav li.current-menu-item a,
    .header nav li.current_page_item a,
    .header nav li.current_page_ancestor a {
      font-weight: 700; }
    .header nav .socialAndsearch {
      /* headersearch */ }
      .header nav .socialAndsearch .socialicons {
        margin-bottom: 50px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        .header nav .socialAndsearch .socialicons a {
          margin: 0 15px 0 0;
          display: block;
          opacity: 0.7; }
          .header nav .socialAndsearch .socialicons a.fb {
            width: 12px;
            height: 23px; }
          .header nav .socialAndsearch .socialicons a.tw {
            width: 25px;
            height: 21px; }
          .header nav .socialAndsearch .socialicons a.li {
            width: 20px;
            height: 20px; }
          .header nav .socialAndsearch .socialicons a.ig {
            width: 24px;
            height: 24px; }
      .header nav .socialAndsearch .headersearch {
        padding-bottom: 20px;
        display: flex;
        flex-flow: row-reverse nowrap;
        justify-content: space-between; }
        .header nav .socialAndsearch .headersearch .closex {
          display: none; }
        .header nav .socialAndsearch .headersearch .icon-search {
          display: none; }
          .header nav .socialAndsearch .headersearch .icon-search img {
            display: block;
            width: 25px;
            height: 25px; }
        .header nav .socialAndsearch .headersearch .form-search {
          width: 100%; }
          .header nav .socialAndsearch .headersearch .form-search input[type="text"] {
            background: #ffffff;
            border-radius: 0;
            border: 0;
            color: #4A4C50; }
        .header nav .socialAndsearch .headersearch label.screen-reader-text {
          display: none; }

/* .header */
.doctors_group_photo p, .building_photo p {
  margin: 0; }

.building_photo {
  margin-top: -10px; }
  .building_photo img {
    display: block; }

.block {
  margin-top: 64px;
  /* doctors */ }
  .block .flex {
    width: 85%;
    margin: 0 auto; }
  .block .headertext h1 {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5625rem;
    line-height: 0.9;
    padding-bottom: 1em;
    margin: 0;
    color: #debea0; }
    .block .headertext h1 span, .block .headertext h1 strong {
      font-family: "freight-text-pro", serif;
      text-transform: none;
      display: block;
      font-size: 4rem;
      color: #debea0;
      font-weight: 500; }
  .block .copy p {
    margin-top: 0;
    font-size: 1.4rem; }
  .block.intro {
    padding: 5em 0 3em 0;
    margin-top: 0;
    color: #ffffff;
    background: url("../images/bgheart.svg") #a43d30 no-repeat center 115%;
    background-size: 70%; }
    .block.intro .headertext {
      border: 0; }
      .block.intro .headertext h1 {
        color: #ffffff; }
        .block.intro .headertext h1 span, .block.intro .headertext h1 strong {
          color: #debea0; }
        .block.intro .headertext h1::after {
          background: #ffffff; }
    .block.intro .copy {
      margin: 0; }
      .block.intro .copy h2 {
        color: #debea0;
        font-family: "freight-text-pro", serif;
        font-weight: 500;
        font-size: 2rem;
        line-height: 1.2; }
      .block.intro .copy p {
        margin-bottom: 0; }
      .block.intro .copy .collapseomatic {
        font-family: "freight-sans-pro", sans-serif;
        color: #080f42;
        font-size: 1.3rem;
        text-transform: uppercase; }
      .block.intro .copy .collapseomatic_content p:first-of-type {
        display: none; }
  .block.doctors .headertext h1 {
    color: #8b734c;
    font-weight: 500; }
    .block.doctors .headertext h1 span, .block.doctors .headertext h1 strong {
      color: #a43d30; }
  .block.doctors h2 {
    /* Meet Our Team link on home */
    color: #ae9d81;
    font-weight: 400;
    font-size: 1.75rem;
    margin: 0 0 1em 0; }
    .block.doctors h2 a {
      color: #ae9d81; }
  .block.doctors .flex .copy p {
    color: #a43d30; }
  .block.doctors .callout {
    /* in tan box */
    background: #DBE2E9;
    padding: 60px 30px;
    margin-top: 60px;
    font-family: "freight-text-pro", serif;
    font-size: 1.3rem; }
    .block.doctors .callout h3 {
      font-family: "freight-sans-pro", sans-serif;
      font-weight: 600;
      color: #080f42;
      margin: 0;
      font-size: 1.3rem;
      line-height: 1.5; }
    .block.doctors .callout .collapseomatic {
      font-family: "freight-sans-pro", sans-serif;
      color: #080f42;
      font-size: 1.3rem;
      text-transform: uppercase; }
    .block.doctors .callout .collapseomatic_content {
      line-height: 1.7; }
      .block.doctors .callout .collapseomatic_content p {
        margin-top: 0; }
      .block.doctors .callout .collapseomatic_content p:first-of-type {
        display: none; }
    .block.doctors .callout .colomat-close {
      font-weight: 700;
      display: block;
      margin-top: 0.5em; }
  .block.recentstories {
    background: #080f42;
    margin-top: 0;
    padding: 70px 0; }
    .block.recentstories .flex {
      flex-flow: row wrap; }
      .block.recentstories .flex .headertext h1 {
        color: #ffffff; }
        .block.recentstories .flex .headertext h1 span, .block.recentstories .flex .headertext h1 strong {
          color: #debea0; }
        .block.recentstories .flex .headertext h1::after {
          background: #ffffff; }
      .block.recentstories .flex .copy p {
        color: #ffffff; }
      .block.recentstories .flex .recent_stories {
        margin-top: 30px; }
        .block.recentstories .flex .recent_stories > div {
          margin-bottom: 30px; }
          .block.recentstories .flex .recent_stories > div p {
            /* the date */
            color: #debea0;
            text-transform: uppercase;
            font-weight: 600;
            padding-bottom: 0.2em;
            margin-bottom: 1em;
            border-bottom: 1px solid #debea0; }
          .block.recentstories .flex .recent_stories > div .imageholder {
            width: 100%;
            height: 350px; }
            .block.recentstories .flex .recent_stories > div .imageholder img {
              -o-object-fit: cover;
              object-fit: cover;
              -o-object-position: top;
              object-position: top;
              width: 100%;
              height: 100%;
              display: block; }
          .block.recentstories .flex .recent_stories > div a {
            display: block; }
            .block.recentstories .flex .recent_stories > div a:hover {
              color: #ffffff; }
            .block.recentstories .flex .recent_stories > div a h3 {
              color: #ffffff;
              margin: 0.3em 0 0 0;
              font-size: 1.3rem;
              font-weight: 500; }
              .block.recentstories .flex .recent_stories > div a h3:hover {
                color: #ffffff; }
    .block.recentstories h2 {
      /* Meet Our Team link on home */
      color: #ae9d81;
      font-weight: 500;
      font-size: 1.5rem;
      margin: 0 0 1em 0;
      text-transform: uppercase; }
      .block.recentstories h2 a {
        color: #debea0; }
  .block.researchprojects {
    background: #7e6743;
    margin-top: 0;
    padding: 70px 0; }
    .block.researchprojects .flex {
      flex-flow: row wrap; }
      .block.researchprojects .flex .headertext h1 {
        color: #ffffff; }
        .block.researchprojects .flex .headertext h1 span, .block.researchprojects .flex .headertext h1 strong {
          color: #ffffff; }
        .block.researchprojects .flex .headertext h1::after {
          background: #ffffff; }
      .block.researchprojects .flex .copy p {
        color: #ffffff; }
      .block.researchprojects .flex .researchprojects_stories {
        margin-top: 30px; }
        .block.researchprojects .flex .researchprojects_stories > div {
          margin-bottom: 30px; }
          .block.researchprojects .flex .researchprojects_stories > div .imageholder {
            width: 100%;
            height: 350px; }
            .block.researchprojects .flex .researchprojects_stories > div .imageholder img {
              -o-object-fit: cover;
              object-fit: cover;
              -o-object-position: top;
              object-position: top;
              width: 100%;
              height: 100%;
              display: block; }
          .block.researchprojects .flex .researchprojects_stories > div a {
            display: block;
            text-decoration: none; }
            .block.researchprojects .flex .researchprojects_stories > div a:hover {
              color: #debea0; }
            .block.researchprojects .flex .researchprojects_stories > div a h3 {
              color: #ffffff;
              margin: 0.3em 0 0 0;
              font-size: 1.3rem;
              font-weight: 500; }
              .block.researchprojects .flex .researchprojects_stories > div a h3:hover {
                color: white;
                text-decoration: underline; }
            .block.researchprojects .flex .researchprojects_stories > div a p {
              margin: 0.2em 0 0 0;
              color: #ffffff; }
  .block.recommendedpublications {
    background: #ffffff;
    margin-top: 0;
    padding: 70px 0; }
    .block.recommendedpublications .flex {
      flex-flow: row wrap; }
      .block.recommendedpublications .flex .headertext h1 {
        color: #ae9d81; }
        .block.recommendedpublications .flex .headertext h1 span, .block.recommendedpublications .flex .headertext h1 strong {
          color: #a43d30; }
        .block.recommendedpublications .flex .headertext h1::after {
          background: #a43d30; }
      .block.recommendedpublications .flex .copy p {
        color: #7e6743; }
      .block.recommendedpublications .flex .recommendedprojects_stories {
        margin-top: 30px; }
        .block.recommendedpublications .flex .recommendedprojects_stories > div {
          margin-bottom: 30px; }
          .block.recommendedpublications .flex .recommendedprojects_stories > div .imageholder {
            width: 100%;
            height: 350px; }
            .block.recommendedpublications .flex .recommendedprojects_stories > div .imageholder img {
              -o-object-fit: cover;
              object-fit: cover;
              -o-object-position: top;
              object-position: top;
              width: 100%;
              height: 100%;
              display: block; }
          .block.recommendedpublications .flex .recommendedprojects_stories > div a {
            display: block;
            text-decoration: none; }
            .block.recommendedpublications .flex .recommendedprojects_stories > div a:hover {
              color: #debea0; }
            .block.recommendedpublications .flex .recommendedprojects_stories > div a h3 {
              color: #a43d30;
              margin: 0.3em 0 0 0;
              font-size: 1.3rem;
              font-weight: 500; }
              .block.recommendedpublications .flex .recommendedprojects_stories > div a h3:hover {
                color: #a43d30;
                text-decoration: underline; }
            .block.recommendedpublications .flex .recommendedprojects_stories > div a p {
              margin: 0.2em 0 0 0;
              color: #4A4C50; }
  .block.specialties {
    margin-top: 100px;
    /* to clear slick-dots */
    padding-bottom: 100px; }
    .block.specialties .headertext h1 {
      color: #8b734c;
      font-weight: 500; }
      .block.specialties .headertext h1 span, .block.specialties .headertext h1 strong {
        color: #a43d30; }
    .block.specialties .copy p {
      margin: 0; }
    .block.specialties .homespecialties {
      margin-top: 50px;
      padding: 0 30px; }
      .block.specialties .homespecialties ul {
        padding: 0 30px;
        margin: 0;
        list-style: disc;
        font-size: 1.2rem; }
      .block.specialties .homespecialties .collapseomatic {
        /* h2 */
        background: #a43d30;
        color: #ffffff;
        font-size: 1.2rem;
        padding: 15px 40px 15px 15px;
        background-image: url(../images/collomat-expand.svg) !important;
        background-repeat: no-repeat;
        background-position: 95%; }
        .block.specialties .homespecialties .collapseomatic:focus {
          outline: none; }
      .block.specialties .homespecialties .collapseomatic_content ul, .block.specialties .homespecialties .collapseomatic_content p, .block.specialties .homespecialties .collapseomatic_content h3 {
        font-size: 1.3rem; }
      .block.specialties .homespecialties .collapseomatic_content h3 {
        margin-bottom: 0.2em; }
        .block.specialties .homespecialties .collapseomatic_content h3:first-of-type {
          margin-top: 1em; }
      .block.specialties .homespecialties .collapseomatic_content p {
        display: none; }
      .block.specialties .homespecialties .colomat-close {
        background-image: url(../images/collomat-collapse.svg) !important; }
  .block.patientportal {
    background: #080f42;
    margin-top: 80px;
    padding: 60px 30px; }
    .block.patientportal .headertext {
      border: 0;
      margin-top: 0;
      padding: 0; }
      .block.patientportal .headertext h1 {
        color: #ffffff;
        padding-bottom: 40px; }
        .block.patientportal .headertext h1 span, .block.patientportal .headertext h1 strong {
          color: #ffffff;
          font-weight: 500; }
    .block.patientportal .copy {
      padding: 0;
      color: #ffffff;
      margin-top: 0; }
      .block.patientportal .copy a {
        color: #ffffff; }
      .block.patientportal .copy a.button {
        background: #ffffff;
        color: #080f42;
        text-decoration: none;
        display: block;
        width: auto;
        margin: 50px auto;
        text-align: center;
        padding: 20px;
        font-size: 1.2rem;
        font-weight: 700;
        text-transform: uppercase; }
        .block.patientportal .copy a.button span {
          font-size: 0.8em;
          display: inline-block;
          padding-left: 5px; }
  .block.contactus {
    background: #a43d30;
    margin: 0;
    padding: 60px 0px; }
    .block.contactus .headertext {
      border: 0;
      margin-top: 0;
      padding: 0; }
      .block.contactus .headertext h1 {
        color: #ffffff;
        padding-bottom: 40px; }
        .block.contactus .headertext h1 span, .block.contactus .headertext h1 strong {
          color: #debea0;
          font-weight: 500; }
        .block.contactus .headertext h1::after {
          background: #ffffff; }
      .block.contactus .headertext p {
        /* phone number late addition */
        color: #ffffff;
        font-size: 1.4rem; }
        .block.contactus .headertext p a {
          color: #ffffff;
          text-decoration: underline; }
    .block.contactus .copy {
      padding: 0;
      color: #ffffff;
      margin-top: 0; }
      .block.contactus .copy a {
        color: #ffffff; }
    .block.contactus .wpcf7 form.wpcf7-form {
      color: #ffffff; }
      .block.contactus .wpcf7 form.wpcf7-form .wpcf7-response-output {
        border: 0 !important;
        margin: 20px 0 0 0 !important;
        background: #ffffff;
        padding: 10px;
        color: #333333;
        clear: both;
        font-weight: 700;
        text-align: center; }
    .block.contactus .wpcf7 p.exhortation {
      font-size: 1.1rem;
      font-style: italic; }

.lity-wrap {
  overflow-y: auto; }

.lity-container {
  border: 0 !important;
  box-shadow: none; }
  .lity-container .lity-close {
    position: absolute;
    color: #a43d30;
    text-shadow: none; }
  .lity-container .lity-content {
    box-shadow: 0;
    border: 0 !important;
    outline: 0;
    background: #ffffff;
    padding: 30px; }
    .lity-container .lity-content::after {
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); }
    .lity-container .lity-content .doctor_bio h3 {
      color: #080f42; }
    .lity-container .lity-content .doctor_bio p {
      font-size: 1rem; }

/* practice page */
.doctors_header_area {
  width: 85%;
  margin: 0 auto;
  padding: 60px 0; }
  .doctors_header_area .flex .left h2 {
    margin: 0;
    color: #a43d30;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.28; }
  .doctors_header_area .flex .right p {
    font-size: 1.2rem; }

.bluedivider {
  background: #DBE2E9; }
  .bluedivider .flex {
    width: 85%;
    margin: 0 auto;
    padding: 60px 0; }
    .bluedivider .flex .left h1 {
      font-family: "freight-sans-pro", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 1.5625rem;
      line-height: 0.9;
      padding-bottom: 1em;
      margin: 0;
      color: #4A4C50; }
      .bluedivider .flex .left h1 span, .bluedivider .flex .left h1 strong {
        font-family: "freight-text-pro", serif;
        text-transform: none;
        display: block;
        font-size: 4rem;
        color: #080f42;
        font-weight: 500; }
    .bluedivider .flex .right p {
      margin: 0; }

.doctorgrid {
  background: #DBE2E9;
  padding-bottom: 50px; }
  .doctorgrid div p {
    font-size: 1.1rem;
    margin: 0.2em 0 0 0;
    text-align: center;
    font-weight: 500;
    font-family: "freight-text-pro", serif; }
  .doctorgrid div img {
    display: block;
    width: 100%;
    margin: 0 auto; }
  .doctorgrid div a {
    text-decoration: none; }
  .doctorgrid div .doctor_bio {
    display: none;
    border: 0 !important; }
  .doctorgrid .doctors_group_photo {
    margin: 80px 0 0 0; }
  .doctorgrid .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -20px; }
    .doctorgrid .slick-dots li {
      margin: 0;
      width: 15px;
      height: 10px; }

body.page-template-page-ourpractice .doctorgrid {
  background: none; }

/* non-home pages */
.collapseomatic {
  /* h2 */
  background: #a43d30;
  font-size: 1.3rem;
  padding: 15px 45px 15px 15px;
  background-image: url(../images/collomat-expand.svg) !important;
  background-repeat: no-repeat;
  background-position: 95%;
  color: #ffffff; }
  .collapseomatic:focus {
    outline: none; }

.collapseomatic_content p {
  font-size: 1.3rem;
  margin-top: 0; }
  .collapseomatic_content p:last-of-type {
    margin-bottom: 0; }

.collapseomatic_content h3:first-of-type {
  margin-top: 0; }

.colomat-close {
  background-image: url(../images/collomat-collapse.svg) !important; }

.flex.specialty_tiles {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .flex.specialty_tiles div {
    background: #ddd;
    margin-bottom: 20px; }
    .flex.specialty_tiles div:nth-child(2n+2) {
      margin-right: 0; }
    .flex.specialty_tiles div img {
      display: block;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .flex.specialty_tiles div a {
      text-decoration: none;
      color: #080f42; }
    .flex.specialty_tiles div h3 {
      text-align: center;
      margin: 0;
      line-height: 1.2;
      padding: 8px;
      font-weight: 400; }

body.page-template-page-specialties .entry-content {
  display: flex;
  flex-flow: column nowrap; }
  body.page-template-page-specialties .entry-content .left {
    order: 1;
    margin-top: 30px; }
    body.page-template-page-specialties .entry-content .left .specialtyphoto .thumb {
      position: relative; }
      body.page-template-page-specialties .entry-content .left .specialtyphoto .thumb img {
        display: block; }
      body.page-template-page-specialties .entry-content .left .specialtyphoto .thumb::after {
        content: ' ';
        width: 50px;
        height: 58px;
        position: absolute;
        top: 41%;
        left: 48%;
        background: url("../images/playarrowoverlay.png") no-repeat;
        background-size: cover;
        z-index: 100; }
  body.page-template-page-specialties .entry-content .right {
    order: 0; }
    body.page-template-page-specialties .entry-content .right ul {
      margin: 0 20px; }

body.single .entry-content {
  display: flex;
  flex-flow: column nowrap; }
  body.single .entry-content .left {
    order: 1; }
    body.single .entry-content .left > h1 {
      background: #080f42;
      margin: 0;
      color: #ffffff;
      font-size: 1.3rem;
      font-weight: 600;
      text-transform: uppercase;
      padding: 30px 40px 20px 40px;
      letter-spacing: 1.1px; }
  body.single .entry-content .right {
    order: 0; }

body.page-template-page-careers .entry-content .right .page-subhead {
  padding-bottom: 0.3em;
  border-bottom: 1px solid #a43d30; }

.entry-content {
  width: 85%;
  margin: 40px auto;
  /* left */
  /* right */ }
  .entry-content .page-title, .entry-content .single-title {
    font-family: "freight-text-pro", serif;
    color: #a43d30;
    font-weight: 500;
    margin-top: -0.3em;
    line-height: 1.1; }
  .entry-content .page-title {
    margin-bottom: 0; }
  .entry-content .single-title {
    margin-bottom: 0; }
  .entry-content p, .entry-content ul, .entry-content ol {
    font-size: 1.1rem;
    font-family: "freight-text-pro", serif; }
  .entry-content ul {
    list-style: disc;
    padding: 0 25px; }
  .entry-content ol {
    list-style: decimal;
    padding: 0 25px; }
  .entry-content strong, .entry-content b {
    font-weight: 700; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content .video-container {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .entry-content .video-container::after {
    display: block;
    content: "";
    padding-top: 56.25%; }
  .entry-content .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .entry-content .left {
    margin-bottom: 50px;
    /* menu-accordion */ }
    .entry-content .left .specialtyphoto {
      margin-top: 20px; }
    .entry-content .left > img {
      display: block;
      margin-bottom: 1em; }
    .entry-content .left > h1 {
      background: #0a1250;
      margin: 0;
      color: #ffffff;
      font-size: 1.4rem;
      font-weight: 600;
      text-transform: uppercase;
      padding: 20px 40px;
      letter-spacing: 1.1px; }
    .entry-content .left #menu-accordion.accordionjs, .entry-content .left .menubox {
      background: #7e6743;
      padding: 0px;
      list-style: none;
      margin-bottom: 30px;
      border-bottom: 40px solid #080f42;
      font-family: "freight-sans-pro", sans-serif;
      /* overall li */ }
      .entry-content .left #menu-accordion.accordionjs li, .entry-content .left .menubox li {
        /* overall */
        background: #8b734c;
        font-family: "freight-sans-pro", sans-serif;
        color: #ffffff;
        margin-bottom: 0;
        font-size: 1.2rem; }
        .entry-content .left #menu-accordion.accordionjs li h3, .entry-content .left .menubox li h3 {
          margin: 0;
          color: #ffffff;
          font-weight: 500;
          padding: 15px 40px;
          background: url("../images/icon-arrowdown.svg") no-repeat 95% center #080f42;
          background-size: 16px;
          font-size: 1.3rem; }
          .entry-content .left #menu-accordion.accordionjs li h3:hover, .entry-content .left .menubox li h3:hover {
            opacity: 0.8; }
        .entry-content .left #menu-accordion.accordionjs li.acc_active h3, .entry-content .left .menubox li.acc_active h3 {
          background: url("../images/icon-arrowup.svg") no-repeat 95% center #080f42;
          background-size: 16px; }
        .entry-content .left #menu-accordion.accordionjs li ul, .entry-content .left .menubox li ul {
          /* closest menu lists */
          list-style: none;
          padding: 20px 40px;
          margin: 0;
          background: #0a1250; }
          .entry-content .left #menu-accordion.accordionjs li ul li, .entry-content .left .menubox li ul li {
            /* each specialty link */
            background: none; }
            .entry-content .left #menu-accordion.accordionjs li ul li a, .entry-content .left .menubox li ul li a {
              color: #ffffff;
              text-decoration: none;
              padding-bottom: 0.2em;
              display: block; }
              .entry-content .left #menu-accordion.accordionjs li ul li a:hover, .entry-content .left .menubox li ul li a:hover {
                opacity: 0.8; }
            .entry-content .left #menu-accordion.accordionjs li ul li.current-menu-item a, .entry-content .left .menubox li ul li.current-menu-item a {
              font-weight: 600; }
    .entry-content .left .menubox {
      /* blog single left column */
      background: #080f42;
      padding: 10px 40px 20px 40px;
      margin: 0;
      border-bottom: 40px solid #080f42; }
      .entry-content .left .menubox:first-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 1px solid #080f42; }
      .entry-content .left .menubox li {
        background: #080f42;
        margin-bottom: 30px; }
        .entry-content .left .menubox li p {
          font-family: "freight-sans-pro", sans-serif;
          color: #debea0;
          font-size: 1rem;
          border-bottom: 1px solid #debea0;
          padding-bottom: 0.3em;
          margin-top: 0;
          font-weight: 500; }
        .entry-content .left .menubox li .story-listing-thumb img {
          -o-object-fit: cover;
          object-fit: cover;
          width: 100%;
          height: 100%; }
        .entry-content .left .menubox li h3 {
          background: none;
          padding: 0; }
          .entry-content .left .menubox li h3 a {
            color: #ffffff;
            text-decoration: none; }
  .entry-content .right blockquote {
    padding: 45px;
    background: #7e6743;
    margin: 1em 0;
    color: #ffffff; }
    .entry-content .right blockquote p:first-of-type {
      margin-top: 0; }
    .entry-content .right blockquote b {
      font-family: "freight-sans-pro", sans-serif; }
  .entry-content .right h1.page-title + h2.page-subhead, .entry-content .right h1.entry-title + h2.page-subhead {
    margin: 0; }
  .entry-content .right h2.page-subhead {
    /* career indiv page */
    padding-bottom: 0.2em;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 400;
    color: #a43d30;
    margin: 0; }
  .entry-content .right h3 {
    font-size: 1.5rem;
    color: #a43d30;
    margin-bottom: 0.3em; }
    .entry-content .right h3 + p {
      margin-top: 0.3em; }
  .entry-content .right p.byline {
    border-top: 1px solid #a43d30;
    padding-top: 0.3em;
    font-family: "freight-sans-pro", sans-serif;
    color: #a43d30;
    font-size: 0.9rem;
    margin-top: 0.3em; }
    .entry-content .right p.byline a {
      color: #a43d30; }
  .entry-content .right a.contact_button {
    display: inline-block;
    margin-top: 2em;
    color: #ffffff;
    background: #a43d30;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 30px;
    opacity: 0.8;
    text-transform: uppercase; }
    .entry-content .right a.contact_button:hover {
      opacity: 1; }
  .entry-content .right .testimonials {
    background: #a43d30;
    color: #ffffff;
    padding: 40px;
    margin-top: 2em; }
    .entry-content .right .testimonials h1 {
      margin: 0 0 0.5em 0;
      font-weight: 400;
      font-size: 2rem; }
    .entry-content .right .testimonials ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .entry-content .right .testimonials ul li {
        margin-bottom: 2em; }
        .entry-content .right .testimonials ul li p, .entry-content .right .testimonials ul li q {
          font-family: "freight-sans-pro", sans-serif;
          margin: 0;
          display: block; }
          .entry-content .right .testimonials ul li p + p, .entry-content .right .testimonials ul li q + p {
            margin-top: 0;
            color: #debea0; }
        .entry-content .right .testimonials ul li q {
          quotes: '\201c' '\201d' '\2018' '\2019';
          text-indent: -0.3em; }
        .entry-content .right .testimonials ul li q::before {
          content: open-quote; }
        .entry-content .right .testimonials ul li q::after {
          content: close-quote; }

/* entry-content */
.specialties_list {
  margin-top: 50px; }
  .specialties_list ul {
    margin: 0;
    padding: 0; }
    .specialties_list ul#menu-accordion.accordionjs {
      margin: 0; }
      .specialties_list ul#menu-accordion.accordionjs li.acc_section div.acc_head h3 {
        font-family: "freight-sans-pro", sans-serif;
        background: #080f42;
        color: #ffffff;
        padding: 15px 40px 15px 15px;
        background-image: url(../images/collomat-expand.svg) !important;
        background-repeat: no-repeat;
        background-position: 95%;
        font-size: 1.1rem;
        text-transform: uppercase; }
      .specialties_list ul#menu-accordion.accordionjs li.acc_section.acc_active div.acc_head h3 {
        font-family: "freight-sans-pro", sans-serif;
        background: #080f42;
        color: #ffffff;
        padding: 15px 40px 15px 15px;
        background-image: url(../images/collomat-collapse.svg) !important;
        background-repeat: no-repeat;
        background-position: 95%; }
      .specialties_list ul#menu-accordion.accordionjs ul {
        font-family: "freight-sans-pro", sans-serif;
        list-style: none;
        margin: 0;
        padding: 0; }
        .specialties_list ul#menu-accordion.accordionjs ul li {
          font-size: 1.1rem; }
          .specialties_list ul#menu-accordion.accordionjs ul li.current-menu-item {
            font-weight: 600; }
          .specialties_list ul#menu-accordion.accordionjs ul li a {
            text-decoration: none; }
  .specialties_list > h4 {
    color: #a43d30;
    margin-top: 0;
    margin-bottom: 0.3em;
    font-size: 1.3rem;
    border-top: 2px solid #a43d30;
    padding-top: 1em;
    margin-top: 2em; }
  .specialties_list ul.related_specialties {
    list-style: none;
    margin: 0;
    padding: 0; }
    .specialties_list ul.related_specialties li {
      float: left;
      margin-right: 0.3em; }
      .specialties_list ul.related_specialties li a {
        color: #a43d30; }
      .specialties_list ul.related_specialties li::after {
        content: ','; }
      .specialties_list ul.related_specialties li:last-of-type::after {
        content: none; }

.careers-list .row {
  font-family: "freight-text-pro", serif;
  margin-bottom: 20px; }
  .careers-list .row .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    width: 100%;
    height: 100%;
    display: block; }
  .careers-list .row .info {
    background: #8b734c;
    padding: 30px;
    color: #ffffff; }
    .careers-list .row .info a {
      color: #ffffff;
      font-family: "freight-sans-pro", sans-serif;
      text-transform: uppercase;
      font-weight: 600; }

body.page-template-page-profile .page-title {
  margin: 0; }

/* For Physicians page */
.referrals.block {
  margin-top: 0;
  padding-bottom: 50px; }
  .referrals.block .flex .headertext h1 {
    color: #8b734c; }
    .referrals.block .flex .headertext h1 span {
      color: #a43d30; }
  .referrals.block .flex .headertext p {
    /* phone numbers */
    margin-top: 30px;
    color: #a43d30;
    font-weight: 600;
    font-size: 1rem; }
    .referrals.block .flex .headertext p a {
      color: #a43d30;
      text-decoration: none; }
  .referrals.block .flex .copy a.button {
    background: #a43d30;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 50px;
    text-decoration: none;
    opacity: 0.8; }
    .referrals.block .flex .copy a.button:hover {
      opacity: 1; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both; }
  .footer #inner-footer {
    padding: 80px 30px;
    color: #ffffff;
    background: #833026; }
    .footer #inner-footer p {
      font-size: 1.2rem;
      text-align: center; }
    .footer #inner-footer a {
      color: #ffffff;
      text-decoration: none; }
    .footer #inner-footer .flex .left .footerlogo {
      width: 294px;
      height: auto;
      margin: 0 auto 20px auto;
      display: block; }
    .footer #inner-footer .flex .left ul, .footer #inner-footer .flex .left ul.offsite-nav, .footer #inner-footer .flex .left ul.footer-nav {
      text-align: center;
      margin: 30px 0;
      font-size: 1.1rem; }
      .footer #inner-footer .flex .left ul li.footeronly.buffer, .footer #inner-footer .flex .left ul.offsite-nav li.footeronly.buffer, .footer #inner-footer .flex .left ul.footer-nav li.footeronly.buffer {
        margin-top: 20px; }
      .footer #inner-footer .flex .left ul li a, .footer #inner-footer .flex .left ul.offsite-nav li a, .footer #inner-footer .flex .left ul.footer-nav li a {
        padding: 3px 0;
        display: block;
        text-decoration: underline;
        opacity: 0.7; }
        .footer #inner-footer .flex .left ul li a:hover, .footer #inner-footer .flex .left ul.offsite-nav li a:hover, .footer #inner-footer .flex .left ul.footer-nav li a:hover {
          text-decoration: none; }
        .footer #inner-footer .flex .left ul li a[href^="tel"], .footer #inner-footer .flex .left ul.offsite-nav li a[href^="tel"], .footer #inner-footer .flex .left ul.footer-nav li a[href^="tel"] {
          display: none; }
    .footer #inner-footer .flex .middle {
      margin-bottom: 50px; }
      .footer #inner-footer .flex .middle p {
        opacity: 0.7; }
        .footer #inner-footer .flex .middle p.follow {
          opacity: 1; }
      .footer #inner-footer .flex .middle a[href^="tel"] {
        display: inline-block;
        text-decoration: none; }
      .footer #inner-footer .flex .middle .socialicons {
        display: flex;
        justify-content: center;
        align-items: flex-start; }
        .footer #inner-footer .flex .middle .socialicons a {
          margin: 0 12px 0 0;
          opacity: 0.7;
          display: block; }
          .footer #inner-footer .flex .middle .socialicons a img {
            height: 20px; }
    .footer #inner-footer .flex .right p {
      margin: 0; }
    .footer #inner-footer .flex .right img {
      max-width: 100%;
      height: auto; }
    .footer #inner-footer .flex .right a {
      text-decoration: underline; }
    .footer #inner-footer .copyright {
      font-size: 1rem;
      text-align: center;
      border-top: 1px solid #ffffff;
      padding-top: 10px;
      margin-top: 40px; }
      .footer #inner-footer .copyright a {
        text-decoration: underline; }
        .footer #inner-footer .copyright a.privacylink {
          margin-left: 30px; }

.storylisting {
  margin: 0 0 50px 0;
  /* blog page */
  /* story sectoin */ }
  .storylisting .storysection {
    margin-top: 60px; }
    .storylisting .storysection:first-of-type {
      margin-top: 0; }
    .storylisting .storysection .bluedivider .flex {
      width: 90%; }
    .storylisting .storysection .thestorygrid {
      width: 90%;
      margin: 0 auto; }
      .storylisting .storysection .thestorygrid h3 {
        margin: 0;
        font-size: 1.3rem;
        font-weight: 500; }
        .storylisting .storysection .thestorygrid h3 a {
          text-decoration: none; }
      .storylisting .storysection .thestorygrid p {
        margin: 0 0 0.5em 0;
        font-weight: 600;
        border-bottom: 1px solid #080f42;
        text-transform: uppercase;
        padding-bottom: 0.2em; }
      .storylisting .storysection .thestorygrid .story {
        margin-bottom: 20px; }
        .storylisting .storysection .thestorygrid .story:first-of-type {
          margin-top: 30px; }
        .storylisting .storysection .thestorygrid .story .story-listing-thumb {
          height: 250px;
          width: 100%; }
          .storylisting .storysection .thestorygrid .story .story-listing-thumb img {
            display: block;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100%; }
    .storylisting .storysection .tools {
      width: 90%;
      margin: 0 auto; }
      .storylisting .storysection .tools p {
        margin: 0; }
        .storylisting .storysection .tools p a {
          text-transform: uppercase;
          font-weight: 600; }

.load_more {
  display: block;
  clear: both;
  position: relative; }

.load_more a, .load_more .loader {
  overflow: hidden;
  position: relative; }

.load_more {
  display: block;
  clear: both;
  position: relative; }

.load_more a:hover {
  color: #999; }

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /*
IMPORTANT NOTE ABOUT SASS 3.3 & UP
You can't use @extend within media queries
anymore, so just be aware that if you drop
them in here, they won't work.
*/
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
				plan your menus and drop-downs wisely.
				*/ }
        .menu ul li a {
          /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/ }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }
  /* end .entry-content */
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */ }

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  .flex.specialty_tiles div {
    flex: 0 1 48%;
    margin-right: 4%; }
    .flex.specialty_tiles div:nth-child(2n+2) {
      margin-right: 0; }
    .flex.specialty_tiles div a {
      display: block; }
      .flex.specialty_tiles div a:hover h3 {
        color: #4A4C50; }
  body.page-template-page-specialties .entry-content {
    flex-flow: row nowrap; }
    body.page-template-page-specialties .entry-content .left {
      order: 0;
      margin-top: 0; }
    body.page-template-page-specialties .entry-content .right {
      order: 1; }
  body.single .entry-content {
    flex-flow: row nowrap; }
    body.single .entry-content .left {
      order: 0; }
    body.single .entry-content .right {
      order: 1; }
  .header {
    /* end .nav */ }
    .header nav {
      border: 0;
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .header nav ul {
        margin-top: 0; }
      .header nav li {
        /*
		plan your menus and drop-downs wisely.
		*/
        /* showing sub-menus */ }
        .header nav li a {
          border-bottom: 0;
          /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/ }
          .header nav li a:hover, .header nav li a:focus {
            color: #ffffff;
            text-decoration: underline; }
        .header nav li ul.sub-menu,
        .header nav li ul.children {
          margin-top: 0;
          border: 1px solid #ccc;
          border-top: 0;
          position: absolute;
          visibility: hidden;
          z-index: 8999;
          /* highlight sub-menu current page */ }
          .header nav li ul.sub-menu li,
          .header nav li ul.children li {
            /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/ }
            .header nav li ul.sub-menu li a,
            .header nav li ul.children li a {
              padding-left: 10px;
              border-right: 0;
              display: block;
              width: 180px;
              border-bottom: 1px solid #ccc; }
            .header nav li ul.sub-menu li:last-child a,
            .header nav li ul.children li:last-child a {
              border-bottom: 0; }
            .header nav li ul.sub-menu li ul,
            .header nav li ul.children li ul {
              top: 0;
              left: 100%; }
        .header nav li:hover > ul {
          top: auto;
          visibility: visible; }
	
  .building_photo {
    margin-top: -20px; }
  .block .flex {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .block .headertext {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 38%;
    flex: 0 1 38%; }
    .block .headertext h1 {
      position: relative; }
      .block .headertext h1 span, .block .headertext h1 strong {
        font-size: 3.3rem;
        font-weight: 500;
        color: #debea0; }
      .block .headertext h1::after {
        content: '';
        height: 1px;
        position: absolute;
        background: #a43d30;
        left: 0;
        bottom: -20px;
        width: 70%; }
  .block .copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 57%;
    flex: 0 1 57%; }
    .block .copy p {
      margin-top: -5px; }
  .block.intro {
    background-size: 350px;
    background-position: bottom left; }
  .block.doctors h2 {
    margin-top: 3em; }
  .block.doctors .callout {
    background: #DBE2E9;
    padding: 100px 40px 40px 40px;
    line-height: 1.7; }
    .block.doctors .callout h3 {
      float: left;
      width: 38%; }
    .block.doctors .callout p {
      margin-left: 43%; }
    .block.doctors .callout p {
      font-size: 1.2rem; }
      .block.doctors .callout p:first-of-type {
        margin-top: 0; }
  .block.recentstories h2 {
    margin-top: 2em; }
  .block.recentstories .flex .recent_stories {
    /* the manually entered blog posts */
    flex: 0 1 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .block.recentstories .flex .recent_stories div {
      flex: 0 1 32%;
      margin-right: 2%; }
      .block.recentstories .flex .recent_stories div:last-of-type {
        margin-right: 0; }
      .block.recentstories .flex .recent_stories div .imageholder {
        height: 150px; }
  .block.researchprojects h2 {
    margin-top: 2em; }
  .block.researchprojects .flex .researchprojects_stories {
    /* the manually entered blog posts */
    flex: 0 1 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .block.researchprojects .flex .researchprojects_stories div {
      flex: 0 1 32%;
      margin-right: 2%; }
      .block.researchprojects .flex .researchprojects_stories div:last-of-type {
        margin-right: 0; }
      .block.researchprojects .flex .researchprojects_stories div .imageholder {
        height: 150px; }
  .block.recommendedpublications h2 {
    margin-top: 2em; }
  .block.recommendedpublications .flex .recommendedprojects_stories {
    /* the manually entered blog posts */
    flex: 0 1 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .block.recommendedpublications .flex .recommendedprojects_stories div {
      flex: 0 1 32%;
      margin-right: 2%; }
      .block.recommendedpublications .flex .recommendedprojects_stories div:last-of-type {
        margin-right: 0; }
      .block.recommendedpublications .flex .recommendedprojects_stories div .imageholder {
        height: 150px; }
  .block.specialties {
    padding-top: 70px;
    margin-top: 0; }
  .block.patientportal {
    padding: 80px 60px; }
    .block.patientportal .headertext {
      padding: 0; }
    .block.patientportal .copy {
      padding: 0; }
      .block.patientportal .copy a.button {
        width: 350px; }
  .block.contactus .wpcf7-submit {
    width: auto; }
  .block.contactus .headertext h1 {
    margin-bottom: 50px; }
  .lity-opened, .lity {
    background: rgba(255, 255, 255, 0.9) !important; }
  .lity-container {
    width: 90%;
    max-width: 800px !important; }
    .lity-container .lity-content .doctor_bio h3 {
      font-size: 2rem;
      margin-top: 0; }
    .lity-container .lity-content .doctor_bio p {
      font-size: 1.1rem; }
  .doctors_header_area .flex {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    margin-top: 40px; }
    .doctors_header_area .flex .left {
      flex: 0 1 38%; }
    .doctors_header_area .flex .right {
      flex: 0 1 57%; }
      .doctors_header_area .flex .right p {
        margin: 0; }
  .doctorgrid {
    /* home */
    background: #DBE2E9;
    padding-bottom: 80px;
    margin: 0; }
    .doctorgrid .flex {
      width: 90%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .doctorgrid div {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 23%;
      flex: 0 1 23%;
      margin: 0 2.5% 20px 0px; }
      .doctorgrid div:focus {
        outline: none; }
      .doctorgrid div:nth-child(4n+4) {
        margin-right: 0; }
      .doctorgrid div p {
        font-size: 0.9rem; }
      .doctorgrid div img:hover {
        opacity: 0.9; }
      .doctorgrid div img:focus {
        outline: none; }
    .doctorgrid .doctors_group_photo {
      width: 90%;
      margin: 40px auto; }
  .bluedivider .flex .right p {
    font-size: 1.4rem; }
  body.page-template-page-ourpractice .doctorgrid {
    background: none;
    margin-top: -20px; }
  .storylisting .storysection .thestorygrid .story .story-listing-thumb {
    height: 400px; }
  .entry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 90%; }
    .entry-content::before, .entry-content::after {
      content: none; }
    .entry-content .left {
      flex: 0 1 38%; }
    .entry-content .right {
      flex: 0 1 57%; }
    .entry-content .collapseomatic {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 38%;
      flex: 0 1 38%;
      margin: 0;
      padding-right: 20px;
      background: none;
      font-size: 1.3rem;
      padding: 0;
      background: none !important;
      color: #4A4C50; }
    .entry-content .collapseomatic_content {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 57%;
      flex: 0 1 57%;
      display: block !important;
      margin-bottom: 60px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 50px; }
      .entry-content .collapseomatic_content p {
        font-size: 1.3rem;
        margin-top: 0; }
      .entry-content .collapseomatic_content:last-of-type {
        border: 0;
        margin-bottom: 0; }
    .entry-content .colomat-close {
      background-image: none !important; }
  .careers-list {
    max-width: 1100px;
    margin: 0 auto; }
    .careers-list .row {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      max-height: 550px;
      margin-bottom: 25px; }
      .careers-list .row:nth-child(odd) {
        flex-flow: row-reverse nowrap; }
      .careers-list .row .image {
        flex: 0 1 50%; }
      .careers-list .row .info {
        flex: 0 1 50%;
        padding: 40px; }
        .careers-list .row .info h2 {
          margin: 0;
          font-size: 3rem; }
  .specialties_list #menu-accordion.accordionjs ul {
    -moz-column-count: 2;
    column-count: 2; }
    .specialties_list #menu-accordion.accordionjs ul a:hover {
      text-decoration: underline; }
  /*********************
FOOTER STYLES
*********************/
  .footer #inner-footer .flex {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
    .footer #inner-footer .flex .left {
      flex: 0 1 100%; }
      .footer #inner-footer .flex .left .footermenucolumns {
        display: flex;
        flex-flow: row nowrap; }
        .footer #inner-footer .flex .left .footermenucolumns ul {
          flex: 0 1 33%;
          text-align: left; }
    .footer #inner-footer .flex .middle {
      flex: 0 1 50%; }
      .footer #inner-footer .flex .middle p {
        text-align: left; }
      .footer #inner-footer .flex .middle .socialicons {
        justify-content: flex-start; }
    .footer #inner-footer .flex .right {
      flex: 0 1 50%; } }

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  .header nav .topElements {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    margin: 0 50px 0 100px;
    position: relative; }
  .header nav ul, .header nav div.offsiteAndsocialAndsearch {
    flex: 0 1 50%; }
  .header nav div.offsiteAndsocialAndsearch .offsite-nav {
    border: 0; }
  .header nav li a {
    padding: 0.20em 0; }
  .building_photo {
    margin-top: -30px; }
  .block.intro {
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .block.intro .copy {
      padding: 0 100px 50px 0; }
  .block.specialties .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .block.specialties .flex .copy {
      margin-top: 0;
      padding: 0 100px 0px 0; }
  .block.doctors {
    margin-top: 0;
    padding-top: 60px; }
    .block.doctors .callout {
      width: 90%;
      margin: 30px auto 0 auto; }
      .block.doctors .callout .collapseomatic_content {
        margin-left: 42%; }
  .block.specialties .homespecialties {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-flow: row wrap; }
    .block.specialties .homespecialties div {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 29%;
      flex: 0 1 49%; }
  .block.recentstories .flex .recent_stories div .imageholder {
    height: 200px; }
  .block.researchprojects .flex .researchprojects_stories div .imageholder {
    height: 200px; }
  .block.recommendedpublications .flex .recommendedprojects_stories div .imageholder {
    height: 200px; }
  .block.patientportal .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .block.patientportal .copy a.button {
    margin: 40px 0 0 0;
    padding: 20px 10px;
    width: 300px; }
    .block.patientportal .copy a.button:hover {
      opacity: 0.8; }
  .block.contactus .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .block.contactus .flex .copy a:hover {
      text-decoration: none; }
  .bluedivider .flex {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    padding: 60px 0 120px 0; }
    .bluedivider .flex .left {
      flex: 0 1 38%; }
    .bluedivider .flex .right {
      flex: 0 1 57%; }
      .bluedivider .flex .right p {
        margin: 0; }
  body.page-template-page-ourpractice .doctorgrid {
    margin-top: -100px; }
  .doctorgrid {
    background: #DBE2E9;
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
    width: 90%;
    margin: 0 auto; }
    .doctorgrid .flex {
      padding: 30px 30px 60px 30px; }
    .doctorgrid div p {
      font-size: 1.1rem; }
  .storylisting .storysection .thestorygrid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-top: -80px; }
    .storylisting .storysection .thestorygrid .story {
      flex: 0 1 32%;
      margin-right: 2%; }
      .storylisting .storysection .thestorygrid .story:hover {
        opacity: 0.8; }
      .storylisting .storysection .thestorygrid .story:first-of-type {
        margin-top: 0; }
      .storylisting .storysection .thestorygrid .story:nth-child(3n+3) {
        margin-right: 0; }
      .storylisting .storysection .thestorygrid .story .story-listing-thumb {
        height: 180px; }
  body.search-results .storylisting .storysection .thestorygrid {
    margin-top: 80px; } }

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  .block .headertext h1 {
    font-size: 2rem; }
    .block .headertext h1 span, .block .headertext h1 strong {
      font-size: 2.5em;
      font-weight: 500; }
  .block.intro {
    padding-top: 150px;
    padding-bottom: 100px;
    background-size: 575px;
    background-position: 40px 120px; }
    .block.intro .copy h2 {
      font-size: 3rem;
      line-height: 1.1; }
  .block.specialties {
    padding: 60px 0; }
    .block.specialties .homespecialties {
      padding: 100px 0 0 0;
      width: 90%;
      margin: 0 auto; }
      .block.specialties .homespecialties div {
        margin-bottom: 30px; }
  .block.recentstories .flex .recent_stories div p {
    /* the date */
    font-size: 1.2rem;
    font-weight: 500; }
  .block.recentstories .flex .recent_stories div a h3 {
    font-size: 1.7rem;
    line-height: 1.3; }
  .block.researchprojects .flex .researchprojects_stories div p {
    /* the date */
    font-size: 1.2rem;
    font-weight: 500; }
  .block.researchprojects .flex .researchprojects_stories div a h3 {
    font-size: 1.7rem;
    line-height: 1.3; }
  .block.recommendedpublications .flex .recommendedprojects_stories div p {
    /* the date */
    font-size: 1.2rem;
    font-weight: 500; }
  .block.recommendedpublications .flex .recommendedprojects_stories div a h3 {
    font-size: 1.7rem;
    line-height: 1.3; }
  .block.doctors {
    padding-bottom: 60px; }
    .block.doctors .callout {
      padding: 100px 75px 50px 75px; }
  .block.contactus {
    padding: 120px 0; }
    .block.contactus .headertext p {
      font-size: 1.8rem; }
      .block.contactus .headertext p a:hover {
        text-decoration: none; }
  .entry-content .page-title, .entry-content .single-title {
    font-size: 3rem; }
  .entry-content .left #menu-accordion.accordionjs li, .entry-content .left .menubox li {
    font-size: 1.1rem; }
    .entry-content .left #menu-accordion.accordionjs li h3, .entry-content .left .menubox li h3 {
      font-size: 1.25rem; }
  .flex.specialty_tiles div {
    flex: 0 1 32.5%;
    margin-right: 1%; }
    .flex.specialty_tiles div:nth-child(2n+2) {
      margin-right: 1%; }
    .flex.specialty_tiles div:nth-child(3n+3) {
      margin-right: 0; }
  .referrals.block {
    padding-bottom: 100px; }
    .referrals.block .flex .headertext p {
      font-size: 1.5rem;
      margin-top: 156px; }
  .doctors_header_area {
    /* our practice */
    padding: 100px 0; }
    .doctors_header_area .flex .left h2 {
      font-size: 2rem; }
    .doctors_header_area .flex .right p {
      font-size: 1.5rem; }
  .doctorgrid div p {
    font-size: 1.2rem; }
  .storylisting .storysection .thestorygrid .story .story-listing-thumb {
    height: 220px; }
  .storylisting .storysection .thestorygrid .story h3 {
    margin: 0.2em 0 0 0;
    font-size: 1.4rem;
    line-height: 1.2; }
  .specialties_list ul#menu-accordion.accordionjs ul li {
    font-size: 1.2rem; }
  .footer #inner-footer p {
    text-align: left; }
  .footer #inner-footer .flex .left {
    flex: 0 1 45%; }
    .footer #inner-footer .flex .left .footermenucolumns {
      flex-flow: row wrap; }
      .footer #inner-footer .flex .left .footermenucolumns ul {
        flex: 0 1 49%; }
        .footer #inner-footer .flex .left .footermenucolumns ul.offsite-nav li.footeronly.buffer {
          margin-top: 60px; }
    .footer #inner-footer .flex .left .footerlogo {
      width: 100%;
      max-width: 250px;
      margin: 0; }
  .footer #inner-footer .flex .middle {
    /* map */
    flex: 0 1 18%;
    margin-bottom: 0;
    margin-top: 90px; }
    .footer #inner-footer .flex .middle p {
      font-size: 1rem; }
      .footer #inner-footer .flex .middle p.connect {
        margin-top: 75px; }
    .footer #inner-footer .flex .middle p:first-of-type {
      margin-top: 0; }
  .footer #inner-footer .flex .right {
    flex: 0 1 35%; }
  .footer #inner-footer .copyright {
    text-align: left; } }

@media only screen and (min-width: 1400px) {
  /* This breakpoint is just for the header area */
  .header #inner-header .navicon {
    display: none; }
  .header nav {
    display: block;
    top: 0;
    background: none; }
    .header nav .topElements {
      margin: 0; }
      .header nav .topElements .top-nav {
        padding: 0;
        position: absolute;
        top: 140px;
        right: 30px;
        background: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        .header nav .topElements .top-nav li {
          margin-left: 40px; }
          .header nav .topElements .top-nav li:last-of-type {
            margin-right: 20px; }
          .header nav .topElements .top-nav li a {
            color: #ffffff;
            font-size: 1.2rem;
            padding: 0;
            text-transform: uppercase;
            padding-top: 10px;
            border-top: 5px solid #a43d30;
            font-weight: 500; }
            .header nav .topElements .top-nav li a:hover {
              color: #debea0;
              text-decoration: none;
              border-top: 5px solid #ffffff; }
          .header nav .topElements .top-nav li.current-menu-item a {
            color: #ffffff;
            border-top: 5px solid #ffffff;
            font-weight: 700; }
      .header nav .topElements .offsiteAndsocialAndsearch {
        position: absolute;
        top: 60px;
        padding-right: 50px;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .header nav .topElements .offsiteAndsocialAndsearch .offsite-nav {
          padding: 0;
          flex: 0 1 65%;
          border-top: 0;
          background: none;
          margin-right: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
          .header nav .topElements .offsiteAndsocialAndsearch .offsite-nav li a {
            color: #ddd;
            font-size: 1.1rem;
            padding: 0 18px;
            font-weight: 500; }
            .header nav .topElements .offsiteAndsocialAndsearch .offsite-nav li a:hover {
              color: #ffffff;
              text-decoration: none; }
          .header nav .topElements .offsiteAndsocialAndsearch .offsite-nav li.phonenumber {
            position: relative;
            top: -3px; }
            .header nav .topElements .offsiteAndsocialAndsearch .offsite-nav li.phonenumber a {
              border: 1px solid rgba(255, 255, 255, 0.75);
              border-radius: 3px;
              padding-bottom: 4px;
              color: rgba(255, 255, 255, 0.75);
              font-weight: 600; }
              .header nav .topElements .offsiteAndsocialAndsearch .offsite-nav li.phonenumber a:hover {
                background: #ffffff;
                color: #a43d30; }
        .header nav .topElements .offsiteAndsocialAndsearch .socialAndsearch {
          display: flex;
          justify-content: flex-end;
          flex-flow: row nowrap;
          align-items: center;
          position: relative;
          top: -3px; }
          .header nav .topElements .offsiteAndsocialAndsearch .socialAndsearch .closex {
            position: absolute;
            right: 2px;
            top: -5px;
            font-size: 2rem;
            color: #ffffff;
            z-index: 1000;
            line-height: 0.9;
            cursor: pointer;
            opacity: 0.7; }
          .header nav .topElements .offsiteAndsocialAndsearch .socialAndsearch .socialicons {
            margin: 0;
            justify-content: flex-end; }
          .header nav .topElements .offsiteAndsocialAndsearch .socialAndsearch .headersearch {
            position: relative;
            padding: 0;
            border-left: 1px solid #ffffff;
            padding-left: 15px; }
            .header nav .topElements .offsiteAndsocialAndsearch .socialAndsearch .headersearch .icon-search {
              display: block;
              cursor: pointer; }
            .header nav .topElements .offsiteAndsocialAndsearch .socialAndsearch .headersearch .form-search {
              display: none;
              position: absolute;
              margin-top: -5px;
              width: 310px; }
              .header nav .topElements .offsiteAndsocialAndsearch .socialAndsearch .headersearch .form-search input[type="text"] {
                background: #a43d30;
                color: #ffffff;
                border-bottom: 1px solid #fff;
                margin: 0; }
                .header nav .topElements .offsiteAndsocialAndsearch .socialAndsearch .headersearch .form-search input[type="text"]:focus {
                  outline: none;
                  border: 0;
                  border-bottom: 1px solid #fff;
                  background: #a43d30; }
              .header nav .topElements .offsiteAndsocialAndsearch .socialAndsearch .headersearch .form-search input[type="submit"] {
                background: none;
                border: 0;
                text-indent: -100000px;
                background: url(../images/icon-search.svg) center 2px no-repeat #a43d30;
                background-size: 25px 30px;
                position: absolute;
                z-index: 10000;
                right: 0;
                top: 0;
                width: 25px;
                height: 30px; } }

@media only screen and (min-width: 1650px) {
  body {
    background: #eee; }
  body.search-results h2.pagetitle {
    /* count results */
    width: 82%;
    font-size: 2.5rem; }
  .header {
    position: relative; }
    .header #inner-header {
      max-width: 1650px;
      margin-left: auto;
      margin-right: auto; }
      .header #inner-header #logo {
        width: 325px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 325px;
        flex: 0 1 325px;
        margin-left: 0px;
        position: relative;
        z-index: 1000; }
        .header #inner-header #logo img {
          width: 100%; }
  .bluedivider .flex {
    max-width: 1650px;
    margin: 0 auto;
    padding: 100px 0 150px 0; }
    .bluedivider .flex .right p {
      width: 80%; }
  body.page-template-page-ourpractice .doctorgrid {
    width: 100%; }
    body.page-template-page-ourpractice .doctorgrid .flex {
      max-width: 1650px;
      padding: 30px 0 60px 0; }
  /* sub pages */
  #inner-content {
    background: #ffffff; }
    #inner-content .doctors_header_area {
      max-width: 1650px;
      margin: 0 auto; }
  .entry-content {
    max-width: 1650px;
    margin: 0 auto;
    padding: 100px 0; }
    .entry-content .page-title, .entry-content .single-title {
      font-size: 4rem; }
    .entry-content h2.page-subhead {
      font-size: 2rem; }
    .entry-content p, .entry-content ul, .entry-content ol {
      font-size: 1.4rem; }
  body.page-id-9 .entry-content .collapseomatic_content p, body.page-id-9 .entry-content .collapseomatic_content ul, body.page-id-9 .entry-content .collapseomatic_content ol {
    font-size: 1.4rem; }
  body.page-id-9 .entry-content h2.collapseomatic {
    font-size: 1.875rem; }
  /* /sub pages */
  .building_photo {
    margin-top: -45px; }
    .building_photo img {
      width: 100%; }
  /* blog */
  .storylisting {
    margin: 0;
    padding-bottom: 100px; }
    .storylisting .storysection .bluedivider .flex, .storylisting .storysection .bluedivider .thestorygrid {
      width: 82%; }
    .storylisting .storysection .bluedivider .flex {
      padding: 100px 0 150px 0; }
    .storylisting .storysection .thestorygrid, .storylisting .storysection .tools {
      width: 82%; }
    .storylisting .storysection .thestorygrid .story .story-listing-thumb {
      height: 280px; }
  .flex.specialty_tiles div h3 {
    font-size: 1.5rem;
    padding: 20px 8px; }
  .flex.specialty_tiles div a {
    display: block; }
  .block {
    background: #ffffff; }
    .block .flex {
      max-width: 1650px;
      margin: 0 auto; }
    .block .headertext h1 {
      font-size: 2.1875rem; }
      .block .headertext h1 span, .block .headertext h1 strong {
        font-weight: 500; }
    .block .copy p {
      font-size: 2.3125rem; }
    .block.intro {
      background-size: 750px;
      background-position: 50px 80px;
      background: url("../images/bgheart.svg") #a43d30 no-repeat left 115%;
      max-width: 100%; }
      .block.intro .flex {
        max-width: 1650px;
        margin: 0 auto; }
      .block.intro .copy h2 {
        font-size: 3.5rem; }
    .block.doctors {
      padding-top: 150px;
      margin-top: -10px;
      max-width: 100%; }
      .block.doctors .flex {
        max-width: 1650px;
        margin: 0 auto; }
      .block.doctors .callout {
        max-width: 1650px;
        margin: 30px auto 0 auto; }
        .block.doctors .callout h3 {
          font-size: 1.75rem; }
        .block.doctors .callout p {
          font-size: 1.5625rem;
          margin-left: 42.5%; }
        .block.doctors .callout .collapseomatic_content {
          margin-left: 42.5%; }
      .block.doctors .doctorgrid {
        max-width: 1650px;
        margin: 0 auto; }
    .block.recentstories {
      padding: 150px 0;
      max-width: 100%; }
      .block.recentstories .flex {
        max-width: 1650px;
        margin: 0 auto; }
        .block.recentstories .flex .recent_stories div .imageholder {
          height: 270px; }
    .block.researchprojects {
      padding: 150px 0; }
      .block.researchprojects .flex .researchprojects_stories div .imageholder {
        height: 270px; }
    .block.recommendedpublications {
      padding: 150px 0; }
      .block.recommendedpublications .flex .recommendedprojects_stories div .imageholder {
        height: 270px; }
    .block.specialties {
      padding-top: 150px;
      max-width: 100%; }
      .block.specialties .flex {
        max-width: 1650px;
        margin: 0 auto; }
      .block.specialties .homespecialties {
        max-width: 1650px; }
        .block.specialties .homespecialties .column01, .block.specialties .homespecialties .column03, .block.specialties .homespecialties .column05 {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 38%;
          flex: 0 1 38%; }
        .block.specialties .homespecialties .column02, .block.specialties .homespecialties .column04 {
          -webkit-box-flex: 0;
          -ms-flex: 0 1 57%;
          flex: 0 1 57%; }
          .block.specialties .homespecialties .column02 .collapseomatic_content, .block.specialties .homespecialties .column04 .collapseomatic_content {
            -moz-column-count: 2;
            column-count: 2; }
        .block.specialties .homespecialties .collapseomatic {
          font-size: 1.4rem; }
        .block.specialties .homespecialties .collapseomatic_content h3, .block.specialties .homespecialties .collapseomatic_content ul {
          font-size: 1.4rem; }
    .block.patientportal, .block.contactus {
      margin: 0 auto; }
      .block.patientportal .flex .copy .wpcf7 p, .block.contactus .flex .copy .wpcf7 p {
        font-size: 1.3rem; }
      .block.patientportal .flex .copy .wpcf7 .formleft, .block.contactus .flex .copy .wpcf7 .formleft {
        float: left; }
      .block.patientportal .flex .copy .wpcf7 .formright, .block.contactus .flex .copy .wpcf7 .formright {
        margin-left: 53%; }
    .block.contactus {
      max-width: 100%; }
      .block.contactus .flex {
        max-width: 1650px;
        margin: 0 auto; }
  .lity-container .lity-content .doctor_bio p {
    font-size: 1.3rem; }
  .doctorgrid .flex {
    width: 93%; }
  .doctorgrid div {
    margin-bottom: 35px; }
    .doctorgrid div p {
      font-size: 1.4rem; }
  .careers-list .row .info {
    padding: 60px 70px; }
    .careers-list .row .info a {
      display: block;
      margin-top: 35px; }
  .footer {
    background: #833026; }
    .footer #inner-footer {
      max-width: 1650px;
      margin: 0 auto;
      padding: 0 0 50px 0; }
      .footer #inner-footer .flex {
        padding-top: 80px;
        max-width: 1650px;
        margin: 0 auto; }
        .footer #inner-footer .flex .left {
          flex: 0 1 40%; }
          .footer #inner-footer .flex .left .footermenucolumns {
            justify-content: flex-start; }
            .footer #inner-footer .flex .left .footermenucolumns ul {
              flex: 0 1 30%; }
        .footer #inner-footer .flex .middle {
          flex: 0 1 20%; }
        .footer #inner-footer .flex .right {
          flex: 0 1 40%; }
        .footer #inner-footer .flex .copyright {
          width: 100%;
          max-width: 1650px;
          margin: 0 auto; }
    .footer .wrap {
      width: 100%;
      max-width: 1650px; } }

/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited 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; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
