/*
Theme name: St Olaf Child Theme
Theme URI: http://www.stolaf.edu
Description: A Genesis child theme
Author: Thought Refinery
Author URI: http://thoughtrefinery.com/
Version: 0.1

Template: genesis

*/

/******* St Olaf WordPress CSS *******/

/* Common elements styling */
.post .entry h1 {
  font-size: 20px;
  line-height: 30px;
}
.post .entry h2 {
  font-size: 16px;
  line-height: 24px;
}
.post .entry h3 {
  font-size: 16px;
  line-height: 24px;
}
.post .entry h4 {
  font-size: 12px;
  line-height: 23px;
  font-weight: bold;
}
.post .entry h5 {
  font-size: 12px;
  line-height: 23px;
}
.post .entry h6 {
  font-size: 12px;
  line-height: 23px;
}

.post .entry ul {
  margin-left: 25px;
}
.post .entry ol {
  margin-left: 25px;
}
.post .entry a img {
  border: 0;
}

p img {
  padding: 0;
  max-width: 100%;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  margin: 2px 0 2px 7px;
  display: inline;
}
img.alignleft {
  margin: 2px 7px 2px 0;
  display: inline;
}
.alignright {
  float: right;
  display: inline;
}
.alignleft {
  float: left;
  display: inline;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Calendar widget */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
}
#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}
#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}
#wp-calendar a {
  display: block;
}
#wp-calendar caption {
  text-align: center;
  width: 100%;
}
#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

body.single #content img {
  border: 3px solid #e5e2db;
  margin: 4px 3px 10px 20px;
}

body.single #content img.alignleft {
  border: 3px solid #e5e2db;
  margin: 4px 20px 10px 0;
}

#content .wp-caption {
  margin: 4px 3px 10px 20px;
}
#content .wp-caption.alignleft {
  margin: 4px 10px 10px 0px;
}
.wp-caption img,
body.single #content .wp-caption img {
  margin: 0;
  padding: 0;
}

#content .wp-caption p.wp-caption-text {
  color: #4d4d4f;
  font-size: 12px;
  line-height: 17px;
  font-style: italic;
  padding-top: 9px;
}

/* Big images in rich text editor should not break page layout */
.post .entry {
  overflow: hidden;
}

/******* /St Olaf WordPress CSS *******/

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

body {
  font-size: 12px;
  line-height: 1.3;
  font-family: arial, sans-serif;
  color: #000;
  min-width: 100%;
  /* prevents iOS from resizing random blocks of text */
  -webkit-text-size-adjust: 100%;
}

a {
  color: #a66600;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  text-decoration: underline !important;
}
a img {
  border: 0;
}
ul {
  list-style: none;
}

input,
textarea,
select {
  font-size: 12px;
  font-family: arial, sans-serif;
}
textarea {
  overflow: auto;
}

.cl {
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  clear: both;
}
.notext {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
.left,
.alignleft {
  float: left;
  display: inline;
}
.right,
.alignright {
  float: right;
  display: inline;
}

.hidden {
  display: none;
}

#wrap {
  margin-bottom: -5px;
}

.responsive-shell {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.shell {
  width: 923px;
  margin: 0 auto;
  background: #fff;
}

/* Header */
#header {
  width: 100%;
  margin-top: 30px;
}

#logo {
  float: left;
  width: 325px;
  text-align: left;
  margin-top: 0;
}
#logo img {
  max-width: 100%;
}

#mobile-logo {
  padding: 5px 20px;
  margin-top: 40px;
}
#mobile-logo .mobile-banner-text {
  vertical-align: bottom;
  max-height: 50px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

#header .right-menu {
  float: right;
  text-align: left;
  text-transform: uppercase;
}
#header .menu-right-top {
  margin-left: 16px;
}
#header .menu-right-top ul li a {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: #4d4d4f;
  text-decoration: none;
  margin-bottom: 7px;
  margin-top: 3px;
  height: 12px;
}
#header .menu-right-top span,
#header .menu-right-top a:hover span {
  color: #dea949;
  padding: 0 4.5px;
  text-decoration: none;
}

#header .menu-right-bottom {
  float: left;
  width: 222px;
  height: 35px;
}

#header .left-corner {
  float: left;
  width: 0px;
  height: 0px;
  border-width: 18px;
  border-style: solid;
  border-color: transparent #d0d0d0 #d0d0d0 transparent;
  margin-left: -36px;
  margin-top: 21px;
  position: absolute;
}

#header .links-and-search {
  float: left;
  background-color: #d0d0d0;
  clear: both;
}

.menu-right-bottom ul li a {
  float: left;
  padding-right: 8px;
  padding-left: 8px;
  border-right: 1px #d89614 solid;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #4d4d4f;
  text-decoration: none;
  margin-top: 10px;
}
#search {
  float: right;
  margin-right: 7px;
}

#header .search-field {
  float: left;
  width: 114px;
  height: 21px;
  background: url('images/search-field.png') no-repeat;
  margin-top: 5px;
  margin-bottom: -9px;
}
#header .search-field .blink {
  font-size: 11px;
  line-height: 14px;
  color: #636466;
  border: 0;
  padding: 4px 6px 3px 6px;
  width: 102px;
  background: transparent;
}

#header .search-button {
  float: left;
  width: 26px;
  height: 21px;
  background: url('images/search-button.png') no-repeat;
  border: 0;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: -9px;
}

/* Navigation */
#navigation-wrapper {
  width: 100%;
}
#navigation {
  clear: both;
  width: 923px;
  height: 26px;
  padding-top: 9px;
  margin-bottom: 5px;
}
#navigation-wrapper,
#navigation {
  background: url('images/navigation.png') repeat-x;
  background-image: linear-gradient(to bottom, #e59f1e, #c98912);
}
#navigation ul {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}
#navigation li {
  display: inline;
}
#navigation li + li {
  padding-left: 33px;
}
#navigation li.current-menu-item a {
  text-decoration: none;
}
#navigation li a {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
#navigation li a:hover {
  color: #f3cb80;
  text-decoration: none;
}

/* Homepage */
#inner {
  min-height: 779px;
  /* the site header is 183px tall */
  min-height: calc(100vh - 183px);
}

html:not(.js) .soliloquy-container {
  /* this could also be targetted to just #slider and .of-note, but
   * no soliloquy slider works well with javascript off. */
  display: none;
}

#slider {
  margin-bottom: 17px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#slider .sd2-node-caption {
  background: transparent !important;
  margin-bottom: 40px;
  margin-left: 8px;
}

#slider .sd2-node-caption a {
  font-size: 10px;
  padding-left: 10px;
  background: url('images/learnmore-arrow.png') 0 1px no-repeat;
  color: #fff;
  text-transform: uppercase;
}
#slider .soliloquy-container .soliloquy-image {
  width: 100%;
}
/* .soliloquy-outer-container[data-soliloquy-loaded="0"]{
 * display:none;
 * visibility: hidden;
}
*/
#slider .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
  margin-left: 25%;
  width: 535px;
  margin-bottom: 1.5%;
}
#slider .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  text-align: left;
  padding: 20px;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}

.sd-nav-deck .sd-nav-dot {
  background-color: rgba(255, 255, 255, .25) !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.sd-nav-deck .sd-nav-dot.active {
  background-color: rgba(255, 255, 255, .85) !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

#inner .newsbar {
  width: 291px;
  margin-right: 16px;
  float: left;
  display: inline;
}
#inner .newsbar .feed {
  width: 291px;
  background: #fff;
  box-shadow: 1px 1px 2px #ddd;
  margin-bottom: 20px;
}
#inner .newsbar .feed h3 {
  font-size: 14px;
  height: 24px;
  background: url('images/newsbar-heading.png') repeat-x;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 0 0 6px;
}
#inner .newsbar .feed ul {
  padding: 1px 10px 0 10px;
}
#inner .newsbar .feed li {
  height: 68px;
  border-bottom: 1px solid #b0aeab;
  padding-top: 7px;
}
#inner .newsbar .feed .image {
  float: left;
  display: inline;
  width: 60px;
  height: 60px;
}
#inner .newsbar .feed .image a {
  display: block;
}
#inner .newsbar .feed .image img {
  border: 2px solid #e5e2db;
}
#inner .newsbar .feed .info {
  width: 200px;
  float: left;
  display: inline;
  padding: 17px 0 0 10px;
  font-size: 12px;
}
#inner .newsbar .feed .info a {
  color: #4d4d4f;
}
#inner .newsbar .feed .more-news {
  float: right;
  display: inline;
  font-size: 11px;
  line-height: 12px;
  color: #4d4d4f;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 10px;
  background: url('images/arrow-orange.png') right 1px no-repeat;
  margin: 6px 10px 7px 0;
}

#inner .other-links li {
  background: url('images/newsbar-heading.png') repeat-x;
  height: 30px;
  margin-bottom: 4px;
}
#inner .other-links li a {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 6px 0 6px 8px;
  background: url('images/other-links-arrow.png') 273px 9px no-repeat;
}

.featured {
  margin-top: 54px;
}

@supports (display: grid) {
  .featured-stories .featured-one,
  .featured-stories .featured-two,
  .featured-stories .featured-three,
  .featured-stories .featured-four,
  .featured-stories .featured-five,
  .featured-stories .featured-six {
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .featured-stories {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 293px);
    grid-auto-rows: 320px;
    grid-column-gap: 24px;
    list-style: none !important;
    max-width: 923px;
    margin: 0 auto !important;
  }
}

.featured-one,
.featured-two,
.featured-three,
.featured-four,
.featured-five,
.featured-six {
  float: left;
  text-align: left;
  width: 290px;
  height: 320px;
}
.featured-one {
  margin-right: 12px;
}
.featured-two {
  margin-left: 13px;
  margin-right: 12px;
}
.featured-three {
  margin-left: 12px;
}
.featured-four {
  margin-right: 12px;
}
.featured-five {
  margin-left: 12px;
  margin-right: 12px;
}
.featured-six {
  margin-left: 12px;
}
.featured-img img {
  border: 3px #cccccc solid;
}
.streaming-img {
  border: 3px #d89614 solid;
  margin-right: -2px;
}
.featured-title {
  width: 100%;
  margin-top: 22px;
  margin-bottom: 15px;
}
.featured-title a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #d89614;
  text-decoration: none;
  font-weight: normal;
}
.featured-description {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #4d4d4f;
}

/* Admissions Features Specific Styles */

/*.entry-content .featured-ul {
  list-style: none;
  width: 923px;
  margin: auto;
}*/
/* New Admissions formatting. */

.admissions-featured-title-red {
  background: #92151e;
  margin: 6px 0px;
}
.admissions-featured-title-gold {
  background: #e19d1d;
  margin: 6px 0px;
}
.admissions-featured-title-gray {
  background: #cccccc;
  margin: 6px 0px;
}
.admissions-featured-title-black {
  background: #231f20;
  margin: 6px 0px;
}
.admissions-featured-title-darkblue {
  background: #2b3e50;
  margin: 6px 0px;
}
.admissions-featured-title-red h3,
.admissions-featured-title-gold h3,
.admissions-featured-title-gray h3,
.admissions-featured-title-black h3,
.admissions-featured-title-darkblue h3 {
  padding-bottom: 10px !important;
  font-size: 21px !important;
  color: #ffffff !important;
  padding: 10px;
  text-transform: uppercase;
}

.admissions-featured-section {
  width: 923px;
  margin: auto;
}
.admissions-featured-item {
  clear: both;
}

.admissions-featured-left {
  width: 280px;
  float: left;
}

.admissions-featured-right {
  float: right;
  margin-bottom: 40px;
}
.admissions-featured-title {
  font-size: 26px;
  color: #941a22;
  text-transform: uppercase;
}

.entry-content .admissions-separator-hr {
  width: 923px;
  margin: 50px auto 20px auto;
  border-top: 1px solid #dfdfdf;
}
.admissions-separator-hr-margin {
  margin-top: 20px !important;
  margin-bottom: 50px !important;
}

.admissions-featured-title-hr {
  width: 270px;
  margin: 10px 0px;
  border-top: 1px solid #dfdfdf;
}

.entry-content .admissions-bottom-bar {
  width: 923px;
  margin: auto;
  //    float: left;
  //    background-color: #fff;
  //    position: relative;
  //    overflow: hidden;
}
.entry-content .admissions-bottom-bar ul {
  width: 923px;
  margin: auto;
  float: none;
  background-color: #fff;
  float: left;
  list-style: none;
  margin: 2% 0%;
  position: relative;
}

.entry-content .admissions-bottom-bar li {
  margin-right: 29px;
  float: left;
  display: block;
  position: relative;
}

.entry-content .admissions-bottom-bar li a {
  width: 280px;
  height: 25px;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  font-weight: bold;
  background: #e19d1d;
  display: table-cell;
  padding: 8px 0 9px 8px;
  text-transform: uppercase;
}
.entry-content .admissions-bottom-bar li a:hover {
  text-decoration: none;
  background: #c0b9a9;
}
.entry-content .admissions-bottom-bar li:last-child {
  margin-right: 0px;
}

@media all and (max-width: 940px) {
  .admissions-featured-section {
    width: 100%;
    margin-left: 30px;
    margin-right: 60px;
  }
  .entry-content .featured-ul {
    width: 100%;
  }

  .admissions-featured-right {
    display: none !important;
  }
  .admissions-featured-left {
    margin-bottom: 30px !important;
    float: none;
    width: 92%;
  }

  .entry-content .admissions-separator-hr {
    width: 100%;
  }

  .entry-content .admissions-bottom-bar {
    width: 92%;
    margin-left: 30px;
    //margin-right: 60px;
  }
  .entry-content .admissions-bottom-bar ul {
    width: 100%;
    float: none;
    margin-right: 30px;
  }
  .entry-content .admissions-bottom-bar li {
    float: none;
    margin-bottom: 8px;
  }
  .entry-content .admissions-bottom-bar li:last-child {
    margin-right: 29px;
  }

  .entry-content .admissions-bottom-bar li a {
    width: 100%;
    display: block;
  }
}

/* End Admissions Features Specific Styles */

.bottom-container {
  clear: both;
  overflow: hidden;
  width: 925px;
  margin-bottom: 80px;
  padding-top: 75px;
}
.of-note {
  float: left;
  width: 461px;
  text-align: left;
}
.of-note-title {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #92151e;
}
.of-note-divider {
  margin-bottom: 12px;
}

.of-note .soliloquy-outer-container .soliloquy-container,
.of-note .soliloquy-wrapper,
.of-note .soliloquy-viewport,
.of-note .soliloquy-item {
  height: 60px !important;
}

.of-note .soliloquy-item {
  margin-top: -23px !important;
}

.of-note .soliloquy-container .soliloquy-image {
  display: none;
}
.of-note .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  background: none;
  color: #4d4d4f;
  text-align: left;
  text-shadow: none;
  line-height: 1.3;
  padding: 0px;
  margin: 0px 45px 0px 0px;
}
.of-note .soliloquy-container .soliloquy-prev {
  margin: -19px 0px 0px 400px !important;
  background: none;
  float: left;
  width: 0px;
  height: 0px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #d99723 transparent transparent;
  margin-left: 245px;
  margin-top: -29px;
  position: absolute;
}
.of-note .soliloquy-container .soliloquy-next {
  margin: -19px -20px 0px 0px !important;
  background: none;
  float: left;
  width: 0px;
  height: 0px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #d99723;
  margin-left: 245px;
  margin-top: -29px;
  position: absolute;
}
.news-and-events {
  float: right;
  text-align: left;
  padding-top: 18px;
  width: 280px;
  height: 48px;
  border-left: 2px solid #cccccc;
  padding-left: 20px;
}
.news-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #92151e;
  text-decoration: none;
}

.right-arrow {
  float: left;
  width: 0px;
  height: 0px;
  border-width: 13px;
  border-style: solid;
  border-color: transparent transparent transparent #92151e;
  margin-left: 245px;
  margin-top: -29px;
  position: absolute;
}
.right-arrow a {
  width: 10px;
  height: 10px;
}

/* Sidebar */
#sidebar {
  width: 215px;
  margin: 0 20px 20px 0;
  float: left;
  display: inline-block;
  background-color: #fff;
}
/* adding position:sticky by default. jQuery will kick in if the browser doesn't support. */
#sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
}
/* we add 32px of top area if the admin bar is shown. */
body.admin-bar #sidebar {
  top: 37px;
}
#sidebar ul {
  background-color: #fff;
}
#sidebar ul.interior {
  padding-top: 3px;
}
#sidebar li {
  margin-bottom: 5px;
  overflow: hidden;
  width: 100%;
}
#sidebar li a {
  font-size: 14px;
  line-height: 17px;
  color: #4d4d4f;
  font-weight: bold;
  background: #e5e2db;
  display: block;
  padding: 9px 10px;
}
#sidebar li a:hover {
  text-decoration: none;
  background: #c0b9a9;
}
#sidebar li ul.sub-menu {
  padding: 20px 0 0 0;
  margin: 0;
  overflow: hidden;
  display: none;
}
#sidebar li li {
  padding-bottom: 11px;
}
#sidebar li li a {
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  background: transparent !important;
  padding: 0 0 0 18px;
}

#sidebar li li a:hover,
#sidebar li li.current_page_item a,
#sidebar li li.current-menu-item a {
  background: url('images/arrow-orange.png') 8px 3px no-repeat !important;
}
#sidebar li li.current_page_item a,
#sidebar li li.current-menu-item a {
  font-weight: bold;
  color: #4d4d4f;
}

#sidebar li.current-menu-ancestor > a,
#sidebar li.current-menu-item > a {
  background: #d89614;
  color: white;
}

#sidebar li.current-menu-item ul.sub-menu,
#sidebar li.current-menu-ancestor ul.sub-menu {
  display: block;
}

/* Interior Page */
#inner .head-image {
  margin-bottom: 24px;
  display: block;
}

#content {
  width: 687px;
  float: right;
  display: inline;
}
.full-width-content #content {
  width: 100%;
  float: none;
  display: inline;
}
.page #content-sidebar-wrap {
  margin-top: 24px;
}
.hentry {
  padding: 0 0 23px 4px;
}
.hentry h1 {
  font-size: 20px;
  line-height: 20px;
  color: #638597;
  padding-bottom: 19px;
}
.hentry h2,
.hentry h3 {
  font-size: 15px;
  line-height: 23px;
  color: #4d4d4f;
  padding-bottom: 6px;
}
.hentry h4,
.hentry h5,
.hentry h6 {
  font-size: 12px;
  line-height: 23px;
  font-weight: bold;
  color: #4d4d4f;
  padding-bottom: 6px;
}
.hentry h2.news-title {
  padding-top: 2px;
  font-size: 20px;
  line-height: 20px;
  color: #637d5c;
}
#sidebar p,
#sidebar-alt p,
.hentry p {
  font-size: 12px;
  line-height: 23px;
  color: #4d4d4f;
  padding-bottom: 14px;
}
.hentry p a {
  color: #a66600;
  text-decoration: none;
  font-weight: bold;
}
.hentry p a:hover {
  text-decoration: none;
}
.hentry td {
  font-size: 12px;
  line-height: 23px;
  color: #4d4d4f;
  padding-bottom: 10px;
}
.hentry td.condensed {
  line-height: 1.3;
}

/* Slidedeck special */
.slidedeck-frame .slide p {
  color: inherit;
}

/* News Landing Page */
/*
body.sidebar-content-sidebar #content { width: 460px; padding: 0px 0 0 3px; float: left; display: inline; }
*/

.hentry p,
#sidebar-alt p {
  font-size: 12px;
  line-height: 23px;
}

#sidebar-alt {
  margin-top: 22px;
  margin-bottom: 22px;
}

#content-sidebar-wrap {
  margin-top: 24px;
}
body.sidebar-content-sidebar #content {
  width: 460px;
  padding: 0 0 0 3px;
}
body.sidebar-content-sidebar #content-sidebar-wrap {
  width: 698px;
  float: left;
}
body.sidebar-content-sidebar #content h2.news-title {
  padding-top: 2px;
  font-size: 20px;
  line-height: 20px;
  color: #638597;
}
body.sidebar-content #content h2.news-title {
  padding-top: 2px;
  font-size: 20px;
  line-height: 20px;
  color: #638597;
}
body.sidebar-content #content h2.news-title {
  padding: 2px 0 26px 1px;
}
/* body.sidebar-content-sidebar #content h2 { font-size: 20px; line-height: 20px; color: #637d5c;  } */
body.sidebar-content-sidebar #content .post {
  border-bottom: 1px solid #e5e2db;
  padding: 25px 0 23px 0;
}
body.sidebar-content-sidebar #content .news-info {
  float: left;
  display: inline;
  width: 274px;
  color: #4d4d4f;
  padding-left: 13px;
  margin-top: -3px;
}
body.sidebar-content-sidebar #content h2,
body.sidebar-content-sidebar #content h3 {
  font-size: 15px;
}
body.sidebar-content-sidebar #content h3 a {
  color: #4d4d4f;
}
body.sidebar-content-sidebar #content .post-date {
  font-size: 10px;
  line-height: 12px;
  padding: 3px 0 3px 0;
}
body.sidebar-content-sidebar #content li li {
  height: auto;
  border-bottom: 0;
}
body.sidebar-content-sidebar #content .news-image {
  float: left;
  display: inline;
  width: 172px;
  height: 138px;
}
body.sidebar-content-sidebar #content .news-image a {
  display: block;
}
body.sidebar-content-sidebar #content .news-image img {
  border: 3px solid #e5e2db;
}
.twtr-widget .twtr-tweet-wrap {
  padding-bottom: 10px !important;
}
#sidebar-alt {
  width: 207px;
  padding-top: 36px;
  float: right;
}
#sidebar-alt h4,
#sidebar-alt h5,
#sidebar-alt h6 {
  font-size: 12px;
  line-height: 23px;
  font-weight: bold;
  color: #4d4d4f;
  padding-bottom: 6px;
}
#sidebar-alt h4 a,
#sidebar-alt h5 a,
#sidebar-alt h6 a {
  color: #4d4d4f;
}
#sidebar-alt .event-date {
  padding-bottom: 14px;
}
#sidebar-alt .sublink {
  font-size: 10px;
  line-height: 12px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
#sidebar-alt ul {
  list-style: disc;
  padding-left: 15px;
}
#sidebar-alt ol {
  padding-left: 15px;
}
body.sidebar-content-sidebar.single #content .post,
body.single .post {
  padding-top: 0;
}

.widget {
  border: 1px solid #ddd;
  border-top: 4px solid #999;
  box-shadow: 0 0 3px #bbb;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 13px 12px 0 12px;
}

.widget_better_rss_widget {
  border: 1px solid #ddd;
  border-top: 4px solid #5f7787;
}

.widget_better_rss_widget .better-rss-footer-text {
  padding-top: 10px;
  width: 100%;
  border-top: 1px solid #e5e2db;
  text-transform: uppercase;
  float: left;
  font-size: 10px;
  font-weight: bold;
}

.widget_better_rss_widget .better-rss-footer-text a {
  color: #5f7787;
}

h4.widgettitle,
.widget h4.widgettitle a {
  font-size: 15px;
  padding-bottom: 8px;
  word-spacing: 2px;
  color: #999;
  font-weight: bold;
}

.widget_better_rss_widget h4.widgettitle {
  color: #5f7787;
}

.widget_better_rss_widget ul {
  list-style: none;
  padding-left: 0px;
}
#sidebar-alt .highlights ul,
.widget ul {
  border-bottom: 1px solid #e5e2db;
  color: #4d4d4f;
}
#sidebar-alt .highlights .sublink,
.widget .sublink {
  color: #5f7787;
  margin: 8px 0 12px 0;
}

/* the follow rules are temporary until the latest tweets widget is working again */
#text-3.widget {
  border-top-color: #de9c27;
}

.widget {
  padding: 20px;
}

.widget h4,
.widget ul {
  margin-bottom: 8px;
  border-bottom: none;
}

.widget ul a {
  color: #4d4d4f;
}

.widget ul li,
.widget p {
  margin-bottom: 8px;
}

.widget h4 img {
  display: none;
}

.widget .rssSummary {
  color: #888;
}

.widget a.rsswidget {
  font-weight: bold;
}

.widget {
  margin: 0 0 10px 0;
}

.widget a {
  font-weight: bold;
}

.widget p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget-color-red {
  border-top-color: #92151e;
}
.widget-color-red .widgettitle {
  color: #92151e;
}

.widget-color-blue {
  border-top-color: #5f7787;
}
.widget-color-blue .widgettitle {
  color: #5f7787;
}

.widget-color-green {
  border-top-color: #5f8877;
}
.widget-color-green .widgettitle {
  color: #5f8877;
}

.widget-color-gold {
  border-top-color: #d28e00;
}
.widget-color-gold .widgettitle {
  color: #d28e00;
}

#sidebar-alt .tweets {
  border: 1px solid #ddd;
  border-top: 4px solid #de9c27;
  box-shadow: 0 0 3px #bbb;
  color: #4d4d4f;
  overflow: hidden;
  margin-bottom: 29px;
  padding: 16px 10px 0 10px;
}
#sidebar-alt .tweets .avatar {
  float: left;
  display: inline;
}
#sidebar-alt .tweets .avatar a {
  display: block;
}
#sidebar-alt .tweets .avatar img {
  border: 2px solid #e7e4de;
}
#sidebar-alt .tweets h3 {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 0 0 10px;
}
#sidebar-alt .tweets h3 a {
  color: #de9c27;
}
#sidebar-alt .tweets a {
  color: #de9c27;
}
#sidebar-alt .tweets p {
  font-size: 12px;
  line-height: 15px;
}
#sidebar-alt .tweets p.tweet-info {
  font-size: 10px;
  line-height: 12px;
  padding: 4px 0 9px 0;
}
#sidebar-alt .tweets p.tweet-info a {
  color: #4d4d4f;
}
#sidebar-alt .tweets ul {
  padding: 12px 0 0 0;
}
#sidebar-alt .tweets li {
  border-bottom: 1px solid #e5e2db;
  margin-bottom: 8px;
}
#sidebar-alt .tweets .sublink {
  color: #de9c27;
  margin: 12px 0 13px 0;
}

#sidebar-alt .tweets .twtr-ft img {
  display: none;
}

#sidebar-alt .tweets .twtr-ft div {
  border-top: 1px solid #e5e2db;
}

#sidebar-alt .tweets .twtr-ft span {
  float: left;
}

#sidebar-alt .tweets a.twtr-join-conv {
  text-transform: uppercase;
  float: left;
  color: #de9c27 !important;
  font-size: 9px;
  font-weight: bold;
}

#sidebar-alt .tweets .twtr-tweet-text em {
  display: block;
  margin-top: 4px;
}

#sidebar-alt .tweets .twtr-tweet-text em a {
  color: #333 !important;
}

/* News Story Page */
#content .news-entry {
  color: #4d4d4f;
  padding: 0 0 0 3px;
}
#content .news-entry h2 {
  color: #637d5c;
  font-size: 20px;
  line-height: 20px;
  padding: 14px 0 26px 1px;
}
#content .news-entry h3 {
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 3px;
}
#content .news-entry p {
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 20px;
}
#content .news-entry p strong {
  display: block;
}
#content .news-entry p a {
  color: #a66600;
  text-decoration: underline;
}
#content .news-entry p a:hover {
  text-decoration: none;
}
#content .news-entry p.entry-date {
  font-size: 11px;
  line-height: 14px;
  padding: 0 0 22px 1px;
}

#content .entry-photo {
  width: 409px;
  margin: 4px 3px 10px 20px;
}
#content .entry-photo img {
  border: 3px solid #e5e2db;
}
#content .entry-photo p {
  color: #4d4d4f;
  font-size: 12px;
  line-height: 17px;
  font-style: italic;
  padding-top: 9px;
}

#content .share {
  float: right;
  display: inline;
  padding: 10px 0 10px;
}
#content .share ul {
  overflow: hidden;
  margin: 0;
}
#content .share li {
  float: left;
  display: inline;
}

#inner .twitter iframe {
  width: 90px !important;
}
#___plusone_0 {
  width: 70px !important;
}

/* Footer */

/* 
 * The styles in #footer need to be commented out if we are using the footer-container-parent.
 * The footer-container-parent is an extra set of styles for use when including an advertisement
 * tab on the bottom of the page like what we did with ole social. I am keeping that code in here
 * in case we decide to use the advertisement tab again.
*/
#footer {
  width: 100% !important;
  background-color: #e5e2db;
}

.footer-container-parent {
  clear: both;
  width: 100%;
  height: 58px;
  background-color: #e5e2db;
}
.footer-container {
  clear: both;
  overflow: hidden;
  width: 925px;
  margin: auto;
}
/*
.footer { width: 100%; height: 62px; background: #fff; width: 955px; margin: 7px auto 0 auto;}
*/
.footer-container .social {
  float: left;
  width: 212px;
  margin: 15px 0;
  text-align: left;
}
.footer .olesocial {
  width: 243px;
  margin: auto;
}
.footer .olesocial .center::before {
  content: "";
  border-width: 18px;
  border-style: solid;
  border-color: transparent #d89614 #d89614 transparent;
  margin-left: -36px;
  position: absolute;
  display: inline-block;
  margin-top: -10px;
  -webkit-margin-before: -11px;
}
.footer .olesocial .center {
  float: left;
  text-align: center;
  text-transform: uppercase;
  background-color: #d89614;
  color: white;
  padding: 10px 0px;
}

.footer .olesocial .center a {
  color: white;
}
.footer .olesocial .center::after {
  content: "";
  border-width: 18px;
  border-style: solid;
  border-color: transparent transparent #d89614 #d89614;
  position: absolute;
  display: inline-block;
  margin-top: -10px;
  -webkit-margin-before: -11px;
}
.footer-container .social a {
  float: left;
  border: none;
  margin-right: 5px;
  width: 26px;
  height: 26px;
  font-size: 0px;
}
.footer .social .facebook-link {
  background: url('images/facebook.png') no-repeat;
}
.footer .social .twitter-link {
  background: url('images/twitter.png') no-repeat;
}
.footer .social .youtube-link {
  background: url('images/youtube.png') no-repeat;
}
.footer .social .olesocial-link {
  background: url('images/olesocial.png') no-repeat;
}
.footer .social .instagram-link {
  background: url('images/instagram.png') no-repeat;
}

.footer-container .contact-info {
  float: right;
  margin: 21px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #4d4d4f;
  text-align: left;
}
.footer-container .contact-info a {
  color: #4d4d4f;
}

.footer .info {
  width: 650px;
  text-align: center;
  padding-top: 14px;
  float: right;
  display: inline;
}
.footer .info p {
  font-size: 11px;
  line-height: 17px;
  color: #4d4d4f;
}
.footer .info p a {
  color: #4d4d4f;
  text-decoration: none;
}
.footer .info p a:hover {
  text-decoration: none;
}
.footer .info p span {
  padding: 0 10px;
}

.navigation {
  display: block;
  padding: 15px 0;
  float: left;
  width: 100%;
}

/* Comments form */

#respond {
  margin: 0;
  overflow: hidden;
  position: relative;
}
#respond p {
  margin: 0;
  padding: 0;
}
#respond h3 {
  padding-bottom: 5px;
}
#respond .comment-notes {
  margin-bottom: 1em;
}
.form-allowed-tags {
  line-height: 1em;
}
.children #respond {
  margin: 0 48px 0 0;
}
h3#reply-title {
  margin: 18px 0;
}
#comments-list #respond {
  margin: 0 0 18px 0;
}
#comments-list ul #respond {
  margin: 0;
}
#cancel-comment-reply-link {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
#respond .required {
  font-weight: bold;
  background: none;
  color: red;
}
#respond label {
  font-size: 12px;
}
#respond input {
  margin: 0 0 9px;
  width: 98%;
  height: 20px;
  color: black;
}
#respond textarea {
  width: 98%;
  color: black;
}
#respond .form-allowed-tags {
  font-size: 12px;
  line-height: 18px;
}
#respond .form-allowed-tags code {
  font-size: 11px;
}
#respond .form-submit {
  margin: 12px 0;
}
#respond .form-submit input {
  font-size: 14px;
  font-family: Arial, sans-serif;
  width: auto;
  color: black;
  height: 25px;
  color: black;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
  clear: both;
}
#commentform a,
.comment-reply a {
  font-weight: 600;
  font-size: 13px;
}
.navigation {
  padding: 0 0 18px 0;
  font-weight: bold;
  height: 100%;
  overflow: hidden;
}
h3#comments-title,
h3#reply-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
h3#comments-title {
  padding: 24px 0;
}
.commentlist {
  font-family: Arial;
  list-style: none;
  margin: 20px 0 0 0;
}
.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0 0 0 56px;
  position: relative;
}
.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px;
}
#comments .comment-body p:last-child {
  margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}
.commentlist ol {
  list-style: decimal;
}
.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}
.comment-author {
}
.comment-author cite {
  font-style: normal;
  font-weight: bold;
}
.comment-author .says {
  font-style: italic;
}
.comment-meta {
  font-size: 12px;
  margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
  text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
  font-size: 12px;
  padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
}
.reply a:hover,
a.comment-edit-link:hover {
}
.commentlist .children {
  list-style: none;
  margin: 0;
}

.entry-content ol,
.entry-content ul {
  margin: 0 0 0 30px;
  font-size: 12px;
  line-height: 23px;
  color: #4d4d4f;
  padding-bottom: 14px;
}
.entry-content ul {
  list-style: disc;
}
.entry-content ul li a {
  text-decoration: none;
  font-weight: bold;
}
.entry-content ul li a:focus {
  text-decoration: underline;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content img {
  height: auto;
}

/* Form Design */

.entry-content form input:not([type]),
.entry-content form input[type=date],
.entry-content form input[type=datetime-local],
.entry-content form input[type=email],
.entry-content form input[type=month],
.entry-content form input[type=number],
.entry-content form input[type=password],
.entry-content form input[type=search],
.entry-content form input[type=tel],
.entry-content form input[type=text],
.entry-content form input[type=time],
.entry-content form input[type=url],
.entry-content form input[type=week],
.entry-content form select,
.entry-content form textarea {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.entry-content form input:not([type]):focus,
.entry-content form input[type=date]:focus,
.entry-content form input[type=datetime-local]:focus,
.entry-content form input[type=email]:focus,
.entry-content form input[type=month]:focus,
.entry-content form input[type=number]:focus,
.entry-content form input[type=password]:focus,
.entry-content form input[type=search]:focus,
.entry-content form input[type=tel]:focus,
.entry-content form input[type=text]:focus,
.entry-content form input[type=time]:focus,
.entry-content form input[type=url]:focus,
.entry-content form input[type=week]:focus,
.entry-content form select:focus,
.entry-content form textarea:focus {
  border-color: hsl(39.8, 83.1%, 46.3%);
  outline: 0;
  box-shadow: inset 0 1px 1px hsla(0, 0%, 0%, 0.1),
    0 0 8px hsla(39.8, 83.1%, 46.3%, 0.6);
}

.entry-content form input[type=radio] {
  width: 30px;
}

.entry-content form input[type=reset],
.entry-content form input[type=button],
.entry-content form input[type=submit] {
  font-family: inherit;
  font-size: inherit;
  background: none;
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  transition: all 0.3s;
  border: 3px solid #d69418;
  border-radius: 4px;
  color: #d69418;
  overflow: hidden;
}

.entry-content form input[type=reset]:hover,
.entry-content form input[type=button]:hover,
.entry-content form input[type=submit]:hover,
.entry-content form input[type=reset]:focus,
.entry-content form input[type=button]:focus,
.entry-content form input[type=submit]:focus {
  color: #fff;
  background-color: #d69418;
}

.entry-content form input[type=reset] + input[type=submit],
.entry-content form input[type=submit] + input[type=reset] {
  margin-left: 0;
}

.entry-content form input[type=submit].gray,
.entry-content form input[type=button].gray,
.entry-content form input[type=reset].gray {
  color: #5f7787;
  border-color: #5f7787;
}

.entry-content form input[type=submit].gray:hover,
.entry-content form input[type=button].gray:hover,
.entry-content form input[type=reset].gray:hover,
.entry-content form input[type=submit].gray:focus,
.entry-content form input[type=button].gray:focus,
.entry-content form input[type=reset].gray:focus {
  color: #fff;
  background-color: #5f7787;
}

.entry-content form input[type=file] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
}

.entry-content form textarea {
  width: 93%;
}

.entry-content form input:not([type]),
.entry-content form input[type=date],
.entry-content form input[type=datetime-local],
.entry-content form input[type=email],
.entry-content form input[type=month],
.entry-content form input[type=number],
.entry-content form input[type=password],
.entry-content form input[type=search],
.entry-content form input[type=tel],
.entry-content form input[type=text],
.entry-content form input[type=time],
.entry-content form input[type=url],
.entry-content form input[type=week],
.entry-content form textarea,
.entry-content form select,
.entry-content form select:focus {
  font-size: 16px;
}

.entry-content form select {
  max-width: 100%;
  height: 36px;
}

/***  Responsive ****/
/*   Icons   */
@font-face {
  font-family: 'linecons';
  src: url('//wp.stolaf.edu/wp-content/themes/st-olaf/fonts/linecons/linecons.eot');
  src: url('//wp.stolaf.edu/wp-content/themes/st-olaf/fonts/linecons/linecons.eot?#iefix')
      format('embedded-opentype'),
    url('//wp.stolaf.edu/wp-content/themes/st-olaf/fonts/linecons/linecons.woff')
      format('woff'),
    url('//wp.stolaf.edu/wp-content/themes/st-olaf/fonts/linecons/linecons.ttf')
      format('truetype'),
    url('//wp.stolaf.edu/wp-content/themes/st-olaf/fonts/linecons/linecons.svg#linecons')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon::before {
  font-family: 'linecons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  margin-right: 0.6em;
  -webkit-font-smoothing: antialiased;
}
.icon-arrow-left::before {
  content: "\e032";
}
.icon-arrow-right::before {
  content: "\e035";
}

@media all and (min-width: 940px) {
  /* If not mobile device, hide mobile elements */
  #inner .sub-blocks {
    float: right;
  }

  #mobile-logo {
    display: none;
  }
  .mp-menu {
    display: none;
  }
  .menu-trigger {
    display: none;
  }

  .scroller {
    display: none;
  }

  .scroller,
  .scroller-inner {
    display: none;
  }

  #inner .newsbar {
    margin-right: 0px;
  }
}

@media all and (max-width: 940px) {
  #inner {
    /*   margin-top:40px; */
  }
  #content .share {
    padding: 0px;
  }

  /*  Home Page Formatting  */
  #slider .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    display: none;
  }

  #inner .featured {
    width: 100%;
  }

  @supports (display: grid) {
    .featured-stories {
      grid-template-columns: repeat(2, 293px);
      grid-column-gap: 60px;
    }
  }

  .featured-one {
    margin-left: 60px;
    margin-right: 60px;
  }
  .featured-two {
    margin-left: 0px;
    margin-right: 12px;
  }
  .featured-three {
    margin-left: 60px;
    margin-right: 60px;
  }
  .featured-four {
    margin-left: 0;
    margin-right: 0;
  }
  .featured-five {
    margin-left: 60px;
    margin-right: 60px;
  }
  .featured-six {
    margin-left: 0px;
  }
  .bottom-container {
    width: 100%;
    padding-top: 50px;
  }
  .of-note {
    float: left;
    width: 80%;
    text-align: left;
    margin-left: 60px;
  }
  .of-note .soliloquy-container .soliloquy-prev,
  .of-note .soliloquy-container .soliloquy-next {
    display: none;
  }
  .of-note .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    margin: 0px;
  }

  .news-and-events {
    float: left;
    padding-top: 40px;
    width: 100%;
    border-left: none;
    padding-left: 0px;
    margin-left: 60px;
  }
  #inner .promo-banner-container {
    text-align: center;
  }
  #inner .promo-banner-container img {
    max-width: 100%;
  }
  /*  End Home Page Formatting  */

  /* Admissions Page Formatting */

  .entry-content .about {
    float: none;
    width: 100%;
  }

  .entry-content .about_description {
    margin-right: 15px;
  }

  .entry-content .middle {
    border: none;
    padding: 0px;
  }

  .entry-content .bottom_bar li {
    float: left;
    margin-top: 10px;
  }

  .entry-content .bottom_bar li a {
    width: 170px;
  }

  /* End Admissions Page Formatting */

  @-ms-viewport {
    width: auto;
  }
  .slidedeck {
    z-index: 0 !important;
  }
  #wrap {
    overflow: visible !important;
  }
  .shell {
    padding: 0px 0px;
  }
  #inner,
  .shell {
    width: 100%;
    height: auto;
  }

  #header {
    display: none;
  }

  .banner-image {
    width: 100%;
    height: auto;
    margin: 0px;
    line-height: 0px;
    vertical-align: bottom;
    margin-bottom: 10px;
  }

  #content {
    float: none;
  }

  #slider {
    /*    display:none;*/
  }

  .news-title {
    margin-left: 10px;
  }

  body.sidebar-content-sidebar #content-sidebar-wrap {
    width: 100%;
    margin-top: 0px;
    float: none;
  }

  body.sidebar-content-sidebar #sidebar-alt {
    float: none;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    width: auto;
  }

  .entry-title {
    margin-top: 10px;
    margin-left: 10px;
  }

  .entry-content {
    margin: 0px 10px;
  }

  #sidebar {
    display: none;
  }

  #sto-department-header {
    margin-top: -40px;
  }

  #sto-people-list {
    margin-top: 40px;
  }

  #navigation {
    display: none;
  }
  #footer .footer-container {
    width: 100%;
  }

  #footer .footer-container .social {
    display: none;
  }
  #footer .footer-container .contact-info {
    float: none;
    margin-left: 60px;
  }
  .scroller {
    background-color: #d09016;
    height: 40px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 1;
  }

  .scroller-search Input[type="text"] {
    float: right;
    margin-top: 3px;
    margin-right: 3px;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  }

  .scroller,
  .scroller-inner {
  }

  #wrap {
    position: relative;
    overflow: hidden;
  }

  .menu-trigger {
    position: fixed;
    left: 10px;
    z-index: 100;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: -5px 0px 0px -7px;
  }

  .menu-trigger span {
    position: absolute;
    top: 45%;
    left: 0;
    display: block;
    width: 80%;
    height: 8%;
    background-color: black;
    font-size: 0px;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin-left: 6px;
  }

  .menu-trigger span:before,
  .menu-trigger span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }

  .menu-trigger span:before {
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%);
  }

  .menu-trigger span:after {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
  }

  .responsive-shell {
    top: 0px;
    left: 0px;
    height: 100%;
  }

  .mp-menu {
    left: 0;
    z-index: 1;
    width: 300px;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .mp-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .mp-calendar img {
    margin: 10px 10px 10px 20px;
    padding-top: 10px;
    font-size: 1.4em;
  }

  .parent-mp-pushed {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
  }

  .footer-mp-pushed {
    display: none;
    -webkit-transform: translate3d(63.5%, 0, 0);
    transform: translate3d(63.5%, 0, 0);
    opacity: .4;
  }

  .footer-mp-pushed2 {
    -webkit-transform: translate3d(72%, 0, 0);
    transform: translate3d(72%, 0, 0);
  }

  /* overlays for pusher and for level that gets covered */
  .responsive-shell::after,
  .mp-level::after,
  .mp-level::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    opacity: 0;
  }

  .responsive-shell::after,
  .mp-level::after {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  }

  .mp-level::after {
    z-index: -1;
  }

  .responsive-shell.mp-pushed::after,
  .mp-level.mp-level-overlay::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .mp-level.mp-level-overlay {
    cursor: pointer;
  }

  .mp-level.mp-level-overlay.mp-level::before {
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 1;
    background-color: #edebf3;
  }

  .responsive-shell,
  .mp-level {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  /* overlap */
  .mp-overlap .mp-level.mp-level-open {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }

  /* First level */
  .mp-menu > .mp-level,
  .mp-menu > .mp-level.mp-level-open,
  .mp-menu.mp-overlap > .mp-level,
  .mp-menu.mp-overlap > .mp-level.mp-level-open {
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* cover */
  .mp-cover .mp-level.mp-level-open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  /* content style */
  .mp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mp-menu h2 {
    margin: 0;
    padding: 1em 1em 10px;
    color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 2em;
  }

  .mp-menu.mp-overlap h2::before {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 8px;
    font-size: 75%;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
    transition: opacity 0.3s, transform 0.1s 0.3s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .mp-menu.mp-cover h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1em;
  }

  .mp-overlap .mp-level.mp-level-overlay > h2::before {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .mp-menu ul li > a {
    display: block;
    padding: 0.7em 1em 0.7em 1.8em;
    outline: none;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    font-size: 1.4em;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
  }

  .mp-menu ul li::before {
    position: absolute;
    left: 10px;
    z-index: -1;
    color: rgba(0, 0, 0, 0.2);
    line-height: 3.5;
  }

  .mp-level > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
  }

  .mp-menu ul li a:hover,
  .mp-level > ul > li:first-child > a:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
  }

  .mp-menu .mp-level.mp-level-overlay > ul > li > a,
  .mp-level.mp-level-overlay > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
  }

  .mp-level > ul > li:first-child > a:hover,
  .mp-level.mp-level-overlay > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0);
  } /* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */

  .mp-back {
    background: rgba(0, 0, 0, 0.1);
    outline: none;
    color: #4d4d4f;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    font-size: 0.8em;
    padding: 1em;
    position: relative;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }

  .mp-back::after {
    font-family: 'linecons';
    position: absolute;
    content: "\e037";
    right: 10px;
    font-size: 1.3em;
    color: rgba(0, 0, 0, 0.3);
  }

  .mp-menu .mp-level.mp-level-overlay > .mp-back,
  .mp-menu .mp-level.mp-level-overlay > .mp-back::after {
    background: transparent;
    box-shadow: none;
    color: transparent;
  }

  .mp-separator {
    background: rgba(0, 0, 0, 0.1);
    outline: none;
    color: #4d4d4f;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    font-size: 0.8em;
    padding: 1em;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }

  .mp-separator::after {
    position: absolute;
    right: 10px;
    font-size: 1.3em;
    color: rgba(0, 0, 0, 0.3);
  }

  /* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
  /* We'll show the first level only */
  .no-csstransforms3d .responsive-shell,
  .no-js .responsive-shell {
    padding-left: 300px;
  }

  .no-csstransforms3d .mp-menu .mp-level,
  .no-js #navigation .mp-level {
    display: none;
  }

  .no-csstransforms3d #navigation > .mp-level,
  .no-js #navigation > .mp-level {
    display: block;
  }
}

@media all and (max-width: 730px) {
  .featured-one {
    margin-left: 30px;
    margin-right: 30px;
  }
  .featured-two {
    margin-left: 0px;
    margin-right: 12px;
  }
  .featured-three {
    margin-left: 30px;
    margin-right: 30px;
  }
  .featured-four {
  }
  .featured-five {
    margin-left: 30px;
    margin-right: 30px;
  }
  .featured-six {
    margin-left: 0px;
  }
  #inner .promo-banner-container {
    margin: 0 30px;
  }
  .bottom-container {
    width: 100%;
    padding-top: 75px;
  }
  .of-note {
    float: left;
    width: 80%;
    text-align: left;
    margin-left: 60px;
  }
  .news-and-events {
    float: left;
    padding-top: 40px;
    width: 100%;
    border-left: none;
    padding-left: 0px;
    margin-left: 60px;
  }
}
@media all and (max-width: 670px) {
  @supports (display: grid) {
    .featured-stories {
      grid-template-columns: repeat(1, 293px);
      grid-column-gap: 0;
    }
  }

  .featured-one,
  .featured-two,
  .featured-three,
  .featured-four,
  .featured-five,
  .featured-six {
    float: none;
    margin: 0 auto;
    padding: 0 10px;
  }
  .bottom-container {
    width: 100%;
    padding-top: 75px;
  }
  #inner .promo-banner-container {
    margin: 0 10px;
  }
  .of-note {
    float: left;
    width: 80%;
    text-align: left;
    margin-left: 60px;
  }
  .news-and-events {
    float: left;
    padding-top: 40px;
    width: 100%;
    border-left: none;
    padding-left: 0px;
    margin-left: 60px;
  }
}
@media all and (max-width: 611px) {
  .bottom-container {
    width: 100%;
    padding-top: 40px;
  }
  #inner .promo-banner-container {
    margin: 0 10px;
  }
  .of-note {
    float: left;
    width: 80%;
    text-align: left;
    margin-left: 10%;
  }
  .news-and-events {
    float: left;
    padding-top: 40px;
    width: 100%;
    border-left: none;
    padding-left: 0px;
    margin-left: 10%;
  }
  #footer .footer-container .contact-info {
    float: none;
    margin-left: 10%;
  }
}

@media all and (max-width: 599px) {
  #inner .promo-banner-large {
    display: none;
  }
  #inner .promo-banner-medium {
    display: none;
  }
  #inner .promo-banner-small {
    display: inline;
  }

  .entry-content .bottom_bar li {
    margin-top: 10px;
  }

  .entry-content .bottom_bar li a {
    width: 260px;
  }
}

@media all and (max-width: 478px) {
  .entry-content .bottom_bar li a {
    width: 175px;
  }
  body.sidebar-content-sidebar #content .news-info {
    padding-left: 0px;
    margin-top: 10px;
    width: 100%;
  }

  #inner .sub-blocks li {
    float: left;
  }
}

@media all and (max-width: 386px) {
  .entry-content .bottom_bar li {
    float: none;
  }
  #footer {
    height: 75px;
  }
}
@media all and (max-width: 330px) {
  #footer {
    height: 90px;
  }
}
@media print {
  #header {
    display: none;
  }

  #navigation {
    display: none;
  }

  #sidebar {
    display: none;
  }

  #stobanner {
    display: none;
  }

  #content {
    width: 100%;
  }

  #footer {
    width: 100%;
    display: none;
  }
}

/***  End Responsive ****/

@media print {
  #header {
    display: none !important;
  }
  #wrap .shell .scroller {
    display: none !important;
  }
  .banner-image {
    display: none !important;
  }
  #mobile-logo {
    display: none !important;
  }

  #navigation {
    display: none !important;
  }
  #sidebar {
    display: none !important;
  }
  #stobanner {
    display: none !important;
  }
  #content {
    width: 100% !important;
  }
  #footer {
    width: 100% !important;
    display: none;
  }
}
