/*-----------------------------------------------
-- Custom styles added by Rodney Hough
------------------------------------------------- */
.level0 a {
    line-height: 25px; 
    text-transform: uppercase;
    font-weight: 500;
    background: #cfcfcf;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
    border-top: 1px solid #3a3a3a;
    border-bottom: 1px solid #3a3a3a;
}

.level0 li {
    line-height: 25px; 
    text-transform: uppercase;
    font-weight: 500;
    background: #cfcfcf;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 4px;
    border-top: 1px solid #3a3a3a;
    border-bottom: 1px solid #3a3a3a;
}

.level1 li {
    line-height: 25px;
}

.level1 a {
    padding-left: 10px;
    background-color:#C32032;
    color: white;
}

.level1 a:hover {
    background: #8c2332;
}

.level2 li {
    background-color: white;
    line-height: 25px;
}

.level2 a {
    padding-left: 15px;
    background-color:white;
    color: #3a3a3a;
}

.level2 a:hover {
    color: white;
    background: #8c2332;
}

.level3 li {
    background-color: white;
    line-height: 25px;
}

.level3 a {
    padding-left: 40px;
    background-color:white;
    color: #3a3a3a;
}

.level3 a:hover {
    color: white;
    background: #8c2332;
}

/* carla changed size from .7 to .75 on june 16 */
.ohio_text {
    font-size: 0.75em;
}


/* carla created this on june 16 to hopefully replace ohio_text. wasn't sure if Rodney was using ohio_text anywhere so I didn't want to delete it. */
.footnote_text {
    font-size: 0.75em;
}

.ep-widget {
    background:#f4f4f4;
    width:35%;
    float:right;
    padding:25px;
    position:relative;
    margin:15px;
    text-align: center;


}

.ep-callout {
	width:100%;
    padding:12px 20px 0;
    border:2px solid #dedede;
    font-size: 0.85em;
}


.accred-callout {
    max-width:550px;
    padding:12px 20px 0;
    border:2px solid #dedede;
    margin:auto;
    font-size: 0.9em;
}

.ep-button {
    margin:18px 2em 18px 0;
    clear:both;
    display:inline-block
}

.ep-callout .ep-button {
    display:block;
    margin-right:0
}

.ep-button a {
    background:#c32032;
    color:#fff;
    font-size:0.9em;
    padding:12px 35px 12px 15px;
    border-radius:7px;
    font-weight:500;
    display:block;
    position:relative;
    transition:background-color .3s;
    -webkit-transition:background-color .3s
}

.cc-card h1 {
    line-height: 32px;
}

/* Facts table for About Owens */

.owens-facts td {
	padding-top: 20px;
	vertical-align: top;
	background-color: #f4f4f4;
}



/* Modal window for search button */
/* The Modal (background) */
.searchmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 500; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.searchmodal-content {
    background-color: #f4f4f4;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.search-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.search-close:hover,
.search-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.border1 {
    border: 1px solid #000;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1025px) {
  .level1 a {
    background-color: #ffffff;
    font-weight: bold;
  }
}

.simple-button a{
  display: inline-block;
  background-color: #C32032;
  color: #ffffff;
  font-size: 17px;
  border: 1px solid #C32032;
  border-radius: 5px;
  margin: 5px 0px 15px 0px;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.gsc-control-cse
{
	padding:0px !important;
	border-width:0px !important;
}

form.gsc-search-box,table.gsc-search-box
{
	margin-bottom:0px !important;
}

.gsc-search-box .gsc-input
{
	padding:0px 4px 0px 6px !important;
}

#gsc-iw-id1
{
        height: auto !important;
        padding: 0px !important;
        border-width: 0px !important;
        box-shadow:none !important;
}

#gs_tti50
{
	padding:0px !important;
}

#gsc-i-id1
{
	height:33px !important;
	padding:0px !important;
	background:none !important;
	text-indent:0px !important;
}

.gsib_b
{
	display:none;
}

button.gsc-search-button
{
        display:block;
        width:13px !important;
        height:13px !important;
        border-width:0px !important;
        margin:0px !important;
        padding: 10px 6px 10px 13px !important;
        outline:none;
        cursor:pointer;
        box-shadow:none !important;
        box-sizing: content-box !important;
}

.gsc-branding
{
	display:none !important;
}

.gsc-control-cse,#gsc-iw-id1
{
	background-color:transparent !important;
}

#search-box
{
	width: 80px;
	height: 43px;
	margin:0 auto;
	border-radius: 5px;
	overflow: hidden;
}

.gsc-search-box .gsc-input
{
	border: 0px solid #af111c;
	border-right-width: 0px;
	border-radius: 5px 0px 0px 5px;
	padding: 2px 12px !important;
}

#gsc-i-id1
{
	color:#000;
}

button.gsc-search-button
{
	padding: 15px !important;
	background-color: #af111c !important;
}
