/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */
/*
 * Body
 */
/* line 17, ../sass/pages.scss */
body {
  margin: 0;
  padding: 0;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 28, ../sass/pages.scss */
.panel-separator {
  display: none;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
/* line 36, ../sass/pages.scss */
#skip-link {
  margin: 0;
}
/* line 40, ../sass/pages.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #000;
  color: #fff;
}

/* line 50, ../sass/pages.scss */
.field.field-name-field-term-city-ref.field-type-taxonomy-term-reference.field-label-hidden {
  background-color: #0c3f71;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 59, ../sass/pages.scss */
.blg-list {
  background-color: #efefef;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
/* line 70, ../sass/pages.scss */
.blg-list h3 {
  font-size: 100%;
  padding-bottom: 10px;
}

/*
 * Top Strip
 */
/* line 81, ../sass/pages.scss */
.top-stripe {
  background-color: #02254A;
}

/*
 * Top Content for home page panel
 */
/* line 88, ../sass/pages.scss */
#top-content {
  margin: 0 22px 24px 22px;
  min-height: 70px;
}

/* line 93, ../sass/pages.scss */
.no-border-bottom {
  border-bottom: none !important;
}

@supports not (-ms-high-contrast: none) {
  /* line 99, ../sass/pages.scss */
  .views-slideshow-cycle-main-frame-row, .views-slideshow-cycle-main-frame {
    width: 100% !important;
    height: 100% !important;
  }

  /* line 106, ../sass/pages.scss */
  .views_slideshow_cycle_main {
    float: left;
  }

  /* line 110, ../sass/pages.scss */
  .views-slideshow-controls-bottom {
    text-align: center;
    width: 100%;
    line-height: .5em !important;
  }
  /* line 116, ../sass/pages.scss */
  .views-slideshow-controls-bottom .views-content-title a {
    border-bottom: none !important;
  }
  /* line 119, ../sass/pages.scss */
  .views-slideshow-controls-bottom .views-slideshow-pager-field-item a {
    color: #ffffff;
    font-size: 5px;
    background-color: #ffffff;
    border: 2px solid #38536d;
    border-radius: 50%;
    box-shadow: none;
    padding: 0 2px 0 2px;
    margin: 0 5px 0 0;
    width: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 40px;
  }
  /* line 133, ../sass/pages.scss */
  .views-slideshow-controls-bottom .views-slideshow-pager-field-item.active a {
    background-color: #38536d;
    color: #38536d;
  }

  /* line 139, ../sass/pages.scss */
  .views-slideshow-pager-fields .active {
    text-decoration: none;
  }

  /* line 143, ../sass/pages.scss */
  .views-slideshow-cycle-main-frame-row, .views-slideshow-cycle-main-frame {
    width: 100% !important;
    height: 100% !important;
    float: left;
    margin-right: -100%;
    position: unset !important;
  }
}
/*
 * Header
 */
/* line 156, ../sass/pages.scss */
#header,
#footer {
  background: #003163 url("../images/header-gradient.png") bottom left repeat-x;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #003163), color-stop(100%, #02254a));
  background: -webkit-linear-gradient(#003163, #02254a);
  background: -moz-linear-gradient(#003163, #02254a);
  background: -o-linear-gradient(#003163, #02254a);
  background: linear-gradient(#003163, #02254a);
}
/* line 159, ../sass/pages.scss */
html.lt-ie9 #header, html.lt-ie9
#footer {
  background: #003163 url("../images/header-gradient.png") bottom left repeat-x;
}

/* line 168, ../sass/pages.scss */
.lockup {
  float: left;
}

/* line 173, ../sass/pages.scss */
#logo {
  /* Wrapping link for logo */
  float: left;
  display: block;
  border-bottom: 0px none;
  width: 70px;
}
/* line 179, ../sass/pages.scss */
#logo img {
  padding: 5px 0 24px 0;
  vertical-align: bottom;
}

/* line 185, ../sass/pages.scss */
#name-and-slogan {
  /* Wrapper for website name and slogan */
  float: left;
  font-size: 75%;
  margin-left: 4px;
}

/* line 191, ../sass/pages.scss */
#site-name:not(.fs-search-accordion__title) {
  /* The name of the website, excluding a conflict with federated search */
  margin: 0;
  font-size: 2em;
  line-height: .75em;
  color: #DFDCD5;
  font-weight: normal;
  border-bottom: 0px none;
}
/* line 199, ../sass/pages.scss */
#site-name:not(.fs-search-accordion__title) strong {
  color: #fff;
}
/* line 204, ../sass/pages.scss */
#site-name:not(.fs-search-accordion__title) a:link,
#site-name:not(.fs-search-accordion__title) a:visited {
  color: #DFDCD5;
  text-decoration: none;
  border-bottom: 0px none;
}
/* line 211, ../sass/pages.scss */
#site-name:not(.fs-search-accordion__title) a:hover,
#site-name:not(.fs-search-accordion__title) a:focus {
  text-decoration: none;
}
/* line 215, ../sass/pages.scss */
#site-name:not(.fs-search-accordion__title) span {
  border-bottom: 0px none;
}

/* line 220, ../sass/pages.scss */
#site-slogan {
  /* The slogan (or tagline) of a website */
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #fff;
  margin: 0;
  font-weight: normal;
  letter-spacing: -1px;
  margin-top: -4px;
}

/* new logo code */
/* line 230, ../sass/pages.scss */
#logo img {
  padding: 0px 0 9px 0;
  width: 100%;
}

/* line 235, ../sass/pages.scss */
#logo {
  /* Wrapping link for logo */
  width: 100%;
}

/* line 239, ../sass/pages.scss */
#name-and-slogan {
  display: none;
}

/* line 243, ../sass/pages.scss */
.header-inner {
  overflow: hidden;
  *zoom: 1;
  overflow: visible;
  padding: 24px 0 0px;
}
/* line 248, ../sass/pages.scss */
html.lt-ie8 .header-inner {
  padding-bottom: 0px;
}

/* line 253, ../sass/pages.scss */
.region-header {
  /* Wrapper for any blocks placed in the header region */
}

/* line 259, ../sass/pages.scss */
.section-contact-us .field-name-body h3 span, .section-contact-us .field-name-body h4 span, .section-contact-us .field-name-body h5 span {
  float: right;
}
/* line 264, ../sass/pages.scss */
.section-contact-us .field-name-body table {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 2em;
}
/* line 267, ../sass/pages.scss */
.section-contact-us .field-name-body table tr {
  border-bottom: 1px solid #DFDCD5;
  margin-bottom: 2.25em;
  margin-top: 0.25em;
  padding-top: 0.25em;
}

/* line 278, ../sass/pages.scss */
.region-header .block-menu-block {
  display: block;
}
/* line 282, ../sass/pages.scss */
.region-header form#search-block-form {
  float: right;
  position: relative;
  width: 65%;
}

/* line 291, ../sass/pages.scss */
.horizontal-tabs {
  clear: both;
}
/* line 294, ../sass/pages.scss */
.horizontal-tabs ul.horizontal-tabs-list li {
  padding: 0;
  min-width: 49.5%;
  margin: 0;
}
/* line 299, ../sass/pages.scss */
.horizontal-tabs ul.horizontal-tabs-list li a {
  border-bottom: 1px solid #ccc;
}
/* line 303, ../sass/pages.scss */
.horizontal-tabs ul.horizontal-tabs-list li.selected {
  padding: 0;
  margin: 0;
}

/* line 310, ../sass/pages.scss */
.post-list h2 {
  margin-bottom: 0.5em;
  margin-top: 0;
}

/* Timeline */
/* line 317, ../sass/pages.scss */
#page.sticky-nav #thewrap {
  display: block;
}

/* line 323, ../sass/pages.scss */
.paragraphs-items-field-timeline div.field-items {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  list-style: none;
  background: url("./img/ul-bg.png") left top repeat-y;
  padding: 0 0 0 1.5px !important;
}

/* line 334, ../sass/pages.scss */
.paragraphs-items-field-timeline div.field-items div.field-item {
  display: block;
  position: relative;
  width: 100%;
  clear: both;
}

/* line 343, ../sass/pages.scss */
.paragraphs-items-field-timeline div.field-items div.field-item {
  float: right;
}

/* line 347, ../sass/pages.scss */
.paragraphs-items-field-timeline div.field-items div.field-item > div {
  display: block;
  float: left;
  background: url("./img/li-bg.png") left 1.6em no-repeat;
  margin-left: -10px;
  padding-left: 30px;
  width: 90%;
}

/* line 356, ../sass/pages.scss */
.paragraphs-items-field-timeline div.field-items div.content {
  min-width: 125px;
  border-bottom: #ccc solid 1px;
}

/* line 361, ../sass/pages.scss */
.paragraphs-items-field-timeline div.field-items div.content .ui-state-default {
  border: none;
  background: none;
}

/* line 368, ../sass/pages.scss */
.paragraphs-items-field-timeline div.field-items div.content h3.ui-state-default {
  font-weight: bold;
}

/* line 375, ../sass/pages.scss */
.paragraphs-items-field-timeline div.field-items div.content .ui-accordion .uistate-hover {
  border: none;
  background: none;
}

/* line 381, ../sass/pages.scss */
.paragraphs-items-field-timeline div.field-items div.content .ui-accordion .ui-accordion-content {
  padding: 10px;
  border-top: none;
  margin-top: unset;
  position: relative;
  top: unset;
  margin-bottom: 3px;
  overflow: auto;
  display: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

/* line 397, ../sass/pages.scss */
.paragraphs-items-field-timeline div.field-items div.content .ui-accordion .ui-accordion-header .ui-icon {
  left: unset;
  top: 10px;
  right: .5em;
}

/* line 403, ../sass/pages.scss */
.paragraphs-items-field-timeline div.field-items div.content div#accordion {
  margin-bottom: unset;
}

/* line 408, ../sass/pages.scss */
#page.sticky-nav .panel-pane.pane-entity-field.pane-node-field-promo-quick-links {
  clear: both;
}

/* line 413, ../sass/pages.scss */
#page.sticky-nav .contextual-links-region {
  display: contents;
}

/* line 418, ../sass/pages.scss */
#page.sticky-nav nav.breadcrumb {
  display: none;
}

/* line 422, ../sass/pages.scss */
#page.sticky-nav .panel-pane.pane-entity-field.pane-node-field-promo-quick-links {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* line 429, ../sass/pages.scss */
#page.sticky-nav .panel-pane.pane-entity-field.pane-node-field-promo-quick-links ul.menu {
  display: none;
}

/* line 433, ../sass/pages.scss */
#page.sticky-nav .panel-pane.pane-entity-field.pane-node-field-promo-quick-links h2 {
  padding: 1em 2.2em 1em;
  margin: 0;
  cursor: pointer;
  background: url(../images/lists.png) 1em 1.15em no-repeat, #ffcc33;
}

/*Warning and Emergency*/
/* line 442, ../sass/pages.scss */
div[id^='block-views-emergency-block-block'], div[id^='block-views-warning-block-block'] {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  text-align: center;
}

/* line 449, ../sass/pages.scss */
.view-emergency-block .view-content div, .view-warning-block .view-content div {
  background: #FC3;
  padding: 20px;
  font-size: 150%;
}

/* line 455, ../sass/pages.scss */
.view-warning-block .view-content div {
  background: #FEEB88;
  padding: 5px;
  font-size: 100%;
}

/* line 461, ../sass/pages.scss */
.view-emergency-block .view-content div {
  background: red;
  padding: 5px;
  font-size: 100%;
}

/* line 467, ../sass/pages.scss */
.view-emergency-block h3 a {
  color: #ffffff !important;
  background: url("../images/warning.png") no-repeat !important;
}

/* line 472, ../sass/pages.scss */
.view-warning-block h3 a {
  color: #0c3f71;
  background: url("../images/info.png") no-repeat !important;
}

/* line 477, ../sass/pages.scss */
.view-emergency-block h3 a, .view-warning-block h3 a {
  padding-left: 30px;
  text-decoration: none !important;
  background-size: contain !important;
  background-position: top left !important;
}

/* line 485, ../sass/pages.scss */
.view-emergency-block h3 a:hover, .view-warning-block h3 a:hover {
  text-decoration: underline !important;
}

/* line 489, ../sass/pages.scss */
.view-emergency-block h3, .view-warning-block h3 {
  display: block !important;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0 !important;
}

@media all and (min-width: 960px) {
  /* line 500, ../sass/pages.scss */
  .region-header form#search-block-form {
    float: none;
    position: static;
    width: 100%;
  }

  /* line 507, ../sass/pages.scss */
  .horizontal-tabs ul.horizontal-tabs-list li {
    min-width: 7em;
  }
}
/* doc icons */
/* line 514, ../sass/pages.scss */
a[href$='.pdf'] {
  padding-right: 20px;
  background: transparent url(../images/icon_pdf.png) no-repeat center right;
}

@media all and (min-width: 960px) {
  /* line 522, ../sass/pages.scss */
  .region-header {
    margin-bottom: 0;
  }
  /* line 523, ../sass/pages.scss */
  .region-header .block-menu-block {
    display: block;
  }
  /* line 527, ../sass/pages.scss */
  .region-header form#search-block-form {
    display: block;
  }

  /*Timeline */
  /* line 535, ../sass/pages.scss */
  .paragraphs-items-field-timeline div.field-items {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    list-style: none;
    background: url("./img/ul-bg.png") center top repeat-y;
    padding: 0 !important;
  }

  /* line 546, ../sass/pages.scss */
  .paragraphs-items-field-timeline div.field-items div.field-item {
    display: block;
    position: relative;
    width: 50%;
    clear: both;
  }

  /* line 554, ../sass/pages.scss */
  .paragraphs-items-field-timeline div.field-items div.field-item:nth-child(even) {
    float: right;
  }

  /* line 558, ../sass/pages.scss */
  .paragraphs-items-field-timeline div.field-items div.field-item:nth-child(even) > div {
    display: block;
    float: left;
    background: url("./img/li-bg.png") left 1.6em no-repeat;
    margin-left: -10px;
    padding-left: 30px;
    width: 90%;
  }

  /* line 567, ../sass/pages.scss */
  .paragraphs-items-field-timeline div.field-items div.field-item:nth-child(odd) {
    float: left;
  }

  /* line 573, ../sass/pages.scss */
  .paragraphs-items-field-timeline div.field-items div.field-item:nth-child(odd) > div {
    display: block;
    float: right;
    background: url("./img/li-bg.png") right 1.6em no-repeat;
    margin-right: -10px;
    padding-right: 30px;
    width: 90%;
  }

  /* line 583, ../sass/pages.scss */
  .paragraphs-items-field-timeline div.field-items div.field-item:nth-child(odd) > div div.content {
    float: left;
    padding-right: 2px;
  }

  /* line 589, ../sass/pages.scss */
  .paragraphs-items-field-timeline div.field-items div.field-item:nth-child(even) > div div.content {
    float: right;
    padding-left: 2px;
  }

  /* line 594, ../sass/pages.scss */
  .paragraphs-items-field-timeline div.field-items div.field-item:nth-child(odd) > div div.content h3 {
    text-align: right;
  }

  /* line 599, ../sass/pages.scss */
  #page.sticky-nav .panel-pane.pane-entity-field.pane-node-field-promo-quick-links h2 {
    display: none;
  }

  /* line 603, ../sass/pages.scss */
  #page.sticky-nav .panel-pane.pane-entity-field.pane-node-field-promo-quick-links ul.menu {
    display: block;
  }

  /* line 607, ../sass/pages.scss */
  #page.sticky-nav .panel-pane.pane-entity-field.pane-node-field-promo-quick-links {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 100%;
  }

  /* line 614, ../sass/pages.scss */
  #page.sticky-nav .paragraphs-items-field-timeline div.field-items div.content {
    width: 100%;
  }

  @supports (display: flex) {
    /* line 621, ../sass/pages.scss */
    #page.sticky-nav #thewrap {
      display: flex;
      flex-direction: row;
    }

    /* line 627, ../sass/pages.scss */
    #page.sticky-nav #thewrap .sidebars {
      width: 35%;
    }

    /* line 631, ../sass/pages.scss */
    #page.sticky-nav .panel-pane.pane-entity-field.pane-node-field-promo-quick-links {
      position: sticky;
      top: 50px;
      order: 99;
    }

    /* line 639, ../sass/pages.scss */
    #page.sticky-nav #thewrap #content {
      float: none;
      margin-left: initial;
      width: 100%;
      margin-right: initial;
    }

    /* line 646, ../sass/pages.scss */
    #page.sticky-nav .sidebars .region-sidebar-second {
      height: 100%;
      margin-left: initial;
      float: none;
      width: initial;
      margin-right: initial;
      display: flex;
      flex-direction: column;
    }
}
}
/* line 660, ../sass/pages.scss */
html.lt-ie8 .header-inner .region-header form#search-block-form {
  display: block;
}

/*
 * Main (container for everything else)
 */
/* line 668, ../sass/pages.scss */
#main {
  position: relative;
  padding-top: 20px;
}

/*
 * Content
 */
/* line 683, ../sass/pages.scss */
.breadcrumb {
  /* The path to the current page in the form of a list of links */
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFCC33;
  padding: 0 22px;
  width: 100%;
  margin-bottom: 20px;
}
/* line 690, ../sass/pages.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 694, ../sass/pages.scss */
.breadcrumb li {
  color: #0C3F71;
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 701, ../sass/pages.scss */
.breadcrumb li span a {
  color: #0C3F71;
}
/* line 706, ../sass/pages.scss */
.breadcrumb li:last-child span {
  color: #333;
}

/* line 717, ../sass/pages.scss */
h1.title,
h2.node-title,
h2.block-title,
h2.title,
h2.comment-form,
h3.title {
  /* Comment title */
  margin: 0 0 0 0;
}

/*
 * Heading Styles
 */
/* line 725, ../sass/pages.scss */
h1, h2, h3, h4, h5 {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  line-height: 1.125em;
}

/* line 733, ../sass/pages.scss */
h1 {
  color: #02254a;
  line-height: 1.125;
}

/* line 738, ../sass/pages.scss */
h2 {
  color: #0c3f71;
  line-height: 1.1;
  font-weight: normal;
}

/* line 745, ../sass/pages.scss */
h3 {
  font-weight: normal;
}

/* line 750, ../sass/pages.scss */
.pane-related-physicians-related-physicians h3 {
  font-weight: bold;
}

/* line 756, ../sass/pages.scss */
h3,
h4,
h5 {
  color: #02254A;
}

/* line 760, ../sass/pages.scss */
h1#page-title {
  margin-bottom: .5em;
}

/* line 764, ../sass/pages.scss */
h1.page-title {
  clear: both;
}

/* line 768, ../sass/pages.scss */
.node-type-healthwise-list-page h1.page-title {
  text-transform: capitalize;
}

/* line 772, ../sass/pages.scss */
h2.pane-title {
  font-size: 1.25em;
  font-weight: bold;
  color: #02254A;
  border-bottom: 0px solid #DFDCD5;
  padding: 0 0 0 0;
}

/* line 779, ../sass/pages.scss */
h3.field-name-field-marketing-link, h2.field-name-field-shared-subhead, h2.pane-title.ui-accordion-header, .pane-node-field-addthis h2.pane-title {
  margin-bottom: 0;
  margin-top: 0;
}

/* line 784, ../sass/pages.scss */
.field-name-field-location-services h3 a {
  font-weight: bold;
  border-bottom: 1px dotted #0C3F71;
}
/* line 788, ../sass/pages.scss */
.field-name-field-location-services h3 a:hover {
  border-bottom: none;
}

/*
 * Paragraph styles
 */
/* line 796, ../sass/pages.scss */
p {
  margin: 1em 0;
}

/* line 800, ../sass/pages.scss */
tr.even {
  /* Some tables have rows marked even or odd. */
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */
}

/* line 804, ../sass/pages.scss */
tr.odd {
  /* background-color: #eee; */
  /* Drupal core uses a #eee background */
}

/* line 808, ../sass/pages.scss */
div.messages {
  /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0;
  /* Drupal core uses "6px 0" margin */
}
/* line 811, ../sass/pages.scss */
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 817, ../sass/pages.scss */
div.status {
  /* Normal priority messages */
}

/* line 821, ../sass/pages.scss */
div.warning,
tr.warning {
  /* Medium priority messages */
  /* border: 1px solid #f0c020; */
  /* Drupal core uses: 1px solid #f0c020 */
}

/* line 826, ../sass/pages.scss */
div.error,
tr.error {
  /* High priority messages. See also the .error declaration below. */
}

/* line 829, ../sass/pages.scss */
.error {
  /* Errors that are separate from div.messages status messages. */
  /* color: #e55; */
  /* Drupal core uses a #e55 background */
}

/* line 833, ../sass/pages.scss */
.warning {
  /* Warnings that are separate from div.messages status messages. */
  /* color: #e09010; */
  /* Drupal core uses a #e09010 background */
}

/* line 837, ../sass/pages.scss */
.tabs {
  /* See also the tabs.css file. */
}

/* line 840, ../sass/pages.scss */
.region-help {
  /* Help text on a page */
}

/* line 843, ../sass/pages.scss */
.more-help-link {
  /* Link to more help */
}

/* line 846, ../sass/pages.scss */
.region-content {
  /* Wrapper for the actual page content */
}

/* line 849, ../sass/pages.scss */
ul.inline {
  /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
/* line 853, ../sass/pages.scss */
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* line 859, ../sass/pages.scss */
span.field-label {
  /* The inline field label used by the Fences module */
  padding: 0 1em 0 0;
  /* LTR */
}

/* line 863, ../sass/pages.scss */
.item-list .pager {
  /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
}
/* line 866, ../sass/pages.scss */
.item-list .pager li {
  /* Each page number in the pager list */
  padding: 0;
}

/* line 871, ../sass/pages.scss */
.feed-icon {
  /* The link to the RSS or Atom feed for the current list of content */
}
/* line 872, ../sass/pages.scss */
.feed-icon a {
  border-bottom: none;
}

/* line 877, ../sass/pages.scss */
.more-link {
  /* Aggregator, blog, and forum more link */
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
/*
 * Footer Regions
 */
/* line 904, ../sass/pages.scss */
#footer {
  padding: 24px 22px;
  margin-top: 24px;
}
/* line 909, ../sass/pages.scss */
#footer .top-footer-inner,
#footer .footer-inner,
#footer .region-bottom {
  color: #fff;
}
/* line 911, ../sass/pages.scss */
#footer .top-footer-inner a,
#footer .footer-inner a,
#footer .region-bottom a {
  color: #FFCC33;
  border-bottom: none;
}
/* line 916, ../sass/pages.scss */
#footer .top-footer-inner a.active-trail, #footer .top-footer-inner a.active, #footer .top-footer-inner a:hover,
#footer .footer-inner a.active-trail,
#footer .footer-inner a.active,
#footer .footer-inner a:hover,
#footer .region-bottom a.active-trail,
#footer .region-bottom a.active,
#footer .region-bottom a:hover {
  color: #FFF;
}
/* line 921, ../sass/pages.scss */
#footer .region-footer {
  margin-bottom: 40px;
}
/* line 924, ../sass/pages.scss */
#footer .top-footer-inner {
  margin-bottom: 40px;
}
/* line 927, ../sass/pages.scss */
#footer .footer-inner .block-menu {
  padding: .75em;
}
/* line 931, ../sass/pages.scss */
#footer .region-bottom a {
  color: #fff;
}
/* line 935, ../sass/pages.scss */
#footer .region-bottom a.active-trail, #footer .region-bottom a.active, #footer .region-bottom a:hover {
  color: #FFCC33;
}

/* line 942, ../sass/pages.scss */
.addthis_toolbox {
  margin: 0 0 0 0;
  clear: both;
  padding: 8px 0;
}
/* line 946, ../sass/pages.scss */
.addthis_toolbox a {
  border-bottom: none !important;
}

/* line 951, ../sass/pages.scss */
select {
  width: 100%;
}

@media all and (min-width: 650px) {
  /* line 955, ../sass/pages.scss */
  .horizontal-tabs ul.horizontal-tabs-list li {
    min-width: 7em;
  }

  /* line 959, ../sass/pages.scss */
  .view-emergency-block h3 a, .view-warning-block h3 a {
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /* line 965, ../sass/pages.scss */
  .view-emergency-block .view-content div, .view-warning-block .view-content div {
    font-size: 16px;
  }
}
@media all and (min-width: 480px) {
  /* line 189, ../sass/pages.scss */
  /* line 971, ../sass/pages.scss */
  #name-and-slogan {
    /* Wrapper for website name and slogan */
    font-size: 100%;
  }

  /* line 192, ../sass/pages.scss */
  /* line 977, ../sass/pages.scss */
  #logo {
    /* Wrapping link for logo */
    width: inherit;
  }

  /* line 981, ../sass/pages.scss */
  #site-slogan {
    /* The slogan (or tagline) of a website */
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: 0;
    margin-top: 0;
  }
}
/* line 987, ../sass/pages.scss */
.oembed-video .oembed-title {
  display: none;
}

/* line 990, ../sass/pages.scss */
.node-spotlight-common-content h2.node-title {
  display: none;
}
