@media screen and (min-width: 1451px) {
.stories .row {
  display: table;
  margin: 0 auto;
  width: auto;
}

.story-photo-container {
  border-radius: 5px 5px 0 0;
  max-height: 140px;
  overflow: hidden;
}

.story-name-container > p {
  font-size: 0.8em;
}
}

@media screen and (max-width: 1450px) {

.stories .row {
  display: table;
  margin: 0 auto;
  width: auto;
}

}

@media screen and (max-width: 1200px) {
    .mobile-view {
        margin-bottom:25px;
    }
    
    .nav.navbar-nav li a {
      color: #e1b342;
      font-size: 0.75em;
      margin: 0 0.5em 0 0;
      padding: 10px 0 15px;
      text-shadow: 0 0 2px #000;
      transition: all 0.5s ease 0s;
    }
}

@media screen and (max-width: 992px) {
    .nav.navbar-nav li a {
      color: #e1b342;
      font-size: 0.75em;
      margin: 0 0.25em 0 0;
      padding: 10px 0 15px;
      text-shadow: 0 0 2px #000;
      transition: all 0.5s ease 0s;
    }
    
    /**Home Page - Stories Section**/
    .stories {
      margin: 0 auto;
      max-width: 100%;
      padding: 40px 0 0;
    }
    .story-container {
        height: auto;
        margin: 1em 4px 1em 15px;
        text-align: center;
        width: 47%;
    }
    .story-name-container {
        overflow: hidden;
        padding-top: 15px;
        background: #333 none repeat scroll 0 0;
        color: #eee;
        font-family: "Rock Salt", serif;
    }
    .story-name-container h3 {
        color: #fff;
        font-size: 1.2em;
        margin: 0 0 12px;
    }
    .story-name-container > p {
      font-size: 0.85em;
      padding: 0;
    }
    .story-desc-container {
        height: 140px;
        padding: 10px;
        vertical-align: middle;
        position: relative;
    }
    .story-action-button {
        height: auto;
        padding: 10px;
        margin-bottom: 0.5em;
    }
    .story-action-button > a {
        color: #000;
        font-size: 1.2em;
        text-decoration: none;
        transition: all 0.5s ease 0s;
    }
    .story-action-button > a:hover {
        color: #0089d7;
        transition: all 0.5s ease 0s;
    }
    
    
    
    /** Home Page - Informational Cards **/
    
    .informational-container {
        width: 100%;
        height: auto;
        clear: both;
    }
    .informational-headline h3 {
        font-size: 2.25em;
    }
    .informational-body p {
        font-size: 1.21em;
    }
    .informational-card {
        display: block;
        clear: both;
        height: 24em;
        width: 100%;
    }
    .row.no-gutter {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    
    
    /** Blue User Interaction Section - Contact Form, Awards and News **/
    input#phone {
        width: 100%;
        margin-right: 0px;
    }
    input#email {
        width: 100%;
        margin-right: 0px;
    }
    .spacer {
      clear: both;
      display: block;
      float: left;
      height: 20px;
      position: relative;
      width: 100%;
    }
    .blue-user-section {
        display: block;
        float: left;
        height: auto;
        margin: 0;
        overflow: visible;
        padding: 1em;
        width: 100%;
    }
    .contact-form {
        float: none;
        clear: both;
        width: 100%;
        margin-bottom: 3em;
    }
    .awards {
        height: auto;
        margin: 0;
        padding: 1em;
        position: relative;
        width: 100%;
        margin-bottom: 3em;
    }
    .awards-icons-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
    }
    .awards-icon {
        margin-right: 1px;
    }
    .resources {
        float: none;
        clear: both;
        width: 100%;
        margin-bottom: 1.5em;
    }
    
    /**Staff Section**/
    .top-bio {
      background-position: left top;
      background-size: cover;
      margin-top: -86px;
      position: relative;
    }
    .staff-title {
      bottom: 0;
      margin-top: 130%;
      position: absolute;
      right: 0;
      text-align: center;
      width: 100%;
    }
    .staff-title h2 {
      font-size: 3em;
      line-height: 65px;
    }
    .staff-title > h3 {
      float: none;
      font-family: "Muli",sans-serif;
      font-size: 2em;
      max-width: 100%;
    }    
    #mobile-menu .nav.navbar-nav > li {
      display: block;
      padding: 0 10px;
    }
    
    #business-owner-services > div > div:last-child,
    #buy-sell-agreements-funding > div > div:last-child {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .story-container {
      height: auto;
      margin: 0 auto;
      text-align: center;
      width: 47%;
      clear: both;
      width: 100%;
    }
    .story-photo-container {
      border-radius: 5px 5px 0 0;
      max-height: 265px;
      overflow: hidden;
    }
    .stories > p {
      clear: both;
      font-size: 1.25em;
      padding: 0;
      text-align: center;
      width: 100%;
    }
    .navbar-toggle {
        margin-top: 3px;
    }
    .nav.navbar-nav  {
        margin-right: 1.45em;
    }
    a.navbar-collapse {
        background-color: rgba(37, 37, 37, 0.95);
    }  
    #mobile-menu ul.nav.navbar-nav {
      background: rgba(0, 0, 0, 0.95) none repeat scroll 0 0;
      display: block;
    }
    .nav.navbar-nav li a {
        color: #e1b342;
        font-size: 1.45em;
        margin: 0 0.25em 0 0;
        padding: 10px 0 15px;
        text-shadow: 0 0 2px #000;
        transition: all 0.5s ease 0s;
    }
    #mobile-menu li.active a {
      background: #fff none repeat scroll 0 0;
      color: #000;
      text-shadow: none;
    }
    #mobile-menu li.active .dropdown-menu a {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      color: #fff;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
      background-image: none;
      background-repeat: repeat-x;
      box-shadow: 0 3px 9px rgba(0, 0, 0, 0.075) inset;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #fff;
      padding: 5px 0 5px 10px;
    }
    .legacy-container {
      background: rgba(0, 0, 0, 0) url("/images/legacy-ny-bg.jpg") no-repeat scroll right top;
      height: 635px;
    }
    .legacy {
      color: #fff;
      float: none;
      margin-top: 150px;
      text-align: center;
      width: 100%;
    }
    .legacy > h2 {
      font-size: 2em;
      line-height: 1.75em;
      margin-bottom: 50px;
      text-shadow: 1px 1px 3px #000;
    }
    .informational-card-bg {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      min-height: 400px;
      width: 100%;
    }
    a.fancy-button {
      background-color: white;
      border-radius: 4px;
      bottom: 10px;
      color: black;
      display: block;
      left: 15%;
      padding: 0.5em 1em;
      position: absolute;
      text-decoration: none;
      transition: background-color 0.5s ease 0s;
      width: 70%;
    }
    #video-modal .modal-dialog, #legacyVideo .modal-dialog {
     width: 90%;
    }
    .employee {
      background-position: center top !important;
      background-size: cover !important;
      color: #fff;
      height: auto;
      padding: 0;
      text-align: center;
      text-shadow: 1px 1px 4px #000;
    }
    .employee h3 {
      bottom: 90px;
      font-family: "Muli",sans-serif;
      font-size: 2.75em;
      margin: 0;
      position: absolute;
      width: 100%;
    }
    .employee > h4 {
      bottom: 20px;
      font-family: "Muli",sans-serif;
      font-size: 1.75em;
      margin: 0;
      position: absolute;
      width: 100%;
      top: unset;
    }
    .mountain-menu > ul {
      background-color: #433423;
      background-image: none;
    }
    .mountain-menu-bottom {
      background: rgba(0, 0, 0, 0) url("/application/themes/pfs/images/mountain-menu-bottom.png") no-repeat scroll center bottom / cover ;
      height: 58px;
      margin-top: -38px;
    }
    .main-content {
      padding-right: 0;
    }
    .side-widget-button {
      display: none;
    }
    .header-background {
      background-color: #252525;
      box-sizing: border-box;
      height: 220px;
      overflow: hidden;
      padding-top: 10px;
      position: relative;
      z-index: 20;
    }
    .contact-info .list-unstyled.pull-right > li {
      color: #e37a39;
      float: left;
      font-size: 1.3em;
      margin-right: 15px;
    }
    .contact-info .list-unstyled.pull-right > li:nth-child(3) {
      display: none;
    }
    .logo-container {
      display: table;
      margin: 0 auto;
    }
    .contact-info {
      display: table;
      float: none;
      margin: 0 auto;
      transition: all 1s ease 0s;
    }
    .login-container {
      background: #333 none repeat scroll 0 0;
      border: 5px solid #222;
      box-shadow: 1px 1px 10px #111;
      height: 51px;
      margin: 0 auto;
      padding: 5px;
      position: relative;
      transition: all 1s ease-in 0s;
      width: 80%;
      right: inherit;
    }
    .btn.btn-slim {
      background: #fff none repeat scroll 0 0;
      display: block;
      float: left;
      margin: 5px 2.5%;
      padding: 0;
      width: 45%;
    }
    .sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    }
}

@media screen and (min-width: 993px) and (max-width:1280px) {
    .awards-icon {
        background: #eee none repeat scroll center center;
        width: 98px;
        height: 111px;
        margin: 2px 0;
        overflow: hidden;
    }
}

@media screen and (min-width: 993px) and (max-width:1136px) {
    .blue-user-section h4 {
        font-size: 1.9em;
    }
}

@media screen and (max-width: 450px) {
    
.col-sm-8 .main-content {
  padding: 0;
}

.custom-hero-banner{
    padding-top: 20px;
}
    
.custom-hero-banner > h2 {
  box-sizing: border-box;
  float: left;
  font-size: 1.5em;
  line-height: 1.75em;
  margin-top: 16%;
  padding: 0 15%;
  position: relative;
  width: 100%;
}

.header-background .img-responsive {
  margin-top: -16px;
  max-width: 100%;
}

.default-hero-banner {
  align-items: center;
  background-position: center top;
  background-size: cover;
  box-shadow: 0 0 12px #000;
  display: flex;
  float: left;
  height: 215px;
  margin: -45px 0 20px;
  min-height: 215px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.default-hero-banner h3 {
    font-size: 1.5em;
}

.logo-container {
  display: table;
  margin: 15px auto 0;
}

.login-container {
  background: #333 none repeat scroll 0 0;
  border: 5px solid #222;
  box-shadow: 1px 1px 10px #111;
  box-sizing: border-box;
  height: 51px;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  right: inherit;
  transition: all 1s ease-in 0s;
  width: 100%;
}

.slogan {
  color: #fff;
  float: none;
  font-family: "Rock Salt",serif;
  font-size: .9em;
  margin: 5px auto 0;
  width: 331px;
  text-align:center;
}

.informational-headline {
    margin: 0 21% 0 21%;
    flex-grow: 0.05;
    font-size: 0.8em;
}

.top-bio {
  background-position: -180px top;
  background-size: cover;
  position: relative;
}

.infographic img {
  transform: rotate(-45deg);
  transition: all 2s ease 0s;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.infographic {
  text-align: center;
}

.infographic.center {
  text-align: center;
  width: 100%;
}

img.infographic-center {
  display: block;
  margin: 0 auto;
  width: 100%;
}

}