@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(-360deg);
  }
}
@keyframes spinner {
  from {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  to {
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
  }
}
/*-=Tablet screens=-*/
@media only screen and (max-width: 1024px) {
  /* TOP BAR Mobile / tablet STYLING */
  .title-bar {
    background-color: transparent;
    /* collapsed menu bar color */
    padding: 0;
    line-height: 45px;
  }
  .title-bar .title-bar-title {
    vertical-align: top;
    font-weight: 400;
    font-size: 21px;
    line-height: 20px;
    text-shadow: none;
    margin-left: -9px;
    position: relative;
    z-index: 1;
    letter-spacing: 0;
  }

  .top-bar {
    display: none;
    height: auto;
    padding: 0;
    background: #591220;
    /* menu list background color */
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar ul li > a {
    display: block;
    font-family: "Raleway", sans-serif;
    color: white;
    /* menu item text color */
    font-size: 14px;
    background: #591220;
    /* menu item background color */
    line-height: 45px;
    padding: 0 15px;
  }
  .top-bar ul li > a:hover {
    background: #440e18 !important;
    /* menu item background color on hover */
  }
  .top-bar ul li.current-menu-item > a, .top-bar ul li.current_page_ancestor > a {
    background: #6e1628 !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: #4c0f1b;
    /* menu item background color on open dropdown */
  }
  .top-bar ul li[aria-expanded="true"] > a .accordion-toggle i.fa {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-bar ul li .submenu a {
    padding-left: 25px;
  }

  .header {
    position: relative;
    padding-top: 85px;
  }
  .header__bottom {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .header .menu-icon {
    padding: 0;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    margin: 0;
    width: 40px;
    height: 40px;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 6px;
    left: 50%;
    transition: all 0.4s ease-in-out;
  }
  .header .menu-icon svg {
    width: 100%;
    height: 100%;
  }
  .header .menu-icon svg g {
    transition: fill 0.4s ease-in-out;
    fill: #074688;
  }

  .mobile-menu {
    overflow: hidden;
    position: relative;
    background: #9a7d31;
    background: linear-gradient(to bottom, #591220 0%, #6e1628 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$main_color', endColorstr='lighten($main_color, 5)',GradientType=0 );
    box-shadow: 0 2px 10px 0 #000000;
    width: 100%;
    z-index: 666;
    display: block;
  }
  .mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-menu ul li {
    padding: 5px 0;
    float: left;
    width: 25%;
    position: relative;
    margin: 0;
    background-image: none;
  }
  .mobile-menu ul li + li {
    background: url("../images/divider.png") no-repeat center left;
  }

  .menu-box {
    font-size: 21px;
    line-height: 20px;
    text-shadow: 0 1px 0 #000;
    color: #fff;
    text-align: center;
    padding: 48px 0 6px;
    cursor: pointer;
    text-transform: uppercase;
    display: block;
    transition: all 0.4s ease-in-out;
  }
  .menu-box:hover {
    color: #074688;
  }
  .menu-box:hover .menu-icon svg g {
    fill: #991f37;
  }

  .map-section {
    height: 400px;
  }

  /*max-width 1024px, tablet screens*/
}
@media only screen and (max-width: 800px) {
  .footer__top-menu .footer-menu li {
    display: block;
    text-align: center;
  }
  .footer__top-menu .footer-menu a {
    font-size: 16px;
    background-color: transparent;
  }
  .footer__top-menu .footer-menu a:hover, .footer__top-menu .footer-menu a:focus {
    background-color: #074688;
    color: #161616;
  }
}
/*-=Small screens=-*/
@media only screen and (max-width: 640px) {
  .alignright, .alignleft, .aligncenter, .alignnone {
    float: none;
    margin: 0 0 1em;
  }
}
/* max-width 640px and lower. Use this for mobiles only */
@media only screen and (max-width: 450px) {
  .menu-box {
    font-size: 14px;
  }

  .title-bar .title-bar-title {
    font-size: 14px;
    margin-left: 0;
  }

  .footer .practice-menu {
    width: 100%;
  }
  .footer .practice-menu a {
    font-size: 15px;
  }
}
/*-=Medium screens=-*/
@media only screen and (min-width: 641px) {
  .footer .menu-practice-area-menu-container {
    font-size: 0;
  }
  .footer .practice-menu {
    width: 33.333%;
  }
  .footer .practice-menu a {
    font-size: 16px;
  }

  /* min-width 641px */
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
}
/*-=Large screens=-*/
@media only screen and (min-width: 1025px) {
  /* TOP BAR STYLING */
  .header {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 123;
  }
  .header__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 45px;
  }
  .header__bottom {
    background-color: #591220;
  }

  .mobile-menu {
    display: none;
  }

  .title-bar {
    display: none;
  }

  .menu-icon, .menu-icon-hover {
    display: inline-block;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 5px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    vertical-align: middle;
  }

  .menu-icon {
    opacity: 1;
  }

  .menu-icon-hover {
    opacity: 0;
  }

  .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 {
    text-align: justify;
    font-size: 0;
  }
  .top-bar .header-menu > * {
    float: none;
    display: inline-block;
  }
  .top-bar .header-menu:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    line-height: 0;
  }
  .top-bar .header-menu li {
    float: none;
    background-color: transparent;
  }
  .top-bar .header-menu li > a {
    /* Regular menu item style */
    color: #fff;
  }
  .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;
    box-shadow: none;
    color: #591220;
  }
  .top-bar .header-menu li.has-dropdown > a {
    /* Style of item with dropdown */
    padding-right: 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: #591220;
    box-shadow: none;
  }
  .top-bar .header-menu:after {
    content: '';
    clear: both;
  }
  .top-bar .submenu {
    display: none;
    width: 100%;
    border: none;
    z-index: 999999;
    font-size: 0;
    background-color: rgba(22, 22, 22, 0.8);
  }
  .top-bar .submenu.js-dropdown-active {
    display: block;
  }
  .top-bar .submenu li {
    width: 33.333%;
    display: inline-block;
    padding: 4px;
    background-color: #831b2f;
    z-index: 100;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    transition: all 0.3s ease-in-out;
  }
  .top-bar .submenu li:hover {
    background-color: #a6eddf;
  }
  .top-bar .submenu li:hover > a {
    background-color: #831b2f;
    border: 1px solid #a6eddf;
    color: #fff;
  }
  .top-bar .submenu li:hover > a:before {
    border-color: #a6eddf;
  }
  .top-bar .submenu li:hover .menu-icon {
    opacity: 0;
  }
  .top-bar .submenu li:hover .menu-icon-hover {
    opacity: 1;
  }
  .top-bar .submenu li.current-menu-item, .top-bar .submenu li.current_page_ancestor {
    background-color: #a6eddf;
  }
  .top-bar .submenu li.current-menu-item > a, .top-bar .submenu li.current_page_ancestor > a {
    background-color: #831b2f;
    border: 1px solid #a6eddf;
    color: #fff;
  }
  .top-bar .submenu li.current-menu-item > a .menu-icon, .top-bar .submenu li.current_page_ancestor > a .menu-icon {
    opacity: 0;
  }
  .top-bar .submenu li.current-menu-item > a .menu-icon-hover, .top-bar .submenu li.current_page_ancestor > a .menu-icon-hover {
    opacity: 1;
  }
  .top-bar .submenu li.current-menu-item > a:before, .top-bar .submenu li.current_page_ancestor > a:before {
    border-color: #a6eddf;
  }
  .top-bar .submenu li > a {
    /* Regular link in dropdown */
    box-shadow: inset 0 0 1px 2px rgba(22, 22, 22, 0.1);
    font-size: 18px;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #fff;
    color: #2e4684;
    font-weight: bold;
    position: relative;
    padding: 0 5px 0 0;
    min-height: 65px;
  }
  .top-bar .submenu li > a .menu-item-title {
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
    position: absolute;
    top: 50%;
    left: 80px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .top-bar .submenu li > a:hover {
    /* Dropdown link on hover */
    background-color: #831b2f;
    border: 1px solid #a6eddf;
    color: #fff;
  }
  .top-bar .submenu li > a:hover .menu-icon {
    opacity: 0;
  }
  .top-bar .submenu li > a:hover .menu-icon-hover {
    opacity: 1;
  }
  .top-bar .submenu li > a:hover:before {
    border-color: #a6eddf;
  }
  .top-bar .submenu li > a:before {
    content: "";
    height: 63px;
    width: 6px;
    background-color: transparent;
    border-left: 2px solid #591220;
    border-right: 2px solid #591220;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 65px;
    transition: all 0.3s ease-in-out;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu {
    box-shadow: 0 0 4px 2px white;
    left: 0;
    z-index: 200;
    top: 0;
    margin-top: 0;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li.current_page_ancestor a, .top-bar .is-dropdown-submenu .is-dropdown-submenu li.current-menu-item a {
    background-color: #831b2f;
    border: 1px solid #a6eddf;
    color: #fff;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li.current_page_ancestor a .menu-icon-hover, .top-bar .is-dropdown-submenu .is-dropdown-submenu li.current-menu-item a .menu-icon-hover {
    opacity: 1;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li.current_page_ancestor a .menu-icon, .top-bar .is-dropdown-submenu .is-dropdown-submenu li.current-menu-item a .menu-icon {
    opacity: 0;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li:hover > a {
    background-color: #ae233f;
    color: #fff;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li:hover > a .menu-icon-hover {
    opacity: 1;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li:hover > a .menu-icon {
    opacity: 0;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li:hover > a:before {
    border-color: 66.35514%;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li a {
    /* Styles for 2nd level dropdown menu link */
    line-height: 100px;
    color: #591220;
    background-color: #fff;
    min-height: 45px;
    font-size: 16px;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li a:before {
    height: 42px;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li a:hover {
    background-color: #ae233f;
    color: #fff;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li a:hover .menu-icon-hover {
    opacity: 1;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li a:hover .menu-icon {
    opacity: 0;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li a:hover:before {
    border-color: saturate(#591220);
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li .menu-icon, .top-bar .is-dropdown-submenu .is-dropdown-submenu li .menu-icon-hover {
    width: 35px;
    height: 35px;
    left: 10px;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li .menu-icon {
    opacity: 1;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li .menu-icon-hover {
    opacity: 0;
  }

  .is-dropdown-submenu-parent {
    position: static;
  }

  /* 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; } */
  .footer__top-menu a {
    font-size: 16px;
  }
  .footer .practice-menu {
    width: 50%;
  }

  /*min-width 1025px, large screens*/
}
@media only screen and (min-width: 1025px) and (max-width: 1480px) {
  .header__top {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1201px) {
  .footer .practice-menu {
    width: 33.333%;
  }

  /* min-width 1201px, large screens*/
}
@media only screen and (min-width: 1201px) and (max-width: 1280px) {
  /* min-width 1201px and max-width 1280px, use when QAing MacBook issues */
}

/*# sourceMappingURL=media-screens.css.map */
