@media only screen and (max-width: 1365px) {
  .top-banner .slide-title {
    width: 100%;
    font-size: 50px;
  }
  .top-banner .row {
    margin-top: 0;
  }

  .news-item--latest .news-item__title {
    font-size: 50px;
  }
}
/*-=Tablet screens=-*/
@media only screen and (max-width: 1024px) {
  .parallax_img {
    display: none;
  }

  /*max-width 1024px, tablet screens*/
  .top-banner .slide-title {
    font-size: 50px;
  }
  .top-banner__side-img {
    left: 52%;
    top: -120px;
    bottom: -120px;
  }
  .top-banner__side-img--scroll {
    left: 50%;
    top: 0;
    bottom: auto;
  }
  .top-banner__side-img--half {
    left: 50%;
    top: 0;
    bottom: 0;
  }

  .announcement-bar {
    padding-top: 12px;
  }

  .footer {
    padding-left: 40px;
  }

  .service__content {
    padding: 15px 40px;
  }

  .merchants-section__title {
    margin-left: 40px;
  }

  .merchants {
    padding: 0 5px;
  }
  .merchants--list {
    padding: 0;
  }

  .merchant {
    width: 33.3333%;
  }
  .merchant--list {
    width: 100%;
  }

  .columns-text__content {
    padding: 0 15px;
  }

  .blurb-item__caption {
    padding: 65px;
  }

  .news-spacer {
    padding: 38px 40px;
  }

  .news-item__title-col:after {
    left: 40px;
    right: 40px;
  }
  .news-item__day {
    left: 40px;
  }
  .news-item__caption {
    padding-left: 40px;
    padding-right: 40px;
  }
  .news-item--latest .news-item__title {
    font-size: 50px;
  }

  .news-details__back {
    margin-left: 25px;
  }
  .news-details__content {
    padding-right: 20px;
  }
  .news-details__share {
    margin-top: 10px;
  }

  .department {
    padding-bottom: 20px;
  }
}
/*-=Small screens=-*/
@media only screen and (max-width: 768px) {
  #wpadminbar {
    position: absolute;
  }

  .announcement-bar .row .columns {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-banner {
    height: 675px;
  }
  .top-banner__side-img {
    left: 39%;
    top: -30px;
    bottom: -30px;
  }
  .top-banner__side-img--scroll {
    left: 50%;
    top: 0;
    bottom: auto;
  }
  .top-banner__side-img--half {
    left: 50%;
    top: 0;
    bottom: 0;
  }
  .top-banner .slide-title {
    width: 100%;
  }
  .top-banner .slide-additional-text--offset {
    margin-top: 25px;
    width: 100%;
    padding-left: 0;
  }
  .top-banner .slide-footer {
    text-align: left;
  }
  .top-banner--fixed {
    height: 550px;
  }
  .top-banner--fixed .row {
    margin-top: 0;
  }
  .top-banner--high {
    height: 600px;
  }

  #home-slider {
    margin-bottom: 10px;
  }
  #home-slider .slick-arrow {
    top: 65%;
  }

  /* TOP BAR Mobile STYLING */
  .title-bar {
    background-color: #000;
    /* collapsed menu bar color */
    padding: 0 0 0 10px;
    line-height: 50px;
    position: relative;
    z-index: 4 !important;
    top: 0 !important;
    right: 0;
    left: 0;
  }
  .title-bar__sign-up {
    position: absolute;
    top: 50%;
    right: 15px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 12px;
    font-family: "adrianna-condensed", sans-serif;
    text-transform: uppercase;
    width: 20px;
    text-align: center;
    line-height: 1;
  }
  .title-bar__sign-up:hover, .title-bar__sign-up:focus {
    color: #fff;
  }
  .title-bar .title-bar-title {
    vertical-align: top;
  }
  .title-bar .menu-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 18px;
    border: none;
    height: 50px;
    background-color: transparent;
    vertical-align: top;
    cursor: pointer;
    outline: none;
    min-width: 0;
  }
  .title-bar .menu-icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 50%;
    left: 0;
    margin-top: -9px;
    -moz-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  }

  .position-left {
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    -webkit-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
    overflow-y: auto;
  }

  .off-canvas {
    top: 50px;
  }

  .top-bar {
    height: auto;
    padding: 0;
    background: #000;
    /* menu list background color */
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .top-bar ul li {
    padding: 0;
    position: relative;
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .top-bar ul li > a {
    display: block;
    padding: 0;
    background: transparent;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    color: #b5b5b5;
    font-family: "adrianna-condensed", sans-serif;
  }
  .top-bar ul li > a:hover {
    background: black !important;
    /* menu item background color on hover */
  }
  .top-bar ul li.current-menu-item > a, .top-bar ul li.current_page_ancestor > a {
    color: #fff;
    background: #121212 !important;
    /* current/parent menu item background color */
  }
  .top-bar ul li.has-dropdown a:after {
    display: none;
  }
  .top-bar ul li.has-dropdown .accordion-toggle {
    display: block;
    position: absolute;
    width: 50px;
    height: 45px;
    right: 0;
    top: 0;
    color: #fff;
    /* dropdown arrow color */
    z-index: 100;
    text-align: center;
  }
  .top-bar ul li.has-dropdown .accordion-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 ul li[aria-expanded="true"] > a {
    background: black;
    /* menu item background color on open dropdown */
  }
  .top-bar ul li[aria-expanded="true"] > a .accordion-toggle i.fa {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-bar ul li .submenu a {
    padding-left: 25px;
  }

  .alignright, .alignleft, .aligncenter, .alignnone {
    float: none;
    margin: 0 0 1em;
  }

  .header {
    padding-top: 0;
  }

  .sign-up {
    left: 0;
    overflow: scroll;
  }

  .word-logo {
    position: fixed;
    top: 15px;
    left: 50%;
    z-index: 4;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .word-logo * {
    fill: #fff;
  }

  .socials__item {
    margin: 0 20px;
  }

  .service__image {
    height: auto;
    padding-bottom: 65%;
  }
  .service__content-wrap {
    height: auto;
  }
  .service__content {
    padding: 90px 80px;
  }

  .merchants-section__view-toggle {
    display: none;
  }

  .merchant__caption {
    padding: 0 15px;
  }

  .columns-text {
    min-height: 0;
    height: auto;
  }
  .columns-text__content br {
    display: none;
  }

  .blurb-item__caption {
    padding: 65px 55px 55px 65px;
  }

  .news-details__image {
    position: static;
    margin-left: -25px;
    margin-right: -25px;
    height: auto;
    padding-bottom: 70%;
  }
  .news-details__content {
    padding-top: 40px;
  }
  .news-details__title {
    margin-top: 25px;
  }
  .news-details__share {
    margin-top: 30px;
  }

  .page-content {
    padding-top: 95px;
  }

  .department {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 440px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }

  .row .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .column, .columns {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sign-up {
    top: 50px;
    padding: 15px;
    height: calc(100vh - 50px);
  }
  .sign-up__close {
    top: 10px;
    right: 15px;
  }
  .sign-up textarea[rows] {
    height: 60px;
  }

  .top-banner {
    height: 420px;
  }
  .top-banner__side-img {
    left: 210px;
    right: 5px;
    top: 10px;
    bottom: auto;
    height: 220px;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .top-banner__side-img--scroll {
    top: 30px;
    height: 240px;
  }
  .top-banner__side-img--half {
    position: static;
    width: 100%;
    margin-bottom: 25px;
  }
  .top-banner .row {
    margin-top: 10px;
    vertical-align: top;
  }
  .top-banner .slide-title {
    height: 220px;
    width: 195px;
    margin-bottom: 15px;
    font-size: 0;
    white-space: nowrap;
  }
  .top-banner .slide-title:before {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .top-banner .slide-title > * {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
  }
  .top-banner .slide-title--full-width {
    width: 100%;
    height: auto;
  }
  .top-banner .slide-title span {
    font-size: 40px;
  }
  .top-banner .columns {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-banner .slide-footer {
    text-align: center;
  }
  .top-banner--fixed {
    height: 400px;
    margin-bottom: 10px;
  }
  .top-banner--high {
    height: auto;
    padding-bottom: 30px;
  }
  .top-banner--high .row {
    display: block;
  }

  #home-slider .slick-arrow {
    display: none !important;
  }
  #home-slider .slick-dots {
    padding-left: 0;
    text-align: center;
    bottom: 15px;
  }

  .slide-additional-text {
    padding-top: 25px;
    padding-bottom: 32px;
  }
  .slide-additional-text p {
    font-size: 20px;
  }

  .announcement-bar {
    padding-bottom: 0;
  }

  .announcement-item {
    padding: 45px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .announcement-item h5, .announcement-item__title {
    margin-bottom: 15px;
  }
  .announcement-item p {
    margin-bottom: 10px;
  }

  .footer {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .footer__address, .footer__copyright {
    text-align: center;
    margin-left: -25px;
    margin-right: -25px;
    font-size: 12px;
  }

  .sign-up {
    left: 0;
    width: 320px;
  }

  .footer-menu {
    margin-top: 25px;
    font-size: 0;
    margin-right: 0;
  }
  .footer-menu li {
    width: 50%;
    padding: 3px 8px 5px;
    margin: 0 0 15px;
    text-align: center;
  }

  .service__content {
    padding: 50px 15px;
  }
  .service__button-wrap {
    text-align: center;
  }

  .merchants-section__header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .merchants-section__title {
    margin-left: 15px;
  }

  .merchants {
    min-height: 0 !important;
  }
  .merchants--list.active {
    padding-right: 0;
  }

  .merchant__name {
    padding: 25px 15px;
  }
  .merchant--list .merchant__popup {
    border-left: none;
    width: 100%;
  }
  .merchant--list .merchant__popup.active {
    left: 0;
  }

  .columns-text {
    padding: 30px 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  .columns-text__content {
    padding: 0;
  }

  .blurb-item__image {
    height: 210px;
  }
  .blurb-item__caption {
    padding: 35px 15px 35px 40px;
    min-height: 0;
  }

  .news-spacer {
    padding: 15px;
  }
  .blog .news-spacer h5 {
    font-size: 16px;
    white-space: nowrap;
  }

  .news-item {
    padding: 10px;
    background-color: #f0f0f0;
  }
  .news-item:hover .news-item__caption {
    background-color: #000;
    color: #fff;
  }
  .news-item__image {
    height: 200px;
  }
  .news-item__title-col:after {
    display: none;
  }
  .news-item__caption {
    padding: 20px 10px;
    background-color: #fff;
    position: relative;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .news-item__caption:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 40px;
    right: 10px;
    font-size: 20px;
  }
  .news-item__day {
    display: block;
    position: static;
    margin-bottom: 15px;
  }
  .news-item--latest {
    padding: 0;
  }
  .news-item--latest .news-item__image {
    height: auto;
    padding-bottom: 70%;
  }
  .news-item--latest .news-item__title {
    font-size: 40px;
  }
  .news-item--latest .news-item__caption {
    padding: 35px 15px 125px;
  }
  .news-item--latest .news-item__caption:after {
    display: none;
  }
  .news-item--latest .news-item__button-wrap {
    text-align: center;
    padding-top: 35px;
  }

  .news-details__image {
    margin-left: -15px;
    margin-right: -15px;
  }
  .news-details__content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 35px;
  }
  .news-details__share {
    margin-top: 10px;
  }

  .gallery-columns-2 .gallery-item {
    width: 100% !important;
    margin-bottom: 35px;
  }

  .page-content {
    padding: 45px 0 60px;
  }

  .page-title {
    margin-bottom: 35px;
  }

  .department {
    padding-top: 5px;
    padding-bottom: 0;
  }
}
/* max-width 640px and lower. Use this for mobiles only */
@media only screen and (min-width: 441px) {
  .page-id-9 .slide-title {
    width: 100% !important;
  }

  .news-item__link:hover, .news-item__link:focus {
    background-color: #000;
    color: #fff;
  }
}
@media only screen and (min-width: 441px) and (max-width: 767px) {
  .top-banner--fixed {
    padding: 15px 0;
  }
  .top-banner .columns {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-banner .slide-title {
    font-size: 40px;
  }

  .blurb-item__caption {
    padding: 30px;
    min-height: 200px;
  }
  .blurb-item__link {
    font-size: 26px;
    padding-left: 0;
  }
  .blurb-item__link:before {
    top: 16px;
  }

  .news-spacer {
    padding: 15px;
  }

  .news-item__day {
    font-size: 40px;
    top: 15px;
    left: 15px;
  }
  .news-item__title {
    font-size: 32px;
  }
  .news-item__location {
    font-size: 22px;
  }
  .news-item__caption {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 441px) and (max-width: 768px) {
  #home-slider .top-banner .row {
    margin-top: -150px;
  }
}
/*-=Medium screens=-*/
@media only screen and (min-width: 769px) {
  .page-id-5 .service:nth-child(2) .service__image {
    background-position: 35% 50%;
  }

  /* TOP BAR STYLING */
  .title-bar {
    display: none;
  }

  .top-bar {
    padding: 0;
    background-color: transparent;
    /* Dropdown item styling */
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar .header-menu {
    margin-top: 25px;
  }
  .top-bar .header-menu li {
    padding: 0;
    position: relative;
    background-color: transparent;
  }
  .top-bar .header-menu li:before, .top-bar .header-menu li:after {
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    left: 50%;
    top: 0;
    margin-left: -15px;
  }
  .top-bar .header-menu li:before {
    content: '';
  }
  .top-bar .header-menu li:last-child:after {
    content: '';
    top: 100%;
  }
  .top-bar .header-menu li > a {
    /* Regular menu item style */
    display: block;
    padding: 19px;
    background: transparent;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 0.95;
    font-weight: 600;
    color: #b5b5b5;
    font-family: "adrianna-condensed", sans-serif;
  }
  .top-bar .header-menu li.current-menu-item > a, .top-bar .header-menu li.current_page_ancestor > a, .top-bar .header-menu li.current_page_parent > a {
    /* Style of Current page and Ancestor page */
    background: transparent;
    color: white;
  }
  .top-bar .header-menu li.has-dropdown > a {
    /* Style of item with dropdown */
    padding: 0 15px;
  }
  .top-bar .header-menu li.has-dropdown > a:after {
    /* Hide dropdown arrow */
    display: none !important;
  }
  .top-bar .header-menu li.has-dropdown > a:hover {
    /* Hover state for dropdown link */
  }
  .top-bar .header-menu li > a:hover {
    /* menu item style on hover */
    background: transparent;
    color: white;
  }
  .top-bar .header-menu:after {
    content: '';
    display: table;
    clear: both;
  }
  .top-bar ul li:hover > a {
    /* Parent link style on dropdown hover */
    background: transparent;
    color: white;
  }
  .top-bar .submenu {
    border: none;
  }
  .top-bar .submenu li {
    display: block;
  }
  .top-bar .submenu li > a {
    /* Regular link in dropdown */
    background: white;
    color: #000;
  }
  .top-bar .submenu li > a:hover {
    /* Dropdown link on hover */
    background: #1a1a1a;
    color: white;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li a {
    /* Styles for 2nd level dropdown menu link */
  }

  /* Align Menu to the right
  	 .top-bar .header-menu { float:right; }*/
  /* Align Menu to the center
  	 .top-bar .header-menu { text-align: center; }
  	 .top-bar .header-menu > li{ float: none; display: inline-block; } */
  /*min-width 1025px, large screens*/
  .top-banner--fixed {
    position: fixed;
    top: 0;
    left: 140px;
    right: 0;
    z-index: 1;
    height: 600px;
  }
  .top-banner--fixed .slide-title {
    width: 75%;
    margin-bottom: 20px;
  }
  .top-banner--fixed .slide-footer {
    margin-top: 30px;
  }
  .top-banner--fixed .row {
    margin-top: 25px;
  }
  .top-banner--fixed ~ .flexible-content {
    margin-top: 600px;
  }

  .merchant__caption a[href^='tel:'] {
    pointer-events: none;
    text-decoration: none;
  }
}
/* min-width 641px */
@media only screen and (min-width: 769px) and (max-width: 960px) {
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues*/
  .service__content {
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues*/
  .gallery-columns-2 .gallery-item {
    width: 100% !important;
    margin-bottom: 35px;
  }
}
/*-=Large screens=-*/
@media only screen and (min-width: 1025px) {
  .top-banner--fixed .row {
    margin-top: 35px;
  }

  .row {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1201px) {
  .columns.right-offset {
    padding-right: 80px;
  }

  /* min-width 1201px, large screens*/
}

@media only screen and (min-width: 1366px) {

	#home-slider .top-banner__side-img {
		left: 55%;
		right: 10%;
	}

	/* min-width 1366, large screens*/
}