/*  REACH
	©Cincinnati Children's Hospital Medical Center
================================================== */
/* CSS */
:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}
.styled-select {
	font-size: 20px;
	height: 34px;
	overflow: hidden;
	background: #F8F8F8 url('chevron.png') no-repeat right;
	width:240px;
	border-radius:2px;
	border: 2px solid #DDDDDD;
}
.styled-select select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }
  
a {
	font-size:14px;
} 
a:hover{
	color:#FF9900;
}   
    
/*Grid System
================================================== */
#pagecontainer {
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	min-height: 100%;
	position: relative;
}


/***********************
         Header
 ***********************/
#header {
	width: 980px;
	height: 273px;
	padding-bottom: 0;
	/*border-bottom:thin black solid;  /* this creates the line between header and container */
}
/************************
     Navigation Menu
 ************************/
#navmenu {
	background-image: url('headerT.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 980px;
	height: 263px;
	margin: auto;
/*overflow: hidden;*/	padding: 0;
}

/*End Double Drop*/

hr.faded {  border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    margin:10px 0 10px 0; }
hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}    
/***************    Container 
 ***************/
.containerminor {
	width: 100%;
	min-height: 560px;
	background-color: white;
}
.containercal {
	width: 100%;
	min-height: 660px;
	background-color: #e3e9ff;
}
.fullrow {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	/*min-height:500px;*/
}
.fullrow2 {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contactrow {
	width: 100%;
	float: left;
	min-height: 100px;
	background-color: #fff;
	border-color: black;
	border: 2px;
}
.datarow {
	/*min-height:320px;*/
	font-size: small;
	width: 55%;
	float: left;
	padding-right: 0;
	padding-left: 0;
}
.datarow2 {
	min-height: 20px;
	width: 35%;
	background-color: #fff;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
.datarowmain {
	/*min-height:320px;*/
	width: 48%;
	float: left;
	padding-right: 5px;
	padding-left: 11px;
}
.datarowmainl {
	/*text-align:center;*/
	width: 45%;
	float: left;
	padding-right: 5px;
	padding-left: 25px;
	color: black;
}
.datarowmainl a {
	color: blue;
}
.datarowdocs {
	min-height: 20px;
	width: 40%;
	background-color: #fff;
	float: right;
	margin-left: 5px;
	margin-top: 5px;
}
.clear {
	clear: both;
	padding-top: 10px;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*float:right;
	padding-top:15px;*/
}
ul.obj {
	color: black;
	font-size: 14px;
}
ul.obj li {
	padding-bottom: 5px;
	font: normal 14px/150% Arial, Helvetica, sans-serif;
}
ul.photo {
	font-size: 14px;
}
/*********************
       Footer
 *********************/
#Footer {
	float: left;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	background-color: #b71a3f;
	position: relative;
	bottom: 0;
}
/**********************
  Need help? section
 **********************/
.footcon {
	width: 33%;
	color: white;
	float: left;
	text-align: center;
	margin-top: 10px;
}
.footcon img {
	vertical-align: middle;
}
.footcon a {
	color: white;
	text-decoration: underline;
}
.footcon a:hover {
	color: black;
	text-decoration: underline;
}
/************************
   Docs in Dev section
 ************************/
.footcon2 {
	width: 33%;
	color: white;
	float: left;
	text-align: center;
	margin-top: 10px;
}
.footcon2 img {
	vertical-align: middle;
}
.footcon2 a {
	color: white;
	text-decoration: underline;
}
.footcon2 a:hover {
	color: black;
	text-decoration: underline;
}
/************************
   World Time section
 ************************/
.footcon3 {
	width: 33%;
	color: white;
	float: left;
	text-align: center;
	margin-top: 10px;
}
.footcon3 img {
	vertical-align: middle;
	padding-right: 5px;
}
.footcon3 a {
	color: white;
	text-decoration: underline;
	/*font-size:small;*/
}
;

.footcon3 a:hover{
	color:black;
	text-decoration:underline;
}
#zonediv {
	color: white;
	padding-right: 10px;
	text-align: right;
	line-height: 20px;
}
/********* end Footer ***********/
.ms-vb-title {
	color: lime;
}
.ms-WPBorderBorderOnly {
	border: thin;
	border-color: gray;
}
.ms-WPBorder {
	border: thin;
	border-color: gray;
}
/*****************
     Table
 *****************/
.datagrid table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}
.datagrid {
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 0;
}
.datagrid table td, .datagrid table th {
	padding: 5px 10px;
}
.datagrid table thead th {
	background-color: #b71a3f;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.datagrid table thead th:first-child {
	border: none;
}
.datagrid table tbody td {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
.datagrid table tbody .alt td {
	background: #ececec;
	color: #000000;
}
.datagrid table tbody td:first-child {
	border-left: none;
}
.datagrid table tbody tr:last-child td {
	border-bottom: none;
}
.ms-WPBorderBorderOnly {
	border: none;
}
.ms-WPBorder {
	border: none;
}
#calendar {
	margin-left: auto;
	margin-right: auto;
	padding-left: 90px;
}

.visits table{
	width:100%;
	border-collapse: collapse;
}
.visits table th{
	text-align:center;
	background-color: #b71a3f;
	color:#ffffff;
	font-size:22px;
	padding-top:7px;
	padding-bottom:7px;
}
.visits table tbody{
	font-size:15px;
}
.visits table tbody .alt td {
	background: #95A5A6 ;
	color: #000000;
}
.visits table tbody .alt td a{
	color:#ffffff;
}
.visits table td{
	text-align:	center;
	height:20px;
}
/* Documents list
================================================== */
.check-list {
	list-style:none;
}
.check-list li {
	padding: 0.7em 0 0.7em 45px;
	font-size: 1.0em;
	background: url('bullet-arrows.png') no-repeat 0px 1.05em;
	border-bottom: solid 1px #e2e6e8;
}
.check-list li:first-child {
	padding-top: 0 !important;
	border-top: 0 !important;
	background-position: 0 0.3em;
}
.check-list li:last-child {
	padding-bottom: 2px !important;
	border-bottom: 0 !important;
}
.check-list li a{
	color:#b71a3f;
	font-weight:700;
}
.check-list li a:hover{
	color:#000000;
	text-decoration:underline;
}

/* Offline Files List Styles
================================================== */
#OfflineList {
  width: 100%;
  max-width:200px;
}
 
 
#OfflineList ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
 
#OfflineList li {
  font: 200 16px/1.5 Helvetica, Verdana, sans-serif;
  border-bottom: 1px solid #ccc;
  padding-bottom:10px;
}
 
#OfflineList li:last-child {
  border: none;
}
 
#OfflineList li a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
 
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}
 
#OfflineList li a:hover {
  font-size: 24px;
  background: #f6f6f6;
}


/* Contact Tables
================================================== */
.contacttable {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.contacttable table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}

.contacttable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.contacttable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.contacttable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.contacttable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.contacttable tr:hover td{
	
}
.contacttable tr:nth-child(odd){ background-color:#f2dede; }
.contacttable tr:nth-child(even)    { background-color:#ffffff; }
.contacttable td{
	vertical-align:middle;	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:13px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
	text-align:center;
}.contacttable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.contacttable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.contacttable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.contacttable tr:first-child td{
		background:-o-linear-gradient(bottom, #b71a3f 5%, #87243b 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b71a3f), color-stop(1, #87243b) );
	background:-moz-linear-gradient( center top, #b71a3f 5%, #87243b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b71a3f", endColorstr="#87243b");	background: -o-linear-gradient(top,#b71a3f,87243b);

	background-color:#b71a3f;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.contacttable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #b71a3f 5%, #87243b 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b71a3f), color-stop(1, #87243b) );
	background:-moz-linear-gradient( center top, #b71a3f 5%, #87243b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b71a3f", endColorstr="#87243b");	background: -o-linear-gradient(top,#b71a3f,87243b);

	background-color:#b71a3f;
}
.contacttable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.contacttable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.contacttable img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Share Point Styles
================================================== */
.ms-vb2, .ms-vb {
	font-size: 12px;
}
td.ms-addnew, .ms-WPHeader, .s4-itm-cbx {
	display: none;
}
#MicrosoftTranslatorWidget {
	float: right;
}
.something-semantic {
  display: table;
  width: 100%;
  background-color:#5CB85C;
  margin-top:-12px;
 -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;}
.mtdAlert{	
	display: table-cell;
  text-align: center;
  vertical-align: middle;	
	color:#ffffff;
	height:24px;
	font-weight:bold;
	font-size:13px;
	}

