/* Westminster Custom Styles */

/* -------------------- Global -------------------- */

body {
  background-color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
}

a {
  color: #333;
}

a:hover {
  opacity: .9;
  text-decoration: none;
}


/* -------------------- Mast -------------------- */


.section1 {
  height: 100px;
  display: block;
  margin-bottom: 40px;
}

.section1 .container {
  height: 60px;
}

.mast-branding h2 {
  margin-top: 40px;
}

.mast-utility {
  margin-top: 25px;
}

.mast-utility ul {
  float: left;
  padding: 0;
}

.mast-utility li {
  float: left;
  list-style: none;
  padding: 0 5px 5px; 0;
}

ul.mast-utility-cta {
  margin: 0 20px 40px 0;
}

ul.mast-utility-cta a {
  border-radius: 50px;
  font-size: 11px;
  font-weight: bold; 
  letter-spacing: 1px;
  padding: 5px 10px 5px 25px;
  text-transform: uppercase;
}

ul.mast-utility-cta a.mast-utility-cta-contact {
  background: url(../images/layout/mast-contact.png) #d1d5d9 no-repeat left;
  background-size: 22px;
  color: #517281;
}

ul.mast-utility-cta a.mast-utility-cta-donate {
  background: url(../images/layout/mast-donate.png) #ebd1c1 no-repeat left;
  background-size: 22px;
  color: #bc522a;
}

ul.mast-utility-cta a.mast-utility-cta-subscribe {
  background: url(../images/layout/mast-subscribe.png) #e8eae2 no-repeat left;
  background-size: 22px;
  color: #879e79;
}

form.mast-utility-search {
  float: left;
  margin-right: 15px;
  width: 170px;
}

form.mast-utility-search {
  border: 0;
  border-bottom: 2px solid #ccc;
}

form.mast-utility-search input {
  background: url(../images/layout/mast-search.png) no-repeat top right;
  border: 0;
  width: 170px;
}

.mast-utility-social li {
  padding: 0 5px 0 0;
}

.mast-utility-social {
  border: none;
  float: left;
  width: 175px;
}

.mast-utility-social a {
  display: block;
  height: 20px;
  width: 20px;
}


a.mast-utility-social-facebook {
  background: url(../images/layout/mast-social.png) no-repeat 0 0;
}

a.mast-utility-social-instagram {
  background: url(../images/layout/mast-social.png) no-repeat -27px 0;
}

a.mast-utility-social-twitter {
  background: url(../images/layout/mast-social.png) no-repeat -54px 0;
}

a.mast-utility-social-youtube {
  background: url(../images/layout/mast-social.png) no-repeat -84px 0;
}

a.mast-utility-social-yelp {
  background: url(../images/layout/mast-social.png) no-repeat -111px 0;
}


/* -------------------- Mast / Mobile -------------------- */


@media (min-width: 760px) and (max-width: 1200px) {

  .section1 {
  }

  .mast-branding h2 {

  }

  .mast-branding h2 img {

  }

  .mast-utility {
  }

  ul.mast-utility-cta a {
    font-size: 10px;
    padding-right: 10px;
  }

  form.mast-utility-search,
  form.mast-utility-search input {
      width: 130px;
  }

  ul.mast-utility-cta li {
    padding-right: 5px;
  }

  .mast-utility-social {
      width: 130px;
  }

}

@media (min-width: 500px) and (max-width: 992px) {

  .section1 {
  }

  .mast-branding h2 {
    margin-top: 25px;
  }

  .mast-branding h2 img {
    width: 50%;
  }

  .mast-utility {
  }

  ul.mast-utility-cta a {
    font-size: 10px;
  }

  form.mast-utility-search {
    width: 170px;
  }

  ul.mast-utility-cta li {
    padding-right: 5px;
  }

  .mast-utility-social {
    margin-left: 10px;
  }

}

@media (min-width: 300px) and (max-width: 765px) {

  .section1 {
  }

  .mast-branding h2 {
    margin-top: 25px;
  }

  .mast-branding h2 img {
    width: 50%;
  }

  .mast-utility {
  }

  ul.mast-utility-cta a {
    font-size: 10px;
  }

  form.mast-utility-search {
        display: none;
  }

  ul.mast-utility-cta li {
    padding-right: 5px;
  }

  .mast-utility-social {
    margin-bottom: 0 !important;
    margin-left: 10px;
  }

}

@media (min-width: 100px) and (max-width: 515px) {

  .mast-branding h2 {
    margin-top: 15px;
    width: 100%;
  }

  .mast-branding h2 img {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding-bottom: 15px;
    width: 100%;
  }

  .mast-utility {
    margin-top: 20px;
  }

  ul.mast-utility-cta a {
    font-size: 10px;
    font-weight: bold; 
    letter-spacing: 1px;
    padding: 8px 10px 8px 38px;
  }

  form.mast-utility-search {
    display: none;
  }

  ul.mast-utility-cta li {
    padding-right: 5px;
  }

  .mast-utility-social {
      width: 130px;
  }

}

@media (min-width: 100px) and (max-width: 410px) {

  .section1 {
    display: block;
    margin-bottom: 40px;
  }

  ul.mast-utility-cta a {
    background-image: none;
    background-color: #d1d5d9;
    font-size: 10px;
    padding: 3px 5px;
  }

  ul.mast-utility-cta a.mast-utility-cta-donate,
  ul.mast-utility-cta a.mast-utility-cta-subscribe {
    background-image: none;
  }

  ul.mast-utility-cta {
    margin: 0;
    padding: 0;
  }

  .mast-utility-social {
      margin-left: 0;
      width: 120px;
  }

  .mast-utility-social li {
    padding: 0 2px 0 0;
  }

}


/* -------------------- Nav -------------------- */


.section2 {
  background: url(../images/layout/generic_grey_bkrd.png) #333 repeat-y center center;
  height: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 999;
}

nav,
.navbar-header  {
  background-color: #333;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:visited {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #517281;
    color: #fff;
}

.navbar {
    border: 0 none;
    margin-bottom: 0;
    min-height: 0;
}

.navbar nav li a {
  background-color: #333;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 10px;
  text-transform: uppercase;
}

.navbar nav li a:hover {
  background: url(../images/layout/nav_arrow.png) #517281 no-repeat center top;
}

.navbar nav li a.nav-active {
  background: url(../images/layout/nav_arrow.png) #517281 no-repeat center top;
}


.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    background: url(../images/layout/nav_arrow.png) #517281 no-repeat center top;
    color: #fff;
}

/* Highlighted Nav (Lighter Grey) */
.navbar li.nav-highlight > a {
  background-color: #58585b;
  padding-left: 20px;
  padding-right: 20px;
}

/* Drop Down Starts */

.navbar-nav > li > .dropdown-menu {
    border: 0 none;
    border-radius: 0;
}

.dropdown-menu {
  background: url(../images/layout/sub_nav_bkrd.png) repeat;
}

ul.dropdown-menu li a {
  background-color: transparent;
}

ul.dropdown-menu li a:hover {
  background-color: #517281;
  background-image: none;
  color: #fff;
}

.navbar-header-text {
  display: none;
}


/* Override Bootstrap */

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0 none;
}

  div.mob-nav-search {
    display: none;
  }




/* Nav - Mobile */

@media (min-width: 992px) and (max-width: 1200px) {

  .navbar nav li a {
    font-size: 11px;
  }

}


@media (min-width: 765px) and (max-width: 992px) {

  .navbar nav li a {
    font-size: 9px;
    padding: 10px 10px;
  }

  /* Highlighted Nav (Lighter Grey) */
  .navbar li.nav-highlight > a {
    padding-left: 10px;
    padding-right: 10px;
  }

}


@media (min-width: 180px) and (max-width: 765px) {

  .section2 {
    height: 50px;
  }

  .navbar-default .navbar-toggle {
    background-color: #999;
    border: 0;
    margin-bottom: 0;
    margin-top: 5px;
  }

  .navbar-default .navbar-toggle {
    float: left;
    border: 0;
    margin-bottom: 0;
    margin-top: 5px;
  }


  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }


  /* Highlighted Nav (Lighter Grey) */
  .navbar li.nav-highlight > a {
    background-color: transparent;
  }

  .navbar-header-text {
    color: #fff;
    display: block;
    font-size: 20px;
    margin-top: 10px;
    text-transform: uppercase;
  }

  .navbar nav li > a,
  .navbar nav li > a:hover {
    background: url(../images/layout/nav_arrow.png) no-repeat 95% center;
  }

  .navbar nav li a.nav-active {
    background: url(../images/layout/nav_arrow.png) no-repeat 95% center;
  }

  .dropdown-menu {
    background-image: none;
    background-color: red;
  }

  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
      background: url(../images/layout/nav_arrow.png) #58585b no-repeat 95% center;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      background-image: none;
      color: #ccc;
      font-weight: normal;
      text-transform: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #ccc;
  }

  div.mob-nav-search {
    display: block;
  }

  div.mob-nav-search input {
    background-color: #333;
    background: url(../images/layout/mast-search.png) no-repeat center right;
    border: 0;
    border-bottom: 3px solid #999;
    color: #fff;
    margin: 10px 0;
    padding: 10px 0;
    width: 100%;
  }

}


/* -------------------- Hero -------------------- */

div.section3-home {
  background: url(../images/layout/home-hero-bkrd-1.png) no-repeat bottom center;
  height: 875px;
}

.home-hero-1,
.home-hero-2,
.home-hero-3 {
  background: url(../images/layout/hero-1.png) no-repeat center center;
  height: 550px;
  width: 100%;
  padding: 0;
  margin: 0;
}

span#custom-pager {
  float: left;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 400px;
  padding-left: 75px;
  position: relative;
  z-index: 150;
}

#custom-pager ul {
  width: 1150px;
}

#custom-pager li {
  display: inline-block;
  margin-right: 15px;
}

#custom-pager a {
  color: transparent;
  display: block;
  border: 4px solid #fff;
  border-radius: 50px;
  height: 25px;
  width: 25px;
}

#custom-pager li.cycle-pager-active {
  background-color: #fff;
  border-radius: 50px;
}

.home-hero h1 {
  background: url(../images/layout/home-hero-h1-bkrd.png) repeat;
  color: #fff;
  font-size: 48px;
  height: 100px;
  margin: 450px 0 0 0;
  padding: 25px 25px;
  text-transform: uppercase;
}

div.home-hero-blurb {
  background-color: #517281;
  color: #fff;
  float: left;
  font-size: 20px;
  height: 210px;
  padding: 25px 25px;
  width: 75%;
}

div.home-hero-blurb a {
  background: url(../images/layout/cta-arrow.png) #7f2224 no-repeat 95% 48%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 15px 45px 0 0px;
  padding: 15px 45px 15px 20px;
  text-transform: uppercase;
}

div.home-hero-cta {
  background-color: #517281;
  float: right;
  height: 210px;
  width: 25%;
}

div.home-hero-cta a {
  background: url(../images/layout/cta-arrow.png) #333 no-repeat 96% center;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 10px 10px 15px;
  text-transform: uppercase;
}

div.home-hero-cta a.home-hero-cta-passive {
  background-color: #333;
  margin: 35px 25px 0 0;
}

div.home-hero-cta a.home-hero-cta-primary {
  background-color: #333;
  margin: 15px 25px 0 0;
}


/* -------------------- Hero / Mobile -------------------- */


@media (min-width: 765px) and (max-width: 992px) {

  .home-hero h1 {
    font-size: 34px;
  }

  div.home-hero-blurb,
  div.home-hero-cta {
    height: 250px;
  }

}


@media (min-width: 180px) and (max-width: 765px) {

  div.section3-home {
    background: url(../images/layout/home-hero-bkrd-1.png) no-repeat top center;
    background-size: 500%;
    height: 750px;
  }

  .home-hero-1,
  .home-hero-2,
  .home-hero-3 {
    background: url(../images/layout/hero-1.png) no-repeat top center;
    background-size: 100%;
    height: 175px;
  }

  .home-hero h1 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 175px;
    padding-top: 15px;
  }

  span#custom-pager {
    margin-top: 135px;
  }

  div.home-hero-blurb {
    font-size: 14px;
    height: 240px;
    width: 100%;
  }

  div.home-hero-blurb a {
    padding-bottom: 0;
    padding-top: 0;
  }

  div.home-hero-cta {
    width: 100%;
  }

  div.home-hero-cta a {
    font-size: 12px;
    padding: 15px;
  }

  div.home-hero-cta a.home-hero-cta-passive,
  div.home-hero-cta a.home-hero-cta-primary {
    margin-left: 25px;
  }

}


/* -------------------- Content Buckets -------------------- */


div.section4-home {
  background: url(../images/layout/home-hero-bkrd-2.png) no-repeat top center;
  height: 550px;
}

.home-buckets h2 {
  background: url(../images/layout/home-section4-h2-bkrd.png);
  margin: -42px 0 0 0;
  opacity: .95;
}

.home-buckets a {
  background: url(../images/layout/cta-arrow.png) no-repeat 96% center;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 45px 10px 20px;
  text-transform: uppercase;
}

.home-buckets p {
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 160px;
  line-height: 24px;
  opacity: .7;
  padding: 20px;
}


/* -------------------- Content Buckets / Mobile -------------------- */

@media (min-width: 1280px) and (max-width: 2800px) {

  span#custom-pager {
    padding-left: 625px;
  }

}

@media (min-width: 1280px) and (max-width: 1800px) {

  span#custom-pager {
    padding-left: 300px;
  }

}

@media (min-width: 992px) and (max-width: 1280px) {

  span#custom-pager {
    padding-left: 75px;
  }

}

@media (min-width: 765px) and (max-width: 992px) {

  div.section4-home {
    height: auto;
    margin-bottom: 100px;
  }

  .home-buckets img {
    width: 100%;
  }

}

@media (min-width: 180px) and (max-width: 765px) {

  div.section4-home {
    height: auto;
    margin-bottom: 100px;
  }

  .home-buckets img {
    width: 100%;
  }

  .home-buckets p {
    font-size: 14px;
  }

}


/* -------------------- Video & News -------------------- */

div.section5-home {
  margin-bottom: 100px;
}

.home-misc-content h2 {
  border-bottom: 1px solid #ccc;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 30px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.home-misc-content iframe {
  margin: 0 0 20px 0;
}

.home-misc-content p {
  line-height: 25px;
  margin: 0 0 20px 0;
}

.home-misc-content h3 a {
  letter-spacing: 0;
  text-transform: capitalize;
}

.home-misc-content a {
  background: url(../images/layout/cta-arrow-blue.png) no-repeat right center;
  color: #517281;
  font-weight: bold;
  padding-right: 25px;
  text-transform: uppercase;
}

.home-misc-content article {
  margin: 0 0 30px 0;
  padding: 0 0 0 75px;
}

.home-misc-content hr {
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px 0;
  padding: 0;
}

.home-misc-content h3 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.home-misc-content img {
  border: 1px solid #ccc;
  border-radius:  100px;
  float: right;
  margin: 0 20px;
}

article.home-news-1 {
  background: url(../images/layout/home-news-icon-1.png) no-repeat left top;
}

article.home-news-2 {
  background: url(../images/layout/home-news-icon-2.png) no-repeat left top;
}

article.home-news-3 {
  background: url(../images/layout/home-news-icon-3.png) no-repeat left top;
}

.home-misc-content-news p {
  line-height: 22px;
}


/* -------------------- Content Buckets / Mobile -------------------- */

@media (min-width: 765px) and (max-width: 992px) {

  .home-misc-content-video {
    margin-bottom: 50px;
  }

  .home-misc-content-video iframe {
    width: 100%;
  }

}


@media (min-width: 180px) and (max-width: 765px) {

  .home-misc-content-video {
    margin-bottom: 50px;
  }

  .home-misc-content-video iframe {
    width: 100%;
  }

  .home-misc-content img {
    display: none;
  }

}


/* --------------------Infographic-------------------- */

.section6-home {
  background: url(../images/layout/home-section5-bkrd.png) no-repeat center;
}

.section6-home > .container {
  height: 720px;
}

.section6-home h2 {
  color: #fff;
  margin: 65px 0;
  text-align: center;
  text-transform: uppercase;
}

.infographic {
  background: url(../images/layout/home-infographic.png) no-repeat center center;
  border-radius: 500px;
  height: 275px;
  margin-left: 45px;
  text-align: center;
  width: 275px;
}

.infographic h3 {
  font-size: 70px;
  font-weight: bold;
  padding-top: 50px;
}

.infographic p {
  text-transform: uppercase;
}

.infographic-1 {
  background-color: #517281;

}

.infographic-1 {
  color: #fff;
}

.infographic-2 {
  background-color: #fff;
}

.infographic-3 {
  background-color: #e7e3ab;
}


/* --------------------Infographic / Mobile-------------------- */

@media (min-width: 765px) and (max-width: 992px) {

  .section6-home {
    background-color: #333;
    height: 1100px;
  }
}

@media (min-width: 180px) and (max-width: 765px) {

  .section6-home {
    background-color: #333;
    height: 1100px;
  }

  .section6-home > .container {
  }

  .infographic {
    margin-left: 20px;
  }

}


/* --------------------Footer-------------------- */

footer {
  background: url(../images/layout/generic_grey_bkrd.png) repeat-y center center;
}

footer .container {
  color: #fff;
  height: 500px;
  padding-top: 75px;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer li {
  list-style: none;
  padding: 5px;
}

footer a {
  color: #fff;
}

footer h4 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

footer h5 {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
}

footer p {
  margin-top: 20px;
}

.footer-map {
  background-color: #555;
  height: 300px;
  padding: 20px;
}

.footer-map div {
  float: left;
  width: 175px;
}

.footer-map iframe {
  float: right;
}

a.footer-social {
  padding: 2px 0 0 35px;
}

a.footer-social-facebook {
  background: url(../images/layout/footer-social.png) no-repeat 0 0;
}

a.footer-social-instagram {
  background: url(../images/layout/footer-social.png) no-repeat 0 -20px;
}

a.footer-social-twitter {
  background: url(../images/layout/footer-social.png) no-repeat 0 -40px;
}

a.footer-social-youtube {
  background: url(../images/layout/footer-social.png) no-repeat 0 -60px;
}

a.footer-social-yelp {
  background: url(../images/layout/footer-social.png) no-repeat 0 -80px;
}

.copyright {
  color: #ccc;
  font-size: 10px;
  margin-top: 75px;
  text-align: center;
}


/* -------------------- Footer / Mobile -------------------- */

@media (min-width: 992px) and (max-width: 1200px) {

  .footer-map iframe {
      float: right;
      width: 250px;
  }

}

@media (min-width: 765px) and (max-width: 992px) {

  footer .container {
    background: #333;
    height: 1000px;
  }

  .footer-connect {
    margin: 25px 0;
  }

}

@media (min-width: 180px) and (max-width: 765px) {

  footer .container {
    background: #333;
    height: 1300px;
  }

  .footer-connect {
    margin: 25px 0;
  }

  footer iframe {
    width: 250px;
  }

  .footer-map {
      height: 600px;
  }


}


/* -------------------- Miscellaneous -------------------- */

div.float-150 {
  float: left;
  height: 75px !important;
  margin: 0 25px 35px 0;
  width: 150px !important;
}

div.float-200 {
  float: left;
  height: 125px !important;
  margin: 0 25px 35px 0;
  width: 200px !important;
}

div.float-300 {
  float: left;
  height: 175px !important;
  margin: 0 25px 35px 0;
  width: 300px !important;
}

div.float-400 {
  float: left;
  height: 300px !important;
  margin: 0 25px 35px 0;
  width: 400px !important;
}

div.float-150 img {
  height: 75px !important;
  margin-bottom: 5px;
  object-fit: cover;
  width: 150px !important;
}

div.float-200 img {
  height: 125px !important;
  margin-bottom: 5px;
  object-fit: cover;
  width: 200px !important;
}

div.float-300 img {
  height: 175px !important;
  margin-bottom: 5px;
  object-fit: cover;
  width: 300px !important;
}

div.float-400 img {
  height: 300px !important;
  margin-bottom: 5px;
  object-fit: cover;
  width: 400px !important;
}

div.float-150 p em,
div.float-200 p em,
div.float-300 p em,
div.float-400 p em {
  display: block;
  font-size: 12px;
  line-height: 16px;
}

