@charset "UTF-8";
/*FairCom Documentaion Structure*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300,400italic);

body{
	margin:0;
}

/*-------- Header --------*/
#fc_header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:60px;
	background-color: #00a0c6;/* was #00aeff */
}

#faircom_logo {
	animation-duration: 4s;
	position: absolute;
	top: 11px;
	left: 30px;
	transition-property: left;
	transition-duration: 1s;
}

@media screen and (max-width: 1000px) { /* Small screen style */
	#faircom_logo {
		left: 11px;;
	} 
}

#fc_doc_ind {
	position: absolute;
	top: 23px;
	left: 178px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	font-size: 15px;
	transition-property: left;
	transition-duration: 1s;
}

@media screen and (max-width: 1000px) { /* Small screen style */
	#fc_doc_ind {
		left: 159px;
	}
}

#fc_doc_ind img{
	display: inline-block;
	vertical-align: text-top;
	padding-left: 8px;
	padding-right: 10px;
}

#fc_doc_ind a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

#fc_top_navigation{
	position: absolute;
	top: 17px;
	right: 350px;
	width: calc(100% - 740px);
	height: 44px;
	overflow:hidden;
}

#fc_top_nav_frame {
	width: 100%;
	right: 0px;
	border:none;
}

@media screen and (max-width: 1330px) { /* Small screen style */
	#fc_top_nav_frame {
		display:none;
	}
}

#fc_search{
	position: absolute;
	top:17px;
	right:17px;
}

@media screen and (max-width: 1000px) { /* Small screen style */
	#fc_search {
		display:none;
		z-index: 20;
		top: 60px;
		right: 0px;
		width: calc(100% - 28px);
		height: 24px;
		padding: 3px 17px 3px 11px;
		background-color: rgb(124,129,128);
	}
}

#fc_search input[type="text"]{
	width: 260px;
	margin-left: 2px;
	outline: none;
	padding-left: 28px;
	height: 26px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	font-size: 15px;
	background-color: rgba(255,255,255,0.1);
	color: #fff;
	border: none;
}

@media screen and (max-width: 1000px) { /* Small screen style */
	#fc_search input[type="text"] {
		height:22px;
		width: calc(100% - 56px);
	}
}

.fc_search_submit {
	display: inline-block;
	position: relative;
	cursor:pointer;
	padding: 12.5px;
	background-color: Transparent;
	background-repeat:no-repeat;
	border: none;
	outline:none;
	line-height: 0px;
	background-image: url(images/1803_search.svg);
	vertical-align: middle;
}

@media screen and (max-width: 1000px) { /* Small screen style */
	.fc_search_submit {
		background-image: url(images/1803_search_s.svg);
		padding: 10px;
	}
}

#fc_search_close_btn {
	display: none;
	padding: 10px 10px 10px 9px;
	position: relative;
	top: -1px;
	cursor:pointer;
	background-color: Transparent;
	background-repeat:no-repeat;
	border: none;
	outline:none;
	line-height: 0px;
	background-image: url(images/1803_close_w.svg);
	vertical-align: middle;
}

@media screen and (max-width: 1000px) { /* Small screen style */
	#fc_search_close_btn {
		display: inline-block;
	}
}

#fc_sm_screen_btns {
	display: none;
	position: absolute;
	top:18px;
	right:17px;
}

@media screen and (max-width: 1000px) { /* Small screen style */
	#fc_sm_screen_btns {
		display: inline-block;
	}
}

.fc_sm_screen_btn, .fc_sm_screen_btn_wide{
	display: inline-block;
	position: relative;
	cursor:pointer;
	padding: 12.5px;
	background-color: Transparent;
	background-repeat:no-repeat;
	border: none;
	outline:none;
}

#fc_search_btn{
	float:right;
	background-image: url(images/1803_search.svg);
}

#fc_brgr_btn{
	float:right;
	background-image: url(images/1803_more.svg);
	margin-left: 14px;
}

#fc_breadcrumbs {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100%;
	height:30px;
	overflow:hidden;
	color: #474C55;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	white-space: nowrap;
	background-color: #fff;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, .25);
}

#fc_breadcrumbs p {
	position: relative;
	z-index: 10;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	top: 0px;
	left: 430px;
	width: calc(100% - 430px);
	font-weight: 500;
	transition-property: left;
	transition-duration: 1s;
}

@media screen and (max-width: 1300px) { /* Small screen style */
	
	#fc_breadcrumbs p {
		display: none /* MJB181203 Romved Breadcrumbs on Small Screen*/
	}
	
	#fc_breadcrumbs p {
		left: 17px;
		width: calc(100% - 17px);
	}
}

#fc_breadcrumbs a, #fc_last_mod {
	color: #474C55;
	font-weight: 300;
	text-decoration: none;
}

#fc_breadcrumbs a:hover {
	text-shadow: 0px 0px 5px #00a0c6;
}

#fc_breadcrumbs img{
	display: inline-block;
	vertical-align: text-top;
	padding-left: 10px;
	padding-right: 10px;
}

/*-------- Content --------*/
#fc_doc_container{
	position: absolute;
	top: 90px;
	left: 0px;
	width: 100%;
	height: calc(100% - 120px);
	overflow: hidden;
	z-index: -10;
}

@media screen and (max-width: 1000px) { /* Small screen style */
	#fc_doc_container {
		height: calc(100% - 90px);
	}
}

#fc_side_navigation{
	position: relative;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 100%;
	background-color: #fff;
	z-index: 15;
}

@media screen and (max-width: 1000px) { /* Small screen style */
	#fc_side_navigation {
		display:none;
		width: 100%;
		border-style: none;
	}
}

#fc_side_nav_frame {
	position: relative;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 100%;
	overflow:auto;
	background-color: #fff;
	border:none;
	border-right: 1px solid #474C55;
}

@media screen and (max-width: 1000px) { /* Small screen style. Not used */
	#fc_side_nav_frame {
		width: 100%;
	}
}

.fc_nav_heading {
	position: fixed;
	display: inline;
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 12px 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 400;
	top: 0px;
	left: 0px;
	width: Calc(100% - 30px);
	color: #00a0c6;
	background-color: #ccecf4;
	overflow: hidden;
	z-index: 100;
}

#fc_content_container {
	position: absolute;
	top: 0px;
	left: 400px;
	width: calc(100% - 400px);
	height: 100%;
	overflow:auto;
}

@media screen and (max-width: 1000px) { /* Small screen style */
	#fc_content_container {
		left: 0px;
		width: 100%;
		z-index: 2;
	}
}

#fc_content {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 45px;
	width: calc(100% - 90px);
	max-width: 810px;
	/*width: 810px;*/
	/*height: calc(100% - 90px);*/
	font-family: Roboto, sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #474C55;
}

@media screen and (max-width: 1000px) { /* Small screen style */
	#fc_content {
		margin-top: 45px;
		width: calc(100% - 90px);
	}
}

.fc_content_heading {
	display: none;
}

@media screen and (max-width: 1000px) { /* Small screen style */
	.fc_content_heading {
		display: inline;
		position: fixed;
		display: inline;
		margin: 90px 0px 20px 0px;
		padding: 20px 0px 12px 45px;
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 22px;
		font-weight: 400;
		top: 0px;
		left: 0px;
		width: 100%;
		color: #00a0c6;
		background-color: #ccecf4;
		overflow: hidden;
		/* z-index: -1; */
	}
}

.aboveheading {
	display:none;
}

#fc_banner {
	position: absolute;
	top: 30px;
	left: 930px;
	width: 160px;
	height: 600px;
}

@media screen and (max-width: 1490px) { /* hide bannert as screen narrows */
	#fc_banner {
		display:none;
	}
}

#fc_banner_frame {
	width: 160px;
	height: 600px;
	border: none;
	cursor: pointer;
}

/*-------- Footer --------*/
#fc_footer {
	position: absolute;
	overflow: hidden;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #fff;
	box-shadow: 0px -2px 3px rgba(0, 0, 0, .25);
}

@media screen and (max-width: 1000px) { /* Small screen style */
	#fc_footer {
		left: -100%;
	}
}

#fc_last_mod p{
	position: absolute;
	display:block;
	z-index: 10;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	top: 0px;
	left: 430px;
	width: calc(100% - 430px);
	font-family: Roboto, sans-serif;
	font-size: 15px;
	font-weight: 300;
}

/*-------- Side Nav Control --------*/

#fc_side_navigation_controls {
	position: absolute;
	top: 60px; /* MJB181203 New - moved controls to top */
	bottom: 0px;
	right: calc(100% - 370px);
	height: 28px;
	overflow: hidden;
	padding-top: 1px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #00a0c6;
	background-color: #fff;
	z-index: 20;
	transition-property: right; /* MJB181203 transition added for screen width changes */
	transition-duration: 2s;
	width:300px;
}

@media screen and (max-width: 1000px) { /* Small screen style */
	#fc_side_navigation_controls {
		/* display: none; /* MJB181203 Default now shows nav controls on Small Screen*/
		right: 15px;
		bottom: 0px;
		top: 60px;
	}
}

#fc_side_navigation_controls p {
	position: absolute;
	width: 300px;
	bottom: -13px;
	left: 175px;
}

#fc_side_navigation_controls a {
	display: inline-block;
	color: #00a0c6;
	font-weight: 300;
	text-decoration: none;
}

#fc_side_navigation_controls a:hover {
	text-shadow: 0px 0px 5px #00a0c6;
}

#fc_side_navigation_controls img {
	vertical-align: text-top;
	margin-left: -3px;
	margin-right: -3px;
}

#fc_index_a {
	margin-right:12px;
}

#fc_side_navigation_controls .fc_sm_screen_btn {
	left: 260px;
	position: relative;
	display: inline-block;
	margin-top: 4px;
}

#fc_content_navigation_controls .fc_sm_screen_btn_wide {
	position: relative;
	margin-top: 40px;
}

#fc_next_btn {
	background-image: url(images/1803_dn2.svg);
	padding: 10px;
}

#fc_next_btn_content {
	background-image: url(images/1812_next.svg);
	padding: 12.5px 42px 12.5px	42px;
}

.fc_no_next_or_prev {
	opacity: 0.2;
}

#fc_prev_btn {
	background-image: url(images/1803_up.svg);
	padding: 10px;
}

#fc_prev_btn_content {
	background-image: url(images/1812_prev.svg);
	padding: 12.5px 42px 12.5px	42px;
}

#fc_snav_close_btn { /* MJB181203 Default changes*/
	/*display: none;*/ /* MJB181203 removed */
	position: relative;
	cursor: pointer;
	background-color: Transparent;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	margin-left:10px;
	background-image: url(images/1803_close.svg);
	padding: 10px;
}

#fc_snav_close_search_wide_mode_btn {
	position: relative;
	cursor: pointer;
	background-color: Transparent;
	background-repeat: no-repeat;
	border: none;
	outline: none;
	margin-left:10px;
	background-image: url(images/1803_close.svg);
	padding: 10px;
	left: 90px;
}

.fc_snav_close_btn_active {
	display: none;
}

@media screen and (max-width: 1000px) { /* Small screen style */ /* MJB181203 changed #fc_snav_close_btn to .fc_snav_close_btn_active */
	.fc_snav_close_btn_active {
		display:inline-block;
	}
}

.fc_snav_hide_narrow {/* MJB181203 New - added to hide nav while search is active on narrow screen */
	display: inline-block;
}

@media screen and (max-width: 1000px) { /* Small screen style */ /* MJB181203 New - added to hide nav while search is active on narrow screen */
	.fc_snav_hide_narrow {
		display: none;
	}
}

/*-------- Cover --------*/
div#daCover {
	margin: -44px;
	width: auto;
	height: 550px;
	background-image: url(cover_graphic.png);
	background-repeat: no-repeat;
}
div#daCoverText {
	position: absolute;
	top: 400px;
	width: 340px;
	font-size: 15px;
	font-weight: 400;
	text-align: right;
} 
.FC_TITLE {
	margin-top: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
}

.FC_SUPER_TITLE {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}

.fc_hidden {
	display: none;
}
