@charset "UTF-8";
@keyframes floating-arrow {
  0% {
    transform: translate(0, 0px);
  }
  30% {
    transform: translate(0, 5px);
  }
  60% {
    transform: translate(0, 0px);
  }
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  color: #424242;
  background: white;
  margin: 0;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a img {
  border: 0;
}

p {
  line-height: 1.7em;
  margin: 0 0 0.8em;
}

a {
  color: #ea1c26;
  font-weight: normal;
  text-decoration: none;
  background: transparent;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

p a:hover {
  color: #ee4b53;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 22px 0 10px;
  letter-spacing: 0.6px;
}

h1 {
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1em;
  font-size: 6vw;
}

@media (max-width: 466.66667px) {
  h1 {
    font-size: 28px;
  }
}

@media (min-width: 1250px) {
  h1 {
    font-size: 75px;
  }
}

h2 {
  font-size: 3vw;
}

@media (max-width: 833.33333px) {
  h2 {
    font-size: 25px;
  }
}

@media (min-width: 1000px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 2vw;
}

@media (max-width: 1000px) {
  h3 {
    font-size: 20px;
  }
}

@media (min-width: 1000px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 3vw;
}

@media (max-width: 600px) {
  h4 {
    font-size: 18px;
  }
}

@media (min-width: 600px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 2vw;
}

@media (max-width: 800px) {
  h5 {
    font-size: 16px;
  }
}

@media (min-width: 900px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #ea1c26;
}

.wrapper, .wrapper-small, .wrapper-medium {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  box-sizing: content-box;
}

@media (min-width: 480px) {
  .wrapper, .wrapper-small, .wrapper-medium {
    padding: 0 30px;
  }
}

.clear {
  clear: both;
}

.mobile-only {
  display: block;
}

@media (min-width: 950px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}

@media (min-width: 950px) {
  .desktop-only {
    display: block;
  }
}

.wrapper-small {
  max-width: 760px;
}

.wrapper-medium {
  max-width: 1015px;
}

.top-banner .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 1110px) {
  .regular-page .wrapper-small {
    max-width: 650px;
  }
}

/*header.page-header {
    background:none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	//z-index: 1;
	z-index: 1000; //h1 in internal pages was laying on top of dropdowns
	height: 70px;
}
*/
header.page-header {
  padding: 10px 0 10px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  position: fixed;
}

header.page-header:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.47) 70%, transparent 95%);
  z-index: -1;
  opacity: 0.6;
  transition: 0.2s;
}

@media (min-width: 950px) {
  header.page-header {
    padding: 35px 0 60px;
  }
}

header.page-header .wrapper, header.page-header .wrapper-small, header.page-header .wrapper-medium {
  transition: 0.4s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  vertical-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header.page-header .sticky-bg {
  width: 120%;
  height: 150%;
  max-width: 120%;
  position: absolute;
  left: -10%;
  bottom: 10px;
  transition: 0.2s;
  opacity: 0;
}

@media (min-width: 950px) {
  header.page-header.fixed .wrapper, header.page-header.fixed .wrapper-small, header.page-header.fixed .wrapper-medium {
    transform: translateY(-20px);
  }
  header.page-header.fixed + #hamburger-menu {
    padding-top: 20px;
  }
}

header.page-header.fixed .sticky-bg {
  opacity: 0.9;
  bottom: -20px;
  transition: 0.4s;
}

@media (min-width: 950px) {
  header.page-header.fixed .sticky-bg {
    bottom: 40px;
  }
}

header.page-header .wrapper, header.page-header .wrapper-small, header.page-header .wrapper-medium {
  max-width: 100%;
  z-index: 1000;
}

header.page-header #logo {
  display: inline-block;
  width: 110px;
  z-index: 1000;
  position: relative;
}

@media (min-width: 680px) {
  header.page-header #logo {
    width: 150px;
  }
}

@media (min-width: 1100px) {
  header.page-header #logo {
    width: 160px;
  }
}

.talk-to-us {
  display: inline-block;
  position: relative;
}

@media (min-width: 1280px) {
  .talk-to-us {
    position: absolute;
    top: -42px;
    right: 30px;
    font-size: 14px;
    text-align: center;
    padding: 4px 0 5px;
    width: 320px;
  }
}

@media (min-width: 1480px) {
  .talk-to-us {
    right: 70px;
    top: -46px;
    width: 340px;
  }
}

.talk-to-us .talk-wrap {
  padding: 13px 59px 10px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1280px) {
  .talk-to-us .talk-wrap {
    min-height: 52px;
    padding: 15px 0 30px;
    background: url("../img/shape-contact.svg") no-repeat top right/320px 100%;
  }
}

@media (min-width: 1480px) {
  .talk-to-us .talk-wrap {
    padding: 23px 0px 23px 25px;
    min-height: 72px;
    background: url("../img/shape-contact.svg") no-repeat top right/340px 100%;
  }
}

.talk-to-us .talk-wrap a .text {
  display: none;
}

@media (min-width: 680px) {
  .talk-to-us .talk-wrap a .text {
    display: inline-block;
  }
}

.talk-to-us .material-icons {
  vertical-align: middle;
  position: relative;
  top: -1px;
  font-size: 21px;
  font-weight: bold;
  padding-right: 4px;
}

@media (min-width: 1100px) {
  .talk-to-us .material-icons {
    font-size: 14px;
  }
}

.talk-to-us .contact-link, .talk-to-us .hours {
  display: inline-block;
  position: relative;
  z-index: 10;
}

.talk-to-us .contact-link a, .talk-to-us .hours a {
  color: white;
  font-weight: 600;
  cursor: pointer;
  z-index: 10;
}

.talk-to-us .hours {
  padding-left: 5px;
}

@media (min-width: 1280px) {
  .fixed .talk-to-us {
    top: -30px;
  }
}

@media (min-width: 1480px) {
  .fixed .talk-to-us {
    top: -27px;
  }
}

footer {
  background: #1f1d24;
  padding: 50px 0 50px;
  font-size: 14px;
  color: #98959e;
  line-height: 22px;
  overflow: hidden;
  position: relative;
}

footer .footer-note {
  text-align: center;
  padding: 10px 0 10px;
  font-size: 12px;
}

@media (min-width: 680px) {
  footer .footer-note {
    text-align: left;
  }
}

@media (min-width: 680px) {
  .footer-menus {
    display: block;
    padding: 30px 0 50px;
  }
}

.footer-menus #footer-nav a {
  text-transform: uppercase;
  color: #ea1c26 !important;
  font-weight: 700;
  font-size: 15px !important;
  padding-bottom: 13px;
}

.footer-menus #footer-nav a:first-child {
  padding-top: 0;
}

.footer-menus h5 {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 4px;
}

@media (min-width: 680px) {
  .footer-menus h5 {
    margin-bottom: 10px;
  }
}

.footer-menus .col {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 680px) {
  .footer-menus .col {
    vertical-align: top;
    width: 22%;
    margin-right: 2%;
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
  }
}

@media (min-width: 950px) {
  .footer-menus .col {
    width: 20%;
  }
}

.footer-menus .col:last-child {
  margin-right: 0;
}

@media (min-width: 950px) {
  .footer-menus .col:last-child {
    width: 25%;
    vertical-align: middle;
  }
}

@media (min-width: 950px) {
  .footer-menus .col:last-child .social-links {
    display: inline-block;
  }
}

ul#menu-footer-nav {
  text-align: center;
}

ul#menu-footer-nav li {
  display: inline-block;
}

ul#menu-footer-nav li a {
  color: #d0cdd4;
  display: inline-block;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  padding-right: 15px;
}

@media (min-width: 680px) {
  ul#menu-footer-nav {
    text-align: left;
    font-size: 14px;
  }
}

#footer-logo img {
  display: none;
}

@media (min-width: 680px) {
  #footer-logo img {
    max-width: 167px;
    display: block;
  }
}

#main {
  position: relative;
  z-index: 1;
}

#content {
  min-height: 300px;
  padding: 30px 0;
}

#content:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 950px) {
  #content {
    min-height: 500px;
    padding: 50px 0;
  }
}

#sidebar {
  display: none;
  position: absolute;
  left: 0;
  top: 625px;
  padding: 75px 30px 20px;
  width: 220px;
  background: #ea1c26;
  z-index: 10;
}

#sidebar:before {
  background: inherit;
  top: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: -13px;
  transform: skewX(-3.5deg);
  transform-origin: 100%;
  z-index: -1;
}

#sidebar:after {
  background: inherit;
  bottom: 0;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-5.5deg);
  transform-origin: 100%;
  z-index: -1;
}

#sidebar .page-submenu {
  padding-left: 10px;
}

#sidebar.sticky {
  position: fixed;
  top: 87px;
}

@media (min-width: 1220px) {
  #sidebar {
    display: block;
    min-width: 250px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1300px) {
  #sidebar {
    min-width: 290px;
  }
}

#sidebar ul, #sidebar li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar ul.sub-menu {
  padding: 10px 0 30px;
}

#sidebar li a {
  display: block;
  font-weight: 600;
  font-size: 23px;
  color: white;
  line-height: 1.4em;
}

#sidebar li li {
  margin: 10px 0;
}

#sidebar li li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4em;
}

#sidebar li.current-menu-item > a,
#sidebar li.current-cat > a {
  color: white;
}

#sidebar ul ul ul {
  margin-left: 25px;
}

nav ul, nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav ul.sub-menu {
  display: none;
}

#main-nav {
  left: 0;
  position: absolute;
  top: -7px;
  display: none;
  text-align: center;
  width: 100%;
  z-index: 3;
}

@media (min-width: 1280px) {
  #main-nav {
    display: inline-block;
  }
}

#main-nav ul.menu li {
  display: inline-block;
  position: relative;
}

#main-nav ul.menu a {
  display: inline-block;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: white;
  line-height: 14px;
  font-weight: 600;
  transition-duration: 0.1s;
  margin: 15px 15px 5px 15px;
  padding: 15px 0px 10px 0;
}

#main-nav ul.menu li:hover > a {
  color: #ee4b53;
}

#main-nav ul.menu li.current-menu-item > a, #main-nav ul.menu li.current-menu-ancestor > a {
  color: #ee4b53;
}

#main-nav ul.sub-menu {
  position: absolute;
  top: 60px !important;
  left: -5px;
  width: 240px;
  background: #f2f2f2;
  padding: 10px 6px 14px;
  z-index: 10;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  text-align: left;
  border-radius: 15px;
}

#main-nav ul.sub-menu a {
  display: block;
  padding: 2px 0;
  color: #ea1c26;
  line-height: 18px;
  margin: 9px 15px 5px 15px;
}

#main-nav ul.sub-menu a:hover {
  color: #424242 !important;
}

#main-nav ul.sub-menu li.current-menu-item > a, #main-nav ul.sub-menu li.current-menu-ancestor > a {
  color: #ea1c26;
  padding: 0;
}

#main-nav ul.sub-menu li {
  display: block;
}

#main-nav ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 48px;
}

#footer-nav ul.menu {
  display: block;
}

#footer-nav ul.menu a {
  color: #98959e;
  font-size: 15px;
}

.mobile-menu {
  position: relative;
  display: inline-block;
  float: right;
  height: 47px;
  width: 47px;
  background: none;
  border: 1px solid white;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1002;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  backface-visibility: hidden;
  margin-top: 9px;
}

.mobile-menu:after {
  content: "";
  position: absolute;
  right: 11px;
  top: 14px;
  width: 23px;
  height: 2px;
  background: white;
  box-shadow: 0 14px 0 0 white, 0 7px 0 0 white;
}

.mobile-menu.expanded:after {
  box-shadow: none;
  top: 4px;
  height: 3px;
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
}

.mobile-menu.expanded:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 4px;
  width: 23px;
  height: 3px;
  background: white;
  transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
}

.fullscreen-menu-visible .mobile-menu {
  background: none;
  border: 1px solid #fff;
}

.fullscreen-menu-visible .mobile-menu:after, .fullscreen-menu-visible .mobile-menu:before {
  top: 21px;
  right: 11px;
}

/*.hamburger-nav {
    width: 100%;
	margin: 0 auto;
    padding: 10vh 0 30px;
    min-height: calc(100vh - 85px);
    
    @include respond-to(large-desktop) {
        max-width: 40%;
    }
    
    ul.menu {
        display: block;
        margin: 0;
        font-size: 23px;
        text-align: center;
        
        li {
            margin: 1.17em 2vw; 
            display: block;
            @include responsive-font(3vh, 20px, 24px, 1em);
        }
    
        a {
            color: #fff;
            line-height: 0.8em;
            padding: 4px 10px;
            transition: 0.2s;
            display: inline-block;
            vertical-align: middle;
            font-family: $base-font;
            margin-right: 40px;   
            font-family: $nav-font;
            letter-spacing: 1px;
            
            @include responsive-font(4.6vh, 34px, 23px, 36px);
        }
        
        ul {
            padding: 8px 0 0;
            display: none;
            
            li {
                margin: 5px 0;    
            }
            
            a {
                font-family: $base-font;
                text-transform: none;
                line-height: 1em;
				letter-spacing: 1px;
                @include responsive-font(2.6vh, 20px, 15px, 1em);
            }
        } 
        
        li.current-menu-item, li.current-menu-ancestor {
        
            &.current-menu-item > a {
                color: $highlight;
            }

            > ul.sub-menu {
                display: block;
            }
        } 
            
        li.menu-item-has-children {
            
            .expand-arrow {
                position: absolute;
                display: inline-block;
                right: 0;
                top: 0;
                width: 40px;
                height: 1.5em;
                vertical-align: middle;
                backface-visibility: hidden;
            
                &:before, &:after {
                    content: ' ';
                    background:white;
                    position: absolute;
                    right: 16px;
                    top: 10px;
                    height: 2px;
                    width: 20px;
                    display: block;
                    backface-visibility: hidden;
                }
                
                &:after {
                    transform: rotate(90deg);
                    transition: 0.2s;
                }
            }
            
            &.expanded .expand-arrow:after {
                transform: rotate(0deg);
            }
        }
    }
    
}

.fullscreen-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;    
    z-index:1001;
    overflow-x: hidden;
    overflow-y: auto;
    background: linear-gradient(to right,  #77b1c9 0%,#3d6681 80%);
    background-size: cover;    
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;  
    
    .hamburger-nav {
        transform: translate(70px, 0);
        transition: transform 0.8s;
    }
    
    .mobile-social {
        clear: both;
        width: 100%;
        text-align: right;
        overflow: hidden;
        
        .button {
            position: relative;
            display: inline-block;
            float: right;
            margin: 0 20px 20px 10px;
            top: 0;
            
            @include respond-to(tablet) {
                margin-right: 30px;
            }
        }
            
    }
}

.fullscreen-menu-visible {
    overflow: hidden;    
      
    .fullscreen-menu {
        opacity: 1;  
        visibility: visible; 
    
        .hamburger-nav {
            transform: translate(0,0);
        }
    }      
}

.fullscreen-menu-closing {
    
    .fullscreen-menu {
        visibility: visible; 
        
        .hamburger-nav {
            transform: translate(70px, 0);
        }
    } 
}

*/
.hamburger {
  position: absolute;
  right: 30px;
  top: 2px;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  width: 25px;
  height: 30px;
  z-index: 100;
}

.hamburger .navicon {
  background: white;
  backface-visibility: hidden;
  height: 3px;
  width: 25px;
  position: absolute;
  left: 0;
  top: 10px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.hamburger .navicon:before, .hamburger .navicon:after {
  content: '';
  background: white;
  display: block;
  height: 3px;
  width: 25px;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.hamburger .navicon:before {
  transform: translate(0, 8px);
}

.hamburger .navicon:after {
  transform: translate(0, 16px);
}

.hamburger-menu-visible .hamburger .navicon {
  background: transparent !important;
  top: 19px;
}

.hamburger-menu-visible .hamburger .navicon:before, .hamburger-menu-visible .hamburger .navicon:after {
  background: white;
  height: 3px;
}

.hamburger-menu-visible .hamburger .navicon:before {
  transform: rotate(45deg);
}

.hamburger-menu-visible .hamburger .navicon:after {
  transform: rotate(-45deg);
  width: 25px;
}

#hamburger-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #ea1c26;
  z-index: 100;
  padding: 38px 0;
}

#hamburger-menu .wrapper, #hamburger-menu .wrapper-small, #hamburger-menu .wrapper-medium {
  padding: 0 20px;
  max-width: 100%;
}

@media (min-width: 520px) {
  #hamburger-menu .wrapper, #hamburger-menu .wrapper-small, #hamburger-menu .wrapper-medium {
    padding: 0 40px;
  }
}

.hamburger-menu-visible {
  overflow: hidden;
}

.hamburger-menu-visible #hamburger-menu {
  opacity: 1;
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

#hamburger-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: linear-gradient(135deg, #ff463a 1%, #ea1c26 41%, #a40000 90%);
  z-index: 100;
  padding: 38px 0;
}

#hamburger-menu .wrapper, #hamburger-menu .wrapper-small, #hamburger-menu .wrapper-medium {
  padding: 0 20px;
  max-width: 100%;
}

@media (min-width: 520px) {
  #hamburger-menu .wrapper, #hamburger-menu .wrapper-small, #hamburger-menu .wrapper-medium {
    padding: 0 40px;
  }
}

.hamburger-menu-visible {
  overflow: hidden;
}

.hamburger-menu-visible #hamburger-menu {
  opacity: 1;
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

#hamburger-nav {
  padding: 45px 20px 0;
  margin: 0 auto;
  max-width: 340px;
}

@media (min-width: 680px) {
  #hamburger-nav {
    max-width: 800px;
    padding: 65px 0 0;
  }
}

@media (min-width: 1220px) {
  #hamburger-nav {
    padding: 65px 0 0;
  }
}

#hamburger-nav ul.menu {
  display: block;
  width: 100%;
}

@media (min-width: 680px) {
  #hamburger-nav ul.menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

#hamburger-nav ul.menu > li {
  border-top: 1px solid white;
  padding-top: 20px;
}

@media (min-width: 680px) {
  #hamburger-nav ul.menu > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33%;
    border: none;
    border-left: 1px solid #ffffff;
    padding: 0 20px 0 30px;
  }
}

#hamburger-nav ul.menu > li:nth-child(3n - 2) {
  border: none !important;
  padding-left: 0 !important;
}

#hamburger-nav ul.menu li {
  display: block;
  margin: 10px 0;
  position: relative;
}

#hamburger-nav ul.menu a {
  display: block;
  padding: 4px 0;
  color: #fff;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  font-size: 24px;
  font-weight: 700;
}

#hamburger-nav ul.menu a:hover {
  color: black;
}

#hamburger-nav ul.menu li.current-menu-item > a {
  color: black;
}

#hamburger-nav ul.menu ul.sub-menu {
  padding: 1px 0 3px;
  display: none;
}

#hamburger-nav ul.menu ul.sub-menu a {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

#hamburger-nav ul.menu ul.sub-menu a:hover {
  color: black;
}

#hamburger-nav ul.menu ul.sub-menu ul.sub-menu {
  padding: 0px 0 1px 20px;
}

#hamburger-nav ul.menu ul.sub-menu ul.sub-menu li {
  margin: 3px 0;
}

#hamburger-nav ul.menu ul.sub-menu ul.sub-menu a {
  font-size: 15px;
  padding: 3px 0;
}

#hamburger-nav ul.menu > li > ul.sub-menu, #hamburger-nav ul.menu li.current-menu-item > ul.sub-menu, #hamburger-nav ul.menu li.current-menu-ancestor > ul.sub-menu {
  display: block;
}

#hamburger-nav ul.menu > li li .expand-arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  position: relative;
  margin-left: 10px;
  margin-right: -25px;
  cursor: pointer;
}

#hamburger-nav ul.menu > li li .expand-arrow:before, #hamburger-nav ul.menu > li li .expand-arrow:after {
  content: ' ';
  background: #ee4b53;
  position: absolute;
  left: 0;
  top: 6px;
  height: 2px;
  width: 15px;
  display: block;
  backface-visibility: hidden;
}

#hamburger-nav ul.menu > li li .expand-arrow:after {
  transform: rotate(90deg);
  transition: 0.2s;
}

#hamburger-nav ul.menu > li li .expand-arrow.expanded:after {
  transform: rotate(0deg);
}

form, .post-content form {
  margin: 25px 0;
  clear: both;
}

form ul, form li, .post-content form ul, .post-content form li {
  margin: 0;
  padding: 0;
  list-style: none;
}

form li, .post-content form li {
  padding: 10px 0 0;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'], textarea, .button, input[type=submit], select, .custom-select {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  background: #fff;
  border: 1px solid #d3d4d5;
  color: #424242;
  font-size: 15px;
  line-height: 20px;
  border-radius: 0px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='number']:focus, input[type='tel']:focus, textarea:focus, .button:focus, input[type=submit]:focus, select:focus, .custom-select:focus {
  border-color: #ea1c26;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'] {
  padding: 9px 10px;
  height: 38px;
}

textarea {
  padding: 10px;
  height: 130px;
}

.button, input[type=submit] {
  padding: 10px 35px;
  width: auto;
  text-align: center;
  cursor: pointer;
  background: #ea1c26;
  height: 45px;
  color: #fff;
  border: none;
  letter-spacing: 0.2px;
  font-size: 15px;
  font-weight: "Montserrat", sans-serif;
  border-radius: 30px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.button:hover, .button:focus, input[type=submit]:hover, input[type=submit]:focus {
  background: #ee4b53;
  color: #fff;
}

.rounded-button {
  background: #ea1c26;
  padding: 14px 40px 14px 22px;
  position: fixed;
  text-transform: uppercase;
  z-index: 22;
  right: 12px;
  bottom: 34px;
  text-align: center;
  cursor: pointer !important;
  height: 41px;
  transform: translateZ(0);
  border-radius: 41px;
  transition: background 0.3s;
  opacity: 1;
  box-sizing: border-box;
  width: auto;
  display: none;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.6px;
}

@media (min-width: 1250px) {
  .rounded-button {
    right: calc((100% - 1230px) / 2 + 18px);
  }
}

.rounded-button:hover, .rounded-button:focus {
  background: #4e79a0;
}

.rounded-button:after {
  content: "\f178";
  font-family: FontAwesome;
  right: 20px;
  position: absolute;
  top: 12px;
  font-size: 13px;
  color: white;
}

.button.arrow {
  position: relative;
  padding: 14px 50px 14px 35px;
}

.button.arrow:after {
  content: "\f178";
  font-family: FontAwesome;
  right: 24px;
  position: absolute;
  top: 12px;
  font-size: 13px;
  color: white;
}

.button.arrow .fa {
  padding-left: 3px;
}

.button.arrow:hover, .button.arrow:focus {
  background: #4e79a0;
}

.more-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  border-radius: 28px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-right: 20px;
  display: inline-block;
  margin-top: 12px;
}

.more-link:hover {
  color: #ee4b53;
}

.more-link:after {
  content: "\f178";
  font-family: FontAwesome;
  right: 0px;
  position: absolute;
  top: 0px;
  font-size: 13px;
  color: #ea1c26;
}

select {
  padding: 7px 35px 7px 7px;
  height: 38px;
  background: transparent;
  position: relative;
}

.custom-select {
  position: relative;
  border: none;
}

.custom-select:before {
  display: block;
  position: absolute;
  top: 13px;
  right: 15px;
  content: ' ';
  border: 2px solid #424242;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
}

select::-ms-expand {
  display: none;
}

input[type='checkbox'], input[type='radio'] {
  position: absolute;
  opacity: 0;
  margin: 0;
  z-index: 1;
  height: 18px;
  width: 17px;
}

input[type='checkbox'] + .custom-checker, input[type='radio'] + .custom-checker {
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: baseline;
  z-index: 0;
}

input[type='checkbox'] + .custom-checker:before, input[type='radio'] + .custom-checker:before {
  content: '';
  background: #fff;
  display: block;
  border: 1px solid #d3d4d5;
  height: 15px;
  width: 15px;
  left: 0;
  position: absolute;
  top: 0px;
}

input[type='checkbox'] + .custom-checker:after, input[type='radio'] + .custom-checker:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  border: 2px solid #424242;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 5px;
  height: 8px;
  z-index: 1;
  opacity: 0;
}

input[type='checkbox']:checked + .custom-checker:after, input[type='radio']:checked + .custom-checker:after {
  opacity: 1;
}

input[type='checkbox']:focus + .custom-checker:before, input[type='radio']:focus + .custom-checker:before {
  border-color: #ea1c26;
}

input[type='radio'] + .custom-checker:before {
  border-radius: 50%;
}

input[type='radio'] + .custom-checker:after {
  border-radius: 50px;
  border: 1px solid #424242;
  background: #424242;
  width: 5px;
  height: 5px;
  top: 5px;
  left: 5px;
}

.gform_wrapper {
  max-width: 460px;
}

.gform_wrapper .gform_body {
  margin: 0 0 20px;
}

.gform_wrapper .gform_validation_container {
  display: none;
}

.gform_wrapper .gfield_description {
  margin: 5px 0 0;
  font-size: 14px;
}

.gform_wrapper .field_description_above .gfield_description {
  margin: -5px 0 5px;
}

.gform_wrapper .validation_message {
  display: block;
  padding: 5px 0 0;
  line-height: normal;
  color: #eb0000;
  margin: 0;
}

.gform_wrapper .gfield_required {
  color: #eb0000;
}

.gform_wrapper .validation_error {
  margin: 10px 0;
  line-height: 1.7em;
  color: #eb0000;
}

.gform_wrapper .gform_ajax_spinner {
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gfield_label {
  padding: 0 0 2px 0;
  display: block;
}

.gform_wrapper .gfield_radio li, .gform_wrapper .gfield_checkbox li {
  padding: 4px 0 4px 25px;
  position: relative;
}

.gform_wrapper .gfield_radio .custom-checker, .gform_wrapper .gfield_radio input[type='radio'], .gform_wrapper .gfield_radio input[type='checkbox'], .gform_wrapper .gfield_radio input[type='radio'], .gform_wrapper .gfield_checkbox .custom-checker, .gform_wrapper .gfield_checkbox input[type='radio'], .gform_wrapper .gfield_checkbox input[type='checkbox'], .gform_wrapper .gfield_checkbox input[type='radio'] {
  position: absolute;
  left: 0;
  top: 4px;
}

.gform_wrapper .gfield_radio label, .gform_wrapper .gfield_checkbox label {
  display: block;
  line-height: 1.3em;
}

.gform_wrapper .gform_footer {
  clear: both;
}

.gform_confirmation_message {
  margin: 30px 0;
}

.breadcrumbs {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: white;
  margin: 0px 0 35px;
  font-weight: 700;
}

.breadcrumbs a {
  color: white;
  font-weight: 700;
  background: none;
}

.breadcrumbs a:hover {
  color: #ee4b53 !important;
}

.gallery {
  margin: 30px -5px !important;
}

.gallery .gallery-item {
  display: inline-block;
  padding: 2px;
  vertical-align: top;
  margin: 0;
  width: 50%;
}

@media (min-width: 480px) {
  .gallery .gallery-item {
    width: 33.33%;
  }
}

.gallery .gallery-item img {
  width: 100%;
}

.gallery .gallery-item .gallery-caption {
  display: none;
}

.gallery .gallery-item a {
  display: block;
  font-size: 0;
  position: relative;
}

.gallery .gallery-item a:hover {
  opacity: 1;
}

.gallery .gallery-item a:before {
  content: '';
  display: block;
  height: 100%;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  z-index: 1;
}

.gallery .gallery-item:hover a:before {
  box-shadow: inset 0 0 0 3px #ea1c26;
  opacity: 1;
}

@media (min-width: 680px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery br {
  display: none;
}

.social-links {
  margin: 0 0 0 8px;
  /*  a {
        width: 35px;
        height: 35px;
        display: inline-block;
        vertical-align: middle;
        background: $primary-color no-repeat center;
        background-size: 55% auto;
        transition: $transition;
        border-radius: 50%;
        text-indent: -9999em;
        overflow: hidden;
        margin: 4px 6px;
    }*/
}

.social-links a.facebook {
  background-image: url("../img/icon_facebook.svg");
}

.social-links a.twitter {
  background-image: url("../img/icon_twitter.svg");
}

.social-links a.instagram {
  background-image: url("../img/icon_instagram.svg");
}

.social-links a.linkedin {
  background-image: url("../img/icon_linkedin.svg");
}

.social-links a.pinterest {
  background-image: url("../img/icon_pinterest.svg");
}

.social-links a.google {
  background-image: url("../img/icon_google.svg");
}

.social-links a.youtube {
  background-image: url("../img/icon_youtube.svg");
}

.social-links a.vimeo {
  background-image: url("../img/icon_vimeo.svg");
}

.social-links a.email {
  background-image: url("../img/icon_email.svg");
}

.intro-desc .social, .social-links {
  display: inline-block;
}

.intro-desc .social a, .social-links a {
  width: 40px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center;
  background-image: url("../img/icon_facebook.svg"), url("../img/shape-white-blob.svg");
  background-size: 39% auto, 100% auto;
  transition: 0.4s ease-out;
  text-indent: -9999em;
  margin-left: 10px;
}

@media (min-width: 680px) {
  .intro-desc .social a, .social-links a {
    width: 50px;
    height: 50px;
  }
}

.intro-desc .social a:hover, .intro-desc .social a:focus, .social-links a:hover, .social-links a:focus {
  background-image: url("../img/icon_facebook_red.svg"), url("../img/shape-outline-blob.svg");
}

.intro-desc .social a.instagram, .social-links a.instagram {
  background-image: url("../img/icon_instagram.svg"), url("../img/shape-white-blob.svg");
}

.intro-desc .social a.instagram:hover, .intro-desc .social a.instagram:focus, .social-links a.instagram:hover, .social-links a.instagram:focus {
  background-image: url("../img/icon_instagram_red.svg"), url("../img/shape-outline-blob.svg");
}

.intro-desc .social a.facebook, .social-links a.facebook {
  background-image: url("../img/icon_facebook.svg"), url("../img/shape-white-blob.svg");
}

.intro-desc .social a.facebook:hover, .intro-desc .social a.facebook:focus, .social-links a.facebook:hover, .social-links a.facebook:focus {
  background-image: url("../img/icon_facebook_red.svg"), url("../img/shape-outline-blob.svg");
}

#commentform label {
  display: block;
  padding-bottom: 2px;
}

.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

#comments {
  border-top: 1px solid #d3d4d5;
  padding-top: 25px;
  margin-bottom: 25px;
}

#respond {
  border-top: 1px solid #d3d4d5;
  margin-top: 10px;
  padding-top: 5px;
}

.blog-meta {
  font-size: 13px;
  color: #767675;
  margin: -10px 0 10px;
}

.pagination {
  text-align: center;
  margin: 30px 0 20px;
  clear: both;
  position: relative;
  height: 33px;
}

.pagination .page-numbers {
  display: inline-block;
  line-height: 20px;
  padding: 6px;
  background: #ea1c26;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  width: 33px;
  height: 33px;
  vertical-align: middle;
  margin: 0 2px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.pagination .page-numbers:hover {
  background: #ee4b53;
}

.pagination .page-numbers.current {
  background: #f2f2f2;
  color: #424242;
}

.pagination .page-numbers.dots {
  background: #f2f2f2;
  border: none;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: auto;
  padding: 6px 12px;
}

.pagination .page-numbers.next {
  left: auto;
  right: 0;
}

.pagination .page-numbers a {
  color: #fff;
}

@media (max-width: 767px) {
  .pagination .page-numbers {
    display: none;
  }
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    display: block;
  }
}

.single .pagination span.page-numbers.prev, .single .pagination span.page-numbers.next {
  padding: 0;
}

.single .pagination span.page-numbers.prev a, .single .pagination span.page-numbers.next a {
  padding: 6px 12px;
  display: block;
}

.share-button {
  display: inline-block;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.share-button .share-icon {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 2px;
  background: #ea1c26;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.share-button .share-icon:before {
  content: ' ';
  background: url(../img/icon_share.svg) center no-repeat;
  background-size: 60% auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.share-button:hover .share-icon {
  background: #ee4b53;
}

.share-popup {
  background: #fff;
  width: 245px;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.share-popup h5 {
  color: #888;
  font-size: 1em;
  font-weight: normal;
  line-height: 20px;
  padding: 12px 15px 8px;
  margin: 0;
}

.share-popup .share-link {
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 8px 12px;
  cursor: pointer;
  color: #ea1c26;
  text-transform: lowercase;
  border-top: 1px solid #eaeaea;
  transition: 0.2s;
}

.share-popup .share-link:hover {
  background-color: #ea1c26;
  border-top: 1px solid #ea1c26;
  color: #fff;
}

.share-popup .share-link .fa {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

.share-popup .copytext {
  position: absolute;
  left: -9999px;
  top: 0;
}

.post-content:after {
  content: "";
  display: block;
  clear: both;
}

.post-content ul, .post-content ol {
  margin: 1.5em 0;
  padding: 0 0 0 2.5em;
}

.post-content li {
  margin: 6px 0;
  line-height: 1.7em;
}

.post-content iframe {
  clear: both;
  max-width: 100%;
  margin: 40px 0;
}

.post-content hr {
  border: none;
  border-top: 1px solid #d3d4d5;
  clear: both;
  display: block;
  height: 1px;
  margin: 40px auto;
  padding: 0;
  max-width: 300px;
  text-align: center;
}

.post-content .alignright {
  clear: right;
  float: right;
  margin: 0.4em 0px 1.5em 2em;
  max-width: 100%;
}

.post-content .alignleft {
  clear: left;
  float: left;
  margin: 0.4em 2em 1.5em 0px;
  max-width: 100%;
}

.post-content .aligncenter {
  margin: 40px auto 40px;
  max-width: 100%;
  display: block;
}

.post-content .alignnone {
  margin: 40px 0;
  display: block;
  max-width: 100%;
}

.post-content .wp-caption-text {
  line-height: 1.3;
  margin: 8px 0 0;
  display: block;
}

.post-content .wp-caption-text:before {
  content: '';
  display: inline-block;
  margin: 0.1em 0.25em 0 0;
  vertical-align: top;
  width: 1.2em;
  height: 1em;
  background: url("../img/photo.svg") no-repeat;
  background-size: 100% auto;
}

.post-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #d3d4d5;
  border-left: 1px solid #d3d4d5;
  margin: 40px 0;
}

.post-content table td, .post-content table th {
  border-bottom: 1px solid #d3d4d5;
  border-right: 1px solid #d3d4d5;
  padding: 8px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}

.post-content table th {
  background: #f2f2f2;
  font-weight: 700;
  font-size: 15px;
}

blockquote {
  margin: 40px auto;
  position: relative;
  max-width: 480px;
  padding-top: 25px;
  text-align: center;
}

@media (min-width: 950px) {
  blockquote {
    max-width: 600px;
  }
}

blockquote:before {
  content: '“';
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #a4a4a4;
  font-size: 50px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1100px) {
  blockquote:before {
    font-size: 93px;
    top: -20px;
  }
}

.quote-author {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #424242;
  margin: -0.4em 0 0;
  font-size: 2vw;
}

@media (max-width: 900px) {
  .quote-author {
    font-size: 18px;
  }
}

@media (min-width: 750px) {
  .quote-author {
    font-size: 15px;
  }
}

.quote-author p {
  margin: 0 0 20px;
}

.intro-text, blockquote {
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 3vw;
}

@media (max-width: 600px) {
  .intro-text, blockquote {
    font-size: 18px;
  }
}

@media (min-width: 733.33333px) {
  .intro-text, blockquote {
    font-size: 22px;
  }
}

.intro-text p, blockquote p {
  line-height: 1.3em;
  margin: 0.9em 0;
}

.internal-banner {
  margin-top: -57px;
  padding: 148px 0 50px;
  color: white;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

@media (min-width: 680px) {
  .internal-banner {
    padding: 125px 0 50px;
    min-height: 500px;
  }
}

@media (min-width: 950px) {
  .internal-banner {
    padding: 230px 0 80px;
    margin-top: -133px;
    min-height: 660px;
  }
}

.internal-banner #sidebar {
  margin-top: 22px;
}

.internal-banner h1 {
  position: relative;
  z-index: 100;
  margin-bottom: -10px;
}

.internal-banner .post-content {
  overflow: hidden;
  position: relative;
  z-index: 100;
  padding: 0 30px;
}

@media (min-width: 520px) {
  .internal-banner .post-content {
    font-size: 18px;
  }
}

@media (min-width: 950px) {
  .internal-banner .post-content {
    max-width: 840px;
    margin: 0 auto;
    font-size: 22px;
  }
}

.message-block {
  background: #ea1c26;
  padding: 60px 0;
  text-align: center;
}

.message-block .wrapper, .message-block .wrapper-small, .message-block .wrapper-medium {
  max-width: 960px;
}

.message-block h5 {
  color: white;
  font-size: 27px;
  line-height: 1.4em;
}

.message-block a.button {
  background: white;
  color: #ea1c26;
  margin-top: 10px;
}

.home .top-banner {
  height: 60vw;
  min-height: 400px;
  -ms-flex-align: center;
  align-items: center;
  padding: 200px 0 90px;
  color: white;
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  margin-top: -57px;
}

@media (min-width: 680px) {
  .home .top-banner {
    height: 55vw;
    min-height: 550px;
    padding: 250px 0 150px;
  }
}

@media (min-width: 800px) {
  .home .top-banner {
    height: 50vw;
    padding: 280px 0 150px;
  }
}

@media (min-width: 950px) {
  .home .top-banner {
    padding: 350px 0 190px;
    min-height: 800px;
    height: 52vw;
    overflow: hidden;
    width: 100%;
  }
}

.home .top-banner .banner-text {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 920px;
  padding: 0 20px;
  position: relative;
  letter-spacing: 0.6px;
}

.home .top-banner .banner-text .banner-buttons {
  margin: 20px 0;
}

@media (min-width: 950px) {
  .home .top-banner .banner-text .banner-buttons {
    margin: 40px 0;
  }
}

.home .top-banner .banner-text a.link {
  color: white;
  font-size: 15px;
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
  position: relative;
  font-weight: 700;
}

@media (min-width: 950px) {
  .home .top-banner .banner-text a.link {
    font-weight: 18px;
  }
}

.home .top-banner .banner-text a.link:hover {
  color: #ea1c26;
}

.home .top-banner .banner-text a.link .arrow {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 2px solid red;
  border-radius: 50px;
  margin: 0 7px;
  vertical-align: middle;
}

@media (min-width: 950px) {
  .home .top-banner .banner-text a.link .arrow {
    width: 40px;
    height: 40px;
  }
}

.home .top-banner .banner-text a.link .arrow .material-icons {
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
}

@media (min-width: 950px) {
  .home .top-banner .banner-text a.link .arrow .material-icons {
    font-size: 20px;
    padding-top: 5px;
  }
}

@media (min-width: 520px) {
  .home .top-banner h1 {
    padding: 0 60px;
  }
}

@media (min-width: 1100px) {
  .home .top-banner h1 {
    font-size: 6vw;
    line-height: 1.2em;
  }
}

@media (min-width: 1100px) and (max-width: 466.66667px) {
  .home .top-banner h1 {
    font-size: 28px;
  }
}

@media (min-width: 1100px) and (min-width: 1200px) {
  .home .top-banner h1 {
    font-size: 72px;
  }
}

.home .top-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay.blue {
  background-image: linear-gradient(to right, rgba(22, 114, 192, 0.2) 45%, rgba(39, 169, 225, 0.2));
}

.overlay.black {
  background: rgba(0, 0, 0, 0.35);
}

.overlay.black-regular {
  background: rgba(0, 0, 0, 0.25);
}

.services-panel {
  padding: 40px 0 0;
  z-index: 100;
  position: relative;
}

@media (min-width: 680px) {
  .services-panel {
    padding: 0px 0 100px;
    margin-bottom: -180px;
  }
}

.services-panel .wrapper, .services-panel .wrapper-small, .services-panel .wrapper-medium {
  max-width: 1500px;
}

.service-listing {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1.3%;
}

@media (min-width: 680px) {
  .service-listing {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 1.3%;
  }
}

@media (min-width: 1100px) {
  .service-listing {
    grid-template-columns: 24% 24% 24% 24%;
    grid-column-gap: 1.3%;
  }
}

.service-item {
  border-radius: 30px;
  padding: 60px 30px 60px;
  position: relative;
  min-height: 370px;
  color: #fff;
  text-align: center;
  display: block;
  overflow: hidden;
}

@media (min-width: 680px) {
  .service-item {
    padding: 70px 40px 80px;
    min-height: 550px;
  }
}

.service-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #101830;
  content: ' ';
}

.service-item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff center no-repeat;
  background-size: cover;
  transition: all 0.3s linear;
  opacity: 0.65;
}

.service-item:hover .bg {
  transform: scale(1.05);
}

.service-item:hover .button {
  background: #fd332f;
}

.service-item .feature-text {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}

.service-item .title {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  letter-spacing: 1px;
  display: block;
  position: relative;
  margin: 10px 0 0;
  line-height: 1.15em;
  font-weight: 700;
}

@media (min-width: 520px) {
  .service-item .title {
    font-size: 28px;
    margin: 20px 0 0;
  }
}

.service-item .description {
  display: block;
  font-size: 15px;
  line-height: 1.6em;
  position: relative;
  font-weight: 400;
  margin: 10px 0 0;
}

@media (min-width: 520px) {
  .service-item .description {
    font-size: 16px;
  }
}

.service-item .button {
  background: #ea1c26;
  color: #fff;
  position: relative;
  display: inline-block;
  width: auto;
  margin: 30px auto 0;
  padding: 17px 34px;
  height: 56px;
  font-weight: 700;
  border-radius: 30px;
}

.service-item .button:before {
  border-color: #fff;
}

.top-banner {
  padding: 148px 0 87px;
  background: transparent no-repeat top center;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  /*&::before {
        content: '';
        @extend %overlay;
        background: linear-gradient(to left, rgba(#395978, 0.4) 10%, rgba(#ea1c26, 0.2) 100%);
        background-size: 400% 100%;
        animation: gradient-animation 15s ease infinite;   
    }*/
}

@media (min-width: 680px) {
  .top-banner {
    padding: 170px 0 87px;
  }
}

@media (min-width: 1100px) {
  .top-banner {
    padding: 280px 0 0;
    min-height: 625px;
  }
}

.top-banner .bg-image {
  background: transparent no-repeat top center;
  background-size: cover;
  opacity: 0;
  z-index: -1;
}

.top-banner .bg-image.loaded {
  animation: fade-in-image 2.5s ease-out 0s both;
}

.top-banner .banner-text {
  z-index: 10000;
  position: relative;
}

.top-banner .wrapper-small {
  max-width: 720px;
}

.top-banner .intro-text, .top-banner blockquote {
  margin-bottom: 5px;
  font-size: 3vw;
}

@media (max-width: 733.33333px) {
  .top-banner .intro-text, .top-banner blockquote {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .top-banner .intro-text, .top-banner blockquote {
    font-size: 36px;
  }
}

.top-banner .intro-text p, .top-banner blockquote p {
  margin: 0.5em 0;
}

.top-banner .breadcrumbs a {
  color: white;
}

.top-banner .breadcrumbs a:hover {
  color: #f4b200;
}

.top-banner .date {
  font-size: 16px;
  margin: 0 0 8px;
}

.top-banner + .featured-quote {
  margin: -68px auto 60px;
}

@media (min-width: 680px) {
  .top-banner + .featured-quote {
    margin: -88px auto 70px;
  }
}

@media (min-width: 1100px) {
  .top-banner + .featured-quote {
    margin: -98px auto 100px;
  }
}

@media (min-width: 1100px) {
  .top-banner.single-banner {
    margin: 0 0 -110px;
  }
}

.top-banner.single-banner::before {
  background-image: linear-gradient(to right, rgba(202, 148, 0, 0.75) 0%, rgba(40, 129, 127, 0.8) 100%);
}

.top-banner.single-banner::after {
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.88) 10%, rgba(37, 139, 171, 0.25) 45%, rgba(37, 139, 171, 0.3) 75%, rgba(121, 155, 160, 0.75) 100%);
}

@keyframes fade-in-image {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

#instagram-feed {
  position: relative;
}

#instagram-feed .insta-title {
  position: absolute;
  top: 0;
  left: 0;
  background: #ea1c26;
  color: white;
}

#instagram-feed h3 {
  font-size: 11px;
  margin: 7px 0;
  padding: 0 8px;
}

#instagram-feed h3 a {
  color: #1f1d24;
  font-weight: 700;
}

#instagram-feed .null-instagram-feed {
  display: block;
  overflow: hidden;
  margin: 0 -15px;
}

#instagram-feed .null-instagram-feed ul, #instagram-feed .null-instagram-feed li {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

#instagram-feed .null-instagram-feed li {
  float: left;
  width: 33.333%;
}

@media (min-width: 950px) {
  #instagram-feed .null-instagram-feed li {
    width: 16.6666%;
  }
}

#instagram-feed .null-instagram-feed a {
  display: block;
  line-height: 0;
}

.page-shapes {
  position: absolute;
  top: 0;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1000px;
  height: 100%;
  background: url("../img/side-shape.svg") no-repeat -30px 630px;
  background-size: 170px;
  z-index: 10;
}

.icon-link {
  font-size: 15px;
  color: white;
  white-space: nowrap;
  display: inline-block;
  transition: 0.4s ease-out;
  margin-right: 20px;
  font-weight: 600;
}

@media (min-width: 680px) {
  .icon-link {
    font-size: 19px;
  }
}

.icon-link:hover, .icon-link:focus {
  color: red;
}

.icon-link .link-icon {
  width: 40px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center;
  background-image: url("../img/icon_arrow.svg"), url("../img/shape-outline-blob.svg");
  background-size: 17% auto, 100% auto;
  transition: 0.4s ease-out;
}

@media (min-width: 680px) {
  .icon-link .link-icon {
    width: 50px;
    height: 50px;
  }
}

.icon-link .link-icon:hover, .icon-link .link-icon:focus {
  background-image: url("../img/icon_arrow.svg"), url("../img/shape-outline-blob.svg");
}

.icon-link .link-text {
  margin-left: 5px;
}

.icon-link a {
  font-weight: 600;
}

.home .home-events {
  position: relative;
  padding: 60px 0 60px;
  z-index: 99;
}

@media (min-width: 680px) {
  .home .home-events {
    padding: 160px 0 60px;
  }
}

.home .home-events .button {
  font-weight: 700;
  padding: 17px 34px;
  height: 56px;
  margin-top: 20px;
  margin-left: 3px;
}

.home .home-events .button:hover {
  background: #fd332f;
}

.home .rotating-feature {
  color: #424242;
  padding: 40px 35px;
  display: block;
  overflow: hidden;
}

@media (min-width: 950px) {
  .home .rotating-feature {
    padding: 50px 0 20px;
  }
}

.home .rotating-feature h2 {
  font-size: 30px;
  padding-left: 15px;
  margin-bottom: 20px;
}

@media (min-width: 950px) {
  .home .rotating-feature h2 {
    font-size: 44px;
    padding-left: 30px;
  }
}

.home .rotating-feature h3 {
  font-size: 24px;
  margin-top: 10px;
}

@media (min-width: 950px) {
  .home .rotating-feature h3 {
    margin-top: 16px;
    font-size: 28px;
    margin-bottom: 25px;
  }
}

@media (min-width: 950px) {
  .home .rotating-feature .wrapper, .home .rotating-feature .wrapper-small, .home .rotating-feature .wrapper-medium {
    overflow: hidden;
  }
}

.home .rotating-feature .owl-item.active {
  overflow: hidden;
}

.home .rotating-feature .owl-carousel {
  width: auto;
}

.home .rotating-feature .owl-carousel.owl-loaded {
  display: block;
}

.home .rotating-feature .slide {
  max-width: 660px;
}

.home .rotating-feature .slide p {
  font-size: 16px;
}

@media (min-width: 950px) {
  .home .rotating-feature .wrap {
    width: 60%;
    padding: 0 40px 0 0;
  }
}

.home .rotating-feature .owl-dots {
  text-align: left;
  display: block;
  margin: 30px 0;
}

.home .rotating-feature .owl-dots .owl-dot {
  display: inline-block;
}

.home .rotating-feature .owl-dots .owl-dot span {
  width: 17px;
  height: 17px;
  margin: 5px 10px;
  background: none;
  border: 2px solid #ea1c26;
  display: inline-block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.home .rotating-feature .owl-dots .owl-dot.active span {
  border: none;
  background: #ea1c26;
}

.home .rotating-feature .owl-nav {
  display: none;
}

.section-image {
  width: 100%;
  height: 70vw;
  position: relative;
  background: transparent no-repeat center right;
  background-size: cover;
  margin: -18vw 0;
  z-index: -2;
  margin: -50px 0 -120px;
  display: none;
  /*@include respond-to(desktop) {
    height: 400px;
    margin: -50px 0 -140px;
    display: block;
  }*/
}

.section-image::before, .section-image::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: radial-gradient(circle, rgba(235, 235, 235, 0) 40%, #ebebeb 110%);
}

.section-image::after {
  background-image: linear-gradient(to bottom, #ebebeb 0%, rgba(235, 235, 235, 0) 50%, #ebebeb 100%);
}

@media (min-width: 1080px) {
  .section-image {
    width: 52%;
    height: 100%;
    right: 0;
    top: 0px;
    position: absolute;
    margin: 0;
    display: block;
  }
  .section-image::after {
    background: linear-gradient(105.25deg, #ebebeb 19.16%, rgba(255, 255, 255, 0) 57.7%), linear-gradient(102.98deg, rgba(255, 255, 255, 0.7) 13.16%, rgba(255, 255, 255, 0) 50.66%), linear-gradient(180deg, #ebebeb 0%, rgba(255, 255, 255, 0) 100%);
  }
}

@media (min-width: 1280px) {
  .section-image.right-aligned .section-header, .section-image.right-aligned .landing-feature-boxes {
    margin-left: 22%;
  }
}

.section-image.right-aligned .section-image {
  background-position: center right;
}

@media (min-width: 1280px) {
  .section-image.right-aligned .section-image {
    right: auto;
    left: 0;
  }
  .section-image.right-aligned .section-image::before {
    background-image: radial-gradient(circle farthest-corner at left center, rgba(255, 255, 255, 0) 20%, white 75%);
  }
  .section-image.right-aligned .section-image::after {
    background-image: linear-gradient(to bottom, white 12%, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0) 70%, white 100%);
  }
}

.home {
  background: #ebebeb;
}

.home .more-down {
  height: 60px;
  width: 105px;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  position: relative;
  margin: 0 auto -30px;
  overflow: hidden;
  font-weight: 600;
  color: white;
  top: -120px;
  text-align: center;
  z-index: 100;
  animation: floating-arrow 2s linear 2s infinite;
  display: none;
}

@media (min-width: 950px) {
  .home .more-down {
    display: block;
  }
}

.home .more-down .arrow-down {
  position: relative;
  text-align: center;
  margin: 10px auto 0;
  width: 40px;
  height: 40px;
  font-size: 15px;
}

.home .more-down:after {
  transform: rotate(38deg);
  right: auto;
  left: 0;
}

.home #content {
  padding: 0;
}

.home .wrapper-medium {
  max-width: 700px;
}

@media (min-width: 1100px) {
  .home .wrapper-medium {
    max-width: 805px;
  }
}

@media (min-width: 1220px) {
  .home .wrapper-medium {
    max-width: 1015px;
  }
}

.home-content {
  position: relative;
  color: #303547;
  padding: 60px 0 40px;
}

@media (min-width: 1220px) {
  .home-content {
    padding-top: 170px;
  }
}

@media (min-width: 680px) {
  .home-content {
    padding: 115px 0;
  }
}

.home-content:before {
  content: url(../img/dark-top-shape.svg);
  line-height: 0;
  position: absolute;
  top: 1px !important;
  transform: translateY(-100%);
  left: 0;
  width: 120%;
  height: auto;
}

@media (min-width: 950px) {
  .home-content:before {
    top: -28px !important;
  }
}

.home-content .wrap {
  display: block;
}

@media (min-width: 680px) {
  .home-content .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
  }
}

.home-content .intro {
  width: 100%;
}

@media (min-width: 950px) {
  .home-content .intro {
    width: 52%;
  }
}

.home-content h2 {
  font-size: 5vw;
  margin-top: 0;
}

@media (max-width: 540px) {
  .home-content h2 {
    font-size: 27px;
  }
}

@media (min-width: 1360px) {
  .home-content h2 {
    font-size: 68px;
  }
}

.home-content .intro-desc {
  width: 100%;
  padding: 15px 0 0;
  z-index: 100;
}

@media (min-width: 950px) {
  .home-content .intro-desc {
    width: 48%;
  }
}

.home-content .intro-desc p {
  font-size: 5vw;
}

@media (max-width: 360px) {
  .home-content .intro-desc p {
    font-size: 18px;
  }
}

@media (min-width: 400px) {
  .home-content .intro-desc p {
    font-size: 20px;
  }
}

.home-content .intro-desc h4 {
  margin: 40px 0 0;
  display: inline-block;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* overlay fade */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.2;
}

.mfp-no-overlay.mfp-bg.mfp-ready {
  opacity: 0;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 *     Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *     Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *     Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *     Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*# sourceMappingURL=../maps/main.css.map */
