#bfb_ngm_contact_slide_tabs {
    background-color: #002595; /*#0055a5;*/
    padding: 38px 23px;
    right: 0px;
	top: 250px;
	margin: 0;
	position: absolute;
	z-index: 9999;
	display:block;
	cursor: pointer; 
}

#bfb_ngm_contact_slide_form {
    background-color: #002595; /*#0055a5;*/
    padding: 28px;
    right: 0px;
	top: 250px;
	margin: 0;
    width: 354px;
	position: absolute;
	z-index: 9999;
	display:block;
    color: #ffffff;
}

#bfb_ngm_contact_slide_form p {
    margin-bottom: 5px;
}
#bfb_ngm_contact_slide_form h2{
    font-size: 1.2em;
    color: #ffffff;
    text-align: center;
    margin: 0px;
}
#bfb_ngm_contact_slide_form h3{
    font-size: 1em;
	color: #ffffff;
    text-align: center;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 20px;
}
#bfb_ngm_contact_slide_form .gform_wrapper,
#bfb_ngm_contact_form_mobile .gform_wrapper{
	margin:0;
}
#bfb_ngm_contact_slide_form h3 bold{
    font-weight: bold;
}
#bfb_ngm_contact_slide_form input[type=text],
#bfb_ngm_contact_slide_form input[type="email"]{
    padding: 1px 15px;
    border-radius: 4px;
    margin-bottom: 0px;
}
#bfb_ngm_contact_slide_form textarea {
    height: 93px;
    border-radius: 4px;
    margin-top: 12px;
}
body #bfb_ngm_contact_slide_form .gform_wrapper .top_label div.ginput_container,
body #bfb_ngm_contact_form_mobile .gform_wrapper .top_label div.ginput_container{
    margin-top: 0px;
}
body #bfb_ngm_contact_slide_form .gform_wrapper ul li.gfield{
	margin-top:8px;
}
body #bfb_ngm_contact_form_mobile .gform_wrapper ul li.gfield{
	margin-top:0px;
}
#bfb_ngm_contact_slide_form .gform_wrapper .gform_footer,
#bfb_ngm_contact_form_mobile .gform_wrapper .gform_footer{
	margin-top:0px;
	padding-top:10px;
}
#bfb_ngm_contact_slide_form .gform_wrapper ul.gform_fields li.gfield,
#bfb_ngm_contact_form_mobile .gform_wrapper ul.gform_fields li.gfield{
    padding-right: 0px;
}
#bfb_ngm_contact_slide_form .gform_wrapper .gform_footer input.button, #bfb_ngm_contact_slide_form .gform_wrapper .gform_footer input[type=submit],
#bfb_ngm_contact_form_mobile .gform_wrapper .gform_footer input.button, #bfb_ngm_contact_form_mobile .gform_wrapper .gform_footer input[type=submit]{
	margin:0px;
}
#main #bfb_ngm_contact_slide_form .gform_wrapper .gform_footer input.button, #main #bfb_ngm_contact_slide_form .gform_wrapper .gform_footer input[type="submit"],
#main #bfb_ngm_contact_form_mobile .gform_wrapper .gform_footer input.button, #main #bfb_ngm_contact_form_mobile .gform_wrapper .gform_footer input[type="submit"]{
	 padding: 12px 40px 11px 18px;
}
#main #bfb_ngm_contact_slide_form .gform_wrapper .gfield_required,
#main #bfb_ngm_contact_form_mobile .gform_wrapper .gfield_required{
	color:#fff;
}
#bfb_ngm_contact_slide_form .gform_wrapper span.gform_description,
#bfb_ngm_contact_form_mobile .gform_wrapper span.gform_description{
	width: calc(100% - 0px);
    margin-top: 10px;
}
#bfb_ngm_contact_slide_form input[type="submit"],
#bfb_ngm_contact_form_mobile input[type="submit"] {
    color: #000000;
    background-color: #ffffff;
    border: solid 1px #000000;
    float: right;
    padding-right: 54px;
    background-image: url(../images/icon-blue-circle.png);
    background-position: right;
    background-repeat: no-repeat;
    background-position-x: 90%;
}

#bfb_ngm_contact_slide_form input[type="submit"]:hover,
#bfb_ngm_contact_form_mobile input[type="submit"]:hover { 
    color: #000000;
    background-color: #ffffff !important;
    border: solid 1px #000000;
    padding-right: 54px;
    background-image: url(../images/icon-black-circle.png) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-position-x: 90% !important;
}

#bfb_ngm_contact_slide_form_x{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
}

#bfb_ngm_contact_slide_form h3 a { text-decoration: underline; color: #ffffff; }


#bfb_ngm_contact_slide_tabs { }
#bfb_ngm_contact_slide_tabs a#bfb_ngm_tab_button {
	font-family: 'PT Sans', sans-serif;
	text-align: center;
	color: #ffffff;
	transform-origin: left top 0;
    float: left;
    text-decoration: none;
    font-weight: 700;
    font-size: x-large;
	transform-origin: left top 0;
	transform: rotate(90deg);
	/* Safari */
	-webkit-transform: rotate(90deg);
	/* Firefox */
	-moz-transform: rotate(90deg);
	/* IE */
	-ms-transform: rotate(90deg);
	/* Opera */
	-o-transform: rotate(90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	right: 0px;
    margin-right: -178px;
    margin-left: 53px;
}