@import url("https://www.osu.edu/assets/fonts/webfonts.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");


html {
  font-size: 14px;
}

body,
p {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  color: #767676;
}

a:focus,
button:focus {
  outline: -webkit-focus-ring-color auto 1px !important;
}

h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

h2 {
  font-size: 1.31rem;
  letter-spacing: 0.005em;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-weight: bold;
  color: #063c4a;
}

#osu_navbar .container {
  .container-fixed();
}


/* MAIN NAVIGATION */
#header .header-nav-main {
  float: right;
}

#header nav ul.nav-main li a {
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
  padding: 8px 13px;
  color: #003b49;
  background-color: transparent !important;
}

#header nav ul.nav-main li a:hover,
#header nav ul.nav-main li a:focus {
  color: #003b49;
}

#header nav ul.nav-main ul.dropdown-menu,
#header nav ul.nav-main li.dropdown.open .dropdown-toggle {
  color: #003b49 !important;
}

ul.nav-pills>li.active>a {
  color: #003b49 !important;
  font-weight: 700 !important;
  background: transparent !important;
}

.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  background-color: #003b49;
}

.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  background-color: #000;
}

#header nav ul.nav-main li>a:hover,
#header nav ul.nav-main li.dropdown:hover a {
  color: #00b5e2;
  background: transparent;
}

#header .header-body {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  #header .header-nav.header-nav-push-top {
    margin-top: -62px;
  }

  #header .header-btn-collapse-nav {
    background: #003b49;
  }

  .navbar-header {
    display: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  ul.nav-pills>li.active>a {
    color: #003b49 !important;
    font-weight: 700 !important;
    background: none !important;
  }

  #header .header-nav-main nav>ul>li.active>a,
  #header .header-nav-main nav>ul>li.active>a:focus,
  #header .header-nav-main nav>ul>li.active>a:hover {
    background-color: #003b49;
  }
}


form label {
  font-weight: bold;
}

input.form-checkbox,
input.form-radio {
  vertical-align: top;
}

.form-text {
  font-weight: normal;
}

#disclaimer p {
  font-size: 18px;
}

#footer {
  margin-top: 20px;
  padding: 50px 0 0;
  background: #060606;
}

#header .header-body {
  margin-bottom: 0;
  background: none;
  padding: 0;
}

#header .header-nav.header-nav-push-top {
  margin-top: 0;
}

/* new nav/header responsive stuff */
#header .header-body {
  min-height: 110px !important;
}

#header i.fa-caret-down {
  padding-left: 5px;
}

#header .logo-bar-links {
  float: right;
  margin: 10px 0;
  margin-top: 35px;
}

#header .school-logos {
  float: right;
  margin: 10px 0;
  margin-bottom: 0px;
  min-height: 90px;
}

#header .school-logos a:hover {
  text-decoration: none;
}

#header .school-logos .osu {
  margin-right: 20px;
}

.msu,
.osu {
  height: 50px;
}

#header button.header-btn-collapse-nav {
  padding: 0;
  margin: 34px 30px 0 0;
  border: 0;
  color: #474747
}

#header button.header-btn-collapse-nav:hover {
  color: #23527c;
}

#header .header-nav-main nav ul.nav-main>li.dropdown:hover>.dropdown-menu li a:hover {
  background: #00b5e2 !important;
  color: #fff !important;
}

#header .header-nav-main nav ul.nav-main>li.dropdown:hover>.dropdown-menu li:first-child a {
  border-radius: 4px 4px 0 0;
}

#header .header-nav-main nav ul.nav-main>li.dropdown:hover>.dropdown-menu li:last-child a {
  border-radius: 0 0 4px 4px;
}

#header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
  border-top: 0;
  padding: 8px 20px 8px 8px;
  border-radius: 4px;
  border: 1px solid #f4f4f4;
}

.arsp-logo {
  display: block;
  height: auto;
  width: auto;
  margin: 10px 0;
  float: left;
  max-height: 90px;
  margin: 10px 0;
}

ul.menu,
ul.nav-main {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: row;
  padding-left: 0;
  list-style: none;
  margin-left: auto !important;
}

#header .header-nav-main nav ul.nav-main li a {
  font-size: 1.1rem;
}

ul.nav-main {
  margin-bottom: 20px;
}

.nav-main li {
  list-style: none;
}

.nav>li>a {
  display: inline;
}

ul li.leaf {
  list-style: none;
}

.menu>.leaf,
.nav-main>li {
  padding-right: 0;
  padding-left: 0
}

.menu>li.leaf>a {
  color: #767676 !important;
  font-size: .95rem;
  background: transparent !important;
}

.menu>li.leaf:after,
.nav-main>li:after {
  padding-left: 4px;
  padding-right: 4px;
  content: "  |";
}

.menu>li.leaf:last-child:after,
.nav-main>li:last-child:after {
  margin-right: 0;
  padding: 0;
  content: "";
}

.menu>li.leaf>a:hover {
  color: #00b5e2 !important;
  text-decoration: none;
}

img.twitter-logo {
  display: block;
  float: right;
  margin-left: 20px;
  margin-top: 35px;
  max-height: 20px;
}


/* Hamburger Menu */
/*
ul#hamburger-menu {
  top: 127px;
  left: 390.5px;
  display: block;
  font-size: 14px;
}
*/
/* Button Elements */
.btn-primary {
  border-color: #00b5e2 #00b5e2 #00b5e2;
  background-color: #00b5e2;
  color: #fff !important;
}

.btn-primary:hover {
  border-color: #830000 #830000 #830000;
  background-color: #830000;
  color: #fff !important;
}

/* About Page Sub-Nav */
#about-sub-nav {
  padding-top: 5px;
}

#about-sub-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#about-sub-nav ul li {
  display: inline;
  padding-right: 1rem;
}

/* MCS Mobile Nav Styling */
#header .header-btn-collapse-nav {
  float: left;
  background: none;
  color: #003b49;
  font-size: 25px;
  margin-right: 12px;
}

/* ARS Typography */
/* CAN THIS JUST GO AWAY? DO WE NEED THE NAME OF THE SITE BOTH IN THE HEADER AND THE CONTENT? */
.site-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #767676 !important;
  padding: 0px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.05em;
}

/*
.site-title a {
  color: #494949 !important;
}
*/
.page-title {
  font-size: 48px;
  font-weight: 700;
  color: #767676;
  text-align: left;
  margin: 0px 0px 20px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #00b5e2;
}

p {
  line-height: 1.5;
}

p.about {
  font-size: 1.17rem;
}

a,
a:link,
a:visited,
a:active {
  color: #003339;
  font-weight: bold;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
}

/* Responsive Images */
img,
img.scale-with-grid {
  outline: 0;
  max-width: 100%;
  height: auto;
}

/* IS THIS ACTUALLY BEING USED? */
.breadcrumb-wrap {
  display: none;
}

/*
.padme-50 {
  padding-bottom: 50px;
}
.list {
  padding: 10px 0;
}
*/
.team-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Contact Us Page Styles */
/*
.contact-us {
  padding: 25px;
}

*/

/* Blog Styles */

.post-share,
.post-author {
  display: none;
}

.post-meta-comments {
  display: none !important;
}

.recent-posts .date .month,
article.post .post-date .month {
  background-color: #00b5e2;
}

.recent-posts .date .day,
article.post .post-date .day {
  color: #00b5e2;
}

/*
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #00b5e2;
}
*/
.left-aligned {
  padding-right: 20px;
  padding-bottom: 20px;
}

.pullquote {
  display: block;
  background-color: rgba(0, 181, 226, .2);
  width: 35%;
  padding: 20px;
  border: 2px solid #666666;
  font-size: larger;
  font-style: italic
}

.left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  clear: none;
}

.right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  clear: none;
}

.rteindent1 {
  margin-top: -15px;
}


/* Pager Styles */
.pagination>li>a,
.pagination>li>span {
  border: 1px solid #700000;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #00b5e2 !important;
  border-color: #700000;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  border-color: #700000;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #700000;
}

/* List Styles */
.list.list-icons li .fa,
.list.list-icons li .icons {
  color: #00b5e2;
  border-color: #00b5e2;
}

.list.list-ordened.list-ordened-style-3 li:before {
  background-color: #00b5e2;
}

.list-ital {
  font-style: oblique;
}

.img-pad-right {
  padding-right: 20px;
}

.img-pad-left {
  padding-left: 20px;
}

/* Footer Styles */
#footer {
  padding: 20px 0;
  background: url(../../../files/bg-footer.jpg) center center no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  font-size: 16px;
}

#page_footer * {
  color: #fff;
}

#page_footer h6 {}

#page_footer a {
  text-decoration: underline;
}

#page_footer ul {
  margin: 0;
}

#page_footer li {
  list-style: none;
  padding: 0;
}

#page_footer li a {
  color: #ddd;
  text-decoration: none;
  font-size: 12px;
}

#page_footer li a:hover {
  color: #fff;
  text-decoration: underline;
}

#page_footer hr {
  background: #777;
  background: rgba(255, 255, 255, 0.2);
  color: #777;
  color: rgba(255, 255, 255, 0.2);
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
}

#footer_links {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}

#footer_links ul {
  line-height: 1.3;
}

#footer_info {}

#footer_info p {
  margin-bottom: 0;
  font-size: 13px;
}

#footer_info a {
  color: #fff;
}

#footer_info a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer_info a.rss {
  padding: 0 0 2px 20px;
  background: url(https://religioussounds.osu.edu/sites/religioussounds.osu.edu/themes/religioussounds/css/images/social/icon-rss.png) 0 0 no-repeat;
  height: 20px;
}

#footer_info a:hover.rss {
  background-position: 0 -18px;
}

#institutional_info {
  margin-top: 5px;
}

#footer_social {
  float: right;
}

a.socialicon img {
  height: 32px;
  width: 32px;
  margin: 0 .5em .5em 0;
  border: 1px solid #eaeaea;
  background: #fff;
}

a:hover.socialicon img {
  background: #ccc;
}

#footer_social a.socialicon img {
  background: transparent;
  border: none;
}

#footer_social a:hover.socialicon img {
  background: #b00;
  background: rgba(187, 0, 0, 0.5);
}

#footer .footer-copyright {
  background: none;
  border-top: 0;
  margin-top: 0;
  padding: 0;
}

#footer .footer-copyright p {
  color: #fff;
}



/* bootstrap submenus */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .arsp-logo {
    height: auto;
  }
}

@media (min-width: 1200px) {
  #header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
    display: none;
  }

  #header .header-nav-main-effect-2 nav>ul>li.dropdown .dropdown-menu {
    display: none;
  }

  #header .header-nav-main-effect-2 nav>ul>li.dropdown:hover>.dropdown-menu {
    display: block;
  }

  #header .header-nav-main nav>ul>li.dropdown:active>.dropdown-menu {
    display: block;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

  /* stuff for main page */
  .arsp-logo {
    float: right;
  }

  #header .header-nav-main {
    float: left;
    position: absolute;
    top: -175px;
    z-index: 1000;
  }

  #header .school-logos {
    display: none;
  }

  #header .header-nav-main nav ul.nav-main {
    border: 1px solid #f4f4f4;
    padding: 0 !important;
    border-radius: 4px;
    min-width: 250px;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  }

  #header .header-nav-main nav ul.nav-main>li {
    display: block;
    float: none;
    position: relative;
    width: 100%;
    margin: 0;
    background-color: transparent;
    border-bottom: 1px solid #f4f4f4;
  }

  #header .header-nav-main nav ul.nav-main>li a {
    text-transform: none;
    background-color: transparent;
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 8px 30px 8px 13px;
  }

  #header .header-nav-main nav ul.nav-main>li a:hover {
    background: #00b5e2 !important;
    color: #fff !important;
  }

  #header .header-nav-main nav ul.nav-main>li:first-child a {
    border-radius: 4px 4px 0 0;
  }

  #header .header-nav-main nav ul.nav-main>li:last-child a {
    border-radius: 0 0 4px 4px;
  }

  li.leaf:after,
  .nav-main>li:after {
    content: none;
  }

  #header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
    padding: 0;
  }

  #header .header-btn-collapse-nav {
    position: absolute;
    z-index: 1000;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .arsp-logo {
    float: right;
  }

  #header .school-logos {
    display: none;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .gallery {
    float: unset;
  }

  #header .header-nav-main {
    top: -100px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
  #header .header-nav-main {
    top: -70px;
  }
}

/* WHY */
.dropdown i {
  margin: 0 !important;
}

#header .header-body {
  border-top: 0;
}

/* ALLOWS FOR BORDERLESS TABLES */

.border-0 {
  border: 0 !important;
}

/* HOME PAGE BLOCK STRUCTURE/BORDERS */
.about {
  border-bottom: 1px solid #9bb1b7;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.region-grid-sm-2,
.region-grid-sm-3,
.region-grid-sm-4,
.region-grid-sm-5,
.region-grid-sm-6 {
  padding-top: 5px;
}

.region-grid-sm-2>.block>.content>p {
  margin-bottom: 0;
}

.region-grid-sm-1,
.region-grid-sm-2,
.region-grid-sm-3 {
  padding-bottom: 20px;
}

.region-grid-sm-4,
.region-grid-sm-5 {
  margin: 0;
}

.region-grid-sm-4 {
  margin-left: -15px;
}

.region-grid-sm-5 {
  margin-right: -15px;
}

.region-grid-sm-2,
.region-grid-sm-3,
.region-grid-sm-6 {
  border-top: 2px solid #00B5E2;
  border-bottom: none;
}

.region-grid-sm-2 {
  padding-bottom: 10px;
}

.region-grid-sm-2::before,
.region-grid-sm-3::before,
.region-grid-sm-6::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-right: 10px solid #00B5E2;
  border-left: 10px solid transparent;
  border-top: 10px solid #00B5E2;
  border-bottom: 10px solid transparent;
  right: 15px;
  top: 0px;
}

.border-top {
  border-top: 1px solid #9bb1b7;
}


/* HOMEPAGE-SPECIFIC FORMATTING TWEAKS */
h2.about {
  font-size: 2.26rem;
  letter-spacing: 0.005em;
  margin-bottom: 0 !important;
  border-bottom: none;
  padding-bottom: 1ex;
}

#block-views-random-covid-clip-block>h2 {
  margin-top: 0;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

div.main {
  padding-top: 20px;
  padding-bottom: 20px;
}

.table>tbody>tr>td {
  padding-left: 0;
}

img.cover {
  width: 100%;
  height: auto;
  padding-top: 20px;
}

img.image {
  height: 185px;
  margin-top: 7px;
}

/* CLEAN UP MARGINS ON MOBILE */
@media only screen and (max-width : 991px) {
  .gallery {
    float: unset;
  }

  .region-grid-sm-1,
  .region-grid-sm-4,
  .region-grid-sm-5 {
    /* border-top: 1px solid #9bb1b7; */
    padding-top: 20px;
  }

  .region-grid-sm-5 {
    margin-left: -15px;
  }
}

/* PLAYER STYLING */
table.player {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

table.player td {
  padding-bottom: .5rem;
}

tbody {
  border-top: none;
}

.archive {
  padding-top: 10px;
  padding-bottom: 5px;
}

.table.archive {
  margin-bottom: 0;
}

.play-button {
  width: 18px;
  padding-right: 7px;
}

.audio-td-button::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  /* Headphone */
  content: '\f025';
}

/* VARIOUS BITS OF TEXT FORMATTING FOR HOME PAGE */

.section-header {
  font-size: 1.5rem;
  color: #006666;
}

h2.section-header>a {
  color: inherit;
}

h2.section-header>a:hover {
  text-decoration: none !important;
}

.drop-cap::first-letter {
  font-size: 2.5rem;
  vertical-align: middle;
}

h2.drop-cap {
  padding-bottom: 10px;
}

p,
#footer a {
  background-color: inherit;
}

.underline {
  text-decoration: underline !important;
}

.button,
button {
  border: none;
  color: #003339;
  background-color: #ffffff;
}

.button {
  border: thin solid #063c4a;
  border-radius: 3px;
  padding: 5px;
  font-size: .9rem;
}

button {
  font-size: 16px;
}

.button::after {
  content: url(../../../files/arrow-dark-short.png);
  padding-left: 3px;
  vertical-align: bottom;
}


.faux-underline {
  border-bottom: thin solid;
}

body,
p {
  color: #767676;
}

.fa-pause-circle-o {
  font-size: 17px;
}

@media (min-width: 992px) {
  #header .header-nav-main-effect-1 nav>ul>li.dropdown .dropdown-menu li a {
    margin-top: 0;
  }

  #header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
    display: none;
  }

  #header .header-nav-main-effect-2 nav>ul>li.dropdown .dropdown-menu {
    display: none;
  }

  #header .header-nav-main-effect-2 nav>ul>li.dropdown:hover>.dropdown-menu {
    display: block;
  }
}

.archive-notice {
  background-color: lightgray;
  margin-bottom: .5rem;
  color: black;
  text-align: center;
}