/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
TYPOGRAPHY
*********************/
/*  @font-face {
      font-family: 'Font Name';
      src: url('assets/fonts/font-name.eot');
      src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/font-name.woff') format('woff'),
             url('assets/fonts/font-name.ttf') format('truetype'),
             url('assets/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/**
 * Fix for vw, vh, vmin, vmax on iOS 7.
 * http://caniuse.com/#feat=viewport-units
 *
 * This fix works by replacing viewport units with px values on known screen sizes.
 *
 * iPhone 6 and 6 Plus cannot run iOS 7, so are not targeted by this fix.
 * Target devices running iOS 8+ will incidentally execute the media query,
 * but this will still produce the expected result; so this is not a problem.
 *
 * As an example, replace:
 *
 *   height: 50vh;
 *   font-size: 5vmin;
 *
 * with:
 *
 *   @include viewport-unit(height, 50vh);
 *   @include viewport-unit(font-size, 5vmin);
 */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=e4f48477194418e4b6ae1d22e337b831)
 * Config saved to config.json and https://gist.github.com/e4f48477194418e4b6ae1d22e337b831
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: bold; }

img {
  border: 0; }



* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  background-color: #ffffff; }



img {
  vertical-align: middle; }

.container-fluid, .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before, .locationWrapper:before, .education-links:before,
.clearfix:after,
.locationWrapper:after,
.education-links:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after, .locationWrapper:after, .education-links:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/**********************
-----------------------
INFO
-----------------------
***********************/
/**********************
-----------------------
 EVMS COLORS
-----------------------
***********************/
/**********************
-----------------------
 EVMS OVERRIDES
-----------------------
***********************/
@media screen and (max-width: 767px) {
  .headerContainer, .typical .headerContainer {
    height: 55px !important; } }

h1, h2, h3, h4, h5, p, body {
  font-family: 'myriad-pro', 'helvetica neue', 'helvetica', sans-serif;
  color: #333; }

.white-bg {
  background: #ffffff; }

@media screen and (max-width: 1010px) {
  .white-bg {
    background:#fff 50% -25px no-repeat url(//www.evms.edu/media/evms_public/content/style_assets/images/responsiveimages/interiorBg.png);
  }
}
/**********************
-----------------------
 UNIVERSAL STYLES
-----------------------
***********************/
.spacer {
  height: 30px;
  display: block; }

.spacer2x {
  height: 60px;
  display: block; }

.spacer3x {
  height: 90px;
  display: block; }

.spacer3x {
  height: 120px;
  display: block; }

.font-xs {
  font-size: 12px; }

.font-sm, .entHero .heroTitle .subTitle, .locationWidget h4 {
  font-size: 14px; }

.font-md, .main-body {
  font-size: 18px; }

.font-lg, .entNav .textWrapper span {
  font-size: 24px; }

.font-xl, .entHero .heroTitle .mainTitle {
  font-size: 30px; }

.margin-x {
  margin: 0 auto; }

.margin-1x {
  margin: 10px auto; }

.margin-2x {
  margin: 20px auto; }

.margin-3x {
  margin: 30px auto; }

.margin-4x {
  margin: 40px auto; }

.margin-lg {
  margin: 100px auto; }

.margin-bottom-x {
  margin-bottom: 0; }

.margin-bottom-1x {
  margin-bottom: 10px; }

.margin-bottom-2x, .entNav .wrapper, .entDoctor, .entDoctor .wrapper {
  margin-bottom: 20px; }

.margin-bottom-3x {
  margin-bottom: 30px; }

.margin-bottom-4x {
  margin-bottom: 40px; }

.margin-bottom-lg {
  margin-bottom: 100px; }

.margin-top-x {
  margin-top: 0; }

.margin-top-1x {
  margin-top: 10px; }

.margin-top-2x, .locationWidget {
  margin-top: 20px; }

.margin-top-3x {
  margin-top: 30px; }

.margin-top-4x {
  margin-top: 40px; }

.margin-top-lg {
  margin-top: 100px; }

.delay300 {
  -webkit-animation-delay: .3s;
          animation-delay: .3s; }

.delay500 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }

.delay800 {
  -webkit-animation-delay: .8s;
          animation-delay: .8s; }

.delay1000 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.delay1500 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s; }

.delay2000 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }

address {
  font-style: normal; }

.sectionWrapper {
  margin-bottom: 30px; }

.heading-underline {
  text-align: left;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold; }
  .heading-underline:after {
    height: 2px;
    background: #cd5932;
    content: "";
    width: 150px;
    position: absolute;
    bottom: 0;
    left: 0; }

.heading-underline-left {
  text-align: left;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: bold; }
  
  .heading-underline-left:after {
    height: 2px;
    background: #cd5932;
    content: "";
    width: 150px;
    position: absolute;
    bottom: 0;
    left: 0; }

.heading-underline-center {
  text-align: center;
  position: relative;
  padding-bottom: 10px; 
  margin-bottom: 40px;
  font-weight: bold; }
  .heading-underline-center:after {
    height: 2px;
    background: #cd5932;
    content: "";
    width: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.main-body ul {
  margin-left: 30px; }

.main-body li {
  list-style: disc; }

img {
  max-width: 100%; }

/**********************
-----------------------
 CONTAINER STYLES
-----------------------
***********************/
.davisWrapper {
  margin-left: 44px;
  margin-right: 30px;
}

@media screen and (max-width: 1010px) {
  .davisWrapper {
    margin-left: 24px;
    margin-right: 24px; 
     } 
}

.fullText{
  margin-bottom:30px;
}
.sidebarText{
  margin-bottom:30px;
}
/**********************
-----------------------
 LOGO STYLES
-----------------------
***********************/
.logoContainer {
  z-index: 900;
  width: 994px;
  margin: 0 auto; }

.logoInner {
  margin-left: 44px;
  width: 214px;
  padding: 40px 27px 77px 26px;
  /* add height + 15px */
  background: transparent left bottom no-repeat url(/media/ent_style_assets/images/bookmark-mobile-2x-new.jpg);
  background-size: 214px;
  0 1px 5px rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  z-index: 10; }

  @media screen and (max-width: 1010px) {

    .logoInner {
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px;
      padding: 14px 27px 10px 22px;
      margin-left: 24px;
      position: absolute;
      top: 0;
      z-index: 160;
      background: #ffffff; }
    }
  @media screen and (max-width: 1010px) {
    .logoInner img {
      max-width: 130px; }
    }


.homeicon{
  max-width: 17px;
}

/**********************
-----------------------
 SUBHEADER STYLES
-----------------------
***********************/
.subheaderWrapper {
  background: #0C445D;
}

.subheaderContainer {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 1px;
  left: -497px; }


.subheaderInner {
  width: 736px;
  margin: 0 auto;
  margin-left: 258px;
  padding-left: 30px;
  position: relative;
  z-index: 5;
  background: transparent;
  height: 28px; }


.subheaderNav {
 
  max-width: 675px; }
  .subheaderNav li {
    float: left;
    margin-right: 35px; }
    .subheaderNav li:last-child {
      margin-right: 0; }
      .subheaderNav li:first-child {
        font-weight:bold; }

  .subheaderNav a {
    color: #ffffff;
    line-height: 28px;
    font-size: 14px; }
    .subheaderNav a.lead {
      font-size: 16px; }

@media screen and (min-width: 1011px){
  
  .subheaderNav {
    display: block !important;}
}
@media screen and (max-width: 1010px){
  .subheaderNav li {
    float: none;
    width: 100%; }

  .subheaderInner {
    height: auto;
    margin: 0 auto;
    width: 100%;
    padding:0;
  }
  h3.mobile{
    display:block;
    background:#87bbd0 right 22px no-repeat url(//www.evms.edu/media/evms_public/content/style_assets/images/responsiveimages/quickNav.png);
    background-size: 42px auto;
    border-radius: 6px;
    color:#fff;
    font-weight:bold;
    margin:0;
    padding:0;
    font-size:18px;
  }
  .expanded h3.mobile{
    background-position: right -68px;
  }
  .expanded h3.mobile span{
    background: left bottom repeat-x url(//www.evms.edu/media/evms_public/content/style_assets/images/responsiveimages/section-Title-Bottom.png);
  }
   h3.mobile span{
    background: none;
    padding: 15px 15px 18px 25px;
    display: block;
  }
  .subheaderWrapper{
    margin: 50px 25px;
    background:#9EC7D9;
    border-radius:6px;
  }

  .subheaderContainer {
    left: 0;
    width: 100%;
  }
  .subheaderNav{
    padding:20px 0;
    display:none;
  }
  .subheaderNav a{
    color:#2f5f77;
    display:block;
    padding:2px 25px;
  }

}
/**********************
-----------------------
 ENT SERVICES NAV
-----------------------
***********************/
.servicesNav{
  margin-bottom: 30px;
}
.entNav .wrapper {
  position: relative; }
  .entNav .wrapper:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    transition: all 800ms ease; }
  .entNav .wrapper a {
    height: 100%;
    display: block; }

.entNav img {
  position: relative; }

.entNav .textWrapper {
  background: url(/media/ent_style_assets/images/nav-bg.png) no-repeat bottom center;
  background: rgba(54, 124, 153, 0.7);
  background-size: contain;
  text-align: center;
  color: #ffffff;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  padding-top: 0px; }

/**********************
-----------------------
 ENT FAQ
-----------------------
***********************/
.faqPage {
  margin-bottom: 30px; }

.faqWidget {
  margin-bottom: 30px; }
  .faqWidget ul, .faqWidget ol {
    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px; }

/**********************
-----------------------
 ENT NEWS AND EVENTS
-----------------------
***********************/
.sidedate h3 {
    color: #1b6685;
    font-size: .85em;
    text-align: left;
	padding: 0;
}
.sidedate {
display: block;
width: 100%;
}
.sideText a {
font-family: "myriad-pro","helvetica neue","helvetica",sans-serif;
font-size: 1em;
}
.sideText p {
    color: #3d3d3d;
    font-size: 1em;
    margin: 0 0 10px;
}
.sideText {
    display: block;
    float: left;
    margin-left: 0px;
    vertical-align: top;
    width:100%;
}

/**********************
-----------------------
 ENT HERO
-----------------------
***********************/
.heroNav{
  margin-bottom: 30px;
}
.entHero {
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 150px;
}

   @media only screen and (min-width: 768px) {
      .entHero {height:300px;}
    }



  .entHero .heroTitle {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
    bottom: 20%;
    position: absolute;
    display: inline-block;
    background: rgba(205, 89, 50, 0.5);
    background: rgba(54, 124, 153, 0.7);
    color: #ffffff;
    padding: 30px;
    padding-right: 130px; }

    @media screen and (max-width: 767px) {
      .entHero .heroTitle {
        padding: 10px; }
    }


/**********************
-----------------------
 ENT DOCTOR NAV
-----------------------
***********************/
.entDoctor h4 {
  font-weight: bold;
  text-transform: none; }

.entDoctor .doctorTitle {
  color: #cd5932; }

.entDoctor .wrapper {
  position: relative;
  height: 160px; }

.entDoctor img {
  position: relative;
  float: left;
  margin-right: 15px;
  width: 120px;
  height: 160px;
   }

.entDoctor .textWrapper {
  float: none; }

.entDoctor .telephone {
  font-weight: bold;
  margin-top: 10px; }

.entDoctor .doctorServices {
  font-weight: bold;
  margin-bottom: 10px; }

/**********************
-----------------------
 LOCATION WIDGET
-----------------------
***********************/
.locationWidget h3 {
    font-weight: bold;
    /*border-bottom: 2px solid #cd5932;*/
    text-transform: none;
    display: inline-block;

}

.locationWidget address {
  font-style: normal; }

.locationWidget .telephoneLink {
  color: #333; }

.locationWrapper {
  margin-bottom: 10px;
  padding: 10px 10px 40px 10px;
  background: #F5F5F5;
  border: 1px solid #E6E6E6; }

.locationPhysician {
  font-size: 14px; }

.calloutWrapper {
  margin-bottom: 30px; }

.sidebarCallouts a {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  border: 1px solid; 
  background: #faf1e9;
  color: #cd5932;
  border-color: #e7bc96; 

}
.sidebarCalloouts  a:hover {
  background: #f1d7bf;
  text-decoration: none;
  transition: all 800ms ease; }
  
  .sidebarCallouts a .iconLink {
    margin-right: 15px; }

.sidebarCallouts .appointmentLink a {
  background: #faf1e9;
  color: #cd5932;
  border-color: #e7bc96; }
  .sidebarCallouts .appointmentLink a:hover {
    background: #f1d7bf;
    text-decoration: none;
    transition: all 800ms ease; }

.sidebarCallouts .paperworkLink a {
  background: #ecf7f9;
  color: #367c99;
  border-color: #9ed6e1; }
  .sidebarCallouts .paperworkLink a:hover {
    background: #c5e7ed;
    text-decoration: none;
    transition: all 800ms ease; }

.locationHtml {
  min-height: 200px; }

.servicesLink, .doctorServices {
  font-weight: bold;
  font-size: 12px; }

.telephoneLink {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #333; }

/**********************
-----------------------
 ENT EDUCATION LINKS
-----------------------
***********************/
.education-links {
  padding-top: 20px;
  padding-bottom: 20px; }
  .education-links li {
    float: left;
    width: 50%;
    text-align: center; }
    .education-links li:last-child {
      border-left: 1px solid #ddd; }
    .education-links li a {
      display: block;
      width: 100%;
      padding: 40px;
      background: #fcfcfc;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
      .education-links li a:hover {
        background: #cd5932;
        color: #ffffff;
        text-decoration: none;
        transition: all 800ms ease; }

/**********************
-----------------------
 EQUAL COLUMNS
-----------------------
***********************/
@media only screen and (min-width: 768px) {
  .is-table-row {
    display: table; }
  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top; } }

	a.subtle-button {
		background-color: #A2A2A2;
		border-radius: 3px;
		color: #fff;
		display: block;
		font: 13px "ITCFranklinGothicW01-Md 812695",Arial,Helvetica,sans-serif;
		margin-top: 5px;
		padding: 3px 10px;
		text-align: center;
		text-decoration: none;
	}
	.department-directory {
		justify-content: space-around;
	}
	.profileCard {
		-webkit-flex: 1; /* Safari 6.1+ */
    	-ms-flex: 1; /* IE 10 */ 
    	flex: 1;
		vertical-align: top;
		padding: 15px 0;
		width: 33%;
  		display:inline-block;
		
	}
	.profileCard h3 {
	    font-size: 1.2em;
    	margin: 0;
   		padding: 0;
	    text-align: left;
	    width: 85%;
	}
	.headshot {
	    height: 200px;
	    max-width: 100%;
	    padding-bottom: 15px;
	    width: 150px;
	}
  	.profileCard dl {
	    margin: 5px 0 0;
	}
	.profileCard dl dd {
		margin-left: 0;
	}
	.profileCard dt {
		padding-top: 3%;
		font-weight: bold;
	}
  
	.profileCard dt:first-child {
		padding-top: 0;
	}
	.locationCard {
		padding: 12px 0 15px 0;
		border-bottom: #CCC solid 1px;
	}
	.locationCard:last-of-type {
		padding: 15px 0 0 0;
		border-bottom: none;
	}
	.linkButton, .linkButton:hover {
			background-color: #c1c370;
			border-radius: 3px;
			color: #fff;
			display: inline-block;
			font: 13px "ITCFranklinGothicW01-Md 812695",Arial,Helvetica,sans-serif;
			margin-top: 5px;
			padding: 3px 10px;
			text-align: center;
			text-decoration: none;
			width: 122px;
		}
		.followMyHealth, .followMyHealth:hover {
			float: right;
			font-size: 1.5em;
			background-color: #c1c370;
			border-radius: 3px;
			color: #fff;
			display: block;
			font: "ITCFranklinGothicW01-Md 812695",Arial,Helvetica,sans-serif;
			margin-top: 5px;
			padding: 10px;
			text-align: center;
			text-decoration: none;
		}
		.profileHeader, .profileBody {
			display: inline-block;
		}
		.profileBody div {
			-webkit-column-break-inside: avoid;
			page-break-inside: avoid;
			break-inside: avoid;
		}
		.bioPhoto {
    float: left;
    height: 200px !important;
    padding: 0 15px 15px 0;
    width: 150px !important;
}
		.bioProfileCard, .BioLocationCard {
			display: inline-block;
			max-width: 200px;
		}
		.BioLocationCard {
			padding: 3px 0;
		}
		.BioProfileCard {
			padding: 15px;
		}
	
		.directory {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			align-content: flex-start;
		}
/*******************************
styles added for biopage NRS
*******************************/

.back {
    font-size: 1.4em;
    margin-left: 220px;
    padding: 10px;
}
.fulltextProfile {
    margin-left: 25px;
    margin-top: 25px;
    }
/*.profileHeader {
    margin-top: 50px;
}*/
.profileHeader h1{
	margin-bottom:0;
}
.profileBody h3 {
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0;
	font-size:16px;
}
.profileBody p {
    font-weight: 500;
    margin: 0;
}
.profileBody {
			-webkit-columns: 2 450px;
			-moz-columns: 2 450px;
			columns: 2 450px;
		}

.title.h3 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
}
.profileBody h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}
 .bio-side {
    margin-bottom: 30px;
    margin-top: 20px;
}
.location-title {
    font-weight: 700;
}
.location {
    display: inline-block;
    page-break-inside: avoid;
    vertical-align: top;
    width: 33%;
}
.location > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #cd5932;
    font-family: "myriad-pro";
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
}
.hr-story {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #fff, #d1d1d1, #737373, #737373, #d1d1d1, #fff) repeat scroll 0 0;
    height: 0.04em;
    width: 30%;
    margin:0
}

@media (min-width: 768px) and (max-width: 991px) {
 .back {
  	margin-left:10px;
  }
 .location{
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .location{
  	width:100%;
  }
  .profileBody {
	width: 100%;
	}
}


