.duihelp-header {
    margin-bottom: 0;
}
.duihelp-header .col-md-12 {
    max-width: 66.66666667%; 
}
.header-menu{
    display: none;
}
.duihelp-top-bar{
    background-color: transparent;
}
.duihelp-top-bar:before,
.duihelp-top-bar:after{
    display: none;
}
.duihelp-top-bar {
    padding: 0.5rem 0 0.5rem 0.5rem;
    margin-bottom: 0;
}
.header-contact {
    display: inline-block;
    margin-left: auto;
}
.header-contact .phone-wrapper {
    display: table;
    width: 100%;
}
.header-contact .phone-wrapper > div {
    display: table-cell !important;
    vertical-align: middle;
}
.header-contact .phone-wrapper > div:first-of-type{
    padding-right: 0.5rem;
}
.header-contact span{
    display: block;
    text-align: right;
	line-height: normal;
}
.duihelp-top-bar .header-contact span:nth-child(1) {
    color: #9f9f9f;
    font-size: 1.05rem;
	text-align: left;
}
.header-contact span:nth-child(2) {
    font-weight: bold;
    color: #272a63;
    font-size: 1.15rem;
}
.header-contact span:nth-child(3) {
    color: #b4063a;
    font-size: 1.05rem;
	text-align: left;
}
.phone-icon-wrapper{
    cursor: pointer;
    width: 42px;
}
.header-contact .phone-icon {
    height: 42px;
    width: 42px;
    background-size: cover;
}
.header-contact .phone-icon .image {
    background: url(../../img/phone.svg) no-repeat 50%;
    background-size: 100%;
    height: 100%;
    width: 100%;
    margin: auto;
}
header .logo_picture{
    max-width: 100%;
}
.fullscreen-image-bg {
	
}
.fullscreen-image-home {
	float: left;
	width: 100%;
}
.fullscreen-image-home .homepage-header {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}
.header__logo{
    padding: 1.13rem 0px;
}
.duihelp-main-content {
	margin-top: 0;
    margin-bottom: 3rem;
}

.page__cell, .content-area {
    margin: 0 auto;
}


.form__row--center {
    text-align: center;
}

.form__row, .acf-fields {
    padding: 0.25rem 0;
}

.homepage-header h1 {
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 0;
}

.homepage-header h2 {
	color: #868686;
	margin-top: 15px;
}

.textcolor-pink {
	color: #b4063a;
}

.homepage-header h2 .textcolor-pink {
	color: #fff;
	background-color: #b4063a;
	padding: 1px 7px 3px;
}

.homepage-header h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #231F20;
	margin-top: 10px;
	margin-bottom: 10px;
}
.homepage-header h3 span {
	color: #b4063a;
}

.form__row, .acf-fields {
    padding: 0.25rem 0;
}

.uppercase-text {
    text-transform: uppercase;
}

.select_issue_buttons {
	display: table;
	width: 100%;
	text-align: center;
	max-width: 445px;
	margin: 0 auto -10px;
}
.select_issue_buttons .wrap_buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	width: 100%;
}
.select_issue_buttons .link_btn {
	float: left;
	width: 210px;
	margin-bottom: 10px;
	color: #b50f3e;
	font-size: 14px;
    font-family: Lato, sans-serif;
    font-weight: 600;
	text-align: left;
	border-radius: 2px;
	padding: 10px 10px;
	background-color: #fff;
	border: 1px solid #9D9D9D;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
	position: relative;
	transition: all 0.2s;
}
.select_issue_buttons .link_btn:nth-child(even) {
	margin-left: 25px;
}
.select_issue_buttons .link_btn:focus,
.select_issue_buttons .link_btn:hover {
	color: #fff;
	background-color: #b50f3e;
	text-decoration: none;
}
.select_issue_buttons .link_btn:after {
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 16px;
	color: #aaa;
	position: absolute;
	top: 50%; right: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.select_issue_buttons .link_btn:hover:after {
	color: #fff;
}
.select_issue_buttons .link_btn img {
	width: 25px;
	max-width: 100%;
	margin-right: 7px;
}
.select_issue_buttons .link_btn:hover img {
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-ms-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.helpform {
    font-weight: 400;
}
.helpform .we-help-text {
	float: left;
	width: 100%;
	padding: 20px 0;
}
.helpform .we-help-text p {
	float: left;
	width: 100%;
}

@media (min-width: 769px) {
	.show_mob { display: none !important; }
}
@media (max-width: 768px) {
	.show_desk { display: none !important; }
}
@media (min-width: 501px) {
	.show_mob_500 { display: none !important; }
}
@media (max-width: 500px) {
	.show_desk_500 { display: none !important; }
}



#tabs {
	float: left;
	width: 100%;
    margin-top: 4rem;
    margin-bottom: 2rem;
    border: none;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-tabs .ui-tabs-nav li {
	width: 30%;
    background-color: #ffffff !important;
    border: 1px solid #ebebec;
	border-bottom: none;
    font-size: 1.1rem!important;
    white-space: normal!important;
    text-align: center;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	width: 100%;
    float: left;
    padding: 0;
    text-decoration: none;
	outline-offset:0;
	font-weight: normal;
	
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor:focus, .ui-tabs .ui-tabs-nav .ui-tabs-anchor:active, .ui-tabs .ui-tabs-nav .ui-tabs-anchor:visited {
	outline-offset:0;
	font-weight: normal;
	
}

.ui-tabs .ui-tabs-nav li:focus, .ui-tabs .ui-tabs-nav li:active, .ui-tabs .ui-tabs-nav li:visited {
	
	border-bottom: none;
	
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #0e1019 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .tab-title {
    background-color: #ebebec;
}

.ui-widget * {
    outline: none;
}

.ui-tabs-nav li .icon {
    padding-top: 40px;
    text-align: center;
    left: -15px;
    top: -38px;
    position: absolute;
}

.howmuch-icon {
    height: 52px;
    width: 52px;
}

.ui-widget-content {
    border: 1px solid #ddd;
}

.ui-widget-header {
    border: none;
    background: none;
    color: #333;
    font-weight: bold;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: #ebebec;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom:0;
    padding-bottom:0;
	
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}

.ui-widget .tab-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.5rem 1rem;
}

.ui-widget .tab-panel-content {
	margin-top: 12px;
}

.homepage-icons {
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 100%;
    margin: 1rem auto 2.5rem;
}

.negotiate-icon {
    height: 102px;
    width: 60px;
    margin: 1rem auto 0;
}

.form__row .homepage-icons span {
    color: #9f9f9f;
}

.ui-state-active *,
.ui-state-hover *,
.ui-state-focus *{
    outline: none !important;
    box-shadow: none !important;
}

.text-center {
    text-align: center;
}

.center {
    text-align: center;
}

.understand-icon {
    height: 102px;
    width: 78px;
    margin: 1rem auto 0;
}

.free-icon {
    height: 102px;
    width: 60px;
    margin: 1rem auto 0;
}

.text-center b {
    color: #9f9f9f;
    font-weight: normal;
}

.ui-tabs .ui-tabs-nav li:nth-child(3){
	float: right;
	margin-right:0;
	padding-right:0;
	line-height: 2.8rem;
}

.ui-tabs .ui-tabs-nav li:nth-child(2){
	margin: 0 5%;
}
 

.ui-tabs .ui-tabs-nav li:nth-child(3) .ui-tabs-anchor{
	margin-right: 0;	
}

.ui-tabs .ui-tabs-nav li {
    margin: 0;
}

.ui-tabs .ui-tabs-nav {
    height: 60px;
}
.ui-tabs .ui-tabs-nav *{
    height: 100%;
}

.ui-tabs{
	padding: 0;
	
}

.zip-input input {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
}


#tabs_btn {
	float: left;
	width: 100%;
	margin: 15px 0 25px;
}
.tab_btn {
	
}
.tab_btn .tab_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	line-height: normal;
	padding: 12px 0;
}
.tab_btn .tab_title:before {
	content: "";
	display: block;
	position: absolute;
	left: -15px;
	bottom: 0;
	width: 120%;
	width: calc(100% + 30px);
	height: 1px;
	background-color: #ebebeb;
}
.tab_btn .tab_title:after {
	content: "\f0d7";
	font-family: FontAwesome;
	font-size: 16px;
	background-color: #eed0d8;
	border-radius: 100%;
	color: #b4063a;
	position: absolute;
	top: 50%; right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 30px;
	height: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tab_btn .tab_title.active:after {
	content: "\f0d8";
	background-color: #ececec;
	color: #aaa;
	padding-bottom: 3px;
}
.tab_btn .tab_title img {
	margin-right: 10px;
}
.tab_btn .tab_content {
	display: none;
	margin: 15px 0;
}
.tab_btn:last-child .tab_content {
	margin-bottom: 0;
}


.tell_as_about_desk {
	float: left;
	width: 100%;
}
.tell_as_about_mob {
	display: none;
}

@media screen and (max-width: 1024px){
    .ui-tabs .ui-tabs-nav li{
    	font-size: 1rem!important;
    }
    .page__cell {
        padding: 0;
    }

    .mobile-ver .helpform {
        color: #231f20;
        font-size: 0.94rem;
        text-align: center;
    	margin: 0 15px;
    }

}
@media (max-width: 991px){
    .duihelp-main-content {
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 768px){
    .helpform {
        line-height: 160%;
    }
    .helpform p:last-child{
        margin-bottom:0;
    }
	
	.ui-widget .tab-title {
		font-size: 14px;
	}
	
	#footer {
		margin-top: 25px;
	}
}

@media (max-width: 700px) {
	.ui-widget .tab-title {
		font-size: 13px;
	}
}

@media (max-width: 580px) {
    .fullscreen-image-home .homepage-header {
        padding-bottom: 27px;
    }
	.fullscreen-image-home h1 {
		font-size: 22px;
		margin-top: 20px;
	}
	.homepage-header h2 {
		font-size: 18px;
		line-height: 22px;
		margin-top: 5px;
		margin-bottom: 15px;
		padding: 0 45px;
	}
}
@media (max-width: 500px) {
    .duihelp-main-content {
        margin-bottom: 0;
    }
	.mob_title {
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}
	h1.mob_title {
		line-height: 32px;
	}
	h2.mob_title {
		color: #868686;
		line-height: normal;
	}
	h2.mob_title .textcolor-pink {
		color: #fff;
		background-color: #b4063a;
		padding: 1px 7px 3px;
		margin-right: 3px;
	}
	h3.mob_title span {
		color: #b4063a;
	}
	.fullscreen-image-home .homepage-header {
		padding-top: 27px;
	}
	.homepage-header h2 {
		color: #000;
	}
	.homepage-header h3 {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.select_issue_buttons {
		padding: 0 15px;
	}
	.select_issue_buttons .wrap_btn {
		display: inline-block;
		width: 50%;
		margin-bottom: 15px;
	}
	.select_issue_buttons .wrap_btn:nth-child(odd) {
		padding-right: 7.5px;
	}
	.select_issue_buttons .wrap_btn:nth-child(even) {
		padding-left: 7.5px;
	}
	.select_issue_buttons .wrap_btn.hide_mob {
		display: none;
	}
	.select_issue_buttons .link_btn {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
			-ms-flex-align: center;
				align-items: center;
		width: 100%;
		height: 100%;
		padding: 4px 18px 5px 10px;
		min-height: 50px;
		margin-bottom: 0;
	}
	.select_issue_buttons .link_btn.hide_mob {
		display: none;
	}
	.select_issue_buttons .link_btn:nth-child(even) {
		margin-left: 0;
	}
	
	.select_issue_buttons .link_btn img {
		margin-right: 8px;
	}
	
	.show_more {
		display: inline-block;
		color: #272a63;
		width: max-content;
		margin: 15px auto 0;
		text-decoration: underline;
	}
	
	.tell_as_about_desk {
		display: none;
	}
	.tell_as_about_mob {
		display: block;
		float: left;
		width: 100%;
		background-color: #f6f6f6;
		padding: 35px 15px;
	}
	.tell_as_about_mob h3 {
		font-size: 22px;
        margin-top: 0;
	}
	.tell_as_about_mob .zip-button {
		display: block;
		width: 50%;
		margin: 25px auto 0;
	}
	.tell_as_about_mob .zip-button .form__cell--submit {
		border: 3px solid #e4e8eb;
		padding: 20px;
		height: auto;
	}
}
@media (max-width: 480px) {
	.homepage-icons {
		display: block;
		float: left;
		width: 100%;
	}
	.homepage-icons > div {
		float: left;
		width: 100%;
	}
	.homepage-icons > div + div {
		margin-top: 15px;
	}
	.homepage-icons span {
		font-size: 16px;
	}
}

/* bottom form */
.dui-zip-area-contact {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.dui-zip-area-contact .zip {
    display: inline-block;
}
.dui-zip-area-contact .next{
    display: none;
}
/* bottom form end */





/* Select issue */
.select_issue_label {
	color: #999;
	margin-bottom: 8px;
}
.select_issue_icons {
	padding: 10px;
	width: 100%;
}

/* ms-Dropdown */
.dd {
	width: 100% !important;
	outline: 0;
}
.dd .ddTitle {
	background-color: #E6E6E6;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E6E6E6 50%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E6E6E6 50%, #FFFFFF 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #E6E6E6 50%, #FFFFFF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(50, #E6E6E6), color-stop(100, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E6E6E6 50%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 50%, #FFFFFF 100%);
	border-radius: 5px;
}
.dd.borderRadiusBtm .ddTitle {
	background-image: -ms-linear-gradient(top, #E6E6E6 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(top, #E6E6E6 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(top, #E6E6E6 0%, #FFFFFF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E6E6E6), color-stop(100, #FFFFFF));
	background-image: -webkit-linear-gradient(top, #E6E6E6 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #E6E6E6 0%, #FFFFFF 100%);
}
.dd .divider {
	display: none;
}
.dd .ddTitle .ddTitleText {
	padding: 15px 20px 15px 10px;
}
.dd .ddArrow {
	background: none;
}
.dd .ddArrow:before {
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 16px;
	color: #aaa;
	position: absolute;
	top: 50%; right: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dd .ddTitle .ddTitleText img {
	max-width: 25px;
	margin-right: 4px;
}
.dd .ddChild li {
	padding: 10px;
}
.dd .ddChild li img {
	max-width: 25px;
	margin-right: 3px;
}
/* ms-Dropdow END */











