* {
  margin: 0;
  padding: 0;
}
html {
  background-color: #008bbf;
  height: 100%;
}
body {
  color: #425768;
  font-family: 'Lato', sans-serif;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
}
body, table {
  font-size: 14px;
  letter-spacing: .1px;
}
h2, h3, h4, h5, h6, p, li {
  margin-bottom: 10px;
}
ol, ul, table {
  margin-bottom: 1.6em;
}
h1, h2 {
  color: #73a333;
}
h3, h4, h5, h6 {
  color: #434343;
}
h1 {
  margin-bottom: .5em;
}
h1.alt {
  color: #008bbf;
  font-weight: 100;
  text-transform: uppercase;
}
h2, .entry-title {
  border-bottom: 1px solid;
  font-size: 17px;
  font-weight: normal;
}
h2 a, .entry-title a {
  color: inherit;
  text-decoration: none!important;
}
.alt-hd {
  background-color: #008bbf;
  border: none;
  color: #fff!important;
  display: block;
  font-size: 16px!important;
  font-weight: bold;
  margin: 0;
  padding: 6px 8px;
}
h2.alt-hd, h2.alt-hd-light {
  padding: 4px 12px;
}
h2.alt-hd-light {
  font-weight: normal;
}
h2.no-clear {
  clear: none!important;
  overflow: hidden;
}
h3 {
  font-size: 15px;
}
h4 {
  font-size: 13px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 13px;
  font-weight: normal;
}
a {
  color: #008bbf;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

table {
  font-size: 12px;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #dedede;
  width: 100%;
  -moz-box-shadow: 1px 1px 8px #ccc;
  -webkit-box-shadow: 1px 1px 8px #ccc;
  box-shadow: 1px 1px 8px #ccc;
}
table thead tr th {
  font-weight: bold;
  color: #fff;
  background: #008bbf;
  padding: 5px;
  border-collapse: collapse;
}
table td, table th {
  padding: 5px;
}
table tr:nth-child(even) {
  background-color: #EAF5F9;
}

table.plain, form table {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: inherit;
}
table.plain th, form table th {
  padding: 8px 1em 8px 0;
  text-align:right;
  vertical-align: top;
}
table.plain td, form table td {
  color: inherit;
}
table.plain td input, form table td input {
  padding: 2px 4px;
}
table.plain tr:nth-child(even), form table tr:nth-child(even) {
  background-color: inherit;
  color: inherit;
}
table.details th,
table.details td {
  padding: 0 .5em .5em 0;
  text-align: left;
  vertical-align: top;
}
table.details th:last-child,
table.details td:last-child {
  padding-right: 0;
}

/* Stacktable */
.st-head-row.st-head-row-main { font-size: 1.5em; }
.stacktable.small-only { display: none; }

@media (max-width: 799px) {
  form>table th, form>table td, table.plain th, table.plain td {
    display: block;
    padding: 0!important;
    text-align: left!important;
  }
  form>table td, table.plain td {
    margin-bottom: 1em;
  }
  form>table td *, table.plain td * {
    box-sizing: border-box;
  }
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }

  table.stacktable tr:nth-child(even) {
    background-color: transparent!important;
  }
  .stacktable:not(.stack) tr {
    padding: 0;
  }
  .stacktable:not(.stack) {
    box-shadow: none;
    margin-bottom: 8px;
    table-layout: fixed;
  }
  .stacktable:not(.stack):nth-child(even) {
    background-color: #EAF5F9;
  }
  .stacktable:not(.stack):last-child {
    margin-bottom: 1.6em;
  }
  .stacktable td.st-key {
    font-weight: bold;
  }
  .stacktable.stack .st-head-row {
    background-color: #EAF5F9;
  }
  .stacktable.stack .st-head-row-main {
    background: #008bbf;
    color: #fff;
  }

}

p {
  line-height: 1.3em;
}
img {
  border: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
}
input, textarea, select {
  font-family: 'Lato', sans-serif;
}
input[type=date] {
  height: 1em;
}
button[disabled],
form.disabled,
a.disabled {
  opacity: .25;
  pointer-events: none;
}
#hash_code-field {
  display: none!important;
}
#formbundle form select[multiple] {
  overflow: auto;
}
#formbundle form input[type=file] {
  font-size: inherit;
  padding: 0;
}
#errorbox {
  background: url("../img/warning.png") no-repeat scroll 10px 10px #feeeee;
  border: 1px solid #a00;
  margin: 2px 0 12px;
  min-height: 70px;
  padding: 5px 5px 8px 100px;
}
#errorbox a {
  color: #425768;
}
#errorbox p,
#errorbox h2 {
  color: #800;
}
#errorbox p {
  margin: 1em;
}
.required, .warning {
  color: #800;
}
.file-help {
  display: inline-block;
  margin: 4px 0;
  vertical-align: bottom;
  white-space: nowrap;
}
.file-size {
  color: #008300;
}
.warning .file-size {
  color: inherit;
}
.errorlist {
  color: #800;
  font-size: .9em;
  list-style-type: none;
  margin: 0!important;
}
.errorlist li {
  display: list-item!important;
}
.alt-form fieldset {
  background-color: #f4f8fb;
  border: 1px solid #dae1e7;
  border-top: none;
  margin-bottom: 20px;
  padding: 2% 5%;
}
#home-help-links a, .feed-more-button a, .callout-button, #site-header a, #section-nav a, #slideshow-wrapper a, .button, button {
  -webkit-transition: background-color .1s linear, color .1s linear, opacity .2s ease;
  -moz-transition: background-color .1s linear, color .1s linear, opacity .2s ease;
  -o-transition: background-color .1s linear, color .1s linear, opacity .2s ease;
  transition: background-color .1s linear, color .1s linear, opacity .2s ease;
}
.video-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video iframe, .video object, .video embed, .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.right .video, .left .video {
  min-width: 240px;
}

#content ul,
#content ol {
  margin-left: 24px;
}
body.homepage #wrapper {
  background: transparent;
}
#home-content {
  clear: both;
  margin: 0;
  padding: 20px 0;
}
#home-content h2 {
  padding-top: 3px;
  padding-bottom: 3px;
}
#main {
  background-color: #fff;
}
#wrapper {
/*  background: #eef2f5; */
  min-height: 400px;
}
.m-0 {
  margin: 0!important;
}
.m-t-0 {
  margin-top: 0!important;
}
.m-b-0 {
  margin-bottom: 0!important;
}
.m-10 {
  margin: 10px!important;
}
.m-b-10 {
  margin-bottom: 10px!important;
}
.m-t-10 {
  margin-top: 10px!important;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.left,
.left-image {
  float: left;
  margin: 4px 20px 8px 0;
  max-width: 100%;
}
.right,
.right-image {
  float: right;
  margin: 4px 0 8px 20px;
  max-width: 100%;
}
.w100 {
  width: 100%;
}
.floatl {
  float: left;
  margin: 0 8px 10px 0;
}
.floatr {
  float: right;
  margin: 0 8px 10px 0;
}
.underline {
  text-decoration: underline;
}
/* ----- Accessibility ----- */
#skip-navigation {
  background: #fff;
  font-size: .9em;
  font-weight: bold;
  opacity: 1!important;
  padding: .5em;
  z-index: 1000001;
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px; width: 1px;
  margin: -1px; padding: 0; border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  z-index: 100;
}

#wrapper .left-image,
#wrapper .right-image,
#wrapper img.left,
#wrapper img.right {
  background-color: inherit;
}

/* fixed sidebar, fluid content interior layout */
#offset {
  margin-left: -300px;
  width: 100%;
  float: right;
}
#content {
  padding: 30px;
  margin-left: 270px;
}
body.onecol #content {
  margin-left: 0;
}
body.onecol #site-sidebar {
  display: none;
}
#date {
  clear: none;
}
#site-sidebar {
  float: left;
  padding: 30px;
  position: relative;
  width: 240px;
}
#page-content {
  display: table-cell;
  overflow: hidden;
  width: 100%;
}
#page-content:after {
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
  display: block;
  height: 1px;
  visibility: hidden;
}
#page-sidebar {
  background-color: #fff;
  color: #999;
  display: table-cell;
  right: -30px;
  position: relative;
  vertical-align: top;
}
#page-sidebar > div {
}
#page-sidebar h3 {
  background: #008bbf no-repeat 0 -5px;
  color: #fff;
  margin: 1em 0 0;
  padding: 0.2em .5em .2em 42px;
  min-width: 175px;
}
#page-sidebar #locations h3 {
  background-image: url('../img/icons/pin.png?nc');
}
#page-sidebar #related h3 {
  background-image: url('../img/icons/book.png?nc');
}
#page-sidebar #classes h3 {
  background-image: url('../img/icons/calendar.png?nc');
}
#page-sidebar h4,
#page-sidebar #classes li > span {
  color: #454545;
}
#page-sidebar h4,
#page-sidebar #classes li > span,
#page-sidebar #classes li > a {
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin: .8em 0 .2em;
}
#page-sidebar #classes li {
  padding-bottom: .8em;
}
#page-sidebar #classes li a {
  padding: 0;
}
#page-sidebar ul {
  font-size: 12px;
  line-height: 1.3em;
  list-style-type: none;
  margin: 4px 0 4px 24px;
}
#page-sidebar li {
  border-bottom: 1px solid #ccc;
  margin: 0;
}
#page-sidebar li a {
  display: block;
  padding: .25em 0;
}
#page-sidebar #related li a {
  color: #454545;
  font-size: 15px;
  padding: .25em;
}
#page-sidebar #related li a:hover,
#page-sidebar #related li a:focus {
  background: #F4F8FB;
  text-decoration: none;
}
#page-sidebar #related p > a,
#page-sidebar #classes p > a {
  margin-left: 24px;
}
/* side nav */
#section-nav {
  background-color: #008bbf;
}
#section-nav ul {
  font-size: 16px;
  list-style-type: none;
  margin: 0 0 1em;
}
#section-nav ul ul {
  display: none;
  font-size: 13px;
  margin-bottom: .5em;
  margin-left: 16px;
}
#section-nav ul ul ul {
  margin-bottom: .2em;
}
#section-nav .selected > ul,
#section-nav .ancestor > ul {
  display: block;
}
#section-nav li {
  border-bottom: 1px solid #fff;
  margin: 0;
}
#section-nav li li {
  border-bottom: none;
}
#section-nav-hd {
  background: #00587c;
  border-width: 2px!important;
}
#section-nav-hd a {
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
}
#section-nav a {
  color: #fff;
  display: block;
  outline: none;
  padding: .25em 1em;
  position: relative;
  text-decoration: none;
}
#section-nav > ul > li > a.open,
#section-nav > ul > li.ancestor > a,
#section-nav > ul > li.selected > a,
#section-nav > ul > li > a:hover,
#section-nav > ul > li > a:focus {
  background-color: #00587c;
}
#section-nav a.open {
  cursor: default;
}
#section-nav li li a:hover,
#section-nav li li a:focus {
  text-decoration: underline;
}
#section-nav li li a {
  color: #fff;
}
#section-nav li li.selected > a,
#mobile-section-nav ul li.selected > a {
  text-decoration: underline;
}
#section-nav li li li a,
#mobile-section-nav ul li a {
  padding-left: 1em;
  position: relative;
}
#mobile-section-nav ul ul {
  display: none;
  list-style-type: none;
}
#mobile-section-nav ul .selected > ul,
#mobile-section-nav ul .ancestor > ul {
  display: block;
}
#section-nav .accordion-toggle:before,
#mobile-section-nav ul .accordion-toggle:before {
  content: "+";
  left: .2em;
  position: absolute;
}
#section-nav .accordion-toggle.open:before,
#mobile-section-nav ul .accordion-toggle.open:before {
  content: "–";
}
.entity #section-nav > ul > li > .accordion-toggle:before {
  /* Remove +/- from top level entity sections */
  display: none;
}
.nav-box {
  margin: 0 auto 10px;
  overflow: visible;
  padding-bottom: 10px;
}
#site-sidebar .nav-box h3 {
  background-color: #008bbf;
  color: #fff !important;
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 6px;
  text-align: center;
}
.nav-box h3 a {
  color: inherit;
}
.nav-box ul, .nav-box li {
  margin: 0;
  list-style: none;
}
.nav-box ul a {
  border-bottom: 1px solid #008bbf;
  color: #596770;
  display: block;
  font-size: 1.1em;
  padding: 4px;
}
#site-sidebar .nav-box ul a:hover,
#site-sidebar .nav-box ul a:focus {
  background-color: #EAF5F9;
  text-decoration: none;
}
#site-sidebar .nav-box-bordered {
  background: none repeat scroll 0 0 #EAF5F9;
  border-color: #dae1e7;
  border-style: solid;
  border-width: 0 1px 1px;
  margin-bottom: 20px;
}
.nav-box-bordered ul {
  margin: 8px;
}
.nav-box-bordered ul a {
  border-bottom: none!important;
  color: #008bbf!important;
  font-size: 1em!important;
}
.nav-box-bordered ul li a.selected {
  text-decoration: underline;
}
.nav-box-bordered ul a:hover,
.nav-box-bordered ul a:focus {
  background-color: transparent!important;
  text-decoration: underline!important;
}
form.search-form fieldset {
  background: #EAF5F9;
}

.container {
  margin: 0 auto;
  max-width: 1040px;
}
.container:after, .clearfix:after, #content:after {
  content: "";
  display: table;
  clear: both;
}
.title {
  display: block;
}
.clear {
  clear: both;
}
.privacy {
  color: #777;
  font-size: .9em;
  margin: 1em 0 0;
}

#home-help-links a,
.feed-more-button a,
.callout-button,
.button,
button {
  background-color: #008bbf;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
  color: #fff;
  display: block;
  font-weight: bold;
  max-width: 300px;
  text-decoration: none;
  font-size: 16px;
  margin: 1em 0;
  min-height: 28px;
  line-height: 28px;
  padding: 4px 20px;
  position: relative;
}
#home-help-links a,
.feed-more-button a,
.callout-button,
.button {
  color: #fff!important;
}
#home-help-links a:hover, #home-help-links a:focus,
.feed-more-button a:hover, .feed-more-button a:focus,
.callout-button:hover, .callout-button:focus,
.button:hover, .button:focus,
button:hover, button:focus {
  background-color: #f7911d;
  cursor: pointer;
  text-decoration: none!important;
}
.callout-button-small,
.feed-more-button a,
.button,
button {
  clear: both;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  min-height: 16px;
  line-height: 17px;
  padding: 4px 8px;
  width: auto;
}
.button-inverse {
  background-color: transparent;
  border: 1px solid;
  color: #008bbf!important;
}
.button-inverse:focus,
.button-inverse:hover {
  background-color: #cce8f2;
}
.home-section .callout-button-small,
.hub-col .callout-button-small {
  float: right;
}
#at-expanded-menu-container button {
  color: #000 !important;
  text-align: center;
}
.btn-green {
  background: #66a730;
}
.btn-red {
  background: #800!important;
}
.btn-disabled {
  cursor: default!important;
}
.btn-jumbo {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: .05em;
  line-height: normal;
  padding: .75em 1.5em;
}
/* === site header === */

#site-header {
  background-color: #fff;
}
#site-header * {
  margin-bottom: 0;
}

/* main nav */
  /* all levels */
.nav-toggle {
  cursor: pointer;
  display: none;
}
#main-nav-row {
  background-color: #008bbf;
  position: relative;
  z-index: 4;
}
#main-nav ul {
  font-size: 14px;
}
#main-nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: visible;
}
#main-nav ul a {
  display: block;
  color: #fff;
  padding: 1px;
  text-decoration: none;
}
#main-nav #doctor-link a,
#main-nav .button-link a {
  background-color: #f7911d;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff!important;
  display: block;
  font-weight: 600;
  max-width: 300px;
  text-decoration: none;
  font-size: 14px;
  margin: .75em 0px .75em .5em;
  min-height: 22px;
  line-height: 24px;
  padding: 0px 20px;
  position: relative;
}
#main-nav #doctor-link a:hover,
#main-nav #doctor-link a:focus,
#main-nav .button-link a:hover,
#main-nav .button-link a:focus {
  background-color: #73a333!important;
}
#main-nav div > ul ul .callout-button {
  width: auto!important;
  padding-right: 28px!important;
  margin-top: 0!important;
}
#page-heading .home-link,
#main-nav #home-link a {
  background: url('../img/osf-sprites.png') no-repeat 0 0;
  height: 24px;
  margin-right: 4px;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 10px;
  width: 30px;
  text-indent: -9999px;
}
#page-heading .home-link:hover,
#page-heading .home-link:focus,
#main-nav #home-link a:hover,
#main-nav #home-link a:focus {
  opacity: .6;
}
#page-heading .home-link {
  display: block;
  float: left;
  margin: -2px 6px 0 -16px;
  position: static;
}
#page-heading .home-link.selected {
  display: none;
}

/* Main nav static */
.columns { min-width: 50%; }
.columns > ul { -moz-column-count: 2; -webkit-column-count: 2; -o-column-count: 2; -ms-column-count: 2; column-count: 2; }
.columns33 .columns { min-width: 33.3%; }

/* search */
#search-toggle {
  clear: none;
  float: right;
  position: relative;
}
#search-toggle a {
  color: #fff;
  display: block;
  margin: 8px 8px 7px;
}
#search-toggle span,
.search-submit span {
  background: url('../img/osf-sprites.png') no-repeat -26px 4px;
  display: block;
  height: 32px;
  overflow: hidden;
  width: 32px;
  text-align: left;
  text-indent: -9999px;
}

/* federated and microsite search */
  #no-results {
    color: #888;
    margin: 1em 0;
  }
  #no-results h2 {
    font-size: 20px;
  }
  #no-results p {
    font-size: 17px;
  }
  #search h1, #search h2 {
    border: none;
    color: #008bbf;
    font-weight: bold;
  }
  #search-categories {
    border-bottom: 1px solid #c0c0c0;
    color: #888;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: .5em 0;
  }
  #search-categories a {
    border-bottom: 1px solid transparent;
    color: inherit;
    display: inline-block;
    margin: .5em 1em .5em 0;
    padding: 0 .25em;
    text-decoration: none;
  }
  #search-categories a:hover {
    border-color: inherit;
  }
  #search-categories a.current {
    border-bottom: 1px solid;
    color: #008bbf;
  }
  #search-form {
    display: flex;
  }
  #search-form input {
    background: #f9f9f9;
    border: 1px solid #c0c0c0;
    border-radius: 12px 0 0 12px;
    box-sizing: border-box;
    color: #6D3321;
    font-size: 20px;
    padding: 0 1em;
    width: calc(100% - 48px);
  }
  #search-form input::placeholder {
    color: #888888;
    font-style: italic;
  }
  #search-form button {
    border-radius: 0 12px 12px 0;
    height: 48px;
    width: 48px;
    margin: 0;
  }
  #search-results {
    padding: 1em 0;
  }
  #search-results .search-results { 
    border: none; 
    padding: 1em 0;
  }
  #search-results .search-result {
    margin: 0 0 3em;
    padding: 0;
  }
  #search-results .search-result-title {
    font-size: 18px;
    font-weight: bold;
  }
  #search-results .search-result-content {
    margin: .25em 0;
  }  
  #search-results .search-result-content strong {
    background: #cce8f2;
    padding: 2px 4px;
  }
  #search-results .search-result-url {
    color: #888;
    font-size: .9em;
    font-weight: normal;
  }
  #search-results .search-pagination {
    color: #888;
    margin: 0 0 1em;
  }
  #search .page-load-status {
    margin: 1em 0 0;
    text-align: center;
  }
  #search-more-button {
    color: #888;
  }
  #search-more-button a {
    border: 1px solid #c0c0c0;
    color: inherit;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 1em 0;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    transition: .25s all;
  }
  #search-more-button a:focus,
  #search-more-button a:hover {
    background: #f9f9f9;
  }
  #search-more-button #search-extra {
    border-color: #ffa500;
    color: #ffa500;
  }
  #search-suggested {
    color: #656565;
    display: grid;
    grid-gap: 30px;
    margin-top: 60px;
  }
  #search-suggested h3 {
    border: none!important;
    margin-top: 0;
  }
  @media screen and (min-width: 480px) {
    #search-suggested {
      grid-template-columns: 1fr 1fr;
    }
  }


/* masthead */
#mast {
  height: 92px;
  overflow: hidden;
  padding: 20px 0;
  text-align: center;
  position: relative;
}
#section-heading {
  color: #6D3321;
  display: table-cell;
  font-size: 32px;
  font-weight: normal;
  height: 92px;
  line-height: 1.15em;
  padding: 0 0 0 220px;
  vertical-align: middle;
  width: 1000px;
}
#section-heading a {
  color: inherit;
  text-decoration: none!important;
}
#logo {
  background: url('../img/osfhealthcare-logo.png?nc2017') no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  height: 76px;
  margin: 8px;
  overflow: hidden;
  text-indent: -9999px;
  max-width: 30%;
  width: 205px;
}

/* social icons */

#phone-social {
  display: flex;
  align-items: end;
  flex-direction: column;
  justify-content: center;
  float: right;
  min-height: 72px;
  max-width: 66%;
  min-width: 150px;
  padding: 10px;
}
#phone-social .phone-number {
  color: #6d3220;
  display: block;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin-bottom: 6px;
  text-align: right;
  text-decoration: none;
}
#phone-social .phone-number a {
  color: inherit;
}
#social {
  float: right;
}
#social p {
  float: left;
}

[class^="icon-"], [class*=" icon-"], #social a {
  font-family: inherit!important;
}
[class^="icon-"]:before, [class*=" icon-"]:before, #social a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* line-height: 1; */
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-rotate {
  animation: rotate 4000ms infinite linear;
  display: inline-block;
}
@keyframes rotate {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}
#social a {
  background: #cce8f2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  float: left;
  font-size: 0;
  height: 26px;
  letter-spacing: normal;
  line-height: 26px;
  margin-left: 4px;
  overflow: hidden;
  width: 26px;
}
#social a:hover, #social a:focus {
  background: #008bbf;
  text-decoration: none;
}
#social a:before {
  font-size: 16px;
}
#social #fb:before, #social .fb:before {
  content: "\e909";
}
#social #tw:before, #social .tw:before {
  content: "\e919";
}
#social #yt:before, #social .yt:before {
  content: "\e907";
}
#social #gp:before, #social .gp:before {
  content: "\e905";
}
#social #at:before, #social .at:before {
  content: "\e903";
}
#social #li:before, #social .li:before {
  content: "\e906";
}
#social #wp:before, #social .wp:before {
  content: "\e904";
}
#social #ig:before, #social .ig:before {
  content: "\e918";
}


#specialty-logo {
  float: right;
  max-width: 150px;
  padding: 10px 10px 0;
}
#specialty-logo span {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  display: inline;
}
#specialty-logo img {
  max-width: auto;
}
/* === end site header === */


/* === site content === */

  /* slideshows */
#slideshow-wrapper {
  position: relative;
}
body.interior-wide #slideshow-wrapper {
  margin-bottom: 20px;
}
#slideshow-wrapper .prev,
#slideshow-wrapper .next {
  background: url('../img/osf-sprites.png') no-repeat 0 -35px;
  display: block;
  height: 42px;
  width: 26px;
  overflow: hidden;
  position: absolute;
  top: 100px;
  text-indent: -9999px;
  z-index: 2;
}
#slideshow-wrapper .prev {
  left: 3%;
}
#slideshow-wrapper .next {
  background-position: -40px -35px;
  right: 3%;
}
#slideshow-wrapper .prev:hover,
#slideshow-wrapper .prev:focus,
#slideshow-wrapper .next:hover,
#slideshow-wrapper .next:focus {
  opacity: .6;
}
#slideshow-wrapper .rslides_tabs {
  list-style: none;
  margin: 0;
  position: absolute;
  right:4%;
  bottom: 6%;
  z-index: 2;
}
#slideshow-wrapper .rslides_tabs li {
  float: left;
  margin: 0;
}
#slideshow-wrapper .rslides_tabs li a {
  background-color: #73a333;
  border: 2px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 6px rgba(0,0,0,.8);
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.8);
  box-shadow: 0 0 6px rgba(0,0,0,.8);
  display: block;
  height: 10px;
  overflow: hidden;
  width: 10px;
  margin-left: 4px;
  text-indent: -9999px;
}
#slideshow-wrapper .rslides_tabs li a:hover,
#slideshow-wrapper .rslides_tabs li a:focus {
  opacity: .5;
  outline: none;
}
#slideshow-wrapper .rslides_tabs li.rslides_here a {
  background-color: #008bbf;
  opacity: 1!important;
}
#slideshow {
  clear: both;
}
#slideshow > span {
  -webkit-backface-visibility: hidden;
  clear: both;
  display: none;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
}
.cms-edit-mode #slideshow > span,
#slideshow > span:first-of-type {
  position: relative;
  display: block;
}
#slideshow img {
  display: block;
  float: left;
  height: auto!important;
  max-width: 100%;
}
.slide-overlay {
  background: rgba(0,0,0,.5);
  color: #fff;
  display: block;
  padding: 12px 2% 12px 2%;
  position: absolute;
  width: 420px;
  top: 20px;
}
.slide-overlay .title {
  border: none;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: .5em;
  padding-bottom: 0;
}
.slide-overlay .desc {
  display: block;
  margin-bottom: .8em;
}
.slide-overlay .callout-button {
  float: right;
  margin: 0;
}

.filer_image {
  background: #fff;
  margin: 0 0 10px 0;
  max-width: 100%;
}
.filer_image_border {
  border: 1px solid #CCCCCC;
  -moz-box-shadow: 1px 1px 8px #CCCCCC;
  -webkit-box-shadow: 1px 1px 8px #CCCCCC;
  box-shadow: 1px 1px 8px #CCCCCC;
  display: inline-block;
  padding: 8px;
}
.filer_image.left .filer_image_border, .filer_image.right .filer_image_border {
  display: block;
}
.filer_image.nostyles .filer_image_border {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}
.filer_image img {
  display: block;
  width: auto;
}
.filer_image.center {
  margin-left: auto!important;
  margin-right: auto!important;
}
.filer_image.left {
  padding-right: 24px;
}
.filer_image.right {
  padding-left: 24px;
}
.filer_image_info .caption {
  color: #596770;
  text-align: center;
  font-style: italic;
  margin-top: 8px;
}
.filer_image_info,
.filer_image_info .caption,
.filer_image_info .description {
  display: block;
}
.show-mobile, .show-md-down {
  display: none;
}
.toggle {
  cursor: pointer;
  font-size: .9em;
}
.toggle .arrow {
  display: inline-block;
  line-height: 1;
  transition: .25s transform;
  vertical-align: middle;
}
.toggle.open .arrow {
  transform: rotate(90deg);
}
.toggle-plusminus {
  display: inline-block;
  margin: .5em 0;
}
.toggle-plusminus:before {
  border: 1px solid;
  border-radius: 2px;
  content: "+";
  display: inline-block;
  font-family: verdana, sans-serif;
  height: 10px;
  width: 10px;
  line-height: 10px;
  margin-right: 4px;
  text-align: center;
}
.toggle-plusminus.open:before {
  content: "-";
}
.select2-results li {
  margin-bottom: 0;
}
.select2-drop .select2-results .select2-highlighted {
  background-color: #008bbf!important;
}
  /* homepage */
.home-section {
  color: #596770;
  float: left;
  margin: 0 2% 16px 0;
  min-height: 250px;
  padding: 16px 2%;
  width: 30%;
}
.home-section-left {
  float: left;
  margin-left: 0;
}
.home-section-right {
  float: right;
  margin-right: 0;
}
.home-section-2x {
  width: 66%;
}
#callout-section {
  padding: 16px 0;
  width: 28%;
}
.homepage-feeds #about-section {
  width: 28%;
}
.homepage-feeds #tabs-section {
  padding: 16px 0;
}
.home-section h3 {
  border-bottom: 1px solid;
  color: #6c3320;
  font-size: 18px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  font-weight: normal;
}
.home-section ul {
  list-style: none;
  margin-bottom: 0;
}
.home-section ul li a {
  display: block;
  padding-left: .8em;
  position: relative;
}
.home-section ul li a:before {
  content: ">";
  font-size: .9em;
  position: absolute;
  top: .1em;
  left: 0;
}
#news-section .callout-button {
  margin-bottom: 2em;
}
#home-help-links {
  margin: 0 auto;
  max-width: 100%;
  width: 250px;
}
.choi-theme #home-help-links a,
body#home #home-help-links a,
body.page-404 #home-help-links a {
  align-items: center;
  background-color: transparent;
  color: #199ddb!important;
  display: flex;
  font-size: 17px;
  font-weight: normal;
  margin: .75em 0;
  padding: 4px;
}
.choi-theme #home-help-links a:focus,
.choi-theme #home-help-links a:hover,
body#home #home-help-links a:focus,
body#home #home-help-links a:hover,
body.page-404 #home-help-links a:focus,
body.page-404 #home-help-links a:hover {
  background-color: #e0eff4;
}
.choi-theme #home-help-links a:before,
body#home #home-help-links a:before,
body.page-404 #home-help-links a:before {
  color: #93d7e9!important;
  font-size: 32px;
  width: 36px;
  line-height: 1;
  margin-right: .5em;
  text-align: center;
}
.callout-button.icon-covid-19::before {
  background: url('../img/icons/covid-19.png?nc23.1') no-repeat 50%;
  background-size: contain;
  content: "";
  height: 32px;
}
.callout-button.icon-information::before {
  background: url('../img/icons/info.png?nc20') no-repeat 50%;
  background-size: contain;
  content: "";
  height: 32px;
}
body#home #home-help-links .callout-button.icon-first-aid::before {
  color: #F37466!important;
}


/* hub pages */
.hub-col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #434343;
  float: left;
  padding-left: 20px;
  vertical-align: top;
  width: 50%;
}
.hub-col:first-child {
  padding-left: 0;
  padding-right: 20px;
}
.hub-col h1, .hub-col h2 {
  font-size: 17px;
}

/* interior pages */
#page-heading {
  position: relative;
}
.page-heading-extra {
  float: right;
  font-size: 14px;
  font-weight: normal;
  margin-top: 4px;
}
#entity-location {
  float: right;
  font-size: .8em;
  font-weight: normal;
  margin-top: 2px;
}
#entity-location p {
  margin-bottom: 0;
}
body.entity #section-nav > ul > li {
  display: none;  /* don't display section siblings in nav */
}
body.entity #section-nav > ul > li.ancestor,
body.entity #section-nav > ul > li.selected {
  display: list-item;
}

#wrapper > h1, #page-heading > * {
  background-color: #6D3321;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  overflow: hidden;
  padding: 10px 24px;
}
#page-heading > div > h1 {
  color: inherit;
  display: inline;
  font-size: inherit;
  margin: 0;
}
#wrapper > h1 a, #page-heading a {
  color: inherit;
}
#wrapper > h1 a:hover,
#wrapper > h1 a:focus,
#page-heading a:hover,
#page-heading a:focus {
  text-decoration: none;
}

/* feed plugins */
.feed-tiles .entry-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em;
}
.feed-tiles .entry-list .entry {
  box-sizing: border-box;
  flex: 1 0 33.33%;
  min-width: 180px;
  padding: 1em;
}
.feed-tiles .entry-link {
  display: block;
}
.feed-tiles .entry-image {
  display: block;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
  padding-bottom: 62.5%;
}
.feed-tiles .entry-image img {
  background-color: #EAF5F9;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.feed-tiles h3 {
  border-bottom: none;
  color: inherit;
  font-size: inherit;
  padding: 0;
}
.feed-list .entry-list .entry {
  margin: 1em 0;
}
.feed .entry a {
  transition: .2s opacity;
}
.feed .entry a:hover, .feed .entry a:focus {
  opacity: .6;
  text-decoration: none;
}
.feed .entry-date {
  color: #777;
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-top: .5em;
}
.feed .page-load-status svg {
  vertical-align: middle;
}
.feed .callout-button {
  float: none;
}

/* alert center */
.alert {
  border: solid 1px #dae1e7;
  margin-bottom: 20px;
}
.alert-head {
  font-size: 1em;
  padding: 1em;
}
.alert-head.open,
.alert-head:hover {
  background: #EAF5F9;
  cursor: pointer;
}
.alert-title {
  color: inherit;
  font-weight: normal;
  margin: 0 0 .25em;
}
.alert-title:after {
  color: #008bbf;
  content: "More";
  float: right;
  font-size: .8em;
  padding: 2px;
}
.open .alert-title:after {
  content: "Less";
}
.alert-body {
  border-top: 1px solid #dae1e7;
  display: none;
  font-size: 1em;
  padding: 1em;
}
#nav-system-area {
  border-bottom: 1px solid #dae1e7;
  margin: 0 -8px .5em;
  padding: 0 0 .5em;
}
#nav-system-area a {
  margin: 0 8px;
}
#nav-all-areas {
  margin-top: 1em;
}


/* top alert */
a.top-alert:link,
a.top-alert:visited {
  display:inline-block;
  text-align:center;
  width:100%;
  padding:5px 0px 10px;
  background:#73a333;
  color:white;
  text-transform:uppercase;
  letter-spacing:2px;
  line-height:18px
}
a.top-alert span:nth-child(2) {
  font-size:24px;
  position:relative;
  top:2px;
  left:5px
}
@media screen and (max-width:480px) {
  a.top-alert {
    letter-spacing:1px
  }
  a.top-alert span:nth-child(2) {
    font-size:20px;
    position:relative;
    top:1px;
    left:1px
  }
}
a.top-alert:hover,
a.top-alert:active {
  background:#557a23;
  text-decoration:none
}

/* === end site content === */


/* === site footer === */
#site-footer {
  background-color: inherit;
  color: #fff;
  display: table;
  padding: 12px 0 96px;
  width: 100%;
}
#site-footer {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#site-footer * {
  margin-bottom: 0;
}
#site-footer a {
  color: inherit;
}
#site-footer a:hover,
#site-footer a:focus {
  text-decoration: underline;
}
#site-footer #footer-info {
  margin-bottom: 150px;
  width: 300px;
}
#site-footer .phone-number {
  font-size: 24px;
  font-weight: bold;
}
#site-footer address {
  font-size: 14px;
  font-style: normal;
  margin: 1em 0;
}
#site-footer .footer-hd,
#site-footer address strong {
  color: inherit;
  font-size: 15px;
  font-weight: bold;
}
#site-footer .footer-col {
  display: table-cell;
  padding: 12px 20px 0;
  vertical-align: top;
  width: 33%;
}

#site-footer nav.footer-col .footer-hd {
  margin-bottom: 4px;
  text-transform: uppercase;
}
#site-footer nav.footer-col ul {
  margin-bottom: 2em;
}
#site-footer nav.footer-col li {
  list-style-type: none;
  margin-bottom: 2px;
}
#site-footer nav.footer-col a {
  display: block;
  padding: 0;
}

#footer-legal {
  background: #fff;
  position: absolute;
  bottom: 0;
  font-size: .9em;
  padding: 1em;
  width: 100%;
  left: 0;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}
#footer-legal ul,
#footer-legal li {
  display: inline-block;
  margin: 0;
}
#footer-legal ul {
  margin-left: .5em;
}
#footer-legal a {
  border-left: 1px solid;
  display: block;
  color: inherit;
  line-height: .9em;
  margin-bottom: .2em;
  padding: 0 .5em;
}
#footer-logo {
  margin-bottom: 1em;
}
/* === end site footer === */

.pagination {
  clear: both;
  color: #6d3321;
  line-height: 20px;
  margin: 20px 0;
}
.pagination .pages {
  border-color: #aaa;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  float: right;
}
.pagination .pages a, .pagination .pages span {
  border-left: 1px solid #aaa;
  color: inherit;
  float: left;
  height: 20px;
  text-align:center;
  width: 20px;
}
.pagination .pages span,
.pagination .pages a:hover,
.pagination .pages a:focus {
  background-color: #f2ecea;
  text-decoration: none;
}

#colorboxHTML { /* ajax element */
  max-width: 800px;
  padding: 1em;
}

/* === section color schemes === */
  /* blue */
  body.blue-theme #wrapper > h1, body.blue-theme #page-heading > * {
    background-color: #141555; /* #213e80; */
  }
  body.blue-theme #phone-social .phone-number {
    color: #141555;
  }
  body.blue-theme #section-nav {
    background-color: #141555;
  }
  body.blue-theme #section-nav > ul > li > a.open,
  body.blue-theme #section-nav > ul > li.ancestor > a,
  body.blue-theme #section-nav > ul > li.selected > a,
  body.blue-theme #section-nav > ul > li > a:hover,
  body.blue-theme #section-nav > ul > li > a:focus {
    background-color: #141555;
  }
  body.blue-theme #home-help-links a, body.blue-theme .callout-button, body.blue-theme .button, body.blue-theme button, body.blue-theme #main-nav #doctor-link a, body.blue-theme #main-nav .button-link a {
    background-color: #141555;
  }
  body.blue-theme #home-help-links a:hover, body.blue-theme .callout-button:hover, body.blue-theme .button:hover, body.blue-theme button:hover, body.blue-theme #main-nav #doctor-link a:hover, body.blue-theme #main-nav .button-link a:hover,
  body.blue-theme #home-help-links a:focus, body.blue-theme .callout-button:focus, body.blue-theme .button:focus, body.blue-theme button:focus, body.blue-theme #main-nav #doctor-link a:focus, body.blue-theme #main-nav .button-link a:focus {
    background-color: #353668;
  }
  body.blue-theme h1, body.blue-theme h2, body.blue-theme h3 {
    color: #141555;
  }

  /* red */
  body.red-theme h1, body.red-theme h2, body.red-theme h3 {
    color: #790e20;
  }
  body.red-theme #wrapper > h1, body.red-theme #page-heading > * {
    background-color: #7f0e20;
  }
  body.red-theme #section-heading {
    color: #790E20;
  }
  body.red-theme #section-nav > ul > li > a {
    background-color: #6E0B1D;
  }
  body.red-theme #section-nav {
    background-color: #6F0C1E;
  }
  body.red-theme #section-nav > ul > li > a.open,
  body.red-theme #section-nav > ul > li.ancestor > a,
  body.red-theme #section-nav > ul > li.selected > a,
  body.red-theme #section-nav > ul > li > a:hover,
  body.red-theme #section-nav > ul > li > a:focus {
    background-color: #8E3243;
  }

  /* sacn */
  html.sacn-theme {
    background-color: #0175ae;
  }
  html.sacn-theme #logo {
    background-image: url('../img/SA-CON_Logo_rgb.jpg');
    background-position: center left;
    height: 87px;
    margin-top: 2px; margin-bottom: 2px;
    max-width: 50%;
    width: 303px;
  }
  html.sacn-theme #main-nav-row {
    background-color: #0175ae;
  }
  html.sacn-theme #main-nav div > ul > li.sfHover > a, html.sacn-theme #main-nav div > ul > li > a:hover, html.sacn-theme #main-nav div > ul > li > a:focus, html.sacn-theme #main-nav div > ul > li > ul {
    background-color: #446981
  }
  html.sacn-theme #main-nav div > ul > li > ul:after {
    background-color: #0175ae;
  }
  html.sacn-theme #phone-social .phone-number {
    color: #0273af;
  }
  html.sacn-theme h1, html.sacn-theme h2, html.sacn-theme h3 {
    color: #0075ab;
  }
  html.sacn-theme #wrapper > h1, html.sacn-theme #page-heading > * {
    background-color: #0075ab;
  }
  html.sacn-theme #home-help-links a, html.sacn-theme .callout-button, html.sacn-theme .button, html.sacn-theme button, html.sacn-theme .search-submit {
    background-color: #0096dd;
  }
  html.sacn-theme #home-help-links a:hover, html.sacn-theme #home-help-links a:focus, html.sacn-theme .callout-button:hover, html.sacn-theme .callout-button:focus, html.sacn-theme .button:hover, html.sacn-theme .button:focus, html.sacn-theme button:hover, html.sacn-theme button:focus {
    background-color: #0175ae;
  }
  html.sacn-theme #section-nav {
    background-color: #0273af;
  }
  html.sacn-theme #section-nav > ul > li > a {
    background-color: #0175ae;
  }
  html.sacn-theme #section-nav > ul > li > a.open,
  html.sacn-theme #section-nav > ul > li.ancestor > a,
  html.sacn-theme #section-nav > ul > li.selected > a,
  html.sacn-theme #section-nav > ul > li > a:hover,
  html.sacn-theme #section-nav > ul > li > a:focus {
    background-color: #0096dd;
  }
  html.sacn-theme #site-footer {
    color: #fff;
  }
  html.sacn-theme #site-footer h4 {
    color: inherit;
  }


  /* sfmccon */
  html.sfmccon-theme {
    background-color: #013064;
  }
  html.sfmccon-theme #logo {
    background-image: url('../img/SFMC-CON_Logo_rgb.jpg');
    background-position: center left;
    height: 87px;
    margin-top: 2px; margin-bottom: 2px;
    max-width: 50%;
    width: 460px;
  }
  html.sfmccon-theme #main-nav-row {
    background-color: #013064;
  }
  html.sfmccon-theme #main-nav div > ul > li.sfHover > a, html.sfmccon-theme #main-nav div > ul > li > a:hover, html.sfmccon-theme #main-nav div > ul > li > a:focus, html.sfmccon-theme #main-nav div > ul > li > ul {
    background-color: #30537b;
  }
  html.sfmccon-theme #main-nav div > ul > li > ul:after {
    background-color: #013064;
  }
  html.sfmccon-theme #phone-social .phone-number {
    color: #003061;
  }
  html.sfmccon-theme h1, html.sfmccon-theme h2, html.sfmccon-theme h3 {
    color: #013064;
  }
  html.sfmccon-theme #wrapper > h1, html.sfmccon-theme #page-heading > * {
    background-color: #004288;
  }
  html.sfmccon-theme #search-form input {
    color: #004288;
  }
  html.sfmccon-theme #home-help-links a, html.sfmccon-theme .callout-button, html.sfmccon-theme .button, html.sfmccon-theme button, html.sfmccon-theme .search-submit {
    background-color: #004288;
  }
  html.sfmccon-theme #home-help-links a:hover, html.sfmccon-theme #home-help-links a:focus, html.sfmccon-theme .callout-button:hover, html.sfmccon-theme .callout-button:focus, html.sfmccon-theme .button:hover, html.sfmccon-theme .button:focus, html.sfmccon-theme button:hover, html.sfmccon-theme button:focus {
    background-color: #013064;
  }
  html.sfmccon-theme #section-nav {
    background-color: #003061;
  }
  html.sfmccon-theme #section-nav > ul > li > a {
    background-color: #0175ae;
  }
  html.sfmccon-theme #section-nav > ul > li > a.open,
  html.sfmccon-theme #section-nav > ul > li.ancestor > a,
  html.sfmccon-theme #section-nav > ul > li.selected > a,
  html.sfmccon-theme #section-nav > ul > li > a:hover,
  html.sfmccon-theme #section-nav > ul > li > a:focus {
    background-color: #004288;
  }
  html.sfmccon-theme #site-footer {
    color: #fff;
  }
  html.sfmccon-theme #site-footer h4 {
    color: inherit;
  }

/* === end section color schemes === */

.cms {
  letter-spacing: normal;
}
.cms .cms-sideframe .cms-sideframe-history {
  width: 66px;
}
.cms-toolbar .cms-toolbar-item-logo a {
  background: url('../img/leaf.gif') no-repeat 10px 50% / 24px!important;
  font: 400 14px/46px Helvetica,Arial,sans-serif!important;
  padding-left: 40px!important;
}
.cms-toolbar .cms-toolbar-item-logo a:before {
  display: none;
}
.cms-toolbar .cms-toolbar-item-navigation li.cmsworkflow-publish-note a {
  color: red;
}
.cms-toolbar .cms-toolbar-logout a {
  line-height: 46px!important;
}
.cms-toolbar .cms-toolbar-logout a:focus,
.cms-toolbar .cms-toolbar-logout a:hover {
  color: #0bf;
}
div.cms .cms-toolbar .cms-toolbar-item-navigation .cms-toolbar-alerts a {
  background: url("../img/warning.png") no-repeat 90% 45%!important;
  background-size: 16px!important;
  color: #c00!important;
  cursor: pointer!important;
  padding-right: 28px!important;
}
div.cms .cms-modal-open {
  /* Bugfix for ckeditor dialog issue in Chrome */
  /* https://github.com/divio/djangocms-text-ckeditor/issues/430 */
  min-height: 620px;
}


#please-wait {
  background: rgba(255,255,255,.65);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#please-wait figure {
  background: rgba(0,0,0,.8);
  border-radius: 8px;
  padding: 1em;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 150px;
  width: 150px;
  text-align: center;
  margin: -75px 0 0 -75px;
}
#please-wait figcaption {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

#please-wait {
  background: rgba(255,255,255,.65);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#please-wait figure {
  background: rgba(0,0,0,.8);
  border-radius: 8px;
  padding: 1em;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 150px;
  width: 150px;
  text-align: center;
  margin: -75px 0 0 -75px;
}
#please-wait figcaption {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

/* Modals */
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  overflow: auto;
  z-index: 100000;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  height: 645px;
  max-width: 725px;
  box-sizing: border-box;
  background: #fff;
  padding: 32px 0 0;
  text-align: left;
  width: 100%;
}
.modal a.close-modal {
  font-size: 1.1em;
  padding: .5em;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
@media screen and (max-width: 700px) {
  /* Modals - scroll on iOS is essentially broken without these styles */
  .modal-blocked, .modal-blocked body {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  .blocker {
    background: white;
    position: absolute;
  }
  .modal {
    height: 90vh;
    overflow: auto;
    padding-top: 44px;
    -webkit-overflow-scrolling: touch;
    vertical-align: top;
  }
  .modal a.close-modal {
    font-size: 1.5em;
  }
}

/* ============================== BREAKPOINT =============================== */
@media screen and (max-width: 960px) {
  #main-nav ul {
    font-size: 13px;
  }
  #main-nav div > ul > li > a {
    padding: 15px 8px;
  }
  #main-nav > ul > li > ul > li {
    padding: 0 8px;
  }
  #main-nav .button-link a {
    font-size: 13px;
  }
  #main-nav .button-link a:before {
    display: none!important;
  }
  #search-toggle a {
    margin: 8px 6px 7px;
  }
  .phone-number {
    font-size: 22px!important;
  }
  .home-section {
    padding: 16px 1%;
  }
  .home-section-2x {
    width: 64%;
  }
  #callout-section {
    padding: 16px 1%;
    width: 30%;
  }
  #site-footer {
    display: block;
  }
  #site-footer .footer-col {
    display: block;
    float: left;
  }
}


/* ============================== BREAKPOINT =============================== */
@media screen and (min-width: 800px) {
  body.app:not(.entity) #content,
  body.interior #content,
  body.interior-wide #content,
  body.app #site-sidebar,
  body.interior #site-sidebar,
  body.interior-wide #site-sidebar {
    padding-top: 0;
  }
  #slideshow .slide-overlay {
    left: 9%;
  }
  #slideshow .slide-focus-left .slide-overlay {
    left: auto;
    right: 9%;
  }
  .menu-container {
    display: block!important;
  }
  /* top level */
  #main-nav-row {
    position: relative;
  }
  #main-nav > div {
    width: 100%;
  }
  #main-nav div > ul {
    float: left;
    text-transform: uppercase;
  }
  #main-nav div > ul > li {
    float: left;
  }
  #main-nav div > ul > li > a {
    font-weight: 600;
    padding: 15px 12px;
  }
  #main-nav div > ul > li.sfHover > a,
  #main-nav div > ul > li > a:hover,
  #main-nav div > ul > li > a:focus {
    background-color: #00587c;
  }
    /* second level list */
  #main-nav div > ul > li > ul {
    background-color: #00587c;
    -moz-box-shadow: 0 4px 6px -2px rgba(0,0,0,.6);
    -webkit-box-shadow: 0 4px 6px -2px rgba(0,0,0,.6);
    box-shadow: 0 4px 6px -2px rgba(0,0,0,.6);
    display: table;
    table-layout: fixed;
    left: 0;
    padding: 16px 10% 36px;
    position: absolute;
    visibility: hidden;
    width: 80.5%;
    z-index: 100;
  }
  #main-nav div > ul > li > ul:after {
    background-color: #008bbf;
    border-top: 1px solid #d7dbde;
    bottom: 0;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  #main-nav div > ul > li > ul > li {
    display: table-cell;
    padding: 0 20px;
  }
  #main-nav div > ul > li > ul > li > a {
    border-bottom: 1px solid;
    display: inline-block;
    font-size: 18px;
    margin-bottom: .2em;
  }

  #main-nav div > ul > li.sfHover ul,
  #main-nav div > ul > li:hover ul,
  #main-nav div > ul > li:focus ul {
    display: table;
  }
    /* third level list */
  #main-nav div > ul ul ul {
    display: block!important;
    font-size: 13px;
    letter-spacing: .4px;
    text-transform: none;
  }
  #main-nav div > ul ul ul a {
    margin: .6em 0 0;
  }
  #main-nav div > ul ul ul a:hover,
  #main-nav div > ul ul ul a:focus {
    text-decoration: underline;
  }
  #main-nav div > ul > li.no-menu-hierarchy ul {
    box-sizing: border-box;
    -ms-column-width: 240px;
    -moz-column-width: 240px;
    -o-column-width: 240px;
    -webkit-column-width: 240px;
    column-width: 240px;
    display: block;
    padding-right: calc(10% + 200px);
    width: 100%;
  }
  #main-nav div > ul > li.no-menu-hierarchy .button-link {
    position: absolute;
    right: 10%;
  }
  #main-nav div > ul > li.no-menu-hierarchy li,
  #main-nav div > ul > li.no-menu-hierarchy li ul {
    display: inline-block;
  }
  #main-nav div > ul > li.no-menu-hierarchy li a {
    border-bottom: none;
    display: inline-block;
    font-size: 12px;
    text-transform: none;
    width: 200px;
  }

  #main-nav div > ul > li > ul > li > a { border-bottom: 1px solid; width: 85%; }
  #main-nav div > ul ul ul { padding-top: .5em; }
  #main-nav div > ul ul ul a { margin: 0 0 .5em; }
  #main-nav div > ul ul .button-link { float: right; }
  #main-nav div > ul > li > ul { table-layout: auto; }
  #main-nav div > ul > li.no-menu-hierarchy li a:hover, #main-nav > ul > li.no-menu-hierarchy li a:focus { text-decoration: underline; }

  .entity-home-hd {
    position: relative;
  }
  .entity-home-hd #slideshow-wrapper  {
    height: 250px;
    position: absolute;
    top: -250px;
    left: 0;
    width: 100%;
  }
  .entity-home-hd .nav {
    margin-top: 250px;
  }
  .entity-home-hd.no-slideshow .nav,
  .cms-edit-mode .entity-home-hd .nav {
    margin-top: 0;
  }
  .entity-home-hd.no-slideshow #slideshow-wrapper,
  .cms-edit-mode .entity-home-hd #slideshow-wrapper  {
    height: auto;
    position: static;
  }
  .secondary-nav {
    background-color: #e0eff4;
    float: left;
    list-style-type: none;
    margin-bottom: 0;
    position: relative;
    width: 100%;
  }
  .secondary-nav li {
    margin: 0;
  }
  .secondary-nav a {
    outline: none;
  }
  .secondary-nav > li {
    color: #454545;
    float: left;
    position: relative;
  }
  .secondary-nav > li > a {
    color: inherit;
    display: block;
    padding: 10px 20px;
    position: relative;
    text-decoration: none!important;
  }
  .secondary-nav > li.first > a {
    border-left: none;
  }
  .secondary-nav > li.sfHover > a {
    z-index: 2;
  }
  .secondary-nav > li > a:hover,
  .secondary-nav > li > a:focus,
  .secondary-nav > li.sfHover > a {
    background-color: #008bbf;
    color: #fff;
  }
  .secondary-nav > li.sfHover > a {
    padding-left: 19px;
    padding-right: 19px;
    border-left: 1px solid #00587c;
    border-right: 1px solid #00587c;
    margin-bottom: -1px;
  }
  .secondary-nav > li > ul {
    background-color: #008bbf;
    border: 1px solid #00587c;
    color: #fff;
    list-style-type: none;
    padding: 1em;
    position: absolute;
    min-width: 140px;
    z-index: 1;
    visibility: hidden;
  }
  .secondary-nav > li:last-child.dropdown-right > ul {
    right: 0;
  }
  .secondary-nav > li > ul.triple {
    -moz-column-count: 3; -webkit-column-count: 3; -o-column-count: 3; -ms-column-count: 3; column-count: 3;
    width: 410px;
  }
  .secondary-nav > li > ul.double {
    -moz-column-count: 2; -webkit-column-count: 2; -o-column-count: 2; -ms-column-count: 2; column-count: 2;
    width: 270px;
  }
  .secondary-nav > li > ul a {
    color: inherit;
    display: inline-block;
    min-width: 120px;
    padding: .5em 5%;
    width: 90%;
  }
  .secondary-nav > li > ul a:hover,
  .secondary-nav > li > ul a:focus {
    background: #00587c;
    text-decoration: none;
  }
}


/* ============================== BREAKPOINT =============================== */
@media screen and (max-width: 799px) {
  #site-header {
    padding-top: 72px;
  }
  #mast {
    height: 72px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  #logo {
    background-position: bottom left;
    height: 52px;
    margin: 10px;
    max-width: 36%;
  }
  html.sacn-theme #logo,
  html.sfmccon-theme #logo {
    height: 68px;
  }
  #phone-social {
    min-height: 52px;
    padding: 8px 10px 10px;
  }
  .phone-number {
    font-size: 18px!important;
  }
  #section-heading {
    font-size: 20px;
    height: 72px;
  }
  #wrapper > h1, #page-heading > * {
    font-size: 16px;
    padding: 6px 12px;
    text-align: center;
  }
  #page-content, #page-sidebar {
    display: block;
    right: auto;
  }
  #slideshow img {
    display: none;
  }
  .slide-overlay {
    background-color: #343434;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 200px;
    overflow: hidden;
    padding: 10px 48px;
    position: static;
    width: auto;
  }
  .slide-overlay h2 {
    font-size: 20px;
  }
  #slideshow-wrapper .prev,
  #slideshow-wrapper .next {
    top: 12px;
  }
  #slideshow-wrapper .prev {
    left: 2%;
  }
  #slideshow-wrapper .next {
    right: 2%;
  }
  #slideshow-wrapper .rslides_tabs {
    display: none;
    top: 8px;
    right: 8px;
    bottom: auto;
  }
  #main-nav .button-link {
    display: block;
    width: 100%;
  }
  #main-nav .button-link a {
    border-radius: 0;
    font-size: inherit;
    margin: 0;
    max-width: none;
  }
  #search-container {
    text-align: center;
  }
  #search-toggle {
    position: static;
  }
  #search-toggle a {
    margin: 0;
    padding: 6px;
    position: relative;
    text-align: center;
    z-index: 4;
  }
  #search-toggle a > * {
    font-weight: normal;
    vertical-align: middle;
  }
  .search-text {
    float: none;
    min-width: 50%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .search-text, .search-submit {
    display: inline-block;
    vertical-align: top;
  }
  #search {
    padding: 16px;
  }
  #search-results .search-result {
    margin-bottom: 2em;
  }
  .nav-toggle {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 12px 8px 11px;
    position: relative;
    text-decoration: none!important;
    z-index: 3;
  }
  .nav-toggle span {
    background: url('../img/osf-sprites.png') no-repeat -289px -2px;
    float: left;
    height: 24px;
    margin-right: 8px;
    margin-bottom: 4px;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle;
    width: 32px;
  }
  .secondary-nav a {
    color: #6d3321;
  }
  .nav div > .secondary-nav > li > ul {
    background: #ebebeb!important;
  }
  .nav div > .secondary-nav > li > a {
    background: #dddddd!important;
  }
  .secondary-nav-toggle {
    background-image: linear-gradient(top, #d5d5d5 25%, #f8f8f8 90%);
    background-image: -o-linear-gradient(top, #d5d5d5 25%, #f8f8f8 90%);
    background-image: -moz-linear-gradient(top, #d5d5d5 25%, #f8f8f8 90%);
    background-image: -webkit-linear-gradient(top, #d5d5d5 25%, #f8f8f8 90%);
    background-image: -ms-linear-gradient(top, #d5d5d5 25%, #f8f8f8 90%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #d5d5d5), color-stop(.9, #f8f8f8));
    color: #6d3321;
    overflow: hidden;
  }
  .secondary-nav-toggle span {
    background-position: -327px -2px;
  }
  .secondary-nav-toggle a {
    color: inherit;
    text-decoration: none;
  }
  .secondary-nav .home-link {
    display: block!important;
  }
  .menu-container {
    display: none;
  }
  #main-nav ul {
    font-size: inherit;
  }
  #main-nav div > ul ul .button-link {
    display: inline-block!important;
    width: auto!important;
  }
  #main-nav div > ul ul .button-link a {
    margin-left: 0!important;
  }

  #main-nav #home-link a {
    background: inherit;
    height: auto;
    margin-right: 0;
    opacity: 1!important;
    width: auto;
    text-indent: 0;
    position: static;
  }
  .nav {
    font-size: 18px;
  }
  .nav ul {
    margin: 0;
  }
  .nav div > ul,
  .nav div > ul > li,
  .nav .column {
    clear: both;
    float: none!important;
  }
  .nav .column {
    width: auto!important;
  }
  .nav div > ul > li {
    border-bottom: 1px solid #fff;
    margin: 0;
    position: relative;
  }
  .nav div > ul > li > a {
    display: block!important;
    padding: 10px 20px!important;
    text-decoration: none!important;
    text-transform: uppercase;
  }
  .nav div > ul > li.has-children > a:after {
    content: "+";
    display: block;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 24px;
  }
  .nav div > ul > li.sfHover > a {
    background: #00587c;
    font-style: italic;
  }
  .nav div > ul > li.sfHover > a:after {
    content: "-";
    font-style: normal;
  }
  .nav div > ul ul .button-link {
    float: none;
    padding: 0 .5em;;
    width: 100%;
  }
  .nav div > ul > li > ul {
    background: #00587c!important;
    border-top: 1px solid #999;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    padding: 16px 7%!important;
    position: relative!important;
    width: 86%!important;
  }
  .nav div > ul > li > ul:after {
    display: none;
  }
  .nav div > ul > li > ul > li {
    display: block!important;
    opacity: 1!important;
  }
  .nav div > ul > li > ul > li > a {
    border-bottom: none!important;
    width: auto!important;
  }
  .nav div > ul ul ul {
    padding: 0 0 1em 5%;
  }
  .nav div > .secondary-nav ul ul {
    padding-bottom: 0;
  }
  .nav li.no-menu-hierarchy > ul,
  .nav div > ul ul ul,
  .secondary-nav > li > ul {
    font-size: 15px!important;
  }
  .nav li.no-menu-hierarchy > ul li,
  .nav div > ul ul ul li,
  .secondary-nav > li > ul li {
    margin: .25em 0!important;
  }
  #page-heading {
    display: none;
  }
  .hide-md-down {
    display: none;
  }
  .show-md-down {
    display: block;
  }
}

/* ============================== BREAKPOINT =============================== */
@media screen and (max-width: 680px) {
  table {
    table-layout: fixed;
  }
  .home-section {
    clear: both;
    float: none!important;
    margin: 0 20px 40px!important;
    min-height: 0;
    padding: 16px;
    width: auto!important;
  }
  #callout-section {
    margin: -20px 0 20px!important;
    padding: 16px 36px;
  }
  #home-help-links {
    width: auto;
  }
  #home-help-links a {
    margin: 1em auto;
  }
  #main-nav {
    padding-left: 0;
    padding-right: 0;
  }
  #offset {
    margin: 0;
  }
  #content, #site-sidebar {
    clear: both;
    float: none;
    margin: 0;
    padding: 20px;
    width: auto;
  }
  .hide-mobile {
    display: none!important;
  }
  .show-mobile {
    display: block;
  }
}

/* ============================== BREAKPOINT =============================== */
@media screen and (max-width: 580px) {
  #site-footer .footer-col {
    float: none;
    padding: 12px 5%;
    width: 90%!important;
  }
  #site-footer #footer-info {
    margin-bottom: 40px;
  }
  #main-nav .columns > ul {
    -moz-column-count: initial;
    -webkit-column-count: initial;
    column-count: initial;
  }
}

/* ============================== BREAKPOINT =============================== */
@media screen and (max-width: 480px) {
  #section-heading {
    display: none;
  }
  .hub-col {
    display: block;
    float: none;
    margin: 20px 0;
    padding: 0!important;
    width: auto;
  }
  .hub-col:first-child {
    margin-bottom: 40px;
  }
  .blue-theme #logo {
    display: none;
  }
  .blue-theme #specialty-logo {
    position: absolute;
    left: 0;
    width: 125px;
    padding-top: 20px;
  }
}
