﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:400,900|Montserrat:400,500,700|Open+Sans:400,800|Raleway:400,500,900|Roboto:400,700&display=swap');
@import url(https://fonts.googleapis.com/css?family=Work+Sans:600,700,800);

:root {color-scheme: dark;}

.footer_by {
  font-size: 1em;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: normal;
}
.homepage_header_link {
  float: right;
}
a.button_white:link, a.button_white:visited, a.button_white:active {
  float: right;
  font-size: .875em;
  font-weight: normal;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(213, 213, 213, 0);
  border-radius: 4px;
}
a.button_white:hover {
  background-color: rgb(249, 249, 249);
  text-decoration: none;
  color: #910000;
  border: 1px solid #dcdcdc;
}
.button_white::before {
  font-family: "FontAwesome";
  font-weight: 400;
  padding-right: 10px;
}
.label-calendar::before {
  content: "\f073";
}
.label-home::before {
  content: "\f015";
}
body {
  font-weight: normal;
}
a:focus {
  /*background-color: #700001 !important;
  color: #ffffff !important;*/
}
header {
  background-color: #fff;
  height: 90px;
}
.ouhsc_v2 {}
.insidehsc_logo_menu {
  max-width: 150px;
}
.insidehsc_logo_menu_mobile {
  max-width: 250px;
}
#buttonlink a {
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  display: block;
  border-radius: 10px;
  display: inline-block;
}
#buttonlink a.crimson {
  background-color: #841719;
}
#buttonlink a.crimson:hover {
  background-color: #840000;
}
#mySidenav .divline {
  border-top: 1px dashed #b9b9b9;
  margin-top: 0px;
  padding-top: 0px;
}
.divline {
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding-top: 10px;
}
.site_logo_details {
  max-width: 200px;
  max-height: 100px;
}
/*------------------------------------------------*/
/* FULL WIDTH SLIDER */
#fullwidth_slider_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
#fullwidth_slider_box {
  min-width: 500px;
  background-color: #841719;
  float: right;
  padding: 25px;
  display: block;
  margin: 25px;
  border: 10px solid #710000;
  text-align: left;
  color: #fff;
}
#fullwidth_slider_box p {
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#fullwidth_slider_box h3 {
  font-size: 1.3em;
  font-weight: normal;
  padding: 0px 0px 15px 0px;
  margin: 0px;
  color: #fff;
}
a.visit_website {
  padding: 10px;
  background-color: #910000;
  color: #fff !important;
  display: block;
  /* width: 100px; */
  text-align: center;
  text-decoration: none !important;
  border-radius: 10px;
}
#buttonlink a.crimson {
  background-color: #710000;
}
#buttonlink a {
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  display: block;
  border-radius: 10px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  #fullwidth_slider_box {
    max-width: 500px;
    float: none;
    padding: 25px;
    display: block;
    margin-top: 0px;
    text-align: left;
  }
  ::-webkit-scrollbar-thumb, ::-webkit-scrollbar, ::-webkit-scrollbar-track {
    
  }
  .homepage_header_link {
    display: none;
  }
}
/*------------------------------------------------*/
/* MAIN NAV */
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* width */ ::-webkit-scrollbar {
 /* width: 10px;*/
}
/* Track */ ::-webkit-scrollbar-track {
  /*background: #A6A6A6;*/
}
/* Handle */ ::-webkit-scrollbar-thumb {
  /*background: #888;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #888 transparent;*/
}
/* Handle on hover */ ::-webkit-scrollbar-thumb:hover {
  /*background: #555;*/
}
/* Buttons
::-webkit-scrollbar-button:single-button {
  background-color: #bbbbbb;
  display: block;
  border-style: solid;
  height: 13px;
  width: 16px;
} */
/* Up 
::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #A6A6A6 transparent;
}

::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
  border-color: transparent transparent #A6A6A6 transparent;
}*/
/* Down
::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 8px 8px 0 8px;
  border-color: #A6A6A6 transparent transparent transparent;
}

::-webkit-scrollbar-button:vertical:single-button:increment:hover {
  border-color: #A6A6A6 transparent transparent transparent;
} */
#mySidenav {
  z-index: 100000;
}
#mySidenav ul {
  /*margin-top: 70px;*/
}
#mySidenav ul li {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 15px;
}
/* The navigation menu links */
#mySidenav a {
  padding: 12px 10px 12px 15px;
  text-decoration: none;
  color: #000000;
  display: block;
  transition: 0.2s;
  /*min-width: 310px;*/
  font-weight: 500;
}
#mySidenav a:focus {
  background-color: red;
}
#mySidenav a:hover {
  background-color: #fff;
}
#mySidenav li.mainmenulink a:hover {
  ;
}
#Sidenav_header a:hover {
  background-color: unset;
}
li.mainmenulink a:hover {
  background-color: #F1F1F1;
}
li.mainmenulink a:link {
  font-size: 1.1em;
  text-transform: uppercase;
  line-height: 2em;
  font-weight: 700;
}
li.mainmenulink {
  font-size: 1.1em;
  text-transform: uppercase;
  line-height: 2em;
  font-weight: 700;
  background-color: #eaeaea
}
#Sidenav_header a {
  padding: 20px;
  text-decoration: none;
  color: #000000;
  display: block;
  transition: 0.3s;
  /* min-width: 350px; */
}
#Sidenav_header {
  /*position: absolute;
    margin-top: 11px !important;*/
}
#Sidenav_header_fullpage {
  padding: 25px 0px 10px 0px;
}
.menuicon {
  width: 45px;
  height: 45px;
  float: left;
  margin: 15px 15px 0px 10px;
  z-index: 99999;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s; /*min-width: 360px;*/
}
/* The List of Colleges menu links */
.arrow_box {
  position: relative;
  background: #2c2c2c;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.arrow_box:after {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(113, 0, 0, 0);
  border-bottom-color: #2c2c2c;
  border-width: 15px;
  margin-left: -15px;
}
.mainmenu_colleges_title {
  padding: 15px 10px 20px 15px;
  display: inline-block;
  font-weight: 700;
  color: #2c2c2c;
  background-color: silver;
  width: 100%;
}
#mainmenu_colleges a {
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  color: #ffffff;
  background-color: #2c2c2c;
  border-bottom: 1px solid #404040;
  display: block;
  transition: 0.3s;
  font-size: 1.1em;
}
#mainmenu_colleges a:hover {
  background-color: #565656;
}
#mainmenu_colleges ul {
  margin-top: 0px;
  padding-bottom: 200px;
}
#mainmenu_colleges li {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 2em;
  font-weight: 700;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 0px;
  }
  .sidenav a {
    font-size: 17px;
  }
}
/*------------------------------------------------*/
/* DEFAULT STYLES */
/*------------------------------------------------*/
#map-canvas {
  height: 450px;
  padding: 0px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0px;
}
#splash_banner {
  height: 350px;
  background-image: url(images/homepage_splashbanner1.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: auto;
  background-color: #FFFFFF;
  margin-bottom: 35px;
}
.header-spacer {
  margin-top: 0px;
}
.DNNEmptyPane {
  width: auto !important;
}
.Head {
  display: inline-block;
  margin-bottom: 0px;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, .SkinObject, .Normal {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
  color: #910000;
  text-decoration: underline;
}
a:hover {
  color: #710000;
  text-decoration: none;
}
a.LearnMoreLink:hover {
  text-decoration: none !important;
  background-color: #1c8986;
}
a.LearnMoreLink {
  /*text-transform: uppercase; */
  font-size: .875em;
  /* letter-spacing: 0.06em; */
  font-family: 'Montserrat', sans-serif;
  font-weight: bold !important;
  margin-top: 1px;
  padding: 10px 20px;
  background-color: #710000;
  color: #fff !important;
  display: block;
  text-align: center;
  text-decoration: none;
  /* border-radius: 10px; */
  clear: both;
}
/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
#site_header {
  background-color: #841719 !important;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 996;
  height: 90px;
  padding: 25px 15px 10px 15px;
}
#site_wrapper {
  padding: 200px 0px 0px 0px;
}
#header_container {
  padding: 25px 15px 10px 15px;
  max-width: 1366px;
  margin: 0 auto;
  height: inherit;
  display: block;
}
#header_container img {}
#menubutton_container {
  z-index: 99999;
}
#logo_container {}
#logo_container img {
  max-width: 300px;
}
/*------------------------------------------------*/
/* HEADER SEARCH BOX */
/*------------------------------------------------*/
#searchbox {
  border: 0px;
  clear: right;
  position: relative;
}
label.search_button {
  display: none;
}
.search_textfield_bkgrd {
  /*background-image: url(images/searchbox_bkgrd.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;*/
}
.search_textfield {
  background-color: #ffffff;
  height: 33px;
  max-width: 225px;
  /* padding: 2px; */
  padding-left: 6px;
  padding-right: 45px;
  color: #333;
  font-size: 1em;
  border: 1px solid #7A7A7A;
}
.search_textfield:focus, .search_textfield_bkgrd:focus {
  outline: none;
}
.search_button, a.search_button {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
  background-color: #990000;
  background-image: url(https://www.google.com/uds/css/v2/search_box_icon.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 14px;
  filter: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 0px 0px 0px;
  border-width: 0;
}
a.search_button:link, a.search_button:visited {
  font-weight: normal;
  font-size: 12px;
  color: black;
  padding-top: 7px;
}
.search_button:focus, .search_button:hover, a.search_button:focus, a.search_button:hover {
  background-color: #3b0000;
  color: #ffffff;
  text-decoration: none;
}
.searchbox form {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
/*------------------------------------------------*/
/* BREADCRUMBS */
/*------------------------------------------------*/
#breadCrumb span span > span:last-of-type {
  display: none;
}
#breadCrumb {
  text-transform: uppercase;
  color: #5f5f5f;
  font-size: 0.775em;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 20px 0px 20px 0px;
}
#breadCrumb a {
  color: #5f5f5f;
  text-decoration: none;
  font-weight: 400;
}
#breadCrumb a:hover {
  color: #5f5f5f;
  text-decoration: underline;
}
a.site_button {
  padding: 10px;
  background-color: #910000;
  color: #fff;
  display: block;
  /* width: 100px; */
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}
/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/
.ouhsc_v2 li {
  padding-left: 0px;
  margin-left: 45px;
  font-family: "Open Sans", sans-serif;
}
li {
  padding-left: 0px;
  margin-left: 45px;
  font-family: "Open Sans", sans-serif;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: disc;
}
ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}
/* Ordered List */
ol li {
  list-style-type: decimal;
  margin-bottom: 8px;
  vertical-align: top;
}
ol ol {
  margin-top: 8px;
  margin-left: 30px;
}
ol ol li {
  list-style-type: lower-roman;
}
ol ol ol li {
  list-style-type: lower-alpha;
}
ol ul li {
  list-style-type: lower-roman;
}
/*------------------------------------------------*/
/* TABLE STYLE */
/*------------------------------------------------*/
/* Default Table Style */
table.tableDefault {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
table.tableDefault th, table.tableDefault td {
  padding: 8px;
}
table.tableDefault th {
  font-weight: bold;
  text-align: left;
  border-bottom: solid 2px #aaa;
  background-color: #d7d7d7;
}
table.tableDefault td {
  border-bottom: solid 1px #d9d9d9;
}
table.tableDefault tr:nth-child(odd) {
  background: transparent;
}
table.tableDefault tr:nth-child(even) {
  background: #e3e4e6;
}
.tableDefault tbody tr:hover td {
  color: #111;
}
#TableStyle_default td {
  padding: 10px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #000000;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
  border-bottom-style: solid;
}
#TableStyle_default table {
  border-spacing: 0px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-color: #000000;
  border-left-color: #000000;
}
/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
.LoginPanel a:link, .LoginPanel a:hover, .LoginPanel a:visited {
  color: #fff !important;
  text-decoration: none !important;
}
.dnnLoginService {}
.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
  border-color: #710000;
  background: #710000;
  box-shadow: none;
  text-shadow: none;
  border-radius: 10px;
  /* margin-top: 15px; */
  padding: 10px;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
}
.dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
  border-color: #910000;
  background: #910000;
  box-shadow: none;
  text-shadow: none;
  border-radius: 10px;
  color: #fff;
}
.dnnSecondaryAction, .dnnFormItem input[type="submit"], a.dnnSecondaryAction {
  border-color: #A8A8A8;
  background: #A8A8A8;
  box-shadow: none;
  text-shadow: none;
  border-radius: 10px;
  /* margin-top: 15px; */
  padding: 10px;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
}
#userControls {
  margin: 0px auto;
  padding: 0px 0px 10px 0px;
  width: 100%;
}
#login li {
  padding-left: 0px;
  margin-left: 5px;
  font-family: "Lato", sans-serif;
}
#login ul {
  padding: 0 0 0 0px;
}
#login {
  float: right;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 0.7em;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-decoration: none !important;
  color: #ffffff;
  letter-spacing: 0.1em;
}
#login .registerGroup, #login .registerGroup *, #login .loginGroup, #login .loginGroup * {
  display: block;
}
#login .registerGroup, #login .loginGroup {
  float: left;
  padding: 0;
  margin: 0;
}
#login .registerGroup li:first-child:hover {
  border-left: #222;
}
/* Register Group Styles */
#login .registerGroup li {
  float: left;
}
#login .registerGroup ul {
  margin-left: 0px;
}
#login .registerGroup .buttonGroup {
  margin-right: 0;
}
#login .registerGroup a, #login .loginGroup a {
  display: block;
  position: relative;
  min-width: 12px;
  padding: 10px 15px;
  font-size: 11px;
  vertical-align: middle;
  color: silver;
}
#login .registerGroup a:hover, #login .loginGroup a:hover {
  text-decoration: none;
  color: #ddd;
  background-color: #222;
  text-shadow: 0px -1px 0px #333333;
}
#login .registerGroup a:active, #login .loginGroup a:active {
  color: #fff;
  text-shadow: 0px -1px 0px #333333;
}
#login .registerGroup a strong, #login .loginGroup a strong {
  display: block;
  left: 0;
  top: 0;
  overflow: hidden;
  font-size: 11px;
  text-indent: -9999px;
}
#login .userMessages a, #login .userNotifications a {
  background-color: #333;
}
#login .userMessages strong {
  height: 100%;
  background: url('images/icon_message.png') no-repeat center center;
  width: 18px;
}
#login .userNotifications {}
#login .userNotifications strong {
  height: 100%;
  background: url('images/icon_notification.png') no-repeat center center;
  width: 18px;
}
#login .registerGroup a span {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: -9px;
  min-width: 7px;
  margin-right: 3px;
  background: rgb(59, 150, 182); /* Old browsers */
  text-align: center;
  font-size: 11px;
  color: #fff;
  text-shadow: 0px 1px 0px #333333;
}
#login .registerGroup .userProfileImg a {
  min-width: 25px;
  min-height: 32px;
  padding: 0;
  background: none;
}
#login .registerGroup a img {
  height: 35px;
  width: 35px;
  background: #333;
}
/* Login Group Styles */
#login .loginGroup {}
#login .loginGroup a {
  color: silver;
}
/* Number of message next to the message icon*/
#login .userMessages a span, #login .userNotifications a span {
  display: inline-block;
  margin-top: 9px;
  margin-right: 0px;
  background-color: transparent;
  font-size: 10px;
}
/*------------------------------------------------*/
/* DNN */
/*------------------------------------------------*/
/* DNN stuff */
.Normal {
  font-size: 14px;
  line-height: 1.428;
}
.dnnActions {
  display: inline-block;
}
.dnnActions li {
  margin-right: 5px;
  margin-left: 10px;
  list-style: none;
  float: left;
}
.dnnCheckbox .mark {
  background: none;
}
.form-group .dnnLabel {
  text-align: left;
  width: auto;
}
.dnnLabel + span {
  white-space: normal;
}
#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after, #ControlBar li, #ControlBar li:before, #ControlBar li:after, #ControlBar a, #ControlBar a:before, #ControlBar a:after, .dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after, .dnn_mact li, .dnn_mact li:before, .dnn_mact li:after {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.dnnSortable {
  min-height: 50px !important;
}
/*
.paneOutline {
    margin: 5px 0;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    text-align: center;
    color: #666;
}
.paneOutline_display {
    margin: 2px 1px;
    height: 50px;
    line-height: 50px;
    background: #eee;
    background: #eee;
    border: 1px solid #ccc;
    text-align: center;
}*/
.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close {
  float: right;
  display: block;
  height: 16px;
  width: 17px;
  margin: 4px 4px 0px 1px;
}
.dnnFormItem input[type="text"], .dnnFormItem select, .dnnFormItem textarea, .dnnFormItem input[type="email"], .dnnFormItem input[type="search"], .dnnFormItem input[type="password"] {
  font-size: 1em;
}
ul.dnnAdminTabNav {
  display: inline-block;
  margin-top: 5px;
  margin-left: 0;
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #c2c2c2;
}
ul.dnnAdminTabNav li {
  padding-left: 0px;
  margin-left: 0px;
}
div.time-picker li {
  margin-left: 0px !important;
}
.to-right {
  float: right;
}
/*------------------------------------------------*/
/* FOOTER STYLES */
/*------------------------------------------------*/
.ouhsc_v2 footer {
  font-size: .8em;
  color: #ffffff;
  background-color: #710000;
  margin: 0px auto;
  max-width: 1366px;
}
.OUHSC_footer_logo {
  max-width: 90%;
}
.legal_footer a:link, .legal_footer a:visited, .legal_footer a:active, .legal_footer a:focus {
  text-decoration: underline !important;
}
footer a:link, footer a:visited, footer a:active, footer a:focus {
  color: #ffffff;
  text-decoration: none;
  line-height: 20px;
  /* letter-spacing: .05em; */
  font-weight: 500;
}
footer a:hover {
  color: white !important;
}
.legal_footer {
  padding: 25px 0px 10px 0px;
}
#footer_header_tools {
  float: right;
  list-style: none;
}
#footer_header_tools ul {
  list-style-type: none;
  margin: 0;
  padding: 5px 0px 0px 0px;
  overflow: hidden;
  background-color: #fff;
}
#footer_header_tools li:after {
  content: '\00a0\2022\00a0';
  color: #fff;
  padding: 5px;
}
#footer_header_tools li:first-child:after {}
#footer_header_tools li {
  float: left;
  margin-left: 0px;
}
#footer_header_tools li:last-child:after {
  border-right: none;
  content: '';
}
#footer_header_tools li a {
  color: #d2d2d2;
  text-decoration: underline;
  line-height: 20px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
#footer_header_tools li a:hover {
  color: #3c3c3c;
  text-decoration: underline;
}
#footer_header_tools .active {
  background-color: #710000;
}

#weatherWidgetInner {
    background-color: #e8e8e8 !important;
}
#weatherWidget {
    background: #e8e8e8 !important;
}
