/* Small screen - Used for small screen or phone */
@media (min-width: 576px) {
    /* change this, by default 540px */
      .container {
      max-width: 90%;		 
    }
  }
  
  /* Medium screen - Used for medium screen or tablet */
  @media (min-width: 768px) {
    /* change this, by default 720px */
    .container {
      max-width: 90%;	  
    }
  }
  
  /* Large screen - Used for large screen, Laptop or Desktop */
  @media (min-width: 992px) {
    /* change this, by default 960px */
    .container {
      max-width: 75.33333%;		
    }
  }
  
  /* Extra large screen - Used for extra large screen or desktop */
  @media (min-width: 1200px) {
    /* change this, by default 1140px */
    .container {
      max-width: 75.33333%;	
    }
  }
  
  /* Top Black Nav Bar Primary Font Color */
    .g-color-gray-light {
      color: #9C9C9C; }
  
  
  /* Background Color Light Gray Breadcrumbs */
  .g-bg-light-gray {
    background-color: #EFEFEF !important; }
  
    /* Page Body Paragraph max width */
    .g-max-width-1020 {
      max-width: 1020px; }
  
  /* Top navigation font size */
  .u-header {
      font-size: 1.21429rem;
  }
  
  /* Remove default arrow chevron next to drop down menu*/
  .hs-has-sub-menu > a::after {
      display: none !important;
  }
  
  /* Banner Hover Text */
  .banner-text {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
  }

  .g-color-dark-slategray {
    color: #26304d;
  }

  /* Banner Header Text Sizing */
  .banner-info {
    text-shadow: 2px 1px #000000;
    color: white;
    font-weight: 700;
  }

  @media (min-width: 1281px) {
    .banner-info {
      font-size: 50px;
    }
  }

  @media (max-width: 1280px) {
    .banner-info {
      font-size: 40px;
    }
  }

  @media (max-width: 1090px) {
    .banner-info {
      font-size: 30px;
    }
  }

  /* Responsive Banner Height */
  @media (max-width: 1000px) {
    .banner-height {
      min-width: 150%;
      max-width: 300%;
      min-height: 350px;
      max-height: 400px;
    }
  }

  @media (max-width: 800px) {
    .banner-height {
      min-width: 200%;
      max-width: 300%;
      min-height: 350px;
      max-height: 400px;
    }
  }


  @media (min-width: 991px) {
    .management-photo {
      width: 75%;
    }
  }

  @media (max-width: 991px) {
    .management-photo {
      width: 50%;
    }
  }