body, html
{
	margin:0;
	padding:0;
	/* background:#E6E6E6; */
	font-size:1em
}

body{
	/* font-family:'Arial, Helvetica', sans-serif; */

	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:16px;
	position:relative;
}

h1, h2, h3, h4{
	color: #1f1fc6; /* #11719e; */
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* previous mwg styles */

input, textarea, select {
	color: #000 !important;
}

.form{
	clear:both;
}

.form input:not(.button):not([type="checkbox"]), .form textarea, .form select {
	padding: 6px;
	outline: 0;
	display:block;
	float:left;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 195px;
	margin-bottom:10px;
}

.form input[type="checkbox"] {
    margin-left: 9px;
}

.form input[type="submit"], .form input[type="button"] {
    border: none;
	background-color: #1F1FC6;
	border-radius: 5px;
    color: #fff !important;
}

.form select{
	display: block;
    border: 1px solid #C9C9C9;
	height: 29px;
	width:auto;
	max-width:100%;
}

.form .checkbox {
	border: none;
	margin-top: 10px;
	display: block;
	float: left;
}
.form textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
}

	.form > div:not(.fusion-title) {
		min-height:50px;
		clear:both;
	}


.description{
	padding-left:10px;
	clear:both;
	color:gray;
	width:100%;
	font-size:12px;
}

.form input:hover, .form textarea:hover,
.form input:focus, .form textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin-left: 10px; 
	/* color: #999999; */
	font-style:italic;
	float:left;
	clear:left;
	min-width:135px;
	display:block;
	padding-top:10px;
}


.form h3{
	display:block;
	float:left;
	height:50px;
	width:100%;
	padding:0px;
	margin:0px;
	clear:both;
	margin-top:15px;
}



.overlay {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.6);
    z-index:9999;
}

.overlay {
    text-align: center;
}
 
.overlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: top;
    margin-right: -0.25em;
}

.overlay-content {
	text-align:left;
    display: inline-block;
    margin-top:150px;
    padding: 10px 15px;
    position:relative;
    width:310px;
    min-height:200px;
    background:white;
    border: 10px solid #CCC;
    border-radius: 10px;
}

#potential_member_form .input_container
{
	width:300px;
	border:2px solid #CCC;
	border-radius: 10px;
	clear:both;
	margin-bottom:15px;
}

#potential_member_form .input_container input, #potential_member_form .input_container select{
	width:240px;
	height:50px;
	border:none;
	border-left:2px solid #CCC;
	padding-left:5px;
}

#potential_member_form .potential_member_form_submit{
	margin-right:100px;
}

#potential_member_form .button{
	padding:15px;
	color:white;
	border:none;
	border-style:none;
	border-radius: 5px;
	font-size:18px;
	clear:both;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #6094C7 0%, #3C71AE 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #6094C7 0%, #3C71AE 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #6094C7 0%, #3C71AE 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6094C7), color-stop(1, #3C71AE));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #6094C7 0%, #3C71AE 100%);

	/* W3C Markup, IE10 Release Preview */ 	
	background-image: linear-gradient(to bottom, #6094C7 0%, #3C71AE 100%);
}

#account_login_form > div input {
	margin: 10px 0px;
	width: 270px;
	height: 32px;
	border: 1px solid #ccc;
	color: #000 !important;
	font-size: 14px;
}


#account_login_form .button {
	padding:15px;
	color:white;
	border:none;
	border-style:none;
	border-radius: 5px;
	font-size:18px;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #6094C7 0%, #3C71AE 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #6094C7 0%, #3C71AE 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #6094C7 0%, #3C71AE 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6094C7), color-stop(1, #3C71AE));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #6094C7 0%, #3C71AE 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #6094C7 0%, #3C71AE 100%);
}

.input_container_icon{
	position:relative;
	text-align:center;
    display: inline-block;
    vertical-align: middle;
    margin-top:15px;
	width:50px;
	float:left;
}



/* Branding */

#logo
{
	padding-top:15px;
	width:195px;
	height:90px;
	float:left;
}

#logo img{
	max-width:100%;
	max-height:100%;
}

#branding-right
{
	background: url('../bundles/gmdida/images/branding_bg2.png') repeat-x #FFFFFF;
	position: relative;
	display:block;
	clear:right;
	width:750px;
	float:left;
}

#call-us
{
	width:100%;
	text-align:right;
	clear:both;
}

#main-menu
{
	display:block;
	float:right;
}

/* Top Horizontal Menu */

#main-horizontal-menu > li
{
	list-style:none;
	list-style-image:none;
	display:block;
	float:left;
	height:50px;
	border-right: 1px #CCC dotted;
	padding-left:8px;
	padding-right:8px;
	text-align: center;
	position: relative;
}

#main-horizontal-menu > li > a
{
	padding-top:5px;
	color:gray;
	text-decoration:none;
	/* font-family:"Times New Roman", Times, serif; */
	font-size:16px;
	font-weight:bold;
}

#main-horizontal-menu > li .subtext{
	clear:both;
	padding-top:10px;
	font-size:10px;
	font-style: italic;
	color: gray;
	font-weight:normal;
}

#main-horizontal-menu > li > .child-menu-wrapper
{
	display:none;
	visibility:hidden;
	background:white;
	border:2px solid #CCC;
	border-radius: 5px;
	top:50px;
	position: absolute;
	min-width:225px;
	text-align: left;
	z-index: 999;
	/* padding:15px; */
}

#main-horizontal-menu li:hover > .child-menu-wrapper
{
	display: block;
	visibility: visible;
}

#main-horizontal-menu .child-menu-wrapper ul{
	padding:0px;
	margin:0px;
}



#main-horizontal-menu .child-menu-wrapper li:last-child{
	border-bottom:none;
}
	
#main-horizontal-menu .child-menu-wrapper li a{
	display: block;
	width:100%;
	min-height:20px;
	padding:10px;
}

#main-horizontal-menu .child-menu-wrapper li a:hover{
	font-weight:bold;
}

/*
#main-horizontal-menu .child-menu-wrapper li:hover{
	color:white;
	border-radius: 5px;
	background-image: -ms-linear-gradient(top, #6094C7 0%, #3C71AE 100%);
	background-image: -moz-linear-gradient(top, #6094C7 0%, #3C71AE 100%);
	background-image: -o-linear-gradient(top, #6094C7 0%, #3C71AE 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6094C7), color-stop(1, #3C71AE));
	background-image: -webkit-linear-gradient(top, #6094C7 0%, #3C71AE 100%);
	background-image: linear-gradient(to bottom, #6094C7 0%, #3C71AE 100%);
}
*/
#main-horizontal-menu > li > .child-menu-wrapper li, .child-menu-wrapper li{
	list-style: none;
	list-style-image: none;
	
	font-size:16px;
	clear:both;
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-left-color: #CCC;
	position:relative;
	width:225px;
}

#main-horizontal-menu > li > .child-menu-wrapper::before {
   position: absolute;
   top: -7px;
   left: 9px;
   display: inline-block;
   border-right: 7px solid transparent;
   border-bottom: 7px solid #CCC;
   border-left: 7px solid transparent;
   border-bottom-color: rgba(0, 0, 0, 0.2);
   content: '';
 }
#main-horizontal-menu > li > .child-menu-wrapper::after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
  }

#main-horizontal-menu > li > .account-menu::before {
	left: auto;
   right: 19px;
 }
#main-horizontal-menu > li > .account-menu::after {
    left: auto;
    right: 20px;

 }


#main-horizontal-menu .child-menu-wrapper a
{
	text-decoration: none;
	color: gray;
}

#main-horizontal-menu .account-menu{
	margin-left:-205px;
	padding:15px;
}


#main-horizontal-menu .account-menu > li .child-menu-wrapper::before {
   left: 250px;
 }
#main-horizontal-menu .account-menu > li .child-menu-wrapper::after {
    top: -5px;
    left: 251px;
  }


.child-menu-wrapper .child-menu-wrapper{
	position:absolute;
	left:225px;
	top:0px;
	display:none;
	visibility:hidden;
	background:white;
	border:2px solid #CCC;
	border-radius: 5px;
	min-width:225px;
	text-align: left;
	z-index: 999;
}

/* Banner */


/*
undo this

.front #zone-banner-wrapper{
	min-height:350px;
	padding-top: 20px;
}


.front #zone-banner{
	height: 500px;
	background:url('../images/banner-bg-1.png') no-repeat;
}

*/

#zone-banner-wrapper
{
	
	background: url('../bundles/gmdida/images/banner_bg.png') repeat-x;
	

	/* IE10 Consumer Preview */ 
	/* background-image: -ms-linear-gradient(top, #6094C7 0%, #3C71AE 100%); */

	/* Mozilla Firefox */ 
	/* background-image: -moz-linear-gradient(top, #6094C7 0%, #3C71AE 100%); */

	/* Opera */ 
	/* background-image: -o-linear-gradient(top, #6094C7 0%, #3C71AE 100%); */

	/* Webkit (Safari/Chrome 10) */ 
	/* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6094C7), color-stop(1, #3C71AE)); */

	/* Webkit (Chrome 11+) */ 
	/* background-image: -webkit-linear-gradient(top, #6094C7 0%, #3C71AE 100%); */

	/* W3C Markup, IE10 Release Preview */ 	
	/* background-image: linear-gradient(to bottom, #6094C7 0%, #3C71AE 100%);*/
	min-height:30px;
}


/* GENERAL STRUCTURE */

.zone-wrapper
{
	width:100%;
	clear:both;
}

.zone
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#zone-branding-wrapper
{
	background: url('../bundles/gmdida/images/branding_bg2.png') repeat-x #FFFFFF;
	min-height: 119px;
}

#zone-content{
	display:block;
	padding-bottom: 25px;
	padding-top:20px;
	min-height:300px;
}

#content-container{
	float:left;
	width:700px;
	margin-left:5px;
	display:block;
	padding-bottom:25px;
	min-height:350px;
	/* width:100%; */
}

.page-content{
	padding:10px;
}

.no-sidebars #content-container{
	width:100%;
}

#sidebar-first{
	width:250px;
	float:left;
	margin-right:5px;
}

#sidebar-second{
	width:250px;
	float:left;
	margin-left:5px;
}

/* CMS Edit Styles */

.cms-link-embed{
	border-bottom: 1px solid #bbb;
	border-collapse: collapse;
	height: auto;
	line-height: normal;
	list-style: none;
	margin: 5px;
	padding: 0 0 0 1em;
	white-space: nowrap;
}

.cms-link-embed li{
	display:inline;
}

.cms-link-embed a
{
	color:#515151;
	background-color: #ddd;
	border-color: #bbb;
	border-style: solid solid none solid;
	border-width: 1px;
	height: auto;
	margin-right: 0.5em;
	padding: 0 1em;
	text-decoration: none;
}

.cms-link-embed a:hover{
	background:#DFF0D8;
}


/* Footer Styles */


#zone-footer1-wrapper
{
	border-top:10px solid #4c4c4c;
	background: #333333;
}

#zone-footer1
{
	padding-top:10px;
	font-size: .8em;
	color:#CCC;
	min-height:125px;
}

#account-menu{
  width: 100%;
}
 
#account-menu h2 {
  margin: 0;
  padding: 0;
}
 
#account-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
 
#account-menu li {
  border-bottom: 1px solid #ccc;
}
 
#account-menu li:last-child {
  border: none;
}
 
#account-menu li a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
 
  -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;
}
 
#account-menu li a:hover {
  font-size: 20px;
  font-weight:bold;
  background: #f6f6f6;
}

.button{
	padding:15px;
	color:white;
	border:none;
	border-style:none;
	border-radius: 5px;
	font-size:18px;
	width:auto;
	text-shadow:none !important;

	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #6B6BE2 0%, #1F1FC6 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #6B6BE2 0%, #1F1FC6 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #6B6BE2 0%, #1F1FC6 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6B6BE2), color-stop(1, #1F1FC6));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #6B6BE2 0%, #1F1FC6 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #6B6BE2 0%, #1F1FC6 100%);
}

.text-button{
	color:white;
	padding:3px;
	border:none;
	border-style:none;
	border-radius: 5px;
	width:auto;

	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #6B6BE2 0%, #1F1FC6 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #6B6BE2 0%, #1F1FC6 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #6B6BE2 0%, #1F1FC6 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6B6BE2), color-stop(1, #1F1FC6));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #6B6BE2 0%, #1F1FC6 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #6B6BE2 0%, #1F1FC6 100%);
}

.enrollment-info{
	display:block;
	margin:37px;
	border: 1px solid #DFDFDF;
	padding:25px;
	float:left;
	width:350px;
	min-height:150px;
}

.enrollment-info .button{
	margin-top:20px;
}

#new_member_form > div{
	clear:none;
}

#potential_member_form select{
	margin:0px;
}

.description{
	padding-left:10px;
	clear:both;
	color:gray;
	width:auto;
	font-size:14px;
	font-style:italic;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h3 .description{
	font-weight:normal;
}

.banner-interest-form{
	background-color:#bfcbe2;
	max-width:350px;
}

.banner-interest-form .input_container{
	background: white;
}

.suffix-column-sm{
	width:300px;
	float:left;
	display:block;
	margin-bottom:30px;
}

.suffix-column-md{
	width:330px;
	float:left;
	display:block;
	margin-bottom:30px;
}

.suffix-column{
width:320px;
float:left;
display:block;
margin-bottom:30px;
}


.suffix-icon{
	width:auto;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

.column-content{
	padding:10px;
}

#zone-suffix2{
	background: url('../bundles/gmdida/images/suffix-separator.png') top center no-repeat;
	padding-top:35px;
}

#zone-suffix2 h3{
	margin: 0px 10px;
	color: #444444;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #444444;
}


fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}


table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th, .table-bordered td
{
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}


.update-container{
	display:block;
	clear:both;
	margin-bottom:15px;
	margin-top:15px;
}

.update-title{
	font-size:14px;
}
.update-title a, .update-title a:visited{
	text-decoration: none;
	font-weight:bold;
	color:black;
}

.update-content{
	font-size:12px;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../bundles/gmdida/css/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../bundles/gmdida/css/success.png');
}
.warning {
    color: #DEBE0F;
    background-color: #FFFDF5;
    background-image: url('../bundles/gmdida/css/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../bundles/gmdida/css/error.png');
}

.update_title{
	color:gray;
	font-size:16px;
}

.update_date{
	font-size:12px;
}

.inline-container{
	margin: 0px 20px;
	display:inline-block;
	vertical-align: middle;
    min-width: 230px;
}

.inline-container label{
	float:none;
	clear:both;
	margin-bottom:10px;
}

#member_id_container, #mailing-address-container, #veh2-container, #veh3-container, #veh4-container, #driver2-container, #reference-code-container, #explanation-container, #garage-address-container, #brand-other-container{
	display:none;
}

#zone-footer1 a, #zone-footer1 a:visited{
	color:white;
	color:#CCC;
	text-decoration: none;
}

#zone-footer1 a:hover{
	text-decoration: underline;
}

#breadcrumb{
	font-size:.9em;
}



#breadcrumb a, #breadcrumb a:visited{
	font-size:.9em;
	color: black;
}

#contact_us_form input{
	margin-top: 15px;
	margin-bottom:16px;
	display:block;
}

#contact_us_form label{
	margin-bottom:10px;
	display:block;
}

#newsletter_form input{
	margin-top:8px;
}

#zone-banner-bottom{
	margin-top:-60px;
	background: url('../bundles/gmdida/images/banner-bottom-bg.png') bottom center repeat-x #ededed;
	min-height: 121px;
	padding-top: 45px;
	padding-bottom: 20px;
}

#zone-banner-bottom h5{
	margin:0px;
	font-size:16px;
}

#zone-banner-bottom p{
	margin:0px;
	margin-top:10px;
}

.banner-bottom-column{
	width:320px;
	display:block;
	float:left;
}

.banner-bottom-icon{
	display:block;
	float:left;
	width:75px;
	margin-left:15px;
}

.banner-bottom-center{
	display:block;
	clear:both;
	width:100%;
	text-align:center;
	padding-top:5px;
}

.banner-bottom-content{
	float:left;
	display:block;
	width:225px;
	padding-left: 5px;
}

.banner-bottom-content p{
	font-size:12px;
}

.banner-bottom-content a{
	text-align: center;
	width:100%;
	display: block;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	color:gray;
	font-weight:bold;
	text-decoration:none;
}


.banner-bottom-content a:hover{
	color: black
}

.banner-header-black{
	margin-top:15px;
	font-size:24px;
	color:black;
	display:block;
	clear:both;
}

.banner-header-blue{
	font-size:24px;
	color:#3da3fd;
	display:block;
	clear:both;
}

.banner-content-left{
	width:450px;
	display:block;
	float:left;
	margin-left:20px;
}

.banner-content-left p{
	padding:10px;
}
.banner-content-image{
	float:right;
}

.banner-content{
	height:415px;
}

.banner-content p{
	color:#747679;
	font-size:18px;
	font-weight:300;
}

.banner-content p.large{
	font-size:20px;
}


#zone-footer1 a{
	color:#CCC;
	text-decoration: none;
}

.img-button{
	clear:both;
	background:none;
	border:none;
}

.suffix-column-md .form textarea{
	width:265px;
}

.update-date{
	font-size:12px;
}



#account_login_form label{
	padding-top:20px;
}

#zone-notification-wrapper{
	background-color: #fcf8e3;
	font-weight:bold;
	color: orange;
	border-bottom:1px solid orange;
	padding-top:10px;
	padding-bottom:10px;
}

#zone-notification ul{
	margin:0px;
	padding:0px;
}


.inline-container span{
	color:red;
	font-weight:bold;
}


.seperator{ border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); }





#menu_account_login_form label{
	padding:0px;
	margin:0px;
	font-size:14px;
	font-style:normal;
}

#menu_account_login_form input{
	font-size:16px;
	margin-bottom:10px;
}

#menu_account_login_form{
	font-size:12px;
}

.footer-left{
	float:left;
}

.footer-right{
	float:right;
}

#recaptcha_image img
{
    width: 200px;
}

/**
 * General form
 */

ul.error-space {
    color: #ce1616;
    font-weight: bold;
}

/**
 * RFQ Form
 */

div > a.item-remove {
	float: right;
	margin: 50px 20px 0px;
}

a.item-remove {
	color: #CC0E0E;
}

.ui-widget-header {
	border: none !important;
	background: #1F1FB6 !important;
}

.ui-widget { font-size: 0.9em !important; }

/**
 * Bind Request Form
 */

label { font-weight: normal; }

span.add-on {
    float: left;
    padding: 0.52em;
    background-color: #e2e2e2;
    color: #8a8888;
    top: 0px;
}

.notification-replacement-coverage-fields, .policy-fields { display: none; }

div#notification-replacement input[type="radio"], div#bind_form_increaseLimits input[type="radio"] {
    display: inline;
    width: 20px;
}

div#notification-replacement label, div#bind_form_increaseLimits label {
    display: inline;
    float: left;
    clear: none;
    margin: -10px 0;
}

.hidden { display: none; }

.btn-finish {
    border: 1px solid #ccc;
    background-color: #ffffff;
    border-radius: 5px;
    color: #111 !important;
    font-size: 14px;
    padding: 10px;
}

.btn-previous {
    border: none;
    background-color: #4444ea;
    border-radius: 5px;
    color: #fff !important;
    font-size: 14px;
    padding: 10px;
}

.btn-next {
    border: none;
    background-color: #4ece93;
    border-radius: 5px;
    color: #fff !important;
    font-size: 14px;
    padding: 10px;
}

/**
 * Stepper
 */

ul.stepper {
    list-style: none;
    width: 100%;
    height: 70px;
    text-align: center;
    color: #3a87ad;
    padding-left: 0px;
}

ul.stepper li {
    display: inline-block;
    width: 145px;
    height: 60px;
}

ul.stepper li div.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

ul.stepper li hr {
    margin: -73px 0px 0px 95px;
    width: 105px;
    border: none;
    background-color: #cccccc;
    height: 5px;
}

ul.stepper li div.img-circle {
    background: #42ca98;
    color: #fff;
    width: 45px;
    height: 45px;
    margin: auto;
    padding-top: 12px;
    font-size: 2em;
}

ul.stepper li.active {
    color: #42ca98;
}

ul.stepper li.active div.img-circle {
    background: #42ca98;
    color: #fff;
}

ul.stepper li.active hr, ul.stepper li.completed hr {
    background-color: #42ca98;
}

ul.stepper li.active ~ li hr {
    background-color: #cccccc;
}

ul.stepper li.active ~ li {
    color: #b0b0b0;
}

ul.stepper li.active ~ li div.img-circle {
    background: #eeeeee;
}

ul.stepper li:last-child hr {
    display: none;
}

div.stepper-actions {
    float: right;
    text-align: right;
    margin-top: 20px;
}

.step1, .step2, .step3, .step4 {
    max-width: 820px;
    margin-left: 7%;
}