#outerExterior {
  width: 100%;
  padding-top: 0;
  background-image: none;
}
#mainbody {
  background: none;
  min-height: 100%;
}
body {
  background-image: url("images/home_top_banner.jpg");
  /* background-image: url("https://www.caselle.com/wp-content/uploads/2014/04/member-login-banner.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 90%;
  min-width: 100%;
  height: 100%;
}
.container-fluid {
  padding-right: 100px;
  padding-left: 100px;
}
header {
  height: 100px;
}
header .tag-line p {
  font-family: BreuerTextBold;
}
header .tag-line p,
header .tag-line li {
  line-height: 62px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 18px 0;
  font-weight: 700;
}
header .tag-line li {
  font-family: BreuerTextRegular;
}
.separator {
  font-family: BreuerTextRegular !important;
  font-weight: 100 !important;
}
header .tag-line li i {
  font-family: BreuerTextBoldItalic;
}
header .tag-line li a,
header .tag-line li a:visited,
header .tag-line li a:hover {
  color: white;
  font-weight: 300;
}
header .tag-line li a:hover,
.center-block li a:hover {
  text-decoration: none;
}
.center-block li a,
.center-block li {
  color: #b2b2b2;
}
.btn-orange {
  background: #cf6a28;
  color: #fff;
  border-radius: 0;
  font-family: BreuerTextBold;
  font-weight: 700;
  margin: 10px 0;
  width: 100%;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
  color: #fff;
  background: #b75925;
}
footer {
  background: #222222;
  padding: 30px 0;
  margin-top: 270px;
}
footer p {
  font-family: BreuerTextRegular;
  color: #fff;
  font-size: 17px;
}
.footright {
  font-family: BreuerTextRegular;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.footright ul.list-inline li a {
  color: white;
  font-size: 23px;
}
.footrightbot ul.list-inline li,
.footrightbot ul.list-inline li a {
  font-weight: 700;
  color: white;
}
.footrightbot ul.list-inline li a {
  font-family: BreuerTextBold !important;
}
.client_log_img {
  min-width: 400px;
  margin-left: -50px;
}

.mobileMenu {
  cursor: pointer;
  border: 0;
  outline: 0;
  /* background: url("https://www.caselle.com/wp-content/themes/Caselle/img/generic/mobile-menu.png")
    no-repeat; */
  width: 43px;
  height: 34px;
  position: absolute;
  right: 5%;
  top: 20px;
  background-size: 90%;
}
.mobileMenu a {
  color: #fff;
  display: block;
  font-size: 40px;
  text-decoration: none;
}
#collapseMenu {
  position: absolute;
  z-index: 1;
  width: 100%;
  background: #f7f5ec;
  box-sizing: border-box;
  padding: 30px 40px;
}
#collapseMenu > ul > li > a:first-child {
  color: #cf6a28;
  text-transform: uppercase;
  font-weight: bold;
}
#collapseMenu .sub-menu > li {
  line-height: normal;
  color: black;
  vertical-align: top;
  padding-right: 40px;
  border-right: 1px dotted #ddd;
  margin-right: 30px;
}
.sub-menu li a {
  margin-bottom: 4px;
  display: block;
  font-family: BreuerTextBold;
  font-weight: bold;
  font-size: 18px;
}
.sub-menu li ul.list-unstyled li a {
  color: #85776f;
  font-size: 15px;
  margin-right: 30px;
}
#socialicons {
  margin-top: 10px;
}
.form-cont {
  background: #222222;
  border-radius: 10px;
  padding: 10px;
}

/*==========  Non-Mobile First Method  ==========*/

/*custom*/
@media only screen and (max-width: 1600px) {
  .footright,
  .footrightbot > div {
    width: 40%;
  }
  .footrightbot > div {
    margin-left: 60%;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  body {
    background-position: center -170px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  #collapseMenu .sub-menu > li {
    display: block;
    margin-bottom: 30px;
    border-right: none;
  }
  #socialicons,
  .footright {
    text-align: center;
  }
  .footrightbot > div {
    margin-left: auto;
    width: 100%;
  }
  .mobile-header {
    padding-bottom: 10px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .form-cont,
  .footright {
    width: 100% !important;
  }

  footer {
    margin-top: 150px;
  }
  .client_log_img {
    min-width: 320px;
    margin: 0 auto;
  }
  .footer-cass,
  .footer-p {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .footright {
    float: none !important;
  }
  .footrightbot .pull-right {
    float: none !important;
    text-align: center;
  }
  #collapseMenu {
    top: -30px;
  }
  .mobile-header {
    padding-bottom: 10px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .client_log_img {
    min-width: 100%;
  }
  .mobile-header {
    padding-bottom: 10px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .mobile-header {
    padding-bottom: 10px;
  }
}
