﻿.ms-WPBody TD 
{
    
}
.ms-WPTitle {
	font-weight: bold;
	color: #084268;
	font-family: Verdana, Tahoma, sans-serif;
	padding: 4px 4px 5px 0px;
	font-size: 1.2em;	
}

.ms-WPBody {
	font-size: 10pt;
	font-family: Verdana, Arial, helvetica, sans-serif;
	color: #000;
}

.ms-WPBody a:link {

}

.ms-WPBody a:visited {


}

.ms-WPBody a:hover {
}

a, a:link, a:visited, .ms-WPBody a:visited, .ms-WPBody a:link {
   color: #084268;
   text-decoration: none;
}

.ms-WPHeader td { background: url('/_layouts/15/images/RILBranding2019/bg-bar.png') repeat-x; border-bottom: 1px #002D6A solid !important; }
.ms-WPHeader td.ms-wpTdSpace { background: url('/_layouts/15/images/RILBranding2019/bg-barcorners.jpg') top right; background-color: #F2F2F2; }
.ms-WPHeader td:first-child.ms-wpTdSpace { background-position: top left; }


/* Web Part Title Bar Css Start */
.ms-WPHeader h3, .ms-WPHeader h3 a { 
	color: #002D6A; 
	font-weight: bold;
	font-family: Cambria, Verdana, Sans-serif;
	font-size: 14px;
	padding: 4px 4px 4px 2px; 
}
h3.ms-WPTitle a:link, h3.ms-WPTitle a:active, h3.ms-WPTitle a:visited { 
	color: #002D6A;
	text-decoration: none;
}
h3.ms-WPTitle a:hover { 
	color: #084268;
	text-decoration: underline;
}
.ms-WPHeaderTdMenu { 
	border: none !important; 
}
.s4-wpcell:hover .ms-WPHeader .ms-WPHeaderTdMenu:hover { 
	color: #084268;  
}
.s4-wpcell:hover .ms-WPHeader td, .s4-wpActive .ms-WPHeader td, .s4-wpcell .ms-WPSelected .ms-WPHeader td { 
	border-style: none;
}
.ms-wpContentDivSpace { 
	margin: 0px !important;
	background-color: #FFFFFF;
	padding-left: 10px !important;
	padding-right: 10px !important;
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-top-bottom-radius: 10px; 
	border-bottom-left-radius: 10px;
    behavior: url(_layouts/Images/Branding/PIE.htc);
    -webkit-box-shadow:0px 3px 3px #969696;
    -moz-box-shadow: 0px 3px 3px #969696;
    box-shadow: 0px 3px 3px #969696;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;    
    border-radius: 0px 0px 10px 10px;	 
}  
td.ms-WPBorder, td.ms-WPBorderBorderOnly { 
	border-color: transparent; 
	border-top-style: none; 
}
.ms-WPHeaderTdSelection {
	display: none;
}
right-zone .ms-alternating  {
  background-color: transparent;
}
.ms-WPHeader td, ms-fakewptitle{
	border-bottom: 1px solid #084268;
	border-collapse:collapse;
}
/* Out of the box webparts css end */

/* CSS for custom webparts */
.cwp-container 
{
    float: left;
    width: 100%;
    background: #FFF;
    display: block;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFF;
    -webkit-box-shadow:0px 3px 3px #969696;
    -moz-box-shadow: 0px 3px 3px #969696;
    box-shadow: 0px 3px 3px #969696;
    behavior: url('/_Layouts/Images/Branding/PIE.htc');
    margin: 0 0 10px 0;
}

.cwp-header {
    background-color: #9EBEE3;
    border-bottom: 1px #002D6A solid;
    font-family: Cambria, Georgia, Serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    padding: 4px 4px 4px 8px;
    color: #002D6A !important;
    display: block;
    position: relative;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    behavior: url('/_Layouts/Images/Branding/PIE.htc');
}

.cwp-header-title {
    font-family: Cambria, Georgia, Serif;
    font-size: 14px;
    font-weight: bold;
    color: #002D6A !important;
}

.cwp-header-title a {
    text-decoration: none;
    color: #002D6A !important;
}

.cwp-header-title a:hover {
    text-decoration: underline;
    color: #084268;
}

.cwp-header-more {
    top: -2px;
    right: 5px;
    background: transparent url('/_layouts/15/images/RILBranding2019/arrow.png') no-repeat center right;
    font-family: Cambria, Georgia, Serif;
    font-size: 14px;
    color: #002D6A !important;
    padding: 5px 20px 5px 0;
    position: absolute;
    height: 20px;
    line-height: 20px;
}

.cwp-header-more:hover {
    background: transparent url('/_layouts/15/images/RILBranding2019/arrow-hover.png') no-repeat center right;
}

.cwp-header-more a {
    text-decoration: none;
    color: #002D6A;
}

.cwp-header-more a:hover {
    text-decoration: underline;
    color: #084268;
}

ul.cwp-list-style {
	list-style-type: none;
	padding: 5px 5px 5px 15px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt !important;

}
ul.cwp-list-style a {
	color: #333 !important;
	text-decoration: none;
}
ul.cwp-list-style a:hover {
	color: #333;
	text-decoration: underline;
}

ul.cwp-list-style li {
	background: transparent url('/_layouts/15/images/RILBranding2019/titleArrow.png');
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}


ul.cwp-list-style {
	list-style-type: none;
	padding: 5px 5px 5px 15px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;

}
ul.cwp-list-style a {
	color: #333;
	text-decoration: none;
}
ul.cwp-list-style a:hover {
	color: #333;
	text-decoration: underline;
}

ul.cwp-list-style li {
	background-image: url('/_layouts/15/images/RILBranding2019/titleArrow.png');
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/*Css for News webpart for Content*/
.cwp-image_thumb
{
    float: left;
    width: 100%;
    background: #fff;
    display: block;
    position: relative;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    behavior: url('/_Layouts/Images/Branding/PIE.htc');
    -webkit-box-shadow:0px 3px 3px #969696;
    -moz-box-shadow: 0px 3px 3px #969696;
    box-shadow: 0px 3px 3px #969696;
  
}
.cwp-image_thumb img
{
    border: 1px solid #ccc; /* Thumbnail Image Border */
    padding: 5px;
    background: #fff;
    float: left;
    cursor: pointer;
    margin: 0 5px 0 0;
}
.cwp-image_thumb ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.cwp-image_thumb ul li
{
    margin: 0;
    padding: 6px 5px;
    background: none transparent;
    width: 98%;
    float: left;
    border-top: 1px #EBEBEB solid;
    vertical-align: top;
}
.cwp-image_thumb ul li.hover
{
    background: #EBEBEB;
    cursor: pointer;
}
.cwp-image_thumb ul li.active
{
    background: #fff;
    cursor: default;
}
.cwp-image_thumb ul li h2
{
    font-size: 9pt;
    margin: 5px 0;
    padding: 0 0 0 65px; /* Spacing between Image and H2 */
    text-decoration: none;
    color: #fff;
    vertical-align: top;
    cursor: pointer;
}
.cwp-image_thumb ul li h2 a
{
    font-size: 9pt;
    margin: 5px 0;
    padding: 0;
    text-decoration: none;
    color: #333;
}
.cwp-image_thumb ul li h2 a:visited
{
    font-size: 9pt;
    margin: 5px 0;
    padding: 0;
    text-decoration: none;
    color: #333;
}
.cwp-image_thumb ul li h5
{
    font-size: 8pt;
    margin: 2px 0;
    padding: 0 0 0 65px; /* Spacing between Image and H2 */
    text-decoration: none;
    color: #084268;
    vertical-align: top;
    cursor: hand;
    cursor: pointer;
}


/* Media Center CSS Start */

.media-a {
		border: none; 
		padding: 2px; 
		color: #333; 
		text-decoration: none; 
}
.media-a:hover {
		text-decoration: none !important; 
}
.media-a:visited {
		color: #333 !important; 
}
.media-img {
		border: none; 
		width: 50px; 
		height: 50px;
		margin: 2px; 
		vertical-align: middle; 
}
.media-span {
		padding: 5px;
		display: inline-block;
		vertical-align: middle;
}
.media-center {
		background-color: #fff;
		padding: 0 5px;
		margin: 0 auto;
		width: 95%;
}
.media-center td {
		width: 45%;
}

/* Media Center CSS End */