/** Base CoF Sytles **/
/**
 *
 *  OSU Brand Colors
 *
 */
/* second one is color photoshop is reporting
   for mobile menus - check on this */
/**
 *  Sidebar New Design
 */
/**
 *  Fonts
 */
/**
 *  Base Elements
 */
html {
  /*font-size: 62.5%;*/
}
body,
p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
}
a {
  color: #D73F09;
  text-decoration: underline;
}
a:active,
a:focus,
a:hover {
  color: #D3832B;
  text-decoration: none;
}
h1,
h1 a {
  font-family: "Open Sans", sans-serif;
  color: black;
  /*
    font-size: 30pt;
    line-height: 30pt;
      swapped
    */
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
/* site name and cof linkback */
h3#cof-linkback {
  font-size: smaller;
  font-weight: normal;
  margin: 0;
}
h3#cof-linkback a,
h3#cof-linkback a:visited,
h3#cof-linkback a:active {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  height: auto;
  color: white;
  text-decoration: none;
  text-transform: none;
}
h3#cof-linkback a:hover {
  color: white;
  text-decoration: underline;
}
h1#site-name-wrapper {
  height: 70px;
}
h1#site-name {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: white;
}
h1#site-name a,
h1#site-name a:visited,
h1#site-name a:active {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: white;
  text-decoration: none;
  text-transform: none;
  font-size: 20px;
  height: auto;
}
h1#site-name a:hover {
  color: white;
  text-decoration: underline;
}
h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}
h2.page-header {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0.5em auto;
  font-weight: bold;
  text-align: center;
  color: black;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", sans-serif;
  display: none;
}
h2.block-title {
  font-family: "Open Sans", sans-serif;
  /*
    font-size: 20pt;
    line-height: 30pt;
      swapped
  */
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}
h2 a {
  color: #D73F09;
}
h2 a:active,
h2 a:focus,
h2 a:active {
  color: #D73F09;
}
body.front h2.page-header {
  display: none;
  height: 0;
}
h3 {
  font-family: "Open Sans", sans-serif;
  /*
    font-size: 14pt;
    line-height: 20pt;
      swapped
    */
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
h3 a {
  color: #D73F09;
}
h3 a:active,
h3 a:focus,
h3 a:active {
  color: #D73F09;
}
h4 {
  font-family: "Open Sans", sans-serif;
  /*
    font-size: 14pt;
    line-height: 20pt;
      swapped
    */
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
h4 a {
  color: #D73F09;
  text-decoration: none;
}
h4 a:active,
h4 a:focus,
h4 a:active {
  color: #D73F09;
}
h4 a:hover {
  text-decoration: underline;
}
/* ???? VVVV ????? */
/* h1 and h2 page title/header spacing */
.page-header {
  border-bottom: none;
}
img {
  max-width: 100%;
  height: auto;
}
.field-collection-container {
  border-bottom: none;
}
/**
 *  Layout
 */
section {
  /*
    padding: 0 !important;
  */
}
.main-container.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
section#content-center {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 40px;
}
section#block-system-main > div.node > div.paragraphs-items,
section#block-system-main > article > div.paragraphs-items {
  margin-left: -30px;
  margin-right: -30px;
}
div.field-name-field-basic-paragraph {
  padding-left: 15px;
  padding-right: 15px;
}
#main-content-wrapper {
  margin-left: 5px;
  margin-right: 5px;
}
html body.admin-menu {
  margin-top: 28px !important;
}
body.front section#block-system-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body.not-front #content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
body.not-front #content-center {
  /*
    flex: 0 0 75%;
    max-width: 75%;
    flex: 0 0 75%;
    */
  max-width: 100%;
}
body.not-front aside.col-sm-3 {
  /*
    flex: 0 0 25%;
    max-width: 25%;
*/
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
/**
 **
 **     OSU/CoF Header / Navbar / Navbutton
 **
 **/
header.page-banner {
  height: 95px;
}
/* empty navigation */
header.page-banner.navbar-empty {
  height: 65px;
}
header.page-banner .no-gutter {
  padding: 0;
  margin: 0;
}
header.page-banner nav.navbar {
  background-color: #D73F09;
  height: 95px;
  border-color: #D73F09;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
/* empty navigation */
header.page-banner.navbar-empty nav.navbar {
  height: 65px;
}
header.page-banner .navbar-wrapper {
  width: 100%;
}
/* .navbar-header / branding */
header.page-banner .navbar-header {
  float: left;
  background-color: #D73F09;
}
header.page-banner .navbar .logo {
  margin: 0;
  padding: 0;
}
header.page-banner .navbar-header .header-logo {
  height: 65px;
  min-width: 120px;
  max-width: 350px;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
  background-color: #D73F09;
}
header.page-banner .navbar-header .header-logo img {
  width: 120px;
  vertical-align: middle;
}
header.page-banner .navbar-header .site-name {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
/* main horizontal navigation */
header.page-banner #horizontal-nav {
  float: right;
  padding-right: 20px;
}
header.page-banner #horizontal-nav a,
header.page-banner #horizontal-nav a:active,
header.page-banner #horizontal-nav a:visited {
  display: table-cell;
  height: 65px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}
header.page-banner #horizontal-nav a:hover {
  color: black;
  text-decoration: none;
}
header.page-banner #horizontal-nav a.active-trail {
  color: black;
  text-decoration: none;
}
/* audience navigation */
header.page-banner #horizontal-audience-nav {
  background-color: black;
  height: 30px;
  min-height: 30px !important;
  padding-left: 20px;
  padding-right: 20px;
}
header.page-banner #horizontal-audience-nav a,
header.page-banner #horizontal-audience-nav a:visited {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  height: 30px;
  padding: 5px 12px;
}
header.page-banner #horizontal-audience-nav li.dropdown:active,
header.page-banner #horizontal-audience-nav li.dropdown:hover,
header.page-banner #horizontal-audience-nav li.dropdown:focus {
  background-color: #D73F09;
}
header.page-banner #horizontal-audience-nav a:active,
header.page-banner #horizontal-audience-nav a:hover,
header.page-banner #horizontal-audience-nav a:focus {
  background-color: #D73F09;
  border-radius: 0;
}
header.page-banner #horizontal-audience-nav a.active-trail {
  background-color: #D73F09;
  border-radius: 0;
}
header.page-banner ul.dropdown-menu {
  background-color: #D73F09;
  border: 0px solid #D73F09 !important;
  border-top: 1px solid #D3832B !important;
  border-radius: 0;
  padding: 0 !important;
}
header.page-banner #horizontal-audience-nav ul.dropdown-menu li a:hover {
  background-color: #D3832B;
}
/** Research Areas /research/research-areas **/
div.view-research-areas-tiled img {
  border-radius: 50%;
}
div.view-research-areas-tiled div.views-row {
  margin: 10px auto;
  border-bottom: 1px dotted #000;
}
div.view-research-areas-tiled div.views-row {
  padding: 30px;
}
/** Footer **/
footer.footer {
  background-color: black;
  border-top: 3px solid #D73F09;
  color: #ffffff;
  min-height: 300px;
  margin-top: 0;
}
footer.footer .region-footer-right {
  margin-left: 8.33333333%;
}
footer.footer p {
  color: white;
}
footer.footer a,
footer.footer a:visited {
  color: white;
  text-decoration: underline;
  padding: 2px;
}
footer.footer a:focus,
footer.footer a:hover,
footer.footer a:active {
  background-color: transparent;
  color: #D3832B;
  text-decoration: underline;
}
footer.footer svg {
  height: 30px !important;
  width: 30px !important;
  margin: 10px 5px 10px 0;
  border-radius: 60px;
  background-color: black;
  color: white;
}
/* Post Content */
div.region-post-content {
  margin-top: 20px;
}
/* Aside (Sidebar) */
aside {
  padding: 0 !important;
  background: #dee5e7 none repeat scroll 0 0;
}
aside h2.block-title,
aside span.nolink {
  background: #D3832B none repeat scroll 0 0;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0px 0px 3px 20px !important;
  padding: 2em 0.9em 1em 1em;
  line-height: 1.2em;
  text-transform: uppercase;
  display: block;
}
aside .region-sidebar-second {
  color: white;
  padding: 0;
  background-color: #dee5e7;
  border: 0px solid white;
}
aside section.block-menu-block {
  background-color: #dee5e7;
  margin: 0;
  padding: 0;
}
aside .region-sidebar-second ul li a {
  border-left: 10px solid transparent;
  color: white;
  display: block;
  margin: 3px 0px 3px 20px !important;
  padding: 1.5em 0 1.5em 0.5em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #8E9089;
  line-height: 1.2em;
}
aside .region-sidebar-second ul li a:hover,
aside .region-sidebar-second ul li a:active,
aside .region-sidebar-second ul li a:focus {
  border-color: #D73F09;
  background-color: #D73F09;
}
aside .region-sidebar-second ul li a.active-trail {
  background-color: #D73F09;
}
/* Submenus */
aside .region-sidebar-second ul.menu.nav li ul.menu.nav {
  background-color: #cfcfcf;
  margin-left: 20px;
  margin-top: -3px;
}
aside .region-sidebar-second ul.menu.nav li ul.menu.nav li a,
aside .region-sidebar-second ul.menu.nav li ul.menu.nav li a:link,
aside .region-sidebar-second ul.menu.nav li ul.menu.nav li a:visited {
  border-left: 10px solid transparent;
  color: black;
  display: block;
  margin: 0px 0px 0px 5px !important;
  padding: 0.5em;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  background-color: transparent;
  line-height: 1.2em;
}
aside .region-sidebar-second ul.menu.nav li ul.menu.nav li ul.menu.nav li a,
aside .region-sidebar-second ul.menu.nav li ul.menu.nav li ul.menu.nav li a:link,
aside .region-sidebar-second ul.menu.nav li ul.menu.nav li ul.menu.nav li a:visited {
  border-left: 10px solid transparent;
  color: black;
  display: block;
  margin: 0px 0px 0px 10px !important;
  padding: 0.5em;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  background-color: transparent;
  line-height: 1em;
}
aside .region-sidebar-second ul.menu.nav li ul.menu.nav li a:hover,
aside .region-sidebar-second ul.menu.nav li ul.menu.nav li a:focus,
aside .region-sidebar-second ul.menu.nav li ul.menu.nav li ul.menu.nav li a:hover,
aside .region-sidebar-second ul.menu.nav li ul.menu.nav li ul.menu.nav li a:focus {
  text-decoration: underline;
}
/** Notifications/System Messages **/
div.messages.status {
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #D3832B;
  border-radius: 2px;
  color: #D73F09;
}
/** Editing Tabs **/
div#main-content-wrapper > ul.tabs--primary.nav.nav-tabs {
  margin: 20px auto;
}
/**
 **     Carousel
 **/
.carousel {
  /*margin: 0 -15px;*/
}
.carousel img {
  width: 100%;
  content-fit: cover;
}
.carousel-control {
  height: 20%;
  margin-top: 25%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.carousel-indicators {
  bottom: 72px !important;
  width: 120px !important;
  margin: 0 !important;
  text-align: left !important;
}
/* Slanted dark overlay at top of page */
.carousel-control.left {
  left: 10px !important;
}
.carousel-control.right {
  right: 10px !important;
}
.carousel-slide-top-overlay {
  height: 48px;
  /*background-color: rgba(0,0,0,0.5);*/
  position: relative;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  margin-bottom: -48px;
  z-index: 1;
}
.carousel-slide-bottom-overlay {
  height: 48px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  margin-top: -48px;
  position: relative;
  z-index: 2;
}
.carousel-slide-links {
  display: inline-block;
  float: right;
  position: relative;
  bottom: 72px;
  z-index: 200;
  margin-bottom: -100%;
}
.carousel-slide-link {
  font-size: 12px;
  padding: 17px 23px;
  margin: 10px;
  height: 14px;
  background-color: #D73F09;
  border: 1px solid #D3832B;
  position: relative;
  right: 180px;
  text-decoration: none;
  text-transform: uppercase;
}
a.carousel-slide-link:hover,
a.carousel-slide-link:active {
  color: #fff;
  background-color: #D3832B;
}
a.carousel-slide-link,
a.carousel-slide-link:visited {
  color: #fff;
}
.carousel-indicators li:hover {
  background-color: #D3832B;
  border-color: #D3832B;
}
.carousel-control {
  width: 48px !important;
  height: 48px;
  border-radius: 24px;
  border: 2px solid #fff;
  background: none !important;
}
.carousel-control > div {
  height: 24px;
  margin: 10px auto;
  border: 2px solid #fff;
  width: 30px;
  background-color: #fff;
}
.carousel-slider-control {
  position: relative;
  width: 48px;
  font-size: 12px;
}
.carousel-slider-control a,
.carousel-slider-control a:focus {
  color: #fff;
  position: relative;
  bottom: 72px;
}
.carousel-slider-control a:hover,
.carousel-slider-control a:active {
  color: #D3832B;
}
.left-arrow {
  -webkit-clip-path: polygon(40% 0%, 40% 25%, 100% 25%, 100% 75%, 40% 75%, 40% 100%, 0% 50%);
  clip-path: polygon(40% 0%, 40% 25%, 100% 25%, 100% 75%, 40% 75%, 40% 100%, 0% 50%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.right-arrow {
  -webkit-clip-path: polygon(0% 25%, 60% 25%, 60% 0%, 100% 50%, 60% 100%, 60% 75%, 0% 75%);
  clip-path: polygon(0% 25%, 60% 25%, 60% 0%, 100% 50%, 60% 100%, 60% 75%, 0% 75%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.carousel.slide,
.carousel-inner {
  position: relative;
  height: auto;
}
.carousel-slide-bottom-overlay-with-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.carousel-slide-bottom-overlay-with-text h2,
.carousel-slide-bottom-overlay-with-text h2 a,
.carousel-slide-bottom-overlay-with-text h2 a:visited {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
}
.carousel-slide-bottom-overlay-with-text h2,
.carousel-slide-bottom-overlay-with-text h2 a:hover,
.carousel-slide-bottom-overlay-with-text h2 a:focus,
.carousel-slide-bottom-overlay-with-text h2 a:active {
  text-decoration: underline;
}
.carousel-slide-bottom-overlay-with-text p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  line-height: 1.2em;
}
.carousel-slide-bottom-overlay-with-text .slide-overlay {
  margin: 30px;
  width: 30%;
  padding-left: 30px;
}
.carousel-slide-bottom-overlay-with-text .field-label {
  display: none;
}
@media screen and (min-width: 100px) and (max-width: 991px) {
  .carousel-slide-bottom-overlay-with-text h2,
  .carousel-slide-bottom-overlay-with-text h2 a,
  .carousel-slide-bottom-overlay-with-text h2 a:visited {
    font-size: 14px;
    line-height: 20px;
  }
}
/* Program Catalog List */
.program-list {
  text-align: center;
}
.program-list-item {
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #eee;
  margin: 5px;
  cursor: pointer;
}
.program-list-liner {
  height: 160px;
  position: relative;
}
.program-list-title {
  color: #fff;
  background: #D73F09;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2em !important;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 8px 20px;
}
.program-list-summary {
  display: none;
  font-size: 12px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 8px;
}
/* Orange and White background Section */
.cof-bg {
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cof-bg-orange {
  background-image: url('/sites/all/themes/cof-pine/assets/cof-bg-orange.jpg');
}
.cof-bg-white {
  background-image: url('/sites/all/themes/cof-pine/assets/cof-bg-white-final.jpg');
}
.cof-bg .icon-bar-section-title {
  /*font-size: 24px;*/
  font-size: 30px;
  font-weight: 700;
}
.cof-bg-orange .icon-bar-section-title {
  color: #fff;
}
/*This is an override to allow full-width elements */
/*  #main-content-wrapper { margin: 0 !important; } */
/* Top and Bottom "Angle" visual elements */
.cof-border-top-angled {
  height: 48px;
  background-color: #8e9089;
  clip-path: polygon(0 100%, 0 calc(100% - 10px), 100% 0, 100% 100%);
}
.cof-border-top-angled .cof-angle {
  height: 48px;
  background-color: #D73F09;
  clip-path: polygon(0 100%, 100% 10px, 100% 100%);
}
/* Workaround for browser aliasing */
.cof-border-bottom-angled {
  height: 48px;
  background-color: #8e9089;
  clip-path: polygon(0% 0%, 0% 100%, 100% 10px, 100% 0%);
  margin-top: -1px;
}
.cof-border-bottom-angled .cof-angle {
  height: 38px;
  background-color: #D73F09;
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}
.cof-border-top-solid,
.cof-border-bottom-solid {
  height: 15px;
  background: #D3832B;
}
/* Nav Block styles */
.nav-block {
  text-align: center;
}
.nav-block-link {
  display: block;
  padding: 0;
  padding: 0 !important;
  border: 2px solid #fff;
}
.nav-block .nav-block-item {
  margin: 12px;
}
.nav-block a + div {
  line-height: 2em;
  font-size: 12px;
  margin-top: 8px;
}
.nav-block-link-image {
  height: 148px;
  position: relative;
  background-size: cover !important;
  backgorund-position: center center !important;
}
.nav-block-link-image:hover .nav-block-label-orange {
  background-color: #D3832B;
}
.nav-block-link-image:hover .nav-block-label-black {
  background-color: #D73F09;
}
.nav-block-link-image:hover .nav-block-label-white {
  background-color: #D73F09;
}
.nav-block-link:hover .nav-block-label {
  text-decoration: none;
}
.nav-block-link-image .nav-block-label {
  position: absolute;
  bottom: 0;
}
.nav-block-label {
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px;
  width: 100%;
  text-decoration: none;
}
.nav-block-label-gray {
  background: #8E9089;
  color: #fff;
}
.nav-block-label-gray:hover {
  background: black;
}
.nav-block-label-black {
  background-color: #000;
  color: #fff;
}
.nav-block-label-black:hover {
  background-color: #D73F09;
}
.nav-block-label-orange {
  background-color: #D73F09;
  color: #fff;
}
.nav-block-label-orange:hover {
  background-color: #D3832B;
}
.nav-block-label-white {
  color: #D73F09;
  background-color: #fff;
}
.nav-block > .row > .nav-link {
  display: inline-block;
  float: none;
  margin: 0 -1%;
  vertical-align: top;
}
.nav-block-item a:link,
.nav-block-item a:active,
.nav-block-item a:visited,
.nav-block-item a:hover {
  text-decoration: none;
}
.nav-block-with-image {
  background: #fff;
  padding: 15px 0;
}
.nav-block-with-image .nav-block-image img {
  margin: 12px 0 12px -20px;
  object-fit: cover;
  width: 100%;
}
/* Styles for Paragraph With Image content type */
.paragraph-with-image {
  font-size: 14px;
}
.paragraph-with-image img {
  margin: 20px 0;
}
.cof-view-more-link {
  display: block;
  color: #D73F09 !important;
  margin-top: 12px;
}
/* Styles for Paragraph Tab Block */
html,
body {
  height: 100%;
}
.tab-block {
  background: #fff;
  padding: 20px 8px;
}
.tab-block a {
  color: #fff;
  background: #aaa;
  font-size: 12px;
  padding: 8px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-decoration: none;
}
.tab-block a:last-child {
  margin-bottom: 0;
}
.tab-block a:visited {
  color: #fff;
}
.tab-block a:hover,
.tab-block a:active {
  color: #fff;
  text-decoration: underline;
  background: #D73F09;
}
/* Styles for the Testimonial paragraph type */
.testimonial-slider {
  color: #fff;
  border-top: 10px solid #D3832B;
  background: #000;
}
.testimonial-slider .testimonial {
  height: 220px;
  clear: both;
}
.testimonial-slider .container {
  height: 220px;
}
.testimonial-slider .carousel-inner {
  overflow: visible;
}
.testimonial-slider .carousel {
  margin: 0;
}
.testimonial-slider .carousel-control {
  z-index: 2;
  margin-top: 90px;
}
.testimonial-slider .right-arrow,
.testimonial-slider .left-arrow,
.testimonial-slider .right,
.testimonial-slider .left {
  background-color: #D73F09;
  border-color: #D73F09;
}
.testimonial-slider .right:hover .right-arrow,
.testimonial-slider .left:hover .left-arrow,
.testimonial-slider .right:hover,
.testimonial-slider .left:hover {
  background-color: #D3832B;
  border-color: #D3832B;
}
.testimonial-slider .item {
  position: relative;
  z-index: 1;
  background: none;
}
.testimonial-slider .item .row {
  background: #000;
  height: 220px;
}
.testimonial-slider img {
  height: 240px;
  width: 240px !important;
  border-radius: 120px;
  border: 2px solid #fff;
  position: relative;
  top: 30px;
  z-index: 1;
  object-fit: cover;
}
.testimonial-quote {
  /*font-size: 18px;*/
  font-size: 20px;
  line-height: 28px;
  margin-top: 38px;
  font-weight: bold;
}
.testimonial-author {
  font-size: 12px;
  font-weight: light;
  margin-top: 20px;
}
#main-content-wrapper {
  margin: 0 !important;
}
/* Ribbon Slider styles */
.ribbon-slider {
  border-top: 10px solid #000;
  border-bottom: 10px solid #000;
  padding: 10px 0;
}
.ribbon-slider .container {
  height: 140px;
  overflow: hidden;
}
.ribbon-slide {
  width: 120px;
  height: 120px;
  float: left;
  margin: 10px;
}
.ribbon-slide img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.ribbon-slider .right-arrow,
.ribbon-slider .left-arrow,
.ribbon-slider .right,
.ribbon-slider .left {
  border-color: #D73F09;
}
.ribbon-slider .right:hover .right-arrow,
.ribbon-slider .left:hover .left-arrow,
.ribbon-slider .right:hover,
.ribbon-slider .left:hover {
  cursor: pointer;
  border-color: #D3832B;
  background: #D3832B;
}
.ribbon-slider .right:hover .arrow-control,
.ribbon-slider .left:hover .arrow-control {
  border-color: #f7a162;
}
.left-arrow {
  -webkit-clip-path: polygon(40% 0%, 40% 25%, 100% 25%, 100% 75%, 40% 75%, 40% 100%, 0% 50%);
  clip-path: polygon(40% 0%, 40% 25%, 100% 25%, 100% 75%, 40% 75%, 40% 100%, 0% 50%);
}
.right-arrow {
  -webkit-clip-path: polygon(0% 25%, 60% 25%, 60% 0%, 100% 50%, 60% 100%, 60% 75%, 0% 75%);
  clip-path: polygon(0% 25%, 60% 25%, 60% 0%, 100% 50%, 60% 100%, 60% 75%, 0% 75%);
}
.arrow-control {
  margin-top: 45px;
  width: 48px !important;
  height: 48px;
  border-radius: 24px;
  border: 2px solid #D73F09;
  background: none !important;
  position: absolute;
}
.ribbon-slider .left,
.ribbon-slider .right {
  position: absolute;
  top: 0;
}
.ribbon-slider .left {
  left: 15px;
}
.ribbon-slider .right {
  right: 63px;
}
.arrow-control > div {
  height: 24px;
  margin: 10px auto;
  border: 2px solid #D73F09;
  width: 30px;
  background-color: #D73F09;
}
.ribbon-wrapper {
  width: calc(100% - 96px);
  overflow: hidden;
  position: relative;
  left: 48px;
}
.ribbon {
  position: relative;
  left: 0;
}
.ribbon-slider.dark {
  background: #000;
  border-color: #D3832B;
}
.ribbon-slider h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin: 15px 0;
}
.ribbon-slider.dark h2 {
  color: #fff;
}
.split-col {
  width: 50%;
  float: left;
}
.feature-nav-block a.feature-nav-block-link {
  display: block;
  height: 154px;
  margin: 15px;
  border: 4px solid #fff;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
.feature-nav-block .nav-block-label .feature-nav-block-title {
  font-weight: bold;
}
.feature-nav-block .nav-block-label .feature-nav-block-details {
  text-transform: none;
}
.feature-nav-block .nav-block-label {
  position: absolute;
  bottom: 0;
  font-size: 14px;
}
.feature-nav-block .featured-slide a.feature-nav-block-link {
  height: 340px;
}
.feature-nav-block .featured-slide,
.feature-nav-block .other-slides {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .feature-nav-block .featured-slide,
  .feature-nav-block .other-slides {
    width: 100%;
    float: left;
  }
}
.paragraph-three-quarter {
  text-align: center;
  font-size: 12px;
}
/* Mission / Vision Statement */
.mission-vision-statement {
  background: #000;
  border-top: 15px solid #D3832B;
  border-bottom: 15px solid #D3832B;
  height: 300px;
  padding: 30px 0;
  color: #fff !important;
}
.mission-vision-statement img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border: 3px solid #fff;
  border-radius: 100px;
}
.mission-vision-statement h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 21px;
}
.mission-vision-statement p {
  font-size: 12px;
}
.mission-vision-statement a.mv-btn {
  background: #8E9089;
  color: #fff;
  text-decoration: none;
  white-space: auto;
  text-transform: uppercase;
  border-radius: 0;
  display: block;
  padding: 2px 4px;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mission-vision-statement img {
    width: 140px;
    height: 140px;
    border-radius: 70px;
    margin-top: 30px;
  }
}
/**
 **
 **		Featured News / Featured Highlights Block / using class "highlights-tiled"
 **
 **   Needs to be restyled! But here is a first pass at styling using a views class
 **   instead of section id...
 **
 **   NOTE: we can remove all styles for "section#block-views-featured-highlights-lists-block"
 **     from stylesheets
 **/
section div.highlights-tiled .featured-highlights-wrapper {
  width: auto;
  float: none;
  text-align: center;
}
section div.highlights-tiled .highlighted {
  margin: 0 5px 0 0;
  position: relative;
  display: inline-block;
}
section div.highlights-tiled .items-wrapper {
  display: inline-block;
}
section div.highlights-tiled .gridrow {
  display: table !important;
  border-spacing: 0 5px;
  border-collapse: collapse;
}
section div.highlights-tiled .gridrow.gridrow1 {
  margin: 0 0 10px 0;
}
section div.highlights-tiled .gridrow .cellstuff {
  display: table-cell;
  position: relative;
}
section div.highlights-tiled .gridrow .cellstuff .cellwrapper-left {
  margin-right: 10px;
  position: relative;
}
section div.highlights-tiled .gridrow .cellstuff .cellwrapper-right {
  position: relative;
}
section div.highlights-tiled .gridrow:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
section div.highlights-tiled img {
  width: 250px;
  height: 175px;
}
section div.highlights-tiled .highlighted img {
  height: 360px;
  width: auto;
}
section div.highlights-tiled .highlighted a,
section div.highlights-tiled .highlighted a:visited,
section div.highlights-tiled .highlighted a:active {
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  line-height: 1.2em;
  text-align: left;
  padding: 15px 8px;
  text-decoration: none;
  min-height: 70px;
  max-height: 70px;
}
section div.highlights-tiled .cellstuff div.views-field.views-field-field-link {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 15px 8px;
  min-height: 70px;
  max-height: 70px;
}
section div.highlights-tiled .cellstuff a,
section div.highlights-tiled .cellstuff a:visited,
section div.highlights-tiled .cellstuff a:active {
  color: white;
  text-align: left;
  text-decoration: none;
}
section div.highlights-tiled a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  section div.highlights-tiled img {
    width: 250px;
    height: 175px;
    object-fit: cover;
  }
  section div.highlights-tiled .highlighted img {
    height: 360px;
    width: 515;
    object-fit: cover;
  }
}
/** Anchor Paragraphs **/
/* large screen size */
a.anchor-p-tag {
  display: block;
  height: 115px;
  /* same height as header */
  margin-top: -115px;
  /* same height as header */
  visibility: hidden;
}
/** Hacky Stuff For Now **/
/** Hidden Paragraphs **/
/* Homepage Stats */
body.front .ribbon-slider.light {
  display: none;
}
/** Nav Buttons **/
p.nav-block-label {
  min-height: 55px;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}
/** MyCof Quicktabs **/
#quicktabs-qt_mycof_audience_links #quicktabs-container-qt_mycof_audience_links {
  border: 1px solid #000;
}
#quicktabs-qt_mycof_audience_links ul {
  width: 100%;
  text-align: left;
  padding-left: 30px;
}
#quicktabs-qt_mycof_audience_links ul li a.ui-tabs-anchor,
#quicktabs-qt_mycof_audience_links ul li a.ui-tabs-anchor:visited {
  padding: 10px;
  background-color: #000;
  color: white;
  text-decoration: none;
}
#quicktabs-qt_mycof_audience_links ul li a.ui-tabs-anchor:hover,
#quicktabs-qt_mycof_audience_links ul li a.ui-tabs-anchor:active,
#quicktabs-qt_mycof_audience_links ul li a.ui-tabs-anchor:focus {
  background-color: #8E9089;
  text-decoration: none;
}
#quicktabs-qt_mycof_audience_links ul li.active a {
  background-color: #8E9089;
}
/**
  * MyCoF
  */
/* Header Height */
body.domain-mycof-forestry-oregonstate-edu header.page-banner nav.navbar {
  height: 65px !important;
}
/**   SEARCH    **/
/* renaming node search tab */
body.page-search ul.tabs--primary.nav.nav-tabs a[href*="search/node"] {
  visibility: hidden;
}
body.page-search ul.tabs--primary.nav.nav-tabs a[href*="search/node"]::after {
  content: "Search this site";
  visibility: visible;
  margin-left: -40px;
}
/* adding active tab border to li element instead of a */
body.page-search .nav-tabs > li.active {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-radius: 4px 4px 0 0;
}
body.page-search .nav-tabs > li.active > a,
body.page-search .nav-tabs > li.active > a:hover,
body.page-search .nav-tabs > li.active > a:focus {
  border-color: transparent !important;
}
/* search page padding */
body.page-search section#block-system-main {
  padding: 2em !important;
}
/** ARTICLES (News) **/
.article_fullview div.field-name-field-image {
  width: 100%;
  /* background-color: #000; */
  background-color: #8E9089;
  text-align: center;
  margin-bottom: 1em;
}
.article_fullview div.field-name-field-image img {
  margin: auto;
}
.article_fullview div.field-name-field-additional-information {
  margin-top: 1.3em;
  clear: both;
}
div.article_fullview {
  max-width: 800px;
  padding-left: 2em;
  padding-right: 2em;
}
/* Hide "read more" */
article li.node-readmore {
  display: none;
}
.article_fullview .field-name-post-date {
  margin-top: 1em;
  font-style: italic;
}
/* article list styling */
div.view-news-articles-list-page .article-title a {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 1em;
}
.view-news-articles-list-page div.views-row div.node-article {
  margin-top: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted silver;
  padding-top: 1em;
  padding-bottom: 1em;
}
.view-news-articles-list-page div.field-name-body {
  margin-top: 1em;
}
.view-news-articles-list-page div.field-name-field-additional-information {
  margin-top: 1em;
}
.view-news-articles-list-page div.field-name-field-image {
  margin-bottom: 15px;
}
/**
* "Node block" paragraphs in MyCoF
**/
/* (paragraph type redundant?) */
/* add padding */
.ds-1col.entity.entity-paragraphs-item.paragraphs-item-node-block-paragraph {
  padding-left: 15px;
  padding-right: 15px;
}
/** MyCoF Audience Quicktabs as UI tabs **/
/* (switch to ui tabs was a quick fix for overlapping tabs in mobile view) */
#quicktabs-qt_mycof_audience_links ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
  border: none;
  border-bottom: 1px solid #CCC;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: none;
}
div#quicktabs-qt_mycof_audience_links {
  border-radius: unset;
}
/*
 *   Originally in paragraph-layouts.css.less
 *
 */
/**
 **
 **   Basic Paragraph 
 **
 **/
div.paragraphs-item-paragraph-basic {
  margin: auto 30px;
  word-break: keep-all;
}
div.paragraphs-item-paragraph-basic .field-name-field-paragraph-header {
  font-size: 25pt;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0.5em auto;
  font-weight: bold;
  text-align: center;
}
body.front div.paragraphs-item-paragraph-basic {
  margin: 10px 15%;
  text-align: center;
}
body.front div.paragraphs-item-paragraph-basic .field-name-field-paragraph-header {
  text-align: center;
}
/**
 **   Headline
 **/
div.paragraphs-item-headline,
div.paragraphs-item-headline p {
  font-size: 25pt;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0.5em auto;
  font-weight: bold;
  text-align: center;
}
/**
 ** 
 **   Paragraph with left-justified image 
 **
 **/
div.paragraphs-item-paragraph-with-left-image {
  margin: 10px auto;
}
div.paragraphs-item-paragraph-with-left-image div.field-name-field-image,
div.paragraphs-item-paragraph-with-left-image div.field-name-field-image div.field-items,
div.paragraphs-item-paragraph-with-left-image div.field-name-field-image div.field-items div.field-item,
div.paragraphs-item-paragraph-with-left-image div.field-name-field-image div.field-items div.field-item img {
  display: inline;
  float: left;
  margin-right: 10px;
}
div.paragraphs-item-paragraph-with-left-image div.field-name-field-basic-paragraph,
div.paragraphs-item-paragraph-with-left-image div.field-name-field-basic-paragraph div.field-items,
div.paragraphs-item-paragraph-with-left-image div.field-name-field-basic-paragraph div.field-items div.field-item,
div.paragraphs-item-paragraph-with-left-image div.field-name-field-basic-paragraph div.field-items div.field-item p {
  display: inline;
}
/**
 ** 
 **   Paragraph with right-justified image 
 **
 **/
div.paragraphs-item-paragraph-with-right-image {
  margin: 10px auto;
}
div.paragraphs-item-paragraph-with-right-image div.field-name-field-image,
div.paragraphs-item-paragraph-with-right-image div.field-name-field-image div.field-items,
div.paragraphs-item-paragraph-with-right-image div.field-name-field-image div.field-items div.field-item,
div.paragraphs-item-paragraph-with-right-image div.field-name-field-image div.field-items div.field-item img {
  display: inline;
  float: left;
  margin-right: 10px;
}
div.paragraphs-item-paragraph-with-right-image div.field-name-field-basic-paragraph,
div.paragraphs-item-paragraph-with-right-image div.field-name-field-basic-paragraph div.field-items,
div.paragraphs-item-paragraph-with-right-image div.field-name-field-basic-paragraph div.field-items div.field-item,
div.paragraphs-item-paragraph-with-right-image div.field-name-field-basic-paragraph div.field-items div.field-item p {
  display: inline;
}
/**
 ** 
 **   Orange Icon Bar 
 **
 **/
div.paragraphs-items div.paragraphs-item-orange-icon-bar {
  background: #D73F09;
  margin: 10px -15px;
}
div.paragraphs-items div.field-collection-view,
div.paragraphs-items div.field-collection-container {
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
}
div.paragraphs-items div.paragraphs-item-orange-icon-bar:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
div.paragraphs-items div.paragraphs-item-orange-icon-bar div.field-collection-container div.field.field-name-field-orange-bar-icons > div.field-items {
  text-align: center;
}
div.paragraphs-items div.paragraphs-item-orange-icon-bar div.field-collection-container div.field.field-name-field-orange-bar-icons > div.field-items > .field-item {
  display: inline-block !important;
  width: 200px;
  vertical-align: top;
  text-align: center;
}
div.paragraphs-items div.paragraphs-item-orange-icon-bar div.field-item img {
  height: 50px !important;
  width: auto;
  text-align: center;
}
div.paragraphs-items div.paragraphs-item-orange-icon-bar a p {
  font-size: 1em;
  line-height: 1.2em !important;
  color: white;
}
div.paragraphs-items div.paragraphs-item-orange-icon-bar a,
div.paragraphs-items div.paragraphs-item-orange-icon-bar a:visited,
div.paragraphs-items div.paragraphs-item-orange-icon-bar a:active {
  color: white;
  text-decoration: none;
}
div.paragraphs-items div.paragraphs-item-orange-icon-bar a:hover {
  color: white;
  text-decoration: underline;
}
/**
 **
 **   Banner Image 
 **
 **/
div.paragraphs-items div.paragraphs-item-banner-image {
  margin: 0 -15px;
}
/**
 ** 
 **   Alternating colored sections 
 **
 **/
div.paragraphs-item-section-alternating-colors,
div.paragraphs-item-section-alternating-colors div.field-collection-view {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}
div.paragraphs-item-section-alternating-colors div.field-collection-view {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
}
div.paragraphs-item-section-alternating-colors img {
  max-width: 100px;
  margin-top: 20px;
  margin-left: 20px;
}
div.row.background-White {
  background-color: #fff;
  color: #000;
}
div.row.background-Black {
  background-color: #000;
  color: #fff;
}
div.row.background-Orange {
  background-color: #D73F09;
  color: #fff;
}
/**
 **
 **     Student Quotes 
 **
 **/
section.block-views.student-quotes div.view-slick-student-quotes-carousel {
  margin: 40px 0 !important;
}
section.block-views.student-quotes div.view-slick-student-quotes-carousel .view-content {
  background-color: #000;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 25px;
}
section.block-views.student-quotes div.view-slick-student-quotes-carousel .view-content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
section.block-views.student-quotes .quote p {
  /*font-family: "Stratum2WebBold",sans-serif;*/
  font-family: "Open sans", sans-serif;
  font-size: 1.4em !important;
  line-height: 1.4em !important;
  float: left;
  color: white;
}
section.block-views.student-quotes .attribution {
  margin: 0.2em 0;
  font-family: "Open sans", sans-serif;
  font-style: italic;
  font-size: 1.2em !important;
  line-height: 2em !important;
}
section.block-views.student-quotes div.slick-slider {
  margin-bottom: auto;
}
section.block-views.student-quotes div.slide__content {
  width: 100% !important;
  display: table !important;
}
section.block-views.student-quotes div.view-slick-student-quotes-carousel .slide__media {
  margin: 0;
  padding: 0;
  display: table-cell;
  position: relative;
  width: 39% !important;
  vertical-align: middle;
  padding: 0 10px 0 20px !important;
  float: right;
}
section.block-views.student-quotes div.view-slick-student-quotes-carousel .slide__caption {
  left: 10%;
}
section.block-views.student-quotes div.view-slick-student-quotes-carousel .slide__constrained {
  color: white;
  display: table-cell;
  position: relative;
  left: 0;
  margin-left: 0;
  width: 59% !important;
  vertical-align: middle;
  padding: 0 20px 0 10px !important;
  float: left;
}
section.block-views.student-quotes div.view-slick-student-quotes-carousel .slide__constrained:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
section.block-views.student-quotes .slick-next,
section.block-views.student-quotes .slick-prev {
  background-color: white;
  opacity: 0.5;
  margin-left: 10px;
  margin-right: 10px;
  border: 2px solid black;
}
section.block-views.student-quotes .slick-next:hover,
section.block-views.student-quotes .slick-prev:hover {
  background-color: white;
  opacity: 0.8;
  margin-left: 10px;
  margin-right: 10px;
}
section.block-views.student-quotes .slick-next:before {
  content: "→";
  content: ">";
  content: "\203A";
  font-weight: bold;
  color: black;
  border: 1px solid transparent;
  padding: 2px;
}
section.block-views.student-quotes .slick-prev:before {
  content: "→";
  content: "<";
  content: "\2039";
  font-weight: bold;
  color: black;
  border: 1px solid transparent;
  padding: 2px;
}
section.block-views.student-quotes .slick-arrow:hover:before {
  color: black;
}
/** 
 **
 **   Navigation Blocks 
 **
 **/
div.paragraphs-item-navigation-blocks {
  width: 315px;
  width: 100%;
}
div.paragraphs-item-navigation-blocks div.field-name-field-navigation-block-elements {
  display: table;
  margin: 0 auto;
  margin: 10px auto;
}
div.paragraphs-item-navigation-blocks div.field-name-field-navigation-block-elements > div.field-items > div.field-item {
  float: none;
  display: table-cell !important;
  overflow: hidden;
  width: auto;
  width: 250px;
  padding: 0 20px;
}
div.paragraphs-item-navigation-blocks div.field-name-field-navigation-block-elements:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
div.paragraphs-item-navigation-blocks span.navigation-image {
  display: block;
  z-index: 2;
  width: 250px;
}
div.paragraphs-item-navigation-blocks ul.field-collection-view-links {
  display: block;
  border: 1px solid blue;
  float: left !important;
  margin: 0 !important;
  display: none !important;
}
div.paragraphs-item-navigation-blocks span.navigation-description {
  display: block;
  margin: 10px 2px;
}
div.paragraphs-item-navigation-blocks span.navigation-description p {
  color: black;
  font-size: 12pt;
}
div.paragraphs-item-navigation-blocks span.navigation-description a,
div.paragraphs-item-navigation-blocks span.navigation-description a:hover,
div.paragraphs-item-navigation-blocks span.navigation-description a:visited,
div.paragraphs-item-navigation-blocks span.navigation-description a:active {
  /*
  color: white;
  text-decoration: none;
  */
}
div.paragraphs-item-navigation-blocks div.field-name-field-navigation-block-elements .field-collection-view {
  margin: 0 5px !important;
  padding: 0 !important;
}
/**
 **
 **   Navigation Block Lists
 **
 **/
div.paragraphs-item-navigation-block-list div.background-cover {
  background-color: rgba(0, 0, 0, 0.2);
  background-size: cover;
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
div.paragraphs-item-navigation-block-list div.field-name-field-navigation-bl-list-element {
  display: table;
  margin: 0 auto;
  margin: 10px auto;
}
div.paragraphs-item-navigation-block-list div.field-name-field-navigation-bl-list-element:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
div.paragraphs-item-navigation-block-list div.field-name-field-navigation-bl-list-element > div.field-items > div.field-item {
  float: none;
  display: table-cell !important;
  overflow: hidden;
  width: auto;
}
div.paragraphs-item-navigation-block-list div.navigation-button {
  position: relative !important;
  display: block !important;
}
div.paragraphs-item-navigation-block-list div.navigation-content {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  z-index: 500;
  width: 100%;
  height: 100%;
}
div.paragraphs-item-navigation-block-list div.navigation-header {
  background-color: rgba(220, 68, 5, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
}
div.paragraphs-item-navigation-block-list div.navigation-header,
div.paragraphs-item-navigation-block-list div.navigation-header a,
div.paragraphs-item-navigation-block-list div.navigation-header a:visited,
div.paragraphs-item-navigation-block-list div.navigation-header a:active {
  color: white;
  text-decoration: none;
  padding: 5px;
}
div.paragraphs-item-navigation-block-list div.navigation-header a:hover {
  color: #fff;
  text-decoration: underline;
}
div.paragraphs-item-navigation-block-list div.navigation-description {
  display: none;
}
div.paragraphs-item-navigation-block-list div.navigation-description,
div.paragraphs-item-navigation-block-list div.navigation-description a,
div.paragraphs-item-navigation-block-list div.navigation-description a:visited,
div.paragraphs-item-navigation-block-list div.navigation-description a:active {
  margin-left: 10px;
  color: white;
  text-decoration: none;
  font-size: 12pt;
}
div.paragraphs-item-navigation-block-list div.navigation-description a:hover {
  color: white;
  text-decoration: underline;
}
div.paragraphs-item-navigation-block-list div.field-name-field-navigation-block-elements .field-collection-view {
  margin: 0 5px !important;
  padding: 0 !important;
}
div.paragraphs-item-navigation-block-list ul.field-collection-view-links {
  display: block;
  border: 1px solid blue;
  float: left !important;
  margin: 0 !important;
  display: none !important;
}
/**
 **
 **   Page Divider - Icon Separator 
 **
 **/
div.paragraphs-item-icon-seperation-bar {
  /*border: 1px solid green;*/
}
div.paragraphs-item-icon-seperation-bar:before {
  border-bottom: 1px solid black;
  content: " ";
  display: block;
  position: absolute;
  top: 45px;
  width: 50%;
  z-index: -2;
  margin: 0 25%;
}
div.paragraphs-item-icon-seperation-bar {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
div.paragraphs-item-icon-seperation-bar img {
  text-align: center;
  max-width: 80px;
  margin: 0 auto;
  z-index: 2;
  padding: 5px;
}
/**
 **
 **   Featured News / Featured Highlights Block
 **
 **/
section#block-views-featured-highlights-lists-block .featured-highlights-wrapper {
  width: auto;
  float: none;
  text-align: center;
}
section#block-views-featured-highlights-lists-block .highlighted {
  margin: 0 5px 0 0;
  position: relative;
  display: inline-block;
}
section#block-views-featured-highlights-lists-block .items-wrapper {
  display: inline-block;
}
section#block-views-featured-highlights-lists-block .gridrow {
  display: table !important;
  border-spacing: 0 5px;
  border-collapse: collapse;
  width: auto;
}
section#block-views-featured-highlights-lists-block .gridrow.gridrow1 {
  margin: 0 0 10px 0;
}
section#block-views-featured-highlights-lists-block .gridrow .cellstuff {
  display: table-cell;
  position: relative;
}
section#block-views-featured-highlights-lists-block .gridrow .cellstuff .cellwrapper-left {
  margin-right: 10px;
  position: relative;
}
section#block-views-featured-highlights-lists-block .gridrow .cellstuff .cellwrapper-right {
  position: relative;
}
section#block-views-featured-highlights-lists-block .gridrow:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
section#block-views-featured-highlights-lists-block img {
  /*max-width: 250px;*/
  width: 250px;
  height: 175px;
}
section#block-views-featured-highlights-lists-block .highlighted img {
  height: 360px;
  width: auto;
}
section#block-views-featured-highlights-lists-block .highlighted a,
section#block-views-featured-highlights-lists-block .highlighted a:visited,
section#block-views-featured-highlights-lists-block .highlighted a:active {
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.8;
  width: 100%;
  line-height: 1.2em;
  text-align: left;
  padding: 5px;
  text-decoration: none;
}
section#block-views-featured-highlights-lists-block .cellstuff span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.8;
  width: 100%;
  z-index: 9999;
  padding: 5px;
}
section#block-views-featured-highlights-lists-block .cellstuff a,
section#block-views-featured-highlights-lists-block .cellstuff a:visited,
section#block-views-featured-highlights-lists-block .cellstuff a:active {
  color: white;
  font-size: 0.7em;
  text-align: left;
  text-decoration: none;
  line-height: 1.2em;
}
section#block-views-featured-highlights-lists-block a:hover {
  text-decoration: underline;
}
section#block-views-featured-highlights-lists-block .highlighted .title {
  font-weight: bold;
}
section#block-views-featured-highlights-lists-block .highlighted .tagline {
  font-style: italic;
}
section#block-views-featured-highlights-lists-block .title {
  font-weight: bold;
}
section#block-views-featured-highlights-lists-block .tagline {
  font-style: italic;
}
/**
 ** 
 **     By The Numbers Carousel 
 **
 **/
section#block-views-by-the-numbers-rotator-block {
  margin-top: 20px;
  padding-top: 10px;
}
section#block-views-by-the-numbers-rotator-block .view-content {
  border-top: 10px solid black;
  border-bottom: 15px solid black;
}
section#block-views-by-the-numbers-rotator-block .slick-slider {
  margin-bottom: 0;
}
section#block-views-by-the-numbers-rotator-block ul {
  display: table;
}
section#block-views-by-the-numbers-rotator-block ul li {
  display: table-cell;
  height: 100%;
  float: none;
  padding: 10px;
  vertical-align: middle;
}
section#block-views-by-the-numbers-rotator-block img {
  /*max-height: 135px;*/
}
section#block-views-by-the-numbers-rotator-block h2.slide__title {
  font-family: "Open sans", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  color: black;
}
section#block-views-by-the-numbers-rotator-block:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/**
 ** 
 **     Tabbed Section
 **
 **/
div.paragraphs-item-tabbed-section {
  background-size: cover;
  margin: -20px 0 20px 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
div.paragraphs-item-tabbed-section div.field-name-field-paragraph-header,
div.paragraphs-item-tabbed-section div.field-name-field-paragraph-header p {
  font-size: 15pt;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0.5em 0.5em auto;
  font-weight: bold;
  text-align: center;
  color: black;
}
div.paragraphs-item-tabbed-section div.field-name-field-icon:before {
  border-bottom: 1px solid white;
  content: " ";
  display: block;
  position: absolute;
  top: 45px;
  width: 50%;
  z-index: 0;
  margin: 0 25%;
}
div.paragraphs-item-tabbed-section div.field-name-field-icon {
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
div.paragraphs-item-tabbed-section div.field-name-field-icon img {
  text-align: center;
  max-width: 80px;
  margin: 0 auto;
  z-index: 2;
  padding: 5px;
}
div.paragraphs-item-tabbed-section .field-type-blockreference {
  /*margin:0 15%;*/
  /* Borking MyCoF */
}
div.paragraphs-item-tabbed-section ul.nav-tabs {
  background: transparent;
  margin-bottom: 0 !important;
  border: 1px solid transparent;
}
div.paragraphs-item-tabbed-section ul.nav-tabs li {
  background-color: white;
  margin-right: 130px;
  margin-left: 10px;
  width: 250px;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  border-collapse: collapse;
  bottom: -2px;
}
div.paragraphs-item-tabbed-section ul.nav-tabs li.active {
  border-bottom: 2px solid white;
}
div.paragraphs-item-tabbed-section section#block-quicktabs-news-and-events .tab-content {
  padding: 20px;
  background-color: #fff;
  border: 2px solid black;
  border-collapse: collapse;
}
div.paragraphs-item-tabbed-section section#block-quicktabs-news-and-events .tab-content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/** 
 **   Homepage News
 **/
div.paragraphs-item-tabbed-section section#block-quicktabs-news-and-events .view-news-articles .views-field-title a,
div.paragraphs-item-tabbed-section section#block-quicktabs-news-and-events .view-news-articles .views-field-title a:visited div.paragraphs-item-tabbed-section section#block-quicktabs-news-and-events .view-news-articles .views-field-title a:active {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
div.paragraphs-item-tabbed-section section#block-quicktabs-news-and-events .view-news-articles .views-field-title a:hover {
  color: #000;
  text-decoration: underline;
}
div.paragraphs-item-tabbed-section section#block-quicktabs-news-and-events .view-news-articles .views-field-field-tagline {
  color: #000;
  font-style: italic;
}
div.paragraphs-item-tabbed-section section#block-quicktabs-news-and-events .view-news-articles .views-field-body {
  margin: 10px auto;
}
div.paragraphs-item-tabbed-section section#block-quicktabs-news-and-events .view-news-articles .highlighted {
  display: inline-block;
  width: 70%;
  /*padding: 0 5px;*/
  border-right: 1px solid #000;
}
div.paragraphs-item-tabbed-section section#block-quicktabs-news-and-events .view-news-articles .highlighted .views-field-field-smaller-image {
  display: none;
}
div.paragraphs-item-tabbed-section section#block-quicktabs-news-and-events .view-news-articles .highlighted .views-field-field-image {
  float: left;
  padding: 0 10px;
}
div.paragraphs-item-tabbed-section section#block-quicktabs-news-and-events .view-news-articles .items-wrapper {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
}
div.paragraphs-item-tabbed-section section#block-quicktabs-news-and-events .view-news-articles .items-wrapper .views-field-field-image {
  display: none;
}
div.paragraphs-item-tabbed-section section#block-quicktabs-news-and-events .view-news-articles .items-wrapper .views-field-body {
  display: none;
}
/**
 ** 
 **     Possible Careers Block
 **
 **/
div.paragraphs-item-block-paragraph .view-possible-careers-block {
  background-color: black;
  color: white;
  margin-top: -20px;
}
div.paragraphs-item-block-paragraph .view-possible-careers-block .possible-careers-wrapper {
  display: table;
  margin-left: 15%;
  margin-right: 15%;
}
div.paragraphs-item-block-paragraph .view-possible-careers-block .possible-careers-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 20px;
}
div.paragraphs-item-block-paragraph .view-possible-careers-block .possible-careers-left {
  min-width: 40%;
  border-right: 1px solid white;
}
div.paragraphs-item-block-paragraph .view-possible-careers-block h2 {
  color: #D73F09;
  font-family: "Stratum2WebBold", sans-serif;
  text-transform: uppercase;
  line-height: 1em;
}
div.paragraphs-item-block-paragraph .view-possible-careers-block .career-name {
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "Stratum2WebBold", sans-serif;
}
div.paragraphs-item-block-paragraph .view-possible-careers-block .description p {
  color: white;
}
/**
 ** 
 **     Video (Centered)
 **
 **/
div.paragraphs-item-video-centered .embedded-video {
  text-align: center;
}
/** Web Bio **/
/*
div.web-bio img {
  height: 40px !important;
  width: 40px !important;
}
*/
div.web-bio .container {
  margin-bottom: 40px;
}
div.web-bio img {
  height: 240px;
  width: 240px !important;
  border-radius: 120px;
  border: 2px solid #fff;
  position: relative;
  top: 30px;
  z-index: 1;
  object-fit: cover;
  float: right;
}
div.div.web-bio-label {
  font-weight: bold;
}
div.web-bio h2.bio-name {
  color: #D73F09;
}
div.web-bio .field-bio-title {
  font-weight: bold;
}
div.web-bio .bio-body {
  margin: 20px 0;
}
div.web-bio div.web-bio-label {
  float: left;
  display: inleine-block;
  margin: 0 10px 0 0;
  font-weight: bold;
}
div.web-bio div.web-bio-details {
  display: inline-block;
  float: left;
}
div.web-bio .bio-exec-asst-info {
  margin-top: 10px;
}
div.web-bio div.bio-field:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 992px) {
  div.web-bio img {
    max-width: 200px !important;
    max-height: 200px !important;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  div.web-bio img {
    max-width: 170px !important;
    max-height: 170px !important;
    float: left;
  }
}
@media only screen and (max-width: 550px) {
  div.web-bio img {
    max-width: 140px !important;
    max-height: 140px !important;
    float: left;
  }
}
/* HACK */
body.sidebar-second .paragraphs-items .container {
  width: auto !important;
}
/*
 *    Originally in responsive-overrides.css.less
 */
/****
 ****
 **** All Screen Widths
 ****
 ****/
/** 
 * Hamburger Menu Button 
 */
button.navbar-toggle {
  border-color: transparent !important;
  height: 65px;
  margin: 0 15px 0 0;
}
button.navbar-toggle span.icon-bar {
  background-color: white !important;
}
button.navbar-toggle:hover,
button.navbar-toggle:active,
button.navbar-toggle:focus {
  border-color: transparent !important;
  background-color: transparent !important;
}
button.navbar-toggle:hover span.icon-bar {
  background-color: black !important;
}
/****
 ****
 **** Responsive Breakpoints
 ****
 ****/
/** 
 *  Standard Bootstrap Breakpoints 
 */
@media only screen and (max-width: 1200px) {
  header.page-banner #horizontal-audience-nav a,
  header.page-banner #horizontal-audience-nav a:visited {
    font-size: 12px !important;
  }
}
/* end Media < 1200px */
@media only screen and (max-width: 992px) {
  h1#site-name a,
  h1#site-name a:visited,
  h1#site-name a:active {
    font-size: 18pt;
  }
  /**
   *  Header and Mobile Navigation
   *
   *  Hamburger button and mobile menu kick in here.
   *
   */
  header .navbar-header {
    width: 100% !important;
  }
  header.page-banner nav.navbar {
    height: 65px;
  }
  header.page-banner {
    height: 65px !important;
  }
  header.page-banner #horizontal-nav a {
    font-size: 13px !important;
  }
  header.page-banner #horizontal-audience-nav a,
  header.page-banner #horizontal-audience-nav a:visited {
    font-size: 10px !important;
  }
  /* Mobile Menu Height - Full Screen */
  .navbar-fixed-top .navbar-collapse {
    overflow-y: scroll;
    overflow-x: auto;
    height: 80vh !important;
    max-height: 80vh !important;
    background-color: #373737;
    border: 0px solid #373737;
    border-top: 2px solid #D3832B;
    -webkit-overflow-scrolling: touch;
  }
  /* Make sure our mobile menu itesm don't float */
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
  .navbar-nav {
    margin: 0 !important;
  }
  .navbar-nav > li {
    float: none;
  }
  /* collapse classes are showing and hiding the mobile menu */
  .navbar-collapse.collapse {
    display: none!important;
  }
  .collapse.in {
    display: block !important;
  }
  /* Look/Colors */
  header.page-banner #horizontal-nav {
    padding: 0;
    margin: 0;
  }
  header.page-banner #horizontal-nav ul {
    padding: 0 !important;
    margin: 0 !important;
  }
  header.page-banner #horizontal-nav ul li {
    list-style: none;
  }
  header.page-banner #horizontal-nav a,
  header.page-banner #horizontal-nav a:active,
  header.page-banner #horizontal-nav a:visited {
    height: auto;
    padding: 10px 20px;
    margin: 0;
    display: block;
    border-radius: 0;
    width: 100%;
    text-align: right;
    overflow: auto;
    font-size: 15px !important;
    font-weight: normal;
  }
  header.page-banner #horizontal-nav a:focus,
  header.page-banner #horizontal-nav a:hover,
  header.page-banner #horizontal-nav a.active-trail {
    background-color: #D73F09;
    color: white;
  }
  /** End Header and Mobile Navigation */
}
/* end Media < 992px */
@media only screen and (max-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: inherit !important;
  }
  /* slideshow - hide dot controls and shift link buttons */
  .carousel-inner .slide-overlay p {
    display: none;
  }
  /* hide article body */
  .carousel-slide-links {
    right: -150px;
    bottom: 60px;
  }
  /* shift buttons right - controls gone */
  .carousel-slider-control {
    display: none;
  }
  /* hide slideshow control */
  .carousel-indicators {
    display: none;
  }
  /* hide carousel indicator dots */
  a.nav-block-link-image {
    min-height: 350px;
    width: auto !important;
    background-size: cover !important;
    background-position: center !important;
  }
  aside.sidebar-second {
    width: 100%;
  }
  aside .region-sidebar-second {
    margin-right: 20px !important;
  }
}
/* end Media < 768px */
@media only screen and (max-width: 640px) {
  h1#site-name a {
    display: table-cell;
    font-size: 14pt;
    padding: 0;
    vertical-align: middle;
    float: none;
    text-align: left;
  }
  a.navbar-brand {
    padding: 0;
  }
  /** stack carousel buttons **/
  .carousel-slide-links {
    bottom: 90px;
  }
  /* this really needs a wrapper so i can treat like
     cells while still stacking */
  .carousel-slide-links a.carousel-slide-link {
    font-size: 12px;
    padding: 4px 10px;
    margin: 5px;
    height: 30px;
    background-color: #D73F09;
    border: 1px solid #D3832B;
    position: relative;
    right: 180px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 400px) {
  header.page-banner .navbar-header .header-logo img {
    width: 90px;
  }
  header.page-banner .navbar-header .site-name {
    padding-left: 10px;
  }
  h1#site-name a {
    display: table-cell;
    font-size: 12pt;
    padding: 0;
    vertical-align: middle;
    float: none;
    text-align: left;
  }
}
/** Temp Code For Maness Celebration Of Life Page **/
body.page-node-1261 .cof-banner-image,
body.page-node-1261 .cof-banner-image img {
  margin-top: -110px;
}
body.page-node-1261 .container {
  width: auto;
  max-width: 750px;
}
/* Research Areas of Focus */
body.page-taxonomy .field-name-title h2 {
  /*
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  */
  display: none;
}
body.page-taxonomy article.node-research-cooperatives-programs {
  display: none;
}
body.page-taxonomy div.paragraphs-items-full {
  margin-left: -30px;
  margin-right: -30px;
}
body.page-taxonomy div.field-name-research-major-advisors-as-field {
  max-width: 1170px;
  /*margin-top: 30px;*/
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
body.page-taxonomy div.field-name-research-major-advisors-as-field .views-row {
  display: inline-block !important;
  margin-left: 20px;
  margin-right: 20px;
  min-width: 250px;
}
body.page-taxonomy div.field-name-research-coopsaof-as-field {
  max-width: 1170px;
  /*margin-top: 50px;*/
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
body.page-taxonomy div.field-name-research-coopsaof-as-field div.views-row {
  margin-bottom: 30px;
}
body.page-taxonomy div.field-name-research-coopsaof-as-field div.views-field-title span a {
  font-size: larger;
}
body.page-taxonomy div.field-name-research-coopsaof-as-field div.views-field-field-link-1 span.views-label-field-link-1 {
  display: inline-block;
  margin-right: 10px;
}
body.page-taxonomy div.field-name-research-coopsaof-as-field div.views-field-field-link-1 div.field-content {
  display: inline-block;
}
body.page-taxonomy section#block-system-main > p {
  display: none;
}
/* Hack to hide 'There is currently no content classified with this term.' message on AoF Taxonomy term page */
/** Header Hacks - Replace with new style **/
@media only screen and (max-width: 1050px) {
  body.domain-fes-forestry-oregonstate-edu h1#site-name a,
  body.domain-fes-forestry-oregonstate-edu h1#site-name a:visited,
  body.domain-fes-forestry-oregonstate-edu h1#site-name a:active,
  body.domain-wse-forestry-oregonstate-edu h1#site-name a,
  body.domain-wse-forestry-oregonstate-edu h1#site-name a:visited,
  body.domain-wse-forestry-oregonstate-edu h1#site-name a:active {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1250px) {
  body.domain-ferm-forestry-oregonstate-edu h1#site-name a,
  body.domain-ferm-forestry-oregonstate-edu h1#site-name a:visited,
  body.domain-ferm-forestry-oregonstate-edu h1#site-name a:active {
    font-size: 16px;
  }
  body.domain-ferm-forestry-oregonstate-edu .navbar-nav > li > a {
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1050px) {
  body.domain-ferm-forestry-oregonstate-edu .navbar-nav > li > a {
    padding: 5px 7px;
    font-size: 12px;
  }
}
/** FNR Extension **/
span.fnr-primary-counties {
  font-weight: 600;
}
.view-fnr-extension-directory div.field-name-field-person-position-type {
  display: none;
}
