@charset "utf-8";
/* CSS Document */
/* Fairfax specific styles from original style sheets */


h3 {
    font-size: 120%;
    margin: 15px 0 0 0;
    padding: 0;
}

h4 {
    font-size: 110%;
    margin: 15px 0 0 0;
    padding: 0;
}

h5 {
    font-size: 100%;
    margin: 15px 0 0 0;
    padding: 0;
	font-weight:bold;
}

h6 {
    font-size: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    text-indent: 1.5em;
}

h1.subject {
    border: 4px solid #ECF4F8;
    margin: 0 0 14px 0;
    background-color: #ECF4F8;
    width: 97%;
}

.highlight {
    border: 1px solid #b8b8b8;
    margin: 0 0 10px 0;
    padding: 3px;
    background-color: #f7f3ef;
    width: 97%;
}

.highlight1 {
    margin: 0 0 10px 0;
    padding: 3px;
    background-color: #ecf4f8;
    width: 97%;
}

.highlight2 {
    margin: 0 0 10px 0;
    padding: 3px;
    background-color: #f5f5f5;
    width: 97%;
}

.highlight3 {
    margin: 0 0 10px 0;
    padding: 3px;
    background-color: #cee3c4;
    width: 97%;
}

.ffx-alert {
    background-color: #f3f1d7;
    margin: 0;
    padding: 8px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.ffx-alerttext {
    color: #8d0000;
}

.ffx-text-alert {
    color: #FF0000;
}

.ffx-altbgcolor {
    background-color: #82020b;
    color: #ffffff;
}

.ffx-altbgcolor2 {
    background-color: #266182;
    color: #ffffff;
}

table.data th {
    background-color: #266182;
    color: #ffffff;
    border-bottom: 1px solid #AAAAAA;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #AAAAAA;
    border-top: 1px solid #FFFFFF;
}

table.data td.alternate, table.data tr.alternate td {
    background-color: #ECF4F8;
    border-bottom: 1px solid #AAAAAA;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #AAAAAA;
    border-top: 1px solid #FFFFFF;
}

table.data td {
    background-color: #FFFFFF;
    border-bottom: 1px solid #AAAAAA;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #AAAAAA;
    border-top: 1px solid #FFFFFF;
}

.img-50percent-left img,
.img-50percent-right img,
.img-50percent img 
.img-100percent img {
	width:100%;
	height: auto;
}

.img-50percent-right {
	float:right;
    width: 50%;
}

.img-50percent-left {
	display: block;
    position: relative;
    width: 50%;
    overflow: hidden;
    float: left;
}

.img-50percent-right .img-50percent-left,
.img-50percent-left .img-50percent-right {
    width: 100%;
}

.img-100percent {
	display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    float: left;
	clear:both;
}

.img-50percent img, .img-100percent img  {
	width: 100%;
	height: initial
}



div.img-floatright {
	float: right;
}

div.img-floatleft{
	float: left;
}
div.img-center{
	display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    float: left;
	text-align:center;
}


table.navy-gray {
    border-collapse: collapse;
    border-color: #091f30;
    padding: 4px;
    text-align: left;
}
table.navy-gray th {
    background-color: #091f30;
    color: white;
}
table.navy-gray tr:nth-child(even) {
	background-color: #EEE;
}
table.navy-gray tr:hover {
	background-color: #f5f5f5;
}


table.navy-lightblue {
    border-collapse: collapse;
    border-color: #091f30;
    padding: 4px;
    text-align: left;
}

table.navy-lightblue th {
    background-color: #091f30;
    color: white;
}

table.navy-lightblue tr:nth-child(even) {
	background-color: rgb(234, 239, 241)
}

table.navy-lightblue tr:hover {
	background-color: #f5f5f5;
}

table.red {
    border-collapse: collapse;
    border-color: #d03737;
    padding: 4px;
    text-align: left;
}
table.red  th {
    background-color: #d03737;
    color: #FFF;
}
table.red  tr:nth-child(even) {
	background-color: rgba(236, 217, 217, 0.39);
}
table.red  tr:hover {
	background-color: #ecd9d9;
}

table.lightblue {
    border-collapse: collapse;
    border-color: #d0dce3;
    padding: 4px;
    text-align: left;
}
table.lightblue  th {
    background-color: #d0dce3;
    color: #091f30;
}
table.lightblue  tr:nth-child(even) {
	background-color: #EEE
}
table.lightblue  tr:hover {
	background-color: rgba(207, 220, 227, 0.5);
}

div.twocolumncontent{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}

div.twocolumncontent img {
	max-width:100%;
}

span.darkbluebutton input[type='button'], span.darkbluebutton input[type='submit'], span.darkbluebutton input[type='reset'] {
	background-color:#091f30!important;
	color:#FFF!important;
}

span.bluebutton input[type='button'], span.bluebutton input[type='submit'], span.bluebutton input[type='reset'] {
	background-color:#1978c9!important;
	color:#FFF!important;
	
}

span.graybutton input[type='button'], span.graybutton input[type='submit'], span.graybutton input[type='reset'] {
	background-color:#f0f0f0!important;/*#eaeff1*/
	color:#000!important;
}

span.redbutton input[type='button'], span.redbutton input[type='submit'], span.redbutton input[type='reset'] {
	background-color:#d13636!important;
	color:#FFF!important;
}


span.darkbluebutton input[type='button']:hover, span.darkbluebutton input[type='submit']:hover, span.darkbluebutton input[type='reset']:hover {
	background-color:#323946!important;
	color:#FFF!important;
}

span.bluebutton input[type='button']:hover, span.bluebutton input[type='submit']:hover, span.bluebutton input[type='reset']:hover {
	background-color:#1664a6!important;
	color:#FFF!important;
}

span.graybutton input[type='button']:hover, span.graybutton input[type='submit']:hover, span.graybutton input[type='reset']:hover {
	background-color:#e5e5e5!important;
	color:#000!important;
}

span.redbutton input[type='button']:hover, span.redbutton input[type='submit']:hover, span.redbutton input[type='reset']:hover {
	background-color:#fd1102!important;
	color:#FFF!important;
}


input:not([type='button']):not([type='submit']):not([type='reset']):not([type='radio']):not([type='checkbox']),
textarea,
select
 {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea
{
  height: auto;
}

.cke_editable .standardform input,
.cke_editable .standardform textarea,
.cke_editable .standardform select  {
	
	width: initial!important;
}

select
 {
	height: auto;
 }
 
input[type='button'],
input[type='submit'],
input[type='reset']
 {
	margin-top:8px;
    background-color: #1978c9;
    color: #FFF;
    font-weight: 500;
    font-size: 120%;
    text-align: center;
    width: 100%;
    display: block!important;
    border: 0;
    padding: 8px;
}


input[type='button']:hover,
input[type='submit']:hover {
	color: #FFF;
	 background-color: #1664a6;
}

input[type='reset'] {
	color: #000;
	background-color: #f0f0f0;
	
}
input[type='reset']:hover {
	color: #000;
	background-color: #e5e5e5;
	
}


.standardform input:not([type='button']):not([type='submit']):not([type='reset']):not([type='radio']):not([type='checkbox']), 
.standardform textarea,
.standardform select
 {
    display: initial;
    width: auto!important;
    height: 30px;
    padding: initial;
    font-size: normal;
    color: inherit;
    background-color: inherit;
    background-image: inherit;
    border: 1px solid #CCC;
    border-radius: initial!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition: none!important;
    -o-transition: auto!important;
    transition: none!important;
    margin-right: 8px;
	float:left;
	max-width:100%;
	
}


.standardform input[type='button'],
.standardform input[type='submit'],
.standardform input[type='reset']
{  
	width: inherit;
    height: 30px!important;
    padding: 2px 11px!important;
    font-size: inherit;
    margin-right: 10px;
    float: left;
    margin-top: 0;
    padding-right: 10px;
}



.standardform input[type='button']:hover,
.standardform input[type='submit']:hover {
	color: #FFF;
	 background-color: #1664a6;
}

.standardform input[type='reset'] {
	color: #000;
	background-color: #f0f0f0;
	
}
.standardform input[type='reset']:hover {
	color: #000;
	background-color: #e5e5e5;
	
}


/* overide for wysiwyg area */

.cke_editable .standardform input:not([type='checkbox']):not([type='radiobutton']),
.cke_editable .standardform textarea,
.cke_editable .standardform select 
{  
	width:auto!important;
}

.cke_editable input:not([type='checkbox']):not([type='radiobutton']),
.cke_editable textarea,
.cke_editable select  {
	width: 97%!important;
}



/* overide for dropdown list */
.cke_panel_list > li > a > span.img-floatright,
.cke_panel_list > li > a > span.img-center,
.cke_panel_list > li > a > span.img-50percent-right,
.cke_panel_list > li > a > span.img-50percent-left {
	float: left;
	width:auto;
}

.cke_panel_list .img-50percent {
	width:100%;
}

.cke_panel_list h6 {
	text-indent:0px;
}

.cke_widget_image {
	padding: 8px;
}

td, th {
    padding: 6px;
}

.custom-formrow {
	float:left;
	display:block;
    width: 100%;
}

.custom-formrow div{
	float:left;
	display:block;
	padding: 4px;
}

.custom-formrow .field--widget-string-textfield,
.custom-formrow .field--widget-boolean-checkbox {
	float:left;
	display:block;
}

.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.blockquote {
	text-align: center;
    display: block;
    padding: 16px;
    margin: 16px;
    position: relative;
    float: left;
}