 


/* Slow fade in effect */

body {
    opacity: 1;
    transition: 1s opacity;
}

body.fade-out {
    opacity: 0;
    transition: none;
}


sup a{
  color:inherit;
}


.o-a11y__header-navigation a, .o-a11y__breadcrumbs>a, .o-a11y__side-navigation>a {
    position: absolute;
    overflow: hidden;
    height: 0;
    width: 0;
    clip: rect(0, 0, 0, 0);
}
 

.c-form__hidden-button {
    display: none;
}


 


/*** HEADER ***/
.section-utility-bar-wrapper {
	display: none;
	width: 100%;
	background-color: #007983;
	box-sizing: border-box;
}

.section-utility-bar {
	max-width: 1000px;
	width:100%;
	padding:10px 15px ;
  box-sizing: border-box;
	margin:0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.section-utility-bar .link-visit-bethpage {
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 300; font-size: 1.4em; color: #fff; margin-right:auto;
}
.section-utility-bar .link-phone-number {
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 300; font-size: 1.4em; color: #fff; margin-left:auto;
 
}

@media screen and (min-width: 675px) {
	.section-utility-bar-wrapper { display: block; }
	
}

/* STICKY NAV */

.dhl-sticky-nav {
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    height: 0px;
    margin: 0 auto;
    bottom: 0;
    padding: 0px;
    left: 0;
    z-index: 9999;
      -webkit-transition: all .9s ease; /* Safari, Chrome and Opera > 12.1 */
              -moz-transition: all .9s ease; /* Firefox < 16 */
               -ms-transition: all .9s ease; /* Internet Explorer */
                -o-transition: all .9s ease; /* Opera < 12.1 */
                   transition: all .9s ease;
}

.dhl-sticky-nav.dhl-sticky-nav-is-visible {
    height: 60px;
    z-index: 9999;
}


.sticky-nav {
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    margin: 0px 0px 0px 0px;
    padding: 10px 35px;
    background-color: rgba(0,0,0,0.75);
    border-style: solid;
    border-color: #414141;
    border-width: 0px 0px 0px 0px;
    text-align: right;
    position: relative;
    z-index: 99999;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
    
/*.sticky-nav.sticky-nav-is-visible {
    visibility: visible;
    opacity: 1;
} */

.sticky-nav-links a:last-of-type {
    border-right:none;
}

.sticky-nav.sticky-navbar-fixed {
    position: fixed;
    bottom: 0;
    z-index: 900;
    overflow: visible;
}

.sticky-nav-links {
    display: inline-block;
    position: relative;
    padding: 5px 0px;
}


.sticky-nav-links a {
    display: inline-block;
    padding: 1px 15px;
    margin-left: 0px;
    font-family: "Franklin Gothic Medium", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.1px;
    border-style: solid;
    border-color: #989898;
    border-width: 0px 1px 0px 0px;
    text-decoration: none;
    cursor: pointer;
}

 
.sticky-nav-links a.active {
    background-color: gray;
    color: white;
}
    
.std-nav-cta {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border: none;
    text-decoration: none;
    margin: 10px 20px;
    border-radius: 0;
    font-family: "Franklin Gothic Book", "ITC Franklin Gothic", Arial, sans-serif;
    color: #fff;
    background-color: #e07c02;
    cursor: pointer;
    text-transform: capitalize;
}
    
.std-nav-cta::selection, .std-nav-cta:hover {
        color: #fff;
}







.dhl-sticky-nav {
    position: relative;
    height: auto;

    width: 100%;
   background-color: rgba(0,0,0,0.75);



    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    transform: translateY(80px);

}

.dhl-sticky-nav   {
    background-color: rgb(41, 41, 41);
padding:3px 35px;
    justify-content: space-around;

}

.dhl-sticky-nav.dhl-sticky-nav-is-visible   {
    background-color: rgba(0,0,0,0.75);
    height:auto;
}


.dhl-sticky-nav.dhl-sticky-nav-is-visible {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);


    position: fixed;
}

 
 .sticky-nav-links {
    margin-left: auto;
 }


.sticky-nav-contain {
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    height: auto;


    margin: 0px auto;
    padding: 0;
   
 
    text-align: right;
    position: relative;
    z-index: 99999;
    overflow: hidden;
 

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.footer-child-dhl {
    margin-top: 80px;
}


 @media screen and (max-width: 1000px) {
 .sticky-nav-links { display:none; }
 .sticky-nav {width:100%;}
 .sticky-nav-cta-contain {width:100%;}
.std-nav-cta { width: 250px; margin: 10px auto;}
 }
    
@media screen and (max-width: 675px) {
.sticky-nav-cta-contain {text-align: center;}
}
    


/*** Mobile Menu ***/

/*.nav-toggle {
 
  cursor: pointer;
  position: relative;
   z-index: 1001;
}

.mobile-nav {
  background-color: #dddddd;
  font-size: 1.3rem;
  height: 100vh;
  padding: 1rem 0;
  overflow: scroll;
  width: 300px;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 1000;
}
.mobile-nav ul {
  list-style: none;
  padding: 0;
}
.mobile-nav li a {
  margin: 0.3rem 1.5rem;
  display: inline-block;
}
.mobile-nav .sub-menu {
  background-color: #e9e9e9;
  display: none;
}
.mobile-nav .sub-menu li a {
  margin-left: 2rem;
}





.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #FFFFFF;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

*/

/*** Mobile Menu ***/


  .menu-container {
    display: none;
  }



  .nav-toggle {
   
    cursor: pointer;
    position: relative;
     z-index: 1001;
  }

  .mobile-nav {
    background-color: #dddddd;
    font-size: 1.3rem;
    height: 100vh;
    padding: 1rem 0;
    overflow: scroll;
    width: 300px;
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 1000;
  }
  .mobile-nav ul {
    list-style: none;
    padding: 0;
  }
  .mobile-nav li a {
      margin: 0;
      display: inline-block;
      font-size: 15px;
      width: 100%;
  color:#333;
  vertical-align: middle;
  }
  .mobile-nav .sub-menu {
    background-color: #e9e9e9;
    display: none;
  }
  .mobile-nav .sub-menu li a {
    margin-left: 2rem;
  }

  

  .mobile-nav li a:hover {
 
  background-color: #AFACB1FF;
  }

  .mobile-nav li:hover a{
  /*color:red;*/
  font-weight: bold;
   
  }


  .mobile-nav li a:before {
      content: " ";
      margin: 0 15px 0 10px;
     
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      background-size: contain;
  }


  .mobile-nav li.mobi-home-ret-btn {
      background-color:#c5c5c5;
}
      .mobile-nav li.mobi-home-ret-btn a{
      color:teal;
      margin-left:10px;
  }

      .mobile-nav li.mobi-home-ret-btn a:before {
      content: " ";
      margin: 0;

      width: 0px;

  }

   .mobile-nav li.mobi-home-btn a:before {
      background-image: url(/~/media/Files/bethpage/dhl-resources/images/journey-icon-set-home);
  }

  .mobile-nav li.mobi-buying-btn a:before {
      background-image: url(/~/media/Files/bethpage/dhl-resources/images/journey-icon-set-buy);
  }

  .mobile-nav li.mobi-refi-btn a:before {
      background-image: url(/~/media/Files/bethpage/dhl-resources/images/journey-icon-set-refi);
  }

  .mobile-nav li.mobi-heloc-btn a:before {
      background-image: url(/~/media/Files/bethpage/dhl-resources/images/journey-icon-set-heloc);
  }

  .mobile-nav li.mobi-rates-btn a:before {
      background-image: url(/~/media/Files/bethpage/dhl-resources/images/journey-icon-set-rates);
  }

  .mobile-nav li.mobi-res-btn a:before {
      background-image: url(/~/media/Files/bethpage/dhl-resources/images/journey-icon-set-res);
  }


  .mobile-nav li{
      padding: 5px;
      border-bottom: 1px solid #c7c7c7;
  }


  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #FFFFFF;
    margin: 6px 0;
    transition: 0.4s;
  }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }

  .change .bar2 {opacity: 0;}

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }




 
.hdr-welcome-h1.h1swap {

    width:100%;
    max-width:1000px;
    margin:0 auto;
 
 
}

.hdr-welcome-h1.h1swap.narobj {
    max-width:700px;

}

 @media screen and (min-width: 675px) {

.decision-boxes-li {
    width:32%;
    margin: 0;
}

.decision-boxes {
    justify-content: space-between;
    margin-bottom: 40px;
    width: 90%;
    max-width: 1000px;
}

}

.header-full-wrap .scroll-for-more {
        opacity:0;
}


.hdr-welcome-h1.h1swap.showHeading, .decision-boxes.showHeading, .hdr-get-started.showHeading,.header-full-wrap .scroll-for-more.showHeading{
  
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */


opacity: 1;
}
 

.hdr-welcome-h1.h1swap h1 {
    text-align: center;
    margin:10px 0;
}

 .hdr-welcome-h1.h1swap.narobj h1 {
    text-align: left;
 }





    .hdr-tran-msg-header {
 

 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;

    z-index: 500;
    font-size: 5.4em;
    color: #fff;

    width: 100%;
    max-width: 1400px;
    margin: 50px auto;

}
    
    .hdr-tran-msg-header .hold-for-msg {
        font-weight: 500;
    }
    .hdr-tran-msg-header .welcome-mdg-static, .hdr-tran-msg-header .hold-for-msg{
   


    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    transform: translateX(80px);


    }
    


        .hdr-tran-msg-header.fulltxtleft .welcome-mdg-static, .hdr-tran-msg-header.fulltxtleft .hold-for-msg {

            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            transform: translateX(0);



             -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;


        }
        .hdr-welcome-h1 {
            display: none;
        }

         @media screen and (max-width: 1024px) {


          .hdr-tran-msg-header {
          display: none;
          }

            .hdr-welcome-h1 {
                display: block;
            }


            .hdr-welcome-h1.h1swap h1 {
                font-size: 3.5em;
            }


            .hdr-tran-msg-header.fulltxtleft {
            display: none;
            }


         }




    .welcome-mdg-static{
        /*display: inline-block;*/
    width:38%;
    text-align: right;
    }
    


    .hold-for-msg {
        /*display: inline-block;*/
    width:50%;
    position: relative;
    text-align: left;
    padding-left:10px;

        }       

        .msg-one-item {
        position: absolute;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
 

        }


        .msg-one-item.split-txt-eff > span{
            display: inline-block;
            position: relative;
            width: 36%;
            vertical-align: top;

        }


        .msg-one-item.split-txt-eff > span:nth-of-type(2n) {
            display: inline-block;
            position: relative;
            overflow: hidden;
            white-space: nowrap;
            width:0;


            opacity: 0;

            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            transform: translateX(0);

        }

        .msg-one-item.split-txt-eff.showtxtex > span:nth-of-type(2n)  {
    /*      -webkit-animation: width-expand-show 0.6s both;
            animation: width-expand-show 0.6s both;*/

    
/*
             -webkit-transition: width 1s ease-in-out;
            -moz-transition: width 1s ease-in-out;
            -o-transition: width 1s ease-in-out;
            transition: width 1s ease-in-out;
*/

             -webkit-transition: all 500ms ease-in-out;
            -moz-transition: all 500ms ease-in-out;
            -o-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;

            opacity: 1;


            -webkit-transform: translateX(10px);
            -moz-transform: translateX(10px);
            transform: translateX(10px);


            width: 60%;
}




        .msg-two-item {
        position: absolute;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
        }

        .msg-three-item {
        position: absolute;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
        }


    .hold-for-homelend {
        width:50%;
        position: relative;
        text-align: left;
        padding-left:15px;
    }


.hideamsg {
    opacity: 0
}


 


 .low-txt-fade-away {
    -webkit-animation: lower-txt-w-fade 0.6s both;
            animation: lower-txt-w-fade 0.6s both;
}
 

 .low-txt-fade-infocus {
    -webkit-animation: lower-txt-w-show 0.6s both;
            animation: lower-txt-w-show 0.6s both;
}



.text-shadow-drop-bl {
    -webkit-animation: text-shadow-drop-bl 0.6s both;
            animation: text-shadow-drop-bl 0.6s both;
}
.text-blur-out {
    -webkit-animation: text-blur-out 500ms cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-blur-out 500ms cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.text-focus-in {
    -webkit-animation: text-focus-in 500ms cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in 500ms cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

 


@keyframes fadein {
from {
    opacity:0;
}
to {
    opacity:1;
}
}
@-moz-keyframes fadein { /* Firefox */
from {
    opacity:0;
}
to {
    opacity:1;
}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
from {
    opacity:0;
}
to {
    opacity:1;
}
}
@-o-keyframes fadein { /* Opera */
from {
    opacity:0;
}
to {
    opacity: 1;
}
}


 



/**
 * ----------------------------------------
 * animation raise text away
 * ----------------------------------------
 */
@-webkit-keyframes lower-txt-w-fade {
  0% {
    
    -webkit-transform:  translateY(0);
            transform:  translateY(0);
    opacity: 1;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
}
@keyframes lower-txt-w-fade {
  0% {
  
    -webkit-transform:  translateY(0);
            transform:  translateY(0);
    opacity: 1;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
}



/**
 * ----------------------------------------
 * animation raise text to position 
 * ----------------------------------------
 */
@-webkit-keyframes lower-txt-w-show {
  0% {
    
    -webkit-transform:  translateY(50px);
            transform:  translateY(50px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes lower-txt-w-show {
  0% {
  
    -webkit-transform:  translateY(50px);
            transform:  translateY(50px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}





/**
 * ----------------------------------------
 * animation width expose
 * ----------------------------------------
 */
@-webkit-keyframes width-expand-show {
  0% {
    
    -webkit-transition:  width(0);
            transition:  width(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transition: width(100px);
            transition: width(100px);
    opacity: 1;
  }
}
@keyframes width-expand-show {
  0% {
  
    -webkit-transition:  width(0);
            transition:  width(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transition: width(100px);
            transition: width(100px);
    opacity: 1;
  }
}



 


/*** Header Nav ***/



.section-header-nav {
	width:100%;
	position: absolute;
	top:30px;
	z-index: 6;
}

.header-nav-contain{
	max-width:1000px;
	width:100%;
	margin:0 auto;


	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;


	align-items: center;

	
}


.header-full-wrap {
	padding:125px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}


.header-no-vp-wrap {
    padding: 0;
    height: 100vh;
    display: block;
    position: relative;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -ms-align-items: center;
    align-items: center;

   
}


.header-no-vp-wrap.leadsurvey {
 overflow: scroll;

    }


.header-no-vp-wrap.leadsurvey .scroll-for-more {
    display: none;
}


.header-nav-items {

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
 
}


.header-nav-items a{
    color: #FFFFFF;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
	padding: 8px 0;
	position: relative;
    margin: 15px 15px;
    outline: none;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 1.7em;/*   */
	}



.header-nav-items a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.71);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.header-nav-items a:hover::after, .header-nav-items a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}






.header-nav-items {
	margin-left:auto;
}
.dhl-logo-hold {width:200px;}
.dhl-logo-hold img {
    width: 100%;
    height: auto;
    padding: 15px 0;
    box-sizing: border-box;
}




@media screen and (max-width: 1000px) {
/*  .header-nav-items a{
   
    margin: 15px 10px;
}

*/


.header-nav-contain {
  margin: 50px auto 0;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

  .header-nav-items {

  display: none;}

  .dhl-logo-hold {
    margin: 0; 
    width:175px;
   
  }

  .dhl-logo-hold img {
    padding:0;
  }
  

  .section-header-nav {
    z-index: 5;
    top:0;
  }

 .menu-container {
     display: block; 
     padding:20px;
    margin-left: auto;
}


.mobile-nav {
    left: -300px;
}




}


@media screen and (max-width: 675px) {
	.header-nav-items {

	display: none;}

	.dhl-logo-hold {
		margin: 0 auto;	
		width:175px;
	 
	}

	.dhl-logo-hold img {
		padding:0;
	}
	

	.section-header-nav {
		z-index: 5;
		top:0;
	}

.menu-container {
    display: inline-block;
    cursor: pointer;
    padding: 20px 30px;
    margin-left:0;
}


.mobile-nav {
    right: -300px;
        left: unset;
}


.header-nav-contain {

  margin:10px 0;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}


	
}



/*** HEADER ***/
.header-box-wrapper {
	position: absolute;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	z-index: 5;
	background: linear-gradient(rgb(42, 42, 42) 0%, rgba(42, 48, 57, 0.85) 15%, rgba(42, 48, 57, 0) 100%); 
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 500; font-size: 3.4em; color: #fff;
}
.fpo-header-icons {
	display: block;
	width: 90%;
	margin: 10px auto 0 auto;
}

.contact-us-header {
	display: none;
}


}

@media screen and (min-width: 675px) {
	.fpo-header-icons { display: none; }
	
}



@media screen and (max-width: 675px) {
	
.contact-us-header {
    display: block;
    width: 50px;
    padding: 0;
    margin: 0 15px;
    box-sizing: border-box;
}

.contact-us-header img{
	display: block;
	width: 100%;
}
	
}





/*** VALUE PROP SECTION ***/

.value-prop-wrapper {
    width: 100%;
    background-color: rgba(42, 42, 42, 0.80);

    position: absolute;
    bottom:0;
}

.value-prop-contain {
max-width:1000px;
margin:0 auto;

display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}

.vp-item {
    width: 33%;
    padding: 10px 0;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.vp-item img {
  	
    display: block;
    
    width:15%;

    align-self: center;
 
   
}

.vp-item p {
    color: #FFFFFF;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-size: 1.8em;
    text-align: left;
    padding-left: 10px;
    font-weight: 100;
}
 


@media screen and (max-width: 675px) { 
 
.vp-item {
 
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

}


.vp-item p {
 
    font-size: 1.4em;
    text-align: center;
 
}

}


/*** HUB DECISION BOX ***/
.section-darkener {
	position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(42, 40, 57, 0.76);
}
.section-decision-box-wrapper {
	position: relative;
	width: 100%;
	background-image: url('https://docs.bethpagefcu.com/dhl-image-resources/images/buying-journey-head-image-wp.webp');
	background-size: cover;
	text-align: center;
	padding: 100px 0 0;

	padding: 0;
	min-height:95vh;
	height: auto;
}
.section-buying-box-wrapper {
    position: relative;
	width: 100%;
	background-image: url('https://docs.bethpagefcu.com/dhl-image-resources/images/buying-journey-head-image-wp.webp');
	background-size: cover;
	text-align: center;
	padding: 100px 0 0;
	padding: 0;
	min-height:95vh;
	height: auto;
}
.hdr-welcome {
	position: relative;
    position: relative;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 100;
    font-size: 5.4em;
    color: #fff;
}

.hdr-welcome.h1swap {
display: none;
}



.hdr-welcome-h1 {
    -webkit-transform: translateY(-500px);
    -moz-transform: translateY(-500px);
    transform: translateY(-500px);
}

.hdr-welcome-h1 h1{
    font-weight: 100;
    font-size: .4em;
    color: #fff;




}


.hdr-welcome-h1.h1swap h1{
    font-size: 5.4em;
}


.hdr-welcome-h1.h1swap {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}



.hdr-get-started {
	position: relative;
	margin: 5px auto 30px auto;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 100; font-size: 2.3em; color: #fff;
}
.decision-boxes {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.decision-boxes-li {
	transition: all 0.25s ease;
	list-style-type: none;
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 15px 0;
	padding: 10px 10px 10px 10px;
	background-color: rgba(255, 255, 255, 0.85);
	text-align: left;




}
.decision-boxes-li:hover { background-color: rgba(255, 255, 255, 1.0); cursor: pointer; }
.decision-boxes-li:after {
    content: "\00a0\00a0";
    background-image: url(/~/media/files/bethpage/dhl-resources/right-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    font-size: 30px;
    right: 20px;
    top: 25%;
    position: absolute;
}
.decision-boxes-li { transition: all 0.25s ease; width: 100%; cursor: pointer;}

.decision-box-image {
	display: inline-block;
	width: 15%;
	vertical-align: middle;
}
.decision-box-image img {
	max-width: 100%;
	filter: grayscale(100%);
}
.decision-box-text {
	display: inline-block;
	width: 75%;
	padding-left: 3%;
	vertical-align: middle;
}
.hdr-decision-box {
	display: block;
	width: 90%;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 500; font-size: 2.35em; color: teal;
}
.hdr-decision-box-sub {
	display: block;
	width: 90%;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 300; font-size: 1.65em; color: #000;
}
.decision-box-cta {
	transition: all 0.25s ease;
	display: none;
	margin: 0 0;
	padding: 8px 18px;
	background-color: #e07c02;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 300; font-size: 1.65em; color: #fff;
}
.decision-box-cta:hover {  background-color: #b46505; }

.header-no-vp-wrap .scroll-for-more {
    margin: auto 0 50px;
}

.scroll-for-more {
	position: relative;
	margin: 120px 0 20px;
    margin-top: auto;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 300; font-size: 1.4em; color: #fff;
}
.scroll-for-more a {
	color: #fff;
	position: relative;
}
.scroll-for-more:after {
     content: "\00a0\00a0";
    background-image: url(images/down-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    font-size: 15px;
    color: white;
    /* left: 49%; */
    /* top: 0; */
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
}


.scroll-for-more:hover:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);

	}


.need-more-help-wrapper {
	position: relative;
	height: 400px;
}

@media screen and (min-width: 675px) {
	.section-darkener { background-color: rgba(42, 42, 42, 0.80); }
	.hdr-welcome { font-size: 5.4em; }
	/*.hdr-get-started { font-size: 2.2em; }*/
	.decision-boxes { width: 70%;

		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

	 }
	.decision-boxes-li { 
		display: inline-block; 
		width: 29%;
		margin: 20px 2%;
		padding: 20px 15px; 
		vertical-align: top;
		text-align: center; 
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;

        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        
         }
	.decision-boxes-li:after { display: none; }
	.decision-box-image { display: block; margin: 0 auto; width: 23%; }
	.decision-box-text { width: 100%; padding-left: 0; }
	.hdr-decision-box { width: 100%; }
	.hdr-decision-box-sub { width: 100%; margin: 10px 0 18px 0;     }
	.decision-box-cta { display: inline-block; margin-top: auto;}
}
@media screen and (max-width: 675px) {
.scroll-for-more {
	    margin: 60px 0 20px;
}

.hdr-welcome {
	height:85px;
}
}

 
.hdr-welcome-h1.h1swap {

    width:100%;
    max-width:1000px;
    margin:0 auto;
 
 
}

.hdr-welcome-h1.h1swap.narobj {
    max-width:700px;

}

 @media screen and (min-width: 675px) {

.decision-boxes-li {
    width:32%;
    margin: 0;
}

.decision-boxes {
    justify-content: space-between;
    margin-bottom: 40px;
    width: 90%;
    max-width: 1000px;
}

}

.header-full-wrap .scroll-for-more {
        opacity:0;
}


.hdr-welcome-h1.h1swap.showHeading, .decision-boxes.showHeading, .hdr-get-started.showHeading, .scroll-for-more.showHeading{
  
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */


opacity: 1;
}
 

.hdr-welcome-h1.h1swap h1 {
    text-align: center;
    margin:10px 0;
}

 .hdr-welcome-h1.h1swap.narobj h1 {
    text-align: left;
 }





    .hdr-tran-msg-header {
 

 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;

    z-index: 500;
    font-size: 5.4em;
    color: #fff;

    width: 100%;
    max-width: 1400px;
    margin: 50px auto;

}
    
    .hdr-tran-msg-header .hold-for-msg {
        font-weight: 500;
    }
    .hdr-tran-msg-header .welcome-mdg-static, .hdr-tran-msg-header .hold-for-msg{
   


    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    transform: translateX(80px);


    }
    


        .hdr-tran-msg-header.fulltxtleft .welcome-mdg-static, .hdr-tran-msg-header.fulltxtleft .hold-for-msg {

            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            transform: translateX(0);



             -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;


        }
        .hdr-welcome-h1 {
            display: none;
        }

         @media screen and (max-width: 675px) {

            .hdr-welcome-h1 {
                display: block;
            }


            .hdr-welcome-h1.h1swap h1 {
                font-size: 3.5em;
            }


            .hdr-tran-msg-header.fulltxtleft {
            display: none;
            }


         }




    .welcome-mdg-static{
        /*display: inline-block;*/
    width:38%;
    text-align: right;
    }
    


    .hold-for-msg {
        /*display: inline-block;*/
    width:50%;
    position: relative;
    text-align: left;
    padding-left:10px;

        }       

        .msg-one-item {
        position: absolute;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
 

        }


        .msg-one-item.split-txt-eff > span{
            display: inline-block;
            position: relative;
            width: 35%;
            vertical-align: top;

        }


        .msg-one-item.split-txt-eff > span:last-of-type {
            width: 2%;
        }


        .msg-one-item.split-txt-eff > span:nth-of-type(2n) {
            display: inline-block;
            position: relative;
            overflow: hidden;
            white-space: nowrap;
            width:0;


            opacity: 0;

            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            transform: translateX(0);

        }

        .msg-one-item.split-txt-eff.showtxtex > span:nth-of-type(2n)  {
    /*      -webkit-animation: width-expand-show 0.6s both;
            animation: width-expand-show 0.6s both;*/

    
/*
             -webkit-transition: width 1s ease-in-out;
            -moz-transition: width 1s ease-in-out;
            -o-transition: width 1s ease-in-out;
            transition: width 1s ease-in-out;
*/

             -webkit-transition: all 500ms ease-in-out;
            -moz-transition: all 500ms ease-in-out;
            -o-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;

            opacity: 1;


            -webkit-transform: translateX(10px);
            -moz-transform: translateX(10px);
            transform: translateX(10px);


            width: 59%;
}




        .msg-two-item {
        position: absolute;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
        }

        .msg-three-item {
        position: absolute;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
        }


    .hold-for-homelend {
        width:50%;
        position: relative;
        text-align: left;
        padding-left:15px;
    }


.hideamsg {
    opacity: 0
}


 


 .low-txt-fade-away {
    -webkit-animation: lower-txt-w-fade 0.6s both;
            animation: lower-txt-w-fade 0.6s both;
}
 

 .low-txt-fade-infocus {
    -webkit-animation: lower-txt-w-show 0.6s both;
            animation: lower-txt-w-show 0.6s both;
}



.text-shadow-drop-bl {
    -webkit-animation: text-shadow-drop-bl 0.6s both;
            animation: text-shadow-drop-bl 0.6s both;
}
.text-blur-out {
    -webkit-animation: text-blur-out 500ms cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-blur-out 500ms cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.text-focus-in {
    -webkit-animation: text-focus-in 500ms cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in 500ms cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

 


@keyframes fadein {
from {
    opacity:0;
}
to {
    opacity:1;
}
}
@-moz-keyframes fadein { /* Firefox */
from {
    opacity:0;
}
to {
    opacity:1;
}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
from {
    opacity:0;
}
to {
    opacity:1;
}
}
@-o-keyframes fadein { /* Opera */
from {
    opacity:0;
}
to {
    opacity: 1;
}
}


 



/**
 * ----------------------------------------
 * animation raise text away
 * ----------------------------------------
 */
@-webkit-keyframes lower-txt-w-fade {
  0% {
    
    -webkit-transform:  translateY(0);
            transform:  translateY(0);
    opacity: 1;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
}
@keyframes lower-txt-w-fade {
  0% {
  
    -webkit-transform:  translateY(0);
            transform:  translateY(0);
    opacity: 1;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
}



/**
 * ----------------------------------------
 * animation raise text to position 
 * ----------------------------------------
 */
@-webkit-keyframes lower-txt-w-show {
  0% {
    
    -webkit-transform:  translateY(50px);
            transform:  translateY(50px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes lower-txt-w-show {
  0% {
  
    -webkit-transform:  translateY(50px);
            transform:  translateY(50px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}





/**
 * ----------------------------------------
 * animation width expose
 * ----------------------------------------
 */
@-webkit-keyframes width-expand-show {
  0% {
    
    -webkit-transition:  width(0);
            transition:  width(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transition: width(100px);
            transition: width(100px);
    opacity: 1;
  }
}
@keyframes width-expand-show {
  0% {
  
    -webkit-transition:  width(0);
            transition:  width(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transition: width(100px);
            transition: width(100px);
    opacity: 1;
  }
}




 



/*** SECTION BUYING JOURNEY QUICK LINKS  ***/




.section-hub-quick-opt-wrapper {
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 50px 0;
}


.quick-opt-contain {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	max-width:1000px;
	margin:0 auto;
}

.quick-opt-contain h2{
    margin: 0 0 20px;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 100;
    font-size: 2.8em;
    color: #373737;
}

.quick-opt-contain .quick-opt-itm:nth-of-type(1) {
	width: 50%;
	padding: 20px 40px;
	box-sizing: border-box;
	background: url(https://www.bethpagefcu.com/personal/banking/~/media/Files/bethpage/dhl-resources/images/home-buying-couple);
	background-size: cover;
    background-position: left center;
}


.quick-opt-contain .quick-opt-itm:nth-of-type(2) {
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}



.quick-opt-contain .quick-opt-itm img{
	width:100%;
	height:auto;
	}


	.quick-opt-contain .quick-opt-itm ul{
		list-style: none;
		margin: 0;
		padding:0;
	}

	.quick-opt-contain .quick-opt-itm ul li{
		padding:5px 0;
		color: #000;
		width:100%;
 		}

	.quick-opt-contain .quick-opt-itm ul li a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;

		justify-content: space-between;

		}


        .quick-opt-contain .quick-opt-itm ul li a:hover {
            text-decoration: none;
        }

	.quick-opt-contain .quick-opt-itm ul li a p{
		font-family: 'franklin-gothic-urw', Arial, sans-serif;
		font-weight: 300;
		font-size: 1.5em;
		color:#000;
	}


	.quick-opt-contain .quick-opt-itm ul li a:after {
    content: "\00a0\00a0";
    background-image: url('https://www.bethpagefcu.com/~/media/files/bethpage/dhl-resources/right-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  
    font-size: 25px;
    color: #000;

    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}


	.quick-opt-contain .quick-opt-itm ul li:hover a:after {
 
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
 

		}



.quick-opt-contain .quick-opt-itm ul li a:hover p{
	/*text-decoration: underline;*/
    font-weight:500;

}



@media screen and (max-width: 675px) {

	.section-hub-quick-opt-wrapper {
		padding: 10px;
	}

	.quick-opt-contain {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

.quick-opt-contain .quick-opt-itm:nth-of-type(1){
		width: 100%;
		padding:100px 0;
	}

	.quick-opt-contain .quick-opt-itm:nth-of-type(2) {
		width: 100%;
	}

}
 


/*** FAQ BLADE ***/

/* ----------> FAQ Accordion */

#accordiona {
    max-width: 800px;
    margin: 40px auto;
    background-color: #ffffff;
    box-sizing: border-box;
}

.acc-open-btn {
    width: 100%;
    display: block;
     
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;

    text-align: left;
}

.arrow {
    display: inline-block;
    text-align: left;
    width: auto;
    padding: 0 20px 0 0;
    vertical-align: middle;
}


.arrowDown:before {
 
content: "\00a0\00a0";
    background-image: url(https://www.bethpagefcu.com/~/media/files/bethpage/dhl-resources/right-arrow-orange.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 25px;
 
  
display: inline-block;
 
}


 
.arrowUp:before {
  content: "\00a0\00a0";
    background-image: url(https://www.bethpagefcu.com/~/media/files/bethpage/dhl-resources/right-arrow-orange.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 25px;


display: inline-block;
-webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
 
     
}

.acc-open-btn h3 {
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    text-align: left;
    font-size: 1.6em;
    display: inline-block;
    width: 80%;
    vertical-align: middle;
}


.acc-open-content {
    display: none;
    width: 100%;
    background-color: #f1f1f1;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-style: normal;
    font-weight: 100;
    padding: 15px 30px;
}


.acc-open-content p {
    font-size: 15px;
    text-align: left;
}
.acc-open-content ul li {
    font-size: 15px;
}

.acc-open-btn.last-item {
    border-bottom: none;
}


/* Mobile Show more selection */


   .mobile-hides {
display: none;
     }
 
    @media screen and (max-width: 675px) {



.calc-sect-sub-item > div:first-of-type {
  display: none;
}

 

      .mobile-hides {
          display: block;
          text-align: center;
          width: 100%;
          padding: 10px;
          box-sizing: border-box;
          color: #E07C02;
          font-size: 16px;
      }


      .mobile-hides::before {
          content: "Show more";
      }

      .mobile-hides.calc-text-misc::before {
          content: "Show advanced options ";
      }


      .mobile-hides::after {
    content: "\00a0\00a0";
    background-image: url(https://www.bethpagefcu.com/~/media/files/bethpage/dhl-resources/right-arrow-orange.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 25px;
    padding-left: 40px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.mobile-hides.mobilemore::before {
    content: "Show less";
}

.mobile-hides.calc-text-misc.mobilemore::before {
    content: "Hide advanced options";
}


.mobile-hides.mobilemore::after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

    
.mobile-hidden {
display: none;
}

.mobile-hidden.showit {
display: block;
}

.mobile-hides {
display: block;
}


.calc-sect-pie {
display: none;
}

.calc-sect-sub-item {
display: block;
}


.calc-sect .calc-head-item {
padding:20px;
}




.calc-sect-sub-item > div {
    width: 60%;
}


    }







/* Show more feature */


.mobi-hide {
    /*display: none;*/
    opacity: 0;
    height: 1px;
    overflow: hidden;
}

.mobi-hide.mobi-showing {
  /*display: block;*/
  height:auto;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
  opacity: 1;
}

.show-more-select {
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #E07C02;
    font-size: 16px;
}

.show-more-select.faqless::before {content: "Show More"}
.show-more-select.faqless.moremore::before {content: "Show Less"}

.show-more-select::after {
	  content: "\00a0\00a0";
	    background-image: url(https://www.bethpagefcu.com/~/media/files/bethpage/dhl-resources/right-arrow-orange.svg);
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: contain;
	    font-size: 25px;
		padding-left:40px;

	display: inline-block;
	vertical-align: middle;
	-webkit-transform: rotate(90deg);
	  -moz-transform: rotate(90deg);
	  -o-transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  transform: rotate(90deg);

}


.show-more-select.moremore::after {
 
 
	-webkit-transform: rotate(-90deg);
	  -moz-transform: rotate(-90deg);
	  -o-transform: rotate(-90deg);
	  -ms-transform: rotate(-90deg);
	  transform: rotate(-90deg);
}

/*** SECTION HUB ZILLOW ***/
.section-hub-zillow-wrapper {
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 50px 0;
	text-align: center;
	border-style: solid; border-color: #d9d9d9; border-width:0px 0px 1px 0px;
}
.zillow-rating-score {
	
}
.zillow-rating-stars {
	
}
.zillow-rating-score h2 {
	margin: 0;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 100; font-size: 2.1em; color: #000;
}
.zillow-rating-latest {
	margin: 4px 0 -3px 0;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 300; font-size: 6.1em; color: #000;
}
.zillow-rating-of-5 {
	display: inline-block;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 300; font-size: 2.0em; color: #000;
	border-bottom: solid 1px silver;
	padding-bottom: 10px;
}
.zillow-rating-timestamp {
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 300; font-size: 1.4em; color: #000;
}
.zillow-img {
	max-height: 30px;
    display: block;
    margin: 15px auto 7px;
}

.stars {
    width: 100%;
    position: relative;
    margin: 20px 0px;
}
.stars .star-rating {
    position: relative;
    height: 42px;
    width: 42px;
    display: inline-block;
    margin-left: 20px;
}
.stars .star-rating:before {
    background-image: url(/~/media/Files/bethpage/dhl-resources/images/base-star-ol.svg);
    background-repeat: repeat-x;
    background-size: 42px;
    bottom: 0;
    content: "";
    display: block;
    height: 42px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}
.stars .star-rating.first-star {
	margin-left: 0px;
}
.stars .star-rating.second-star {
	margin-left: 20px;
}
.stars .star-rating span {
    position: absolute;
    display: block;
    height: 42px;
    width: 42px;
}
.stars .star-rating>span:before {
    background-image: url(/~/media/Files/bethpage/dhl-resources/images/top-star-ol.svg);
    background-repeat: repeat-x;
    background-size: 42px;
    bottom: 0;
    content: "";
    display: block;
    height: 42px;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 10000px;
    top: 0;
    overflow: hidden;
}

@media screen and (min-width: 675px) {
	.zillow-rating-score {
		display: inline-block;
		width: 30%;
		vertical-align: middle;
	}
	.zillow-rating-score h2 { font-size: 2.3em; }
	.zillow-rating-stars {
		display: inline-block;
		width: 30%;
		vertical-align: middle;
		border-style: solid; border-color: #d9d9d9; border-width:0px 0px 0px 1px;
	}
	.stars .star-rating, .stars .star-rating.second-star { margin-left: 5px; }
	.zillow-rating-timestamp { 	font-size: 1.2em; }
	.zillow-img { max-height: 20px; }
	.zillow-rating-of-5 { border: none; }
}



       
    .section-hub-zillow-wrapper .zillow-rating-score h2 {
    margin: 0;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 100;
    font-size: 2.8em;
    color: #373737;
    }
.zillow-rating-score {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    vertical-align: middle;
}
.ratings-contain-item {
    flex: 1 1 100%;
}


.ratings-contain-item:first-of-type {
    border-right:1px solid #e1e1e1;
}

    .rating-contain-box {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;

        margin:30px 0;
    }


.zillow-rating-stars {
    display: block;
    width: 100%;
    vertical-align: middle;
    border:none;
}

.zillow-rating-of-5 {
    display: block;
}

.zillow-img {
    max-height: 75px;
}


.stars {
    margin:5px 0;
}









/*** SECTION HUB RATES ***/
.section-hub-rates-wrapper {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 20px;
	text-align: center;
	background-image: url(/~/media/Files/bethpage/dhl-resources/images/todays-rates-02.jpg);
    background-position: bottom center;
    background-size: cover;
	border-style: solid; border-color: #d9d9d9; border-width:0px 0px 1px 0px;
}
.section-hub-rates {
    background-color: rgb(255 255 255 / 74%);
    padding: 14px;
    box-sizing: border-box;
}

.section-hub-rates-wrapper h2 {
	margin: 0;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 500; font-size: 2.5em; color: #007982;
}
.section-hub-rates-wrapper h3 {
	margin: 10px 0 20px 0;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 300; font-size: 1.6em; color: #000;
}
.section-hub-rates-wrapper a {
	transition: all 0.2s ease;
	display: inline-block;
	margin: 0;
	padding: 10px 30px;
	background-color: #e07c02;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 300; font-size: 1.6em; color: #fff;
}
.section-hub-rates-wrapper a:hover {
	background-color: #b46505;
}

@media screen and (min-width: 675px) {
	.section-hub-rates-wrapper { padding: 70px 20px; 50px 20px}
	.section-hub-rates { width: 50%; padding: 30px 70px; margin: 0 auto; background-color: rgba(255,255,255,.90); }
}














/*** SECTION HUB CALCULATOR ***/
.section-hub-calculator-wrapper {
	display: none;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 20px;
	text-align: center;
	background-color: #fbfbfb;
	border-style: solid; border-color: #d9d9d9; border-width:0px 0px 1px 0px;
}
.section-hub-calculator-wrapper h2 {
	margin: 0;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 500; font-size: 2.5em; color: #007982;
}
.section-hub-calculator-wrapper h3 {
	margin: 10px 0 20px 0;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 300; font-size: 1.6em; color: #666;
}
.section-hub-calculator-wrapper a {
	display: inline-block;
	margin: 0;
	padding: 10px 30px;
	background-color: #e07c02;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 300; font-size: 1.6em; color: #fff;
}	









/*** SECTION HUB RESOURCES ***/
.section-hub-resources-wrapper {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 20px;
	text-align: center;
	background-color: #fbfbfb;
	 
}
.section-hub-resources-wrapper h2 {
	margin: 0;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 100; font-size: 2.8em; color: #373737;
}


.hub-resources-contain {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;


	width:100%;
	max-width: 1000px;
	margin:40px auto;

	justify-content: space-around;
}



.hub-resources-contain .hub-resources-box {
	display:  block;
	box-sizing: border-box;
	width: 45%;
	margin: 0;
	padding: 10px 10px 2px 10px;
	background-color: white;
	border-style: solid; border-color: #ededed; border-width:1px 1px 1px 1px;
	text-align: left;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
    

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;


}

.hub-resources-contain .hub-resources-box:nth-of-type(2) {
	margin-left:auto;
}


/*.hub-resources-box {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	margin: 30px 2% 10px 2%;
	padding: 10px 10px 2px 10px;
	background-color: white;
	border-style: solid; border-color: #ededed; border-width:1px 1px 1px 1px;
	text-align: left;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
}*/
.hub-resources-box:after {
	height: 4px;
	margin-top: auto;

    display: block;
    width: 100%;
    background: #ccc;
    content: '';
}
.img-hover-zoom {
  height: 120px;
  overflow: hidden;
}
.img-hover-zoom img {
  transition: transform .5s ease;
    margin-top: -40px;
}

.img-hover-zoom:hover img {
  transform: scale(1.2);

}
.hub-resources-box h3 {
    width: 90%;
    margin: 10px 0 10px 10px;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 500;
    font-size: 1.9em;
    color: #000;
}

.hub-resources-box p {
    margin: 0 10px 10px;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 100;
    font-size: 1.5em;
    color: #333;
}


.hub-resources-box span {
	transition: all 0.2s ease;
	display: inline-block;
	margin: 0 0 0 10px;
    padding: 5px 10px;
    background-color: #fff;
    font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 300; font-size: 1.3em; color: #666666;
    border-style: solid; border-color: #666666; border-width:2px;
}
.hub-resources-box span:hover {
	background-color: #e07c02;    
	border-color: #e07c02;
	color: #fff;
}

.hub-resources-box .stnd-cta-contain {
    margin-bottom: 10px;
    margin: 10px 0;
}


@media screen and (max-width: 675px) {

	/*.hub-resources-box { width: 31%; }*/
	.hub-resources-contain {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
 
	}

  .section-hub-resources-wrapper h2 {
    font-size: 2.5em;
  }

	.hub-resources-contain .hub-resources-box {
 margin-bottom: 20px;
    width: 100%;

	}
}









/*** SECTION HUB TESTIMONIALS ***/
.section-hub-testimonials {
	width: 95%;
	margin: 0 auto 10px;
	box-sizing: border-box;
	padding: 10px 20px 30px 20px;
	text-align: center;
	/*background-color: #007a86;*/
    background-image: linear-gradient(to bottom right, #007983, #07ADBB);
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 300; font-size: 1.6em; color: #fff;
}
.testimonial-img {
	max-height: 60px;
	margin: 10px 0;
}
.section-hub-testimonials h2 {
	margin: 0 0 5px 0;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 500; font-size: 1.5em; color: #fff;
}
.section-hub-testimonials a {
	font-weight: 500; color: #fff;
}

@media screen and (min-width: 675px) {
	.section-hub-testimonials { 
		width: 100%; padding: 10px 24% 30px 24%; margin:0 auto 0; line-height: 1.4em; font-size: 1.8em; }
	.section-hub-testimonials h2 { font-size: 1.3em; }
	.testimonial-img { max-height: 53px; }
}







/*** SECTION NEED MORE HELP ***/
.section-need-more-help-wrapper {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 0 70px 0;
	text-align: center;
	background-color: #f0f0f0;
}
.section-need-more-help-wrapper h2 {
	margin: 0 0 5px 0;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 500; font-size: 1.5em; color: #373737;
}

.side-give-us-a-call h3, .side-have-specialist-call h3 {
	display: none;
	margin: 0 0 5px 0;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 500; font-size: 2.0em; color: #393939; text-align: center;
}
.section-need-more-help-wrapper a {
	display: block;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 100; font-size: 2.5em; color: #007983;
	text-decoration: underline;
}
.call-center-detect {
	display: inline-block;
	margin: 20px auto;
	padding: 5px 15px;
	border-style: solid; border-color: #dbd8d8; border-width:1px 1px 1px 1px;
	-moz-border-radius: 17px; -webkit-border-radius: 17px; -ms-border-radius: 17px; border-radius: 17px;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 300; font-size: 1.5em; color: #393939;
}
.call-center-hours {
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 300; font-size: 1.5em; color: #393939;
}
.side-have-specialist-call {
	display: none;
	width: 30%;
	vertical-align: middle;
	border-style: solid; border-color: #d9d9d9; border-width:0px 0px 0px 1px;
}
.section-need-more-help-wrapper h2 {
	margin: 0 0 5px 0;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 500; font-size: 1.5em; color: #393939;
}
.section-need-more-help-wrapper a { 
	color: #393939; text-decoration: none; 
}
.side-have-specialist-call a {
	transition: all 0.5s ease;
	display: inline-block;
    margin: 20px 0;
    padding: 10px 50px;
    background-color: #666666;
    font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 300; font-size: 1.6em; color: #fff;
}
.side-have-specialist-call a:hover { background-color: #000; }

@media screen and (min-width: 675px) {
	.section-need-more-help-wrapper h2 { font-size: 2.5em; margin-bottom: 30px; }
	.side-give-us-a-call h3, .side-have-specialist-call h3 { display: block; }
	.side-give-us-a-call {
		display: inline-block;
		width: 30%;
		vertical-align: middle;
	}
	.side-have-specialist-call { 
		display: inline-block;
	 }

}










/*** SECTION BRANCH LISTING ***/
.section-branch-listing-wrapper {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 20px;
	text-align: center;
	border-style: solid; border-color: #d9d9d9; border-width:0px 0px 1px 0px;
	background-color: #f4f4f4;
}
.section-branch-listing-wrapper h2 {
	margin: 0;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 500; font-size: 2.5em; color: #007982;
}
.section-branch-listing-wrapper h3 {
	margin: 10px 0 20px 0;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 300; font-size: 1.6em; color: #000;
}
.branch-table {
	margin: 0 auto;
	border-spacing: 0px;
	width: 70%;
}
.branch-table-header {
	background-color: #CCCCCC;
    color: #353535;
    font-weight: bold;
}

.branch-table td {
	padding: 10px;
	text-align: left;
	font-family: 'franklin-gothic-urw', Arial, sans-serif; font-weight: 300; font-size: 14px; color: #000;
}
.branch-table tr:nth-child(even) {
	background: #fff;
}
.branch-table-header td{
	background-color: #CCCCCC;
    color: #353535;
    font-weight: bold;
}



.rates-heading p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 100;
}
.rates-heading a {
    color: #333;
    margin: 0 10px;
    padding: 5px;
    cursor: pointer;
}
.rates-heading a.rates-selected {
    font-weight: bold;
    color: #E07C02;
    border-bottom: 3px solid #E07C02;
    padding: 5px;
    text-decoration: none;
}
.content-box-calc, .content-box-rates {
    display: none;
    margin-top: 30px; 
}
.content-box-calc.current, .content-box-rates.current {
    display: inherit;
}

.branch-table td:nth-child(3), .branch-table td:nth-child(4) {
	text-align: center;
}
.branch-closed {
	font-weight: 500;
	color: red;
}
.branch-name {
	font-weight: 700;
}





/*** Buying Journey ***/


.hdr-buying-path {
max-width:500px;
margin:auto;
padding: 135px 0 0;
}


.hdr-buying-path h1 {
	    position: relative;
	    font-family: 'franklin-gothic-urw', Arial, sans-serif;
	    font-weight: 100;
	    font-size: 5.4em;
	    color: #fff;
        margin: 0;
 
}


.hdr-buying-path p {
	    position: relative;
	    font-family: 'franklin-gothic-urw', Arial, sans-serif;
	    font-weight: 100;
	    font-size: 2.4em;
	    line-height: 1.5em;
	    color: #fff;
 
}


.hdr-buying-path a {
    transition: all 0.25s ease;
    position: relative;
    margin: 0;
    padding: 10px 22px;
    background-color: #e07c02;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 300;
    font-size: 2em;
    color: #fff;
}


@media screen and (max-width: 675px) {
    .hdr-buying-path p {
      font-size: 2.2em;
    }


    .hdr-buying-path {
 
    padding: 135px 20px 50px;
    }

}


/*** Standard Sections ***/

.stnd-cta-contain {
	display: block;
	width:100%;
	max-width: 970px;
	margin:0 auto;
	text-align: center;
  box-sizing: border-box;
}

.stnd-btn  {
	transition: all 0.25s ease;
	position: relative;
	margin: 0 auto;
	padding: 8px 18px;
	background-color: #e07c02;
	font-family: 'franklin-gothic-urw', Arial, sans-serif;
	font-weight: 300;
	font-size: 1.6em;
	color: #fff;
}
.stnd-btn:hover, .stnd-btn::selection {
    color: #fff;
}


.stnd-padding {
	padding:40px;
	box-sizing: border-box;
}


.stnd-min-padding {
    padding: 15px 10px;
    box-sizing: border-box;
    text-align: left;
}

.--is-ghost {
	border:3px solid #e07c02;
	color: #e07c02;
	background-color: transparent;
}


.--is-ghost:hover {
    border:3px solid #e07c02;
    color: #ffffff;
    background-color: #e07c02;
    text-decoration: none;
}

.page-sect-reg-wrapper {
    width: 100%;
}

.page-sect-reg {
    width: 100%;
    max-width:1000px;
    padding: 40px 0;
    box-sizing: border-box;
    margin:0 auto;
}

.page-sect-reg-wrapper.lgt-gry-opt {
    background-color: #f2f2f2;
}


.section-head-main {
        margin: 0 0 10px;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 100;
    font-size: 2.8em;
    color: #373737;
    text-align: center;
}

.section-head-sub {
    margin: 0 0 20px;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 100;
    font-size: 1.8em;
    color: #373737;
    text-align: center;
}

#getprequal {
    background-image: url("/~/media/Files/bethpage/dhl-resources/images/blue-sky-bg.jpg");
    background-size: cover;
    background-position: bottom;
    color: #fff;
}
#getprequal .section-head-main {
    color: #fff;
}
#getprequal .section-head-sub {
    max-width: 800px;
    display: block;
    margin: 0 auto 20px auto;
    color: #fff;
}

.std-bpg-flex-item.snd-border-outline:first-of-type {
    margin-right: 20px;
}

.std-bpg-flex-container .std-bpg-flex-item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 1 auto;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    margin: 10px 0;
    background-color: #FFFFFF;
}

.snd-border-outline {
    border: 1px solid #CCCCCC;
}

.std-bpg-sub-con-head {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-family: 'franklin-gothic-urw', arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    text-align: center;
}


.std-bpg-flex-container {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
}

.rates-cat-contain {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    border-top: 1px solid #CCCCCC;
}

.rates-cat-contain .rates-cat-item {
    padding: 10px 10px 0 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 1 auto;
     text-align: center;
}

.rates-cat-contain .rates-cat-item .rates-cat-desc p {
    margin: 0;
   
        font-family: 'franklin-gothic-urw', Arial, sans-serif;
        font-weight: 100;
        font-size: 1.8em;
        color: #333;
        text-align: center;
}

.rates-cat-contain .rates-cat-item p.number-rate {
	    display: inline-block;
	    font-family: 'franklin-gothic-urw', Arial, sans-serif;
	    font-size: 5.1em;
	    color: #007983;
	    letter-spacing: 0;
	    font-weight: 500;
	    line-height: 1em;
	    margin: 5px 0;
	}


.rates-cat-contain .rates-cat-item p.number-rate sup {
    top:0em;
    vertical-align: bottom;
}


.rates-cat-contain .rates-cat-item p.apr-text {
    display: inline-block;
    margin: 0;
    font-size: 15px;
    font-weight: 200;
}

.rates-cat-contain .rates-cat-item:nth-of-type(2n) {
    border-left: 1px solid #CCCCCC;
    padding-left: 10px;
}


.line-top-gray {
	border-top: 1px solid #d9d9d9;
}


.line-bot-gray {
	border-bottom: 1px solid #d9d9d9;
}


.rates-cat-contain .rates-cat-item .rates-cat-desc p sup a{
  color: #333;
}


@media screen and (max-width: 1000px) {
.std-bpg-flex-container.std-tablet-row .std-bpg-flex-item {
    width: 100%;
}


.std-bpg-flex-container .std-bpg-flex-item {
    margin: 10px 10px 10px 10px;
    padding:10px;
}

.std-bpg-flex-item.snd-border-outline:first-of-type {
  margin-right:0;
}

.rates-cat-contain .rates-cat-item p.number-rate {
    font-size: 4.1em;
    }

}


@media screen and (max-width: 675px) {
	.mortgage-products-contain div:nth-of-type(4) {
    opacity: 1;
    height: auto;
    display: block;
 
}



.std-bpg-flex-item.snd-border-outline:first-of-type {
    margin-right: auto;
}

 
.section-featured-rates-wrapper .std-bpg-flex-container{
    flex-direction: column;
 
}


.rates-cat-contain .rates-cat-item p.number-rate {
      font-size: 4.1em;
}


.std-bpg-flex-container {
	flex-direction: column;
}


.quick-opt-contain h2 {
  font-size:2.4em;
}


.quick-opt-contain .quick-opt-itm ul li a p {
  font-size: 1.25em;
}


.page-sect-reg {
  padding: 20px;
}

.specialist-com a {
  font-size:15px;
}


.specialist-com p {
  font-size:18px;
}


.section-buying-box-wrapper {
  min-height: auto;
}

.header-no-vp-wrap {
  height: auto;
}
 
}

/*** Calculator Section ***/

/* Calculator */
/* Calc Sect */
 .btn-contain-calc a {
     display: inline;
     background-color: #e07c02;
     width: auto;
     padding: 3px 15px;
     font-family: 'franklin-gothic-urw', Arial, sans-serif;
     font-style: normal;
     font-weight: 500;
     font-size: 16px !important;
     color: #ffffff;
     text-decoration: none;
     text-transform: none;
     line-height: 3em;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     -ms-border-radius: 3px;
     border-radius: 3px;
     margin: 16px auto;
     text-align: center;
     cursor: pointer;
}
.calc-sect-wrapper {
    background: #fff;
}
 .calc-sect {
     max-width: 1000px;
     margin: auto;
    /*border-top: 1px solid #e1e1e1;
    */
     padding: 20px 0;
}
 .calc-sect-sub-item span.calc-title {
     font-size: 14px;
     min-width:145px;
}
 .calc-sect-sub-item > div:first-of-type {
     width: 10px;
     margin: 0 5px;
}
 .calc-sect-sub-item > div:last-of-type{
}
 .calc-sect-sub-item > div {
     display: inline-block;
     width: auto;
}
 .calc-sect-sub-item .calc-sect-input-sub {
     width: 30%;
}
 .calc-sect-sub-item .calc-sect-input-sub span {
     width: auto;
     padding: 0.5em 0.5em;
     font-size: 1.4em;
}
 .calc-sect-sub-item .calc-sect-input-sub input {
     width: 60%;
     padding: 0.5em 0.5em;
}
 .calc-legend {
     display:block;
     width:10px;
     height:10px;
     background-color: #007983;
}
 .calc-legend.homeinscolor {
     background-color: #f47d30;
}
 .calc-legend.proptaxcolor {
     background-color: #0096a2;
}
 .calc-legend.hoacolor {
     background-color: #bcbec0;
}
 .calc-sect-pie {
     width:300px;
     margin: 20px 
}
 .calc-object {
     width:100%;
     padding:20px 0;
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     align-items: center;
}
 .calc-head-contain, .rates-heading {
     text-align: center;
}
 .calc-head-contain a, .rates-heading a{
     color:#333;
     margin:0 10px;
     padding: 5px;
     cursor: pointer;
     font-size: 1.5em;
}


 .calc-head-contain sup a, .rates-heading sup a{
 
     font-size: inherit;
}


 .calc-head-contain a:hover, .rates-heading a:hover{
     border-bottom: 3px solid #f1f1f1;
     padding: 5px;
     text-decoration: none;
}
 .calc-head-contain a.calc-selected, .rates-heading a.rates-selected {
     font-weight: bold;
     color: #E07C02;
     border-bottom: 3px solid #E07C02;
     padding: 5px;
   
     text-decoration: none;
}
 .calc-head-contain h4, .rates-heading h4 {
     font-family: 'franklin-gothic-urw', Arial, sans-serif;
     font-style: normal;
     font-weight: 500;
     font-size: 22px;
     margin: 5px auto 5px;
     text-align: center;
     color: #007983;
     padding: 0 20px;
}
 .calc-sect .calc-head-item {
     width: 45%;
     height: auto;
     display: inline-block;
     padding: 0 20px;
     vertical-align: middle;
}
 .calc-sect .calc-head-item:first-of-type {
     border-right: 1px solid #e1e1e1;
    /*max-width:250px;
    */
}
 .calc-head-item h3{
     text-align: center;
     color: #333;
     font-weight: 500;
     margin: 35px auto;
     font-size: 17px;
}
.calc-head-item h6 {
    text-align: left;
    color: #007983;
    font-weight: 500;
    margin: 30px 0 5px;
    font-size: 20px;
    line-height: 1;
}


.calc-head-item h4 {
    text-align: left;
    color: #333;
    font-weight: 100;
    margin: 5px 0;
    font-size: 50px;
    line-height: 1;
}


 .calc-head-item p{
     margin:5px 0 0;
     font-size: 14px;
     padding: 0 20px;
}
 .calc-head-item h4 sup{
     font-size: 58%;
}
 .calc-head-item h6{
     text-align: left;
     color: #007983;
     font-weight: 500;
     margin:30px 0 5px;
     font-size: 20px;
     line-height: 1;
}
 .calc-head-item table {
     border-collapse: collapse;
     padding: 0;
     width: 75%;
     color: #333;
     margin: 0 auto;
    /* border-right: 1px solid #e1e1e1;
     */
}
 .calc-head-item table tr:nth-child(even) td {
     margin:0;
     padding:5px 0;
     vertical-align: middle;
    /*background-color:blue;
    */
}
 .calc-head-item table tr:nth-child(odd) td {
     margin:0;
     padding:0;
     vertical-align: middle;
    /*background-color: red;
    */
}
 .calc-head-item table tr:nth-child(5) td {
     padding:0;
}
 .rate-text {
     font-family: 'franklin-gothic-urw', arial, sans-serif;
     font-style: normal;
     font-weight: 100;
     font-size: 14px;
     padding: 5px 10px;
     text-align: left;
     color: #333;
     border: 1px solid #e1e1e1;
     background-color: white;
     border-radius:0;
     box-sizing: border-box;
}
/* CALC ITEM */
 .calc-sect-item {
     display:block;
     height:auto;
     width:100%;
     padding:0;
}
 .calc-title {
     width:100%;
     display:block;
}
 span.calc-title {
     font-family: 'franklin-gothic-urw', arial, sans-serif;
     font-style: normal;
     font-weight: 100;
     font-size: 15px;
     width: 100%;
     padding: 10px 0 2px;
     text-align: left;
     color: #333;
}
 .calc-sect-input {
     display:block;
     display: -moz-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: -webkit-box;
     display: flex;
}
 .calc-sect-input span {
     display: inline-block;
     width: auto;
     box-sizing: border-box;
     font-family: 'franklin-gothic-urw', arial, sans-serif;
     font-style: normal;
     font-weight: 100;
     font-size: 12px;
     width: 15%;
     padding: 5px;
     text-align: center;
     color: #aaa;
     border: 1px solid #e1e1e1;
     border-right: none;
     background-color: #f4f4f4;
     line-height: 2em;
     padding: 0.5em 0;
}
 .calc-sect-input span.afterit {
     border-right:1px solid #e1e1e1;
     border-left:none;
}
 .calc-sect-input input, .calc-sect-input select {
     display:inline-block;
     width:85%;
     box-sizing: border-box;
     line-height: 1.5em;
     padding: 0.5em 3.5em 0.5em 1em;
     -webkit-appearance: none;
     -moz-appearance:none;
     -webkit-border-radius: 0px;
     text-indent: 0.01px;
     text-overflow: '';
     -ms-flex: 1 1 auto;
     -webkit-flex: 1 1 auto;
     flex: 1 1 auto;
}
 .calc-sect-input select {
     background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
     background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
     background-size: 5px 5px, 5px 5px, 1px 1.5em;
     background-repeat: no-repeat;
     -webkit-flex: 1 1 100%;
     flex: 1 1 100%;
}
 .calc-sect-input select::-ms-expand {
     display: none;
}
 .calc-sect-input select:focus {
     background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, #ccc, #ccc);
     background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
     background-size: 5px 5px, 5px 5px, 1px 1.5em;
     background-repeat: no-repeat;
     border-color: #e1e1e1;
     outline: 0;
}
 .calc-sect-input select:-moz-focusring {
     color: transparent;
     text-shadow: 0 0 0 #000;
}
 .flashMe {
     color: black;
}
 .btn-contain-calc a {
     display: inline;
     background-color: #e07c02;
     width: auto;
     padding: 3px 15px;
     font-family: 'franklin-gothic-urw', Arial, sans-serif;
     font-style: normal;
     font-weight: 500;
     font-size: 16px !important;
     color: #ffffff;
     text-decoration: none;
     text-transform: none;
     line-height: 3em;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     -ms-border-radius: 3px;
     border-radius: 3px;
     margin: 16px auto;
     text-align: center;
}
 .btn-contain-calc a:hover {
     background-color: #b46505;
}


.mobile-output {
    display: none!important;
}

.desktop-output {
    display: inline!important;
}


.jumbo-compliance-warning {
    display:none;
    width:95%;
    margin:10px auto;
    height:auto;
    border:1px solid #e1e1e1;
}

.jumbo-compliance-warning p {
    margin:0;
    padding:10px;
}



@media screen and (max-width: 1000px) {
  .calc-sect-pie  {
    display: none;
}
}

@media screen and (max-width: 675px) {
.calc-object {
    flex-direction: column;
}


.calc-sect .calc-head-item:first-of-type {
    max-width: 1000px;
    padding: 0 20px;
    box-sizing: border-box;
    border-right: none;
}

.calc-sect .calc-head-item {
    max-width: 1000px;
    padding: 0;
    box-sizing: border-box;
    border-right: none;
}

.calc-sect .calc-head-item {
    width: 100%;
    display: block;
}

.calc-sect-pie  {
    display: none;
}

.calc-head-item h5, .calc-head-item h6, .calc-head-item p, .calc-sect-sub-item, .calc-head-item h4 {
    text-align: center;
}

/*.mobile-output {
    display: inline!important;
}

.desktop-output {
    display: none!important;
}*/

}




/*** Mortgage products Blade ***/


.mortgage-products-contain {
	width:100%;
	margin:0 auto;
	max-width:1000px;

}

.mortgage-products-contain {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	    justify-content: space-around;

	    -webkit-flex-wrap: wrap;
	    -moz-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    -o-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.product-image-contain {
	width:33%;
}

.mortgage-product-column {
    display: block;
    text-align: center;
    margin: 20px auto;
    margin-top: 20px;
    padding: 0 20px;
  
}

.mortgage-product-column.circleprofile > a {
    background-repeat: no-repeat;
    display: block;
    height: 150px;
    width: 150px;
    background-size: cover;
    margin: 0 auto;
    border-radius: 50%;
    background-image: url(~/media/Images/bethpage/Mortgage/2015/temp-image-placeholder);
}

.mortgage-product-column h3 {
    margin-top: 22px;
    margin-bottom: 0;
    font-family: 'franklin-gothic-urw', sans-serif;
    font-size: 1.8em;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    color: #000;
}


.mortgage-product-column h3 a, .mortgage-product-column h3 a:link, .mortgage-product-column h3 a:visited {
  font-size: inherit;
  font-style: inherit;
  color: #000;
}

.mortgage-product-column p {
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 100;
    font-size: 1.6em;
    margin-top: 5px;
    padding: 0 15px;
}



@media screen and (min-width:675px){
  .product-image-contain.desktopoverride {
    display: block;
    opacity: 1;
    height: auto;

    animation: none;
    -moz-animation:  none;
    -webkit-animation:  none;
    -o-animation:  none;
  }
}





/*** Universal Footer ***/


.section-footer-home-lending {
    background-color: #292929;
}

.footer-dhl-wrap {
    width:100%;
    max-width: 1000px;
    margin: 0 auto;
    padding:70px 0;
}

.footer-dhl-col-con {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

}
.footer-dhl-item {
    padding: 0 10px;
    box-sizing: border-box;

}

.footer-dhl-item .call-center-detect {
    color:#FFFFFF;
}

.footer-dhl-item:nth-of-type(1) {
    width:30%;
}


.footer-dhl-item:nth-of-type(2) {
    width: 30%;
}

.footer-dhl-item:nth-of-type(3) {
    width: 20%;
}

.footer-dhl-item:nth-of-type(4) {
    width: 20%;
}

.footer-dhl-item ul {
    padding-left: 0;
    margin: 0;
}

.footer-dhl-item ul li {
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 200;
    font-size: 1.7em;
    color: #FFFFFF;
    text-align: left;
    line-height: 1.5em;
    list-style: none;
}



.footer-dhl-item ul li a{
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 200;
    font-size: 1.07em;
    color: #FFFFFF;
    text-align: left;
    line-height: 1.5em;
    list-style: none;
}



.footer-dhl-item p{
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 200;
    font-size: 1.6em;
    color: #FFFFFF;
    text-align: left;
}

.footer-dhl-item span{
    font-weight: 500;
    font-size: 1.1em;
 
}

.footer-dhl-item h4{
    margin: 0 0 5px 0;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 500;
    font-size: 2.0em;
    color: #FFFFFF;
    text-align: left;
}

.footer-dhl-item a.phone-number-ft {
    margin: 0 0 5px 0;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 500;
    font-size: 2.0em;
    color: #FFFFFF;
    text-align: left;
}

 a.specialist-call {
    transition: all 0.5s ease;
    display: inline-block;
    margin: 20px 0;
    padding: 10px 50px;
    background-color: #fff;
    font-family: 'franklin-gothic-urw', Arial, sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    color: #666;
    border:2px solid #FFFFFF;
    text-decoration: none;
}

a.specialist-call:hover {
    background-color: transparent;
    color:#FFFFFF;
}


.footer-dhl-lower-con{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;


    margin-top: 20px;
    padding:0 10px;
    box-sizing: border-box;
}

.footer-dhl-low-item {

}

.footer-dhl-low-item:nth-of-type(2) {
    margin-left:auto;
}

.footer-dhl-low-item img{
    max-width: 200px;
}

    footer .footer-full-area .c-teaser__block
{
display: inline-block;
}
.ncua-statement a img {
    height: 17px !important; 
    width: auto; 
    display: inline-block; 
    vertical-align: middle; 
    margin-right: 5px;
}

.ncua-statement a {
    color: #B5B5B5;
font-size: 12px !important;
    font-family: 'franklin-gothic-urw', arial, sans-serif;
    vertical-align: middle;
}
.ncua-statement a:hover {
color: white;
text-decoration: underline;
}
.ncua-statement .link-style {
    text-decoration: none; 
    color: #B5B5B5;
font-size: 1.1em;
    font-family: 'franklin-gothic-urw', arial, sans-serif;
    vertical-align: middle;
}

.ncua-statement .link-style br {
display: none;
}

.ncua-statement .text-divider {
        color: #B5B5B5;
font-size: 1.1em;
    font-family: 'franklin-gothic-urw', arial, sans-serif;
    text-decoration: none; 
margin: 0px 10px;
    vertical-align: middle;
}



.dhl-footer__additional-copyright {
    padding-top:10px;
    color: #B5B5B5;
    font-size: 12px !important;
    font-family: 'franklin-gothic-urw', arial, sans-serif;
}



    @media screen and (max-width: 675px) {


 
          .hdr-tran-msg-header {
              display: none;
          }


          .hdr-decision-box {
              font-size: 1.85em;
          }


          .hdr-decision-box-sub {
              font-size: 1.5em;
          }


          .value-prop-contain {
              flex-direction: column;
          }

          .vp-item {
              width: 100%;
              -webkit-flex-direction: row;
              -moz-flex-direction: row;
              -ms-flex-direction: row;
              -o-flex-direction: row;
              flex-direction: row;
              z-index: 1;
          }

          .vp-item img {
              width: 10%;
              padding: 0 10px;
          }

          .value-prop-wrapper {
              position: relative;
          }

          .rating-contain-box {
              -webkit-flex-direction: column;
              -moz-flex-direction: column;
              -ms-flex-direction: column;
              -o-flex-direction: column;
              flex-direction: column;
          }

          .header-full-wrap {
              padding: 125px 0 10px;
          }


          .zillow-rating-of-5 {
              border-bottom: none;    
          }


          .footer-dhl-item .call-center-detect {
              display: block;
              max-width: 200px;
              margin: 15px 0;
          }

          .footer-dhl-item:nth-of-type(1), .footer-dhl-item:nth-of-type(2), .footer-dhl-item:nth-of-type(3), .footer-dhl-item:nth-of-type(4) {
              width: 100%;
              margin: 30px 0;
          }

          .contact-us-header {
              width: 40px;
          }

          .footer-dhl-low-item:nth-of-type(2) {
              margin: 20px 0;
          }

          .footer-dhl-lower-con {
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          -o-flex-direction: column;
          flex-direction: column;
          }

      
 .product-image-contain {
     width: 50%;
 }

.l-footer__full .c-footer__ncua-statement { margin-top: 20px; }
.ncua-statement .link-style br { display: inherit; }
.ncua-statement .text-divider { display: none; }
.ncua-statement a img { margin-bottom: 10px; }
.ncua-statement a  { display: block; }


.footer-dhl-col-con {
 
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}


.footer-dhl-item:nth-of-type(1), .footer-dhl-item:nth-of-type(2), .footer-dhl-item:nth-of-type(3), .footer-dhl-item:nth-of-type(4) {
    width: 100%;
}



}


/* Mobile edits */

@media screen and (max-width: 675px) {
.vp-item p {
text-align:left;
}


.vp-item img {
    width: 45px;
    padding: 0 20px;
}


.section-hub-zillow-wrapper .zillow-rating-score h2 {
  padding:0 20px;
}


.quick-opt-contain .quick-opt-itm:nth-of-type(2) {
  padding:30px 20px;
}

.mortgage-product-column {
  padding: 0 2px;
}


.mortgage-mobile .content-type {
  font-size: 0;
}

.mortgage-mobile .content-type i{
  font-size: 20px;
}


.mortgage-mobile .calc-box-options {
  margin-left:auto;
}

.mortgage-mobile .calc-box-item {
    justify-content: start;
    }



    /* Fixed page edits */

    .featured-rate {
      font-size: 2rem;
    }

    .section-decision-box-wrapper {
      min-height: auto;
    }

    .header-no-vp-wrap .scroll-for-more {
    margin: 60px 0 20px;
}

.val-content h4, .value-feats .val-content p:nth-of-type(odd) {
  margin: 10px 0;
}


.bpg-faq-sec h4 {
  width:80%;
  display: inline-block;
}


}

 


