/* Westminster Custom Styles - Secondary */

/* -------------------- Services -------------------- */

.section3-secondary {

}

.secondary-hero {
  background: url(../images/hero-images/music-school-hero.png) no-repeat top center;
  height: 400px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.secondary-nav {
  background: url(../images/layout/home-section4-h2-bkrd.png) repeat;
  margin-top: -60px;
}

.secondary-nav li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.secondary-nav li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 20px;
  text-transform: uppercase;
}

.secondary-nav.secondary-nav-private-music li a {
  font-size: 11.25px;
}

.secondary-nav.secondary-nav-13px li a {
  font-size: 13px;
}

.secondary-nav li a:hover {
  background-color: #517281;
  margin: 0;
}

.secondary-nav .sub-active {
  background-color: #517281;
  margin-top: -10px;
  padding-bottom: 10px;
}

.secondary-nav .sub-active:hover {
  background-color: #333;
}

.sub-active span {
  border-bottom: 3px solid #fff;
  padding-bottom: 4px;
}

.secondary-nav-support .sub-active,
.secondary-nav li a:hover  {
  background: url(../images/layout/generic_grey_bkrd.png) repeat-y center;
}

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

.secondary-nav-music li a {
  font-size: 12px;
  padding: 20px 10px;
}


/* -------------------- Services / Mobile -------------------- */


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

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

  }

}


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

  .secondary-hero {
    background: url(../images/hero-images/music-school-hero.png) no-repeat top center;
    background-size: 100%;
    height: 150px;
  }

  .secondary-nav {
    background: #404041;
  }

  .secondary-nav ul {
    margin: 0;
    padding: 0;
  }

  .secondary-nav li {
    width: 100%;
  }

  .secondary-nav li a {
    background-color: #404041;
    font-weight: normal;
    padding: 15px;
  }

  .secondary-nav li a:hover {
    background-color: #517281;
  }

  .secondary-nav .sub-active {
      margin-top: 0;
      padding-bottom: 0;
  }

  .secondary-nav li.sub-active a {
    background-color: #517281;
    font-weight: bold;
    margin-top: 0;
  }

  .sub-active span {
    border-bottom: 0;
  }

}


/* Secondary Intro */

.section4-secondary {
  background: url(../images/layout/generic_light_grey_bkrd.png) repeat-y center;
  padding: 30px 0 30px 0;
}

.section4-secondary h1 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.section4-secondary p {
  font-size: 20px;
  line-height: 36px;
}

.cta-module {
  background-color: #fff;
  box-shadow: 2px 0px 5px 2px #ccc;
  padding: 20px;
}

.cta-module a {
  display: block;
  font-size: 16px;
}

.cta-module h6 {
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 20px;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

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

a.intro-cta.intro-cta-passive {
  background-color: #517281;
  margin: 20px 0 0 0;
}

a.intro-cta.intro-cta-primary {
  background-color: #bb512a;
  margin: 10px 0 0 0;
}

/* Support */

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

.section4-secondary-support h1,
.section4-secondary-support p {
  color: #fff;
}

.section4-secondary-support .cta-module {
  background-color: #fff;
  box-shadow: 2px 0px 5px 2px #3b3a3c;
  padding: 20px;
}

/* Search */

.secondary-main-content-search ol {
  margin-top: 50px;
}

.secondary-main-content-search ol li {
  font-weight: bold;
}

.secondary-main-content-search ol a {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 25px;
}

.resultRowOne {
  background-color: #f1f1f2;
  padding: 15px 20px 20px 20px;
}

.resultRowTwo {
  background-color: #fff;
  padding: 15px 20px 20px 20px;
}

.secondary-main-content-search-404 h1 {
  font-size: 200px;
}


/* -------------------- Secondary Content / Mobile -------------------- */


.section5-secondary {
  margin: 30px 0 150px 0;
}

.secondary-main-content {
  color: #333;
}

.secondary-main-content h2 {
  border-bottom: 1px solid #ccc;
  font-size: 25px;
  font-weight: bold;
  margin: 40px 0 20px 0;
  padding-bottom: 10px;
}

.secondary-main-content h3 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .5px;
  margin-top: 30px;
  text-transform: uppercase;
}

.secondary-main-content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}

.secondary-main-content h5 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  text-transform: uppercase;
}

.secondary-main-content h6 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}

.secondary-main-content p {
  font-size: 18px;
  line-height: 1.65em;
  margin-bottom: 20px;
}

.secondary-main-content em {
  font-size: auto;
}

.secondary-main-content li {
  line-height: 1.65em;
}

.secondary-main-content li img {
  width: auto;
}

.secondary-main-content a {
  color: #517281;
  text-decoration: underline;
}

.secondary-main-content a:hover {
  text-decoration: none;
}

.secondary-main-content img {
  padding: 0 0 0 0;
  height: 100%;
  width: 100%;
}

.secondary-main-content iframe {
  border: 0;
  width: 100%;
}

.secondary-main-content blockquote {
  background-color: #f9f9f9;
  border: 4px solid #ccc;
  border-radius: 10px;
  margin: 40px;
  padding: 40px 40px;
}

.secondary-main-content table {
  border-collapse: collapse;
  font-size: 16px;
  margin-bottom: 50px;
  padding: 15px;
}

.secondary-main-content thead th {
  background-color: #333;
  color: #fff;
  padding: 15px;
}

.secondary-main-content .private-music-lessons td {
  background-color: #fff;
  padding: 10px;
}

table.private-music-lessons tr:nth-child(odd) td {
  background-color: #fff;

}

table.private-music-lessons tr:nth-child(even) td {
  background-color: #f1f1f2;

}

table.private-music-lessons td:nth-child(1) {
  width: 70%;
}

table.private-music-lessons td:nth-child(2) {
  width: 30%;
}

.secondary-main-content a.cta {
  background: url(../images/layout/cta-arrow.png) #517281 no-repeat 92% center;
  background-size: 5%;
  color: #fff;
  display: inline-block;
  margin-bottom: 25px;
  padding: 8px 35px 10px 15px;
  text-decoration: none;
}

.secondary-main-content a:hover.cta {
  opacity: .8;
}

.secondary-main-content ul.faculty-sub-nav {
  background-color: #fff;
  border: #fff 0;
  margin: 0 0 60px 0;
  padding: 0;
}

.secondary-main-content ul.faculty-sub-nav li {
  background-color: none;
  float: left;
  list-style: none;
  padding-right: 20px;
}

.secondary-main-content p.faculty-back-to a {
  background: url(../images/layout/cta-arrow-sm-left.png) #517281 no-repeat 10px center;
  color: #fff;
  font-size: 16px;
  margin-top: 35px !important;
  padding: 5px 10px 5px 30px;
  text-decoration: none;
}

.secondary-main-content .private-music-lessons td {
  background-color: #fff;
  padding: 10px;
}

.secondary-main-content .col-md-8 {
  min-height: 1000px;
}

.secondary-main-content-bod img {
  margin: 25px 35px 20px 0;
  width: 200px;
}


/* Faculty */

.faculty-sub-nav a {
  color: #517281;
  font-weight: normal;
}

a.faculty-sub-nav-active {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.secondary-main-content table.faculty-list thead th {
  text-transform: uppercase;
}

.secondary-main-content table.faculty-list td {
  padding: 10px;
}

img.faculty-image {
  border: 4px solid #ccc;
  border-radius: 200px;
  float: left;
  height: 200px;
  margin: 15px 30px 25px 0;
  width: 200px;
}

table.faculty-list td:nth-child(1) {
  width: 40%;
}

table.faculty-list td:nth-child(2) {
  width: 50%;
}

table.faculty-list td:nth-child(3) {
  width: 10%;
}

table.faculty-list tr:nth-child(odd) {
  background-color: #fff;
}

table.faculty-list tr:nth-child(even) {
  background-color: #f1f1f2;
}

a.faculty-cta {
  background: url(../images/layout/cta-arrow-sm.png) #517281 no-repeat 75% center;
  display: block;
  height: 25px;
  width: 25px;
}

.instrument-list h2 {
  background-color: #e6e7e8;
  border: 0;
  font-size: 20px;
  margin: 0 0 15px 0;
  padding: 10px;
}

.instrument-list a {
  border: 0;
  color: #517281;
  padding: 10px;
  text-decoration: none;
}

.instrument-list span {
  background: url(../images/layout/cta-arrow-blue.png) no-repeat right 5px;
  float: right;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 25px 0 0;
  text-transform: uppercase;
}

.secondary-main-content .instrument-list ul {
  border: 0;
  margin: -15px 0 15px 0;
  padding: 0;
}

.secondary-main-content .instrument-list li {
  list-style: none;
  border-bottom: 2px solid #fff;
  padding: 10px 10px;
}

.secondary-main-content .instrument-list li a {
  color: #517281;
  font-size: 18px;
  font-weight: bold;
}

.secondary-main-content ul {
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
  border-left: 4px solid #ccc;
  margin: 20px 0;
  padding: 10px 40px;
}

.secondary-main-content ul.lowercase li {
  list-style: lower-latin;
}

.secondary-main-content li {
  font-size: 18px;
  padding-bottom: 10px;
}

a.secondary-main-content-cta {
  background: url(../images/layout/cta-arrow-sm.png) #bb512a no-repeat 95% center;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 15px 0;
  padding: 5px 30px 5px 15px;
}

.secondary-main-content p.secondary-main-content-login {
  font-size: 14px;
  text-align: right;
}

.secondary-main-content p.secondary-main-content-login a {
  background: none;
  display: inline-block;
  letter-spacing: 0;
  padding: 0;
  text-transform: none;
}

.secondary-main-content p.secondary-main-content-login a:hover {
  color: #517281;
  text-transform: underline;
}


aside {
  margin-bottom: 25px;
}

.sidebar-events {
  background: url(../images/miscellaneous/event-august-2016.png);
  padding: 25px;
  min-height: 275px;
}

.sidebar-events h5 {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  margin: 40px 0 10px 0;
  padding: 0;
  text-shadow: 2px 2px 2px #000;
}

.sidebar-events h5 a {
  background: transparent;
  color: #fff;
  opacity: 1; 
  padding: 0;
  text-transform: none;
}

.sidebar-events h5 a:hover {
  opacity: .8;
}

.sidebar-events p {
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}

aside a {
  background: url(../images/layout/cta-arrow-sm.png) #000 no-repeat 96% center;
  color: #fff;
  display: block;
  letter-spacing: 2px;
  margin-top: -40px;
  opacity: .9;
  padding: 10px 10px 10px 25px;
  text-decoration: none !important;
  text-transform: uppercase;
}

aside a:hover {
  color: #fff;
}

.secondary-main-content aside .sidebar-generic ul {
  border-left: 4px solid #ccc;
  color: #777;
  font-size: 15px;
  margin: 0 0 20px 0;
  padding-left: 25px;
}

.secondary-main-content aside .sidebar-generic li {
  float: none;
  list-style: none;
}

.secondary-main-content aside .sidebar-generic a {
  background-color: transparent;
  color: #517281;
  font-size: 16px;
  font-weight: bold;
  display: block;
  letter-spacing: 0;
  margin-top: 0;
  opacity: 1;
  padding: 0;
  text-transform: none;
}

.secondary-main-content aside a.sidebar-generic-active {
  color: #333;
}

.sidebar-contact {
  background-color: #f1f1f1;
  background-image: none;
  box-shadow: 2px 2px 2px 2px #ccc;
  min-height: 275px;
  padding: 15px 25px;
}

.sidebar-contact h4 {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.sidebar-contact p {
  border-left: 4px solid #ccc;
  color: #777;
  font-size: 15px;
  line-height: 30px;
  margin: 0 0 20px 0;
  padding-left: 25px;
}

.sidebar-contact strong {
  color: #333;
}

aside .sidebar-contact a {
  background: none;
  color: #777;
  font-size: 15px;
  display: block;
  letter-spacing: 0;
  margin-top: 0;
  opacity: 1;
  padding: 0;
  text-transform: none;
}

aside .sidebar-contact a:hover {
  background: none;
  color: #333;
  text-transform: none;
}

.secondary-main-content aside h4 a {
  background-color: #f2f1f2;
}

.secondary-main-content aside h4 a:hover {
  background-color: transparent;
  color: #517281;
  opacity: .8;
}

/* Secondary - Mobile */

@media (max-width: 480px) {

  .secondary-main-content iframe {
    border: 0;
    height: 450px;
    width: 350px;
  }

}

/* Faculty - Mobile */

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

}


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

  .instrument-list h2 {
    font-size: 12px;
  }

  .instrument-list span {
    background: none;
    font-size: 10px;
    padding-right: 0;
  }

  .secondary-main-content .instrument-list li a {
      font-size: 12px;
  }

  .secondary-main-content table {
      font-size: 12px;
  }

}


/* Secondary Content - Blog */

.section3-secondary-blog-header {
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
}

.section3-secondary-header {
  background: #fff;
  text-align: center;
}

.section3-secondary-header img {
  width: auto;
}

.section3-secondary-header h1 {
  background: url(../images/layout/home-section4-h2-bkrd.png) repeat;
  color: #fff;
  position: absolute;
  letter-spacing: 2px;
  margin-top: -90px;
  padding: 25px 0 25px 60px;
  text-align: left;
  text-transform: uppercase;
  width: 1280px;
}

.section5-secondary-blog {
  background: url(../images/layout/generic_light_grey_bkrd.png) repeat-y center;
  margin-top: 0;
  padding: 50px 0 100px 0;
}

.section5-secondary-blog article {
  background-color: #fff;
  box-shadow: 2px 2px 2px 2px #ccc;
  margin-bottom: 40px;
  padding: 0 50px 50px 50px;
}

.secondary-main-content article h2 {
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 25px 0 20px 0;
}

.section5-secondary-blog .secondary-main-content article h3 {
  color: #888;
  font-size: 14px;
  font-weight: normal;
  margin: 20px 0 40px 0;
}

.section5-secondary-blog .secondary-main-content article img {
  margin: 0 0 25px 0;
}

.section5-secondary-blog .secondary-main-content article a {
  text-decoration: none;
}

.section5-secondary-blog .secondary-main-content ul {
  background-color: transparent;
  border: none;
  margin: 40px 0 0 0;
  padding: 0;
}

.section5-secondary-blog .secondary-main-content li {
  float: left;
  font-size: 16px;
  margin-left: 25px;
  padding: 0 0 0 15px;
}

.section5-secondary-blog .secondary-main-content li a {
  color: #517281;
}

.section5-secondary-blog .col-md-8 {
  min-height: 1600px;
}

.section5-secondary.section5-secondary-blog {
  margin-bottom: 0;
}

.sidebar-blog {
  background-color: #fff;
  background-image: none;
  box-shadow: 2px 2px 2px 2px #ccc;
  min-height: 275px;
  padding: 15px 25px;
}

.sidebar-blog h4 {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

p.blog-tags  {
  border-top: 1px solid #ccc;
  margin-top: 50px;
  padding-top: 10px;
}

p.blog-social  {
  margin-bottom: 5px;
  padding: 0;
}

span.twitter-button {
  display: block;
  margin-top: 5px;
}

.section5-secondary-blog .secondary-main-content article .blog-tags a {
  color: #517281;
  text-decoration: underline;
}

.secondary-main-content aside .sidebar-blog ul {
  border-left: 4px solid #ccc;
  color: #777;
  font-size: 15px;
  margin: 0 0 20px 0;
  padding-left: 25px;
}

.secondary-main-content aside .sidebar-blog li {
  float: none;
}

.secondary-main-content aside .sidebar-blog a {
  background-color: transparent;
  color: #517281;
  font-size: 16px;
  font-weight: bold;
  display: block;
  letter-spacing: 0;
  margin-top: 0;
  opacity: 1;
  padding: 0;
  text-transform: none;
}

.secondary-main-content aside a.sidebar-blog-active {
  color: #333;
}

.secondary-main-content aside .sidebar-blog-tags a::first-letter {
  text-transform: uppercase;
}

aside .sidebar-blog a:hover {
  color: #333;
  opacity: .8;
  text-transform: none;
}


/* Blog - Mobile */

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

  .section3-secondary-header img {
    background-size: 100%;
  }

  .section3-secondary-header h1 {
    margin-top: 0;
    padding-left: 25px;
  }

  .section5-secondary-blog,
  .secondary-main-content {
    padding-top: 75px;
  }

}


/* Secondary Content - Events */

.section3-secondary-events {
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
}

.section3-secondary-events h1 {
  background: url(../images/layout/events_header_bkrd.png) #000 no-repeat 50%;
  color: #fff;
  letter-spacing: 2px;
  margin: 0;
  padding: 50px 0 50px 125px;
  text-align: left;
  text-transform: uppercase;
}

.section5-secondary-events {
  background: url(../images/layout/events_black_bkrd.png) repeat-y center;
  margin: 0;
}

.section5-secondary-events-container {
  height: 400px;
  overflow: hidden;
}

.section5-secondary-events-container span {
  background: url(../images/layout/events_container_bkrd_blue.png) no-repeat right;
  display: red;
  height: 400px;
  margin-left: 415px;
  position: absolute;
  width: 170px;
}

.section5-secondary-events-container-noresults p {
  color: #ccc;
  padding-bottom: 25px;
}

span.section5-secondary-events-container-even {
  background: url(../images/layout/events_container_bkrd_orange.png) no-repeat right;
  display: red;
  height: 400px;
  margin-left: 0;
  position: absolute;
  width: 170px;
}

.section5-secondary-events h2 a {
  background: none;
  color: #fff;
  display: inline-block;
  font-size: 32px;
  font-weight: normal;
  line-height: 44px;
  margin: 15px 30px 15px 40px;
  padding: 0;
  text-transform: uppercase;
}

.section5-secondary-events ul {
  margin: 0 0 35px 0;
  padding: 0;
}

.section5-secondary-events li {
  background: url(../images/layout/events_icons.png) no-repeat 0 1px;
  color: #fff;
  font-size: 18px;
  list-style: none;
  margin: 0 0 10px 40px;
  padding: 0 0 0 50px;
}

.section5-secondary-events li.section5-secondary-events-location {
  background: url(../images/layout/events_icons.png) no-repeat 0 -37px;
}

.section5-secondary-events li.section5-secondary-events-note {
  background: url(../images/layout/events_icons.png) no-repeat 0 -75px;
}

.section5-secondary-events li.section5-secondary-events-location a {
  background: none;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.section5-secondary-events p a {
  background-color: transparent;
  background-image: none;
  color: #517281;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

.section5-secondary-events p a:hover {
  text-decoration: none;
}

.section5-secondary-events a {
  background: url(../images/layout/cta-arrow-sm.png) #333 no-repeat 94% center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 35px;
  padding: 10px 40px 10px 15px;
}

.events-left,
.event-right-odd {
  background-color: #bb512a;
  overflow-y: auto;
}

.event-right,
.events-left-odd {
  background-color: #517281;
  overflow-y: auto;
}

.section5-secondary-events-sponsors {
  margin: 25px 20px;
}

.section5-secondary-events-sponsors p {
  color: #fff;
  float: left;
  font-size: 12px;
  margin: 0;
  width: 50%;
}

.section5-secondary-events-sponsors img {
  float: right;
}

.sidebar-events {
    background: rgba(0, 0, 0, 0) url("../images/miscellaneous/event-august-2016.png") repeat scroll 0 0;
    background-size: 100%;
    min-height: 275px;
    padding: 25px;
}

/* Events Detail */

.section5-secondary-events-detail {
  background-color: #fff;
  margin-bottom: 100px;
  padding-bottom: 25px;
}

.section5-secondary-events-detail h2 {
  background-color: #fff;
  color: #333;
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  padding: 30px 30px 30px 50px;
}

.section5-secondary-events-detail img {
  float: left;
  margin-left: 50px;
  height: 425px;
}

.section5-secondary-events-detail iframe {
  margin: 30px 25px 15px 50px;
  padding-bottom: 0;
}

.section5-secondary-events-detail ul {
  background-color: #f1f1f2;
  color: #f1f1f2;
  float: left;
  height: 425px;
  padding: 25px 0;
  width: 400px;
}

.section5-secondary-events-detail p {
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  margin: 30px 25px 30px 50px;
  padding-bottom: 30px;
}

.section5-secondary-events-detail p img {
  float: none;
  height: 100%;
  margin: 0;
}

.section5-secondary-events .section5-secondary-events-detail li {
  background: url(../images/layout/events_icons_detail.png) no-repeat 0 1px;
  color: #333;
  padding-right: 20px;
}

.section5-secondary-events .section5-secondary-events-detail li.section5-secondary-events-location {
  background: url(../images/layout/events_icons_detail.png) no-repeat 0 -37px;
}

.section5-secondary-events .section5-secondary-events-detail li.section5-secondary-events-note {
  background: url(../images/layout/events_icons_detail.png) no-repeat 0 -75px;
}

.section5-secondary-events-detail-social {
  padding: 0 50px 10px 50px;
}


/* -------------------- Secondary Content / Mobile -------------------- */

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

  .section3-secondary-header img {
    width: 100%;
  }

  .section3-secondary-header h1 {
    width: 100%;
  }

}

@media (max-width: 1024px) {

  .section5-secondary-events-detail ul {
    margin-left: 50px;
  }

}

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

  .section3-secondary-events {
    width: 100%;
  }

  .section3-secondary-header h1 {
    width: 100%;
  }

  .section3-secondary-events h1 {
    padding: 50px 0 50px 100px;
  }

  .section5-secondary-events-container {
    height: 100%;
  }

  .section5-secondary-events-container img {
    width: 100%;
  }

  .section5-secondary-events-container span {
    background: url(../images/layout/events_container_bkrd_blue_mob.png) no-repeat right;
    background-size: 100%;
    margin: 150px 0 0 0;
    width: 100%;
  }

  span.section5-secondary-events-container-even {
    background: url(../images/layout/events_container_bkrd_orange_mob.png) no-repeat right;
    background-size: 100%;
    margin: 150px 0 0 0;
    position: absolute;
    width: 100%;
  }

}


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

  .section3-secondary-header img {
    width: 100%;
  }

  .section3-secondary-header h1 {
    width: 100%;
  }

  .section3-secondary-events {
    width: 100%;
  }

  .section3-secondary-events h1 {
    padding: 50px 0 50px 50px;
  }

  .section5-secondary-events-container {
    height: 100%;
  }

  .section5-secondary-events-container img {
    width: 100%;
  }

  .section5-secondary-events h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 28px 25px 10px 30px;
  }

  .section5-secondary-events ul {
    margin: 0 0 25px 0;
    padding: 0;
  }

  .section5-secondary-events li {
    font-size: 14px;
    margin: 0 0 10px 30px;
    padding: 0 0 0 50px;
  }

  .section5-secondary-events-container a {
    display: inline-block;
    margin: 0 0 50px 30px;
    padding: ;
  }

  .section5-secondary-events-container span {
    background: url(../images/layout/events_container_bkrd_blue_mob.png) no-repeat right;
    background-size: 100%;
    margin: 150px 0 0 0;
    width: 100%;
  }

  span.section5-secondary-events-container-even {
    background: url(../images/layout/events_container_bkrd_orange_mob.png) no-repeat right;
    background-size: 100%;
    margin: 150px 0 0 0;
    width: 100%;
  }

}

/* Mohr Gallery */

  .secondary-main-content-mohr article {
    border-bottom: 1px solid #eee;
    float: left;
    margin: 75px 0 0 0;
  }

  .secondary-main-content-mohr article h2,
  .secondary-main-content-mohr article h3,
  .secondary-main-content-mohr article h4,
  .secondary-main-content-mohr article h5 {
    margin: -15px 0 15px 0;
  }

  .secondary-main-content-mohr article p {
    font-size: 16px;
  }

  .secondary-main-content-mohr article img {
    float: left;
    height: 200px;
    margin: 0 35px 75px 0;
    object-fit: cover;
    width: 300px;
  }


/* Miscellaneous Universal */

.cta-orange {
  background-color: #517281 !important;
}

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

/* MailChimp Universal */

#mc_embed_signup .mc-field-group.input-group input {
    margin-right: 15px;
}
