/*
Stylesheet for any additional styles that are required by the content team after the build.
All selectors should be prefixed with .content__region to avoid conflicts.
This file should not be compiled from sass.
*/

/*** STEPHEN HAWKINS ***/

/***** Table styling, borders on bottom rows only. table header block colour *****/

.content .table-container
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #c1c1c1;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 4px;
    margin: 1em auto 1em;
    overflow-y: auto;
    width: 100%;
}

.content .table-container::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.content .table-container::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	border-bottom: 3px solid #fff !important;
	background-color: rgba(0, 0, 0, .3);
}

.content .table-container table {border:solid 0px #f7f7f7 !important;}
	
	
.content .table-container table thead tr th {
	background-color: #2D57A7 !important; 
	border: 0px solid #f7f7f7 !important; 
	color:#fff; padding: 0px 8px;

}
.content .table-container table thead p {text-align:left;}

.content .table-container table tr {border-bottom:solid 1px #666 !important;}

.content .table-container table tr:nth-child(odd) {background-color: #EFEFEF;}
.content .table-container table tr:nth-child(even) {background-color: #f7f7f7;}

.content .table-container table tr td 
{
	border:solid 0px #f7f7f7 !important;
	padding: 4px 10px;
}

.content .table-container table tr td p {margin:0px;}

/**
.content .table-container table tr td h4{
    background-color: #1E683F;
    border: 1px solid #c4c4c4;
    font-family: "Open Sans",sans-serif;
    font-size: 0.84em;
    margin: 0;
    padding: 4px 5px;
    display: block;
    color: #fff;
}**/

/*****Table column adjust*****/

.content .table-container .col1 {
    min-width: 120px !important;
    width: 48%;
}
.content .table-container .col2 {width:30%;}

}
.content .table-container .col3 {width:20%;} 

/*****Table 2*****/

.content .table-container2
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}

.content .table-container2::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.content .table-container2::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	border-bottom: 3px solid #fff !important;
	background-color: rgba(0, 0, 0, .3);
}

/***Table - alternative row color***/
.content .table-container2 table tr:nth-child(odd) {
    background: #EAF3FE;
}

.content .table-container2 table tr td 
{
	border:solid 1px #fff !important;
    padding: 10px;
}

.content .table-container2 table {border:solid 0px #fff!important;}

.content .table-container2 table tr {border-bottom:solid 1px #fff !important;}

.content .table-container2 table tr td p {margin:0px;}

.content .table-container2 table tr th {background-color:#cc9933; color:#fff;}

/*****Table column adjust*****/

.content .table-container2 .col1 {
    min-width: 150px;
    width: 48%;
}
.content .table-container2 .col2 {width:30%;}


.content .table-container2 .col3 {width:12%; min-width: 120px; color:#fff;} 

/*****End*****/


hr {border: none; border-bottom: 1px solid #EFEFEF !important; clear: both; width:100% !important; max-width:100% !important;}


/****Image adjustment***/

.content .img-adjust img {
	margin-top: 9px !important;
}

/*****End*****/


/****blockquote****/

.content blockquote {
	background-color: #3668C1;
	background-image: -webkit-linear-gradient(left top , hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.08));
	background-image:    -moz-linear-gradient(left top , hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.08));
	background-image:     -ms-linear-gradient(left top , hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.08));
	background-image:      -o-linear-gradient(left top , hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.08));
	background-image:         linear-gradient(left top , hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.08));
    border-radius: 0;
    margin: 0;
    min-width: 230px;
    padding: 0.5em 20px;
    quotes: "“" "”" "‘" "’";
}

.content blockquote p {
    margin: 0;
    padding-left: 8px;
    padding-bottom: 10px;
	font-style: oblique;
	font-size: 1.4em;
	color:#fff;
	text-align:center;
}

.content blockquote h3 {
	color:#fff;
	text-align:center;
	}

.content blockquote:before {
    color: #fff;
    content: open-quote;
    float: left;
    font-family: Georgia,serif;
    font-size: 4em;
    left: -14px;
    position: relative;
    top: 10px;
}

.content blockquote::after {
    bottom: 2px;
    color: #fff;
    content: close-quote;
    float: right;
    font-family: Georgia,serif;
    font-size: 4em;
    position: relative;
    right: -14px;
}

.content blockquote .cite {
  text-transform: uppercase;
  text-align: right;
  font-size: 75%;
}

/*****End*****/

/****Caption****/

.content figure {
 /**background: none repeat scroll 0 0 #f3cd1e !important;**/
    border: medium none !important;
    border-radius: 10px;
    display: inline-block !important;
    vertical-align: top !important;
}

.content figure img {border-radius: 2px;}

.content figure figcaption {
    background-color: #ecf1fa;
    border-radius: 4px;
    color: #fff;
    font-size: medium;
    line-height: 20px;
    text-align: center;
    padding: 5px;
	}
	
.content figure figcaption a {color:#fff !important;}

/**END***/


/***ATTENTION***/
.content .attention {
	background-color: #335DB3;
	background-image: -webkit-linear-gradient(left top , hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.08));
	background-image:    -moz-linear-gradient(left top , hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.08));
	background-image:     -ms-linear-gradient(left top , hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.08));
	background-image:      -o-linear-gradient(left top , hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.08));
	background-image:         linear-gradient(left top , hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.08));
    border-radius: 0;
    margin: 0;
	min-height: 60px;
    padding: 0.5em 0px;
    quotes: "“" "”" "‘" "’";
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.content .attention h3 {color:#fff;}

.content .attention p {
    color: #fff;
    font-size: 1em;
    font-style: oblique;
    margin: 0;
    position: relative;
    padding-left: 40px;}

.content .attention h2 {
	color:#fff;
	margin-bottom: 4px;
	margin-top: 4px;
	}

.content__region .attention::before {
    color: #fff;
    content: "!";
    font-family: Georgia,serif;
    font-size: 4em;
    margin-left: 10px;
    margin-top: 14px;
    position: absolute;
}

/**END***/

/*** link button ***/

.content-link a {padding:5px 10px; background-color:#2950A2; color:#fff; text-decoration:none; 
-webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	-moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	-o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
}
.content-link a:hover {padding:5px 10px; background-color:#fff; color:#2950A2; border:1px solid #2950A2; text-decoration:none; 
-webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	-moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	-o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
	transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
}