/* Westminster Custom Styles */

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

html {
}

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

a {
  color: #333;
}

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

a:focus,
a:visited {
  text-decoration: none;
}

/* Navigation ---------------------------------------- */

.s1 {
  background-color: #333;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
}

.navbar-default {
  background-color: #333;
  border: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}

.dropdown-menu {
  background-color: #00567c;
  border: 0;
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  font-size: 16px;
  padding: 0;
}

.navbar ul.navbar-nav li a {
  color: #E6E7E8;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px;
  text-transform: uppercase;
}

.navbar ul.navbar-nav li a:hover {
  color: #E6E7E8;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #00567c;
  color: #fff;
  padding-top: 15px;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #00567c;
  color: #fff;
}

.dropdown-menu .divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}

.navbar ul.navbar-nav li li a.pg1,
.navbar ul.navbar-nav li li a.pg1,
.navbar ul.navbar-nav li li a.ps {
  background-color: #00567c;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navbar ul.navbar-nav li li a.cg1,
.navbar ul.navbar-nav li li a.cg2 {
  display: none;
  /*
  background-color: #006689;
  color: #eee;
  text-transform: none;
  */
}

.navbar ul.navbar-nav li li a {
  border: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 5px 20px 5px 20px;
  text-transform: none;
}

.navbar ul.navbar-nav li li a:hover,
.navbar ul.navbar-nav li li a:focus {
  background-color: #177e9b;
  border: 0;
  padding: 5px 20px 5px 20px;
}

.navbar-default .navbar-brand {
  color: #fff;
  display: none;
  text-transform: uppercase;
}

.navbar-default .navbar-toggle {
  background-color: #6d6e70;
  border: 0;
}

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

.navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-right: 0;
}

/* Navigation RWD ________________________________________ */

/* ____________________ 768 ____________________ */

@media (max-width: 768px) {

  .dropdown-menu {
    display: none !important;
  }

  .navbar-collapse {
    border: 0;
  }

  .navbar ul.navbar-nav li a {
    background-color: #00567c;
    color: #fff;
    font-size: 12px;
    opacity: 1;
    padding-right: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    border-top: 0;
    color: #fff;
    font-weight: none;
    letter-spacing: 0;
    padding: 10px 0 10px 30px;
    text-transform: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #177e9b;
    color: #fff;
  }

  .navbar-default .navbar-brand {
    display: block;
  }

  .navbar-nav {
      margin: 0 -15px;
  }

}


/* Mast and Hero ---------------------------------------- */

.s2 {
  position: relative;
  z-index: 1000;
}

.s2-mast {
  background-image: url(../images/layout/s2-mast-bkrd.png);
  height: 125px;
}

.s2-mast img {
  margin: 15px 0 0 25px;
}

.s2-mast ul {
  list-style: none;
  padding: 25px 0 0;
}

.s2-mast li {
  list-style: none;
  margin-bottom: 10px;
}

.s2-mast li a {
  color: #00567c;
}

.s2-mast span {
  display: block;
  text-transform: uppercase;
}

.s2-branches {
  background: url(../images/layout/s2-mast-branches.png) no-repeat;
  background-position: 0 2px;
  padding-left: 25px;
}

.s2-contact {
  background: url(../images/layout/s2-mast-contact.png) no-repeat;
  background-position: 0 2px;
  padding-left: 25px;
}

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

.s2-utility a {
  background-color: #00567c;
  border-radius: 5px;
  color: #fff;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 10px 5px;
  padding: 5px 15px;
  text-transform: uppercase;
}

.s2-utility input {
  background: url(../images/layout/s2-mast-search.png) no-repeat #fff 98% 50%;
  border: 0;
  color: #777;
  padding: 5px 10px;
  text-transform: uppercase;
  width: 230px;
}

/* Mast and Hero RWD ________________________________________ */

/* ____________________ 1200 ____________________ */

@media (max-width: 1200px) {

  .s2-mast {
    background-image: url(../images/layout/s2-mast-bkrd.png);
  }

  .s2-mast img {
    width: 450px;
  }

  .s2-mast li,
  .s2-mast li a {
    font-size: 12px;
  }

  .s2-utility a {
    padding: 3px 8px;
  }

}

/* ____________________ 990 ____________________ */

@media (max-width: 990px) {

  .s2-mast img {
    width: 350px;
  }

  .s2-utility a {
    background: none;
    color: #00567c;
    padding: 0 0 0 0;
  }

  .s2-utility a:last-of-type {
    padding: 0 0 0 4px;
  }

  .s2-utility input {
    width: 155px;
  }

}

/* ____________________ 768 ____________________ */

@media (max-width: 768px) {

  .s2-mast {
    height: 215px;
  }

}

/* ____________________ 480 ____________________ */

@media (max-width: 480px) {

  .s2-mast {
    height: 215px;
  }

  .s2-mast img {
    margin-left: 0;
    width: 290px;
  }

  .s2-mast li,
  .s2-mast li a {
    font-size: 14px;
  }

  .s2-utility a {
    background: #fff;
    color: #00567c;
    font-size: 16px;
    font-weight: inline-bold;
    display: block;
    min-width: 140px;
    padding: 8px 12px;
  }

  .s2-utility a:last-of-type {
    padding: 8px 12px;
  }

  .s2-utility input {
    width: 155px;
  }

  .s2-utility-rwd {
    display: none;
  }

}


/* S3 - Hero Area ---------------------------------------- */

.s3 {
  background-color: #eee;
  padding-bottom: 50px;
  margin-top: -125px;
}

.cycle-slideshow {
  background-color: #f1f1f2;
  display: block;
  height: 775px;
  margin: 0 auto;
  width: 100%;
}

.cycle-slideshow-2 {
  max-height: 350px;
  margin: 0 auto;
}

.cycle-slideshow .slide-1 {
  background-color: #00567c;
  width: 100%;
}

.cycle-slideshow .slide-2 {
  background-color: #d9531e;
  width: 100%;
}

.slide-1 > img,
.slide-2 > img {
  max-height: 800px;
  object-fit: cover;
  width: 100%;
}

.slide-1 section,
.slide-2 section  {
  display: block;
  height: 350px;
  margin: 0 auto;
}

.slide-1 section {
  background-color: #00567c;
}

.slide-2 section {
  background-color: #d9531e;
}

.slide-1 section img,
.slide-2 section img {
  float: left;
}

.slide-1 section p,
.slide-2 section p {
  color: #fff;
  float: left;
  font-size: 18px;
  line-height: 1.6em;
  margin: 25px 30px 30px 30px;
  width: 650px;
}

.slide-1 section p a,
.slide-2 section p a {
  background: none;
  border: 0;
  color: #fff;
  display: inline;
  font-size: 18px;
  padding: 0;
  text-decoration: underline;
}

.slide-3 section p {
  color: #333;
}

.slide-1 section p.s1-intro-cta a,
.slide-2 section p.s2-intro-cta a {
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 15px;
  padding: 14px 50px 12px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.slide-1 section .s1-intro-cta a {
  background: url(../images/layout/hero-intro-blue-arrow.png) #fff no-repeat 95% center;
  border: 1px solid #4c89a4;
  color: #00567c;
}

.slide-2 section .s2-intro-cta a {
  background: url(../images/layout/hero-intro-orange-arrow.png) #fff no-repeat 95% center;
  border: 1px solid #eba179;
  color: #d9531e;
}

.slide-1 section .s1-intro-cta a.s1-intro-cta-alt {
  background: url(../images/layout/hero-intro-sprites.png) #4c89a4 no-repeat 95% 15px;
  border: 0;
  color: #fff;
}

.slide-2 section .s2-intro-cta a.s2-intro-cta-alt {
  background: url(../images/layout/hero-intro-sprites.png) #eba179 no-repeat 95% 15px;
  border: 0;
  color: #fff;
}

.slide-1 section p.s1-intro-cta,
.slide-2 section p.s2-intro-cta {
  margin-bottom: 40px;
  margin-top: 0;
}

.slide-1 section p.s1-intro-alert,
.slide-2 section p.s2-intro-alert {
  background: url(../images/layout/hero-intro-sprites.png) no-repeat left -70px;
  font-size: 14px;
  margin-top: 0;
  padding: 12px 10px 10px 45px;
  text-transform: uppercase;
}

.slide-1 section p.s1-intro-alert a,
.slide-2 section p.s2-intro-alert a {
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
}

.slide-1 section p.s1-intro-alert {
  border-top: 1px solid #4c89a4;
}

.slide-2 section p.s2-intro-alert {
  border-top: 1px solid #eba179;
}


/* NEW JULY 2020 */

.slide-1 section, .slide-2 section, .slide-3 section {
    height: 350px !important;
}

.s3 section h1 {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  margin: 0 30px;
  padding: 35px 0 25px 0;
}

.slide-1.jnew section p,
.slide-2.jnew section p,
.slide-3.jnew section p {
  width: auto !important;
}





/* NEW JULY 2020 */



/* Intro Pagers Navigation */

.s2-intro-pager {
  margin-top: -236px;
  position: relative;
  z-index: 9998;
}

.s2-intro-pager div {
  display: block;
  height: 75px;
  margin: 0 auto;
  width: 100%;
}

.cycle-pager {

}

a.s2-intro-pager-1,
a.s2-intro-pager-2 {
  color: #fff;
  display: block;
  float: left;
  font-size: 30px;
  font-weight: bold;
  height: 75px;
  padding: 20px;
  text-transform: uppercase;
  width: 370px;
}

a.s2-intro-pager-1 {
  background: url(../images/layout/hero-nav-blue-bkrd.png) repeat;
}

a.cycle-pager-active.s2-intro-pager-1 {
  background-color: #00567c;
}

a.s2-intro-pager-2 {
  background: url(../images/layout/hero-nav-orange-bkrd.png) repeat;
}

a.cycle-pager-active.s2-intro-pager-2 {
  background-color: #d9531e;
}

.gray-bkrd {
  background-color: #eee;
}



/* NEW JULY 2020 */


.jnew a.s2-intro-pager-1,
.jnew a.s2-intro-pager-2 {
  background-image: none;
  border: 4px solid #fff;
  border-radius: 40px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 10px;
  width: 40px;
}

.jnew a.s2-intro-pager-1 {
  margin-left: 30px;
}


.jnew a.cycle-pager-active.s2-intro-pager-1,
.jnew a.cycle-pager-active.s2-intro-pager-2 {
  background-color: #fff !important;
  background-image: none;
}



/* NEW JULY 2020 */






/* S3 - Hero Area RWD ________________________________________ */

/* ____________________ 1200 ____________________ */

@media (max-width: 1280px) {

  .s3 {
    padding-bottom: 0;
  }

  .cycle-slideshow {
    width: 100%;
  }

  .slide-1 > img,
  .slide-2 > img,
  .slide-3 > img {
    width: 100%;
  }

  .s2-intro-pager {
    margin-top: -296px;
  }

  .s2-intro-pager div {
    width: 100%;
  }

  a.s2-intro-pager-1,
  a.s2-intro-pager-2,
  a.s2-intro-pager-3 {
    width: 33.3%;
  }

  .slide-1 section,
  .slide-2 section,
  .slide-3 section  {
    height: 421px;
    width: 100%;
  }

  .slide-1 section img,
  .slide-2 section img,
  .slide-3 section img {
    width: 33.3%;
  }

  .slide-1 section p,
  .slide-2 section p,
  .slide-3 section p {
    font-size: 17px;
    width: 60%;
  }

}

/* ____________________ 1024 ____________________ */

@media (max-width: 1024px) {

  .cycle-slideshow {
    width: 100%;
  }

  .slide-1 > img,
  .slide-2 > img,
  .slide-3 > img {
    width: 100%;
  }

  .s2-intro-pager {
    margin-top: -296px;
  }

  .s2-intro-pager div {
    width: 100%;
  }

  a.s2-intro-pager-1,
  a.s2-intro-pager-2,
  a.s2-intro-pager-3 {
    width: 33.3%;
  }

  .slide-1 section,
  .slide-2 section,
  .slide-3 section  {
    height: 333px;
    width: 100%;
  }

  .slide-1 section img,
  .slide-2 section img,
  .slide-3 section img {
    width: 33.3%;
  }

  .slide-1 section p,
  .slide-2 section p,
  .slide-3 section p {
    font-size: 15px;
    width: 60%;
  }

}

/* ____________________ 960 ____________________ */

@media (max-width: 960px) {

  .cycle-slideshow {
    width: 100%;
  }

.slide-1 section, .slide-2 section, .slide-3 section {
    height: 360px !important;
}

  .slide-1 > img,
  .slide-2 > img,
  .slide-3 > img {
    width: 100%;
  }

  .s2-intro-pager {
    margin-top: -433px;
  }

  .s2-intro-pager div {
    width: 100%;
  }

  a.s2-intro-pager-1,
  a.s2-intro-pager-2,
  a.s2-intro-pager-3 {
    width: 33.3%;
  }

  .slide-1 section,
  .slide-2 section,
  .slide-3 section  {
    height: 312px;
    width: 100%;
  }

  .slide-1 section img,
  .slide-2 section img,
  .slide-3 section img {
    display: block;
    padding-bottom: 50px;
    width: 33.3%;
  }

  .slide-1 section p,
  .slide-2 section p,
  .slide-3 section p {
    font-size: 15px;
    line-height: 1.5em;
    width: 55%;
  }

  .slide-1 section a,
  .slide-2 section a,
  .slide-3 section a {
    font-size: 12px;
  }

  .slide-1 section p.s1-intro-cta a,
  .slide-2 section p.s2-intro-cta a,
  .slide-3 section p.s3-intro-cta a {
    font-size: 14px;
  }

}

/* ____________________ 768 ____________________ */

@media (max-width: 768px) {

  .cycle-slideshow {
    width: 100%;
  }

  .slide-1 section, .slide-2 section, .slide-3 section {
      height: 410px !important;
  }

  .slide-1 > img,
  .slide-2 > img,
  .slide-3 > img {
    width: 140%;
  }

  .s2-intro-pager {
    margin-top: -485px;
  }

  .s2-intro-pager div {
    width: 100%;
  }

  a.s2-intro-pager-1,
  a.s2-intro-pager-2,
  a.s2-intro-pager-3 {
    font-size: 24px;
    line-height: 30px;
    width: 33.3%;
  }

  .slide-1 section,
  .slide-2 section,
  .slide-3 section  {
    height: 312px;
    width: 100%;
  }

  .slide-1 section img,
  .slide-2 section img,
  .slide-3 section img {
    display: none;
  }

  .slide-1 section p,
  .slide-2 section p,
  .slide-3 section p {
    width: 90%;
  }

}

/* ____________________ 480 ____________________ */

@media (max-width: 480px) {

  .s3 {
    margin-top: 0;
  }

  .cycle-slideshow {
    width: 100%;
  }

  .slide-1 section, .slide-2 section, .slide-3 section {
      height: 500px !important;
  }

  .slide-1,
  .slide-2,
  .slide-3 {
    overflow: hidden;
    width: 100%;
  }

  .slide-1 > img,
  .slide-2 > img,
  .slide-3 > img {
    width: 600px;
  }

  .s2-intro-pager {
    margin-top: -555px;
  }

  .s2-intro-pager div {
    width: 100%;
  }

  a.s2-intro-pager-1,
  a.s2-intro-pager-2,
  a.s2-intro-pager-3 {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    width: 33.3%;
  }

  .slide-1 section,
  .slide-2 section,
  .slide-3 section  {
    height: 400px;
    width: 100%;
  }

  .slide-1 section img,
  .slide-2 section img,
  .slide-3 section img {
    display: none;
  }

  .slide-1 section p,
  .slide-2 section p,
  .slide-3 section p {
    width: 90%;
  }

  .slide-1 section a,
  .slide-2 section a,
  .slide-3 section a {
    background: url(../images/layout/hero-intro-sprites.png) no-repeat 95% 12px;
    background-size: 20px;
    color: #fff;
    font-size: 11px;
    padding: 10px 35px 10px 10px;
  }

  .slide-1 section p.s1-intro-cta a,
  .slide-2 section p.s2-intro-cta a,
  .slide-3 section p.s3-intro-cta a {
    display: block;
    margin-bottom: 10px;
  }

  .slide-1 section p.s1-intro-alert,
  .slide-2 section p.s2-intro-alert,
  .slide-3 section p.s3-intro-alert {
    font-size: 14px;
    line-height: 20px;
  }


}

/* ____________________ 345 ____________________ */

@media (max-width: 345px) {

  .s3 {
    margin-top: 0;
  }

  .cycle-slideshow {
    width: 100%;
  }

  .slide-1 > img,
  .slide-2 > img,
  .slide-3 > img {
    width: 100%;
  }

  .s2-intro-pager {
    margin-top: -640px;
  }

  .s2-intro-pager div {
    width: 320px;
  }

  .s2-intro-pager div {
    height: 40px;
  }

  a.s2-intro-pager-1,
  a.s2-intro-pager-2,
  a.s2-intro-pager-3 {
    font-size: 13px;
    height: 40px;
    padding: 10px;
    text-align: center;
    width: 106px;
  }

  .slide-1 section,
  .slide-2 section,
  .slide-3 section {
    height: 660px;
    width: 320px;
  }

  .slide-1 section img,
  .slide-2 section img,
  .slide-3 section img {
    display: none;
    width: 152px;
  }

  .slide-1 section p,
  .slide-2 section p,
  .slide-3 section p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
    width: 265px;
  }

  .slide-1 section a,
  .slide-2 section a,
  .slide-3 section a {
    background: url(../images/layout/hero-intro-sprites.png) no-repeat 95% 20px;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 15px 0;
    padding: 0 60px 0 10px;
  }

  .slide-1 section p.s1-intro-cta, 
  .slide-2 section p.s2-intro-cta, 
  .slide-3 section p.s3-intro-cta {
      display: block;
      line-height: 55px;
      margin-bottom: 25px;
      padding: 15px 0 25px 0;
  }

  .slide-1 section p.s1-intro-alert,
  .slide-2 section p.s2-intro-alert,
  .slide-3 section p.s3-intro-alert {
    background: url(../images/layout/hero-intro-sprites.png) no-repeat left -65px;
    font-size: 18px;
    line-height: 20px;
  }

  .slide-3 section p.s3-intro-alert {
    background: url(../images/layout/hero-intro-sprites.png) no-repeat left -147px;
  }

}



/* NEW JULY 2020 */

/* S3.5 - Online Learning ---------------------------------------- */


.home-ol {
  background: url(../images/layout/home-ol-bkrd.png) #f0ca6c no-repeat center top;
  min-height: 850px;
}

.home-ol h2 {
  background: url(../images/layout/home-headline-bkrd.png) no-repeat bottom;
  background-size: 100%;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  padding: 32px 0;
  text-align: center;
  text-transform: uppercase;
}

.home-ol-col1,
.home-ol-col2 {
  margin-top: 545px;
  padding: 40px 0;
}

.home-ol-col1 p {
  font-size: 20px;
  padding-right: 50px;
}

.home-ol-col1 p a {
  font-size: 20px;
  color: #00567c;
  margin: 0;
  padding: 0;
}

.home-ol-col1 > a {
  background: url(../images/layout/hero-intro-sprites.png) #d9531e no-repeat 95% 15px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  padding: 12px 50px 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.home-ol-col2 {
  background-color: #f7e1b0;
  min-height: 275px;
  padding: 25px 30px;
}

.home-ol-col2 h6 {
  font-size: 24px;
  font-weight: bold;
}

.home-ol-col2 a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}


/* S4 - Utility Area - RWD ________________________________________ */

/* ____________________ 768 ____________________ */

@media (max-width: 1000px) {

  .home-ol-col2 {
    margin-top: 50px;
  }

}


/* ____________________ 768 ____________________ */

@media (max-width: 768px) {

  .home-ol h2 {
    margin-top: 50px;
  }

  .home-ol-col1 p {
    padding: 0 30px;
  }

  .home-ol-col1 > a {
    margin-left: 30px;
    padding: 12px 50px 12px 20px;
  }

}

/* ____________________ 480 ____________________ */

@media (max-width: 480px) {

  .home-ol h2 {
    margin-top: 135px;
  } 

  .home-ol-col1 {
    margin-top: 400px;
  }

}


/* NEW JULY 2020 */










/* S4 - Utility Area ---------------------------------------- */

.s4 {
  background: url(../images/layout/home-s4-bkrd.jpg) #eee repeat-y center;
  height: 700px;
}

.s4 h2 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin: 75px 0 35px 0;
  text-transform: uppercase;
}

.s4 iframe {
  margin-bottom: 25px
}

.s4 p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px
}

.s4 a {
  background: url(../images/layout/hero-intro-sprites.png) no-repeat 96% 12px;  
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  padding: 12px 55px 12px 15px;
  text-transform: uppercase;
}

.s4-calendar iframe {
  width: 290px;
}

.s4-calendar {
  background-color: #f1f1f1;
  border-radius: 4px;
  margin-bottom: 50px;
  padding: 20px;
}

/* S4 - Utility Area - RWD ________________________________________ */

/* ____________________ 1200 ____________________ */

@media (max-width: 1200px) {


  .s4 iframe {
    width: 425px;
  }

}

/* ____________________ 1024 ____________________ */

@media (max-width: 1024px) {

  .s4 iframe {
    width: 725px;
  }

}

/* ____________________ 960 ____________________ */

@media (max-width: 960px) {

  .s4 {
    height: 1200px;
  }

  .s4 iframe {
    width: 685px;
  }

}

/* ____________________ 768 ____________________ */

@media (max-width: 768px) {

  .s4 {
    height: 1300px;
  }

  .s4 iframe {
    width: 500px;
  }

}

/* ____________________ 480 ____________________ */

@media (max-width: 480px) {

  .s4 h2 {
    margin: 50px 0 35px 0;
  }

  .s4 iframe {
    width: 350px;
  }

  .s4 a {
    font-size: 14px;
  }

}

/* ____________________ 100 /320 ____________________ */

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

  .s4 {
    height: 1710px;
  }

  .s4 iframe {
    width: 200px;
  }

}


/* S5 - News/Press Area ---------------------------------------- */

.s5 {
  background-color: #eee;
  height: 800px;
}

.s5 h3 {
  color: #00567c;
  display: block;
  font-size: 28px;
  font-weight: bold;
  margin: 75px 0 35px 0;
  text-transform: uppercase;
}

div.s5-news-press {
  margin-bottom: 25px;
}

.s5-news-press div {
  background-color: #fff;
  float: right;
  height: 270px;
  width: 285px;
}

.s5-news-press h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 26px;
  padding: 20px 20px 15px 20px;
}

.s5-news-press p {
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0 20px 15px 20px;
}

.s5-news-press p a {
  background: url(../images/layout/s5-news-press-cta.png) no-repeat 94% 7px;  
  border: 1px solid #333;
  border-radius: 4px;
  font-weight: bold;
  padding: 8px 32px 8px 12px;
  text-transform: uppercase;
}

/* S5 - News/Press Area RWD ________________________________________ */

/* ____________________ 1200 ____________________ */

@media (max-width: 1200px) {

  .s5 {
      height: 1500px;
  }

  .s5-news-press div {
    float: left;
    height: 270px;
    width: 270px;
    margin-bottom: 25px;
  }

}

/* ____________________ 584 ____________________ */

@media (max-width: 584px) {

  .s5 {
      height: 2650px;
  }


}


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

footer > div {
  background: url(../images/layout/footer-bkrd.png) #eee repeat-y center;
  color: #fff;
  margin: 0 auto 0 auto;
  padding-top: 50px;
}

footer h5 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin: 0 25px 35px 25px;
  text-transform: uppercase;
}

footer h6 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.s10 footer a {
  color: #fff;
}

footer ul {
  padding: 0;
}

footer li {
  list-style: none;
  margin-bottom: 18px;
}

footer li a {
  color: #fff;
  font-size: 18px;
}

footer li a:hover {
  color: #ccc;
  font-size: 18px;
}

/* Footer - Newsletter*/

.btn-primary {
  background-color: #e85c41;
  border: 0;
  border-radius: 2px;
}

button:hover.btn-primary {
  background-color: #e85c41;
  opacity: .8;
}

#mc-embedded-subscribe-form {
  padding: 0;
}

#mc_embed_signup form {
  color: #333;
}

/* Footer - Classes */

div.footer-classes {
  float: left;
  margin: 0 30px 50px 25px;
  width: 225px; 
}

.footer-list-seperator {
  border-top: 1px solid #999;
  padding-top: 15px;
}

/* Footer - Connect */

div.footer-connect {
  float: left;
  margin-left: 25px;
  width: 235px; 
}

.footer-connect li {
  padding-left: 40px;
}

li.footer-facebook {
  background: url(../images/layout/footer-sprites.png) no-repeat 1px 2px;
}

li.footer-twitter {
  background: url(../images/layout/footer-sprites.png) no-repeat 1px -38px;
}

li.footer-instagram {
  background: url(../images/layout/footer-sprites.png) no-repeat 1px -78px;
}

li.footer-google {
  background: url(../images/layout/footer-sprites.png) no-repeat 1px -118px;
}

li.footer-linkedin {
  background: url(../images/layout/footer-sprites.png) no-repeat 1px -158px;
}

li.footer-yelp {
  background: url(../images/layout/footer-sprites.png) no-repeat 1px -198px;
}

li.footer-youtube {
  background: url(../images/layout/footer-sprites.png) no-repeat 1px -237px;
}

a.footer-maps {
  background: url(../images/layout/footer-sprites.png) no-repeat -4px -273px;
  padding-left: 20px;
}

/* Footer - Newsletter */

div.footer-newsletter {
  margin: 0 0 75px 25px;
}

.footer-location {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 50px 25px;
}

.footer-location img {
  float: right;
}

.footer-location h6 {
  font-size: 26px;
}

.footer-location a {
  color: #fff;
}

.footer-location p {
  margin-bottom: 25px;
}

div.footer-copyright {
  color: #ccc;
  font-size: 18px;
  margin: 0 0 50px 25px;
}

/* Footer RWD ________________________________________ */

/* ____________________ 1024 ____________________ */

@media (max-width: 1024px) {

  footer > div {
    background: none;
    background-color: #333;
  }

}


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

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

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.rwd-hide {
  display:none;
}

/* Miscellaneous RWD ________________________________________ */

/* ____________________ 768 ____________________ */

@media (max-width: 768px) {
  .rwd-hide {
    display: block;
  }

}
