@charset "UTF-8";
/* Small devices (tablets, 768px and up) */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400);
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
@font-face {
  font-family: "Walkway Condensed SemiBold";
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/Walkway Condensed SemiBold"), url("../fonts/Walkway Condensed SemiBold.woff") format("woff");
}
html, body, ul, ol {
  margin: 0;
  padding: 0;
}

.navbar-toggle {
  cursor: pointer;
  margin-top: 10px;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 0.5em !important;
}
.navbar-toggle .icon-bar {
  width: 1.75em !important;
  height: 0.1875em !important;
  background-color: #FFF;
}

.header .navbar.open {
  border: 0;
}
.header .navbar.open .navbar-collapse {
  position: relative;
}
.header .navbar.open .navbar-collapse ul.nav li {
  position: initial;
}

@media (max-width: 992px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }

  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.nopad, .content .communique .separator-scroll-up > div {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.nomarg, .content h2 {
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.nopadborder {
  padding-left: 0;
  padding-right: 0;
}

.header {
  position: fixed;
  top: 0;
  z-index: 11;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #FFF;
}
@media (min-width: 992px) {
  .header {
    height: 140px;
    transition: height 0.5s;
  }
  .header .nav-header-menu {
    height: 100%;
  }
  .header .nav-header-menu .row {
    height: 100%;
  }
  .header .menu-wrapper {
    padding: 0;
  }
  .header .logo {
    padding-left: 0;
  }
  .header .logo img.second-logo {
    display: block;
    height: 140px;
    padding: 25px 0;
    opacity: 1;
    transition: all 500ms;
  }
  .header .logo img.first-logo, .header .logo img.third-logo {
    display: block;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all 500ms;
  }
  .header .logo .mobile-nav-icon {
    display: block;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all 500ms;
  }
  .header .navigation {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
  .header .navbar-left {
    overflow: hidden;
  }
  .header .navbar-left .nav-link-back {
    display: none;
  }
  .header .navbar-left .subnav {
    float: left;
    overflow: hidden;
    opacity: 1;
    transition: opacity 200ms 200ms;
  }
  .header .navbar-left .subnav.hide-search {
    opacity: 0;
    transition: opacity 200ms;
  }
  .header .navbar-left .subnav .subnav-icon,
.header .navbar-left .subnav .subnav-subicon,
.header .navbar-left .subnav .subnav-link-label {
    display: none;
  }
  .header .navbar-left .subnav .subnav-link {
    float: left;
    text-align: center;
    text-decoration: none;
    padding: 5px 15px;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #4F4F4F;
    transition: color 300ms 200ms;
  }
  .header .navbar-left .subnav .subnav-link:hover, .header .navbar-left .subnav .subnav-link.active {
    color: #a823ad;
    transition: color 300ms;
  }
  .header .navbar-left .subnav .subnav-link.dimmed, .header .navbar-left .subnav .subnav-link.inactive {
    color: #CCCCCC;
    transition: color 300ms;
  }
  .header .navbar-left .subnav:hover .subnav-link {
    color: #a823ad;
    transition: color 0.3s;
  }
  .header .navbar-left .subnav-content {
    position: fixed;
    left: 0;
    top: 140px;
    display: inline-block;
    background-color: #F7F7F7;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0ms 600ms, opacity 400ms 200ms, top 500ms;
  }
  .header .navbar-left .subnav-content .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .header .navbar-left .subnav-content .subnav-sublink {
    float: left;
    text-align: center;
    text-decoration: none;
    padding: 0 15px;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #4F4F4F;
    transition: color 300ms 200ms;
  }
  .header .navbar-left .subnav-content .subnav-sublink.inactive {
    color: #CCCCCC;
    transition: color 0.3s;
  }
  .header .navbar-left .subnav-content .subnav-sublink.active {
    color: #a823ad;
    transition: color 0.3s;
  }
  .header .navbar-left .subnav-content .subnav-sublink.dimmed {
    color: #CCCCCC;
    transition: color 0.3s;
  }
  .header .navbar-left .subnav-content .subnav-sublink:hover {
    color: #a823ad;
    transition: color 0.3s;
  }
  .header .navbar-left .subnav:hover .subnav-content {
    height: 60px;
    opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 0ms;
  }
  .header .navbar-right {
    overflow: hidden;
    margin-right: 0;
  }
  .header .navbar-right div[data-name=lang], .header .navbar-right div[data-name=share], .header .navbar-right div[data-name=search] {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .header .navbar-right div[data-name=lang] img, .header .navbar-right div[data-name=share] img, .header .navbar-right div[data-name=search] img {
    height: 30px;
    width: 30px;
  }
  .header .navbar-right div[data-name=lang] {
    opacity: 1;
    transition: opacity 200ms 200ms;
    margin-top: 7px;
  }
  .header .navbar-right div[data-name=lang].hide-search {
    opacity: 0;
    transition: opacity 200ms;
  }
  .header .navbar-right div[data-name=lang] a {
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #4F4F4F;
  }
  .header .navbar-right div[data-name=share] {
    margin-left: 30px;
    width: 40px;
    opacity: 1;
    transition: opacity 200ms 200ms;
  }
  .header .navbar-right div[data-name=share].hide-search {
    opacity: 0;
    transition: opacity 200ms;
  }
  .header .navbar-right div[data-name=share] img {
    transition: filter 0.3s;
  }
  .header .navbar-right div[data-name=share] .share-list {
    position: fixed;
    background-color: #FFF;
    margin-left: -2px;
    width: 40px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0ms 600ms, opacity 400ms 200ms, top 500ms;
  }
  .header .navbar-right div[data-name=share] .share-list img {
    height: 30px;
    width: 30px;
    margin-left: 5px;
    margin-top: 5px;
  }
  .header .navbar-right div[data-name=share] .share-list img:hover {
    filter: invert(20%) sepia(73%) saturate(2917%) hue-rotate(283deg) brightness(96%) contrast(97%);
  }
  .header .navbar-right div[data-name=share]:hover .share-icon {
    filter: invert(20%) sepia(73%) saturate(2917%) hue-rotate(283deg) brightness(96%) contrast(97%);
  }
  .header .navbar-right div[data-name=share]:hover .share-list {
    height: 110px;
    opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 0ms;
  }
  .header .navbar-right div[data-name=search] {
    margin-left: 25px;
  }
  .header .navbar-right div[data-name=search] .search-icon {
    opacity: 1;
    transition: 50ms 500ms;
  }
  .header .navbar-right div[data-name=search] .search-form {
    position: fixed;
    top: 59px;
    /*
    @media (min-width: $screen-sm-min) {
        left: calc( 100% - ((100% - 750px) / 2) - 15px);
    }
    */
    /*Hide*/
    overflow: hidden;
    width: 0;
    opacity: 0;
    transition: left 500ms, top 500ms, width 500ms 0ms, opacity 0ms 500ms;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .header .navbar-right div[data-name=search] .search-form {
    left: calc(100% - (100% - 970px) / 2 - 15px);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .header .navbar-right div[data-name=search] .search-form {
    left: calc(100% - (100% - 1170px) / 2 - 15px);
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .header .navbar-right div[data-name=search] .search-form {
    left: calc(100% - (100% - 1300px) / 2 - 15px);
  }
}
@media (min-width: 992px) {
  .header .navbar-right div[data-name=search] .search-form .search-input {
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%;
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #4F4F4F;
  }
  .header .navbar-right div[data-name=search] .search-form .search-input:focus {
    outline: none;
  }
  .header .navbar-right div[data-name=search] .search-form .search-input::placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #4F4F4F;
  }
  .header .navbar-right div[data-name=search] .search-form .search-input:-ms-input-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #4F4F4F;
  }
  .header .navbar-right div[data-name=search] .search-form .search-input::-ms-input-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #4F4F4F;
  }
  .header .navbar-right div[data-name=search] .search-form .search-input::-webkit-input-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #4F4F4F;
  }
  .header .navbar-right div[data-name=search] .search-form .search-input:-moz-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #4F4F4F;
  }
  .header .navbar-right div[data-name=search] .search-form .search-input::-moz-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #4F4F4F;
  }
}
@media (min-width: 992px) {
  .header .navbar-right div[data-name=search].active .search-icon, .header .navbar-right div[data-name=search]:hover .search-icon {
    opacity: 0;
    transition: 50ms;
  }
  .header .navbar-right div[data-name=search].active .search-form, .header .navbar-right div[data-name=search]:hover .search-form {
    opacity: 1;
    transition: top 500ms, left 500ms, height 500ms, width 500ms 0ms, opacity 0ms;
    /*
    @media (min-width: $screen-sm-min) {
        left: calc( ((100% - 750px) / 2) + (750px * 0.25) + 12px);
        width: calc( (750px * 0.75) - 12px);
    }
    */
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .header .navbar-right div[data-name=search].active .search-form, .header .navbar-right div[data-name=search]:hover .search-form {
    left: calc((100% - 970px) / 2 + 242.5px + 12px);
    width: 715.5px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .header .navbar-right div[data-name=search].active .search-form, .header .navbar-right div[data-name=search]:hover .search-form {
    left: calc((100% - 1170px) / 2 + 292.5px + 12px);
    width: 865.5px;
  }
}
@media (min-width: 992px) and (min-width: 1440px) {
  .header .navbar-right div[data-name=search].active .search-form, .header .navbar-right div[data-name=search]:hover .search-form {
    left: calc((100% - 1300px) / 2 + 325px + 12px);
    width: 963px;
  }
}
@media (min-width: 992px) {
  .header .navbar-right div[data-name=newsletter] {
    display: none;
  }
}
@media (min-width: 992px) {
  .header.scrolling {
    box-shadow: 1px 1px 4px #ececec !important;
    transition: height 0.5s;
    height: 80px;
  }
  .header.scrolling .navbar-left .subnav-content {
    left: 0;
    top: 79px;
  }
  .header.scrolling .navbar-right {
    margin-right: 0;
  }
  .header.scrolling .navbar-right div[data-name=search] .search-form {
    top: 29px;
  }
  .header.scrolling .logo img.first-logo {
    display: block;
    height: 80px;
    opacity: 1;
    padding: 25px 0;
    transition: all 500ms;
  }
  .header.scrolling .logo img.second-logo, .header.scrolling .logo img.third-logo {
    display: block;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all 500ms;
  }
}
@media (max-width: 991px) {
  .header {
    height: 80px;
    background-color: #FFF;
    transition: background-color 300ms 200ms, top 300ms 200ms, left 300ms 200ms, right 300ms 200ms, bottom 300ms 200ms, height 300ms 200ms, position 300ms 200ms;
    border-bottom: 1px solid #CCCCCC;
  }
  .header .nav-header-menu {
    border-bottom: 1px #4F4F4F;
    height: 100%;
  }
  .header .nav-header-menu .row {
    height: 100%;
  }
  .header .menu-wrapper {
    height: 100%;
  }
  .header .logo {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }
  .header .logo .logo-wrapper,
.header .logo .mobile-nav-icon {
    height: 100%;
  }
  .header .logo img {
    display: block;
    overflow: hidden;
  }
  .header .logo img.first-logo, .header .logo img.icon-burger {
    height: 80px;
    opacity: 1;
    padding: 25px 0;
    transition: all 500ms;
  }
  .header .logo img.third-logo, .header .logo img.icon-close, .header .logo img.second-logo {
    padding: 0;
    height: 0;
    opacity: 0;
    transition: all 500ms;
  }
  .header .logo .mobile-nav-icon img.icon-burger {
    filter: invert(26%) sepia(49%) saturate(3542%) hue-rotate(174deg) brightness(91%) contrast(102%);
  }
  .header .logo .mobile-nav-icon img.icon-close {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  }
  .header .navigation {
    width: 100%;
    height: 0;
    opacity: 0;
    margin-top: 0;
    transition: height 200ms 0ms, opacity 200ms 0ms, margin-top 100ms 0ms;
  }
  .header .navigation .nav-link-back {
    margin-left: -100px;
    margin-right: 100px;
    width: 0;
    height: 0;
    opacity: 0;
    transition: height 200ms 0ms, opacity 200ms 0ms;
    float: left;
    display: flex;
    align-items: center;
  }
  .header .navigation .nav-link-back a {
    text-decoration: none;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFF;
    display: inline-flex;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .header .navigation .nav-link-back .icon-back {
    display: inline-flex;
    transform: rotate(180deg);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    width: 0;
    height: 0;
    opacity: 0;
  }
  .header .navigation .nav-link-back.show-opened {
    margin: 0 0 20px;
    width: 100%;
    height: 30px;
    opacity: 1;
    transition: height 200ms 0ms, opacity 200ms 0ms;
  }
  .header .navigation .nav-link-back.show-opened a {
    height: unset;
    opacity: 1;
    transition: height 200ms 0ms, opacity 200ms 0ms;
  }
  .header .navigation .nav-link-back.show-opened .icon-back {
    width: 30px;
    height: 30px;
    opacity: 1;
    transition: height 200ms 0ms, width 200ms 0ms, opacity 200ms 0ms;
  }
  .header .navigation .subnav {
    display: flex;
    align-items: center;
    height: 0;
    margin-bottom: 0;
  }
  .header .navigation .subnav .subnav-link {
    margin-left: -100px;
    margin-right: 100px;
    width: 0;
    height: 0;
    opacity: 0;
    transition: height 200ms 0ms, width 200ms 0ms, opacity 200ms 0ms;
  }
  .header .navigation .subnav .subnav-link-label {
    float: left;
    text-decoration: none;
    width: 100%;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFF;
    height: 0;
  }
  .header .navigation .subnav .subnav-icon {
    float: right;
    height: 0;
    width: 0;
    opacity: 0;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    transition: all 0ms 300ms, opacity 300ms 300ms;
  }
  .header .navigation .subnav .subnav-content {
    overflow: hidden;
    height: 0;
    opacity: 0;
    width: 0;
    transition: width 400ms 200ms, height 400ms 400ms, opacity 400ms 400ms;
  }
  .header .navigation .subnav .subnav-content .subnav-subcontent {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0;
  }
  .header .navigation .subnav .subnav-content .subnav-subcontent .subnav-subicon {
    float: left;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    transition: all 0ms 300ms, opacity 300ms 300ms;
    height: 0;
    width: 0;
    opacity: 0;
  }
  .header .navigation .subnav .subnav-content .subnav-subcontent .subnav-sublink {
    float: left;
    text-decoration: none;
    width: 100%;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFF;
  }
  .header .navigation .subnav.opened {
    margin-bottom: 20px;
    height: unset;
    display: block;
  }
  .header .navigation .subnav.opened .subnav-link {
    float: left;
    text-decoration: none;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFF;
    margin: 0;
    height: unset;
    opacity: 1;
    width: 100%;
    transition: height 200ms 0ms, width 200ms 0ms, opacity 200ms 0ms;
  }
  .header .navigation .subnav.opened .subnav-link-label {
    width: 0;
    height: 0;
    opacity: 0;
    transition: height 200ms 0ms, width 200ms 0ms, opacity 200ms 0ms;
  }
  .header .navigation .subnav.opened .subnav-icon {
    height: 0;
    width: 0;
    opacity: 0;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    transition: height 200ms, width 200ms, opacity 200ms, filter 200ms;
  }
  .header .navigation .subnav.opened .subnav-subicon {
    height: 30px;
    width: 30px;
    opacity: 1;
    transition: height 200ms, width 200ms, opacity 200ms, filter 200ms;
  }
  .header .navigation .subnav.opened .subnav-content {
    overflow: hidden;
    height: fit-content;
    opacity: 1;
    width: 100%;
    transition: width 0ms 100ms, height 400ms 100ms, opacity 400ms 100ms;
  }
  .header .navigation .subnav.hide-opened {
    height: 0 !important;
    opacity: 0;
    margin: 0;
    transition: height 200ms 0ms, opacity 200ms 0ms;
  }
  .header .navigation .subnav.hide-opened .subnav-link-label {
    width: 0;
    height: 0 !important;
    opacity: 0;
    transition: height 200ms 0ms, width 200ms 0ms, opacity 200ms 0ms;
  }
  .header .navigation .subnav.hide-opened .subnav-icon {
    height: 0;
    width: 0;
    opacity: 0;
    transition: height 200ms, width 200ms, opacity 200ms, filter 200ms;
  }
  .header .navigation .navbar-left {
    height: 0;
    opacity: 0;
    transition: height 200ms 0ms, opacity 200ms 0ms;
    float: none !important;
  }
  .header .navigation .navbar-right {
    height: 0;
    opacity: 0;
    transition: height 200ms 0ms, opacity 200ms 0ms;
    float: none !important;
    margin-right: 0;
  }
  .header .navigation .navbar-right div[data-name=lang] {
    padding: 0;
    display: flex;
    justify-content: center;
    height: 0;
    opacity: 0;
    margin-bottom: 0;
    transition: height 200ms 0ms, opacity 200ms 0ms;
  }
  .header .navigation .navbar-right div[data-name=lang] a {
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF;
    height: 0;
    opacity: 0;
    transition: height 200ms 0ms, opacity 200ms 0ms;
  }
  .header .navigation .navbar-right div[data-name=share] {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all 300ms;
  }
  .header .navigation .navbar-right div[data-name=search] {
    width: 100%;
    position: fixed;
    top: 120px;
    left: 0;
    height: 0;
    opacity: 0;
    transition: height 200ms 0ms, opacity 200ms 0ms;
  }
  .header .navigation .navbar-right div[data-name=search] .search-wrapper {
    width: 100%;
    position: relative;
    height: 0;
    opacity: 0;
    transition: height 200ms 0ms, opacity 200ms 0ms;
  }
  .header .navigation .navbar-right div[data-name=search] .search-wrapper img {
    filter: invert(30%) sepia(0%) saturate(0%) hue-rotate(160deg) brightness(94%) contrast(86%);
    width: 28px;
    position: absolute;
    top: 11px;
    right: 15px;
    height: 0;
    opacity: 0;
    transition: filter 0.3s, height 200ms 0ms, opacity 200ms 0ms;
  }
  .header .navigation .navbar-right div[data-name=search] .search-wrapper img:hover {
    filter: invert(20%) sepia(73%) saturate(2917%) hue-rotate(283deg) brightness(96%) contrast(97%);
  }
  .header .navigation .navbar-right div[data-name=search] .search-wrapper form {
    margin: 0;
  }
  .header .navigation .navbar-right div[data-name=search] .search-wrapper .search-input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: none;
    background-color: #FFF;
    color: #4F4F4F;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.7px;
    height: 0;
    opacity: 0;
    padding: 0;
    transition: padding 200ms 0ms, height 200ms 0ms, opacity 200ms 0ms;
  }
  .header .navigation .navbar-right div[data-name=search] .search-wrapper .search-input:focus {
    outline: none;
  }
  .header .navigation .navbar-right div[data-name=search] .search-wrapper .search-input::placeholder {
    color: #7A7A7A;
    opacity: 1;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
  .header .navigation .navbar-right div[data-name=search] .search-wrapper .search-input:-ms-input-placeholder {
    color: #7A7A7A;
    opacity: 1;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
  .header .navigation .navbar-right div[data-name=search] .search-wrapper .search-input::-ms-input-placeholder {
    color: #7A7A7A;
    opacity: 1;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
  .header .navigation .navbar-right div[data-name=search] .search-wrapper .search-input::-webkit-input-placeholder {
    color: #7A7A7A;
    opacity: 1;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
  .header .navigation .navbar-right div[data-name=search] .search-wrapper .search-input:-moz-placeholder {
    color: #7A7A7A;
    opacity: 1;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
  .header .navigation .navbar-right div[data-name=search] .search-wrapper .search-input::-moz-placeholder {
    color: #7A7A7A;
    opacity: 1;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
  .header .navigation .navbar-right div[data-name=newsletter] {
    padding: 0;
    display: flex;
    justify-content: center;
    position: relative;
    height: 0;
    opacity: 0;
    margin-bottom: 0;
    transition: height 200ms 0ms, opacity 200ms 0ms;
  }
  .header .navigation .navbar-right div[data-name=newsletter] .subscribe-newsletter .form-newsletter {
    width: 100%;
    position: relative;
  }
  .header .navigation .navbar-right div[data-name=newsletter] .subscribe-newsletter .form-newsletter img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    height: 30px;
    width: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    transition: filter 0.3s;
  }
  .header .navigation .navbar-right div[data-name=newsletter] .subscribe-newsletter .form-newsletter img:hover {
    filter: invert(20%) sepia(73%) saturate(2917%) hue-rotate(283deg) brightness(96%) contrast(97%);
  }
  .header .navigation .navbar-right div[data-name=newsletter] .subscribe-newsletter .form-newsletter .nlEmail {
    display: block;
    box-sizing: border-box;
    padding: 11px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border: none;
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #FFF;
  }
  .header .navigation .navbar-right div[data-name=newsletter] .subscribe-newsletter .form-newsletter .nlEmail:focus {
    outline: none;
  }
  .header .navigation .navbar-right div[data-name=newsletter] .subscribe-newsletter .form-newsletter .nlEmail::placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #FFF;
  }
  .header .navigation .navbar-right div[data-name=newsletter] .subscribe-newsletter .form-newsletter .nlEmail:-ms-input-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #FFF;
  }
  .header .navigation .navbar-right div[data-name=newsletter] .subscribe-newsletter .form-newsletter .nlEmail::-ms-input-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #FFF;
  }
  .header .navigation .navbar-right div[data-name=newsletter] .subscribe-newsletter .form-newsletter .nlEmail::-webkit-input-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #FFF;
  }
  .header .navigation .navbar-right div[data-name=newsletter] .subscribe-newsletter .form-newsletter .nlEmail:-moz-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #FFF;
  }
  .header .navigation .navbar-right div[data-name=newsletter] .subscribe-newsletter .form-newsletter .nlEmail::-moz-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #FFF;
  }
  .header .navigation .navbar-right div[data-name=newsletter] .subscribe-newsletter .subscribe-newsletter-confirm {
    height: 0;
    width: 100%;
    opacity: 0;
    margin: 0;
    color: #FFF;
    transition: height 400ms, opacity 300ms;
  }
  .header .navigation .navbar-right div[data-name=newsletter] .subscribe-newsletter .subscribe-newsletter-confirm.show {
    margin-top: 10px;
    height: auto;
    opacity: 1;
    transition: height 400ms, opacity 300ms;
  }
  .header .navigation .navbar-right div[data-name=newsletter] .subscribe-newsletter .subscribe-newsletter-error {
    height: 0;
    width: 100%;
    opacity: 0;
    margin: 0;
    color: #FFF;
    transition: height 400ms, opacity 300ms;
  }
  .header .navigation .navbar-right div[data-name=newsletter] .subscribe-newsletter .subscribe-newsletter-error.show {
    margin-top: 10px;
    height: auto;
    opacity: 1;
    transition: height 400ms, opacity 300ms;
  }
  .header .navigation .navbar-right div[data-name=newsletter] div, .header .navigation .navbar-right div[data-name=newsletter] a, .header .navigation .navbar-right div[data-name=newsletter] p, .header .navigation .navbar-right div[data-name=newsletter] img, .header .navigation .navbar-right div[data-name=newsletter] input {
    height: 0;
    opacity: 0;
    transition: height 200ms 0ms, opacity 200ms 0ms;
  }
  .header .navigation .navbar-right div[data-name=newsletter] input.nlEmail {
    padding: 0;
  }
  .header.active-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #007396;
    transition: background-color 300ms;
  }
  .header.active-mobile .nav-header-menu {
    border: none;
  }
  .header.active-mobile .logo img.third-logo, .header.active-mobile .logo img.icon-close {
    height: 80px;
    opacity: 1;
    padding: 25px 0;
    transition: all 500ms;
  }
  .header.active-mobile .logo img.second-logo, .header.active-mobile .logo img.icon-burger, .header.active-mobile .logo img.first-logo {
    padding: 0;
    height: 0;
    opacity: 0;
    transition: all 500ms;
  }
  .header.active-mobile .navigation {
    margin-top: 75px;
    height: fit-content;
    opacity: 1;
    transition: height 600ms 0ms, opacity 200ms 200ms, margin-top 200ms 0ms;
  }
  .header.active-mobile .navigation .navbar-left {
    height: unset;
    opacity: 1;
    transition: height 200ms 0ms, opacity 200ms 0ms;
    padding-top: 30px;
    margin: 7.5px -18px 7.5px -15px;
  }
  .header.active-mobile .navigation .navbar-left .subnav,
.header.active-mobile .navigation .navbar-left .subnav-link-label,
.header.active-mobile .navigation .navbar-left .subnav-subcontent,
.header.active-mobile .navigation .navbar-left .subnav-sublink {
    height: unset;
  }
  .header.active-mobile .navigation .navbar-left .subnav .subnav-icon {
    height: 30px;
    width: 30px;
    opacity: 1;
  }
  .header.active-mobile .navigation .navbar-left .subnav.opened .subnav-icon {
    height: 0;
    width: 0;
    opacity: 0;
    transition: height 200ms, width 200ms, opacity 200ms, filter 200ms;
  }
  .header.active-mobile .navigation .navbar-left .subnav.opened .subnav-link-label {
    width: 0;
    height: 0;
    opacity: 0;
    transition: height 200ms 0ms, width 200ms 0ms, opacity 200ms 0ms;
  }
  .header.active-mobile .navigation .navbar-left .subnav.opened .subnav-sublink {
    width: unset;
    height: unset;
    opacity: 1;
    transition: height 200ms 0ms, width 200ms 0ms, opacity 200ms 0ms;
  }
  .header.active-mobile .navigation .navbar-left .subnav.opened .subnav-subicon {
    height: 30px;
    width: 30px;
    opacity: 1;
    transition: height 200ms, width 200ms, opacity 200ms, filter 200ms;
  }
  .header.active-mobile .navigation .navbar-right {
    height: unset;
    opacity: 1;
    transition: height 200ms 0ms, opacity 200ms 0ms;
  }
  .header.active-mobile .navigation .navbar-right div[data-name=lang] {
    height: unset;
    opacity: 1;
    margin-bottom: 20px;
    transition: height 200ms 0ms, opacity 200ms 0ms;
  }
  .header.active-mobile .navigation .navbar-right div[data-name=lang] a {
    height: unset;
    opacity: 1;
    transition: height 200ms 0ms, opacity 200ms 0ms;
  }
  .header.active-mobile .navigation .navbar-right div[data-name=search] {
    height: 50px;
    opacity: 1;
    transition: height 200ms 0ms, opacity 200ms 0ms;
  }
  .header.active-mobile .navigation .navbar-right div[data-name=search] .search-wrapper {
    height: 100%;
    opacity: 1;
    transition: height 200ms 0ms, opacity 200ms 0ms;
  }
  .header.active-mobile .navigation .navbar-right div[data-name=search] .search-wrapper img {
    height: 28px;
    opacity: 1;
    transition: filter 0.3s, height 200ms 0ms, opacity 200ms 0ms;
  }
  .header.active-mobile .navigation .navbar-right div[data-name=search] .search-wrapper .search-input {
    height: 100%;
    opacity: 1;
    padding: 15px;
    transition: padding 200ms 0ms, height 200ms 0ms, opacity 200ms 0ms;
  }
  .header.active-mobile .navigation .navbar-right div[data-name=newsletter] {
    height: unset;
    opacity: 1;
    margin-bottom: 20px;
    transition: height 200ms 0ms, opacity 200ms 0ms;
  }
  .header.active-mobile .navigation .navbar-right div[data-name=newsletter] div, .header.active-mobile .navigation .navbar-right div[data-name=newsletter] a, .header.active-mobile .navigation .navbar-right div[data-name=newsletter] p, .header.active-mobile .navigation .navbar-right div[data-name=newsletter] img, .header.active-mobile .navigation .navbar-right div[data-name=newsletter] input {
    height: unset;
    opacity: 1;
    transition: height 200ms 0ms, opacity 200ms 0ms;
  }
  .header.active-mobile .navigation .navbar-right div[data-name=newsletter] input.nlEmail {
    padding: 11px;
  }
}
@media (min-width: 992px) {
  .header.design-mode .navbar-left .subnav-content {
    top: 177px;
  }
  .header.design-mode .navbar-right div[data-name=search] .search-form {
    top: 96px;
  }
  .header.design-mode.scrolling .navbar-left .subnav-content {
    top: 116px;
  }
  .header.design-mode.scrolling .navbar-right div[data-name=search] .search-form {
    top: 66px;
  }
}

.sub-header {
  margin-top: 65px;
}
.sub-header div {
  height: 52px;
}
.sub-header div.sub-header-left {
  background-color: #007396;
  overflow: hidden;
  z-index: 2;
}
.sub-header div.sub-header-left .sub-header-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding-left: 195px;
  padding-top: 10px;
  color: #FFF;
  font-size: 1.3125em;
  font-weight: normal;
}
@media (max-width: 769px) {
  .sub-header div.sub-header-left .sub-header-breadcrumb {
    position: relative;
    text-align: center;
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .sub-header div.sub-header-left .sub-header-breadcrumb {
    padding-left: 95px;
  }
}
.sub-header div.sub-header-left .sub-header-breadcrumb a {
  color: #FFF;
}
.sub-header div.sub-header-left .sub-header-breadcrumb a:hover {
  color: #FFF;
}
.sub-header div.sub-header-left .filtre {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 115, 150, 0.7);
  z-index: 5;
}
.sub-header div.sub-header-left video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.sub-header div.sub-header-right {
  padding-right: 2px;
  padding-left: 4px;
  margin-top: -30px;
  z-index: 1;
}
.sub-header div.sub-header-right > div {
  background-color: #FFF;
  overflow: hidden;
}
.sub-header div.sub-header-right > div .filtre {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 131, 153, 0.7);
  z-index: 5;
}
.sub-header div.sub-header-right > div video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

/* General styles for all menus */
/*OLD*/
/*
@media (max-width: $screen-sm-min) {
    #navbar.navbar-collapse{
        text-align: right;
        background-color:$blue-extra-light;
        .navbar-right li{
            display: inline-block;
            padding: em(29px) em(5px) em(0px) em(15px);
        }
    }
}

@media (max-width: 768px){
	.navbar-toggle { display: block; }
	.navbar-nav>li{float:none;}
	.navbar-right{float:none !important;}
}


.player-menu{
    position:relative;
    margin-top: em(80px);
    @media (max-width: $screen-sm-min) {
        margin-top: em(65px);
    }
    .video-container {
        width:100%;
        position:relative;
        @media (max-width: $screen-sm-min) {
            height: 100%;
        }
        @media (min-width: $screen-sm-min) {
            overflow: hidden;
            max-height: 640px;
        }

        video {

	        transition: opacity .15s ease-in-out;
            width: 100%;
            z-index: 1;
            object-fit: cover;
            @media (max-width: $screen-sm-min) {
                height: 100%;
            }
            @media (min-width: $screen-sm-min) {
                max-height: 866px;
            }
            &#mainVideo{

            	//filter: alpha(opacity=0);
	        	//opacity: 0;
	        	//-webkit-transition: opacity .15s ease-in-out;
	        	//-moz-transition: opacity .15s ease-in-out;
	        	//-ms-transition: opacity .15s ease-in-out;
	        	//-o-transition: opacity .15s ease-in-out;

            }
        }
        img{
            z-index: 10;
            position: absolute;
            left: 50%;
            margin-left: -12.5%;
            top: 50%;
            margin-top: -10%;
            width: 25%;
            background-color: $white;
            padding: 15px;
            @media (max-width: $screen-sm-min) {
                width: 34%;
                margin-left: -17%;
                margin-top: -15%;
                padding: 7px;
            }
        }
        .border-white{
            position: absolute;
            top: 0;
            left: 0;
            width: 48%;
            height: 4%;
            background-color: $white;
            @media (max-width: $screen-sm-min) {
                display:none;
            }
            &.left{
                top: 0;
                left: 0;
                width: 3%;
                height: 49%;
            }
            &.bottom{
                bottom: 0;
                right: 0;
                width: 50%;
                height: 6%;
                top: auto;
                left: auto;
            }
            &.top{
                top: 0;
                right: 0;
                width: 2%;
                height: 44%;
                left: auto;
            }
            &.left-left{
                width: 0;
                height:50%;
                bottom: 0;
                left: 0;
                top: auto;
            }
            &.bottom-left{
                width: 50%;
                height: 1%;
                bottom: 0;
                left: 0;
                top: auto;
            }
        }
        .bloc{
            position: absolute;
            width: 50%;
            height: 50%;
            color:$white;
            text-align:center;
            z-index: 2;
            .content{
            	display:none;
            }
            filter: alpha(opacity=0);
        	opacity: 0;
        	-webkit-transition: opacity .6s ease-in-out, background-color 0.4s;
        	-moz-transition: opacity .6s ease-in-out, background-color 0.4s;
        	-ms-transition: opacity .6s ease-in-out, background-color 0.4s;
        	-o-transition: opacity .6s ease-in-out, background-color 0.4s;
        	transition: opacity .6s ease-in-out, background-color 0.4s;
            span.link{
            	background-color:rgba(255,255,255,0.6);
            	color:white;
            	padding:5px 10px;
            }

            @media (max-width: $screen-sm-min) {
                left: 0 !important;
                width: 100% !important;
                height: 25.1% !important;
                text-align:center;
                display:table;
                border-collapse: separate;
                border-spacing: 0px;
            }

            h1{
                font-size: $giant;
                padding-top: 25% !important;
                margin-top: -15px !important;
                @media (max-width: $screen-sm-min) {
                    font-size: $large;
                    padding-top: 0 !important;
                    margin-top: 0 !important;
                    width: 100%;
                    text-align: center;
                    display:table-cell;
                    vertical-align:middle;
                }

            }

            h2{
                color:#fff;
            }

            &.primary{
                top: 4%;
                left: 3%;
                background-color: rgba(0, 177, 169, 0.6);
                @media (max-width: $screen-sm-min) {
                    top: 0 !important;
                }
                &:hover{
                    cursor: pointer;
                    background-color: rgba(168,35,173, 0.7);
                    z-index: 5;
                }
                .content{
	            	padding:30px 50px;
	            	text-align:left;
	            	width: 70%;
	            }
	            .content span.date_home{
	            	font-size:0.5em;
	            }
	            @media (max-width: $screen-lg-min) {
			       .content{
		            	padding:30px 40px;
		            	font-size:14px;
		            }
	            }
            }
            &.secondary{
                bottom: 1%;
                left: 0px;
                background-color: rgba(0, 115, 150, 0.6);
                @media (max-width: $screen-sm-min) {
                    top: 25% !important;
                    bottom: initial !important;
                    h1{
                        vertical-align: middle;
                        padding-bottom: 20px;
                    }
                }
                &:hover{
                    cursor: pointer;
                    background-color: rgba(168,35,173, 0.7);
                    z-index: 5;
                }
                .content{
	            	padding:30px 200px 0px 50px;
	            	text-align:left;
	            	li{
	            		margin-left:20px;
	            	}
	            }
	            @media (max-width: $screen-lg-min) {
			       .content{
		            	padding:30px 130px 0px 50px;
		            	font-size:14px;
		            }
	            }
            }
            &.tertiary{
                right: 2%;
                top: 0px;
                background-color: rgba(0, 115, 150, 0.6);
                @media (max-width: $screen-sm-min) {
                    top: 50% !important;
                    right: initial !important;
                    h1{
                        vertical-align: middle;
                        padding-top: 15px !important;
                    }
                }
                &:hover{
                    cursor: pointer;
                    background-color: rgba(168,35,173, 0.7);
                    z-index: 5;
                }
                .content{
	            	padding:30px 50px 0px 200px;
	            	text-align:right;
	            }

	            @media (max-width: $screen-lg-min) {
			       .content{
		            	padding:30px 50px 0px 130px;
		            	font-size:14px;
		            }
	            }
            }
            &.quaternary{
                right: 0px;
                bottom: 6%;
                background-color: rgba(0, 177, 169, 0.6);
                @media (max-width: $screen-sm-min) {
                    top: 75% !important;
                    right: initial !important;
                    bottom: initial !important;
                }
                &:hover{
                    cursor: pointer;
                    background-color: rgba(168,35,173, 0.7);
                    z-index: 5;
                }
                .content{
	            	padding:30px 50px 0px 200px;
	            	text-align:right;
	            }
	             @media (max-width: $screen-lg-min) {
			       .content{
		            	padding:30px 50px 0px 130px;
		            	font-size:14px;
		            }
	            }
            }
        }

        @media (min-width: $screen-md-min) {
	        a:hover h1{display:none;}
	        a:hover div.content{display:block;}
	        div.aAdmin:hover h1{display:none;}
	        div.aAdmin:hover div.content{display:block;}
        }

    }
}

*/
.header-content {
  min-height: 220px;
  background-color: #f8f8f8;
}
.header-content + .content {
  margin-top: -140px;
}
.header-content.header-communique {
  min-height: 300px;
}
.header-content.header-communique + .content {
  margin-top: -100px;
}
.header-content .container {
  position: relative;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
}
.header-content .header-title {
  color: #007396;
  font-size: 3.125em;
  font-weight: 400;
}
.header-content select {
  bottom: 20px !important;
}
@media (max-width: 769px) {
  .header-content #yearSelected {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .header-content.news-highlighted {
    min-height: 180px;
  }
  .header-content.header-communique {
    min-height: 180px;
  }
  .header-content.header-communique + .content {
    margin-top: 0;
  }
}

.content {
  background-color: white;
}
.content .row > div {
  margin-top: 1.875em;
}
.content h1 {
  font-weight: 400 !important;
  color: #333333;
}
.content .flex.reverse {
  flex-direction: row-reverse;
}
.content .flex.reverse .event-informations {
  left: 0;
  right: 0;
}
@media (max-width: 769px) {
  .content .flex.reverse {
    flex-direction: row;
  }
  .content .flex.reverse .event-informations {
    left: -90px;
    right: auto;
  }
}
@media (min-width: 769px) {
  .content .flex {
    display: flex;
  }
  .content .flex .col-left.logo-bottom:after {
    background-image: url("../img/svg/fgpf_logo_ge_grey.svg");
    background-size: 3.125em 3.125em;
    width: 3.125em;
    height: 3.125em;
    content: "";
    display: block;
    bottom: 2.0625em;
    right: 0.9375em;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .content .flex .col-left.logo-bottom:after {
    position: absolute;
  }
}
@media (min-width: 769px) {
  .content .flex .col-left.logo-bottom {
    padding-bottom: 5.625em;
  }
}
@media (min-width: 769px) {
  .content .flex .col-left .griffe {
    background-image: url("../img/svg/fgpf_logo_ge_grey.svg");
    background-size: 3.125em 3.125em;
    width: 3.125em;
    height: 3.125em;
    content: "";
    display: block;
    bottom: 2.0625em;
    right: 0.9375em;
    float: right;
  }
}
@media (min-width: 769px) {
  .content .flex .col-right.logo-bottom:after {
    background-image: url("../img/svg/fgpf_logo_ge_grey.svg");
    background-size: 3.125em 3.125em;
    width: 3.125em;
    height: 3.125em;
    content: "";
    display: block;
    bottom: 2.0625em;
    right: 0.9375em;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .content .flex .col-right.logo-bottom:after {
    position: absolute;
  }
}
@media (min-width: 769px) {
  .content .flex .col-right.article {
    padding-bottom: 0px;
  }
}
@media (min-width: 769px) {
  .content .flex .col-right.logo-bottom {
    padding-bottom: 90px;
  }
}
@media (min-width: 769px) {
  .content .flex .col-right .griffe {
    background-image: url("../img/svg/fgpf_logo_ge_grey.svg");
    background-size: 3.125em 3.125em;
    width: 3.125em;
    height: 3.125em;
    content: "";
    display: block;
    bottom: 2.0625em;
    right: 0.9375em;
  }
}
.content .no-margin-top {
  margin-top: 0 !important;
}
.content .no-margin-top > div {
  padding-top: 0 !important;
}
.content .no-padding-top {
  padding-top: 0 !important;
}
.content .no-padding-top h1 {
  margin-top: 0 !important;
}
.content .padding-top-h1 {
  padding-top: 3.125em !important;
}
.content .category {
  display: block;
  color: #007396;
  font-size: 14px;
  text-transform: uppercase;
}
.content .category-description {
  display: block;
  color: #a823ad;
  padding: 0.625em 0;
  font-weight: 300;
}
.content .col-right {
  padding-top: 2.5em;
  /* border-left: 1px solid $grey-light; */
}
@media (max-width: 769px) {
  .content .col-right {
    padding: inherit;
    padding-top: 1.5625em;
    padding-right: 0;
    border-left: 0;
  }
}
.content .col-left {
  padding-top: 2.5em;
  padding-right: 2.5em;
  padding-left: 2.5em;
}
@media (min-width: 769px) {
  .content .col-left {
    padding-left: 0;
  }
}
@media (max-width: 769px) {
  .content .col-left, .content .col-right {
    padding-left: 0;
    padding-right: 0;
  }
}
.content .col-left ul, .content .col-right ul {
  padding: 0em 0;
  list-style: none;
  font-weight: 300;
  margin-bottom: 20px;
}
.content .col-left ul li, .content .col-right ul li {
  padding-top: 0.3125em;
  padding-left: 1.875em;
}
.content .col-left ul li:before, .content .col-right ul li:before {
  content: url("../img/small_arrow_list.png");
  margin-left: -1.875em;
  margin-right: 0.75em;
}
@media (min-width: 769px) {
  .content .col-left.img, .content .col-left.iframe, .content .col-right.img, .content .col-right.iframe {
    padding: 2.1875em 0;
  }
}
@media (max-width: 769px) {
  .content .col-left.img, .content .col-left.iframe, .content .col-right.img, .content .col-right.iframe {
    text-align: center;
  }
  .content .col-left.img img, .content .col-left.iframe img, .content .col-right.img img, .content .col-right.iframe img {
    display: initial;
  }
}
@media (max-width: 769px) {
  .content .col-left.text-right, .content .col-right.text-right {
    text-align: left !important;
  }
}
.content .text-center ul {
  padding: 0.9375em 0;
}
.content .text-center ul li {
  padding-top: 0.625em;
  padding-left: 1.875em;
}
.content .text-center ul li:before {
  content: url("../img/arrow_list.png");
  margin-left: -1.875em;
  margin-right: 0.75em;
}
.content .endofarticle {
  text-align: left;
}
@media (max-width: 769px) {
  .content .endofarticle {
    text-align: center;
  }
}
.content .endofarticle img {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 25px;
}
.content .endofarticle span {
  display: block;
  color: #a823ad;
  text-align: center;
}
@media (max-width: 769px) {
  .content .endofarticle span {
    text-align: right;
    display: inline-block;
  }
}
.content .stats {
  margin-bottom: 1.875em;
}
.content .number {
  display: block;
  color: #a823ad;
  font-size: 3.75em;
  font-family: "Walkway Condensed SemiBold", sans-serif;
  letter-spacing: 1.6px;
  font-weight: 200;
}
@media (max-width: 769px) {
  .content .number {
    font-size: 6.25em;
  }
}
.content .number-description {
  display: block;
  font-size: 1em;
  line-height: 1.13em;
}
@media (max-width: 769px) {
  .content .number-description {
    font-size: 1.5em;
  }
}
.content .title {
  color: #333333;
  font-weight: 300;
}
@media (max-width: 769px) {
  .content .title {
    font-size: 1.5em;
  }
}
.content .number-bloc {
  display: block;
  color: #a823ad;
  font-size: 1em;
  margin: 3.125em 0;
  line-height: 1;
}
@media (max-width: 769px) {
  .content .number-bloc {
    font-size: 1.5em;
  }
}
.content .number-bloc-big {
  display: block;
  color: #666666;
  font-size: 1.3125em;
  margin: 3.125em 0;
  line-height: 1;
}
@media (max-width: 769px) {
  .content .number-bloc-big {
    font-size: 1.5em;
  }
}
.content .show-more {
  color: #007396;
  font-size: 0.875em;
  font-weight: 300;
  margin-top: 1.5625em;
}
.content .show-more a {
  border-top: 1px solid #ccc;
  padding-top: 0.125em;
}
.content .show-more a.sens-right {
  padding-right: 3.125em;
}
.content .show-more a.sens-right .glyphicon {
  margin-right: 10px;
}
.content .show-more a.sens-left {
  padding-left: 3.125em;
}
.content .show-more a.sens-left .glyphicon {
  margin-left: 10px;
}
@media (max-width: 769px) {
  .content .show-more {
    font-size: 1.3125em;
  }
}
.content .show-more .glyphicon {
  background-color: #007396;
  color: #FFF;
  padding: 0.1875em;
}
.content .show-more-btn {
  /*
  transition: background-color 0.5s ease;
  background-color:$turquoise;
  color: #fff;
  */
  display: inline-block;
  width: auto;
  font-size: 1em;
  font-weight: 300;
  margin-top: 0.9375em;
  padding: 6px 12px;
  /*
  &:hover{
  	 background-color:$purple;
  }
  */
}
@media (max-width: 769px) {
  .content .show-more-btn {
    font-size: 1.3125em;
  }
}
.content .show-more-btn .glyphicon {
  display: none;
  color: #FFF;
  padding: 0em;
  padding-left: 0.75em;
  top: 3px;
}
.content .show-more-btn-simple a {
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  font-size: 0.875em;
  line-height: 1.2;
  font-weight: 700;
  padding: 19px 60px;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #a823ad;
  margin-bottom: 26px;
  text-align: center;
  background: #a823ad;
  border-radius: 0;
  box-shadow: none;
}
.content .show-more-btn-simple a:hover {
  background: white;
  color: #a823ad;
}
.content .show-more-btn-simple.border a {
  background: white;
  color: #a823ad;
}
.content .show-more-btn-simple.border a:hover {
  background: purple;
  color: white;
}
@media (max-width: 767px) {
  .content .show-more-btn-simple a {
    display: block;
    /* margin-bottom: 10px; */
  }
}
.content .complement {
  width: 100%;
  padding: 0.9375em;
  padding-bottom: 0;
  text-align: left;
  /*@include make-columns(44%, 2, 3%);*/
}
@media (max-width: 769px) {
  .content .complement {
    /*@include make-columns(100%, 1, 3%);*/
    padding: 0.9375em 0;
  }
}
.content .little-quote {
  display: block;
  color: #007396;
  padding: 0.9375em 0;
  font-weight: 300;
}
.content .big-quote {
  color: #666666;
  font-size: 1.3125em;
  padding: 80px 20px;
  padding-bottom: 0;
  font-weight: 300;
}
.content .big-quote:before {
  background-image: url("../img/svg/guimet_debut.svg");
  background-size: 3.125em 3.125em;
  width: 3.125em;
  height: 3.125em;
  content: "";
  display: block;
  top: 0;
  left: 20px;
  position: absolute;
}
.content .big-quote:after {
  background-image: url("../img/svg/guimet_fin.svg");
  background-size: 3.125em 3.125em;
  width: 3.125em;
  height: 3.125em;
  content: "";
  margin-top: 0.9375em;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position-x: 100%;
}
.content .big-quote .hilight {
  display: block;
  margin: 20px 0;
  color: #007396;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.75em;
  font-weight: 400;
}
.content .citation {
  padding: 50px 90px;
  text-align: justify;
}
.content .citation:before {
  background-image: url("../img/svg/guimet_debut.svg");
  background-size: 3.125em 3.125em;
  width: 3.125em;
  height: 3.125em;
  content: "";
  display: block;
  top: 1.875em;
  left: 1.5625em;
  position: absolute;
}
.content .citation:after {
  background-image: url("../img/svg/guimet_fin.svg");
  background-size: 3.125em 3.125em;
  height: 3.125em;
  content: "";
  display: block;
  width: 3.125em;
  background-repeat: no-repeat;
  background-position-x: 100%;
  position: absolute;
  right: 1.5625em;
  bottom: 6.875em;
}
.content .citation .author {
  display: block;
  font-weight: 300;
  color: #000;
  font-size: 1.3125em;
  text-align: right;
  margin-top: 1.875em;
}
.content .citation .author .job {
  font-weight: 200;
  display: block;
  color: #666666;
}
.content .date {
  display: inline-block;
}
.content .article .col-left {
  padding-bottom: 8.75em;
}
@media (max-width: 769px) {
  .content .article .col-left {
    padding-bottom: 15px;
  }
}
.content .article .author {
  font-weight: 300;
  color: #000;
  font-size: 1.3125em;
  text-align: right;
  right: 15px;
  bottom: 41px;
}
.content .article .author span {
  display: block;
}
@media (min-width: 769px) {
  .content .article .author {
    position: absolute;
  }
}
.content .article .author .job {
  font-weight: 200;
  color: #666666;
  font-size: 0.875em;
}
.content .article .author .social a {
  display: inline-block;
  margin-left: 8px;
}
.content .share-box {
  float: right;
  color: #FFF;
  font-size: 13px;
  padding-top: 2px;
  margin-right: 0px !important;
}
.content .share-box em {
  color: #FFF;
  font-style: normal;
  margin-right: 65px;
}
.content .share-box ul {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-bottom: 0px;
}
.content .share-box ul li {
  float: left;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  list-style: none;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #FFF;
  border-radius: 3px;
  padding: 0em;
}
.content .share-box ul li:hover {
  border-color: #a823ad;
}
.content .share-box ul li:hover a {
  color: #a823ad !important;
}
.content .share-box ul li a {
  transition: color 0.3s ease-in-out;
  color: #FFF;
}
.content .share-box ul li a i {
  margin-top: 3px;
  margin-left: 1px;
  display: block;
}
.content .share-box ul li::before {
  content: "";
  margin: 0px;
}
.content .events {
  padding: 0;
}
.content .events .col-left {
  padding-top: 122px !important;
  padding-right: 0;
}
.content .events .col-left.no-padding-top {
  padding-top: 0 !important;
}
.content .events .col-left.no-padding-bottom {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .content .events .col-left {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}
.content .events.event {
  margin-bottom: 30px;
}
.content .events.event .col-left {
  display: block;
  padding-top: 103px !important;
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .content .events.event .col-left {
    display: none;
  }
}
.content .events.event .img-mobile {
  display: none;
}
@media (max-width: 767px) {
  .content .events.event .img-mobile {
    display: block;
  }
}
.content .events.event .event-informations {
  padding: 40px 40px 14px 40px;
}
@media (max-width: 992px) {
  .content .events.event {
    margin-top: 0;
  }
}
.content .events .date {
  margin-bottom: 26px;
}
.content .events .event-informations {
  position: relative;
  left: -90px;
  width: calc(100% + 90px);
  background-color: #FFF;
  padding: 60px 60px 30px 60px;
}
.content .events .event-informations .event-details {
  color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
}
.content .events .event-informations .event-details .event-title {
  font-size: 4.375em;
  line-height: 1.14;
  font-family: "Walkway Condensed SemiBold", sans-serif;
  font-weight: 400;
  letter-spacing: 1.6px;
  padding: 0;
  color: #007396;
  margin-bottom: 26px;
}
.content .events .event-informations .event-details .event-title a {
  color: #007396;
}
@media (max-width: 769px) {
  .content .events .event-informations .event-details .event-title {
    font-size: 28px;
    top: 10px;
  }
}
.content .events .event-informations .event-details h1 {
  color: #007396;
  font-size: 60px;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 769px) {
  .content .events .event-informations .event-details h1 {
    font-size: 28px;
    top: 10px;
  }
}
.content .events .event-informations .event-details .article-presentation {
  font-weight: 300;
  color: #000;
  margin-bottom: 26px;
}
.content .events .event-informations .event-details .article-presentation .article-title {
  margin-bottom: 10px;
  font-size: 1.75em;
  font-weight: 400 !important;
  letter-spacing: 1.6px;
  line-height: 1.25;
  font-family: "Walkway Condensed SemiBold", sans-serif;
  letter-spacing: 1.6px;
  font-weight: 200;
  color: #007396;
}
.content .events .event-informations .event-details .bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  background-color: rgba(5, 177, 169, 0.8);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  padding: 0 15px;
  letter-spacing: 1px;
  line-height: initial;
}
.content .events .event-informations .event-details .bottom-bar span {
  display: inline-block;
  margin-right: 10px;
  padding-left: 20px;
  margin-top: 10px;
  position: relative;
  line-height: initial;
}
.content .events .event-informations .event-details .bottom-bar .event-date:before {
  background-image: url(../img/svg/picto_agenda_white.svg);
  background-size: 15px;
  height: 16px;
  content: "";
  display: block;
  width: 16px;
  background-repeat: no-repeat;
  background-position-x: 100%;
  position: absolute;
  left: 0;
  top: 4px;
}
.content .events .event-informations .event-details .bottom-bar .event-hours:before {
  background-image: url(../img/svg/picto_hours_white.svg);
  background-size: 16px;
  height: 16px;
  content: "";
  display: block;
  width: 16px;
  background-repeat: no-repeat;
  background-position-x: 100%;
  position: absolute;
  left: 0;
  top: 4px;
}
@media (max-width: 769px) {
  .content .events .event-informations .event-details .bottom-bar .event-place {
    display: none;
  }
}
.content .events .event-informations .event-details .bottom-bar .event-place {
  padding-left: 0px;
}
.content .events .event-informations .event-details .bottom-bar .event-place:before {
  /*background-image: url(../img/svg/picto_bulle_white.svg);
  background-size: 16px;
  height: 16px;
  content: '';
  display: block;
  width: 16px;
  background-repeat: no-repeat;
  background-position-x: 100%;
  position: absolute;
  left: 0;
  top: 4px;*/
}
@media (max-width: 769px) {
  .content .events .event-informations .event-details .bottom-bar .event-more {
    display: none;
  }
}
.content .events .event-informations .event-details .bottom-bar .event-more {
  float: right;
  margin: 5px 0;
  padding: 6px;
  height: 30px;
}
.content .events .event-informations .event-details .bottom-bar .event-more img {
  width: 18px;
  height: 18px;
}
.content .events .event-informations .event-details .event-where-when {
  display: flex;
  margin-bottom: 34px;
  padding-top: 8px;
}
.content .events .event-informations .event-details .event-where-when > div {
  flex: 0 0 50%;
}
.content .events .event-informations .event-details .event-where-when .title {
  font-size: 1.125em;
  font-weight: 600;
  color: #a823ad;
  margin-bottom: 6px;
  padding-left: 4px;
}
.content .events .event-informations .event-details .event-where-when .title img {
  margin-right: 4px;
}
.content .events .event-informations .event-details .event-where-when .infos {
  font-size: 0.875em;
  line-height: 1.5;
  font-weight: 300;
  color: black;
}
.content .events .event-informations .event-details .event-where-when .infos strong {
  font-weight: 600;
}
.content .events .event-informations .event-details .event-where-when .infos p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .content .events .event-informations .event-details .event-where-when {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .content .events .event-informations .event-details .event-where-when > div {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .content .events .event-informations {
    padding: 30px !important;
  }
}
@media (max-width: 767px) {
  .content .events .event-informations {
    left: 0 !important;
    width: auto;
    padding: 0 !important;
    margin-bottom: 25px;
  }
}
@media (max-width: 769px) {
  .content .events .event-informations .event-details .event-title {
    font-size: 3.625em;
    line-height: 1;
  }
}
.content .details-programme .content-details-programme {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 769px) {
  .content .details-programme .content-details-programme {
    padding-left: 0;
    padding-right: 0;
  }
}
.content .details-programme .content-details-programme > div {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 769px) {
  .content .details-programme .content-details-programme > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.content .details-programme .content-details-programme h3 {
  color: #666666;
}
.content .details-programme .content-details-programme h3 a {
  color: #a823ad;
}
.content .details-programme .content-details-programme h3 a:hover {
  color: #a823ad;
}
@media (max-width: 769px) {
  .content .details-programme .col-xs-9.col-right.text-left {
    padding-left: 10px !important;
  }
}
.content .details-programme .subheader-details-programme {
  padding-top: 0;
  font-size: 1.75em;
  text-align: right;
  color: #666666;
  font-family: "Source Sans Pro", sans-serif;
}
.content .details-programme .horaire {
  font-size: 1.5em;
  color: #007396;
  line-height: 0;
  font-weight: 400;
}
.content .details-programme .title {
  display: block;
  line-height: 1.8;
  font-size: 1.3125em;
  color: #007396;
}
.content .details-programme .sub-title {
  display: block;
  line-height: 1.8;
  font-size: 1.3125em;
  color: #a823ad;
  padding-top: 10px;
}
.content .details-programme .galerie-details-programme {
  width: 100%;
}
.content .details-programme .galerie-details-programme > div {
  display: inline-table;
  width: 33%;
  padding: 20px;
  font-size: 0.875em;
}
.content .details-programme .galerie-details-programme > div img {
  max-width: 100%;
  margin-bottom: 25px;
  overflow: hidden;
}
.content .details-programme .galerie-details-programme > div .name {
  display: block;
  font-weight: 400;
  color: #333333;
  font-size: 1em;
}
.content .communique.padding-bottom {
  padding-bottom: 70px;
}
.content .communique .col-left {
  padding-left: 0;
  padding-right: 60px;
}
.content .communique .col-right {
  padding-left: 0;
  padding-right: 0;
}
.content .communique .header-communique {
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  padding-left: 0;
}
@media (min-width: 769px) {
  .content .communique .header-communique {
    padding-right: 260px;
  }
}
.content .communique .header-communique h2 {
  display: none;
}
.content .communique .content-communique {
  font-weight: 300;
  padding: 40px;
}
@media (max-width: 769px) {
  .content .communique .content-communique {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 769px) {
  .content .communique .content-communique > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.content .communique .content-communique .entry {
  border-bottom: 1px solid #ccc;
  padding: 0;
}
.content .communique .content-communique .entry:last-child {
  border: 0;
  margin-bottom: 0;
}
.content .communique .content-communique .entry:last-child .show-more-btn a {
  margin-bottom: 0;
}
.content .communique .content-communique .month-block {
  padding-top: 90px;
}
@media (min-width: 769px) {
  .content .communique .content-communique .month-block {
    padding-top: 145px;
  }
}
.content .communique .content-communique h3 {
  color: #007396;
  font-size: 1.75em;
  line-height: 1.25;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
}
.content .communique .content-communique h3 a {
  color: #007396;
}
.content .communique .content-communique h3 a:hover {
  color: #007396;
}
.content .communique .content-communique .article-presentation {
  margin-bottom: 20px;
}
.content .communique .content-communique .tag {
  margin-bottom: 20px;
}
.content .communique .content-communique .date {
  color: #666666;
  margin-bottom: 20px;
}
.content .communique .content-communique .show-more-btn a {
  color: #a823ad;
  background-color: white;
  margin-bottom: 40px;
}
.content .communique .content-communique .show-more-btn a:hover {
  color: white;
  background-color: #a823ad;
}
@media (max-width: 769px) {
  .content .communique .col-xs-9.col-right.text-left {
    padding-left: 10px !important;
  }
}
.content .communique .subheader-communique {
  padding-top: 0;
  font-size: 2.25em;
  text-align: right;
  color: #a823ad;
  font-family: "Walkway Condensed SemiBold", sans-serif;
  letter-spacing: 1.6px;
  font-weight: 200;
}
.content .communique .more-details-event {
  display: block;
  margin-top: -10px;
}
.content .communique .more-details-event span {
  display: inline-block;
  margin-right: 10px;
  padding-left: 20px;
  margin-top: 10px;
  color: #007396;
  position: relative;
}
.content .communique .more-details-event .event-date:before {
  background-image: url(../img/svg/picto_agenda.svg);
  background-size: 15px;
  height: 16px;
  content: "";
  display: block;
  width: 16px;
  background-repeat: no-repeat;
  background-position-x: 100%;
  position: absolute;
  left: 0;
  top: 4px;
}
.content .communique .more-details-event .event-hours:before {
  background-image: url(../img/svg/picto_hours.svg);
  background-size: 16px;
  height: 16px;
  content: "";
  display: block;
  width: 16px;
  background-repeat: no-repeat;
  background-position-x: 100%;
  position: absolute;
  left: 0;
  top: 4px;
}
@media (max-width: 769px) {
  .content .communique .more-details-event .event-place {
    display: none;
  }
}
.content .communique .more-details-event .event-place:before {
  background-image: url(../img/svg/picto_bulle.svg);
  background-size: 16px;
  height: 16px;
  content: "";
  display: block;
  width: 16px;
  background-repeat: no-repeat;
  background-position-x: 100%;
  position: absolute;
  left: 0;
  top: 4px;
}
.content .communique .more-details-event .event-more {
  float: right;
  margin: 5px 0;
}
.content .communique .separator-scroll-up {
  margin: 20px 0;
}
@media (max-width: 769px) {
  .content .communique .separator-scroll-up {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.content .communique .separator-scroll-up > div span {
  color: #FFF;
  background-color: #a823ad;
  padding: 3px 3px 0px 2px;
}
@media (max-width: 992px) {
  .content .communique .content-communique {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content .communique .content-communique .col-left {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .content .communique .content-communique .col-left {
    padding-right: 0;
  }
}
.content .intro-agenda {
  font-size: 1.125em;
  line-height: 1.5;
  color: black;
  font-weight: 300;
  padding: 36px 30px 0 30px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.content .intro-agenda .icon-guillemet {
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .content .intro-agenda {
    display: block;
    margin-bottom: 80px;
  }
}
.content .agenda .header-agenda {
  margin-top: 0;
}
.content .agenda .header-agenda .title-agenda {
  height: 184px;
  display: flex;
  align-items: center;
  padding-right: 114px;
  justify-content: end;
}
.content .agenda .header-agenda .title-agenda .title {
  font-size: 3.125em;
  line-height: 1;
  color: #007396;
  text-align: right;
}
.content .agenda .header-agenda .filters-agenda {
  height: 184px;
  display: flex;
  align-items: center;
  background-color: #F7F7F7;
  padding: 0 30px;
}
.content .agenda .header-agenda .filters-agenda select {
  margin-right: 17px;
  margin: 10px;
}
.content .agenda .sidebar-agenda {
  font-size: 1.125em;
  line-height: 1.4;
  text-align: right;
  padding-right: 114px;
}
.content .agenda .content-agenda .add-event {
  padding: 45px 30px;
}
.content .agenda .content-agenda .add-event a {
  display: flex;
  place-items: center;
  color: #a823ad;
  font-weight: 400;
  text-decoration: none;
  font-size: 2.875em;
  font-family: "Walkway Condensed SemiBold", sans-serif;
  letter-spacing: 2px;
}
.content .agenda .content-agenda .add-event a span {
  line-height: 1;
  padding-left: 16px;
  vertical-align: middle;
}
.content .agenda .events {
  padding: 0 15px;
}
.content .agenda .events .event-informations {
  padding: 20px 28px 0 28px;
  border-bottom: 1px solid #CCCCCC;
  left: 0;
  width: auto;
}
.content .agenda .events .event-informations .event-details .event-where-when {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .content .agenda .sidebar-agenda, .content .agenda .title-agenda {
    padding-right: 15px !important;
  }
}
@media (max-width: 767px) {
  .content .agenda .header-agenda .title-agenda {
    height: auto;
    justify-content: start;
    padding-right: 0 !important;
  }
  .content .agenda .header-agenda .title-agenda .title {
    text-align: center;
  }
  .content .agenda .header-agenda .filters-agenda {
    display: block;
    padding: 40px 20px 60px 20px;
    height: auto;
  }
  .content .agenda .header-agenda .filters-agenda select {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .content .agenda .sidebar-agenda {
    padding-right: 15px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .content .agenda .content-agenda .add-event {
    padding: 30px 0;
  }
  .content .agenda .content-agenda .add-event span {
    font-size: 35px;
  }
  .content .agenda .events .event-informations .event-details .event-where-when {
    margin-bottom: 0;
  }
  .content .agenda .events .event-informations .event-details .show-more-btn-simple {
    margin-bottom: 35px;
  }
}
.content .plan-access img {
  max-width: 7.5em;
  max-height: 5.9375em;
}
@media (min-width: 769px) {
  .content .onglets {
    padding-left: 40px;
    padding-right: 30px;
  }
}
.content .onglets h2 {
  display: inline-block;
  border-right: 1px solid #efefef;
  padding: 0 25px;
  margin-bottom: 25px;
  color: #333333;
  cursor: pointer;
}
.content .onglets h2.inactive {
  color: #efefef;
  pointer-events: none;
  cursor: default;
}
.content .onglets h2:last-of-type {
  border-right: 0;
  padding-right: 0;
}
.content .onglets h2:first-of-type {
  padding-left: 0;
}
.content .onglets h2.clicked {
  color: #a823ad;
}
.content .onglets h2:hover {
  color: #a823ad;
}
.content .onglets > div, .content .onglets fieldset > div {
  display: none;
}
.content .onglets > div:first-of-type, .content .onglets fieldset > div:first-of-type {
  display: block;
}
.content .stats-charts .number-bloc-big {
  margin: 32px 0;
}
.content .stats-charts .div-chart {
  width: 90%;
}
.content .stats-charts .div-chart #chart-area {
  width: 100%;
}
.content .stats-charts .listStats {
  width: 100%;
  font-size: 1.3125em;
}
.content .stats-charts .listStats tr td:first-of-type {
  text-align: left;
}
.content .stats-charts .listStats tr td:last-of-type {
  text-align: right;
  color: #007396;
  font-weight: 400;
}
.content .stats-charts .legend-charts {
  margin: 15px 30px;
}
.content .stats-charts div.color {
  height: 16px;
  width: 16px;
  margin-right: 5px;
  margin-bottom: -3px;
  display: inline-block;
}
.content .figures span.number,
.content .figures span.number span.counter {
  font-family: "Walkway Condensed SemiBold", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 53px;
  letter-spacing: 2px;
  color: #a823ad;
}
.content .figures span.number-description,
.content .figures span.number-description div,
.content .figures span.number-description div p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #000;
}
.content .figures span.title,
.content .figures span.title div,
.content .figures span.title div p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 3px;
  color: #4F4F4F;
}
@media (max-width: 769px) {
  .content .figures span.title,
.content .figures span.title div,
.content .figures span.title div p {
    margin-top: 1em;
  }
}
.content .figures span.figures-content,
.content .figures span.figures-content h2 {
  font-family: "Walkway Condensed SemiBold", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 53px;
  letter-spacing: 2px;
  color: #007396;
}
.content .figures span.subtitle,
.content .figures span.subtitle h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #000;
}
.content .figures img.stats-icon {
  height: 60px;
}
.content .figures div.show-more-btn {
  margin-top: 80px;
  background: #FFF;
  height: 60px;
}
@media (max-width: 769px) {
  .content .figures div.show-more-btn {
    border: 1px solid #a823ad;
    width: 100%;
  }
}
.content .figures div.show-more-btn a {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a823ad;
  height: 20px;
  margin-top: 20px;
}
.content .figures div.figures-values {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 90px;
}
@media (max-width: 769px) {
  .content .figures div.figures-values {
    background-color: #F7F7F7;
  }
}
.content .article-bloc iframe {
  max-width: 100%;
}
@media (min-width: 769px) {
  .content .article-bloc .flex {
    display: flex;
  }
  .content .article-bloc .flex .article-head .griffe {
    background-image: url("../img/svg/fgpf_logo_ge_grey.svg");
    background-size: 3.125em 3.125em;
    width: 3.125em;
    height: 3.125em;
    content: "";
    display: block;
    bottom: 2.0625em;
    right: 0.9375em;
    float: right;
  }
  .content .article-bloc .flex .article-primary {
    padding-bottom: 0;
  }
  .content .article-bloc .flex .article-primary .griffe {
    background-image: url("../img/svg/fgpf_logo_ge_grey.svg");
    background-size: 3.125em 3.125em;
    width: 3.125em;
    height: 3.125em;
    content: "";
    display: block;
    bottom: 2.0625em;
    right: 0.9375em;
  }
}
.content .article-bloc .article-head > .row,
.content .article-bloc .article-head .article-head-wrapper {
  margin: 0;
  padding: 0;
}
.content .article-bloc .article-head .article-image-mobile {
  padding: 0;
  display: block;
}
@media (min-width: 769px) {
  .content .article-bloc .article-head .article-image-mobile {
    display: none;
  }
}
@media (max-width: 769px) {
  .content .article-bloc .article-head {
    text-align: left;
  }
}
@media (min-width: 769px) {
  .content .article-bloc .article-head {
    padding: 0;
    text-align: right;
  }
}
@media (min-width: 769px) {
  .content .article-bloc .article-head .article-title,
.content .article-bloc .article-head .article-subtitle {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.content .article-bloc .article-head .article-title,
.content .article-bloc .article-head .article-title h1,
.content .article-bloc .article-head .article-title h2 {
  margin: 0;
  font-family: "Walkway Condensed SemiBold", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: 2px;
  color: #007396;
}
.content .article-bloc .article-head .article-subtitle,
.content .article-bloc .article-head .article-subtitle h3 {
  margin: 60px 0 0;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #000;
}
@media (min-width: 769px) {
  .content .article-bloc .article-primary {
    padding-left: 8.3%;
    padding-right: 8.3%;
    padding-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .content .article-bloc .article-primary {
    margin-left: 130px;
    padding-left: 0;
    padding-right: 0;
    width: 640px;
    padding-bottom: 40px;
  }
}
.content .article-bloc .article-primary > .row {
  margin: 0;
}
.content .article-bloc .article-primary .article-image {
  padding: 0;
  display: none;
}
@media (min-width: 769px) {
  .content .article-bloc .article-primary .article-image {
    display: block;
  }
}
.content .article-bloc .article-primary .article-main-content {
  padding: 0;
}
@media (min-width: 1440px) {
  .content .article-bloc .article-primary .article-main-content {
    margin-top: 40px;
  }
}
.content .article-bloc .article-primary .article-main-content .article-content,
.content .article-bloc .article-primary .article-main-content .article-content div,
.content .article-bloc .article-primary .article-main-content .article-content div p {
  padding: 0;
  background-color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.714286px;
  color: #000;
}
.content .article-bloc .article-head,
.content .article-bloc .article-primary {
  margin-top: 0;
}
.content .article-bloc .article-head ul,
.content .article-bloc .article-primary ul {
  padding: 0em 0;
  list-style: none;
  font-weight: 300;
  margin-bottom: 20px;
  position: relative;
}
.content .article-bloc .article-head ul li,
.content .article-bloc .article-primary ul li {
  position: relative;
  padding-top: 0.3125em;
  padding-left: 1.875em;
}
.content .article-bloc .article-head ul li:before,
.content .article-bloc .article-primary ul li:before {
  position: absolute;
  display: flex;
  height: 100%;
  content: url("../img/icons/nextLinks.svg");
  filter: invert(20%) sepia(73%) saturate(2917%) hue-rotate(283deg) brightness(96%) contrast(97%);
  margin-left: -1.875em;
  margin-right: 0.75em;
}
.content .article-bloc .article-head .article-content ul li:before,
.content .article-bloc .article-primary .article-content ul li:before {
  align-items: center;
  align-content: center;
}
.content .article-bloc .show-more-btn-wrapper {
  width: 100%;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.content .article-bloc .show-more-btn {
  float: right;
  /*
  background: $white;
  */
  height: 60px;
}
@media (max-width: 769px) {
  .content .article-bloc .show-more-btn {
    border: 1px solid #a823ad;
    width: 100%;
  }
}
.content .article-bloc .show-more-btn a {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a823ad;
  height: 20px;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .content .article-bloc .columns-2,
.content .article-bloc .columns-2 div {
    columns: 2;
  }
}
@media (min-width: 769px) {
  .content .content-bloc {
    margin: 100px 0 0;
  }
  .content .content-bloc.large-margin-top {
    margin-top: 180px;
  }
  .content .content-bloc .vertical-message-parent,
.content .content-bloc .content-secondary-img {
    margin-top: 0;
  }
}
.content .content-bloc iframe {
  max-width: 100%;
}
@media (min-width: 769px) {
  .content .content-bloc .content-primary,
.content .content-bloc .content-main-container {
    margin-top: 0;
    padding: 0;
  }
}
@media (min-width: 769px) {
  .content .content-bloc .content-primary .content-title,
.content .content-bloc .content-primary .content-subtitle,
.content .content-bloc .content-primary .content-main-content,
.content .content-bloc .content-main-container .content-title,
.content .content-bloc .content-main-container .content-subtitle,
.content .content-bloc .content-main-container .content-main-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 769px) {
  .content .content-bloc .content-primary .content-main-content,
.content .content-bloc .content-main-container .content-main-content {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
.content .content-bloc .content-primary .content-title,
.content .content-bloc .content-primary .content-title h1,
.content .content-bloc .content-primary .content-title h2,
.content .content-bloc .content-main-container .content-title,
.content .content-bloc .content-main-container .content-title h1,
.content .content-bloc .content-main-container .content-title h2 {
  font-family: "Walkway Condensed SemiBold", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 53px;
  letter-spacing: 2px;
  color: #007396;
}
@media (min-width: 769px) {
  .content .content-bloc .content-primary .content-title,
.content .content-bloc .content-primary .content-title h1,
.content .content-bloc .content-primary .content-title h2,
.content .content-bloc .content-main-container .content-title,
.content .content-bloc .content-main-container .content-title h1,
.content .content-bloc .content-main-container .content-title h2 {
    margin: 80px 0 0;
  }
}
.content .content-bloc .content-primary .content-subtitle,
.content .content-bloc .content-primary .content-subtitle h3,
.content .content-bloc .content-main-container .content-subtitle,
.content .content-bloc .content-main-container .content-subtitle h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #000;
}
@media (min-width: 769px) {
  .content .content-bloc .content-primary .content-subtitle,
.content .content-bloc .content-primary .content-subtitle h3,
.content .content-bloc .content-main-container .content-subtitle,
.content .content-bloc .content-main-container .content-subtitle h3 {
    margin: 40px 0 20px 0;
  }
}
.content .content-bloc .content-primary .content-main-content,
.content .content-bloc .content-primary .content-main-content div,
.content .content-bloc .content-primary .content-main-content div p,
.content .content-bloc .content-main-container .content-main-content,
.content .content-bloc .content-main-container .content-main-content div,
.content .content-bloc .content-main-container .content-main-content div p {
  background-color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.714286px;
  color: #000;
}
@media (min-width: 769px) {
  .content .content-bloc .content-primary .content-main-content,
.content .content-bloc .content-primary .content-main-content div,
.content .content-bloc .content-primary .content-main-content div p,
.content .content-bloc .content-main-container .content-main-content,
.content .content-bloc .content-main-container .content-main-content div,
.content .content-bloc .content-main-container .content-main-content div p {
    margin: 0;
  }
}
@media (min-width: 769px) {
  .content .content-bloc.content-left-small .content-main-container .content-main-content, .content .content-bloc.content-right-small .content-main-container .content-main-content {
    position: relative;
  }
  .content .content-bloc.content-left-small .content-main-container .content-main-content:before, .content .content-bloc.content-right-small .content-main-container .content-main-content:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: calc(100% + 50px);
    background-color: #FFF;
    z-index: -1;
  }
}
@media (max-width: 769px) {
  .content .content-bloc.content-left-small .content-main-container .content-main-content, .content .content-bloc.content-right-small .content-main-container .content-main-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 769px) {
  .content .content-bloc.content-left-small .content-main-container.content-secondary-img, .content .content-bloc.content-right-small .content-main-container.content-secondary-img {
    margin: 0;
    display: flex;
    align-items: flex-start;
    max-width: 100%;
  }
  .content .content-bloc.content-left-small .content-main-container.content-secondary-img .background-grey-sec:before, .content .content-bloc.content-right-small .content-main-container.content-secondary-img .background-grey-sec:before {
    bottom: 70px;
  }
}
@media (min-width: 769px) {
  .content .content-bloc.content-left-small .content-main-container .content-main-content {
    position: relative;
  }
  .content .content-bloc.content-left-small .content-main-container .content-main-content:before {
    right: -50px;
  }
}
@media (min-width: 769px) {
  .content .content-bloc.content-right-small .content-main-container .content-main-content {
    position: relative;
  }
  .content .content-bloc.content-right-small .content-main-container .content-main-content:before {
    left: -50px;
  }
}
@media (min-width: 769px) {
  .content .content-bloc.content-left-large .content-secondary.content-secondary-img, .content .content-bloc.content-right-large .content-secondary.content-secondary-img {
    position: relative;
    top: -80px;
    display: flex;
    align-items: flex-start;
    height: 90%;
  }
  .content .content-bloc.content-left-large .content-secondary.content-secondary-img .background-grey-sec, .content .content-bloc.content-right-large .content-secondary.content-secondary-img .background-grey-sec {
    position: absolute;
  }
  .content .content-bloc.content-left-large .content-secondary.content-secondary-img .background-grey-sec:before, .content .content-bloc.content-right-large .content-secondary.content-secondary-img .background-grey-sec:before {
    top: 70px;
  }
}
@media (min-width: 769px) {
  .content .content-bloc.content-left-large.large-title-padding .content-primary .content-title,
.content .content-bloc.content-left-large.large-title-padding .content-primary .content-subtitle {
    padding-right: 25%;
  }
}
@media (min-width: 769px) {
  .content .content-bloc.content-left-large .content-secondary.content-secondary-img .content-image-wrapper {
    position: absolute;
    left: -30%;
    right: 15px;
  }
}
@media (min-width: 769px) {
  .content .content-bloc.content-right-large.large-title-padding .content-primary .content-title,
.content .content-bloc.content-right-large.large-title-padding .content-primary .content-subtitle {
    padding-left: 25%;
  }
}
@media (min-width: 769px) {
  .content .content-bloc.content-right-large .content-secondary.content-secondary-img .content-image-wrapper {
    position: absolute;
    left: 15px;
    right: -30%;
  }
}
@media (min-width: 769px) {
  .content .content-bloc.content-left-small .content-secondary.content-secondary-img .background-grey-sec:before, .content .content-bloc.content-left-large .content-secondary.content-secondary-img .background-grey-sec:before {
    right: 70px;
  }
}
@media (min-width: 769px) {
  .content .content-bloc.content-right-small .content-secondary.content-secondary-img .background-grey-sec:before, .content .content-bloc.content-right-large .content-secondary.content-secondary-img .background-grey-sec:before {
    right: 70px;
  }
}
@media (min-width: 769px) {
  .content .content-bloc .content-secondary.content-secondary-graphe-cluster {
    min-height: 570px;
  }
}
@media (min-width: 992px) {
  .content .content-bloc .content-secondary.content-secondary-graphe-cluster {
    min-height: 650px;
  }
}
.content .content-bloc .show-more-btn-wrapper {
  width: 100%;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.content .content-bloc .show-more-btn {
  float: right;
  /*
  background: $white;
  */
  height: 60px;
}
@media (max-width: 769px) {
  .content .content-bloc .show-more-btn {
    border: 1px solid #a823ad;
    width: 100%;
  }
}
.content .content-bloc .show-more-btn a {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a823ad;
  height: 20px;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .content .content-bloc .columns-2,
.content .content-bloc .columns-2 div {
    columns: 2;
    column-gap: 50px;
  }
}
.content .content-bloc ul {
  padding: 0em 0;
  list-style: none;
  font-weight: 300;
  margin-bottom: 20px;
  position: relative;
}
.content .content-bloc ul li {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 1.875em;
}
.content .content-bloc ul li:before {
  position: absolute;
  display: flex;
  height: 100%;
  content: url("../img/icons/nextLinks.svg");
  filter: invert(20%) sepia(73%) saturate(2917%) hue-rotate(283deg) brightness(96%) contrast(97%);
  margin-left: -1.875em;
  margin-right: 0.75em;
}
.content .vertical-message-parent {
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.content .vertical-message-children {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(calc(50% - 10px), -50%) rotate(-90deg);
  margin: 0;
  height: 18px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #4F4F4F;
  padding-top: 50px;
}
@media (max-width: 769px) {
  .content .vertical-message-children {
    display: none;
  }
}
.content .vertical-align-parent {
  font-size: 0;
}
.content .vertical-align-parent::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: -0.5ch;
}
.content .vertical-align-children {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  width: 100%;
}
@media (min-width: 769px) {
  .content .grey-medium-light-gradient-left-60 {
    background: linear-gradient(to right, #F7F7F7 60%, transparent 0);
  }
}
@media (min-width: 769px) {
  .content .background-grey {
    position: relative;
  }
  .content .background-grey:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #F7F7F7;
    z-index: -1;
  }
}
@media (min-width: 769px) {
  .content .background-grey-sec {
    position: relative;
  }
  .content .background-grey-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 70px;
    bottom: 70px;
    background: #F7F7F7;
    z-index: -1;
  }
}
.content .newsletter-bloc .row.maxwidth {
  width: 100%;
}
.content .newsletter-bloc .content-newsletter .subscribe-newsletter-main .sticky-newsletter-title {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 33px;
  color: #000;
}
.content .newsletter-bloc .content-newsletter .subscribe-newsletter-main .sticky-newsletter-content {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000;
}
.content .newsletter-bloc .content-newsletter .subscribe-newsletter-form .subscribe-newsletter {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #000;
  float: right;
  width: 100%;
}
.content .newsletter-bloc .content-newsletter .subscribe-newsletter-form .subscribe-newsletter b {
  font-weight: 700;
}
.content .newsletter-bloc .content-newsletter .subscribe-newsletter-form .subscribe-newsletter .form-newsletter {
  width: 100%;
  position: relative;
}
.content .newsletter-bloc .content-newsletter .subscribe-newsletter-form .subscribe-newsletter .form-newsletter img {
  filter: invert(0%) sepia(4%) saturate(0%) hue-rotate(309deg) brightness(100%) contrast(107%);
  height: 30px;
  width: 30px;
  position: absolute;
  top: 7px;
  right: 7px;
  transition: filter 0.3s;
}
.content .newsletter-bloc .content-newsletter .subscribe-newsletter-form .subscribe-newsletter .form-newsletter img:hover {
  filter: invert(20%) sepia(73%) saturate(2917%) hue-rotate(283deg) brightness(96%) contrast(97%);
}
.content .newsletter-bloc .content-newsletter .subscribe-newsletter-form .subscribe-newsletter .form-newsletter .nlEmail {
  display: block;
  box-sizing: border-box;
  padding: 11px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: none;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #000;
}
.content .newsletter-bloc .content-newsletter .subscribe-newsletter-form .subscribe-newsletter .form-newsletter .nlEmail:focus {
  outline: none;
}
.content .newsletter-bloc .content-newsletter .subscribe-newsletter-form .subscribe-newsletter .form-newsletter .nlEmail::placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #000;
}
.content .newsletter-bloc .content-newsletter .subscribe-newsletter-form .subscribe-newsletter .form-newsletter .nlEmail:-ms-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #000;
}
.content .newsletter-bloc .content-newsletter .subscribe-newsletter-form .subscribe-newsletter .form-newsletter .nlEmail::-ms-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #000;
}
.content .newsletter-bloc .content-newsletter .subscribe-newsletter-form .subscribe-newsletter .form-newsletter .nlEmail::-webkit-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #000;
}
.content .newsletter-bloc .content-newsletter .subscribe-newsletter-form .subscribe-newsletter .form-newsletter .nlEmail:-moz-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #000;
}
.content .newsletter-bloc .content-newsletter .subscribe-newsletter-form .subscribe-newsletter .form-newsletter .nlEmail::-moz-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #000;
}
.content .newsletter-bloc .content-newsletter .subscribe-newsletter-form .subscribe-newsletter-confirm {
  height: 0;
  width: 100%;
  opacity: 0;
  margin: 0;
  color: #000;
  transition: height 400ms, opacity 300ms;
}
.content .newsletter-bloc .content-newsletter .subscribe-newsletter-form .subscribe-newsletter-confirm.show {
  margin-top: 10px;
  height: auto;
  opacity: 1;
  transition: height 400ms, opacity 300ms;
}
.content .newsletter-bloc .content-newsletter .subscribe-newsletter-form .subscribe-newsletter-error {
  height: 0;
  width: 100%;
  opacity: 0;
  margin: 0;
  color: #000;
  font-weight: bold;
  transition: height 400ms, opacity 300ms;
}
.content .newsletter-bloc .content-newsletter .subscribe-newsletter-form .subscribe-newsletter-error.show {
  margin-top: 10px;
  height: auto;
  opacity: 1;
  transition: height 400ms, opacity 300ms;
}
.content .wrapper-details-news {
  max-width: 860px;
  margin: 0 auto;
}
.content .wrapper-details-news .main-image {
  left: 0;
  width: auto;
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: 1px solid #CCCCCC;
}
.content .wrapper-details-news .main-image .img-responsive {
  margin: 0 auto;
}
.content .wrapper-details-news .date {
  margin-bottom: 16px;
}
.content .wrapper-details-news .news-title {
  font-size: 4.375em;
  line-height: 1.1;
  font-weight: 400;
  color: #007396;
  margin-top: 0;
  margin-bottom: 60px;
}
.content .wrapper-details-news .details-content {
  margin-bottom: 60px;
}
.content .wrapper-details-news .footer-details-news {
  margin-top: 60px;
  padding: 22px 20px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.content .wrapper-details-news .footer-details-news .social span {
  vertical-align: middle;
  margin-right: 22px;
}
.content .wrapper-details-news .footer-details-news .social a {
  display: inline-block;
  margin-right: 24px;
}
.content .wrapper-details-news .footer-details-news .date {
  text-align: right;
  margin-bottom: 0;
  line-height: 25px;
}
.content .wrapper-details-news .tag {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .content .wrapper-details-news {
    padding: 0 20px !important;
  }
  .content .wrapper-details-news .main-image {
    border-bottom: 0;
    margin-bottom: 40px;
  }
  .content .wrapper-details-news .news-title {
    font-size: 3.625em;
    line-height: 1;
    margin-bottom: 44px;
  }
  .content .wrapper-details-news .details-content {
    margin-bottom: 44px;
  }
  .content .wrapper-details-news .footer-details-news {
    margin-top: 39px;
    margin-bottom: 39px;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
  }
  .content .wrapper-details-news .footer-details-news .social {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 11px;
    margin-bottom: 11px;
  }
}
.content.wrapper-details-event .events.event {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .content.wrapper-details-event .events.event .col-left {
    display: block;
    padding-top: 0 !important;
    margin-bottom: 20px;
  }
  .content.wrapper-details-event .events.event .article-title {
    margin-bottom: 25px !important;
  }
}
.content.wrapper-details-event .complement {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 992px) {
  .content.wrapper-details-event .events.event {
    margin-bottom: 0;
  }
  .content.wrapper-details-event .details-content {
    width: 100%;
  }
}
.content.wrapper-details-event .gmap {
  /* padding-top: 40px; */
}
.content .details-content {
  font-weight: 300;
}
.content .details-content h2 {
  font-weight: 400;
  font-size: 1.25em !important;
  line-height: 1.4 !important;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 30px;
}
.content .details-content .medium {
  display: inline-block;
  color: #a823ad;
  margin-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  padding-top: 30px;
}
.content .details-content p {
  margin-bottom: 15px;
  line-height: 1.5;
  font-family: "Source Sans Pro", sans-serif;
}
.content .details-content strong, .content .details-content b {
  font-weight: 600;
}
.content .details-content ul {
  padding-left: 23px;
}
.content .details-content ul li {
  list-style-image: url("../img/icons/li-arrow.svg");
  padding-left: 8px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .content.news-highlighted-content {
    margin-top: 0;
  }
  .content.news-highlighted-content .communique {
    margin-top: -132px;
    padding-bottom: 50px;
  }
}

.wrapper-communiques .year-communique .dateSelected form {
  display: none;
}
.wrapper-communiques .year-communique:first-child .dateSelected form {
  display: block;
}

.header-content-news .container {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 0;
}
.header-content-news .container > * {
  flex: 1 1 50%;
}
.header-content-news .container .dateSelected form {
  text-align: right;
}
.header-content-news .container .dateSelected form #yearSelected {
  position: static;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .header-content-news {
    min-height: 133px !important;
  }
  .header-content-news .container {
    padding-top: 40px;
    flex-wrap: wrap;
  }
  .header-content-news .container > * {
    flex: 1 1 100%;
  }
  .header-content-news .container .dateSelected form {
    text-align: left;
  }
  .header-content-news .container .dateSelected form select {
    margin-top: 0 !important;
  }
}

.wrapper-communiques .year-communique .dateSelected form {
  display: none;
}
.wrapper-communiques .year-communique:first-child .dateSelected form {
  display: block;
}

.header-content-news .container {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 0;
}
.header-content-news .container > * {
  flex: 1 1 50%;
}
.header-content-news .container .dateSelected form {
  text-align: right;
}
.header-content-news .container .dateSelected form #yearSelected {
  position: static;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .header-content-news {
    min-height: 133px !important;
  }
  .header-content-news .container {
    padding-top: 40px;
    flex-wrap: wrap;
  }
  .header-content-news .container > * {
    flex: 1 1 100%;
  }
  .header-content-news .container .dateSelected form {
    text-align: left;
  }
  .header-content-news .container .dateSelected form select {
    margin-top: 0 !important;
  }
}

.wrapper-communiques .year-communique .dateSelected form {
  display: none;
}
.wrapper-communiques .year-communique:first-child .dateSelected form {
  display: block;
}

.header-content-news .container {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 0;
}
.header-content-news .container > * {
  flex: 1 1 50%;
}
.header-content-news .container .dateSelected form {
  text-align: right;
}
.header-content-news .container .dateSelected form #yearSelected {
  position: static;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .header-content-news {
    min-height: 133px !important;
  }
  .header-content-news .container {
    padding-top: 40px;
    flex-wrap: wrap;
  }
  .header-content-news .container > * {
    flex: 1 1 100%;
  }
  .header-content-news .container .dateSelected form {
    text-align: left;
  }
  .header-content-news .container .dateSelected form select {
    margin-top: 0 !important;
  }
}

.wrapper-communiques .year-communique .dateSelected form {
  display: none;
}
.wrapper-communiques .year-communique:first-child .dateSelected form {
  display: block;
}

.header-content-news .container {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 0;
}
.header-content-news .container > * {
  flex: 1 1 50%;
}
.header-content-news .container .dateSelected form {
  text-align: right;
}
.header-content-news .container .dateSelected form #yearSelected {
  position: static;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .header-content-news {
    min-height: 133px !important;
  }
  .header-content-news .container {
    padding-top: 40px;
    flex-wrap: wrap;
  }
  .header-content-news .container > * {
    flex: 1 1 100%;
  }
  .header-content-news .container .dateSelected form {
    text-align: left;
  }
  .header-content-news .container .dateSelected form select {
    margin-top: 0 !important;
  }
}

.wrapper-communiques .year-communique .dateSelected form {
  display: none;
}
.wrapper-communiques .year-communique:first-child .dateSelected form {
  display: block;
}

.header-content-news .container {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 0;
}
.header-content-news .container > * {
  flex: 1 1 50%;
}
.header-content-news .container .dateSelected form {
  text-align: right;
}
.header-content-news .container .dateSelected form #yearSelected {
  position: static;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .header-content-news {
    min-height: 133px !important;
  }
  .header-content-news .container {
    padding-top: 40px;
    flex-wrap: wrap;
  }
  .header-content-news .container > * {
    flex: 1 1 100%;
  }
  .header-content-news .container .dateSelected form {
    text-align: left;
  }
  .header-content-news .container .dateSelected form select {
    margin-top: 0 !important;
  }
}

.dateSelected form {
  position: relative;
}

.filterDateContent form {
  top: 30px;
}

.wrapper-communiques .year-communique .dateSelected form {
  display: none;
}
.wrapper-communiques .year-communique:first-child .dateSelected form {
  display: block;
}

.header-content-news .container {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 0;
}
.header-content-news .container > * {
  flex: 1 1 50%;
}
.header-content-news .container .dateSelected form {
  text-align: right;
}
.header-content-news .container .dateSelected form #yearSelected {
  position: static;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .header-content-news {
    min-height: 133px !important;
  }
  .header-content-news .container {
    padding-top: 40px;
    flex-wrap: wrap;
  }
  .header-content-news .container > * {
    flex: 1 1 100%;
  }
  .header-content-news .container .dateSelected form {
    text-align: left;
  }
  .header-content-news .container .dateSelected form select {
    margin-top: 0 !important;
  }
}

body #customform {
  padding-top: 60px;
}
@media (min-width: 992px) {
  body #customform {
    padding-top: 100px;
  }
}
body #customform select {
  padding: 8px 4px !important;
  background: white !important;
  height: 43px;
  border: 1px solid #eee !important;
}

.wrapper-customform {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.wrapper-customform .customform-bottom-links {
  text-align: center;
}

.footer {
  padding-bottom: 0;
  margin-bottom: -10px;
  margin-top: 3.125em;
  width: 100%;
  background-color: #007396;
}
@media (min-width: 769px) {
  .footer {
    margin-top: 120px;
  }
}
.footer .logo {
  padding-left: 0;
}
.footer .logo .contact ul {
  margin-top: 10px;
}
.footer .logo .contact ul li {
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  list-style: none;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #007396;
  border-radius: 3px;
}
.footer .logo .contact ul li:hover {
  border-color: #a823ad;
}
.footer .logo .contact ul li:hover a {
  color: #a823ad;
}
.footer .logo .contact ul li a {
  transition: color 0.3s ease-in-out;
  color: #007396;
}
.footer .logo .contact ul li a i {
  margin-top: 6px;
  display: block;
}
@media (max-width: 769px) {
  .footer .logo {
    text-align: center;
  }
}
@media (max-width: 769px) {
  .footer .logo .contact {
    display: inline-block;
  }
}
.footer .logo img {
  float: left;
  padding: 0.25em 0;
  margin-right: 2.5em;
  max-width: 8.75em;
}
@media (max-width: 769px) {
  .footer .logo img {
    float: none;
    display: inline-block;
    margin-bottom: 0.9375em;
  }
}
.footer .logo img.social {
  float: none;
  padding: 0;
  margin-right: 0.625em;
  margin-top: 0.75em;
}
.footer .copyright {
  padding-right: 0;
  font-size: 0.875em;
  text-align: right;
}
@media (max-width: 769px) {
  .footer .copyright {
    text-align: center;
  }
}
.footer hr {
  background-color: #007396;
  color: #007396;
  height: 0.125em;
}
.footer .copyright ul, .footer .copyright li {
  display: inline;
}
.footer .copyright li {
  padding-right: 5px;
}
.footer .footer-main {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #007396;
  color: #FFF;
}
@media (max-width: 1440px) {
  .footer .footer-main {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .footer .footer-main {
    width: 1440px;
    margin-left: calc((100% - 1440px) / 2);
  }
}
.footer .footer-main .footer-logo {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .footer .footer-main .footer-logo {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .footer .footer-main .footer-logo {
    width: 16%;
  }
}
@media (max-width: 991px) {
  .footer .footer-main .footer-logo img {
    height: 100px;
    margin: auto;
    margin-bottom: 2em;
  }
}
@media (min-width: 992px) {
  .footer .footer-main .footer-logo img {
    width: 150px;
    margin: auto;
    padding-top: 15px;
  }
}
.footer .footer-main .footer-content {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  .footer .footer-main .footer-content {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .footer .footer-main .footer-content {
    width: 60%;
  }
}
.footer .footer-main .footer-address {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding-left: 15px;
}
.footer .footer-main .footer-address b {
  font-weight: 700;
}
@media (max-width: 991px) {
  .footer .footer-main .footer-address {
    display: none;
  }
}
@media (min-width: 992px) {
  .footer .footer-main .footer-address {
    text-align: left;
  }
}
.footer .footer-main .footer-address-mobile {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.5px;
}
.footer .footer-main .footer-address-mobile b {
  font-weight: 700;
}
@media (max-width: 991px) {
  .footer .footer-main .footer-address-mobile {
    text-align: center;
    margin-bottom: 2em;
  }
}
@media (min-width: 992px) {
  .footer .footer-main .footer-address-mobile {
    display: none;
  }
}
.footer .footer-main .footer-links {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer .footer-main .footer-links a {
  color: #FFF;
}
@media (max-width: 991px) {
  .footer .footer-main .footer-links {
    text-align: center;
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  .footer .footer-main .footer-links {
    text-align: left;
  }
}
@media (min-width: 769px) {
  .footer .footer-main .footer-links .footer-link-text {
    margin-bottom: 1em;
  }
}
.footer .footer-main .footer-links .footer-link-icon-wrapper {
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .footer .footer-main .footer-links .footer-link-icon-wrapper {
    display: flex;
  }
}
@media (min-width: 992px) {
  .footer .footer-main .footer-links .footer-link-icon-wrapper {
    display: inline-flex;
    width: fit-content;
    margin-right: 1em;
  }
}
@media (max-width: 991px) {
  .footer .footer-main .footer-links .footer-link-icon {
    margin: 0 1em 1.5em;
  }
}
@media (min-width: 992px) {
  .footer .footer-main .footer-links .footer-link-icon {
    margin: 0 0.5em 0.5em;
  }
}
.footer .footer-main .footer-links .footer-link-icon .link-icon {
  height: 30px;
  width: 30px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
@media (max-width: 991px) {
  .footer .footer-main .footer-links .footer-link-text {
    text-align: center;
    margin-bottom: 2em;
  }
}
@media (min-width: 992px) {
  .footer .footer-main .footer-links .footer-link-text {
    margin-top: 1em;
    text-align: left;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
  }
}
.footer .footer-main .footer-links .footer-link-text a {
  margin-right: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .footer .footer-main .footer-links .footer-link-text a {
    letter-spacing: 1px;
    margin-left: 1.5%;
  }
}
@media (max-width: 769px) {
  .footer .footer-main .footer-links .footer-link-text a {
    margin-left: 0;
    margin-top: 1em;
    letter-spacing: 2px;
    width: 100%;
    display: block;
  }
}
.footer .footer-main .footer-newsletter {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .footer .footer-main .footer-newsletter {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.5em;
  }
}
@media (min-width: 992px) {
  .footer .footer-main .footer-newsletter {
    width: 24%;
    display: flex;
    height: 125px;
    align-items: center;
  }
}
.footer .footer-main .footer-newsletter .subscribe-newsletter {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  float: right;
}
@media (max-width: 769px) {
  .footer .footer-main .footer-newsletter .subscribe-newsletter {
    width: 95%;
  }
}
@media (max-width: 991px) {
  .footer .footer-main .footer-newsletter .subscribe-newsletter {
    width: 80%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .footer .footer-main .footer-newsletter .subscribe-newsletter {
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer .footer-main .footer-newsletter .subscribe-newsletter {
    width: 85%;
  }
}
.footer .footer-main .footer-newsletter .subscribe-newsletter b {
  font-weight: 700;
}
.footer .footer-main .footer-newsletter .subscribe-newsletter .subscribe-newsletter-label {
  width: 100%;
}
.footer .footer-main .footer-newsletter .subscribe-newsletter .form-newsletter {
  width: 100%;
  position: relative;
}
.footer .footer-main .footer-newsletter .subscribe-newsletter .form-newsletter img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  height: 30px;
  width: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: filter 0.3s;
}
.footer .footer-main .footer-newsletter .subscribe-newsletter .form-newsletter img:hover {
  filter: invert(20%) sepia(73%) saturate(2917%) hue-rotate(283deg) brightness(96%) contrast(97%);
}
.footer .footer-main .footer-newsletter .subscribe-newsletter .form-newsletter .nlEmail {
  display: block;
  box-sizing: border-box;
  padding: 11px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: none;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #FFF;
}
.footer .footer-main .footer-newsletter .subscribe-newsletter .form-newsletter .nlEmail:focus {
  outline: none;
}
.footer .footer-main .footer-newsletter .subscribe-newsletter .form-newsletter .nlEmail::placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #FFF;
}
.footer .footer-main .footer-newsletter .subscribe-newsletter .form-newsletter .nlEmail:-ms-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #FFF;
}
.footer .footer-main .footer-newsletter .subscribe-newsletter .form-newsletter .nlEmail::-ms-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #FFF;
}
.footer .footer-main .footer-newsletter .subscribe-newsletter .form-newsletter .nlEmail::-webkit-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #FFF;
}
.footer .footer-main .footer-newsletter .subscribe-newsletter .form-newsletter .nlEmail:-moz-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #FFF;
}
.footer .footer-main .footer-newsletter .subscribe-newsletter .form-newsletter .nlEmail::-moz-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #FFF;
}
.footer .footer-main .footer-newsletter .subscribe-newsletter .subscribe-newsletter-confirm {
  height: 0;
  width: 100%;
  opacity: 0;
  margin: 0;
  color: #FFF;
  transition: height 400ms, opacity 300ms;
}
.footer .footer-main .footer-newsletter .subscribe-newsletter .subscribe-newsletter-confirm.show {
  margin-top: 10px;
  height: auto;
  opacity: 1;
  transition: height 400ms, opacity 300ms;
}
.footer .footer-main .footer-newsletter .subscribe-newsletter .subscribe-newsletter-error {
  height: 0;
  width: 100%;
  opacity: 0;
  margin: 0;
  color: #FFF;
  transition: height 400ms, opacity 300ms;
}
.footer .footer-main .footer-newsletter .subscribe-newsletter .subscribe-newsletter-error.show {
  margin-top: 10px;
  height: auto;
  opacity: 1;
  transition: height 400ms, opacity 300ms;
}
.footer .footer-main .footer-copyright {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .footer .footer-main .footer-copyright {
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 2em;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .footer .footer-main .footer-copyright {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    margin-left: 16%;
    width: 60%;
  }
}
.footer .footer-main .footer-copyright ul {
  display: inline;
}
.footer .footer-main .footer-copyright ul li {
  display: inline;
  padding-right: 5px;
}
.footer .footer-main .footer-copyright ul li a {
  color: #FFF;
}
.footer .footer-main .no-padding-left {
  padding-left: 0 !important;
}

.home-slider-container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (max-width: 769px) {
  .home-slider-container {
    width: 100%;
    min-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
  }
}
@media (min-width: 769px) {
  .home-slider-container {
    width: 750px;
    height: 521.875px;
  }
}
@media (min-width: 992px) {
  .home-slider-container {
    width: 970px;
    height: 645.625px;
  }
}
@media (min-width: 1200px) {
  .home-slider-container {
    width: 1170px;
    height: 658.125px;
  }
}
@media (min-width: 1440px) {
  .home-slider-container {
    width: 1300px;
    height: 731.25px;
  }
}
.home-slider-container .home-slider-mobile-data {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-mobile-data {
    display: none;
  }
}
.home-slider-container .home-slider-mobile-data .home-slider-mobile-title {
  font-family: "Walkway Condensed SemiBold", sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
  color: #000;
  width: 100%;
  padding: 0;
  /* max-height: calc(3 * 58px); */
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 2px;
  transition: height 500ms;
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-mobile-data .home-slider-mobile-title {
    display: none;
  }
}
.home-slider-container .home-slider-mobile-data .home-slider-mobile-title .home-slider-mobile-title-content {
  opacity: 1;
  transition: opacity 500ms;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-slider-container .home-slider-mobile-data .home-slider-mobile-title .home-slider-mobile-title-content.changing-text {
  opacity: 0;
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-mobile-data .home-slider-mobile-title .home-slider-mobile-title-content {
    display: none;
  }
}
.home-slider-container .home-slider-mobile-data .home-slider-mobile-subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
  color: #4F4F4F;
  width: 100%;
  padding: 0;
  max-height: 40px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
  transition: height 500ms;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-mobile-data .home-slider-mobile-subtitle {
    display: none;
  }
}
.home-slider-container .home-slider-mobile-data .home-slider-mobile-subtitle .home-slider-mobile-subtitle-content {
  /* min-height: 1em; */
  height: 100%;
  display: block;
  opacity: 1;
  transition: opacity 500ms;
}
.home-slider-container .home-slider-mobile-data .home-slider-mobile-subtitle .home-slider-mobile-subtitle-content.changing-text {
  opacity: 0;
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-mobile-data .home-slider-mobile-subtitle .home-slider-mobile-subtitle-content {
    display: none;
  }
}
.home-slider-container .slick-home-slider-wrapper-ratio {
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  z-index: 1;
}
.home-slider-container .slick-home-slider-wrapper-ratio .slick-home-slider-wrapper-content {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-slider-container .slick-home-slider-wrapper-ratio .slick-home-slider-wrapper-content .slick-home-slider {
  width: 100%;
  height: 100%;
}
.home-slider-container .slick-home-slider-wrapper-ratio .slick-home-slider-wrapper-content .slick-home-slider .slick-list .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.home-slider-container .slick-home-slider-wrapper-ratio .slick-home-slider-wrapper-content .slick-home-slider .slick-home-slide {
  position: relative;
  z-index: 1;
}
.home-slider-container .slick-home-slider-wrapper-ratio .slick-home-slider-wrapper-content .slick-home-slider .slick-home-slide .slick-home-slide-content {
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}
.home-slider-container .slick-home-slider-wrapper-ratio .slick-home-slider-wrapper-content .slick-home-slider .slick-home-slide .slick-home-slide-content .slick-home-slide-video-wrapper {
  width: 100%;
  height: 100%;
}
.home-slider-container .slick-home-slider-wrapper-ratio .slick-home-slider-wrapper-content .slick-home-slider .slick-home-slide .slick-home-slide-content .slick-home-slide-video-wrapper .slick-home-slide-video {
  width: 100%;
  height: 100%;
}
.home-slider-container .slick-home-slider-wrapper-ratio .slick-home-slider-wrapper-content .slick-home-slider .slick-home-slide.slick-active .slick-home-slide-content {
  transform: scale(1);
}
.home-slider-container .slick-home-slider-wrapper-ratio .slick-home-slider-wrapper-content .slick-home-slider .slick-home-slide .slick-home-slide-meta {
  display: none;
}
.home-slider-container .home-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay {
    display: none;
  }
}
.home-slider-container .home-slider-overlay .home-slider-overlay-top {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-top {
    display: none;
  }
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-top {
    height: calc(100% - 180px);
    background-color: rgba(122, 122, 122, 0.3);
  }
}
@media (min-width: 992px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-top {
    height: calc(100% - 200px);
  }
}
@media (min-width: 1200px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-top {
    height: calc(100% - 140px);
  }
}
.home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content {
  display: block;
  height: 100%;
  width: 100%;
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content {
    display: none;
  }
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content {
    padding-left: 60px;
    padding-bottom: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content {
    padding-left: 80px;
  }
}
@media (min-width: 1200px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content {
    padding-left: 100px;
  }
}
@media (min-width: 1440px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content {
    padding-left: 110px;
  }
}
.home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content .home-slider-overlay-title {
  font-family: "Walkway Condensed SemiBold", sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
  color: #FFF;
  opacity: 1;
  transition: opacity 0.5s;
}
.home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content .home-slider-overlay-title.changing-text {
  opacity: 0;
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content .home-slider-overlay-title {
    display: none;
  }
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content .home-slider-overlay-title {
    width: 100%;
    padding-right: calc(100% - 300px);
    max-height: 124px;
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 62px;
    letter-spacing: 2px;
  }
}
@media (min-width: 992px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content .home-slider-overlay-title {
    padding-right: calc(100% - 450px);
    max-height: 136px;
    font-size: 64px;
    line-height: 68px;
  }
}
@media (min-width: 1200px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content .home-slider-overlay-title {
    padding-right: calc(100% - 500px);
    max-height: 148px;
    font-size: 66px;
    line-height: 74px;
  }
}
@media (min-width: 1440px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content .home-slider-overlay-title {
    padding-right: calc(100% - 550px);
    max-height: 160px;
    font-size: 70px;
    line-height: 80px;
  }
}
.home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content .home-slider-overlay-subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
  color: #FFF;
  opacity: 1;
  transition: opacity 0.5s;
}
.home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content .home-slider-overlay-subtitle.changing-text {
  opacity: 0;
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content .home-slider-overlay-subtitle {
    display: none;
  }
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content .home-slider-overlay-subtitle {
    width: 100%;
    padding-right: calc(100% - 300px);
    max-height: 56px;
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content .home-slider-overlay-subtitle {
    padding-right: calc(100% - 450px);
    max-height: 60px;
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content .home-slider-overlay-subtitle {
    padding-right: calc(100% - 500px);
    max-height: 66px;
    font-size: 26px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-top .home-slider-overlay-top-content .home-slider-overlay-subtitle {
    padding-right: calc(100% - 550px);
  }
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot {
  padding: 0;
  width: 100%;
  justify-content: center;
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot {
    display: none;
  }
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot {
    height: 140px;
    display: flex;
  }
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left {
  padding: 0;
  display: inline-flex;
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left {
    display: none;
  }
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left {
    width: 100%;
    height: 80px;
    background-color: rgba(122, 122, 122, 0.3);
  }
}
@media (min-width: 992px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left {
    width: 100%;
    height: 100px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left {
    width: 60%;
    height: 140px;
    padding-bottom: 0;
  }
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left .home-slider-overlay-left-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left .home-slider-overlay-left-content {
    display: none;
  }
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left .home-slider-overlay-left-content {
    padding: 10px 0 10px 60px;
  }
}
@media (min-width: 992px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left .home-slider-overlay-left-content {
    padding: 10px 0 10px 80px;
  }
}
@media (min-width: 1200px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left .home-slider-overlay-left-content {
    padding: 12px 0 0 100px;
  }
}
@media (min-width: 1440px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left .home-slider-overlay-left-content {
    padding: 12px 0 0 110px;
  }
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left .home-slider-overlay-left-content .home-slider-overlay-link-wrapper {
  width: 100%;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.5s;
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left .home-slider-overlay-left-content .home-slider-overlay-link-wrapper.changing-text {
  opacity: 0;
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left .home-slider-overlay-left-content .home-slider-overlay-link-wrapper {
    display: none;
  }
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left .home-slider-overlay-left-content .home-slider-overlay-link-wrapper .home-slider-overlay-link {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0;
  height: 60px;
  border: 1px solid #FFF;
  padding: 0 10px;
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left .home-slider-overlay-left-content .home-slider-overlay-link-wrapper .home-slider-overlay-link {
    display: none;
  }
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left .home-slider-overlay-left-content .home-slider-overlay-link-wrapper .home-slider-overlay-link:before {
  right: -1px;
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left .home-slider-overlay-left-content .home-slider-overlay-link-wrapper .home-slider-overlay-link:before {
    display: none;
  }
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left .home-slider-overlay-left-content .home-slider-overlay-link-wrapper .home-slider-overlay-link a.home-slider-overlay-link-button {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  height: 20px;
  margin-top: 20px;
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-left .home-slider-overlay-left-content .home-slider-overlay-link-wrapper .home-slider-overlay-link a.home-slider-overlay-link-button {
    display: none;
  }
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right {
  padding: 0;
  display: inline-flex;
  background: #FFF;
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right {
    display: none;
  }
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right {
    width: 100%;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right {
    width: 100%;
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right {
    width: 40%;
    height: 140px;
    padding-top: 30px;
  }
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content {
  width: 100%;
  height: 100%;
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content {
    display: none;
  }
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content {
    padding-left: 60px;
    padding-right: 11px;
    display: flex;
  }
}
@media (min-width: 992px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content {
    padding-left: 80px;
    padding-right: 11px;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content {
    padding-left: 43px;
    padding-right: 11px;
  }
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slider-arrows {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slider-arrows {
    display: none;
  }
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slider-arrows {
    width: 10%;
    left: 90%;
    height: 100%;
    position: relative;
  }
}
@media (min-width: 992px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slider-arrows {
    width: 10%;
    left: 90%;
    height: 100%;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slider-arrows {
    height: 44px;
  }
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slider-arrows button {
  pointer-events: auto;
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slider-arrows button.slick-arrow {
  position: unset;
  width: 18px;
  height: 18px;
  display: inline-flex;
  transform: none;
  -webkit-transform: none;
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slider-arrows button.slick-arrow::before {
  display: block;
  content: "";
  background-image: url("../img/icons/play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: filter 200ms;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slider-arrows button.slick-arrow.active::before {
  filter: invert(23%) sepia(38%) saturate(4734%) hue-rotate(281deg) brightness(92%) contrast(100%);
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slider-arrows button.slick-arrow.inactive::before {
  filter: invert(68%) sepia(99%) saturate(0%) hue-rotate(213deg) brightness(89%) contrast(125%);
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slider-arrows button.slick-prev {
  left: unset;
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slider-arrows button.slick-prev::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slider-arrows button.slick-next {
  right: unset;
  margin-left: 20px;
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta {
    display: none;
  }
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta {
    width: 90%;
    right: 10%;
    position: relative;
  }
}
@media (min-width: 992px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta {
    width: 90%;
    right: 10%;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta {
    height: calc(100% - 44px);
  }
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta {
  height: 100%;
  transition: color 200ms;
  cursor: pointer;
  pointer-events: auto;
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta {
    display: none;
  }
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta {
    width: 40%;
    padding-top: 12px;
  }
}
@media (min-width: 1200px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta {
    width: 160px;
  }
}
@media (min-width: 1440px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta {
    width: 185px;
  }
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta.active {
  color: #000;
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta.inactive {
  color: #CCCCCC;
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta .home-slider-overlay-slide-number {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.5px;
  opacity: 1;
  transition: opacity 700ms;
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta .home-slider-overlay-slide-number.changing-text {
  opacity: 0;
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta .home-slider-overlay-slide-number {
    display: none;
  }
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta .home-slider-overlay-slide-title {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.388889px;
  opacity: 1;
  transition: opacity 700ms;
}
.home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta .home-slider-overlay-slide-title.changing-text {
  opacity: 0;
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta .home-slider-overlay-slide-title {
    display: none;
  }
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta .home-slider-overlay-slide-title {
    height: 36px;
  }
}
@media (min-width: 1200px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta .home-slider-overlay-slide-title {
    height: 54px;
  }
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta.home-slider-overlay-current-slide {
    display: none;
  }
}
@media (max-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta.home-slider-overlay-next-slide {
    display: none;
  }
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta.home-slider-overlay-next-slide {
    margin-left: 10%;
  }
}
@media (min-width: 1200px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta.home-slider-overlay-next-slide {
    margin-left: 45px;
  }
}
@media (min-width: 1440px) {
  .home-slider-container .home-slider-overlay .home-slider-overlay-bot .home-slider-overlay-right .home-slider-overlay-right-content .home-slider-overlay-slides-meta .home-slider-overlay-slide-meta.home-slider-overlay-next-slide {
    margin-left: 55px;
  }
}
.home-slider-container .home-slider-mobile-meta {
  width: 100%;
  height: 60px;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-mobile-meta {
    display: none;
  }
}
.home-slider-container .home-slider-mobile-meta .home-slider-mobile-link-wrapper {
  width: 100%;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.5s;
}
.home-slider-container .home-slider-mobile-meta .home-slider-mobile-link-wrapper.changing-text {
  opacity: 0;
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-mobile-meta .home-slider-mobile-link-wrapper {
    display: none;
  }
}
.home-slider-container .home-slider-mobile-meta .home-slider-mobile-link-wrapper .home-slider-mobile-link {
  display: inline-block;
  text-align: center;
  margin: 0;
  height: 60px;
  border: 1px solid #007396;
  width: 100%;
  padding: 0 12px;
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-mobile-meta .home-slider-mobile-link-wrapper .home-slider-mobile-link {
    display: none;
  }
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-mobile-meta .home-slider-mobile-link-wrapper .home-slider-mobile-link:before {
    display: none;
  }
}
.home-slider-container .home-slider-mobile-meta .home-slider-mobile-link-wrapper .home-slider-mobile-link a.home-slider-mobile-link-button {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #007396;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
  height: 20px;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-mobile-meta .home-slider-mobile-link-wrapper .home-slider-mobile-link a.home-slider-mobile-link-button {
    display: none;
  }
}
.home-slider-container .home-slider-mobile-progressBar-wrapper {
  width: 100%;
  height: 40px;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-mobile-progressBar-wrapper {
    display: none;
  }
}
.home-slider-container .home-slider-mobile-progressBar-wrapper .home-slider-mobile-progressBar {
  display: block;
  width: 30%;
  padding: 0;
  cursor: pointer;
  margin-right: 5%;
  float: left;
  color: white;
}
@media (min-width: 769px) {
  .home-slider-container .home-slider-mobile-progressBar-wrapper .home-slider-mobile-progressBar {
    display: none;
  }
}
.home-slider-container .home-slider-mobile-progressBar-wrapper .home-slider-mobile-progressBar:last-child {
  margin-right: 0;
}
.home-slider-container .home-slider-mobile-progressBar-wrapper .home-slider-mobile-progressBar .progressBar {
  width: 100%;
  height: 4px;
  background-color: #CCCCCC;
  display: block;
}
.home-slider-container .home-slider-mobile-progressBar-wrapper .home-slider-mobile-progressBar .progressBar .inProgress {
  background-color: #a823ad;
  width: 0%;
  height: 4px;
}

.svg-small {
  height: 30px;
  width: auto;
}

.svg-medium {
  height: 60px;
  width: auto;
}

.isotope {
  max-width: inherit;
  margin: inherit;
  width: auto;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.portfolio li {
  float: left;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 0;
  text-align: center;
  margin: 2px;
}

.grid-item-on-hover {
  text-align: left;
  width: 90%;
  padding: 0 5%;
}

.grid-item-on-hover .grid-text {
  position: absolute;
  left: 5%;
  top: 7%;
  text-align: left;
  width: 90%;
}

.grid-item-on-hover .grid-text p {
  color: #fff;
  padding: 15px 0 0;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

.item-small .grid-item-on-hover p, .item-long .grid-item-on-hover p {
  padding: 0;
}

.grid-item-on-hover h5 {
  font-weight: 300;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #fff;
  letter-spacing: 1px;
}

.grid-item-on-hover span {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  opacity: 1;
  position: absolute;
  left: 5%;
  bottom: 5%;
  text-align: left;
  width: 90%;
  font-weight: bold;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

.item-high .grid-item-on-hover h1 {
  font-size: 20px;
  line-height: 26px;
  width: auto;
  left: 3%;
}

.item-full .grid-item-on-hover span, .item-wide .grid-item-on-hover span, .item-long .grid-item-on-hover span {
  font-size: 14px;
  font-family: "Vitesse SSm A", "Vitesse SSm B";
  font-weight: 400;
  font-style: normal;
}

.item-small .grid-item-on-hover h1 {
  font-size: 20px;
  line-height: 26px;
}

.item-on-hover i {
  color: #fff;
  text-align: center;
  height: 34px;
  width: 34px;
  line-height: 34px;
  border: 1px solid #fff;
}

span.hover-link {
  width: 35px;
  height: 35px;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  margin-top: -17px;
  position: absolute;
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

span.hover-image {
  width: 35px;
  left: 50%;
  margin-left: -17px;
  margin-top: -17px;
  position: absolute;
  display: block;
  opacity: 0;
  text-align: center;
  height: 35px;
  top: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.video span.v {
  position: absolute;
  top: 48%;
  left: 0px;
  width: 100%;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 26px;
}

.video span em {
  background: rgba(0, 115, 150, 0.5);
  font-style: normal;
  padding: 8px;
  text-align: left;
}

.video span em .glyphicon-play {
  text-align: left;
  position: relative;
}

.video:hover span em {
  background: rgba(0, 115, 150, 0.8);
}

span.hover-video {
  width: 35px;
  height: 35px;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  margin-top: -17px;
  position: absolute;
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

/*--- Portfolio ---*/
.portfolio {
  clear: both;
  overflow: hidden;
}

.portfolio li {
  float: left;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 0;
  text-align: center;
  margin: 2px;
}

/* .portfolio li:hover {
	background:#fafafa;
} */
.portfolio h3 {
  position: relative;
  clear: both;
  font-size: 13px;
  color: #444;
  line-height: 22px;
  padding: 20px 0 5px;
  margin: 0;
  width: 100%;
  left: 0;
  font-weight: 600;
}

.portfolio h3 a {
  color: #444;
}

.portfolio p {
  padding: 0 7px 20px;
  margin: 0;
}

/* .portfolio li:hover {
	background:#fafafa;
} */
.portfolio h3 {
  position: relative;
  clear: both;
  font-size: 13px;
  color: #444;
  line-height: 22px;
  padding: 20px 0 5px;
  margin: 0;
  width: 100%;
  left: 0;
  font-weight: 600;
}

.portfolio h3 a {
  color: #444;
}

.portfolio p {
  padding: 0 7px 20px;
  margin: 0;
}

.portfolio li.item-wide h1 {
  font-size: 20px;
  line-height: 28px;
}

.portfolio li.item-long h1 {
  font-size: 14px;
}

.portfolio img {
  display: inline-block;
}

.portfolio-wrapper {
  margin-bottom: 60px;
}

#customform select, .form select {
  position: relative !important;
  background: #eee url(../img/select_dropdown_arrow.png) no-repeat 95% center !important;
  color: #666 !important;
  outline: none;
}
#customform input[type=text], #customform input[type=email], #customform labeal, #customform textarea, #customform #eventTarget, #customform .large, .form input[type=text], .form input[type=email], .form labeal, .form textarea, .form #eventTarget, .form .large {
  width: 100%;
}
#customform label, .form label {
  margin-top: 15px;
  font-weight: 300;
  font-size: 18px;
  width: 100%;
  color: #a823ad;
}
#customform label.radiobutton, .form label.radiobutton {
  width: 80%;
  color: #333;
}
#customform input[type=text], #customform input[type=email], #customform textarea, .form input[type=text], .form input[type=email], .form textarea {
  background-color: #fff;
  border: 1px solid #eee;
  font-size: 18px;
  padding: 8px;
  color: #666;
  outline: none;
}
#customform textarea, .form textarea {
  height: 120px;
}
#customform input[type=text]:hover, #customform input[type=email]:hover, #customform textarea:hover, #customform input[type=text]:focus, #customform input[type=email]:focus, #customform textarea:focus, .form input[type=text]:hover, .form input[type=email]:hover, .form textarea:hover, .form input[type=text]:focus, .form input[type=email]:focus, .form textarea:focus {
  background-color: #fff;
  border: 1px solid #ddd;
  outline: none;
}
#customform input.error, .form input.error {
  border: 1px solid #a823ad !important;
}
#customform .error, .form .error {
  color: #a823ad !important;
}
#customform input[type=checkbox], #customform input[type=radio], .form input[type=checkbox], .form input[type=radio] {
  clear: both;
}
#customform input[type=submit], #customform input[type=button], #customform .prev-step, .form input[type=submit], .form input[type=button], .form .prev-step {
  background-color: #007396;
  border: 0px;
  padding: 4px 8px;
  color: #fff;
  font-size: 18px;
}
#customform .steps-buttons ul li, .form .steps-buttons ul li {
  width: 50%;
  float: left;
  padding: 10px;
}
#customform .steps-buttons ul li.alignRight, .form .steps-buttons ul li.alignRight {
  text-align: right;
}
#customform .steps-buttons ul li:before, .form .steps-buttons ul li:before {
  content: "";
}
#customform ul.dl, .form ul.dl {
  width: 49%;
  float: left;
}
#customform ul.dl li, .form ul.dl li {
  padding: 0px;
}
#customform ul.dl li input, .form ul.dl li input {
  width: 35px;
  float: left;
}
#customform ul.dl li label, .form ul.dl li label {
  width: 65%;
}
#customform ul.dl li h3, .form ul.dl li h3 {
  color: #007396;
}
#customform ul li:before, .form ul li:before {
  content: "";
}
#customform .sbutton, .form .sbutton {
  text-align: right;
  padding: 25px 10px;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

#rotatescroll {
  height: 550px;
  position: absolute;
  width: 550px;
  left: calc((100% - 550px) / 2);
}
@media (min-width: 769px) {
  #rotatescroll {
    top: 5px;
  }
}
@media (min-width: 992px) {
  #rotatescroll {
    top: 50px;
  }
}
#rotatescroll .viewport {
  height: 500px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 500px;
  pointer-events: none;
}
#rotatescroll .overview {
  position: absolute;
  width: 798px;
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}
#rotatescroll .overview li {
  height: 500px;
  width: 550px;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
}
#rotatescroll .overview li:before {
  margin: 0;
  content: "";
}
#rotatescroll .overlay {
  background: url(/common/geneve-finance/img/bg-cluster.png) no-repeat 20px 32px;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 550px;
  width: 550px;
}
#rotatescroll .thumb {
  background: url(/common/geneve-finance/img/bg-thumb.png) no-repeat 50% 50%;
  touch-action: none;
  -ms-touch-action: none;
  position: absolute;
  top: -3px;
  cursor: pointer;
  left: 500px;
  width: 400px;
  z-index: 1;
  height: 400px;
}
#rotatescroll .dot {
  background-color: #007396;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 155px;
  top: 3px;
  cursor: pointer;
}
#rotatescroll .dot span {
  display: none;
}
#rotatescroll .cslide {
  width: 100%;
  height: 500px;
  padding: 50px;
  padding-top: 75px;
}
#rotatescroll .circle {
  position: absolute;
  border-radius: 50%;
  background-color: #a823ad;
  width: 400px;
  height: 400px;
  text-align: center;
}
#rotatescroll .circle h3 {
  padding-top: 50px;
  font-size: 1.5em;
  color: white;
  font-family: "Walkway Condensed SemiBold", sans-serif;
  letter-spacing: 1.6px;
}
#rotatescroll .circle div {
  padding-top: 0px;
  padding-left: 60px;
  padding-right: 60px;
  color: white;
}
#rotatescroll .circle-white {
  position: absolute;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  text-align: center;
}
#rotatescroll .circle-white h2 {
  font-size: 3.75em;
  color: black;
  font-family: "Walkway Condensed SemiBold", sans-serif;
  letter-spacing: 1.6px;
}
#rotatescroll .circle-white i {
  font-size: 10em;
  color: #e2e2e2;
  margin-top: 85px;
}
#rotatescroll .prev, #rotatescroll .next {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 50px;
  top: 50%;
  left: 90px;
  z-index: 201;
  margin-top: -25px;
  background: url(/common/geneve-finance/img/ar_l.png) no-repeat 0 0;
}
#rotatescroll .next {
  right: 90px;
  background: url(/common/geneve-finance/img/ar_r.png) no-repeat 0 0;
  left: auto;
}
#rotatescroll .title {
  position: absolute;
  font-size: 20px;
  max-width: 125px;
}
#rotatescroll .title1 {
  top: -24px;
  left: 216px;
}
#rotatescroll .title2 {
  top: 101px;
  right: 10px;
}
#rotatescroll .title3 {
  top: 300px;
  right: -103px;
}
#rotatescroll .title4 {
  bottom: 2px;
  right: 40px;
}
#rotatescroll .title5 {
  bottom: -12px;
  left: 107px;
}
#rotatescroll .title6 {
  top: 310px;
  left: -121px;
}
#rotatescroll .title7 {
  top: 85px;
  left: -71px;
}
#rotatescroll .title1, #rotatescroll .title5 {
  text-align: center;
}
#rotatescroll .title2, #rotatescroll .title3, #rotatescroll .title4 {
  text-align: left;
}
#rotatescroll .title6, #rotatescroll .title7 {
  text-align: right;
}
@media (max-width: 992px) {
  #rotatescroll .title {
    display: none;
  }
}

#rotatescroll_alt {
  display: none;
}

@media (max-width: 769px) {
  #rotatescroll {
    display: none;
  }

  #rotatescroll_alt {
    display: block;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./../fonts/slick.eot");
  src: url("./../fonts/slick.eot?#iefix") format("embedded-opentype"), url("./../fonts/slick.woff") format("woff"), url("./../fonts/slick.ttf") format("truetype"), url("./../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.sticky-newsletter {
  /*Bottom, minus own height, minus cookie consent height, and a 10% margin*/
  background-color: #a823ad;
  position: fixed;
  z-index: 9999;
  box-shadow: 8px 8px 20px rgba(168, 35, 173, 0.2);
  transition: height 600ms cubic-bezier(0.44, 0.15, 0.54, 0.95) 0ms, width 600ms cubic-bezier(0.44, 0.15, 0.54, 0.95) 0ms;
}
@media (max-width: 769px) {
  .sticky-newsletter {
    display: none;
  }
}
@media (max-width: 992px) {
  .sticky-newsletter {
    display: none;
  }
}
@media (min-width: 992px) {
  .sticky-newsletter {
    top: max(20%, 100% - 430px - 70px - 10%);
  }
}
@media (min-width: 1200px) {
  .sticky-newsletter {
    top: max(20%, 100% - 430px - 70px - 12%);
  }
}
@media (min-width: 1440px) {
  .sticky-newsletter {
    top: max(20%, 100% - 430px - 70px - 15%);
  }
}
.sticky-newsletter .sticky-newsletter-wrapper {
  opacity: 1;
  transition: opacity 700ms 0ms;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-controls .open-sticky-newsletter {
  float: right;
  transition: height 400ms 0ms, width 400ms 0ms, opacity 400ms 0ms, margin 400ms 0ms;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-controls .open-sticky-newsletter .sticky-newsletter-open-label {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #FFF;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-controls .open-sticky-newsletter .mail-icon {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(46deg) brightness(108%) contrast(101%);
  transition: height 400ms 0ms, width 400ms 0ms, opacity 400ms 0ms;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-controls .close-sticky-newsletter {
  float: right;
  transition: height 400ms 0ms, width 400ms 0ms, opacity 400ms 0ms, margin 400ms 0ms;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-controls .close-sticky-newsletter .close-icon {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(46deg) brightness(108%) contrast(101%);
  transition: height 400ms 0ms, width 400ms 0ms, opacity 400ms 0ms;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-main {
  transition: height 400ms 0ms, width 400ms 0ms, opacity 200ms 0ms, margin 200ms 0ms;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-main .sticky-newsletter-title {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 33px;
  color: #FFF;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-main .sticky-newsletter-content {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #FFF;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-form {
  transition: height 400ms 0ms, width 400ms 0ms, opacity 200ms 0ms, margin 200ms 0ms;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-form .subscribe-newsletter {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #FFF;
  float: right;
  width: 100%;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-form .subscribe-newsletter b {
  font-weight: 700;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-form .subscribe-newsletter .subscribe-newsletter-label {
  width: 100%;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-form .subscribe-newsletter .form-newsletter {
  width: 100%;
  position: relative;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-form .subscribe-newsletter .form-newsletter img {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(46deg) brightness(108%) contrast(101%);
  height: 30px;
  width: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: filter 0.3s;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-form .subscribe-newsletter .form-newsletter img:hover {
  filter: invert(20%) sepia(73%) saturate(2917%) hue-rotate(283deg) brightness(96%) contrast(97%);
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-form .subscribe-newsletter .form-newsletter .nlEmail {
  display: block;
  box-sizing: border-box;
  padding: 11px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: none;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #FFF;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-form .subscribe-newsletter .form-newsletter .nlEmail:focus {
  outline: none;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-form .subscribe-newsletter .form-newsletter .nlEmail::placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #FFF;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-form .subscribe-newsletter .form-newsletter .nlEmail:-ms-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #FFF;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-form .subscribe-newsletter .form-newsletter .nlEmail::-ms-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #FFF;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-form .subscribe-newsletter .form-newsletter .nlEmail::-webkit-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #FFF;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-form .subscribe-newsletter .form-newsletter .nlEmail:-moz-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #FFF;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-form .subscribe-newsletter .form-newsletter .nlEmail::-moz-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #FFF;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-form .subscribe-newsletter .subscribe-newsletter-confirm {
  height: 0;
  width: 100%;
  opacity: 0;
  margin: 0;
  color: #FFF;
  transition: height 400ms, opacity 300ms;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-form .subscribe-newsletter .subscribe-newsletter-confirm.show {
  margin-top: 10px;
  height: auto;
  opacity: 1;
  transition: height 400ms, opacity 300ms;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-form .subscribe-newsletter .subscribe-newsletter-error {
  height: 0;
  width: 100%;
  opacity: 0;
  margin: 0;
  color: #FFF;
  transition: height 400ms, opacity 300ms;
}
.sticky-newsletter .sticky-newsletter-wrapper .sticky-newsletter-form .subscribe-newsletter .subscribe-newsletter-error.show {
  margin-top: 3px;
  height: auto;
  opacity: 1;
  transition: height 400ms, opacity 300ms;
}
.sticky-newsletter .sticky-newsletter-wrapper.opening-sticky {
  transition: opacity 0ms 0ms;
  opacity: 0;
}
.sticky-newsletter .sticky-newsletter-wrapper.closing-sticky {
  opacity: 0;
}
.sticky-newsletter.closed .sticky-newsletter-wrapper {
  width: 60px;
  height: 225px;
}
.sticky-newsletter.closed .sticky-newsletter-wrapper.opening-sticky {
  transition: opacity 300ms 0ms;
}
.sticky-newsletter.closed .sticky-newsletter-wrapper .sticky-newsletter-controls {
  width: 60px;
}
.sticky-newsletter.closed .sticky-newsletter-wrapper .sticky-newsletter-controls .open-sticky-newsletter {
  width: 60px;
  opacity: 1;
  margin-top: 15px;
  align-items: center;
}
.sticky-newsletter.closed .sticky-newsletter-wrapper .sticky-newsletter-controls .open-sticky-newsletter .sticky-newsletter-open-label {
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  width: 60px;
  padding-left: 21px;
  padding-right: 14px;
  padding-top: 20px;
}
.sticky-newsletter.closed .sticky-newsletter-wrapper .sticky-newsletter-controls .open-sticky-newsletter .mail-icon {
  width: 70px;
  height: 60px;
  opacity: 1;
  padding-top: 12px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0px;
  margin-top: 5px;
  transform: rotate(-90deg);
}
.sticky-newsletter.closed .sticky-newsletter-wrapper .sticky-newsletter-controls .close-sticky-newsletter {
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
}
.sticky-newsletter.closed .sticky-newsletter-wrapper .sticky-newsletter-controls .close-sticky-newsletter .close-icon {
  width: 0;
  height: 0;
  opacity: 0;
}
.sticky-newsletter.closed .sticky-newsletter-wrapper .sticky-newsletter-main {
  margin-left: -500px;
  width: 0;
  height: 0;
  opacity: 0;
}
.sticky-newsletter.closed .sticky-newsletter-wrapper .sticky-newsletter-form {
  margin-left: -500px;
  width: 0;
  height: 0;
  opacity: 0;
}
.sticky-newsletter.opened .sticky-newsletter-wrapper {
  width: 384px;
  height: 430px;
  padding-bottom: 40px;
}
.sticky-newsletter.opened .sticky-newsletter-wrapper .sticky-newsletter-controls {
  height: 70px;
  width: 100%;
}
.sticky-newsletter.opened .sticky-newsletter-wrapper .sticky-newsletter-controls .open-sticky-newsletter {
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
}
.sticky-newsletter.opened .sticky-newsletter-wrapper .sticky-newsletter-controls .open-sticky-newsletter .mail-icon {
  width: 0;
  height: 0;
  opacity: 0;
}
.sticky-newsletter.opened .sticky-newsletter-wrapper .sticky-newsletter-controls .close-sticky-newsletter {
  height: 30px;
  margin: 20px;
  opacity: 1;
}
.sticky-newsletter.opened .sticky-newsletter-wrapper .sticky-newsletter-controls .close-sticky-newsletter .close-icon {
  width: 30px;
  height: 30px;
  opacity: 1;
}
.sticky-newsletter.opened .sticky-newsletter-wrapper .sticky-newsletter-main {
  margin-left: 0;
  width: 100%;
  height: 190px;
  opacity: 1;
  padding-left: 43px;
  padding-right: 40px;
}
.sticky-newsletter.opened .sticky-newsletter-wrapper .sticky-newsletter-form {
  margin-left: 0;
  width: 100%;
  height: 150px;
  opacity: 1;
  padding-left: 43px;
  padding-right: 40px;
}

body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #666666;
}
body.no-scroll {
  width: 100%;
  overflow: hidden;
  display: block;
}

b, strong {
  font-weight: 500;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  a.link-anim {
    width: fit-content;
    position: relative;
    transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0s;
  }
  a.link-anim.white:before {
    background: #FFF;
  }
  a.link-anim.purple:before {
    background: #a823ad;
  }
  a.link-anim.turquoise:before {
    background: #007396;
  }
  a.link-anim:before {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 0;
    height: 1px;
    width: 0;
    transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0s;
  }
  a.link-anim:hover:before {
    width: 100%;
    left: 0;
    transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0s;
  }
}
@media (max-width: 991px) {
  a.link-anim-mobile {
    width: fit-content;
    position: relative;
    transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0s;
  }
  a.link-anim-mobile.white:before {
    background: #FFF;
  }
  a.link-anim-mobile.purple:before {
    background: #a823ad;
  }
  a.link-anim-mobile.turquoise:before {
    background: #007396;
  }
  a.link-anim-mobile:before {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 0;
    height: 1px;
    width: 0;
    transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0s;
  }
  a.link-anim-mobile:hover:before {
    width: 100%;
    left: 0;
    transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1) 0s;
  }
}

img {
  max-width: 100%;
}

.debug {
  position: absolute;
  bottom: 0.9375em;
  left: 0.9375em;
  color: #000;
  background-color: #FFF;
}

.filterSelected select {
  position: relative !important;
}

@media (min-width: 769px) {
  .btn-anim {
    position: relative;
    display: inline-block;
    transition: color 0.3s linear;
    border: 0 solid transparent;
  }
  .btn-anim.purple, .btn-anim.purple a, .btn-anim.purple span {
    color: #a823ad !important;
  }
  .btn-anim.turquoise, .btn-anim.turquoise a, .btn-anim.turquoise span {
    color: #007396 !important;
  }
  .btn-anim.white, .btn-anim.white a, .btn-anim.white span {
    color: #FFF !important;
  }
  .btn-anim a,
.btn-anim span {
    position: relative;
    transition: color 0.3s linear;
  }
  .btn-anim.purple:before {
    border-color: #a823ad !important;
    background: #a823ad !important;
  }
  .btn-anim.turquoise:before {
    border-color: #007396 !important;
    background: #007396 !important;
  }
  .btn-anim.white:before {
    border-color: #FFF !important;
    background: #FFF !important;
  }
  .btn-anim:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .btn-anim.purple:after {
    border-color: #a823ad !important;
    background: #FFF !important;
  }
  .btn-anim.turquoise:after {
    border-color: #007396 !important;
    background: #FFF !important;
  }
  .btn-anim.white:after {
    border-color: #FFF !important;
    background: transparent !important;
  }
  .btn-anim:after {
    content: "";
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .btn-anim:after.no-border {
    border-color: transparent !important;
  }
  .btn-anim:after.no-bg {
    background: transparent !important;
  }
  .btn-anim:hover a,
.btn-anim:hover span {
    position: relative;
  }
  .btn-anim:hover:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
  }
  .btn-anim:hover:after {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    opacity: 0;
  }
  .btn-anim.purple:hover a, .btn-anim.purple:hover span {
    color: #FFF !important;
  }
  .btn-anim.turquoise:hover a, .btn-anim.turquoise:hover span {
    color: #FFF !important;
  }
  .btn-anim.white:hover a, .btn-anim.white:hover span {
    color: #000 !important;
  }
}

@media (min-width: 1440px) {
  .global .container {
    width: 1300px;
  }
  .global .footer {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .global .header + * {
    margin-top: 80px;
  }
  .global .header.active + * {
    margin-top: 600px;
  }
}
@media (min-width: 992px) {
  .global .header + * {
    margin-top: 140px;
  }
  .global .header.scrolling + * {
    margin-top: 80px;
  }
}
.global h1 {
  font-family: "Walkway Condensed SemiBold", sans-serif;
  letter-spacing: 1.6px;
  font-weight: 200;
}
.global h2 {
  font-family: "Walkway Condensed SemiBold", sans-serif;
  letter-spacing: 1.6px;
  font-weight: 200;
  font-size: 2em;
  color: #333333;
}
.global h3, .global .sec-content-type {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.3125em;
  color: #666666;
  margin: 0.3125em 0;
  font-weight: 400;
}
.global .vbig {
  font-family: "Walkway Condensed SemiBold", sans-serif;
  font-weight: 200;
  letter-spacing: 1.6px;
  color: #a823ad;
  font-size: 85px;
  line-height: 85px;
}
.global .big {
  font-family: "Walkway Condensed SemiBold", sans-serif;
  font-weight: 200;
  letter-spacing: 1.6px;
  color: #a823ad;
  font-size: 36px;
  line-height: 37px;
}
.global .medium {
  color: #a823ad;
  font-family: "Walkway Condensed SemiBold", sans-serif;
  font-size: 2em;
  line-height: 1em;
  font-weight: 200;
  letter-spacing: 1.6px;
  margin: 0;
}
.global .small {
  color: #666666;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25em;
  line-height: 1em;
  margin: 0.3125em 0;
}
.global .walkway {
  font-family: "Source Sans Pro", sans-serif;
}
.global .size16 {
  font-size: 1em;
}
.global .size24 {
  font-size: 1.5em;
}
.global .size60 {
  font-size: 3.75em;
}
.global .size100 {
  font-size: 6.25em;
}
.global .bold {
  font-weight: 400;
}
.global .purple {
  color: #a823ad;
}
.global .turquoise {
  color: #007396;
}
.global .tag {
  display: flex;
}
.global .tag .icon-tag {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.global .tag a {
  display: inline-block;
  color: #4F4F4F;
  background-color: #F7F7F7;
  border-radius: 15px;
  font-size: 0.6875em;
  line-height: 19px;
  font-weight: 400;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 8px;
}
.global .tag a:hover {
  background: #efefef;
}
.global select {
  bottom: 0;
  right: 0;
  line-height: 1;
  border: 0;
  border-radius: 0;
  background: white url(../img/select_dropdown_arrow_black.png) no-repeat 90% center;
  color: black;
  font-size: 1em;
  font-weight: 300;
  height: 40px;
  width: 220px;
  padding: 0 15px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
@media (min-width: 769px) {
  .global select {
    position: absolute;
  }
}
.global select:hover {
  background-color: white;
}
.global select option {
  color: black;
  background-color: white;
  padding: 5px 0px;
  border-top: 1px solid #FFF;
}
.global .no-padding-left {
  padding-left: 0 !important;
}
.global .no-padding-right {
  padding-right: 0 !important;
}
.global .no-padding-bot {
  padding-bottom: 0 !important;
}

.date {
  color: #4F4F4F;
  font-size: 0.875em;
  text-transform: none;
  line-height: 1.3125em;
  font-weight: 300;
}
.date .icon-horloge {
  margin-right: 2px;
  position: relative;
  top: -1px;
}

.menu-footer .date {
  width: auto;
}

.icon-tag {
  margin-right: 5px;
}

.icon-calendar {
  position: relative;
  top: -5px;
}

@media (max-width: 767px) {
  .content-secondary-content {
    padding: 20px 0 0 0;
  }
}

.\30 .content_admin {
  margin-top: 50px;
}

/*# sourceMappingURL=style.css.map */
