﻿/* Main Style sheet */
#wrapper {
    min-height: 100%;
    position: relative;
    }
/*normalize*/
html, 
body, 
form {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: 300 16px 'Roboto', sans-serif;
	color: #555555;
}
a {
  background: transparent;
	text-decoration: none
}
img {
  border: 0;
}
button,
input {
	cursor: pointer;
}
hr {
    border-width: 1px 0 0 0;
    border-color: #ccc;
    border-style: solid;
}
fieldset{
	border:none;
}
/*typography*/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}
h1, h2, h3 {
	margin: .5em 0;
	font-family: 'Roboto', sans-serif;
}
h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 2.25em;
}
h2 {
    font-size: 1.875em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.125em
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .875em;
}
/*simple template*/
.simple {
	background-color: #2b4e9f;
}
.simple #MasterLayout{
	padding-bottom:100px
}
.simple .statement{
	padding-bottom:10px;
}
.simple #FC_Footer {
	padding-top:0px;
}
.Panel{
    max-width: 700px;
	background: rgba(255, 255, 255, 0.8);
    border: solid 1px #ccc;
    margin: 0px auto !important;
    padding: 20px;
}

/*secure template*/
.secure .Content {
    padding-bottom: 250px !important;
}
.Impersonating{
	font-weight:bold;
	margin-left:10px;
}
/*Header*/
.header {
	border-bottom: solid 2px #0c71c3;
}
#wrapper .headerInner{
	margin:0px auto;
	max-width: 1500px
}
#wrapper .logo {
	float:left;
	margin:10px;
	max-width:100px;
}
#wrapper .logo img {
	max-width:100%;
}
.tagHolder h1 {
	font-weight: 300;
	float: left;
	margin: 30px 5px;
	font-size: 2.5em;
}
.RadMenu {
	white-space: normal !important;
	float: left;
}
.RadMenu .rmGroup .rmLink {
    white-space: nowrap;
}
.RadMenu_Material .rmRootGroup {
    background: transparent !important;
}
#wrapper .t-container-fluid {
    max-width: 100%;
}
#wrapper .RadMenu, div.RadMenuPopup, #wrapper .RadMenu_Default, #wrapper .RadMenu_Default a.rmLink  {
    font-size: 0.9em;
   z-index:5000;
}
.RadMenu_Material .rmRootGroup .rmRootLink {
    padding: 10px 15px !important;
}
.RadMenu_Material .rmRootToggle {
	font-size: 34px !important;
	padding: 0px !important;
	margin-top: -65px;
}
/*Header Functions*/
.headerlinks {
	float: right;
	margin:24px;
}
.LoginBtn {
}
.LoginBtn a {
	color: white;
	display: inline-block;
	background-color: #0c71c3;
	border: solid 1px #0c71c3;
	border-radius: 5px !important;
	padding: 13px 24px;
	cursor: pointer;
}
.LoginBtn:hover, .LoginBtn:hover a {
	background-color: white;
	color: #0c71c3;
}
/*Main Area*/
#wrapper .Content {
	padding-bottom: 350px;
}
.Content a, .Panel a {
	color: #2b4e9f;
}
.Content img {
	max-width:100%;
}
.Banners{
}
.Left {
	padding-right: 50px !important;
}
.ContentMain{
	margin: 0px auto !important;
	max-width: 1500px;
}
.PageTitle {
	background-color: #0c71c3;
	color: white;
	font-weight: normal;
	padding: 10px;
}
.PageTitle h1 {
	font-weight: normal;
	margin: 0px auto;
	max-width: 1500px;

}
/*Footer*/
#FC_Footer{
	display:inline-block;
	position:absolute;
	bottom:0;
	color:white;
	width: 100%;
	padding-bottom:10px;
	background-color:#333;
}
#FooterContainer{
	width:96%;
	display:table;
	padding-bottom:30px;
	max-width:1500px;
	margin:0px auto;
	border-bottom:solid 1px #666;
	color:#ccc;
	}
#FooterContainer .Inner{
	display:table-cell;
	width:48%;
	padding-left:1%;
	vertical-align: top;
	}
#FooterContainer a{
	color:#ccc;
	}
#FooterLinks{
	text-align:center;
	color:#666;
	padding-top:10px;
	}
#FooterLinks a{
	text-align:center;
	color:#666;
	}
.Top {
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 2000;
}