﻿.noMargins {
  margin: 0px;
}
.noPadding {
  padding: 0px;
}
.collapse:not(.show) {
    display: unset;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {min-height:0px;}
body {
  margin: 0px;
  padding: 0px;
  line-height: 1.6;
  background-color: #444444;
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  color: #1b1b1b;
  font-weight: 400;
}
#content_wrapper .dropdown:hover > .dropdown-menu {
  display: block;
}
/* GENERIC */
.btn-primary {
    color: #fff !important;
    background-color: #841617;
    border-color: #841617;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #910000;
    border-color: #710000;
}
.btn {
    text-transform: uppercase !important;
    font-size: .875rem !important;
    padding: 0.75rem 1.25rem !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}
.hero-background-image {
    min-height:450px;
    background-image: url(/portals/1000/skins/ouhsc_v2/images/banner-campus-aerial_2000x450.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
a.LearnMoreLink {
  text-transform: uppercase !important;
  font-size: .875em;
  letter-spacing: 0.06em;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold !important;
  margin-top: 15px;
  /* float: left;*/
  padding: 10px 20px;
  background-color: #910000;
  color: #fff !important;
  /* display: block; */
  text-align: center !important;
  text-decoration: none !important;
  border-radius: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
H1 {
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: normal;
  font-family: freight-text-pro, serif;
  padding: 0px 0px 20px 0px;
}
H2 {
  font-size: 2em;
  font-weight: 900;
}
H3 {
  font-family: Arboria, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}
H4 {
  font-family: Arboria, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}
H5, DT {}
H6 {}

/* {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */

#content_wrapper {
  width: 100%;
  background-color: #fff;
}
li.nav-item.dropdown.show {
  background-color: #000;
}
.navbar-toggler-text {
  margin-left: 45px;
  font-size: .975em !important;
  color: #fff;
}
@media (max-width: 479px) {
  #topbar {
    display: none;
    padding-top: 20px;
  }
  #content_wrapper {
    width: 100%;
    background-color: #fff;
    margin-top: 0px;
  }
  #site_header {
    background-color: #841617;
    width: 100%;
    position: unset;
    top: 0;
  }
  .header_container {
    padding: 10px 0px 0px 0px;
    margin: 0px auto;
    max-width: 1400px;
  }
		h1 {font-size:2em;}
}

@media (max-width: 550px) {
  img {
    max-width: 100%;
    height: auto !important;
  }
  .img_margin {
    padding: 0px;
    margin: 10px auto !important;
  }
  h1 {
    font-size: 2.5rem;
  }
  .hero_banner_content {
    padding: 25px !important;
    max-width: 1330px;
    margin: 0 auto;
    display: flex;
  }
  .hero_title {
    font-weight: 500;
    font-size: 3.8rem;
    line-height: 3.5rem;
    margin: 0px 0px 0px 0px !important;
  }
  .hero_banner_container p {
    font-size: .9em;
    line-height: normal;
margin: 15px 0px;
  }
  .hero_banner_scrim {
    background-color: #00000054;
  }
  .hero_banner_video {
    height: 550px !important;
    object-fit: cover;
  }
  blockquote {
    position: relative;
    font-family: freight-text-pro !important;
    quotes: "\201C""\201D""\2018""\2019";
    color: #878383;
    font-size: 1.4em;
    line-height: 1.2em;
    border-right: 0px;
  }
  blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 3.5em;
    line-height: .6em;
    padding-right: 5px;
    float: left;
  }
  .text_impact h2, h2.text_impact, .text_impact h3, h3.text_impact, .text_impact h4, h4.text_impact {
    font-size: 5rem !important;
    line-height: 4rem !important;
  }
  .ST_Box {
    margin: 0px 0px 0px 0px !important;
  }
  .ST_Padding {
    padding: 0px 0px;
    display: block;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #main-nav {
    padding: 0px;
  }
  #nav_global a {
    display: block;
    color: #fff;
    text-align: left;
    padding: 10px 25px 10px 25px;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
  }
  #splash_banner {
    max-height: 300px;
	  background-position: center;
  }
  .collapse.show {
    display: block;
    padding-top: 10px;
  }
	.collapse:not(.show) {
    display: none;
}
  .menuGiving a:link, .menuGiving a:visited {
    background-color: #49943d;
    color: #fff;
    text-decoration: none;
    float: none;
    margin: 0px;
    border-radius: 0px;
    display: block;
  }
  .menuApply a:link, .menuApply a:visited {
    background-color: #0081dd;
    /*background-color: #00ade6;*/
    color: #fff;
    text-decoration: none;
    float: none;
    margin: 10px 0px 0px 0px;
    border-radius: 0px;
    display: block;
  }
}
@media (min-width: 768px) {
  .container {
    /* width: 90%; */
    padding: 0px 15px;
    margin: 0px auto;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: auto;
    left: auto;
  }
}
@media (min-width: 992px) {
  .container {
    /*  width: 90%; */
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1366px;
  }
  .container {
    max-width: 1330px;
  }
  .hero_banner_container {
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 1300px;
  }
		.hero_bannerbtn {
    margin: 0px 0px 20px 0px;
}
  .banner-content {
    width: 100%;
    max-width: 750px !important;
    padding: 40px 20px;
  }
	    .banner-content-full {
        width: 100%;
        max-width: 1300px !important;
        padding: 40px 20px;
    }
}
@media (min-width: 1280px) {

}
@media (min-width: 767px) {
.collapse {
    display: block;
    /* padding-top: 10px; */
}
  .showhide {
    display:none;
  }
}
@media (max-width: 767px) {
	  .showhide {
    display:block;
  }
  .collapse.show {
    display: block;
    padding-top: 0px;
  }
}

