/* Create a Clean Base */
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address, small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label, input, textarea, option, .nobox {
	background: transparent;
	border: 0;
	font-size: 100%;
	letter-spacing: -.01em;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}
form label {
	color: #3E4A49;
	display:inline-block;
	margin-left: 0;
	margin-right: 1.0em;
	margin-bottom: 0.3em;
	padding-left: 0;
}
input {
	margin-bottom: 0.3em;
}
blockquote, q {
	quotes: none;
}
br {
	height: 0;
}
ul, ol, dl {
	list-style: none;
}
/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	letter-spacing: -.01em;
}
h1 {
}
h2 {
	font-size: 36px
}
h3 {
	font-size: 30px
}
h4 {
	font-size: 24px
}
h5 {
	font-size: 18px
}
h6 {
}
.blue {
	color:#003e7e
}
.red {
	color:#d11241
}
/* Other Typo */
strong {
	font-weight: 700;
}
/* Set input and error styles */
input, select {
	border: 1px solid #CCC;
}
input:focus, select:focus {
	border: 1px solid #000;
}
input.error {
	border: 1px solid red;
}
blockquote {
	color: #043c7e;
	font-style: italic;
	font-size: 24px;
	font-weight: 400px;
	margin-bottom: 30px;
}
/* Google Web Font Smoothing */
/* Weights */
.light {
	font-weight: 300
}
.normal {
	font-weight: 400
}
.medium {
	font-weight: 500
}
.bold {
	font-weight: 700
}
.black {
	font-weight: 900
}
/* Images */
/* Remove border around linked images */
img {
	border: 0;
	border-style: none;
}
/* Default Link Types */
a {
	color: #3b3b3b;
/*	text-decoration: none; */
	cursor: pointer;
	transition: .3s ease-in-out;
	transition-property: color, background;
	-webkit-transition: .3s ease-in-out;
	-webkit-transition-property: color, background;
	-ms-transition: .3s ease-in-out;
	-ms-transition-property: color, background;
}
a:hover {
	color: #d11241;
	text-decoration: none;
}
a:active {
	outline: none;
}
a:focus {
	outline: none;
}
/* Tables */
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	text-align: left;
	font-weight: normal;
}
/* Body Page Layout */
hr {
	display: block;
	height: 1px;
	width: 100%;
	background: #e0e0e0;
	margin: 20px 0;
}
a:link, a:visited, a:active {
	color: #000000;
}
/* Header classes */

header{
	margin-bottom:25px;
}
.header_logo {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: -1;
	opacity: 1;
	top: 0;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	padding-top: 10px;
	/*padding:10px 30px 10px;top:-120px;*/
	transition: all .3s ease-in-out;
	transition-delay: .2s;
}
.header_logo {
	opacity: 1;
	top: 0;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	vertical-align: top;
	position: relative;
}
header .header {
	display: inline-block;
	width: 100%;
}
header .header_left {
	float: left;
	width: 40%;
	text-align: left;
	margin: 20px 0 0 40px;
	display: inline;
}
header .header_center {
	margin: 0 auto;
	width: 20%;
	display: inline-block;
}
header .header_right {
	float: right;
	width: 30%;
	text-align: right;
	margin: 20px 40px 0 0;
	display: inline;
}
header .header_title {
	display: block;
	width: 100%;
	height: 40px;
	padding-left: 35px;
	padding-top: 10px;
	background-color: #466898;
	/*background:url('/images/repeater.jpg') */
	repeat;
	font-family: 'Roboto', sans-serif;
	letter-spacing: -.01em;
	font-size: 1.5em;
	color: #FFF;
	font-weight: 900;/*font-size: 25px !important;*/
}

header .header_title.memo {

	background-color: #006346;

}

header a:link, a:visited, a:active {
	outline: none;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 100%;
	color: #000000;
}
header a:hover {
	background: transparent;
	color: red;
}
/* Wrapper */
.container {
	margin: auto;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1180px;
	margin-left: 10px;
	padding: 10px 10px 10px 10px;
}
/* Class for clearing floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
form label {
	color: #3E4A49;
	display: inline-block;
	width: 160px;
}
.buttons {
	background-color: #4590B9;
	border: none;
	color: white;
	padding: 5px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 12px;
}

.buttons.memo
{
	color: black;
	background-color:#FFD511;
}
.buttons:hover {
	background-color: #624BD5;
}
a.buttons {
	background-color: #4590B9;
	border: none;
	color: white;
	padding: 5px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 12px;
}
table#mdp-list {
	width: 90%;
	margin: 0;
	color: #222;
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
	border-right: 1px solid #e2e2e2;
}
.mdp {
	font-size: 90%;
	font-style: italic;
	width: 100%;
	border-left: 0;
}
table#mdp-list th {
	font-size: 70%;
	padding: 5px;
	text-align: center;
	background-color: #e2e2e2;
}
table#mdp-list td {
	font-size: 90%;
	padding-left: 6px;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}
table#mdp-list tr.color1 {
	background-color: #f4f7fb;
}
table#mdp-list tr.highlight {
	color: #fff;
	background-color: #4c95e6;
}
textarea {
	border: solid 1px #F90E1D;
	font-size: 90%;
}
.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: .85em; /* <--default is 1.1em */
}
/*tr:nth-child(even) {
	background: #f4f7fb
}*/
/*tr:nth-child(odd) {
	background: #FFF
}*/
.hoverRow tr:hover {
	background-color: #ffff99;
}
.errorTxt {
	color: #FF0000;
}
.hide {
	visibility: hidden;
	display: none;
}
.normal_r {
	text-align: right;
}
.float_r {
	float: right;
}
.small_l {
	font-size: smaller;
	text-align: left;
}
.small_m {
	font-size: smaller;
	text-align: center;
}
.small_r {
	font-size: smaller;
	text-align: right;
}
.labeltext {
	color: #575757;
	font-style: italic;
	font-size: .9em;
}
.half {
	width: 50%;
}
#page_title { 
	display: block;
	width: 100%;
	height: 40px;
	padding-left: 35px;
	padding-top: 10px;
	background-color: #466898;
	/*background:url('/images/repeater.jpg') */
	repeat;
	font-family: 'Roboto', sans-serif;
	letter-spacing: -.01em;
	font-size: 1.5em;
	color: #FFF;
	font-weight: 900;/*font-size: 25px !important;*/

}
div.termsofuse
{
	margin-top:20px;
	margin-bottom:20px;
}
.termsofuse h1, .termsofuse h2, .termsofuse h3, .termsofuse h4, .termsofuse h5, .termsofuse h6
{
	text-align:center;
}

.main_body
{
	max-width: 1180px;
	margin:auto;
}

form[name="update_profile_form"] .button_section{
	text-align:center;
}

.left{
	float:left;
}

.right{
	float:right;
}

footer .container {
	margin: auto;
	position: relative;
	width: auto;
	height: auto;
	max-width: 1180px;
	/*margin-left: 10px;*/
	/*padding: 10px 10px 10px 10px;*/
}

.centered_buttons{
	margin:auto;
	text-align:center;
	margin-top:25px;
}

/* Footer CSS Imported From Expression Engine */
/* Footer */
footer {height:372px;padding-top:16px;margin-top:75px;}
footer #foot_top {display: block;height:69px;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;width:100%;overflow: hidden;}
footer #foot_top .left {width:calc(100% - 330px);line-height:69px;}
footer #foot_top .left h5 {display: block;text-align: left;color:#003e7e;}
footer #foot_top .right {width:290px;line-height:69px;border-left:1px solid #e1e1e1;padding-left:35px;}
footer #foot_top .right a {color:#d11241;font-size:24px;font-weight:700;line-height: 73px;}
footer #foot_top .right a:before {display: inline-block;content:"";background:url('http://fidelityexpress.co/images/site/icon_phone.png');width: 35px;height: 35px;vertical-align: middle;margin-right: 13px;margin-top: -5px;}
footer #foot_middle {display: block;background:#fbfbfb;border-bottom:1px solid #e1e1e1;}
footer #foot_middle .foot_column {display:inline-block;height:220px;vertical-align:top;}
footer #foot_middle .foot_column:nth-child(even) {background:#FFF;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;}
footer #foot_middle .foot_column:nth-child(1) {width:240px;padding-top:15px;}
footer #foot_middle .foot_column:nth-child(1) img {margin-bottom:15px;}
footer #foot_middle .foot_column:nth-child(2) {width:260px;}
footer #foot_middle .foot_column:nth-child(2) ul {display: block;position:relative;top:50%;list-style:disc;transform:translateY(-50%);-webkit-transform:translateY(-50%);moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);}
footer #foot_middle .foot_column:nth-child(2) ul li {font-size:28px;color:#d11241;margin-left:55px;margin-bottom:10px;}
footer #foot_middle .foot_column:nth-child(2) ul li span {font-size:30px;color:#6c6c6c;font-weight:700;}
footer #foot_middle .foot_column:nth-child(3) {width:calc(100% - 530px)}
footer #foot_middle .foot_column .inner_column {display: inline-block;padding:0 0 0 85px;vertical-align:top;margin-top:40px;}
footer #foot_middle .foot_column .inner_column h4 {color:#2a5aa3;margin-bottom:5px;}
footer #foot_middle .foot_column .inner_column ul li {display: block;margin-bottom:5px;}
footer #foot_middle .foot_column .inner_column ul li a {font-weight:300;font-size:18px;color:#000;}
footer #foot_middle .foot_column .inner_column ul li a:hover {color:#d11241;}
footer #foot_bottom {display: block;text-align: right;padding:5px 0;}
footer #foot_bottom .separator {display:inline-block;vertical-align:middle;padding:0 20px;}
footer #foot_bottom img {display: inline-block;vertical-align: middle;margin-left: 20px;}
