@media (max-width:1020px) {

  .mobile-only { display: inherit; }

  body {
    min-width: 0;
    overflow-x: hidden;
    padding-top: 60px;
  }
  .overflow-container {
     height: auto;
     width: auto;
  }
  .header {
     position: absolute;
     top: 0;
     height: 60px;
     padding: 0;
     width: 100%;
     background-color: #FFDB96;
  }
  .overflow-header {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     position: static;
  }

/* Hamburger Menu */
.c-hamburger {
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 45px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.c-hamburger:focus { outline: none; }
.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: white;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}
.c-hamburger span::before { top: -8px; }
.c-hamburger span::after { bottom: -8px; }
.c-hamburger--htx { background-color: #7a003c; }
.c-hamburger--htx span { transition: background 0s 0.3s; }
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before { transition-property: top, transform; }
.c-hamburger--htx span::after { transition-property: bottom, transform; }
/* active state, i.e. menu open */
.c-hamburger--htx.is-active { background-color: #7a003c; }
.c-hamburger--htx.is-active span { background: none; }
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}



  #slideshow {
     display: none;
  }
  .logo {
    position: absolute;
    display: block;
    top: 0px;
    left: 60px;
    height: 50px;
    right: 45px;
    width: auto;
    padding: -5px;
  }
  .logo > a {
    background-image: none;
    height: 50px;
    width: auto;
  }

  .logo a img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 234px;
    max-height: 50px;
  }
  
  .slide-hdr {white-space: nowrap}
  .slides-container {
    /*display: none;*/
    visibility: hidden;
     height: 0;
     position: static;
     text-align: center;
     /*width: auto;*/
  }
  .home-callout a {
     display: inline-block;
  }
  
  
  .nav-container {
    z-index: 999;
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background-color: #7a003c;
    background-image: none;
    height: auto;
    box-shadow: 0 10px 15px rgba(0,0,0,0.5);
  }

  #nav, body.home #nav {
     padding: 0;
     width: auto;
  }
  #nav a.active {
    background: none;
  }
  #nav a, #nav .dropdown a {
     background-image: none;
     font-size: 14px;
     height: auto;
     line-height: 22px;
     padding: 11px 15px;
     white-space: normal;
  }
  #nav li {
     display: block;
     float: none;
     height: auto;
  }
  #nav li div.dropdown {
     background-image: none;
     height: 1px;
     overflow: hidden;
     padding: 0;
     position: static;
  }
  #nav li div.dropdown ul {
     margin: 0;
     padding: 0;
     width: auto;
  }
  #nav li div.dropdown ul li {
     display: block;
     float: none;
    border-bottom: 1px solid rgba(255,255,255,0.3)
  }
  #nav li div.dropdown ul li a {
     display: block;
     float: none;
     height: auto !important;
     text-align: center;
     width: auto;
  }
  
  
  .home-nav-container {
     margin: 0;
     padding: 0;
     width: auto;
  }
  .home-callout-nav {
     background-color: #f8981d;
     background-image: none;
     height: auto;
     margin: 0;
     padding: 0;
     position: static;
     width: auto;
  }
  .home-callout-nav li {
     display: block;
     float: none;
     width: auto !important;
  }
  .home-callout-nav li .home-callout-dropdown.autowidth {
     max-width: none !important;
     position: static !important;
     width: auto !important;
     background-color: #737a35;
     background-image: none;
     padding: 0;
  }
  .home-callout-nav li .home-callout-dropdown.autowidth .dropdown-inner {
    background-image: none;
    padding: 0;
  }
  .home-callout-nav li.active a {
     background-color: inherit;
  }
  
  .dropdown-inner li {
  }
  .home-callout-nav li ul li {
     background-image: none;
     display: block;
     float: none;
     width: auto;
  }
  .home-callout-nav li ul li a, .home-callout-nav li.active ul li a {
     display: block;
     float: none;
     font-size: 200%;
     height: auto;
     line-height: 1;
     padding: 5px;
     text-align: center;
     width: auto;
  }
  .home-callout-nav li ul {
     display: block;
     float: none;
     width: auto;
  }
  
  .home-footer-callouts {
    background-color: #7a003c; 
    background-image: none;
     position: static;
     margin: 0;
     height: auto;
    width: auto;
    padding: 0;
  }
  
  .footer-callout-col1, .footer-callout-col2, .footer-callout-col3 {
     float: none;
     height: auto;
     width: auto;
     background-image: none;
     padding: 10px 0;
     margin: 0;
     text-align: center;
  }
  .footer-callout-col2 {display: none;}
  .home-footer-callouts h3, .home-footer-callouts h4 {
     margin: 5px;
  }
  .home-footer-cta-lg {
     margin: 0.5em;
     padding: 0;
  }
  .home-footer-cta-lg a{
    display: inline-block;
  }
  .home-pager {
     display: none;
  }
  .footer {
    padding: 20px 10px;
     width: auto;
  }
  
  .modal{
    width: 98%;
    margin: 0 1%;
  }
  .videoWrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
  .videoWrap iframe, .videoWrap object,.videoWrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
  }
  
  
  .quick-links a {
     display: inline-block;
     float: none;
  }
  .home-footer-cta a {
     display: inline-block;
  }
  ul.news {
     display: inline-block;
     margin: 0 5px;
     text-align: center;
  }
  ul.news li {
     text-align: left;
  }

  
  /* inner page */
  .hdr-controls {
    display: none;
  }
  
  #ContentPlaceHolderDefault_pgphoto {
    background-position: 50% 50%;
    background-size: cover;
  }
  .interior-container {
     height: 200px;
  }

  .interior-3col-container {
    background-image: none;
  }
  .interior-3col {
    float: none;
    width: 90%;
    padding: 0;
  }

  .col-container {
     background-image: none;
  }
  .page-col23-container { float: none; }
  .page-col1 {
     background-color: #f8981d;
     border: medium none;
     display: block;
     float: none;
     clear: both;
     text-align: center;
     width: auto;
  }
  .page-col2 {
     display: block;
     float: none;
     margin: 22px 25px 20px 25px;
    padding: 0;
     width: auto;
  }
  .page-col2 p {
     margin: 1em 0;
  }

  /* fixes for the above */
  .page-col2 p.right-margin { margin: 0 15px 10px 0; }
  .page-col2 p.left-margin { margin: 0px 0px 10px 15px; }

  .breadcrumbs {
    margin: 0 0 15px 0;
  }

  /* Expand/collapse widget fixes */
  .page-col2 p.expand-collapse { margin: 0; }
  .page-col2 .expand-collapse-content p { margin: 0px 0px 14px 0px; }
  .expand-collapse a { background-image: url(/lib/img/backgrounds/expand-collapse-lg.png); height: auto; }
  .expand-collapse a.active { background-position: right -200px; }

  .page-col23 {
    float: none;
    width: auto;
    padding: 22px 25px 20px 25px;
  }

  .page-col23-container .page-col3 {
    margin-top: 15px;
  }

  .page-col3 {
     float: none;
     padding: 0;
     text-align: center;
     width: auto;
  }
  .callout-basic {
     margin: 20px 0;
     text-align: center;
     width: auto;
  }

  .news-event-photo {
    float: none;
    margin: 10px;
    text-align: center;
  }
  
  .page-content {
     background-color: transparent;
     background-image: none;
     width: auto;
  }
  .page-content-container {
    border: none;
    background: transparent;
    margin: 0;
  }

  .page-content img {
    max-width: 100%;
    height: auto;
  }
  .page-content iframe {
    max-width: 100%;
  }

  .request-option {
      display: inline-block;
  }

  .tab-lists li {
    width: 160px;
    padding: 0px 0px 35px 0px;
  }

  .more-interests-links {
    margin: 15px 0;
    border-top: 1px solid rgba(0,0,0,0.3);
    font-family: "news-gothic-std-1","news-gothic-std-2", Arial, Geneva, sans-serif;
    font-weight: bold;
  }
  .more-interests-links > li {
    padding: 0;
    background-image: none;
    background-color: #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.3);
  }
  .more-interests-links > li > a {
    display: block;
    line-height: 30px;
    text-decoration: none;
  }
  .more-interests-links > li > a:hover,
  .more-interests-links > li > a:active {
    background-color: #c8c8c8;
  }

  .subnav li a,
  .subnav li ul li a,
  .subnav li ul li ul li a {
    padding: 0;
    line-height: 33px;
  }
  .subnav li ul li ul li a {
    border-top: 1px solid rgba(255,255,0,0.2);
  }

  .header-links > * {
     display: none;
  }

  /* CSS for apply bar */
  #mobile-header-links {
    display: block;
    position: absolute;
    top: 60px;
    height: 40px;
    left: 0;
    right: 0;
    background-color: #737A35;
  }
  #mobile-header-links > a {
    float: left;
    width: 33.3%;
    height: 40px;
    color: #fff;
    text-decoration: none;
    text-indent: -9999px;
    background-image: url('/lib/img/backgrounds/mobile-banner-icons2.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
  }
  #mobile-header-links > a#mhl-apply { background-position: 50% 50%; }
  #mobile-header-links > a#mhl-visit-us { background-position: 50% 100%; }

  .interior-container {
    margin-top: 40px; /* fix to get out from under apply now bar */
  }

  /* Search button */
  #header-search-toggle {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAEUUlEQVR4AaxVA5hz2RLMe2vbu9HYNmLrZmybMefPn7F1s7Zt27Zt+8OavadvZjHmiZO+VX3qVFdYKy5g/e/82paQc6ua2k8x1rzgjtf9aQ9XwoSs4qvzqurnAvqyVIBb92FtZd1HO06cEBfRvgT1V3aeBMxsAfSclA897HwwkVcbRwyuSDkMZRnuuqi9ReMH//83DH5BQ7uqP0X/hpMvBRMBNnEEYOYIwc4TA5JZuCLynZD5DYncUfLfTiusP/WtW+n1d3NhXUfBYLL+RwsB6EVgthBcYTLoi1Z94I1VvtAXr3zBE6V83ROp+MXKEUEvIcHHrggl0JrK0wHu23NV8IdO9fMH0vSfWciFPQTcyhXDQIruk1OM1c1PXzR83D9H8955+57f2CoZzSu4xR0uYwhMpBFPhPy300tqy1cEvxKu3GNaUnKykydltm8j4GO5Be9e2t4ev1pDAFfuHdCWn+sJlzMkFkKyO1n71qNn+w9fVnx2YycHDxQlMZ8khMEU7ccXd7dGryfprUT3SVHx1Q6uhJHUFSqDeW25ZVnhmWV1bXiAJqZICrSxsnmjprjL72TvTtJ8ZsadE3mJzLfBW0vse0pBzQvYPRZ5ohUfvnTW8DEbJSiG4j2mBEW0nchqIrsfyaK+vG3UxV1U5EnQ/4ket/EY272w2bnxJWs7vWFy0qAAfAmaPwOGurhFBTihOEhI4I2RP79ZAn+apqMvXIEEaGkYE5UmLCqYVlZ+YTpJgEOEE/oao+EGF0bKcKbBiw7E4fMn6345o64lclHNuSRbrBwxc8ieSPnP6PON4n/+wuQBI9nU0xa2iLHqYLr+6XfuOuOQRUW0vibJHan4DQmspHA4m7r9aThjr40QBKjKbkeINGhTvpTkExVYYWjO23c023iHnRu0qpsc2Kyq7PxXXrly77XAz6lqKPHFq39CB6I83mjFTzc5zOkrFl/U1CYkGfODaSFfcELHBYXX3Oxy8Ula7vlfzV+/YfygU6iqLn+C5nusx+4tJ4ng1OKae/H3VfzM2uM0Y/VQX4QCghcJAXdEJvyLCWHhyd4EVdeuZFXXYLrOO5xFPeMgcpgXQhEbQpNMCoq+ut7enbf66NP0Pqfoqk5xhcv/wEPDCxGEiWUSAx4inQMjm70Q2ZxgBmEdEmHMjOYYvr3W3C5YlQSD7/Ty2nKSpK9htiA4dodgzIOAIQH+X/TFqH44o7jufiLltwjey0USAYznUF9d09uZv6Y7Xrxk9LCAodo8kKq7cSyb+sIXrwFvpIL4XPvLSAb1xGAmRd/kNacDcds11s78iVwKw3LhPIQwkVfwxfXOnux1bfgK+Pe+Z8rLmTc2xg7nFcaf19IVCV+dc9DSumvt3YKxHOoblMzEDUo3kqn/5PYBSwJrp9a1zt5c7Jwh4QTlGsigPmTt5LrB3pUzmk39tUfA4AI3EGoN/E4xUBvsayrXbjILvNHvFvX/3fEptwFX6y8B8xccjQAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: 97% 50%;
    border-style: none;
    background-color: transparent;
    text-indent: -9999px;
    cursor: pointer;
  }

  .header-links {
    float: none;
    margin: 0;
    width: auto;
    position: absolute;
    top: -40px;
    height: 40px;
    left: 0;
    right: 0;
    background-color: #ccc;  
  }
  .header-links > form {
    display: block;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
  }
  .search-form {
    float: none;
    clear: none;
    text-align: left;
    white-space: nowrap;
    position: absolute;
    top: 0; bottom: 0; left: 0;
    right: 65px;
  }
  .search-form input {
    position: absolute;
    top: 5px;
    bottom: 5px;
  }
  .search-form input.search {
    width: 100%;
    left: 5px;
    font-size: 17px;
  }
  .search-form input.go {
    right: 0;
    margin-right: -60px;
  }

  body {
      transition: margin-top 0.5s ease;
  }
  body.search-visible {
    margin-top: 40px;
  }
  .header-links p.apply { top: 100px; }

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
}

#mobile-home {
  position: relative;
  margin-top: 40px;
  height: 420px;
  background: #000000 url('/lib/img/backgrounds/mobile-home-bg-winter.jpg') 50% 50% no-repeat;
  background-size: cover;
  }

#mobile-home .hero-textbox {
  position: absolute;
  top: 15px;
  left: 15px; right: 15px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: left; 
  }
#mobile-home .hero-textbox h2 {
  color: #7A003C;
  font-size: 24px;
  margin: 0;
}

#mobile-home .hero-textbox p {
  font-size: 16px;
  margin: 10px 0;
  font-family: "Times New Roman", Times, serif;
} 

#mobile-home .hero-textbox a {
    display: block;
    padding: 2px 0px 0px 30px;
    color: #7A003C;
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background: url(/lib/img/icons/arrow-green.png) no-repeat 0px 0px;
  }
}

}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
