@media only screen and (max-width: 1400px) {
  header nav .navigationLeft ul li a, header nav .navigationLeft ul li span, header nav .navigationRight ul li a, header nav .navigationRight ul li span {
    font-size: 1em; 
  }
}

@media only screen and (max-width: 1334px) {
  header nav .logo {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: top left;
            transform-origin: top left; }
  header nav .navigationLeft {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    background: #f0943f;
    padding-top: 100px;
    display: none; }
    header nav .navigationLeft .close {
      display: block; }
    header nav .navigationLeft ul li {
      float: none;
      margin-bottom: 20px; }
      header nav .navigationLeft ul li a {
        color: #fff;
        display: block;
        text-align: center;
        height: auto;
        line-height: 1; }
  header nav .navigationRight ul li.navicon {
    display: block; }

  #headerImages {
    height: 400px; } }
@media only screen and (max-width: 1111px) {
  #explore article dl dd {
    height: 350px;
    width: 33.333%; }
    #explore article dl dd * {
      font-size: .9em; }
    #explore article dl dd a .overlay h4 {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
@media only screen and (max-width: 1000px) {
  #explore article dl dd a .overlay {
    opacity: 1;
  }
}

@media only screen and (max-width: 900px) {
  footer article {
    display: block; }
    footer article #column {
      display: block;
      width: 100% !important;
      text-align: center;
      margin-bottom: 20px; }
      footer article #column.footerNav {
        padding-left: 0px;
        border: 0; }
      footer article #column.logo svg {
        width: 150px;
        margin: 0 auto; }
      footer article #column.details .info {
        float: none;
        width: 100%; }
        footer article #column.details .info p {
          margin-bottom: 20px; }

  #pageTitle article h1 {
    float: none;
    font-size: 2em;
    padding: 40px 0;
    text-align: center; }

  #mainContent article {
    display: block; }
    #mainContent article main {
      display: block;
      padding: 65px 50px; }
    #mainContent article aside {
      display: block;
      width: 100%; }
      #mainContent article aside ul.nav {
        -webkit-column-count: 3;
                column-count: 3; } }
@media only screen and (max-width: 800px) {
	#upcomingEvents ul li {
		width: 100%;
		padding: 1% 5%;
	}
	#upcomingEvents ul li a img {
		width: 50%;
		display: block;
		float: none;
		padding: 0;
		padding-bottom: 10px;
	}
}
@media only screen and (max-width: 742px) {
  header {
    padding-right: 0; }
    header #socialBar {
      display: none; }
    header nav {
      height: 60px; }
      header nav .logo {
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
        -webkit-transform-origin: top left;
                transform-origin: top left; }
      header nav .navigationRight {
        position: absolute;
        top: 0;
        right: 0; }
        header nav .navigationRight ul li a, header nav .navigationRight ul li span {
          font-size: 1em;
          height: 60px;
          line-height: 60px; }
        header nav .navigationRight ul li.navicon span {
          font-size: 1.7em; }

  #headerImages {
    height: 300px; }

  #intro {
    padding: 30px; }
    #intro article #column.image {
      display: none; }

  section {
    padding: 0 0 30px 0;
    overflow: hidden; }
    section > h3 {
      position: relative;
      top: auto;
      left: 0;
      -webkit-transform: none;
              transform: none;
      padding: 30px;
      text-align: center; }
      
  #socialMedia {
  	padding: 0 0 30px 0;
  }

  #explore article dl dd {
    height: 250px;
    width: 50%; }
    #explore article dl dd * {
      font-size: .7em; } }
@media only screen and (max-width: 480px) {
  footer {
    padding: 30px 0 0 0; }
    footer * {
      font-size: .9em; }
    footer article #column {
      padding: 10px !important; }

  #mainContent article main {
    padding: 45px 30px; }
  #mainContent article aside ul.nav {
    -webkit-column-count: 2;
            column-count: 2; } }
@media only screen and (max-width: 467px) {
  header nav {
    height: 60px;
    padding-left: 0; }
    header nav .logo {
      -webkit-transform: scale(0.4);
              transform: scale(0.4);
      -webkit-transform-origin: top left;
              transform-origin: top left;
      margin-left: 10px; }
    header nav .navigationRight ul li a {
      padding: 0 20px; }
    header nav .navigationRight ul li.findUs {
      display: none; }

  #headerImages {
    height: 250px; }

  h2 {
    font-size: 2em;
    margin-bottom: 20px; }

  a.button {
    font-size: 1.5em;
    text-decoration: none;
    padding: 25px; }

  #mainContent article main, #mainContent article aside {
    padding: 20px; }
  #mainContent article aside ul.nav {
    -webkit-column-count: 1;
            column-count: 1; }

  #explore article dl dd {
    height: 200px;
    width: 100%; } }

/*# sourceMappingURL=responsive.css.map */