.header-container {
    background:url('../img/join1.jpg') no-repeat center center;
    background-color:#000000;    
    background-attachment: inherit;
    max-height:100%;
    background-size:cover;
    padding-bottom: 50px;
}

.join-now {
    color:white;
    margin-top:12em;
    width:722px;
    padding-left: 137px;
    text-align: justify;
    margin-bottom: 47px;
}

.join-now h1 {
    font-family: 'moonflower';
    font-size: 5em;
    color: white;
}

.green-bar {
    padding: 0 10px 0px 10px;
}

.learn-button {
    padding: 5px 12px 6px 12px;
    width: 9em;
    margin: -3px 0 0 -13px;
}

.row {
    margin-right: 0; /*fix side-scrollbar */
    margin-left: 0;
}

.apply-button{
    padding: 5px 12px 6px 12px;
    width: 9em;
    margin: -3px 0 0 -13px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 500;
    font-size: 1.25em;
	color: #fff !important;
	border: 1px solid #c1373c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: background-color .6s ease;
	-moz-transition: background-color .6s ease;
	-ms-transition: background-color .6s ease;
	background: #ef464d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ef464d 0%, #c1373c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef464d), color-stop(100%,#c1373c));
	background: -webkit-linear-gradient(top, #ef464d 0%,#c1373c 100%);
	background: -o-linear-gradient(top, #ef464d 0%,#c1373c 100%);
	background: -ms-linear-gradient(top, #ef464d 0%,#c1373c 100%);
	background: linear-gradient(to bottom, #ef464d 0%,#c1373c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef464d', endColorstr='#c1373c',GradientType=0 );
}

.apply-button:hover, .apply-button:focus {
 	color: #fff;
    background: #c1373c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxMzczYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjQ2NGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #c1373c 0%, #ef464d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1373c), color-stop(100%,#ef464d));
	background: -webkit-linear-gradient(top,  #c1373c 0%,#ef464d 100%);
	background: -o-linear-gradient(top,  #c1373c 0%,#ef464d 100%);
	background: -ms-linear-gradient(top,  #c1373c 0%,#ef464d 100%);
	background: linear-gradient(to bottom,  #c1373c 0%,#ef464d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1373c', endColorstr='#ef464d',GradientType=0 );
}

.container {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

.container.footcontainer {
    margin-right:auto;
    margin-left:auto;
    padding-right: 15px;
    padding-left: 15px;
}

.black-bar sup {
  top: -12px;
  right: 5px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top:30px;
  height: 90px;
  background-color: #000000;
  color: #fff;
}


/* PRODUCTS DROPDOWN MENU */


#productsMenu {
    font-family: 'Lato', sans-serif !important;
    font-weight: 500;
    font-size: 1.25em;
    color: #fff !important;
    border: 1px solid #5f600e;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    width:18.4em;
    text-decoration: none;
    -webkit-transition: background-color .6s ease;
    -moz-transition: background-color .6s ease;
    -ms-transition: background-color .6s ease;
    background: #949426;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #949426 0%, #77771f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #949426), color-stop(100%, #77771f));
    background: -webkit-linear-gradient(top, #949426 0%, #77771f 100%);
    background: -o-linear-gradient(top, #949426 0%, #77771f 100%);
    background: -ms-linear-gradient(top, #949426 0%, #77771f 100%);
    background: linear-gradient(to bottom, #949426 0%, #77771f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949426', endColorstr='#77771f', GradientType=0 );
    height: 2.15em;
    padding: 0 0 0 0;
}

.open #productsMenu {
  font-family: 'Lato', sans-serif !important;
  font-weight: 500;
  font-size: 1.25em;
  color: #fff !important;
  border: 1px solid #5f600e;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  display: inline-block;
  width: 18.4em;
  text-decoration: none;
  -webkit-transition: background-color .6s ease;
  -moz-transition: background-color .6s ease;
  -ms-transition: background-color .6s ease;
  background: #949426;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #949426 0%, #77771f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #949426), color-stop(100%, #77771f));
  background: -webkit-linear-gradient(top, #949426 0%, #77771f 100%);
  background: -o-linear-gradient(top, #949426 0%, #77771f 100%);
  background: -ms-linear-gradient(top, #949426 0%, #77771f 100%);
  background: linear-gradient(to bottom, #949426 0%, #77771f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949426', endColorstr='#77771f', GradientType=0 );
  height: 2.15em;
  padding: 0 0 0 0;
}

ul.dropdown-menu.products {
    width: 23em;
    border-radius: 0 0 3px 3px;
    background: #000000;
    margin: 0px 0 0 0;
    padding: 3px 0px 8px 0;
}


.dropdown-menu.products>li>a {
  color: white;
}

.dropdown-menu.products>li>a:hover {
    background-color:#000000;
    color:#91992e;
    -ie-transition: color 0.3s ease !important;
    -webkit-transition: color 0.3s ease !important;
    -moz-transition: color 0.3s ease !important;
    -o-transition: color 0.3s ease !important;
    transition: color 0.3s ease !important;
}

.caret.product-caret {
    border-top-color: white;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid white;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
}

ul.dropdown-menu.products {
    padding-top: 10px;
}

p.learn-more-button-para {
  display: inline-block;
  padding: 0 0 0 0;
  margin-right: 2px;
  float: left;
}

.dropdown.dropdown-products {
  margin-top: 1.2em;
  display: inline-block;
  float: left;
  width: 4em;
  margin: 0;
  padding: 4px 0 0 0;
}

a.nav-mortgages, a.nav-equity, a.nav-auto, a.nav-visa, a.nav-feelgood {
    padding: 3px 13px;
    color: white;
    font-weight: normal;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.75em;
    -webkit-transition: background-color .6s ease;
    -moz-transition: background-color .6s ease;
    -ms-transition: background-color .6s ease;
    transition: background-color .6s ease;
    font-family: 'Helvetica', sans-serif !important;
    font-weight: 500;
    height: 2.15em;
}

a.nav-mortgages:hover, a.nav-equity:hover, a.nav-auto:hover, a.nav-visa:hover, a.nav-feelgood:hover {
    color: #91992e;
    -webkit-transition: color .6s ease;
    -moz-transition: color .6s ease;
    -ms-transition: color .6s ease;
    transition: color .6s ease;
    font-family: 'Helvetica', sans-serif !important;
    font-weight: 500;
    height: 2.15em;
}

/* MORTGAGES */
#mortgages {
    padding-top:150px;
    display:block;
}

.mortgages {
  background-image: url(../img/mortgage-section-bg-img.gif);
  background-repeat: no-repeat;
  background-position: 564px 220px;
  color: white;
  padding-top: 100px;
  padding-left: 137px;
  text-align: justify;
  margin-bottom: 0;
  background-color: #91992e;
  padding-bottom: 31px;
}

.mortgages-body {
    width: 600px;
    padding-bottom:130px;
}

.mortgages h2 {
    font-family: 'moonflower';
    font-size: 3.5em;
    width: 5em;
    color: white;
}

/* EQUITY */
#equity {
    padding-top:150px;
    display:block;
}

.equity {
  background-image: url(../img/equity-section-bg-img.gif);
  background-repeat: no-repeat;
  background-position: 564px 220px;
  color: white;
  padding-top: 100px;
  padding-left: 137px;
  text-align: justify;
  background-color: #308796;
  padding-bottom: 31px;
}

.equity-body {
    width: 600px;
    padding-bottom: 130px;
}

.equity h2 {
    font-family: 'moonflower';
    font-size: 3.5em;
    width: 6em;
    color: white;
}

/* AUTO */
#auto {
    padding-top:150px;
    display:block;
}

.auto {
  background-image: url(../img/auto-section-bg-img.gif);
  background-repeat: no-repeat;
  background-position: 564px 220px;
  color: white;
  padding-top: 100px;
  padding-left: 137px;
  text-align: justify;
  background-color: #91992e;
  padding-bottom: 31px;
}

.auto-body {
    width: 600px;
    padding-bottom: 130px;
}

.auto h2 {
    font-family: 'moonflower';
    font-size: 3.5em;
    width: 5em;
    color: white;
}

/* VISA */
#visa {
    padding-top:150px;
    display:block;
}

.visa {
  background-image: url(../img/visa-section-bg-img.gif);
  background-repeat: no-repeat;
  background-position: 564px 220px;
  color: white;
  padding-top: 100px;
  padding-left: 137px;
  text-align: justify;
  background-color: #308796;
  padding-bottom: 31px;
}

.visa-body {
    width: 600px;
    padding-bottom: 130px;
}

.visa h2 {
    font-family: 'moonflower';
    font-size: 3.5em;
    width: 6em;
    color: white;
}

/* FEELGOOD */
#feelgood {
    padding-top:150px;
    display:block;
}

.feelgood {
  background-image: url(../img/feelgood-section-bg-img.gif);
  background-repeat: no-repeat;
  background-position: 564px 220px;
  color: white;
  padding-top: 100px;
  padding-left: 137px;
  text-align: justify;
  background-color: #91992e;
  padding-bottom: 31px;
}

.feelgood-body {
    width: 600px;
    padding-bottom: 130px;
}

.feelgood h2 {
    font-family: 'moonflower';
    font-size: 3.5em;
    width:auto;
    color: white;
    text-align: left;
    display:block;
}

/* DISCLOSURE */
#disclosure {
    padding-top:150px;
    display:block;
}

.disclosure {
  background-image: url(../img/disclosure-section-bg-img.gif);
  background-repeat: no-repeat;
  background-position: 564px 220px;
  color: white;
  padding-top: 100px;
  padding-left: 137px;
  text-align: justify;
  background-color: #000000;
  padding-bottom: 31px;
}

.disclosure-body {
    width: 600px;
    padding-bottom: 130px;
}

.disclosure h3 {
    font-family: 'moonflower';
    font-size: 3em;
    width: 6em;
    color: white;
}

.disclosure p {
    text-indent:-12px;
    padding-left:12px;
}


/* MEDIA QUERIES */

@media (max-width: 768px) {
    
    .learn-more-button-para {
        text-align:center;
    }
    
    .join-now {
      padding-left: 5%;
      padding-right: 5%;
      width:auto;
    }
    
    .join-now h1 {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* BEGIN MORTGAGES */
    
    #mortgages {
      padding-top: 100px;
    }
    .mortgages {
      background-image:none;
      padding-left: 5%;
      padding-right: 5%;
      width:auto;
      padding-top: 0;
    }
    
    .mortgages-body {
        width: auto;
        padding-bottom: 60px;
    }
    
    .mortgages h2 {
      font-family: 'moonflower';
      font-size: 3.5em;
      width: auto;
      color: white;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
    
    /* BEGIN EQUITY */
    
    #equity {
      padding-top: 100px;
    }
    
    .equity {
      background-image:none;
      padding-left: 5%;
      padding-right: 5%;
      width:auto;
      padding-top: 0;
    }
    
    .equity-body {
        width: auto;
        padding-bottom: 60px;
    }
    
    .equity h2 {
      font-family: 'moonflower';
      font-size: 3.5em;
      width: auto;
      color: white;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
    
    /* BEGIN AUTO */

    #auto {
      padding-top: 100px;
    }
    
    .auto {
      background-image:none;
      padding-left: 5%;
      padding-right: 5%;
      width:auto;
      padding-top: 0;
    }
    
    .auto-body {
        width: auto;
        padding-bottom: 60px;
    }
    
    .auto h2 {
      font-family: 'moonflower';
      font-size: 3.5em;
      width: auto;
      color: white;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
    
    /* BEGIN VISA */

    #visa {
      padding-top: 100px;
    }
    
    .visa {
      background-image:none;
      padding-left: 5%;
      padding-right: 5%;
      width:auto;
      padding-top: 0;
    }
    
    .visa-body {
        width: auto;
        padding-bottom: 60px;
    }
    
    .visa h2 {
      font-family: 'moonflower';
      font-size: 3.5em;
      width: auto;
      color: white;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
    
    /* FEELGOOD */
    
    #feelgood {
      padding-top: 100px;
    }
    
    .feelgood {
      background-image:none;
      padding-left: 5%;
      padding-right: 5%;
      width:auto;
      padding-top: 0;
    }
    
    .feelgood-body {
        width: auto;
        padding-bottom: 60px;
    }
    
    .feelgood h2 {
      font-family: 'moonflower';
      font-size: 3.5em;
      width: auto;
      color: white;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
    
        /* DISCLOSURE */
    
    #disclosure {
      padding-top: 100px;
    }
    
    .disclosure {
      background-image:none;
      padding-left: 5%;
      padding-right: 5%;
      width:auto;
      padding-top: 0;
    }
    
    .disclosure-body {
        width: auto;
        padding-bottom: 60px;
    }
    
    .disclosure h3 {
      font-family: 'moonflower';
      font-size: 2.5em;
      width: auto;
      color: white;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
    
    .disclosure p {
      text-align: left;
    }
    
    .dropdown-menu.products {
        width: 23em;
        border-radius: 0 0 3px 3px;
        background: #000000;
        margin: -2px 0 0 0;
        padding: 3px 0px 8px 0;
        position:relative;
        top: 100%;
        left:auto;
        z-index: 1000;
        float:none;
        min-width: 160px;
        padding: 5px 0;
        margin: 0;
        font-size: 14px;
        list-style: none;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        background-clip: padding-box;
        text-align: center;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    p.learn-more-button-para {
        display: inline-block;
        padding: 0 0 0 0;
        margin-right: 2px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .dropdown.dropdown-products {
          margin-top: 1.2em;
          display: block;
          float: none;
          width: auto;
          margin: 0;
          padding: 4px 0 0 0;
          margin-left: auto;
          margin-right: auto;
          text-align: center;
    }
    
}

@media (max-width: 668px) {
    .header-container {
        background: none;
        background-color: #000000;
    }
}


@media (max-width: 593px) {
    .dropdown.dropdown-products {
      clear: both;
    }
}

@media (max-width: 445px) {

    
    #productsMenu, .open #productsMenu {
        width:15em;
    }
    
    ul.dropdown-menu.products {
        width: 18.8em;
    }
    
    .visa h2 {
      font-size: 3em;
      width: auto;
    }
    
    .feelgood h2 {
      font-size: 3em;
      width: auto;
    }
    
}