@media handheld, only screen and (max-width: 1220px) {
  .wrap, .header { width: 96%; }
  .home .banner {
    background-position: 60% 0 !important;
  }
}

@media handheld, only screen and (max-width: 1100px) {
  .wrap, .header { width: 88%; }

  .content { 
    width: 88%; 
    padding: 5%;
  }

}

@media handheld, only screen and (max-width: 1000px) {
  
}

@media handheld, only screen and (max-width: 955px) {

  #logo { float: left; }
  
  #nav { display: none; }

  .header {
    min-height: 175px;
  }

  .mobile {
    display: block;
    width: 50%;
    position: absolute;
    top: 113px;
    right: 0;
    overflow: hidden;
    z-index: 99999;
    font-weight: 600 !important;
  }

  .mobile a.nav-icon {
    display: block;
    height: 41px;
    line-height: 41px;
    background: url(../images/select-icons.png) top right no-repeat;
    margin:  0;
    z-index: 99904;
    padding: 0 45px 0 0;
    color: #be1732;
    float: right;
    text-transform: uppercase;
  }

  .mobile a.nav-icon:hover {
    background: url(../images/select-icons.png) top right no-repeat;
    color: #000;
  }

  #mobile-nav {
    display: none;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px 0;
    overflow: hidden;
    opacity: 0.9;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
  }

  #mobile-nav li {
    border: 0;
    display: block;
    position: relative;
    z-index: 5;
    margin: 5px 20px;
    text-align: right;
  }

  #mobile-nav li a {
    height: auto;
    line-height: 21px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;    
  }
  #mobile-nav li>a:hover {
    color: #be1732;
  }

  #mobile-nav ul li a:hover {
    color: #be1732;
  }

  #mobile-nav ul {
    margin: 0;
    padding: 0 7px 0 0;
  }

  #mobile-nav ul li {
    float: none;
    display: block;
    width: 100%;
    padding: 0 0 2px 0;
    margin: 0 0 3px 0;
    border-bottom: 1px solid #4a5265;
  }

  #mobile-nav ul li a {
    color: #fff;
  }
  
  .welcome {
    text-align: center;
  }
  .welcome-text {
    width: 92%;
    margin: 0 auto;
    float: none;
  }
  .live-here {
    width: auto;
    text-align: center;
    display: inline-block;
    float: none;
    margin: 10px auto;
    padding: 12px 20px;
  }

  .info p {
    display: none;
  }
  .pods .info h2 { font-size: 16px; } 

}

@media handheld, only screen and (max-width: 850px) {
  
  .awards {
    float: none;
    display: inline;
    margin: 10px;
    position: absolute;
    top: 10px;
    left: -70px;
    width: auto;
  }
  .awards img {
    width: 60%;
  }
}

@media handheld, only screen and (max-width: 780px) {

  .cats,
  .center {
    display: none;
  }
  
  #subnav {
    width: 0%;
  }

  #text-panel {
    width: 100%;
  }

  .m-subnav {
    display: block;
    width: auto;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 99;
    color: #fff;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
  }

  .m-subnav a.subnav-icon {
    display: block;
    width: 40px;
    height: 37px;
    background: url(../images/select-icons.png) top right no-repeat;
    z-index: 99904;
    color: #000;
    float: right;
  }

  .m-subnav a.subnav-icon:hover {
    background: url(../images/select-icons.png) top right no-repeat;
    color: #000;
  }

  #mobile-subnav {
    display: none;
    margin: 0 !important;
    width: 85%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
    background: #be1732;
    opacity: 0.9;
  }
  #mobile-subnav li {
    border: 0;
    display: block;
    position: relative;
    z-index: 5;
    margin: 4px 10px;
  }

  #mobile-subnav li a {
    height: auto;
    line-height: 18px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
  }
  #mobile-subnav li>a:hover {
    color: #000;
  }

  #mobile-subnav ul li a:hover {
    color: #000;
  }

  #mobile-subnav ul {
    margin: 0;
    padding: 0 7px 0 0;
  }

  #mobile-subnav ul > li {
    float: none;
    display: block;
    width: auto;
    padding: 2px 0 2px 0;
    margin: 0 0 3px 3px;
    border-bottom: 1px solid #4a5265;
  }

  #mobile-subnav ul li a {
    color: #000;
    font-size: 13px;
  }

  .home .banner {
    background-position: 65% 0 !important;
  }

  .page-id-188 #contact-details,
  .page-id-188 .text {
    width: auto;
    float: none;
    display: block;
    padding-bottom: 0;
  }

}

@media handheld, only screen and (max-width: 680px) {

  .awards {
    left: -50px;
  }

  .home .banner {
    background-position: 70% 0 !important;
  }

  .pods {
    width: 100%;
    display: block;
    float: none;
    padding: 10px 0;
    margin: 0 0 4px 0;
    overflow: hidden;
  }

  .info p {
    display: block;
  }

  .pods .info h2 {
    font-size: 18px;
  } 

}

@media handheld, only screen and (max-width: 620px) {

  .header {
    min-height: 210px;
  }

  #logo { 
    float: none; 
    margin: 15px auto;
  }

  .mobile {
    top: 163px;
  }
  
  .pods .info h2 {
    font-size: 18px;
    margin: 5px 0 0 0;
  }

  .links { 
    width: 100%; 
    position: absolute;
    bottom: 8px;
    left: 0;
    overflow: hidden;
  }

  .links h2,
  .links h3 {
    display: inline-block;
    float: left;
    text-align: left;
    clear: both;
  }
  .social {
    display: none;
  }
  
  .outer-footer,
  .outer-footer p {
    text-align: center;
  }

  .outer-footer .social {
    display: block;
    width: 62px;
    margin: 10px auto;
    float: none;
  }
  
}

@media handheld, only screen and (max-width: 500px) {
  
}

@media handheld, only screen and (max-width: 400px) {
  
}
/* Print Style
-------------------------------------------------------------- */

@media print {

  body {
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #000;
    background: #fff;
  }

  .wrap,
  #printlogo,
  #text-panel {
    display: block;
    clear: both;
  }

  #header,
  .nav,
  .sub-nav,
  #footer {
    display: none !important;
  }

}
