/*-=Small screens=-*/
@media only screen and (max-width: 40.0625em) {
  .nomurphy {
    display: block;
  }
  .nomurphy:before {
    display: none;
  }
  .header .logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  } 
  #home-slider .slick-slide,
  .home #home-slider .slick-slide {
    height: 250px;  
  }
  #home-slider .slider-caption {
    display: none;
  }
  .footer-contact-section {
    padding: 20px 0;  
  }
  .map-col .acf-map {
    height: 200px;
  }
  .home .content-wrap {
    margin-top: 0;
  }
  .slick-dots {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .map-col address,
  .contact-info {
    text-align: center;
  }
  .subpage-link {
    position: relative;
    right: auto;
    bottom: 5px; 
  }  
  .subpage-item {
    padding-bottom: 0;  
  }
  .subpages .subpage-item:last-child {
    margin-bottom: 0; 
  }
  .top-bar-section {
    max-height: 80vh;
    overflow: auto;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 64.0625em) {
  /* TOP BAR Mobile STYLING */
  .top-bar {
    height: auto;
    background: #006bb3;
     overflow: visible;
    /* change background color if you need */
  }

  .top-bar-section ul li > a {
    color: white;
    /* change color of text if you need */
    font-size: 13px;
    background: #006bb3;
    /* change background color if you need */
  }
  .top-bar-section ul li:hover > a {
    background: #014879 !important;
    /* change background color if you need */
  }
  .top-bar-section ul li.current-menu-item > a:not(.button), .top-bar-section ul li.current-page-ancestor > a:not(.button) {
    background: #0E8CE0 !important;
    /* change background color of current menu item if you need */
  }
  .top-bar-section .menu {
    display: none;
  }
  .top-bar-section .dropdown {
    clip: auto;
    height: auto;
    display: none;
    width: 100%;
    position: static !important;
  }
  .top-bar-section .dropdown > li a {
    padding-left: 30px;
  }
  .top-bar-section .has-dropdown > a:after {
    display: none;
  }
  .top-bar-section ul li.has-dropdown a.dropdown-toggle {
    display: block;
    position: absolute;
    width: 50px;
    height: 44px;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 100;
    text-align: center;
  }
  .top-bar-section ul li.has-dropdown a.dropdown-toggle i.fa {
    font-size: 13px;
    line-height: 1;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .top-bar.expanded .opnd > .dropdown-toggle i.fa {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-bar .title-area {
    height: 53px;
  }
  .top-bar.expanded .title-area {
    background: #014879;
  }
  .top-bar.expanded .toggle-topbar a {
    color: #fff;
  }
  .top-bar.expanded .toggle-topbar a span {
    box-shadow: none !important;
  }
  .top-bar.expanded .toggle-topbar a span:after {
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
  }  
}

@media only screen and (min-width: 64.063em) {
  /* TOP BAR STYLING */
  .top-bar {
    background: transparent;
  }

  .top-bar-section {
    margin-top: 5px;
    /* Dropdown Styling*/
  }
  .top-bar-section ul {
    background: transparent;
  }
  .top-bar-section ul li {
    background: transparent;
  }
  .top-bar-section ul li + li {
    padding-left: 6px;
  }
  .top-bar-section li:not(.has-form) > a:not(.button),
  .top-bar-section li.has-dropdown > a:not(.button) {
    /* Regular menu item style */
    color: #006bb3;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    background: transparent;
    font-family: "Lato", sans-serif;
    padding: 0 2px;
  }
  .top-bar-section li:not(.has-form) > a:not(.button):hover,
  .top-bar-section li.has-dropdown > a:not(.button):hover {
    color: #006bb3;
    background: transparent;
    -webkit-box-shadow: inset 0 -3px 0 #006ab3;
    box-shadow: inset 0 -3px 0 #006ab3;
  }
  .top-bar-section li:not(.has-form) > a:not(.button):after,
  .top-bar-section li.has-dropdown > a:not(.button):after {
    display: none;
  }
  .top-bar-section li.current-menu-item > a:not(.button),
  .top-bar-section li.current-page-ancestor > a:not(.button) {
    /* Style of Current page and Ancestor page */
    color: #006bb3;
    background: transparent;
    -webkit-box-shadow: inset 0 -3px 0 #006ab3;
    box-shadow: inset 0 -3px 0 #006ab3;
  }
  .top-bar-section ul li:hover:not(.has-form) > a {
    /* Parent link style on dropdown hover */
    color: #006bb3;
    background: transparent;
  }
  .top-bar-section .dropdown {
    background-color: #fff;
    padding: 10px 12px;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,.4);
    box-shadow: 2px 2px 8px rgba(0,0,0,.4);
  }
  .top-bar-section .dropdown li {
    padding: 0;
  }
  .top-bar-section .dropdown a {
    width: auto;
    display: inline-block !important;
    line-height: 2 !important;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    /* Regular link in dropdown */
    color: #006bb3;
    background: transparent;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    /* Dropdown link on hover */
    color: #006bb3;
    background: transparent;
  }
  .top-bar-section .has-dropdown > .dropdown li .dropdrown_menu li a {
    /* Dropdown in dropdown */
    background: transparent;
  }
  .top-bar-section .has-dropdown > .dropdown li .dropdrown_menu li:hover a {
    color: #006bb3;
    text-decoration: underline;
    background: transparent;
  }

  /* Align Menu to the right
  		.top-bar-section { float:right; } */
  /* Align Menu to the center
  		.top-bar-section { float:none; text-align: center; }
  		.top-bar-section ul{display: inline-block;} */
  .has-dropdown .dropdown-toggle {
    display: none;
  }
}
/* min-width 641px */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /*.header {
    padding: 8px 0 0;
  }
  .top-bar-section { 
    float:none; text-align: center; 
  }
  .top-bar-section ul {
    display: inline-block;
  }
  */
  .home #home-slider .slick-slide {
    height: 560px;  
  }
  .subpage-link {
    position: relative;
    right: auto;
    bottom: 5px; 
  }  
  .subpage-item {
    padding-bottom: 0;  
  }
  .top-bar-section {
    max-height: 65vh;
    overflow: auto;
  }
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
}
/*-=Large screens=-*/
@media only screen and (min-width: 64.063em) {
  .header > .row > .columns:last-child {
    padding-right: 0;
  }
  .header {
    padding: 8px 0;
  }  
  .content-padding {
    padding-right: 40px;
  }
  /* min-width 1025px, large screens */
}

@media only screen and (max-width: 1100px) {
  #pages-slider .slick-prev {
    top: -32px;
    left: 20px;
  }
  #pages-slider .slick-next {
    top: -32px;
    right: 20px;
  }
}
