html {
	position: relative;
	min-height: 100%;
}

body.bgcolor {
	background-color: #376b9d;
}

a:focus {
	outline: none;
}

@font-face {
	font-family: 'Open Sans Condensed';
	src: url('OpenSansBold/opensanscondbold.eot');
	src: url('OpenSansBold/opensanscondbold.eot?#iefix')
		format('embedded-opentype'), url('OpenSansBold/opensanscondbold.woff')
		format('woff'), url('OpenSansBold/opensanscondbold.ttf')
		format('truetype'), url('OpenSansBold/opensanscondbold.svg#webfont')
		format('svg');
	font-weight: 700;
}

@font-face {
    font-family: "SlatePro-Bk";
    src: url('fonts/SlatePro-Bk.eot');
    src: url("fonts/SlatePro-Bk.eot?#iefix") format('embedded-opentype'), 
    url("fonts/SlatePro-Bk.woff") format("woff"), 
    url("fonts/SlatePro-Bk.ttf") format("truetype"), 
    url("fonts/SlatePro-Bk.otf");
}
@font-face {
    font-family: "SlatePro-Medium";
    src: url("fonts/SlatePro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/SlatePro-Medium.woff") format("woff"), url("fonts/SlatePro-Medium.ttf") format("truetype"), url("fonts/SlatePro-Medium.otf");
}

@font-face {
    font-family: "Slate W02 Bk";
    src: url("fonts/ae521a82-229d-4726-b6fd-b68423238e28.eot?#iefix") format("eot"),
     url("fonts/901a1060-0a3d-4255-8d7d-7f26524a42e2.woff") format("woff"),
      url("fonts/22fe33e0-f1ff-4ba1-853f-ee0b18812b8f.ttf") format("truetype"),
       url("fonts/00f3cbc4-7d90-4ca0-8698-0a4e3e1d3b6b.svg#00f3cbc4-7d90-4ca0-8698-0a4e3e1d3b6b") format("svg");
}

body {
	background-color: #fff;
	color: #585858;
	font-family: SlatePro-Bk;
	font-size: 14px;
	line-height: 1.42857;
}

body.pageload .doc-content{
	display: none;
}

.loader{
	background-image:url("../img/tranGray.png");
/* 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000,endColorstr=#60000000);  */
/*     zoom: 1; */
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 99999;
}
.loader:after, body.pageload:after{
	position: fixed;
	top: 50%;
	left: 50%;
	content: '';
	background-image: url("../img/loader.gif");	
	background-repeat: no-repeat;
	background-position: center  center;
	height: 70px;
	width: 70px;
	margin: -35px 0 0 -35px;
	background-color: #fff;	
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	behavior: url(PIE.htc);
	box-shadow:0 0 15px #b4c4ea;
	-moz-box-shadow:0 0 15px #b4c4ea;
	-webkit-box-shadow:0 0 15px #b4c4ea;
	z-index: 10;
}
.global_utilitynavigation {	
	border-radius: 0;
	background-color: #f1f1f1;
	font-size: 13px;
	min-height:30px;
}

.global_utilitynavigation a {
	color:#585858;
	display: block;
	float: left;
	line-height: 26px;
	margin-top: 7px;
	margin-bottom: 7px;
}


#red-text1 {
	margin-left: 15px;
}

#red-text2 {
	margin-left: 23px;
	margin-right: 18px;
}

.global_utilitynavigation #supsize {
	font-size: 80% !important;
	line-height: 12px !important;
}


.global_utilitynavigation  .navbar-nav {
	margin: 0;
}


.global_utilitynavigation  .navbar-nav li {
	float: left;
}

.global_utilitynavigation .navbar-nav a {
	color:#585858;
	line-height: 1;
	margin: 7px 0px 7px 18px;
	padding: 0;
}

.global_utilitynavigation .navbar-nav a:hover,.global_utilitynavigation a:hover{
	background-color: transparent;
	color:#000;
	text-decoration: none;
}

.global_utilitynavigation .navbar-nav a:focus{
	color: #585858 !important;
}

.global_utilitynavigation .navbar-nav .langselect {
	width: 1px;
	overflow: hidden;
}

.global_utilitynavigation .navbar-nav .langselect select {
	background: none no-repeat scroll 67px 6px
		#f1f1f1;
	border: 0px;
	color: #fff;
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	margin: 0px 0;
	outline: 0 none;
	padding: 0;
	width: 85px;
	font-size: 13px;
	visibility: hidden;
}

.global_primarynavigation {	
	background-color: #fff;
/* 	box-shadow: 0 3px 3px rgba(15, 15, 15, 0.3); */
/* 	-moz-box-shadow: 0 3px 3px rgba(15, 15, 15, 0.3); */
/* 	-webkit-box-shadow: 0 3px 3px rgba(15, 15, 15, 0.3); */
	position: relative;
	z-index: 1021;
	min-height: 70px;
	
}
.global_primarynavigation:after {
	position: absolute;
	left: 0;
	top: 100%;
	background-image: url("../img/ie8-header-shadow.jpg");
	background-repeat:repeat-x;
	background-position:left bottom;
	content: '';
	width: 100%;
	height: 5px;
}	

.global_primarynavigation .navbar {
	background: 0;
	min-height: 0;
	color: #376b9d;
	font-size: 24px;
	margin: 0;
	border-bottom: none;
}

.global_primarynavigation .navbar-brand {
	height: auto;
	width: 203px;
	padding-top: 3px;
	padding-bottom: 3px;
	
}
.global_primarynavigation .navbar-brand img {
	max-width: 100%;
	max-height: 61px;
}

.headerMenu .margin-left {
	margin-left: 45px;
}

.global_primarynavigation .navbar-collapse ul.navbar-nav {
    margin-top: 25px;
}

.global_primarynavigation .btn-blue {
	float: right;
	margin-top: 20px;
}

.global_primarynavigation .navbar-toggle {
	border-color: transparent;
/* 	margin: 11px 0; */
	margin: 7px 0;
	padding-left: 0;
	padding-right: 0;
}

.global_primarynavigation .navbar-toggle .icon-bar {
	background-color: #003087;
	height: 3px;	
}

.global_primarynavigation .navbar-toggle:hover,.global_primarynavigation .navbar-toggle:focus
	{
	border-color: #fff;
	background-color: #fff;
}

.global_primarynavigation .navbar-toggle:hover .icon-bar,.global_primarynavigation .navbar-toggle:focus .icon-bar
	{
	background-color: #003087;
}

.global_primarynavigation .navbar-collapse ul.navbar-nav>li>a {
	padding: 8px 13px 8px;	
	color: #002e81 ;    
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;  
}

.global_primarynavigation  .navbar-inverse .navbar-nav>.open>a,.global_primarynavigation .navbar-inverse .navbar-nav>.open>a:hover,section.nav-primary-wrapper .navbar-inverse .navbar-nav>.open>a:focus{
	background: none repeat scroll 0 center;
	color: #002e81 ;  
}


.global_primarynavigation ul.dropdown-menu {
	border-top: 0 none;
	min-width: 50px;
	width: 100%;	
	padding: 0 6px 10px;
	box-shadow:none;
	border-color: #dcdcdc;
	top: 37px;
}

.global_primarynavigation ul.dropdown-menu li>a:hover,.global_primarynavigation  .open  ul.dropdown-menu li>a:hover{
	background: none repeat scroll 0 0 #fff;
	color:#002e81;
	filter: none;
}

.global_primarynavigation ul.dropdown-menu a,.global_primarynavigation li.open .dropdown-menu>li>a
	{
	border-bottom: 1px solid #b4c4ea;
	color: #002e81 !important;
	font-size: 16px;
	margin: 0;
	padding: 8px 9.1px ;	
	white-space: normal;	
	line-height: 24px; 	
}

.global_primarynavigation ul.dropdown-menu a:hover,.global_primarynavigation li.open .dropdown-menu>li>a:hover,.global_primarynavigation ul.dropdown-menu .dropdown-submenu.open>a,.global_primarynavigation ul.dropdown-menu .dropdown-submenu:hover>a{
	border-bottom-color:#002e81;
}

.global_primarynavigation ul.dropdown-menu a:focus,.global_primarynavigation li.open .dropdown-menu>li>a:focus{
	background-color: transparent;
}
.global_primarynavigation ul.dropdown-menu li.top-border a{
	margin-top: 8px;
	border-top:2px solid #002e81;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0px;
	margin-left: 0px;
}

.dropdown-submenu:hover>a {
	color: #dc291e;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #dc291e;
}

#supsize {
	font-size: x-small;
}

a{
	color:#0073cf;
}

a:hover {
	color:#002e81;
	text-decoration: none;
}
a:focus {
	color:#0073cf;
	text-decoration: none;
}

section.component-category-content h1,section.component-fullwidth-content h1,section.component-category-content h2,section.component-fullwidth-content h2,section.component-category-content h3,section.component-fullwidth-content h3,section.component-category-content h4,section.component-fullwidth-content h4,.panelbox h1,.panelbox h2,.panelbox h3,.panelbox h4, .form-box h2
	{
	font-family: SlatePro-Medium;
}



section.component-category-content h1,section.component-fullwidth-content h1
	{
	border-bottom: 1px solid #e3e3e3;
	color: #376b9d;
	font-size: 23pt;
	padding-bottom: 5px;
}

section.component-category-content h2,section.component-fullwidth-content h2,.panelbox  h2
	{
	font-size: 19pt;
}

section.component-category-content h3,section.component-fullwidth-content h3,.panelbox  h3
	{
	font-size: 18pt;
}

section.component-category-content h4,section.component-fullwidth-content h4,.panelbox h4
	{
	font-size: 17pt;
}

section.component-category-content .container {
	padding: 0 8px;
}


section.component-hero-page {
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	padding: 22px 0;
}

/* side navigation bar*/
section.component-hero-page .left_navigation {
	float: left;
	width: 250px;
}

.left-nav {
	position: relative;
	float: left;
	background: #FFF;
	border-top: 3px solid red;
	padding-left: 0px;
	text-align: left;
	background-color: #F8F8F8;
	width: 225px;
	margin-left: 25px;
	min-height: 368px;
	margin-bottom: -6px;
}

.left-nav h3 {
	font: 18px 'open sans condensed';
	color: #dc291e !important;
	text-transform: uppercase;
	padding: 7px 24px 10px;
	margin: 0;
	line-height: 1;
}

.left-nav .leftnav-navbar-default {
	border-color: white;
	border: none;
	border-radius: 0px;
	border-top: none;
	margin-bottom: 0px;
}

.left-nav .custom-navbar-collapse {
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 0px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	padding: 0;
}

.navbar-brand-header {
	font-family: 'open sans condensed';
	font-size: 18px;
	text-transform: uppercase;
}

/* to give border to the first list item of side navigation bar*/
.left-nav ul li:first-child {
	border-top: 1px solid #d3d3d3;
}

/* to give border to the list item of side navigation bar*/
.left-nav ul li {
	border-bottom: 1px #d3d3d3 solid;
	display: block;
}

.left-nav ul li.subnav-parent {
	border-bottom: none;
}

/* to remove the default padding given to the ul*/
.left-nav ul {
	padding: 0px;
	margin-bottom: 0;
}

/*  styles for the left-nav anchor tag in the list*/
.left-nav ul li a {
	padding: 7px 16px 9px 24px;
	color: #376aa1;
	font: 12pt 'open sans condensed';
	line-height: 1;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none;
}

/* color change for the left-nav anchor tag in the list while hover*/
.left-nav ul li a:hover,.left-nav ul li a.active {
	color: #dc291e;
}

/* background color for the left-nav bar*/
.nav-bg-color {
	background-color: #F0F0F0
}

/* color of the header of left-nav bar*/
.leftnav-navbar-default .navbar-brand {
	color: #376aa1;
}

/* to identify list has sub-list by giving a special right arrow*/
.left-nav ul li.has-children>a:after {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #376aa1;
	content: '';
	margin-top: 3px;
	display: block;
	float: right
}

/* to give red color for the right arrow on hover*/
.left-nav ul li:hover a:after {
	border-left: 6px solid #dc291e;
}

.left-nav ul li.has-children.active>a {
	color: #dc291e;
}

.left-nav ul li.has-children.active>a:after {
	border-top: 6px solid #dc291e;
	border-bottom: none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.left-nav ul li.has-children.active.collapsed>a:after {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #376aa1;
	border-right: none;
}

.left-nav ul li.has-children.active.collapsed>a {
	color: #376aa1;
}

.left-nav .subnav-parent .subnav li:first-child {
	border-top: none;
}

.left-nav ul li .subnav li:last-child {
	border-bottom: none;
}

.left-nav .subnav   li a {
	font-size: 11pt;
	padding-left: 34px;
}

.left-nav .subnav   li a:hover,.nav>li>a:hover,.nav>li>a:focus {
	background-color: transparent;
}

section.component-hero-page .hero-wrapper,section.component-hero-page.full-width .hero-wrapper
	{
	display: block;
	margin-left: 270px;
}

.dark-font,.dark-font h1,.dark-font h2,.dark-font h3,.dark-font h4,.dark-font h5,.dark-font h6,.dark-font p,.dark-font a
	{
	color: #404143;
}

.light-font,.light-font h1,.light-font h2,.light-font h3,.light-font h4,.light-font h5,.light-font h6,.light-font p,.light-font a
	{
	/* color: #fff; */
	
}

.darkblue-font,.darkblue-font h1,.darkblue-font h2,.darkblue-font h3,.darkblue-font h4,.darkblue-font h5,.darkblue-font h6,.darkblue-font p,.darkblue-font a
	{
	color: #345db7;
}

.lightblue-font,.lightblue-font h1,.lightblue-font h2,.lightblue-font h3,.lightblue-font h4,.lightblue-font h5,.lightblue-font h6,.lightblue-font p,.lightblue-font a
	{
	color: #cde4f8;
}

.component-hero-page .container .head-text {
	color: #fff;
}

.component-hero-page .container .head-text h1 {
	font: 45pt/1 "Open Sans Condensed";
	margin: 0;
}

.component-hero-page .container  .fnt-35 {
	font-size: 35pt;
}

section.component-hero-homepage .container h1 span,section.component-hero-page .container .head-text span
	{
	display: block;
	padding-top: 10px;
}

section.component-hero-page .container .head-text span .Georgia-family {
	font: 22px Georgia, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

section.call-to-action-wrapper {
	min-height: 72px;
}

section.call-to-action-wrapper.stickbar .common_findmyclaim {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 50;
}

section.call-to-action-wrapper .common_findmyclaim {
	background: none repeat scroll 0 0 #ebebeb;
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	text-align: center;
}

section.call-to-action-wrapper form {
	height: 70px;
	margin-top: 0;
	padding: 0 0 0 149px;
	text-align: left;
	display: block;
}

section.call-to-action-wrapper form.component-find-claims.with-image {
	padding: 0 0 0 57px;
}

section.call-to-action-wrapper .claim-head {
	float: left;
	width: 39.9%;
}

section.call-to-action-wrapper form img {
	display: block;
	float: left;
	margin: -5px 0px 0 0;
	position: relative;
	width: 73px;
}

section.call-to-action-wrapper form h4 {
	border: 0 none;
	display: block;
	font: bold 29px/1 "Open Sans Condensed";
	margin: 19px 8px 0 93px;
	text-transform: uppercase;
}

section.call-to-action-wrapper form h4.two-lines {
	margin-top: 4px;
}

section.call-to-action-wrapper .claim-frm {
	float: left;
	width: 328px;
}

section.call-to-action-wrapper form input {
	border: 1px solid #e3e3e3;
	display: block;
	float: left;
	font-size: 18px;
	line-height: 25px;
	margin: 24px 20px;
	padding: 0px 3px;
	width: 154px;
	height: 25px;
}

section.call-to-action-wrapper form.component-find-claims input {
	width: 200px;
}

section.call-to-action-wrapper form button {
	display: block;
	float: left;
	margin: 18px 0 17px 5px;
	width: 78px;
}

section.call-to-action-wrapper a.cta-link {
	display: block;
	float: left;
	line-height: 1;
	margin: 29px 8px;
}

section.call-to-action-wrapper a.cta-link:after {
	border-left-width: 8px;
	margin-left: 5px;
}

.cta-button-component .btn {
	display: inline-block;
}

.cta-link:after {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	content: "";
	display: inline-block;
	margin-left: 2px;
	width: 20px;
}

a.cta-link:after {
	border-left: 6px solid #4aa3ed;
}

a.cta-link:hover:after {
	border-left-color: #dc291e;
}

.cta-link-inside:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	display: inline-block;
	margin-left: 2px;
	width: 0;
}

a.cta-link-inside:after {
	border-top: 6px solid #4aa3ed;
}

a.cta-link-inside:hover:after {
	border-top-color: #dc291e;
}

.cta-link-top:before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	display: inline-block;
	margin-right: 2px;
	width: 0;
}

a.cta-link-top:before {
	border-bottom: 6px solid #4aa3ed;
}

a.cta-link-top:hover:before {
	border-bottom-color: #dc291e;
}

a {
/* 	color: #4aa6ed; */
	cursor: pointer;
}

a:hover {
/* 	color: #dc291e; */
	text-decoration: underline;
}

button,label,input,select.form-control,textarea {
	color: #444;
	font-family: SlatePro-Bk;
}

button span {
	margin: 0 5px;
}

button.btn,a.btn,.btn {
	border-bottom: 0 none;
	border-left: medium none;
	border-right: 0 none;
	outline: none;
}
.btn{
	white-space: normal;
}

.btn:focus{
	outline: none;	
}
.btn-primary,.btn-primary:focus {
	border-radius: 3px;
	border-top: 2px solid #b8e2b1;
	color: #fff;
	display: block;
	font-size: 28px;
	letter-spacing: 0;
	line-height: 40px;
	padding: 3px 25px 5px;
	text-transform: uppercase;
	max-width: 100%;
	border: none;
}

button.btn-secondary,.btn-secondary, .btn-secondary:focus {
	border-radius: 3px;
	color: #fff;
	font-size: 17px;
	letter-spacing: 0;
	line-height: 20px;
	padding: 8px 20px 8px;
	text-transform: uppercase;
	border: none;
}

button.btn-tertiary,a.btn-tertiary,.btn-blue, .btn-tertiary:focus,.btn-blue:focus {
	border-radius: 3px;
	border-top: 2px solid #b8e2b1;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 20px;
	padding: 4px 20px 6px;
	text-transform: uppercase;
}

.btn-blue {
	border-radius: 3px;
	border-top: 2px solid #7cb1dd;
	color: #e3e3e3 !important;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 20px;
	padding: 4px 20px 6px;
	text-transform: uppercase;
}

.btn-primary,button.btn-primary,.btn-secondary,button.btn-tertiary,a.btn-one-time-payment,a.btn-primary,a.btn-secondary,a.btn-tertiary{
	background:#e01933;
	background:url("../img/red_btn_img.jpg") repeat-x center left;	
	background:-moz-linear-gradient(top,#e01933 0,#e01933 50%,#b30032 50%,#b30032 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e01933),color-stop(50%,#e01933),color-stop(50%,#b30032),color-stop(100%,#b30032));
	background:-webkit-linear-gradient(top,#e01933 0,#e01933 50%,#b30032 50%,#b30032 100%);
	background:-o-linear-gradient(top,#e01933 0,#e01933 50%,#b30032 50%,#b30032 100%);
	background:-ms-linear-gradient(top,#e01933 0,#e01933 50%,#b30032 50%,#b30032 100%);
	background:linear-gradient(to bottom,#e01933 0,#e01933 50%,#b30032 50%,#b30032 100%);	
	filter:none;
	-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.5);
	-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,0.5);
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.5);
	box-shadow:0 0 0 0 rgba(0,0,0,0.5) \0;
}

.btn-primary:hover,.btn-secondary:hover{
	color:white!important;
	background:#e01933;
	background:url("../img/red_btn_img.jpg") repeat-x center left;	
	background:-moz-linear-gradient(top,#e01933 0,#e01933 50%,#b30032 50%,#b30032 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e01933),color-stop(50%,#e01933),color-stop(50%,#b30032),color-stop(100%,#b30032));
	background:-webkit-linear-gradient(top,#e01933 0,#e01933 50%,#b30032 50%,#b30032 100%);
	background:-o-linear-gradient(top,#e01933 0,#e01933 50%,#b30032 50%,#b30032 100%);
	background:-ms-linear-gradient(top,#e01933 0,#e01933 50%,#b30032 50%,#b30032 100%);
	background:linear-gradient(to bottom,#e01933 0,#e01933 50%,#b30032 50%,#b30032 100%);	
	filter:none;
}


.btn-primary, .btn-primary:focus{
	border-top:none;
	padding-top: 5px; 
}

.btn{
	font-family: Slate W02 Bk;
	font-weight: bold;
}

.btn-blue {
	text-decoration: none;
	background: #4679b1;
	background: -moz-linear-gradient(top, #4679b1 0, #376b9d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4679b1),
		color-stop(100%, #376b9d));
	background: -webkit-linear-gradient(top, #4679b1 0, #376b9d 100%);
	background: -o-linear-gradient(top, #4679b1 0, #376b9d 100%);
	background: -ms-linear-gradient(top, #4679b1 0, #376b9d 100%);
	background: linear-gradient(to bottom, #4679b1 0, #376b9d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(     
		                     startColorstr='#4679b1', endColorstr=     
		                     '#376b9d ', GradientType=          
		                0);
}

.btn-blue:hover {
	background: #376b9d;
	background: -moz-linear-gradient(top, #376b9d 0, #4679b1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #376b9d),
		color-stop(100%, #4679b1));
	background: -webkit-linear-gradient(top, #376b9d 0, #4679b1 100%);
	background: -o-linear-gradient(top, #376b9d 0, #4679b1 100%);
	background: -ms-linear-gradient(top, #376b9d 0, #4679b1 100%);
	background: linear-gradient(to bottom, #376b9d 0, #4679b1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(     
		                     startColorstr='#376b9d', endColorstr=     
		                     '#4679b1 ', GradientType=          
		                0);
}

::-webkit-input-placeholder {
	color: #444;
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

[placeholder]:focus::-webkit-input-placeholder {
	transition: all 0s;
	-webkit-transition: all 0s;
}

:-moz-placeholder {
	color: #444;
	opacity: 1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
}

::-moz-placeholder {
	color: #444;
	opacity: 1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
}

:-ms-input-placeholder {
	color: #444;
	opacity: 1;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
}

:focus::-webkit-input-placeholder {
	color: #ccc;
}

:focus:-moz-placeholder {
	color: #ccc;
}

:focus::-moz-placeholder {
	color: #ccc;
}

:focus:-ms-input-placeholder {
	color: #ccc;
}

input,textarea,select {
	border: 1px solid #d0d0d0;
/* 	font-family: Open Sans Condensed; */
	color: #444;
	font-weight: 700;
	vertical-align: middle;
}

.panel {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border: none;
}

.clear {
	clear: both;
}

.component-category-content {
	padding: 20px 0 10px;
}

.component-breadcrumbs {
	font-size: 11px;
	margin: 0px 0 20px;
}

.component-breadcrumbs a {
	margin-right: 5px;
}

.component-breadcrumbs a:after {
	content: ">";
	display: inline-block;
	padding-left: 5px;
	width: auto;
}

.component-breadcrumbs a:hover:after {
	text-decoration: none;
}

section.component-category-content h1,section.component-fullwidth-content h1,.panelbox .pagetitle h1
	{
	border-bottom: 1px solid #e3e3e3;
	color: #376b9d;
	font-size: 30pt;
	padding-bottom: 5px;
	font-family: SlatePro-Medium;
}

section.component-category-content h1,section.component-fullwidth-content h1
	{
	margin-top: 0;
}

.form-box {
	width: auto;
	z-index: 1000;
	margin: 0;
	color: #333;
	float: left;
	width: 100%;
}

.form-box .form-box-bg {
	background: none repeat scroll 0 0 #FFF;
/* 	padding: 9px; */
}

.form-box h2 {
	color: #444;	
	font-size: 35px;
/* 	font-weight: 700; */
	letter-spacing: -1px;
	margin: 22px 0 23px 0px;
	text-align: center;
}

.form-box h2 span {
	font-size: 16px;
	display: block;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: 5px;
}

.form-box .mnd {
	color: #ff0000;
	font-size: 12px;
	margin-bottom: 5px;
	text-align: right;
}

.mandatory {
	color: #ff0000;
}

.gray-box .inside-border {
	padding: 0px 22px 0;
	background-color:#e7e7e7;
	border: 1px solid #e7e7e7; 	
}

.form-box  .form-control {
	border: 1px solid #d0d0d0;
	color: #777;	
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 0px;
	padding: 8px;
	height: auto;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.form-box  .form-control:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-color: #d0d0d0;
	outline: auto;
	outline-color: #66afe9;
}



.form-box .login-button {
	font-size: 26px;
	width: 100%;
}

.form-box .btn-primary, .form-box .btn-primary:hover{
	background:#002f87;
	background:url("../img/blue_gradient_img_small.jpg") repeat-x center left;	
	background:-moz-linear-gradient(top,#01449b 0,#01449b 50%,#002f87 50%,#002f87 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#01449b),color-stop(50%,#01449b),color-stop(50%,#002f87),color-stop(100%,#002f87));
	background:-webkit-linear-gradient(top,#01449b 0,#01449b 50%,#002f87 50%,#002f87 100%);
	background:-o-linear-gradient(top,#01449b 0,#01449b 50%,#002f87 50%,#002f87 100%);
	background:-ms-linear-gradient(top,#01449b 0,#01449b 50%,#002f87 50%,#002f87 100%);
	background:linear-gradient(to bottom,#01449b 0,#01449b 50%,#002f87 50%,#002f87 100%);	
	filter:none;	
}

.form-box .formswitch {
	font-size: 13px;
	margin-top: 9px;
	text-align: center;
	color: #555;
}
.form-box .inside-border .formswitch {
	border-top:1px solid #b6b6b6;
	padding: 10px 0;	
    font-weight: bold;
}
.higher-font {
	font-size: 16px !important;
}

.user-opt {
	display: block;
	color: #003087;
	font-size: 19px;
	font-family: SlatePro-Medium;
}

.user-opt .martop20, .martop20 {
	margin-top: 20px;
}

.close-Button{
    cursor:pointer;
}

.whiteSpace{
	white-space: nowrap;
}

.user-opt h3 {
	font-family: SlatePro-Medium;
	font-size: 35px;
	margin-bottom: 30px;
	text-transform: uppercase;
	
}

.user-opt hr {
	display: block;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	border-style: soild;
	border-width: 1px;
}

.user-opt .btn-secondary {
	font-size: 18px;
	line-height: 20px;
	padding: 6px 10px 8px;
	color: #fff !important;
}

.form-box  .user-opt h2 {
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	color: #777 !important;
}

.form-box  .user-opt h2 span {
	text-transform: none;
}


.Link,.LinkLeft,.LinkRight,.LinkUp,.LinkDown {
/* 	background: url("../img/link_arrows.png") no-repeat scroll 0 0; */
/* 	color: #4aa6ed; */
	font-size: 12px;
	text-decoration: none;
	padding-left: 0 !important;
}

.Link:hover,.LinkLeft:hover,.LinkRight:hover,.LinkUp:hover,.LinkDown:hover,.LinkEmail:hover,.LinkPrint:hover,.LinkSave:hover,.LinkRelated:hover,.LinkVideos:hover,.LinkMore:hover
	{
/* 	color: #dc291e; */
	text-decoration: underline;
}

.Link {
	background: none repeat scroll 0 0;
}

.LinkLeft {
	background-position: left -28px;
	padding-left: 8px;
}

.LinkRight {
	background-position: right 4px;
	padding-right: 8px;
}

.LinkUp {
	background-position: left -85px;
	padding-left: 11px;
}

.LinkDown {
	background-position: right -59px;
	padding-right: 11px;
}

.LinkLeft:hover {
	background-position: left -44px;
}

.LinkRight:hover,.LinkRight.Red {
	background-position: right -12px;
}

.LinkUp:hover {
	background-position: left -98px;
}

.LinkDown:hover {
	background-position: right -72px;
}

#registerForm {
	display: none;
}

.gray-separator {
	background-color: #ebebeb;
	border-bottom: 1px solid #fafafa;
	border-top: 1px solid #fafafa;
	box-shadow: 0 0 1px #444;
	height: 8px;
	width: 100%;
}

.padd-bt-10 {
	padding-bottom: 10px;
}

.padd-tb {
	padding: 20px 0 10px;
}

.dash-divider {
	border-top: 1px dashed #e3e3e3;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 1px;
	clear: both;
	float: left;
}

.common_section h2 {
	margin-top: 0px;
}

.common_section.without-border {
	margin-top: 0;
	border: none;
	margin-bottom: 20px;
}

.panelbox {
	display: block;
	background: none repeat scroll 0 0 #fff;
	line-height: 20px;
}

.panelbox .box-border {
	border: 1px solid #fff;
	display: block;
	padding: 15px 15px 5px;
}

.panelbox .component-breadcrumbs {
	margin: 0 0 15px;
}

.panelbox .pagetitle h1 {
	margin-top: 0;
}

.message-box {
	padding: 15px 15px;
	background: none repeat scroll 0 0 #fff;
	border:1px dashed #fff;
/* 	border-radius: 3px; */
	margin: 23px auto;
	max-width: 600px;
	/* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176); */
	color: #444;
}

.message-box  h1 {
	color: #444;
	font-family: SlatePro-Medium;
	font-size: 35px;
	font-weight: 500;
	margin: 0px 0 10px;
	text-align: center;
	overflow: hidden;
}

.message-box  h1 span {
	position: relative;
	padding: 0 10px;
}

.message-box  h1 span:before {
	content: ' ';
	border-top: 2px solid #e7e7e7;
	width: 1000%;
	right: 100%;
	top: 23px;
	position: absolute;
}

.message-box  h1 span:after {
	content: ' ';
	border-top: 2px solid #e7e7e7;
	width: 1000%;
	left: 100%;
	top: 23px;
	position: absolute;
}

.message-box .msg-icon {
	text-align: center;
	margin-bottom: 23px;
}

.message-box .msg-icon img {
	max-width: 100%;
}

.message-box .msg-cnt {
	display: block;
	text-align: center;
	font-family: SlatePro-Medium;
	font-size: 16pt;
}
.message-box.successbox{
	background-color: #f2faed;
	border-color:#bce7c2;
}

.message-box.successbox h1 {
	color: #77bf81;
}

.message-box.successbox h1 span:after,.message-box.successbox h1 span:before
	{
	border-color: #bce7c2;
}

.message-box.errorbox{
	background-color: #FFF2F2;
	border-color:#f2aeae;
}

.message-box.errorbox h1 {
	color: #ed4444;
}

.message-box.errorbox h1 span:after,.message-box.errorbox h1 span:before
	{
	border-color: #f2aeae;
}

.message-box.warningbox{
	background-color: #FFF8ED;
	border-color:#f4dbac;
}

.message-box.warningbox h1 {
	color: #ffa500;
}

.message-box.warningbox h1 span:after,.message-box.warningbox h1 span:before
	{
	border-color: #f4dbac;
}

.info-msg,.success-msg,.warning-msg,.error-msg,.validation-msg {
	border: 1px solid;
	margin: 10px 0px;
	padding: 10px 20px 10px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #444;
	font-size: 13px;
	position: relative;
	display: none;
}

.info-msg p,.success-msg p,.warning-msg p,.error-msg p,.validation-msg p
	{
	color: #777;
}

.info-msg {
	color:#00529B;
	border-color: #00529B;
	background: #BDE5F8;
	background: -moz-linear-gradient(top, #e0f3fc 0, #BDE5F8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0f3fc),
		color-stop(100%, #BDE5F8));
	background: -webkit-linear-gradient(top, #e0f3fc 0, #BDE5F8 100%);
	background: -o-linear-gradient(top, #e0f3fc 0, #BDE5F8 100%);
	background: -ms-linear-gradient(top, #e0f3fc 0, #BDE5F8 100%);
	background: linear-gradient(to bottom, #e0f3fc 0, #BDE5F8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9d7', endColorstr='#BDE5F8',GradientType=0);
}

.success-msg {
	color: #4F8A10;
	border-color: #4F8A10;
	background-color: #DFF2BF;
	background: -moz-linear-gradient(top, #f6fde9 0, #DFF2BF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6fde9),
		color-stop(100%, #DFF2BF));
	background: -webkit-linear-gradient(top, #f6fde9 0, #DFF2BF 100%);
	background: -o-linear-gradient(top, #f6fde9 0, #DFF2BF 100%);
	background: -ms-linear-gradient(top, #f6fde9 0, #DFF2BF 100%);
	background: linear-gradient(to bottom, #f6fde9 0, #DFF2BF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(     
		                     startColorstr='#f6fde9', endColorstr='#DFF2BF',
		GradientType=0);
}

.warning-msg {
	border-color: #ac9816;
	background: #fff9d7;
	background:	url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjlkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGUzOTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fff9d7 0%, #f0e390 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff9d7),
		color-stop(100%, #f0e390));
	background: -webkit-linear-gradient(top, #fff9d7 0%, #f0e390 100%);
	background: -o-linear-gradient(top, #fff9d7 0%, #f0e390 100%);
	background: -ms-linear-gradient(top, #fff9d7 0%, #f0e390 100%);
	background: linear-gradient(top, #fff9d7 0%, #f0e390 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9d7', endColorstr='#f0e390', GradientType=0);
	color: #e2c822;
}

.error-msg {
	color: #D8000C;
	border-color: #dd3c10;
	background: #ffebe8;
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWJlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZTlkODciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffebe8 0%, #ee9d87 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebe8),
		color-stop(100%, #ee9d87));
	background: -webkit-linear-gradient(top, #ffebe8 0%, #ee9d87 100%);
	background: -o-linear-gradient(top, #ffebe8 0%, #ee9d87 100%);
	background: -ms-linear-gradient(top, #ffebe8 0%, #ee9d87 100%);
	background: linear-gradient(top, #ffebe8 0%, #ee9d87 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebe8', endColorstr='#ee9d87', GradientType=0);
}

.info-msg a,.success-msg a,.warning-msg a,.error-msg a,.validation-msg a
	{
	color: #333;
}
.info-msg a.btn,.success-msg a.btn,.warning-msg a.btn,.error-msg a.btn,.validation-msg a.btn{
	color:#fff;
}
.info-msg .msg-close,.success-msg .msg-close,.warning-msg .msg-close,.error-msg .msg-close,.validation-msg .msg-close{
	position: absolute;
	top:10px;
	right:5px;
	color: #999;
	cursor: pointer;
}
.info-msg .msg-close:hover, .success-msg .msg-close:hover ,.warning-msg .msg-close:hover ,.error-msg .msg-close:hover ,.validation-msg .msg-close:hover {
	color: #444;
}

.error{
	font-size: 13px;
	color:#ff0000;
	display: block;
}
label .error{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	
}

.form-control.error-border, .form-control.error-border:focus{
	border:1px solid #ff0000 !important;
}

.style-circles>li {
	list-style: none outside none;
	margin: 0;
	padding: 5px 0;
}

.style-circles>li:before {
	border-radius: 20px;
	-moz-border-radius: 20px;
	display: inline-block;
	height: 30px;
	line-height: 2.1;
	margin: 5px 5px 0 -40px;
	text-align: center;
	vertical-align: top;
	width: 30px;
}

ul.style-circles>li:before {
	content: "";
}

.style-circles li.iter-1:before {
	background: none repeat scroll 0 0 #345db7;
}

.style-circles li.iter-2:before {
	background: none repeat scroll 0 0 #5c38ad;
}

.style-circles li.iter-3:before {
	background: none repeat scroll 0 0 #20a820;
}

.style-circles li.iter-4:before {
	background: none repeat scroll 0 0 #f50;
}

.style-circles li.iter-5:before {
	background: none repeat scroll 0 0 #ce3434;
}

.style-circles li.iter-6:before {
	background: none repeat scroll 0 0 #e567a6;
}

.style-circles li.iter-7:before {
	background: none repeat scroll 0 0 #913aa3;
}

.style-circles li.iter-8:before {
	background: none repeat scroll 0 0 #32a677;
}

.style-circles li.iter-9:before {
	background: none repeat scroll 0 0 #1e82c6;
}

.style-circles .list-item-wrapper {
	display: inline-block;
	padding: 6px 5px;
	width: 100%;
}

.style-circles .list-item-wrapper h3 {
	display: block;
	margin: 0 0 10px;
}

ol.style-circles {
	counter-reset: li
}

ol.style-circles>li:before {
	content: counter(li);
	counter-increment: li;
	color: #FFF;
	font-weight: 900;
	font-size: 13pt;
	line-height: 1.8
}

ol.style-circles li.iter-1:before {
	content: '1';
}

ol.style-circles li.iter-2:before {
	content: '2';
}

ol.style-circles li.iter-3:before {
	content: '3';
}

ol.style-circles li.iter-4:before {
	content: '4';
}

ol.style-circles li.iter-5:before {
	content: '5';
}

ol.style-circles li.iter-6:before {
	content: '6';
}

ol.style-circles li.iter-7:before {
	content: '7';
}

ol.style-circles li.iter-8:before {
	content: '8';
}

ol.style-circles li.iter-9:before {
	content: '9';
}

ul.style-image li {
	list-style: none outside none;
	margin-left: -30px;
}

ul.style-image img {
	float: left;
	margin-right: 15px;
}

ul.style-image.border img {
	border: 2px solid #777;
	border-radius: 4px;
}

ul.style-image h3 {
	margin-top: 0;
}

ul.style-image h3 {
	margin-top: 0;
}

ul.style-circles li p,ul.style-image li p,ol.style-circles li p,ul.style-image li p
	{
	line-height: 20px;
	text-indent: 0;
}

ul.style-circles>li,ul.style-image>li,ol.style-circles>li,ul.style-image>li
	{
	border-bottom: 1px dashed #e3e3e3;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

ul.style-circles li h3,ol.style-circles li h3,ul.style-circles li h4,ol.style-circles li h4
	{
	display: inline;
	vertical-align: middle;
}

ul.style-image li ul li,ul.style-circles li ul li,ul.style-circles li ul li:before,ol.style-circles li ul li,ol.style-circles li ul li:before
	{
	border: 0 none;
	content: none;
	line-height: 20px;
	list-style: disc outside none;
	margin: 0 0 0 -16px;
	padding: 0;
	text-indent: 0;
}

.panelbox ul,.panelbox ol {
	margin-bottom: 10px;
}

.style-circles .style-circles-imagebox {
	padding-right: 40px;
}

#subpage {
	display: none;
}

.ordivider {
	color: #999;
	font-family: "Open Sans Condensed";
	font-size: 35px;
	font-weight: 700;
	margin: 30px 0 20px;
	text-align: center;
	overflow: hidden;
	text-transform: uppercase;
}

.ordivider span {
	position: relative;
	padding: 0 10px;
}

.ordivider span:before {
	content: ' ';
	border-top: 2px solid #e7e7e7;
	width: 1000%;
	right: 100%;
	top: 23px;
	position: absolute;
}

.ordivider span:after {
	content: ' ';
	border-top: 2px solid #e7e7e7;
	width: 1000%;
	left: 100%;
	top: 23px;
	position: absolute;
}

.formbox {
	padding: 15px 15px 1px;
	margin-bottom: 10px;
	border: 1px dashed #D0D0D0;
	
	background: #F0F0F0;
	background: -moz-linear-gradient(top, #F0F0F0 0%, #F8F8F8  100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0),
		color-stop(100%, #F8F8F8))!important;
	background: -webkit-linear-gradient(top, #F0F0F0 0%, #F8F8F8 100%);
	background: -o-linear-gradient(top, #F0F0F0 0%, #F8F8F8 100%);
	background: -ms-linear-gradient(top, #F0F0F0 0%, #F8F8F8 100%);
	background: linear-gradient(top, #F0F0F0 0%, #F8F8F8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#F8F8F8',GradientType=0);
	
}

.formbox.white-bg {
	background-color: #fff;
	padding: 0;
}

input[type="checkbox"],input[type="radio"] {
	border: inherit;
}

input[type="radio"]:focus,input[type="checkbox"]:focus {
	outline: none;
}
input.fileupload{
	width: auto!important;
}

.formbox  input[type="file"].form-control{
	padding: 0 0 0px;
	height: auto;
}

.formbox  input[type="file"].form-control:focus{
	outline:none;
}

.formbox .form-control {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	font-size: 13px;
	color: #444 !important;
}

.form-control:focus{
	box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
}

.formbox .control-label {
	text-align: left !important;
}

.formbox .opfntfml {
	color: #444;
	font-family: "Open Sans Condensed";
}

.formbox .opfntfml .form-control {
	float: none;
	vertical-align: middle;
	display: inline-block;
	width: auto;
	margin: 0 5px;
}

.formbox input[type="checkbox"],.formbox input[type="radio"] {
	border: inherit;
}

.formbox .phone-input .col-xs-4 {
	padding-left: 0px;
	padding-right: 5px;
}

.formbox .phone-input .col-xs-4.last {
	padding-right: 0px;
}
.formbox .frm-insideBox{
	border: 1px dashed #d0d0d0;
	padding: 15px 15px 0;
	margin-bottom: 15px;
	background-color: #e8e8e8;
}
.formbox .frm-insideBox{
	border: 1px dashed #d0d0d0;
	padding: 15px 15px 0;
	margin-bottom: 15px;
	background-color: #e8e8e8;
}
.formbox .control-label.with-discrip{
	padding-top:0;
}
.formbox .control-label.with-discrip .small{
	font-family:arial;
	font-size:11px;
	font-weight: normal;
	line-height: normal;
	display: block;
	
}
.formbox label.radio-inline, .formbox label.checkbox-inline,
.radio label, .checkbox label
{
	font-weight:bold;
}


.contact-logo {
	float: left;
	width: 100%;
}

.contact-logo .cols {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.contact-logo .insurance-provider {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	height: 70px;
	cursor: pointer;
	border: 1px solid #ddd;
	padding: 0 5px;
	transition: all 0.5s;
}

.contact-logo .insurance-provider:hover {
	border-color: #376b9d;
}

.contact-logo .insurance-provider.open {
	box-shadow: 0 0px 3px #376b9d inset, 0px 3px 2px rgba(0, 0, 0, 0.4);
	border-color: #376b9d;
}

.contact-logo .insurance-provider.fadeout {
	/* opacity:0.5;
	filter:alpha(opacity=50); */
	
}

.contact-logo  label input {
	margin: 0 2px 0 0;
}

#foremostoptions label {
	line-height: normal;
	padding-top: 0;
}

#divContactInfo h4 {
	margin-bottom: 20px;
	margin-top: 30px;
}

#divContactInfo h4:first-child {
	margin-top: 20px;
}

.input-group-addon.datepickerbtnIcon {
	padding: 0;
}

.input-group-addon.datepickerbtnIcon .input-group-addon {
	border: none;
	width: 35px;
}

.form-control[readonly] {
	background-color: #fff;
	cursor: auto;
}

.flashMap,.flashMap embed {
	width: 100% !important;
	max-width: 100% !important;
}

.dashboard-title h1 {
	font-size: 15pt !important;
	margin-bottom: 20px;
}
/* Style for popover*/
.popover {
	background-color: #fff;
	border: 2px solid #376b9d;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 12px;
}

.popover dl, .popover dl dt, .popover dl dd {
	margin-bottom: 0;	
}

.popover>.arrow {
	border-width: 8px;
}

.popover.top>.arrow {
	border-top-color: #376b9d;
	bottom: -8px;
	margin-left: -4px;
	top: auto!important;
}

.popover.right>.arrow {
	border-right-color: #376b9d;
	left: -8px;
	margin-top: -4px;
}

.popover.bottom>.arrow: {
	border-bottom-color: #376b9d;
	margin-left: -4px;
	top: -8px;
}

.popover.left>.arrow: {
	border-left-color: #376b9d;
	margin-top: -4px;
	right: -8px;
}

.popover.top>.arrow:after,.popover.right>.arrow:after,.popover.bottom>.arrow:after,.popover.left>.arrow:after
	{
	display: none;
}

/*Styles for the tooltip*/
.span-tooltip{
	color: #376b9d;
}

.tooltip-inner {
	background-color: #fff;
	border: 2px solid #376b9d;
	white-space: normal;
	height: auto;
	max-width: 300px;
	color: #333;
	text-align: left;
	padding:5px 10px;
	font-size: 13px;
}

.tooltip.in {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.tooltip.top .tooltip-arrow {
	border-top-color: #376b9d;
}

.tooltip.top-left .tooltip-arrow {
	border-top-color: #376b9d;
}

.tooltip.top-right .tooltip-arrow {
	border-top-color: #376b9d;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #376b9d;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #376b9d;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #376b9d;
}

.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #376b9d;
}

.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #376b9d;
}

/*Styles for The Nav Tabs*/
.claimant-data-nav {
	margin-bottom: 10px;
	clear: both;
}

.claimant-data-nav .nav-tabs {
	position: relative;
	margin: 0px 0 0px;
	z-index: 1;
	/* 	border-bottom-color: #428bca; */
	border-bottom: none;
}

.claimant-data-nav .nav li a {
	color: #cbe5fb;
	font-weight: 700;
	background-color: #428bca;
/* 	transition: padding 0.3s, margin-top 0.3s, background 0.3s; */
/* 	-webkit-transition: padding 0.3s, margin-top 0.3s, background 0.3s; */
/* 	-moz-transition: padding 0.3s, margin-top 0.3s, background 0.3s; */
/* 	-o-transition: padding 0.3s, margin-top 0.3s, background 0.3s; */
	font-family: "Open Sans Condensed";
	padding: 6px 15px;
	margin-top: 8px;
}

.claimant-data-nav .nav li a:focus {
	border-color: #2f74af;
}

.claimant-data-nav .nav li a:hover {
	background-color: #5399d6;
	color: #fff;
	border-color: #2f74af;
}

.claimant-data-nav .nav li.active a {
	color: #376b9d;
	border-color: #428bca;
	border-bottom-color: #fff;
	box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0
}

.claimant-data-nav .nav li.active a:hover {
	background-color: #fff;
}

.claimant-data-nav .tab-content {
	border: 1px solid #428bca;
	/* border-top: none; */
	padding: 1px 15px 15px;
	clear: both;
	-moz-border-radius: 0 3px 3px 3px;
	-webkit-border-radius: 0 3px 3px 3px;
	border-radius: 0 3px 3px 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* Collapsable tabs style which are visible only on devices with screen size less than 600*/
.mobile-tabs {
	color: #cbe5fb;
	font-weight: 700;
	background-color: #428bca;
	border: 1px solid #428bca;
/* 	transition: padding 0.3s, margin-top 0.3s, background 0.3s; */
/* 	-webkit-transition: padding 0.3s, margin-top 0.3s, background 0.3s; */
/* 	-moz-transition: padding 0.3s, margin-top 0.3s, background 0.3s; */
/* 	-o-transition: padding 0.3s, margin-top 0.3s, background 0.3s; */
	font-family: "Open Sans Condensed";
	padding: 6px 10px;
	margin-top: 8px;
	display: none;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.mobile-tabs:focus {
	color: #cbe5fb;
}

.mobile-tabs:hover {
	text-decoration: none;
	color: #fff;
}

.mobile-tabs.open {
	color: #376b9d;
	border-color: #428bca;
	background-color: #fff;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.mobile-tabs:before {
	content: " ";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	border-top: 8px solid #cbe5fb;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.mobile-tabs:hover:before {
	border-top-color: #FFF;
}

.mobile-tabs.open:before {
	border-top: none;
	border-bottom: 8px solid #376B9D;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid #376B9D;
}

.noResults {
	border: 1px solid #eee;
	background-color: #f8f8f8;
	color: #999;
	padding: 10px;
}
.milestonewrap{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

.milestonewrap h3{
	font-size: 18px;
	border-bottom: 3px double #dddbdb;
	margin: 0 0 15px;
	padding: 0 0 10px;
	 
}

.milestonewrap  .milestoneExpandLink{
	border: 1px solid #dddbdb;
	background-color: #eeeeee;
	padding: 5px 10px;
	color:#376b9d;
	font-size: 13px;
	font-family: SlatePro-Medium;
	display: block;
	clear:both;
	margin-top: 15px;
	float: left;
	width: 100%;
}
.milestonewrap  .milestoneExpandLink .minimize-box{
	display: none;
}

.milestonewrap #subMilestone {
	float: left;
	width: 100%;
	border-bottom:	1px solid #dddbdb;
	padding-bottom: 1px;
}
.milestonewrap #subMilestone .milestone-box{
	border-bottom:	1px solid #dddbdb;
	float: left;
	width: 100%;
	padding: 15px 0;
}
.milestonewrap #subMilestone .milestone-box  h4{
	font-size: 12pt;
	margin-top: 0;
}
.mileStone {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
}

.mileStone .milestoneBar {
	display: block;
	position: absolute;
	left: 0;
	top: 13px;
	right: 0;
	z-index: 1;
	height: 10px;
}

.mileStone .steps {
	display: block;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mileStone .steps li {
	float: left;
	width: 20%;
	text-align: center;
	color: #999;
	position: relative;
}

.mileStone.stage-2 .steps li.last {
	float:right;
}

.mileStone.stage-2 .steps li.completed:before{
	width:400%;
}

.mileStone .steps li.completed:before,.mileStone .milestoneBar:before {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%,
		rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	content: ' ';
	position: absolute;
	top: 13px;
	left: 50%;
	z-index: -1;
	height: 10px;
	width: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.mileStone .steps li.last.completed:before{
	display: none;
}

.mileStone .milestoneBar:before {
	width: 10%;
	left: 0;
	z-index: 3;
	top: 0;
}

.mileStone .milestoneBar.completed:before {
	width: 100%;
}

.mileStone .steps li .icon {
	display: inline-block;
	background-color: #eee;
	font-size: 15px;
	height: 35px;
	width: 35px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.mileStone .steps li .icon .glyphicon:before{
	content:'\e165';
} 

.mileStone .steps li.completed .icon .glyphicon:before{
	content:'\e013';
} 

.mileStone .steps li.completed.not-app .icon .glyphicon:before{
	content:'\e092';
} 



.mileStone .steps li.hfcompleted .icon{
	position: relative;
	overflow: hidden;
}
.mileStone .steps li.hfcompleted .icon:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	content: ' ';
	border-radius: 35px 0 0 35px;
	-webkit-border-radius: 35px 0 0 35px;
	-moz-border-radius: 35px 0 0 35px;
}

.mileStone .steps li .icon .glyphicon {
	line-height: 35px;
}
.mileStone .steps li.hfcompleted .glyphicon{
/* 	color:#666; */
}
.mileStone .steps li .stepTitle {
	margin-top: 10px;
}

.mileStone .steps li .stepDate {
	font-size: 11px;
}

.mileStone .steps li.completed .icon {
	background-color: #5cb85c;
	color: #fff;
}

.mileStone .steps li.completed .stepTitle {
	color: #5cb85c;

}

.mileStone .steps li.completed.not-app .stepTitle {
	color: #999;

}

.mileStone .steps li.completed:before,.mileStone .milestoneBar:before {
	background-color: #5cb85c;
}

.mileStone .steps li.current .icon {
	background-color: #f0ad4e;
	color: #fff;
}

 .mileStone .steps li.current .stepTitle, .mileStone .steps li.hfcompleted.greenOrange {
	color: #f0ad4e;
/* 	font-weight: bold; */
} 

.mileStone .steps li.current:before {
	background-color: #f0ad4e;
}

.mileStone .steps li.hfcompleted.greenOrange .icon:before{
	background-color: #5cb85c;
}

.mileStone .steps li.hfcompleted.greenOrange .icon{
	background-color: #f0ad4e;
	color: #fff;
}

.mileStone .steps li.hfcompleted.greenGray .icon:before{
	background-color: #5cb85c;
}

.mileStone .steps li.hfcompleted.greenGray .icon{
	color: #666;
}

.mileStone .steps li.hfcompleted.orangeGray .icon:before{
	background-color: #f0ad4e;
}

.mileStone .steps li.hfcompleted.orangeGray .icon{
	color: #666;
}

.milestonewrap.multiple .mileStone .milestoneBar, .milestonewrap.multiple .mileStone .steps li.completed:before, .milestonewrap.multiple .mileStone .milestoneBar:before{
	display: none;
}
.milestonewrap.multiple .mileStone .steps li {
	float: none;
	display: block;
	text-align: left;
	width: auto;
	padding: 5px 0px;
	min-height: 45px;
}
.milestonewrap.multiple .mileStone .steps li .icon {
	float: left;
}
.milestonewrap.multiple .mileStone .steps li .stepTitle {
	margin-left: 40px;
	margin-top: 7px;
}
.milestonewrap.multiple .mileStone .steps li .stepDate {
	margin-left: 40px;
	margin-bottom: -12px;
}

.milestonewrap.multiple .milestone-box{
	 border: 1px solid #ddd;    
	float: left;
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
}

.milestonewrap.multiple .milestone-box h4{
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #ddd;
	padding: 10px 15px;
	margin: 0;
	background-color: #ebebeb;
}

.milestonewrap.multiple .milestone-box .mileStone{
	padding:10px  15px;
	margin: 0;
}

#registerForm,#forgot-email,#security-code {
	display: none;
}

/*footer Design*/
footer {
	
	font-size: 13px;
}

.footer.stick-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	word-wrap: break-word;
}

footer li {
	list-style: none outside none;
}

footer section.footer-fat {
	background: none repeat scroll 0 0 #e7e7e7;
	padding-bottom: 10px;
	border-top: 1px solid #b6b6b6;
}

footer section.footer-fat .col-md-9 .col-md-3 {
	padding: 0;
}

footer section.footer-fat .col-md-3 ul {
	margin: 0 0 0 10px;
	padding: 0;
}

footer section.footer-fat h3 {
	border-bottom: 1px solid #b2b2b2;
	text-indent: 10px;	
	color:#000;
	font-size: 20px;
/* 	font-weight: bold; */
	font-family: SlatePro-Medium;
}

footer section.footer-fat h3 a {
	color: #000;
}

footer section.footer-fat h3.faq-head span {
	font-size: 80%;
	font-weight: bold;
}

footer section.footer-fat h4 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}

footer section.footer-fat .hl-link {
	text-align: center;
}

footer section.footer-fat .hl-link h4 {
	margin-left: 0;
	margin-top: 0;
}

footer section.footer-fat .hl-link h4 a, footer section.footer-fat .hl-link h4 a:hover {
	color: #000;
}

footer section.footer-fat .col-single {
	
}

footer section.footer-fat li {
	line-height: 20px;
}

footer section.footer-fat li > a {
	color: #585858;
}

footer section.footer-fat li em {
	color: #000;
	font-style: normal;
	line-height: 40px;
}

footer section.footer-fat li p {
	color: #585858;
}


footer section.footer-fat .col-lg-12 {
	padding: 20px 25px 10px;
}

footer section.footer-fat .foot-note {
	color: #6f6f6f;
	display: block;
	line-height: 12px;
}

footer section.footer-nav {
	background-color:#003087;
	color: #b4c4ea;
	padding: 30px 0 ;
	text-align: center;
	border-bottom: 20px solid #fff;
}

footer section.footer-nav .container {
	position: relative;
}

footer section.footer-nav .container .footer-logo{
	margin: 0 0 20px 0;
}

footer section.footer-nav .container p {
	margin: 0 0 0px 0;
}

footer section.footer-nav .container ul {
	display: inline-block;
	position: relative;
}

footer section.footer-nav .container ul.foot-menu {
	display: block;
	padding: 0;
	margin-bottom: 25px;
}

footer section.footer-nav .container ul.foot-menu li {
	min-width: 60px;
	text-align: center;
	float: none;
	display: inline-block
}

footer section.footer-fat .hl-link .icon a {
	display: block;
	position: relative;
	overflow: hidden;
}

footer section.footer-fat .hl-link .icon a:after {
	transition: all 0.15s;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: transparent;
	z-index: 1;
	content: '';
}

footer section.footer-fat .hl-link .icon img {
	max-width: 100%;
	max-height: 151px;
}

footer section.footer-fat .hl-link .icon a:hover:after {
	background-color: rgba(255, 255, 255, 0.15);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,
		endColorstr=#7FFFFFFF);
	zoom: 1;
}

footer section.footer-fat .hl-link .icon {
	margin-bottom: 10px;
}

footer section.footer-nav .container li {
	float: left;
	margin: 0 6px;
}

footer section.footer-nav .container li a {
	color: #fff;
}

footer section.footer-nav .container li a:hover {
	color:#b4c4ea;
	text-decoration: none;
}

footer section.footer-nav .container li.verisign {
	height: 39px;
	position: absolute;
	right: 0;
	top: 30px;
	width: 75px;
}

footer section.footer-nav ul.social-media {
	padding: 0;
	margin-bottom: 25px;
}

footer section.footer-nav ul.social-media li a {
	/* background: url("../img/icon-social-media.png") no-repeat scroll 0 0;
	float: left;
	height: 26px;
	text-indent: -10000000px;
	width: 27px; */
	font-size: 20px;
	color: #fff;
	padding: 10px 35px;
}

footer section.footer-nav ul.social-media li.facebook a {
	background-position: 0 0;
}

footer section.footer-nav ul.social-media li.twitter a {
	background-position: 0 -26px;
}

footer section.footer-nav ul.social-media li.youtube a {
	background-position: 0 -52px;
}

footer section .footer-logo img {
	max-height: 48px;
	max-width: 100%;
}

#backToTop{
	position: fixed; /* allows it to "slide" up into view */
	bottom: 10px;
	right: 10px;
	display: none;
	background: #008eff;
	background: -moz-linear-gradient(to bottom, #008eff 0, #0073cf 100%);
	background: -webkit-linear-gradient(to bottom, #008eff 0, #0073cf 100%);
	background: -o-linear-gradient(to bottom, #008eff 0, #0073cf 100%);
	background: -ms-linear-gradient(to bottom, #008eff 0, #0073cf 100%);
	background: linear-gradient(to bottom, #008eff 0, #0073cf 100%);
	color: #fff;
	border: 1px solid #376B9D;
	z-index: 999;
	padding: 5px 10px;
	cursor: pointer;
}

#backToTop:hover {
	background: #0073cf;
	background: -moz-linear-gradient(to bottom, #0073cf 0, #008eff 100%);
	background: -webkit-linear-gradient(to bottom, #0073cf 0, #008eff 100%);
	background: -o-linear-gradient(to bottom, #0073cf 0, #008eff 100%);
	background: -ms-linear-gradient(to bottom, #0073cf 0, #008eff 100%);
	background: linear-gradient(to bottom, #0073cf 0, #008eff 100%);
	color: #fff;
	text-decoration: none;
}

/* overlay  design*/

.overlay-viewport{
	position: relative;
/* 	overflow:hidden; */
}
.overlay-viewport:after{
	display: block;
	content: ' ';
	clear: both;
}

.overlay-viewport .non-overlay{
	position: relative;
}
.overlay-viewport .non-overlay.disable{

}
.overlay-viewport .non-overlay.disable:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	content: ' ';
}

body{
	position: relative;
}
.overlay{
	max-width:940px;
	margin:15px 0;
	position: absolute;
	display: none; 
	left: 0;
	top: 0;
	background-color: #fff;
	border: 1px solid #376b9d;   
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
/*     overflow: hidden; */
	z-index: 999;
}
.overlay .title{
	padding: 15px;
	background-color: #376b9d;
    border-bottom: 1px solid #376b9d;
    position: relative;
    color:#fff;
}

.overlay .overlay-close{
	float: left;
	position: absolute;
	float: left;
    position: absolute;
    right: 15px;
    top: 18px;
    cursor: pointer;
    font-size: 20px;
    color: #528ac0;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
}
.overlay .overlay-close:hover{
	color: #FFF;
}
.overlay .title h3{
	margin: 0px 25px 0px 0;
	font-family: "Open Sans Condensed";
	font-size: 14pt;
}

.overlay .content{
	padding: 15px;
}

.overlay>.arrow{
    border:9px solid transparent;
    border-top: none;
    border-bottom-color: #376b9d;
    display: block;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -9px;
    content:' ';
}
.overlay .content img{
	max-width: 100%;
}

.overlay .btn-secondary{
	font-size: 14pt;
	
}

.w500{
	width: 500px;
	max-width: 100%;
}
.star-text {
    color: #777;
    font-size: 11px;
    font-style: italic;
    clear: both;
}

table.dataTable tbody tr.clicked{
	z-index:100;
	position: relative;	
}
table.dataTable tbody tr.clicked td{
	border-bottom: 1px solid #ddd;
}

/*expandbox*/
.claimant-data-nav .tab-content{
	overflow: hidden;
}
.expandbox-viewport{
	overflow: hidden;
}
.expandbox{
	display: none;
	position: relative;
	height:auto!important;
	padding-top: 1px;
}

.expandbox .title{
	position: relative;
}
.expandbox .expand-close, .collapse-panel .collapse-close{
	float: left;
    position: absolute;
    right: 0px;
    top: 4px;
    cursor: pointer;
    font-size: 20px;
    color: #528ac0;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
}
.expandbox .expand-close:hover, .collapse-panel .collapse-close:hover{
	color: #555;	
}
.expandbox .title h3{
	border-bottom: 1px dashed #428bca;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-right: 25px;
    margin-top: 14px;
}

.expandbox .title h3.fnt18{
	font-size: 18px;
	padding-top: 4px;
}
.expandbox .title h3.mar-top-0{
	margin-top: 0;
}

.collapse-panel{
	border:1px solid #ddd;
	background-color: #fcfcfc;
	padding: 10px;
	margin: 20px 0;
	clear: both;
}
.collapse-panel h3{
	margin-top: 0px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
	margin-bottom: 15px;
	padding-right:25px;
	position: relative;
	font-size: 20px;
}

.collapse-panel .collapse-close{
	top: 1px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #428bca;
    border-color: #428bca;
}


/* Background color Changes */
body.bgcolor {
	background-color: #fff;
}

.bgcolor .panelbox .box-border{
	padding: 0;
}
.global_primarynavigation .navbar{
	font-size: 20px;
}  
/* Background color changes ends*/


.claimantDatabox {
	margin-bottom: 20px;
}

.claimantDatabox .inside-border {
	padding: 0;
	border-color:#e1e1e1;
}

.claimantDatabox .inside-border{
	
	background: -moz-linear-gradient(top, #f9f9f9 0%, #F0F0F0  100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9),
		color-stop(100%, #F0F0F0))!important;
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #F0F0F0 100%)!important;
	background: -o-linear-gradient(top, #f9f9f9 0%, #F0F0F0 100%)!important;
	background: -ms-linear-gradient(top,#f9f9f9 0%, #F0F0F0 100%)!important;
	background: linear-gradient(top, #f9f9f9 0%, #F0F0F0 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(     
		                     startColorstr='#f9f9f9', endColorstr=     
		                     '#F0F0F0', GradientType=         
		                 0)!important;
}

.claimantDataDiv {
    line-height: 1.8;
    margin: 10px;
}

.pdfDownloader{
	display: none;
	text-align: center;
}
.pdfDownloader h4{
	margin-top: 0;
}

/*confirm-msg*/

.confirm-msg{
	display: none;
	position: relative;
	height:auto!important;
}

.confirm-msg .title{
	position: relative;
}
.confirm-msg .title .confirm-msg-close{
	float: left;
    position: absolute;
    right: 0px;
    top: 4px;
    cursor: pointer;
    font-size: 20px;
    color: #528ac0;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
}
.confirm-msg .title .confirm-msg-close:hover{
	color: #555;	
}
.confirm-msg .title h3{
	border-bottom: 1px dashed #428bca;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-right: 25px;
}

/* New UI Changes*/



@media ( min-width : 769px) {
/* 	.global_primarynavigation .navbar-collapse li.dropdown:hover ul.dropdown-menu */
/* 		{ */
/* 		display: block; */
/* 	} */
	.dropdown-submenu>.dropdown-menu {
		display: none !important;
	}
	.dropdown-submenu:hover>.dropdown-menu {
		display: block !important;
	}
	.formbox .frm-insideBox .padd-lft-5{
		padding-left: 5px;
	}
}

@media ( min-width : 993px) {
	.loginform .col-md-5 {
		float: right;
	}
	
	.form-box h2.custom-fontsize{
		font-size:31px !important;
	}
	
}



@media ( min-width : 1025px) {
	.container {
		width: 1000px;
		padding: 0;
	}
}

/*iPad-Kindle Landscape*/
@media ( max-width : 1024px) {
	/* 	.global_primarynavigation .navbar-collapse ul.navbar-nav > li > a, */
	/* 	.global_primarynavigation ul.dropdown-menu a, .global_primarynavigation li.open .dropdown-menu > li > a{ */
	/* 		padding-left: 9px; */
	/* 		padding-right: 9px; */
	/* 	} */
	.headerMenu .margin-left {
		margin-left: 75px;
	}
	section.call-to-action-wrapper .claim-head {
		width: 35%;
	}
	/*section.call-to-action-wrapper a.cta-link{
		width: 168px;
	}*/
	.form-box h2 {
		font-size: 30px;
	}
}

@media ( max-width : 992px) {
	.navbarcontent {
		font-size: 20px;
	}
	.headerMenu .margin-left {
		margin-left: 0px;
	}
	
	.global_primarynavigation{
		min-height: 53px;
	}
	
	.global_primarynavigation .navbar-brand {
	    height: auto;
	    padding-right: 0;
	    width: 150px;
	}
	.global_primarynavigation .navbar-brand  a{
		display: table-cell;
		vertical-align: middle;
		height: 43px;
	}
	.global_primarynavigation .navbar-brand  img{
		max-width: 135px;
		height: 43px;
	}
	.global_primarynavigation .navbar-collapse ul.navbar-nav{
		margin-top: 10px;
	}
	
	.global_primarynavigation .navbar-collapse ul.navbar-nav > li > a{
		padding-left: 11px;
		padding-right: 11px;
		font-size: 18px;
	}
	.global_primarynavigation ul.dropdown-menu a,.global_primarynavigation li.open .dropdown-menu>li>a
		{
		font-size: 14px;
	}
	.dropdown-submenu>a:after {
		position: absolute;
		right: 10px;
		top: 50%;
		margin: -3px 0 0;
	}
	.loginform .col-md-7 {
		clear: both;
		padding-top: 1px;
	}
	.form-box .user-opt {
		padding-top: 0;
	}
	section.call-to-action-wrapper form.component-find-claims.with-image {
		padding-left: 0;
	}
	section.call-to-action-wrapper form h4 {
		max-width: 100%;
		float: none;
		margin-left: 95px;
	}
	section.call-to-action-wrapper .claim-head,section.call-to-action-wrapper .claim-frm
		{
		width: 50%;
	}
	section.call-to-action-wrapper form button {
		width: auto;
	}
	section.call-to-action-wrapper a.cta-link {
		margin: -15px 0 20px 53%;
	}
	.global_primarynavigation .btn-blue {
		margin: 13px 0;
	}
	.footer-fat .col-md-3 {
		clear: both;
	}
	footer section.footer-fat .col-md-3 ul {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	footer section.footer-fat .col-md-3 li {
		float: left;
		margin-right: 20px;
	}
	.claimant-data-nav ul.nav.nav-tabs  {
		display: none;
	}
	.claimant-data-nav .tab-content>.tab-pane {
		float: left;
		width: 100%;
		border: 1px solid #428bca;
		border-top: none;
		border-radius: 0 0 3px 3px;
		margin-bottom: 10px;
		padding: 10px;
	}
	.claimant-data-nav  .tab-pane>h3:first-child {
		margin-top: 0;
	}
	.claimant-data-nav .tab-content {
		border: none;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		padding: 0;
	}
	.mobile-tabs {
		display: block;
		clear: both;
	}
	
	.tooltip-inner {
		padding:7px 10px;
		font-size: 13px;
	}
	
	footer section.footer-nav ul.social-media li a{
		padding: 10px;
	}
	
}

/*iPad portrait*/
@media ( max-width : 768px) {
	.navbarcontent {
		font-size: 16px;
	}
	.headerMenu .margin-left {
		margin-left: 0px;
	}
	.btn,.btn:focus , button.btn-secondary, .btn-secondary , .btn-secondary:focus{
		font-size: 16px;
	}
	
	.global_primarynavigation {
	    min-height: 0;
	}
	
	.global_primarynavigation .navbar-brand {
		padding: 3px 0;
		margin-left: 0 !important
	}
	.navbar-nav {
		margin: 0;
	}
	.global_primarynavigation .navbar-collapse ul.navbar-nav{
		margin-top: 0;
	}
	
	.navbarcontent>ul>li {
		border-top: 1px solid #dcdcdc;
	}
	.global_primarynavigation .headerMenu {
		clear: both;
		float: none !important;
	}
	.global_primarynavigation .navbar-collapse {
		padding: 0;
		border-top-color: transparent;
	}
	.global_primarynavigation .navbar-collapse ul.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 13px !important;
		padding-right: 13px !important;
		font-size: 17px;
	}
	
	.global_primarynavigation ul.dropdown-menu li.top-border a{
		margin-top: 0;
	}
	
	.pagehead {
		font-size: 25pt;
	}
	.global_primarynavigation ul.dropdown-menu {
		border-bottom: 2px solid #002e81 !important;
		background-color: #fff !important;
	}
	.global_primarynavigation ul.dropdown-menu a,.global_primarynavigation li.open .dropdown-menu>li>a
		{
		padding-left: 25px;
	}
	.global_primarynavigation .dropdown-submenu ul.dropdown-menu {
		border-bottom: none !important;
	}
	.global_primarynavigation .dropdown-submenu>a:after {
		border-color: #ccc transparent transparent transparent;
		border-width: 5px 5px 0px 5px;
		top: 22px;
	}
	.global_primarynavigation .dropdown-submenu.open>a:after {
		border-top-color: #dc291e;
	}
	.global_primarynavigation .dropdown-submenu ul.dropdown-menu a,.global_primarynavigation .dropdown-submenu.open .dropdown-menu>li>a
		{
		/* 		padding-left: 40px; */
		padding: 10px 10px;
		border-top: 1px dotted #ccc;
	}
	.global_primarynavigation .dropdown-submenu ul.dropdown-menu li {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	
	section.component-hero-page .left_navigation {
		width: 100%;
		margin-bottom: 15px;
	}
	.left-nav {
		margin-left: 0;
		width: 100%;
		margin-bottom: 15px;
		min-height: 0;
		margin-bottom: 0px;
	}
	.left-nav h3 .navbar-toggle {
		margin: 0;
		display: block;
	}
	.global_primarynavigation .navbar-toggle {		
		display: block;
	}
	.left-nav .navbar-collapse.collapse, .global_primarynavigation .navbar-collapse.collapse {
		display: none !important;
	}
	.left-nav .custom-navbar-collapse.in, .global_primarynavigation .navbar-collapse.in {
		display: block !important;
	}
	
	.global_primarynavigation .navbar-collapse {
	    margin-left: -15px;
	    margin-right: -15px;
	}
	.global_primarynavigation .navbar-nav{
		width: 100%;
	}
	.global_primarynavigation .nav > li {
	    display: block;
	    position: relative;
	    float: none;
	}
	
	.global_primarynavigation .dropdown-menu{
		position: static;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		float: none;
	}
	
	.left-nav h3 {
		line-height: 33px;
	}
	.left-nav ul li a,.left-nav h3 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.left-nav .subnav li a {
		padding-left: 25px;
	}
	section.component-hero-page .hero-wrapper,section.component-hero-page.full-width .hero-wrapper
		{
		margin-left: 0;
		clear: both;
	}
	section.call-to-action-wrapper form img {
		height: 50px;
		width: 50px;
	}
	section.call-to-action-wrapper form h4 {
		margin-left: 60px;
		font-size: 20px;
		margin-top: 10px !important;
	}
	section.call-to-action-wrapper .claim-head {
		width: 225px;
	}
	section.call-to-action-wrapper .claim-frm {
		float: none;
		display: block;
		margin-left: 230px;
		width: auto;
	}
	section.call-to-action-wrapper a.cta-link {
		margin-left: 252px;
	}
	section.call-to-action-wrapper.stickbar .common_findmyclaim {
		position: static;
	}
	section.component-category-content h1,section.component-fullwidth-content h1,.panelbox .pagetitle h1
		{
		font-size: 25px;
	}
	/* #pageContentsLfmnu,#pageContentFlwd {
		min-height: 200px;
	} */
	
	
	
	
	.mileStone .milestoneBar,.mileStone .steps li.completed:before,.mileStone .milestoneBar:before
		{
		display: none;
	}
	.mileStone .steps li, .mileStone.stage-2 .steps li.last {
		float: none;
		display: block;
		text-align: left;
		width: auto;
		padding: 5px 10px;
		min-height: 45px;
	}
	.mileStone .steps li .icon {
		float: left;
	}
	.mileStone .steps li .stepTitle {
		margin-left: 40px;
		margin-top: 7px;
	}
	.mileStone .steps li .stepDate {
		margin-left: 40px;
		margin-bottom: -12px;
	}
	.formbox .frm-insideBox .orText{
		text-align: center;
	}	
}
@media only screen and (max-width: 767px){
	footer section.footer-nav ul.social-media li a {
	  font-size: 28px; 
	  padding: 10px 25px;
	}
	footer section.footer-nav .container .footer-logo{
		display: none;
	}
	footer section.footer-nav ul.social-media{
		margin-bottom: 7px;
	}
}


/*Android Nexus4 landscape*/
@media ( max-width : 600px) {
	.navbarcontent {
		clear: both;
		border-color: #dcdcdc !important;
		padding: 0;
		border: none;
		font-size: 16px;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 10px;
	}
	.btn, .btn:focus {
		font-size: auto;
	}
	section.call-to-action-wrapper form h4.two-lines {
		margin-top: 14px;
	}
	section.call-to-action-wrapper .claim-head {
		width: 100%;
	}
	section.call-to-action-wrapper .claim-frm {
		margin-left: 60px;
		float: none;
		clear: both;
	}
	section.call-to-action-wrapper form input {
		margin: 6px 0;
	}
	section.call-to-action-wrapper form button {
		margin: 0 0 0 10px;
	}
	section.call-to-action-wrapper a.cta-link {
		float: left;
		margin-bottom: 10px;
		clear: both;
		margin-left: 60px;
		margin-top: 0;
	}
	.component-hero-page .container .head-text {
		font-size: 35px;
	}
	.form-box h2 {
		font-size: 28px;
	}
	.message-box {
		min-height: 0;
	}
	.dashboard-title a.pull-right {
		display: block;
		float: none;
		clear: both;
		margin-bottom: 10px;
		width: 100%;
	}
	.mobile-heading {
		font-size: 13pt !important;
	}
	footer section.footer-nav .container ul.foot-menu li {
		min-width: 0;
	}
	
	.w500{
		width: auto;
	}
	
	.tooltip .tooltip-arrow {
		display: none !important;
	}
	
	.popover > .arrow, .popover > .arrow:after{
		display: none!important;
	} 
}

/*iPhone 5 Landscape*/
@media ( max-width : 568px) {
	.global_utilitynavigation {
		text-align: center;
		padding: 6px 0;
	}
	.global_utilitynavigation a {
		float: none;
		display: inline!important;
		margin-left: 5px !important;
		margin-right: 5px !important;;
	}
	.global_utilitynavigation .navbar-nav {
		float: none !important;
		display: inline;
	}
	.global_utilitynavigation .navbar-nav:after,.global_utilitynavigation .navbar-nav:before
		{
		display: inline !important;
	}
	.global_utilitynavigation .navbar-nav li {
		float: none !important;
		display: inline;
	}
	.global_utilitynavigation .navbar-nav .langselect {
		display: none;
	}
	.navlistimg {
		margin-left: 10px;
	}
	
	
}

/*iPhone 3-4 Landscape*/
@media ( max-width : 480px) {
	.navbarcontent {
		font-size: 14px;
	}
	.global_primarynavigation ul.dropdown-menu a,.global_primarynavigation li.open .dropdown-menu>li>a
		{
		font-size: 13px;
	}
	.navlistimg {
		margin-left: 8px;
	}
	.pagehead {
		font-size: 20pt;
	}
	.form-box .login-button {
		font-size: 20px;
	}
	button.btn-secondary,a.btn-secondary, button.btn-secondary:focus,a.btn-secondary:focus {
		font-size: 15px;
	}
	footer section.footer-nav {
		padding-top: 38px;
	}
	.message-box {
		padding: 15px 15px;
	}
	.message-box  h1 {
		font-size: 25px;
	}
	.message-box .msg-cnt {
		font-size: 13pt;
	}
	.contact-logo .cols {
		margin-right: 10px;
	}
	footer section.footer-fat .col-xs-4 {
		width: 100%;
		height: auto;
	}
	footer section.footer-fat .hl-link .icon {
		float: left;
		width: 120px;
	}
	footer section.footer-fat .hl-link .icon img {
		width: 100%;
	}
	footer section.footer-fat .hl-link .text {
		margin-left: 130px;
		text-align: left;
	}
	footer section.footer-fat .hl-link .text .valign {
		display: table-cell;
		vertical-align: middle;
		height: 80px;
	}
	footer section.footer-fat .hl-link .text h4 {
		margin-bottom: 5px;
	}
	footer section.footer-fat .hl-link .text p {
		margin-bottom: 0px;
	}
	.flashMap,.flashMap embed {
		height: auto;
	}
	
	
}

@media only screen and (max-width: 479px){
	footer section.footer-nav ul.social-media li a { 
  		padding: 10px 9px;
	}	
}


/*Android Nexus4 portrait*/
@media ( max-width : 384px) {
	.contactdiv {
		width: auto;
	}
	.navbarcontent {
		font-size: 14px;
	}
	.navlistimg {
		margin-left: 10px;
	}
	section.call-to-action-wrapper form.component-find-claims input {
		margin-left: 0;
	}
	section.call-to-action-wrapper .claim-frm,section.call-to-action-wrapper a.cta-link
		{
		margin-left: 0;
	}
	.contact-logo .cols {
		width: 100%;
		margin-right: 0;
	}
	.contact-logo label {
		height: auto;
	}
	.formbox .opfntfml .form-control {
		margin-bottom: 5px;
	}
	.form-box h2 {
		font-size: 26px;
	}
	.user-opt h3 {
		font-size: 25px;
		margin-bottom: 15px;
	}
	.user-opt {
		font-size: 15px;
	}
	footer section.footer-fat .hl-link .icon {
		width: 75px;
	}
	footer section.footer-fat .hl-link .text {
		margin-left: 85px;
	}
	footer section.footer-fat .hl-link .text .valign {
		height: auto;
	}
	footer section.footer-fat .hl-link {
		margin-bottom: 20px;
	}
	footer section.footer-fat .col-xs-4:last-child .hl-link {
		margin-bottom: 0px;
	}
}

/*iPhone 3-4-5 portrait*/
@media ( max-width : 350px) {
	.navlistimg {
		margin-left: 8px;
	}
	.pagehead {
		font-size: 20pt;
	}
	section.call-to-action-wrapper form.component-find-claims input {
		margin-right: 0;
		width: 100%;
		margin-bottom: 0;
	}
	section.call-to-action-wrapper form button {
		margin: 5px 0 10px;
	}
	.tooltip-inner {
		max-width: 200px;
	}
	.ui-widget-content {
		width: 250px !important;
	}
	.popup-modal-body  .ui-widget-content, .overlay  .ui-widget-content, .collapse-panel  .ui-widget-content {
		width: 100% !important;
	}
	.form-box h2 {
		font-size: 23px;
	}
	.form-box .formswitch {
		padding: 0 10px;
	}
	.ui-datepicker .ui-datepicker-title {
	    margin: 0 25px!important;
	}
	
	button.btn-secondary, a.btn-secondary, button.btn-secondary:focus, a.btn-secondary:focus{
		font-size: 15px;
		padding-left: 14px;
		padding-right: 14px;
	}
	
	.form-box .login-button {
	    font-size: 18px;
	}
	
}

@media only screen and (max-width: 319px){
	footer section.footer-nav ul.social-media li a { 
  		font-size: 20px;
  		padding: 10px 4px;
	}	
}

/* Font awesome*/
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{
 	font-family:'FontAwesome';
 	src:url('fonts/fontawesome-webfont.eot?v=4.2.0');
 	src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
 	font-weight:normal;
 	font-style:normal
}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-4x{font-size:4em}
.fa-5x{font-size:5em}
.fa-fw{width:1.28571429em;text-align:center}
.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}
.fa-ul>li{position:relative}
.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}
.fa-li.fa-lg{left:-1.85714286em}
.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}
.pull-right{float:right}
.pull-left{float:left}
.fa.pull-left{margin-right:.3em}
.fa.pull-right{margin-left:.3em}
.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}
.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}
.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}
.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}
.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}
.fa-stack-1x{line-height:inherit}
.fa-stack-2x{font-size:2em}
.fa-inverse{color:#fff}
.fa-glass:before{content:"\f000"}
.fa-music:before{content:"\f001"}
.fa-search:before{content:"\f002"}
.fa-envelope-o:before{content:"\f003"}
.fa-heart:before{content:"\f004"}
.fa-star:before{content:"\f005"}
.fa-star-o:before{content:"\f006"}
.fa-user:before{content:"\f007"}
.fa-film:before{content:"\f008"}
.fa-th-large:before{content:"\f009"}
.fa-th:before{content:"\f00a"}
.fa-th-list:before{content:"\f00b"}
.fa-check:before{content:"\f00c"}
.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}
.fa-search-plus:before{content:"\f00e"}
.fa-search-minus:before{content:"\f010"}
.fa-power-off:before{content:"\f011"}
.fa-signal:before{content:"\f012"}
.fa-gear:before,.fa-cog:before{content:"\f013"}
.fa-trash-o:before{content:"\f014"}
.fa-home:before{content:"\f015"}
.fa-file-o:before{content:"\f016"}
.fa-clock-o:before{content:"\f017"}
.fa-road:before{content:"\f018"}
.fa-download:before{content:"\f019"}
.fa-arrow-circle-o-down:before{content:"\f01a"}
.fa-arrow-circle-o-up:before{content:"\f01b"}
.fa-inbox:before{content:"\f01c"}
.fa-play-circle-o:before{content:"\f01d"}
.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}
.fa-refresh:before{content:"\f021"}
.fa-list-alt:before{content:"\f022"}
.fa-lock:before{content:"\f023"}
.fa-flag:before{content:"\f024"}
.fa-headphones:before{content:"\f025"}
.fa-volume-off:before{content:"\f026"}
.fa-volume-down:before{content:"\f027"}
.fa-volume-up:before{content:"\f028"}
.fa-qrcode:before{content:"\f029"}
.fa-barcode:before{content:"\f02a"}
.fa-tag:before{content:"\f02b"}
.fa-tags:before{content:"\f02c"}
.fa-book:before{content:"\f02d"}
.fa-bookmark:before{content:"\f02e"}
.fa-print:before{content:"\f02f"}
.fa-camera:before{content:"\f030"}
.fa-font:before{content:"\f031"}
.fa-bold:before{content:"\f032"}
.fa-italic:before{content:"\f033"}
.fa-text-height:before{content:"\f034"}
.fa-text-width:before{content:"\f035"}
.fa-align-left:before{content:"\f036"}
.fa-align-center:before{content:"\f037"}
.fa-align-right:before{content:"\f038"}
.fa-align-justify:before{content:"\f039"}
.fa-list:before{content:"\f03a"}
.fa-dedent:before,.fa-outdent:before{content:"\f03b"}
.fa-indent:before{content:"\f03c"}
.fa-video-camera:before{content:"\f03d"}
.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}
.fa-pencil:before{content:"\f040"}
.fa-map-marker:before{content:"\f041"}
.fa-adjust:before{content:"\f042"}
.fa-tint:before{content:"\f043"}
.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}
.fa-share-square-o:before{content:"\f045"}
.fa-check-square-o:before{content:"\f046"}
.fa-arrows:before{content:"\f047"}
.fa-step-backward:before{content:"\f048"}
.fa-fast-backward:before{content:"\f049"}
.fa-backward:before{content:"\f04a"}
.fa-play:before{content:"\f04b"}
.fa-pause:before{content:"\f04c"}
.fa-stop:before{content:"\f04d"}
.fa-forward:before{content:"\f04e"}
.fa-fast-forward:before{content:"\f050"}
.fa-step-forward:before{content:"\f051"}
.fa-eject:before{content:"\f052"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-plus-circle:before{content:"\f055"}
.fa-minus-circle:before{content:"\f056"}
.fa-times-circle:before{content:"\f057"}
.fa-check-circle:before{content:"\f058"}
.fa-question-circle:before{content:"\f059"}
.fa-info-circle:before{content:"\f05a"}
.fa-crosshairs:before{content:"\f05b"}
.fa-times-circle-o:before{content:"\f05c"}
.fa-check-circle-o:before{content:"\f05d"}
.fa-ban:before{content:"\f05e"}
.fa-arrow-left:before{content:"\f060"}
.fa-arrow-right:before{content:"\f061"}
.fa-arrow-up:before{content:"\f062"}
.fa-arrow-down:before{content:"\f063"}
.fa-mail-forward:before,.fa-share:before{content:"\f064"}
.fa-expand:before{content:"\f065"}
.fa-compress:before{content:"\f066"}
.fa-plus:before{content:"\f067"}
.fa-minus:before{content:"\f068"}
.fa-asterisk:before{content:"\f069"}
.fa-exclamation-circle:before{content:"\f06a"}
.fa-gift:before{content:"\f06b"}
.fa-leaf:before{content:"\f06c"}
.fa-fire:before{content:"\f06d"}
.fa-eye:before{content:"\f06e"}
.fa-eye-slash:before{content:"\f070"}
.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}
.fa-plane:before{content:"\f072"}
.fa-calendar:before{content:"\f073"}
.fa-random:before{content:"\f074"}
.fa-comment:before{content:"\f075"}
.fa-magnet:before{content:"\f076"}
.fa-chevron-up:before{content:"\f077"}
.fa-chevron-down:before{content:"\f078"}
.fa-retweet:before{content:"\f079"}
.fa-shopping-cart:before{content:"\f07a"}
.fa-folder:before{content:"\f07b"}
.fa-folder-open:before{content:"\f07c"}
.fa-arrows-v:before{content:"\f07d"}
.fa-arrows-h:before{content:"\f07e"}
.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}
.fa-twitter-square:before{content:"\f081"}
.fa-facebook-square:before{content:"\f082"}
.fa-camera-retro:before{content:"\f083"}
.fa-key:before{content:"\f084"}
.fa-gears:before,.fa-cogs:before{content:"\f085"}
.fa-comments:before{content:"\f086"}
.fa-thumbs-o-up:before{content:"\f087"}
.fa-thumbs-o-down:before{content:"\f088"}
.fa-star-half:before{content:"\f089"}
.fa-heart-o:before{content:"\f08a"}
.fa-sign-out:before{content:"\f08b"}
.fa-linkedin-square:before{content:"\f08c"}
.fa-thumb-tack:before{content:"\f08d"}
.fa-external-link:before{content:"\f08e"}
.fa-sign-in:before{content:"\f090"}
.fa-trophy:before{content:"\f091"}
.fa-github-square:before{content:"\f092"}
.fa-upload:before{content:"\f093"}
.fa-lemon-o:before{content:"\f094"}
.fa-phone:before{content:"\f095"}
.fa-square-o:before{content:"\f096"}
.fa-bookmark-o:before{content:"\f097"}
.fa-phone-square:before{content:"\f098"}
.fa-twitter:before{content:"\f099"}
.fa-facebook:before{content:"\f09a"}
.fa-github:before{content:"\f09b"}
.fa-unlock:before{content:"\f09c"}
.fa-credit-card:before{content:"\f09d"}
.fa-rss:before{content:"\f09e"}
.fa-hdd-o:before{content:"\f0a0"}
.fa-bullhorn:before{content:"\f0a1"}
.fa-bell:before{content:"\f0f3"}
.fa-certificate:before{content:"\f0a3"}
.fa-hand-o-right:before{content:"\f0a4"}
.fa-hand-o-left:before{content:"\f0a5"}
.fa-hand-o-up:before{content:"\f0a6"}
.fa-hand-o-down:before{content:"\f0a7"}
.fa-arrow-circle-left:before{content:"\f0a8"}
.fa-arrow-circle-right:before{content:"\f0a9"}
.fa-arrow-circle-up:before{content:"\f0aa"}
.fa-arrow-circle-down:before{content:"\f0ab"}
.fa-globe:before{content:"\f0ac"}
.fa-wrench:before{content:"\f0ad"}
.fa-tasks:before{content:"\f0ae"}
.fa-filter:before{content:"\f0b0"}
.fa-briefcase:before{content:"\f0b1"}
.fa-arrows-alt:before{content:"\f0b2"}
.fa-group:before,.fa-users:before{content:"\f0c0"}
.fa-chain:before,.fa-link:before{content:"\f0c1"}
.fa-cloud:before{content:"\f0c2"}
.fa-flask:before{content:"\f0c3"}
.fa-cut:before,.fa-scissors:before{content:"\f0c4"}
.fa-copy:before,.fa-files-o:before{content:"\f0c5"}
.fa-paperclip:before{content:"\f0c6"}
.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}
.fa-square:before{content:"\f0c8"}
.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}
.fa-list-ul:before{content:"\f0ca"}
.fa-list-ol:before{content:"\f0cb"}
.fa-strikethrough:before{content:"\f0cc"}
.fa-underline:before{content:"\f0cd"}
.fa-table:before{content:"\f0ce"}
.fa-magic:before{content:"\f0d0"}
.fa-truck:before{content:"\f0d1"}
.fa-pinterest:before{content:"\f0d2"}
.fa-pinterest-square:before{content:"\f0d3"}
.fa-google-plus-square:before{content:"\f0d4"}
.fa-google-plus:before{content:"\f0d5"}
.fa-money:before{content:"\f0d6"}
.fa-caret-down:before{content:"\f0d7"}
.fa-caret-up:before{content:"\f0d8"}
.fa-caret-left:before{content:"\f0d9"}
.fa-caret-right:before{content:"\f0da"}
.fa-columns:before{content:"\f0db"}
.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}
.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}
.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}
.fa-envelope:before{content:"\f0e0"}
.fa-linkedin:before{content:"\f0e1"}
.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}
.fa-legal:before,.fa-gavel:before{content:"\f0e3"}
.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}
.fa-comment-o:before{content:"\f0e5"}
.fa-comments-o:before{content:"\f0e6"}
.fa-flash:before,.fa-bolt:before{content:"\f0e7"}
.fa-sitemap:before{content:"\f0e8"}
.fa-umbrella:before{content:"\f0e9"}
.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}
.fa-lightbulb-o:before{content:"\f0eb"}
.fa-exchange:before{content:"\f0ec"}
.fa-cloud-download:before{content:"\f0ed"}
.fa-cloud-upload:before{content:"\f0ee"}
.fa-user-md:before{content:"\f0f0"}
.fa-stethoscope:before{content:"\f0f1"}
.fa-suitcase:before{content:"\f0f2"}
.fa-bell-o:before{content:"\f0a2"}
.fa-coffee:before{content:"\f0f4"}
.fa-cutlery:before{content:"\f0f5"}
.fa-file-text-o:before{content:"\f0f6"}
.fa-building-o:before{content:"\f0f7"}
.fa-hospital-o:before{content:"\f0f8"}
.fa-ambulance:before{content:"\f0f9"}
.fa-medkit:before{content:"\f0fa"}
.fa-fighter-jet:before{content:"\f0fb"}
.fa-beer:before{content:"\f0fc"}
.fa-h-square:before{content:"\f0fd"}
.fa-plus-square:before{content:"\f0fe"}
.fa-angle-double-left:before{content:"\f100"}
.fa-angle-double-right:before{content:"\f101"}
.fa-angle-double-up:before{content:"\f102"}
.fa-angle-double-down:before{content:"\f103"}
.fa-angle-left:before{content:"\f104"}
.fa-angle-right:before{content:"\f105"}
.fa-angle-up:before{content:"\f106"}
.fa-angle-down:before{content:"\f107"}
.fa-desktop:before{content:"\f108"}
.fa-laptop:before{content:"\f109"}
.fa-tablet:before{content:"\f10a"}
.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}
.fa-circle-o:before{content:"\f10c"}
.fa-quote-left:before{content:"\f10d"}
.fa-quote-right:before{content:"\f10e"}
.fa-spinner:before{content:"\f110"}
.fa-circle:before{content:"\f111"}
.fa-mail-reply:before,.fa-reply:before{content:"\f112"}
.fa-github-alt:before{content:"\f113"}
.fa-folder-o:before{content:"\f114"}
.fa-folder-open-o:before{content:"\f115"}
.fa-smile-o:before{content:"\f118"}
.fa-frown-o:before{content:"\f119"}
.fa-meh-o:before{content:"\f11a"}
.fa-gamepad:before{content:"\f11b"}
.fa-keyboard-o:before{content:"\f11c"}
.fa-flag-o:before{content:"\f11d"}
.fa-flag-checkered:before{content:"\f11e"}
.fa-terminal:before{content:"\f120"}
.fa-code:before{content:"\f121"}
.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}
.fa-location-arrow:before{content:"\f124"}
.fa-crop:before{content:"\f125"}
.fa-code-fork:before{content:"\f126"}
.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}
.fa-question:before{content:"\f128"}
.fa-info:before{content:"\f129"}
.fa-exclamation:before{content:"\f12a"}
.fa-superscript:before{content:"\f12b"}
.fa-subscript:before{content:"\f12c"}
.fa-eraser:before{content:"\f12d"}
.fa-puzzle-piece:before{content:"\f12e"}
.fa-microphone:before{content:"\f130"}
.fa-microphone-slash:before{content:"\f131"}
.fa-shield:before{content:"\f132"}
.fa-calendar-o:before{content:"\f133"}
.fa-fire-extinguisher:before{content:"\f134"}
.fa-rocket:before{content:"\f135"}
.fa-maxcdn:before{content:"\f136"}
.fa-chevron-circle-left:before{content:"\f137"}
.fa-chevron-circle-right:before{content:"\f138"}
.fa-chevron-circle-up:before{content:"\f139"}
.fa-chevron-circle-down:before{content:"\f13a"}
.fa-html5:before{content:"\f13b"}
.fa-css3:before{content:"\f13c"}
.fa-anchor:before{content:"\f13d"}
.fa-unlock-alt:before{content:"\f13e"}
.fa-bullseye:before{content:"\f140"}
.fa-ellipsis-h:before{content:"\f141"}
.fa-ellipsis-v:before{content:"\f142"}
.fa-rss-square:before{content:"\f143"}
.fa-play-circle:before{content:"\f144"}
.fa-ticket:before{content:"\f145"}
.fa-minus-square:before{content:"\f146"}
.fa-minus-square-o:before{content:"\f147"}
.fa-level-up:before{content:"\f148"}
.fa-level-down:before{content:"\f149"}
.fa-check-square:before{content:"\f14a"}
.fa-pencil-square:before{content:"\f14b"}
.fa-external-link-square:before{content:"\f14c"}
.fa-share-square:before{content:"\f14d"}
.fa-compass:before{content:"\f14e"}
.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}
.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}
.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}
.fa-euro:before,.fa-eur:before{content:"\f153"}
.fa-gbp:before{content:"\f154"}
.fa-dollar:before,.fa-usd:before{content:"\f155"}
.fa-rupee:before,.fa-inr:before{content:"\f156"}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}
.fa-won:before,.fa-krw:before{content:"\f159"}
.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}
.fa-file:before{content:"\f15b"}
.fa-file-text:before{content:"\f15c"}
.fa-sort-alpha-asc:before{content:"\f15d"}
.fa-sort-alpha-desc:before{content:"\f15e"}
.fa-sort-amount-asc:before{content:"\f160"}
.fa-sort-amount-desc:before{content:"\f161"}
.fa-sort-numeric-asc:before{content:"\f162"}
.fa-sort-numeric-desc:before{content:"\f163"}
.fa-thumbs-up:before{content:"\f164"}
.fa-thumbs-down:before{content:"\f165"}
.fa-youtube-square:before{content:"\f166"}
.fa-youtube:before{content:"\f167"}
.fa-xing:before{content:"\f168"}
.fa-xing-square:before{content:"\f169"}
.fa-youtube-play:before{content:"\f16a"}
.fa-dropbox:before{content:"\f16b"}
.fa-stack-overflow:before{content:"\f16c"}
.fa-instagram:before{content:"\f16d"}
.fa-flickr:before{content:"\f16e"}
.fa-adn:before{content:"\f170"}
.fa-bitbucket:before{content:"\f171"}
.fa-bitbucket-square:before{content:"\f172"}
.fa-tumblr:before{content:"\f173"}
.fa-tumblr-square:before{content:"\f174"}
.fa-long-arrow-down:before{content:"\f175"}
.fa-long-arrow-up:before{content:"\f176"}
.fa-long-arrow-left:before{content:"\f177"}
.fa-long-arrow-right:before{content:"\f178"}
.fa-apple:before{content:"\f179"}
.fa-windows:before{content:"\f17a"}
.fa-android:before{content:"\f17b"}
.fa-linux:before{content:"\f17c"}
.fa-dribbble:before{content:"\f17d"}
.fa-skype:before{content:"\f17e"}
.fa-foursquare:before{content:"\f180"}
.fa-trello:before{content:"\f181"}
.fa-female:before{content:"\f182"}
.fa-male:before{content:"\f183"}
.fa-gittip:before{content:"\f184"}
.fa-sun-o:before{content:"\f185"}
.fa-moon-o:before{content:"\f186"}
.fa-archive:before{content:"\f187"}
.fa-bug:before{content:"\f188"}
.fa-vk:before{content:"\f189"}
.fa-weibo:before{content:"\f18a"}
.fa-renren:before{content:"\f18b"}
.fa-pagelines:before{content:"\f18c"}
.fa-stack-exchange:before{content:"\f18d"}
.fa-arrow-circle-o-right:before{content:"\f18e"}
.fa-arrow-circle-o-left:before{content:"\f190"}
.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}
.fa-dot-circle-o:before{content:"\f192"}
.fa-wheelchair:before{content:"\f193"}
.fa-vimeo-square:before{content:"\f194"}
.fa-turkish-lira:before,.fa-try:before{content:"\f195"}
.fa-plus-square-o:before{content:"\f196"}
.fa-space-shuttle:before{content:"\f197"}
.fa-slack:before{content:"\f198"}
.fa-envelope-square:before{content:"\f199"}
.fa-wordpress:before{content:"\f19a"}
.fa-openid:before{content:"\f19b"}
.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}
.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}
.fa-yahoo:before{content:"\f19e"}
.fa-google:before{content:"\f1a0"}
.fa-reddit:before{content:"\f1a1"}
.fa-reddit-square:before{content:"\f1a2"}
.fa-stumbleupon-circle:before{content:"\f1a3"}
.fa-stumbleupon:before{content:"\f1a4"}
.fa-delicious:before{content:"\f1a5"}
.fa-digg:before{content:"\f1a6"}
.fa-pied-piper:before{content:"\f1a7"}
.fa-pied-piper-alt:before{content:"\f1a8"}
.fa-drupal:before{content:"\f1a9"}
.fa-joomla:before{content:"\f1aa"}
.fa-language:before{content:"\f1ab"}
.fa-fax:before{content:"\f1ac"}
.fa-building:before{content:"\f1ad"}
.fa-child:before{content:"\f1ae"}
.fa-paw:before{content:"\f1b0"}
.fa-spoon:before{content:"\f1b1"}
.fa-cube:before{content:"\f1b2"}
.fa-cubes:before{content:"\f1b3"}
.fa-behance:before{content:"\f1b4"}
.fa-behance-square:before{content:"\f1b5"}
.fa-steam:before{content:"\f1b6"}
.fa-steam-square:before{content:"\f1b7"}
.fa-recycle:before{content:"\f1b8"}
.fa-automobile:before,.fa-car:before{content:"\f1b9"}
.fa-cab:before,.fa-taxi:before{content:"\f1ba"}
.fa-tree:before{content:"\f1bb"}
.fa-spotify:before{content:"\f1bc"}
.fa-deviantart:before{content:"\f1bd"}
.fa-soundcloud:before{content:"\f1be"}
.fa-database:before{content:"\f1c0"}
.fa-file-pdf-o:before{content:"\f1c1"}
.fa-file-word-o:before{content:"\f1c2"}
.fa-file-excel-o:before{content:"\f1c3"}
.fa-file-powerpoint-o:before{content:"\f1c4"}
.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}
.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}
.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}
.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}
.fa-file-code-o:before{content:"\f1c9"}
.fa-vine:before{content:"\f1ca"}
.fa-codepen:before{content:"\f1cb"}
.fa-jsfiddle:before{content:"\f1cc"}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}
.fa-circle-o-notch:before{content:"\f1ce"}
.fa-ra:before,.fa-rebel:before{content:"\f1d0"}
.fa-ge:before,.fa-empire:before{content:"\f1d1"}
.fa-git-square:before{content:"\f1d2"}
.fa-git:before{content:"\f1d3"}
.fa-hacker-news:before{content:"\f1d4"}
.fa-tencent-weibo:before{content:"\f1d5"}
.fa-qq:before{content:"\f1d6"}
.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}
.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}
.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}
.fa-history:before{content:"\f1da"}
.fa-circle-thin:before{content:"\f1db"}
.fa-header:before{content:"\f1dc"}
.fa-paragraph:before{content:"\f1dd"}
.fa-sliders:before{content:"\f1de"}
.fa-share-alt:before{content:"\f1e0"}
.fa-share-alt-square:before{content:"\f1e1"}
.fa-bomb:before{content:"\f1e2"}
.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}
.fa-tty:before{content:"\f1e4"}
.fa-binoculars:before{content:"\f1e5"}
.fa-plug:before{content:"\f1e6"}
.fa-slideshare:before{content:"\f1e7"}
.fa-twitch:before{content:"\f1e8"}
.fa-yelp:before{content:"\f1e9"}
.fa-newspaper-o:before{content:"\f1ea"}
.fa-wifi:before{content:"\f1eb"}
.fa-calculator:before{content:"\f1ec"}
.fa-paypal:before{content:"\f1ed"}
.fa-google-wallet:before{content:"\f1ee"}
.fa-cc-visa:before{content:"\f1f0"}
.fa-cc-mastercard:before{content:"\f1f1"}
.fa-cc-discover:before{content:"\f1f2"}
.fa-cc-amex:before{content:"\f1f3"}
.fa-cc-paypal:before{content:"\f1f4"}
.fa-cc-stripe:before{content:"\f1f5"}
.fa-bell-slash:before{content:"\f1f6"}
.fa-bell-slash-o:before{content:"\f1f7"}
.fa-trash:before{content:"\f1f8"}
.fa-copyright:before{content:"\f1f9"}
.fa-at:before{content:"\f1fa"}
.fa-eyedropper:before{content:"\f1fb"}
.fa-paint-brush:before{content:"\f1fc"}
.fa-birthday-cake:before{content:"\f1fd"}
.fa-area-chart:before{content:"\f1fe"}
.fa-pie-chart:before{content:"\f200"}
.fa-line-chart:before{content:"\f201"}
.fa-lastfm:before{content:"\f202"}
.fa-lastfm-square:before{content:"\f203"}
.fa-toggle-off:before{content:"\f204"}
.fa-toggle-on:before{content:"\f205"}
.fa-bicycle:before{content:"\f206"}
.fa-bus:before{content:"\f207"}
.fa-ioxhost:before{content:"\f208"}
.fa-angellist:before{content:"\f209"}
.fa-cc:before{content:"\f20a"}
.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}
.fa-meanpath:before{content:"\f20c"}
