﻿/* Styles for dynamic calendar  */ 

.popLabel {
	font-weight:bold; 
}

.popField {
	
}

p.ms-rteElement-Paragraph { 
	
}

/*  font awesome icon color */
.fa-user {
  color: e6b800;
}

/* header overlay override */

.or-header .or-header-overlay {

	background:    #181e49;

	opacity: .05;

}

.or-navbar {

	background:    #181e49;

}

.or-navigation-list > li > a {

	color: #fff;

}

/* header background override */

.or-header {

	background: url('/Style%20Library/Images/yellow-banner.jpg'); 

	background-repeat: no-repeat;

	background-size: cover;

	background-color:    #181e49;

}
.or-header-title {
	color: black
		
}

/* header logo override */

.or-header-logo-wrapper {

	padding: 40px 45px 40px 0px;

}

.or-header-logo {

	background-image: url('/Style%20Library/Images/ohim-logo.png'); 
}

.or-small-header .or-header-logo {

	width: 205px;

	height: 160px;

}

.or-header-logo {

	width: 225px;

	height: 180px;

}

.or-small-header .or-header-title {
    color: #181e49;
}

/* header title small override */

.or-header-title small {

	font-size: 100%;

	margin-top: 10px;

}

/* search bar override */

.or-navbar-search-wrapper {

	background:    #EAEAEA;

}

.or-navbar-search-submit-button {

	background:    #181e49;

}

.or-navbar-search-submit-button:hover, .or-navbar-search-submit-button:focus {

	background: #ddc122;

}

.or-navbar-search-open.or-navbar-search-wrapper {

	box-shadow: -10px 0px 10px -5px #004477

}

.or-taskbox-title {

	background: #181e49;

	color: #ffffff;

}

h2.or-taskbox-title {

	font-size: 25px!important;/*font-size: inherit;*/

}

h3.or-taskbox-title {

	font-size: 25px!important;/*font-size: inherit;*/

}

/* side navigation override */

.or-side-navigation ul li a {

	color:    #181e49;

}

.or-side-navigation ul .or-side-navigation-current > a {

	border-left: solid 3px #ddc122;

	color: #333333;

}

.or-side-navigation > ul > .or-side-navigation-parent > a {

	text-transform: none;

	letter-spacing: normal;

	font-size: 1em;

}

.or-side-navigation-parent ul {

	margin-top: 0;

}

/*a Buttons link color override*/

a.btn:not(.btn-link):not(.btn-default):hover {

	color: #FFF

}

a.btn:not(.btn-link):not(.btn-default):visited {

	color: #FFF

}

a.btn.btn-default:visited {

	color: #333

}

a.btn.btn-default:hover {

	color: #fff;

	background-color: #286090;

}


/* H2 to font size of 25px */



.h2, h2 {

	font-size: 25px;/*font-size: 30px;*/

}

.h3, h3 {

	font-size: 22px;

	/*font-size: 26px;*/

	color: #333333;

}

html .ms-WPBody h3 {

	font-size: 22px;

}

.h4, h4 {

	font-size: 20px;

	/*font-size: 22px;*/

	color: #333333;

}

.h5, h5 {

	font-size: 18px;

}

.h6, h6 {

	font-size: 16px;

}


/* 	----------------------------------------------------------------------------------------------
	OHIM BLOG TESTING
	----------------------------------------------------------------------------------------------
*/

.blogItemWrapper {
	margin-top: 30px;
}

.blogItemWrapper:hover {
}


.blogItemWrapper img:hover  {
	transition: all 0.2s ease;
	opacity: 0.8;
}

.blogDetails {
	padding: 10px 10px 0;

}

.blogItemWrapper a:hover {
	text-decoration: none !important;
	color: inherit !important;
}

.blogItemImage img {
	max-width: 100%;
	height: auto;
	margin: 0 !important;
	/* border-top-left-radius: 5px;	
	border-top-right-radius: 5px; */
}


.blogItemTitle h2 {
	font-size: 18px !important;
	margin: 0 !important;
	padding: 10px 0 5px;
	color: #333333; !important;
}

p.blogItemExcerpt {
	margin: 20px 0;
}

.blogItemDate {
	color: #333 !important;
	font-style: italic;
	/* background: #fafafa;
	border-bottom-left-radius: 5px;	
	border-bottom-right-radius: 5px; */
}

main table {
	
}

main table.logos tr td {
	padding: 20px;
}


main table.logos tr td img {
	max-width: 156px;
}
