@charset "UTF-8";
/*!
Theme Name: Origin
Theme URI: http://underscores.me/
Author URI: http://www.geoffroyguillain.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: origin
Tags:

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Global
# Header
# Footer
# Elements
# Pages
# Vendors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Import framework
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Book.woff") format("woff"), url("../fonts/Avenir-Book-01.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-BookOblique.woff") format("woff"), url("../fonts/Avenir-BookOblique-02.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Roman.woff") format("woff"), url("../fonts/Avenir-Roman-12.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Oblique.woff") format("woff"), url("../fonts/Avenir-Oblique-11.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Heavy.woff") format("woff"), url("../fonts/Avenir-Heavy-05.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-HeavyOblique.woff") format("woff"), url("../fonts/Avenir-HeavyOblique-06.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-Black.woff") format("woff"), url("../fonts/Avenir-Black-03.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/Avenir-BlackOblique.woff") format("woff"), url("../fonts/Avenir-BlackOblique-04.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Georgia';
  src: url("../fonts/Georgia-Italic.woff") format("woff"), url("../fonts/Georgia-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Georgia';
  src: url("../fonts/Georgia-BoldItalic.woff") format("woff"), url("../fonts/Georgia-Bold-Italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; }

body {
  background: #f5f5f5;
  margin: 0; }

::-moz-placeholder {
  opacity: 1; }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-variant: normal;
  text-transform: none;
  outline: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  max-width: 100%;
  height: auto; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: white; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

input {
  line-height: normal;
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
  margin: 0; }

textarea {
  -webkit-appearance: none;
  -ms-overflow-style: none;
  border-radius: 0;
  overflow: auto;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: vertical; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

aside li,
aside ol,
aside ul,
footer li,
footer ol,
footer ul,
header li,
header ol,
header ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.main-wrapper {
  overflow: hidden; }

.screen-reader-text {
  display: none; }

.menu-toggle {
  display: block; }
  @media (min-width: 1024px) {
    .menu-toggle {
      display: none; } }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-top: 20px;
  margin-bottom: 20px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-top: 20px;
  margin-bottom: 20px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px; }

.alignnone {
  clear: both;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  .alignleft, .alignright, .aligncenter, .alignnone {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-left: 0px; } }

#wpadminbar {
  height: 46px !important;
  padding-top: 7px; }
  @media (max-width: 767px) {
    #wpadminbar {
      padding-top: 0px; } }

.no-results {
  padding: 80px 10px;
  text-align: center;
  font-size: 24px;
  color: #333;
  font-weight: 700; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  background-color: #003650;
  height: 66px; }
  .site-header .site-branding {
    margin: auto;
    height: 47px;
    width: 171px;
    padding-top: 10px; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  margin: auto;
  width: calc(100% - 32px);
  max-width: none;
  border-top: 1px solid #CACACA;
  min-height: 48px; }
  @media (min-width: 1024px) {
    .site-footer {
      padding-left: calc(50% - 512px);
      padding-right: calc(50% - 512px); } }
  .site-footer .footer-menu-wrapper li {
    float: left;
    font-size: 12px;
    line-height: 22px;
    font-family: 'Avenir';
    font-weight: 500;
    padding-right: 13px;
    padding-top: 10px; }
    .site-footer .footer-menu-wrapper li a {
      color: #969696; }
    .site-footer .footer-menu-wrapper li:hover a {
      color: #222; }
    @media (max-width: 767px) {
      .site-footer .footer-menu-wrapper li {
        line-height: 20px; } }
  .site-footer img {
    float: right;
    padding-top: 10px; }
    @media (max-width: 767px) {
      .site-footer img {
        clear: both;
        float: left;
        padding-bottom: 8px; } }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.btn-download {
  display: block;
  float: right;
  background: #1D71CD;
  padding: 8px 25px;
  color: white;
  font-weight: 600;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  font-size: 16px; }
  .btn-download:hover {
    background: #0093D1; }

.btn-video {
  font-weight: 700;
  color: white;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 21px 10px 55px;
  background: #1D71CD;
  display: inline-block;
  border-radius: 23px;
  border: 1px solid white;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-video svg {
    position: absolute;
    left: 20px; }
    .btn-video svg path {
      -webkit-transition: fill 0.3s ease;
      -o-transition: fill 0.3s ease;
      transition: fill 0.3s ease; }
  .btn-video:hover {
    background: white;
    color: #1D71CD;
    border-color: #1D71CD; }
    .btn-video:hover svg path {
      fill: #1D71CD; }

.info {
  display: inline-block;
  position: absolute; }
  .info .info-hover {
    display: none;
    border-radius: 5px;
    background: #003650;
    padding: 15px;
    color: white;
    width: 355px;
    bottom: 55px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500; }
    .info .info-hover strong {
      font-weight: 700;
      color: #4A90E2; }
    .info .info-hover:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      bottom: -8px;
      background: transparent;
      left: 8px;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #003650; }
    .info .info-hover.hover-right {
      right: 0; }
      .info .info-hover.hover-right:after {
        left: auto;
        right: 8px; }
    @media (max-width: 767px) {
      .info .info-hover {
        width: 250px; } }
  .info svg circle,
  .info svg path {
    -webkit-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  .info.active svg path, .info:hover svg path {
    fill: #003650; }
  .info.active svg circle, .info:hover svg circle {
    fill: white; }
  .info.active .info-hover, .info:hover .info-hover {
    display: block;
    position: absolute; }

.filter-wrapper {
  position: absolute;
  font-weight: 700;
  font-size: 14px;
  right: 20px;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #003650; }
  .filter-wrapper span {
    margin-right: 25px;
    float: left;
    margin-top: 12px; }
  .filter-wrapper .select-wrapper {
    display: inline-block;
    width: 226px;
    height: 40px;
    border: 1px solid #1D71CD;
    color: #1D71CD;
    background: none;
    position: relative;
    border-radius: 4px; }
    .filter-wrapper .select-wrapper:after {
      right: 10px;
      top: 13px;
      content: "\f107";
      font-family: "FontAwesome";
      vertical-align: middle;
      position: absolute;
      pointer-events: none;
      font-weight: 300; }
    @media (max-width: 767px) {
      .filter-wrapper .select-wrapper {
        margin-top: 15px;
        width: 100%; } }
    .filter-wrapper .select-wrapper select {
      color: #1D71CD;
      background: none;
      border: none;
      display: block;
      width: 100%;
      padding: 10px 25px 10px 15px; }
      .filter-wrapper .select-wrapper select option {
        color: #5C5C5C; }
  @media (max-width: 1023px) {
    .filter-wrapper {
      position: relative;
      top: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      right: auto;
      display: inline-block;
      float: right;
      bottom: 1px; } }
  @media (max-width: 767px) {
    .filter-wrapper {
      float: none;
      display: block;
      bottom: auto;
      padding-bottom: 30px; } }

.obituary-search-wrapper.search-wrapper {
  position: absolute;
  top: 40px;
  left: 260px; }
  @media (max-width: 1023px) {
    .obituary-search-wrapper.search-wrapper {
      position: relative;
      top: auto;
      left: auto;
      display: inline-block;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .obituary-search-wrapper.search-wrapper {
      width: 100%; } }
  .obituary-search-wrapper.search-wrapper input[type=text] {
    outline: none;
    border: none;
    border-bottom: 1px solid #333333;
    height: 40px;
    padding: 0 10px;
    width: 300px;
    margin-right: 10px; }
    .obituary-search-wrapper.search-wrapper input[type=text].placeholder {
      color: #333333; }
    .obituary-search-wrapper.search-wrapper input[type=text]:-moz-placeholder {
      color: #333333; }
    .obituary-search-wrapper.search-wrapper input[type=text]::-moz-placeholder {
      color: #333333; }
    .obituary-search-wrapper.search-wrapper input[type=text]::-webkit-input-placeholder {
      color: #333333; }
    @media (max-width: 1023px) {
      .obituary-search-wrapper.search-wrapper input[type=text] {
        width: 280px; } }
    @media (max-width: 767px) {
      .obituary-search-wrapper.search-wrapper input[type=text] {
        display: block;
        margin-bottom: 20px;
        width: 100%; } }
  .obituary-search-wrapper.search-wrapper input[type=submit] {
    border-radius: 4px;
    outline: none;
    height: 40px;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px); }
    @media (max-width: 767px) {
      .obituary-search-wrapper.search-wrapper input[type=submit] {
        float: none; } }

body {
  font-family: 'Avenir';
  font-weight: 500; }

.innerpages.moved {
  padding-top: 40px; }

.top-nav {
  background: #1D71CD;
  color: white;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 0;
  text-align: center; }
  .top-nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1002; }
  .top-nav .nav-inner-wrapper {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    width: 100%; }
    .top-nav .nav-inner-wrapper .fa {
      font-size: 24px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .top-nav .nav-inner-wrapper .fa:hover {
        color: #003650; }
    .top-nav .nav-inner-wrapper .fa-angle-left {
      left: 16px; }
    .top-nav .nav-inner-wrapper .fa-angle-right {
      right: 16px; }

.top-banner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 1024px) {
    .top-banner {
      background-size: auto 101%;
      height: 647px; }
      .top-banner .tile {
        top: 0;
        width: 100%;
        position: absolute;
        height: 100%;
        background-repeat: repeat;
        background-size: contain;
        z-index: -1;
        background-position: center; } }
  @media (min-width: 768px) {
    .top-banner {
      height: 440px; } }
  @media (max-width: 767px) {
    .top-banner {
      height: 321px;
      min-height: auto; } }
  .top-banner .text-area {
    top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    padding: 0 15px; }
    .top-banner .text-area p {
      color: #003650; }
    @media (min-width: 1024px) {
      .top-banner .text-area {
        padding-left: calc((100% - 1024px)/2 + 15px); } }
    @media (max-width: 767px) {
      .top-banner .text-area {
        width: 100%;
        height: 100%;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-top: 40px; } }
    @media (max-width: 767px) {
      .top-banner .text-area .editor-content {
        display: none; } }
    .top-banner .text-area .banner-text {
      font-size: 32px;
      color: #003650;
      font-weight: 300;
      display: inline-block;
      margin-bottom: 18px; }
      @media (max-width: 767px) {
        .top-banner .text-area .banner-text {
          width: 50%;
          min-width: 220px; } }
      .top-banner .text-area .banner-text .banner-two {
        font-weight: 700; }
    .top-banner .text-area .btn-video {
      margin-top: 20px; }
    @media (max-width: 767px) {
      .top-banner .text-area .btn-wrapper {
        bottom: 14px;
        display: inline-block;
        width: 100%;
        position: absolute;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center; } }
  .top-banner .info {
    right: 10px;
    bottom: 10px; }
    @media (min-width: 1024px) {
      .top-banner .info {
        right: calc(50% - 512px + 10px); } }
    @media (max-width: 767px) {
      .top-banner .info.has-video {
        bottom: 60px; } }
  .top-banner.top-bottom .text-area {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
    left: 50%;
    bottom: 40px;
    width: 100%;
    text-align: center;
    padding-left: 15px;
    max-width: 1024px; }
    @media (max-width: 767px) {
      .top-banner.top-bottom .text-area {
        bottom: 0;
        height: 100%;
        padding-top: 0; }
        .top-banner.top-bottom .text-area .banner-text {
          width: 100%;
          position: absolute;
          bottom: 30px;
          left: 0;
          padding: 0 15px; } }

888.remodal-overlay {
  background: rgba(0, 54, 80, 0.7) !important; }

.remodal {
  height: 500px;
  display: block;
  position: relative;
  background: transparent;
  padding: 0 !important; }
  @media (max-width: 767px) {
    .remodal {
      height: 188px; } }
  .remodal .remodal-close {
    color: white;
    width: 38px;
    height: 38px;
    left: auto;
    right: 0;
    z-index: 10;
    top: -38px;
    background: #1D71CD;
    border: 1px solid white;
    border-bottom: none;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    @media (max-width: 767px) {
      .remodal .remodal-close {
        border-bottom: 1px solid white; } }
    .remodal .remodal-close:hover {
      background: #0093D1;
      color: white; }
    .remodal .remodal-close:before {
      font-size: 30px;
      top: 2px;
      left: 0; }
  .remodal.text-modal {
    width: calc(100% - 88px); }
    .remodal.text-modal .text-modal-container {
      text-align: left;
      overflow: auto;
      padding: 24px 20px;
      height: 100%; }
      @media (min-width: 1024px) {
        .remodal.text-modal .text-modal-container .two-col-layout .pic-area {
          width: 260px; }
        .remodal.text-modal .text-modal-container .two-col-layout .text-area {
          width: calc(100% - 280px); } }
    @media (max-width: 767px) {
      .remodal.text-modal {
        width: calc(100% - 10px);
        height: calc(100vh - 180px); } }
  .remodal.video-modal {
    max-width: none !important;
    width: 800px;
    background: transparent; }
    .remodal.video-modal .video-modal-player {
      width: 100%;
      height: 100%;
      border: 1px solid white; }
      @media (max-width: 767px) {
        .remodal.video-modal .video-modal-player {
          border: none; } }
    .remodal.video-modal video {
      width: 100%;
      height: 100%; }
      @media (max-width: 767px) {
        .remodal.video-modal video {
          width: auto;
          height: auto;
          max-width: 100%;
          border: 1px solid white; } }
    .remodal.video-modal iframe {
      width: 100%;
      height: 100%; }
      @media (max-width: 767px) {
        .remodal.video-modal iframe {
          width: 100%;
          height: 100%; } }
    @media (max-width: 1023px) {
      .remodal.video-modal {
        width: 680px;
        height: 424px; } }
    @media (max-width: 767px) {
      .remodal.video-modal {
        width: 100%;
        height: 200px; } }

.remodal-gallery {
  position: relative;
  max-width: 664px !important;
  height: auto !important;
  background: transparent !important; }

.foundation-map {
  font-family: 'Avenir';
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px; }
  .foundation-map .foundation-title {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    padding-top: 31px;
    color: #003650; }
  .foundation-map .foundation-content {
    font-size: 14px;
    font-weight: 500;
    margin: auto;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    line-height: 22px;
    color: #2E2E2E; }
  .foundation-map .map-list {
    margin: auto;
    width: calc(100% - 88px);
    max-width: 680px;
    height: 540px;
    margin-top: 20px;
    margin-bottom: 24px;
    background-image: url("../img/bitmap.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top; }
    @media (max-width: 767px) {
      .foundation-map .map-list {
        height: auto;
        background-image: url("../img/group-5.png"); } }
    .foundation-map .map-list .city-list-title {
      display: none; }
      @media (max-width: 767px) {
        .foundation-map .map-list .city-list-title {
          display: block;
          font-size: 18px;
          font-weight: 700;
          line-height: 20px;
          color: #1D71CD;
          text-align: center;
          font-family: 'Avenir'; }
          .foundation-map .map-list .city-list-title:before {
            content: "";
            width: 70px;
            height: 1px;
            border-bottom: 1px solid #D5D5D5;
            position: absolute;
            left: calc(50% - 110px);
            padding-top: 7px; }
          .foundation-map .map-list .city-list-title:after {
            content: "";
            width: 70px;
            height: 1px;
            border-bottom: 1px solid #D5D5D5;
            position: absolute;
            right: calc(50% - 110px);
            padding-top: 7px; } }
    .foundation-map .map-list ul {
      display: none; }
      @media (max-width: 767px) {
        .foundation-map .map-list ul {
          display: block;
          text-align: center;
          margin-top: 19px;
          list-style-type: none;
          font-size: 14px;
          font-weight: 500;
          color: black;
          line-height: 22px;
          margin-bottom: 24px;
          padding-left: 0; } }

.three-picture-box {
  position: relative;
  height: auto;
  margin: auto;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 36px; }
  .three-picture-box:after {
    display: table;
    content: '';
    clear: both; }
  @media (max-width: 767px) {
    .three-picture-box {
      max-width: none;
      margin: 0 auto;
      right: 15px;
      width: calc(100% + 30px); } }
  .three-picture-box .gallery-cell {
    height: 208px;
    position: relative; }
    .three-picture-box .gallery-cell .image-area {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      width: 100%;
      border-radius: 8px; }
      .three-picture-box .gallery-cell .image-area .info .info-hover {
        z-index: 1; }
      @media (max-width: 767px) {
        .three-picture-box .gallery-cell .image-area {
          height: 216px;
          border-radius: 0; }
          .three-picture-box .gallery-cell .image-area .info .info-hover {
            right: 0; }
            .three-picture-box .gallery-cell .image-area .info .info-hover:after {
              left: auto;
              right: 8px; } }
    .three-picture-box .gallery-cell.cell-1 {
      width: 30%;
      height: 180px;
      margin-top: 15px;
      float: left; }
      @media (min-width: 768px) {
        .three-picture-box .gallery-cell.cell-1 .image-area {
          border-radius: 8px 0 0 8px; } }
      .three-picture-box .gallery-cell.cell-1 .info {
        left: 10px;
        bottom: 10px; }
        @media (max-width: 767px) {
          .three-picture-box .gallery-cell.cell-1 .info {
            left: auto;
            right: 10px; } }
      .three-picture-box .gallery-cell.cell-1:after {
        content: "";
        width: 40px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
        background: -o-linear-gradient(right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
        background: linear-gradient(right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); }
      @media (max-width: 767px) {
        .three-picture-box .gallery-cell.cell-1 {
          width: 100%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          height: 216px;
          margin-top: 0; }
          .three-picture-box .gallery-cell.cell-1:after {
            display: none; } }
    .three-picture-box .gallery-cell.cell-2 {
      width: 40%;
      float: left;
      position: relative; }
      .three-picture-box .gallery-cell.cell-2 .info {
        right: 10px;
        bottom: 0; }
        @media (max-width: 767px) {
          .three-picture-box .gallery-cell.cell-2 .info {
            bottom: 3px; } }
      @media (max-width: 767px) {
        .three-picture-box .gallery-cell.cell-2 {
          width: 100%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center; } }
    .three-picture-box .gallery-cell.cell-3 {
      width: 30%;
      height: 180px;
      margin-top: 15px;
      float: left; }
      .three-picture-box .gallery-cell.cell-3 .info {
        right: 10px;
        bottom: 10px; }
      @media (min-width: 768px) {
        .three-picture-box .gallery-cell.cell-3 .image-area {
          border-radius: 0 8px 8px 0; } }
      .three-picture-box .gallery-cell.cell-3:before {
        content: "";
        width: 40px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
        background: linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); }
      @media (max-width: 767px) {
        .three-picture-box .gallery-cell.cell-3 {
          display: none;
          width: 100%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          height: 216px;
          margin-top: 0; }
          .three-picture-box .gallery-cell.cell-3:before {
            display: none; } }
  .three-picture-box .slick-dots {
    top: 220px; }
    .three-picture-box .slick-dots li.slick-active button::before {
      color: #1D71CD; }
    .three-picture-box .slick-dots li button::before {
      color: #D5D5D5; }
  .three-picture-box.style-2 {
    height: auto; }
    .three-picture-box.style-2 .gallery-cell.cell-1 {
      margin-top: 22px;
      width: 37%;
      z-index: 1; }
      .three-picture-box.style-2 .gallery-cell.cell-1:after {
        display: none; }
      @media (min-width: 768px) {
        .three-picture-box.style-2 .gallery-cell.cell-1 .info .info-hover {
          width: 200px; } }
      @media (max-width: 767px) {
        .three-picture-box.style-2 .gallery-cell.cell-1 {
          margin-top: 0; } }
    .three-picture-box.style-2 .gallery-cell.cell-2 {
      width: 37%;
      height: 180px;
      margin-top: 30px;
      margin-left: -55px;
      z-index: 2; }
      @media (max-width: 767px) {
        .three-picture-box.style-2 .gallery-cell.cell-2 {
          margin-left: 0;
          margin-top: 0; }
          .three-picture-box.style-2 .gallery-cell.cell-2 .info {
            bottom: -24px; } }
    .three-picture-box.style-2 .gallery-cell.cell-3 {
      width: 37%;
      margin-top: 25px;
      margin-left: -60px;
      z-index: 1;
      -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      transform: rotate(5deg); }
      @media (min-width: 768px) {
        .three-picture-box.style-2 .gallery-cell.cell-3 .info .info-hover {
          width: 200px; } }
      .three-picture-box.style-2 .gallery-cell.cell-3:before {
        display: none; }
      @media (max-width: 767px) {
        .three-picture-box.style-2 .gallery-cell.cell-3 {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          margin-left: 0;
          margin-top: 0; } }

.congregations {
  padding: 20px 16px;
  position: relative; }
  @media (min-width: 1024px) {
    .congregations {
      display: none; } }
  @media (max-width: 767px) {
    .congregations {
      padding: 20px 0px; } }
  .congregations .image-area {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../img/bitmap-2.png");
    width: 100%;
    height: 494px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    @media (max-width: 767px) {
      .congregations .image-area {
        background-size: cover;
        width: 100vw; } }
  .congregations .button-wrapper {
    position: relative;
    z-index: 1;
    color: white; }
    .congregations .button-wrapper:after {
      display: table;
      content: '';
      clear: both; }
    .congregations .button-wrapper a {
      display: inline-block;
      width: calc(50% - 8px);
      float: left;
      padding-top: 13px;
      margin-bottom: 9px;
      line-height: 20px;
      height: 47px;
      border: 1px solid white;
      border-radius: 23.5px;
      background: #1D71CD; }
      .congregations .button-wrapper a:nth-of-type(2n) {
        float: right; }
      .congregations .button-wrapper a:hover {
        background: #003650; }
      @media (max-width: 767px) {
        .congregations .button-wrapper a {
          float: none;
          width: 100%;
          margin-bottom: 0; }
          .congregations .button-wrapper a:nth-of-type(2n) {
            float: none; } }
    .congregations .button-wrapper .btn-cong {
      font-family: 'Georgia';
      font-style: italic;
      float: left;
      font-size: 18px;
      padding-left: 20px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .congregations .button-wrapper .btn-cong {
          padding-left: 15px; } }
    .congregations .button-wrapper .read-more-btn {
      font-family: 'Avenir';
      font-weight: 500;
      font-size: 14px;
      float: right;
      padding-right: 42px;
      padding-left: 0; }
      .congregations .button-wrapper .read-more-btn:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        font-size: 24px;
        margin-left: 14px;
        content: "\f107";
        font-family: "FontAwesome";
        vertical-align: middle;
        position: absolute;
        pointer-events: none;
        font-weight: 300; }

/* ------------------------------------------------------------------------------ */
/* interaction 2 */
/* ------------------------------------------------------------------------------ */
/*label image*/
#sec3 {
  display: none; }
  @media (min-width: 1024px) {
    #sec3 {
      display: block; } }

.sec3 #interaction #interactionMapLabels {
  z-index: 15; }

/*btn item coordinates*/
.sec3 #interaction #l01 {
  top: 597px;
  left: 118px; }

/*perth*/
.sec3 #interaction #l02 {
  top: 685px;
  left: 707px; }

/*melbourne*/
.sec3 #interaction #l03 {
  top: 570px;
  left: 98px; }

/*west perth*/
.sec3 #interaction #l10 {
  top: 451px;
  left: 912px; }

/*brisbane*/
.sec3 #interaction #l11 {
  top: 349px;
  left: 872px; }

/*rockhampton*/
.sec3 #interaction #l12 {
  top: 236px;
  left: 793px; }

/*townsville*/
.sec3 #interaction #l13 {
  top: 648px;
  left: 810px; }

/*goulburn*/
.sec3 #interaction #l20 {
  top: 586px;
  left: 812px; }

/*Bathhurst*/
.sec3 #interaction #l27 {
  top: 684px;
  left: 676px; }

/*Ballarat*/
.sec3 #interaction #l29 {
  top: 571px;
  left: 855px; }

/*Singleton*/
.sec3 #interaction #l30 {
  top: 543px;
  left: 862px; }

/*Gunnedah*/
.sec3 #interaction #l33 {
  top: 517px;
  left: 673px; }

/*Wilcannia*/
.sec3 #interaction #l39 {
  top: 600px;
  left: 836px; }

/*Parramatta*/
.sec3 #interaction #l40 {
  top: 135px;
  left: 743px; }

/*cairns*/
.sec3 #interaction #l46 {
  top: 622px;
  left: 844px; }

/*North Sydney*/
.sec3 #interaction #l47 {
  top: 507px;
  left: 908px; }

/*grafton*/
.sec3 #interaction #l50 {
  top: 617px;
  left: 591px; }

/*adelaide*/
.two-col-layout {
  font-family: 'Avenir';
  position: relative;
  margin-top: 12px;
  margin-bottom: 18px;
  width: 100%;
  z-index: 10; }
  .two-col-layout:after {
    display: table;
    content: '';
    clear: both; }
  .two-col-layout .info {
    right: 10px;
    bottom: 14px;
    text-align: left; }
  .two-col-layout .text-area {
    float: left;
    position: relative;
    width: calc(50% - 16px);
    display: inline-block; }
    @media (min-width: 1024px) {
      .two-col-layout .text-area {
        width: calc(100% - 380px); } }
    @media (max-width: 1023px) {
      .two-col-layout .text-area {
        width: calc(50% - 16px) !important; } }
  @media (max-width: 1023px) and (max-width: 767px) {
    .two-col-layout .text-area {
      width: 100% !important; } }
    @media (max-width: 767px) {
      .two-col-layout .text-area {
        float: none;
        margin: 5px auto; } }
    .two-col-layout .text-area .text-title {
      font-size: 24px;
      font-weight: 900;
      padding-top: 14px;
      color: #003650; }
    .two-col-layout .text-area .text-content {
      font-size: 14px;
      font-weight: 500;
      text-align: left;
      padding-top: 30px;
      line-height: 22px;
      color: #2E2E2E; }
  .two-col-layout .pic-area {
    position: relative;
    float: right;
    border-radius: 6px;
    text-align: center; }
    .two-col-layout .pic-area img {
      width: 100%; }
    @media (min-width: 1024px) {
      .two-col-layout .pic-area {
        width: 350px; } }
    @media (max-width: 1023px) {
      .two-col-layout .pic-area {
        width: calc(50% - 16px) !important; } }
  @media (max-width: 1023px) and (max-width: 767px) {
    .two-col-layout .pic-area {
      width: 100% !important;
      margin-top: 0px !important; } }
    @media (max-width: 767px) {
      .two-col-layout .pic-area {
        float: none;
        margin: 5px auto;
        padding: 0; } }
  .two-col-layout.image-left .pic-area {
    float: left; }
  .two-col-layout.image-left .text-area {
    float: right; }
  .two-col-layout.image-left .info {
    right: auto;
    left: 10px; }

.big-map {
  width: calc(100% - 96px);
  margin: auto;
  position: relative;
  margin-top: 31px;
  margin-bottom: 20px;
  font-family: 'Avenir'; }
  @media (min-width: 1024px) {
    .big-map {
      display: none; } }
  .big-map:after {
    display: table;
    content: '';
    clear: both; }
  @media (max-width: 767px) {
    .big-map {
      width: 100%; } }
  .big-map .time-tab {
    overflow: hidden;
    border: 1px solid #1D71CD;
    border-radius: 22px;
    width: 100%;
    font-weight: 700; }
    @media (max-width: 767px) {
      .big-map .time-tab {
        width: 100%; } }
    .big-map .time-tab .default-time {
      display: none;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: #1D71CD;
      color: white;
      border: none;
      padding: 13px 0 12px;
      text-align: center; }
      @media (max-width: 767px) {
        .big-map .time-tab .default-time {
          display: block;
          width: 100%;
          height: 45px; }
          .big-map .time-tab .default-time:after {
            font-size: 24px;
            padding-left: 20px;
            top: 11px;
            right: 35px;
            content: "\f107";
            font-family: "FontAwesome";
            vertical-align: middle;
            position: absolute;
            pointer-events: none;
            font-weight: 300; } }
      .big-map .time-tab .default-time.default-time-second {
        background-color: #F5F5F5;
        color: #1D71CD; }
        .big-map .time-tab .default-time.default-time-second:after {
          content: '\f106'; }
    .big-map .time-tab .tablinks {
      cursor: pointer;
      font-size: 16px;
      line-height: 20px;
      font-weight: 700;
      color: #1D71CD;
      z-index: 3;
      width: 100%;
      position: relative;
      height: 39px;
      display: block;
      padding-left: 0; }
      @media (min-width: 768px) {
        .big-map .time-tab .tablinks {
          display: block !important; } }
      @media (max-width: 767px) {
        .big-map .time-tab .tablinks {
          display: none;
          height: auto;
          padding-left: 0; } }
      .big-map .time-tab .tablinks li {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-right: 1px solid #1D71CD;
        padding: 11px 0;
        float: left;
        list-style-type: none;
        outline: none;
        text-align: center;
        width: 25%;
        height: 39px;
        padding-left: 0;
        font-weight: 700; }
        .big-map .time-tab .tablinks li:last-of-type {
          border: none; }
        @media (min-width: 768px) {
          .big-map .time-tab .tablinks li.active, .big-map .time-tab .tablinks li:hover {
            background-color: #1D71CD;
            color: white; } }
        @media (max-width: 767px) {
          .big-map .time-tab .tablinks li {
            width: 100%;
            background-color: #F5F5F5;
            padding: 13px 0 12px;
            border: none;
            float: none;
            color: #1D71CD;
            display: block;
            height: 45px; } }
  .big-map .aus-found-map {
    height: 0;
    width: 100%; }
    @media (max-width: 767px) {
      .big-map .aus-found-map {
        background-image: url("../img/Group 8.png");
        margin-top: 0;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; } }
    .big-map .aus-found-map .map-time-list {
      font-size: 14px;
      font-weight: 700;
      color: #1D71CD;
      line-height: 24px;
      text-align: center;
      list-style-type: none;
      display: none;
      padding-left: 0; }
      @media (max-width: 767px) {
        .big-map .aus-found-map .map-time-list {
          display: block;
          padding-top: 24px;
          padding-bottom: 40px; }
          .big-map .aus-found-map .map-time-list li {
            font-size: 18px;
            padding: 8px 0; } }

.slides-wrapper {
  padding: 14px 0 25px;
  position: relative;
  max-width: 680px;
  margin: auto auto 12px; }
  .slides-wrapper:after {
    content: '';
    background: #e5e5e5;
    height: 1px;
    width: calc(100% - 50px);
    position: absolute;
    bottom: 20px;
    z-index: -1;
    left: 25px; }
    @media (max-width: 767px) {
      .slides-wrapper:after {
        left: 0;
        width: 100%; } }
  .slides-wrapper .image-area {
    position: relative;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% - 50px);
    position: relative;
    left: 25px;
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .slides-wrapper .image-area {
        height: 500px; } }
    @media (max-width: 767px) {
      .slides-wrapper .image-area {
        height: 200px;
        left: 0;
        width: 100%; } }
    .slides-wrapper .image-area .info {
      bottom: 10px;
      right: 10px; }
      @media (max-width: 767px) {
        .slides-wrapper .image-area .info.has-video {
          bottom: 60px; } }
    .slides-wrapper .image-area .btn-wrapper {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 45px; }
      @media (max-width: 767px) {
        .slides-wrapper .image-area .btn-wrapper {
          bottom: 15px;
          width: 100%;
          text-align: center; } }
  .slides-wrapper .slick-prev {
    left: -20px;
    top: 250px; }
    @media (max-width: 1023px) {
      .slides-wrapper .slick-prev {
        top: 200px; } }
    @media (max-width: 767px) {
      .slides-wrapper .slick-prev {
        display: none;
        opacity: 0; } }
    .slides-wrapper .slick-prev:before {
      opacity: 1;
      content: '\f104';
      color: #1D71CD;
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .slides-wrapper .slick-prev:hover:before {
      color: #003650; }
  .slides-wrapper .slick-next {
    right: -20px;
    top: 250px; }
    @media (max-width: 1023px) {
      .slides-wrapper .slick-next {
        top: 200px; } }
    @media (max-width: 767px) {
      .slides-wrapper .slick-next {
        display: none;
        opacity: 0; } }
    .slides-wrapper .slick-next:before {
      opacity: 1;
      content: '\f105';
      color: #1D71CD;
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .slides-wrapper .slick-next:hover:before {
      color: #003650; }
  .slides-wrapper .slide {
    position: relative; }
    .slides-wrapper .slide .slide-title {
      color: #1D71CD;
      font-family: 'Georgia';
      font-style: italic;
      text-align: center;
      padding: 5px 15px 20px; }
  .slides-wrapper .slick-dots {
    bottom: -15px;
    width: auto;
    left: 50%;
    padding: 0 18px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    background: #f5f5f5; }
    .slides-wrapper .slick-dots li button:before {
      color: #666; }
    .slides-wrapper .slick-dots li.slick-active button:before {
      color: #1D71CD; }

/* ------------------------------------------------------------------------------ */
/* interactions */
/* ------------------------------------------------------------------------------ */
/*container*/
#interaction {
  width: 960px;
  height: 880px;
  margin: 24px 0;
  padding: 0;
  position: relative; }
  @media (max-width: 1023px) {
    #interaction {
      -webkit-transform: scale(0.76) translateX(-19%) translateY(-120px);
      -ms-transform: scale(0.76) translateX(-19%) translateY(-120px);
      transform: scale(0.76) translateX(-19%) translateY(-120px);
      display: inline-block;
      left: auto;
      margin: auto;
      margin-bottom: -160px; } }
  @media (max-width: 767px) {
    #interaction {
      display: none; } }

/*map*/
#interaction #interactionMap,
#interaction #interactionMapLabels {
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 880px;
  border: none;
  z-index: 10; }

/*buttons list*/
#interaction #interactionBtns {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 20; }

/*button item*/
#interaction #interactionBtns li {
  list-style: none;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  overflow: hidden; }
  @media (min-width: 1024px) {
    #interaction #interactionBtns li {
      display: block !important; } }
  @media (max-width: 1023px) {
    #interaction #interactionBtns li {
      display: none; } }

#interaction #interactionBtns li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 14px;
  height: 14px;
  cursor: pointer !important;
  background: #1D71CD;
  border: 1px solid white;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease; }

#interaction #interactionBtns li a:hover {
  background: #0093D1; }

/*remove outline*/
#interaction #interactionBtns li a:active,
#interaction #interactionBtns li a:focus,
#interaction #interactionBtns li a:hover,
#interaction #interactionBtns li a:visited {
  outline: 0 none !important; }

/*button item coordinates*/
#interaction #l01 {
  top: 589px;
  left: 106px; }

/*perth*/
#interaction #l02 {
  top: 691px;
  left: 705px; }

/*melbourne*/
#interaction #l03 {
  top: 587px;
  left: 90px; }

/*west perth*/
#interaction #l04 {
  top: 614px;
  left: 101px; }

/*bunbury*/
#interaction #l05 {
  top: 570px;
  left: 100px; }

/*guildford*/
#interaction #l06 {
  top: 565px;
  left: 139px; }

/*york*/
#interaction #l07 {
  top: 554px;
  left: 126px; }

/*toodyay*/
#interaction #l08 {
  top: 708px;
  left: 693px; }

/*geelong*/
#interaction #l09 {
  top: 675px;
  left: 696px; }

/*kyneton*/
#interaction #l10 {
  top: 454px;
  left: 912px; }

/*brisbane*/
#interaction #l11 {
  top: 352px;
  left: 872px; }

/*rockhampton*/
#interaction #l12 {
  top: 239px;
  left: 793px; }

/*townsville*/
#interaction #l13 {
  top: 637px;
  left: 818px; }

/*goulburn*/
#interaction #l14 {
  top: 617px;
  left: 723px; }

/*albury*/
#interaction #l15 {
  top: 634px;
  left: 732px; }

/*woodonga*/
#interaction #l16 {
  top: 796px;
  left: 735px; }

/*Deloraine*/
#interaction #l17 {
  top: 596px;
  left: 693px; }

/*Deniliquin*/
#interaction #l18 {
  top: 599px;
  left: 615px; }

/*Wentworth*/
#interaction #l19 {
  top: 609px;
  left: 646px; }

/*Balranald*/
#interaction #l20 {
  top: 592px;
  left: 812px; }

/*Bathhurst*/
#interaction #l21 {
  top: 548px;
  left: 713px; }

/*cobar*/
#interaction #l22 {
  top: 522px;
  left: 722px; }

/*bourke*/
#interaction #l23 {
  top: 558px;
  left: 761px; }

/*dubbo*/
#interaction #l24 {
  top: 574px;
  left: 788px; }

/*mudgee*/
#interaction #l25 {
  top: 578px;
  left: 708px; }

/*forbes*/
#interaction #l26 {
  top: 715px;
  left: 658px; }

/*Warnambool*/
#interaction #l27 {
  top: 687px;
  left: 676px; }

/*Ballarat*/
#interaction #l28 {
  top: 722px;
  left: 682px; }

/*Colac*/
#interaction #l29 {
  top: 574px;
  left: 855px; }

/*Singleton*/
#interaction #l30 {
  top: 550px;
  left: 862px; }

/*Gunnedah*/
#interaction #l31 {
  top: 545px;
  left: 648px; }

/*broken hill*/
#interaction #l32 {
  top: 653px;
  left: 802px; }

/*Yass*/
#interaction #l33 {
  top: 520px;
  left: 673px; }

/*Wilcannia*/
#interaction #l34 {
  top: 660px;
  left: 692px; }

/*Bendigo*/
#interaction #l35 {
  top: 780px;
  left: 730px; }

/*latrobe*/
#interaction #l36 {
  top: 649px;
  left: 713px; }

/*Tatura*/
#interaction #l37 {
  top: 658px;
  left: 726px; }

/*Shepparton*/
#interaction #l38 {
  top: 479px;
  left: 890px; }

/*Emmaville*/
#interaction #l39 {
  top: 607px;
  left: 836px; }

/*Parramatta*/
#interaction #l40 {
  top: 138px;
  left: 748px; }

/*Cooktown*/
#interaction #l41 {
  top: 619px;
  left: 742px; }

/*Yarrawonga*/
#interaction #l42 {
  top: 683px;
  left: 635px; }

/*casterton*/
#interaction #l43 {
  top: 683px;
  left: 730px; }

/*Mansfield*/
#interaction #l44 {
  top: 711px;
  left: 736px; }

/*Lilydale*/
#interaction #l45 {
  top: 699px;
  left: 722px; }

/*Victoria Park*/
#interaction #l46 {
  top: 626px;
  left: 844px; }

/*North Sydney*/
#interaction #l47 {
  top: 510px;
  left: 908px; }

/*grafton*/
#interaction #l48 {
  top: 485px;
  left: 922px; }

/*Casino*/
#interaction #l49 {
  top: 498px;
  left: 920px; }

/*Cowper*/
#interaction #l50 {
  top: 621px;
  left: 586px; }

/*adelaide*/
#interaction #l51 {
  top: 700px;
  left: 628px; }

/*Mt Gambier*/
#interaction #l52 {
  top: 518px;
  left: 228px; }

/*Coolgardie*/
/*tip*/
#interaction #interactionTip {
  position: absolute;
  width: auto;
  overflow: visible;
  z-index: 30;
  display: none; }

.ie6 #interaction #interactionTip,
.ie7 #interaction #interactionTip {
  width: 160px;
  /*140+10x2*/
  overflow: hidden; }

#interaction #interactionTip p {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 22px;
  text-align: center;
  background: #1D71CD;
  border: 1px solid white;
  margin: 0;
  padding: 4px 10px;
  width: auto;
  overflow: visible;
  /*border radius*/
  border-radius: 12px; }
  #interaction #interactionTip p:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -9px;
    z-index: 1;
    background: transparent;
    left: calc(50% - 6px);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white; }
  #interaction #interactionTip p:after {
    content: '';
    z-index: 2;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    background: transparent;
    left: calc(50% - 4px);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid #1D71CD; }

.ie6 #interaction #interactionTip p,
.ie7 #interaction #interactionTip p {
  width: 140px;
  word-break: break-all;
  overflow: hidden; }

/*year text style*/
#interaction #interactionTip p .year {
  font-size: 10px;
  line-height: 14px; }

#interaction #interactionTip {
  max-width: none;
  width: auto;
  white-space: nowrap; }
  #interaction #interactionTip span {
    font-style: normal;
    color: white;
    display: inline-block;
    width: auto;
    font-weight: 500; }
    #interaction #interactionTip span.location {
      font-weight: 700; }
    #interaction #interactionTip span.year {
      font-size: 12px;
      margin-right: 15px;
      position: relative; }
      #interaction #interactionTip span.year:after {
        position: absolute;
        width: 1px;
        content: '';
        height: 18px;
        bottom: -1px;
        right: -8px;
        background: #2C85C8; }

.quick-link-wrapper {
  position: relative;
  margin: auto;
  width: calc(100% + 30px);
  -webkit-transform: translate(-15px);
  -ms-transform: translate(-15px);
  transform: translate(-15px);
  padding-top: 10px; }
  .quick-link-wrapper::after {
    clear: both;
    content: "";
    display: block; }
  @media (max-width: 767px) {
    .quick-link-wrapper {
      width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  .quick-link-wrapper .quick-link {
    position: relative;
    margin-bottom: 10px;
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    height: 69px;
    border-radius: 6px;
    color: white;
    font-family: 'Avenir';
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 52px;
    vertical-align: middle;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    .quick-link-wrapper .quick-link:after {
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
      transform: translateY(-50%) rotate(-90deg);
      font-size: 24px;
      content: "\f107";
      font-family: "FontAwesome";
      vertical-align: middle;
      position: absolute;
      pointer-events: none;
      font-weight: 300; }
    @media (max-width: 1023px) {
      .quick-link-wrapper .quick-link {
        height: 66px; } }
    @media (max-width: 767px) {
      .quick-link-wrapper .quick-link {
        margin-left: 0px;
        width: 100%;
        height: 55px;
        font-size: 14px; } }
    .quick-link-wrapper .quick-link:before {
      content: '';
      position: absolute;
      width: 200px;
      height: 100%;
      background-image: url("../img/cross-pattern.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: left;
      right: 0;
      top: 0; }
      @media (max-width: 767px) {
        .quick-link-wrapper .quick-link:before {
          width: 144px;
          background-size: 130%; } }
    .quick-link-wrapper .quick-link .border {
      position: absolute;
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      left: 1px;
      top: 1px;
      border: 1px solid;
      border-radius: 6px;
      pointer-events: none; }
    .quick-link-wrapper .quick-link .quick-link-inner {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      padding-right: 52px;
      left: 0;
      padding-left: 20px; }
    .quick-link-wrapper .quick-link.link-1 {
      background-color: #0093D1; }
      .quick-link-wrapper .quick-link.link-1:hover {
        background-color: #003650; }
    .quick-link-wrapper .quick-link.link-2 {
      background-color: #FF9500; }
      .quick-link-wrapper .quick-link.link-2:hover {
        background-color: #FF6800; }
    .quick-link-wrapper .quick-link.link-3 {
      background-color: #004C70; }
      .quick-link-wrapper .quick-link.link-3:hover {
        background-color: #3e7e9c; }
    .quick-link-wrapper .quick-link.link-4 {
      background-color: #F2635F; }
      .quick-link-wrapper .quick-link.link-4:hover {
        background-color: #FF5050; }

.innerpages .quick-link-wrapper {
  margin-top: 20px; }

.hide-header .site-header {
  display: none; }

.north-sydney-header {
  background: #003650; }
  .north-sydney-header ul {
    max-width: 1024px;
    margin: auto;
    text-align: right; }
    @media (max-width: 767px) {
      .north-sydney-header ul {
        text-align: center; } }
    .north-sydney-header ul li {
      list-style: none;
      display: inline-block;
      padding: 20px 15px; }
      .north-sydney-header ul li a {
        color: white;
        font-weight: 600;
        line-height: 26px;
        display: block;
        position: relative; }
        .north-sydney-header ul li a:after {
          position: absolute;
          height: 1px;
          content: '';
          background: #003650;
          bottom: -20px;
          height: 3px;
          left: 0;
          width: 100%; }
        .north-sydney-header ul li a.current, .north-sydney-header ul li a:hover {
          color: #0093D1; }
          .north-sydney-header ul li a.current:after, .north-sydney-header ul li a:hover:after {
            background: #0093D1; }

.paginate .wp-pagenavi {
  background: white;
  padding: 25px 20px;
  position: relative;
  text-align: right;
  z-index: 1; }
  @media (max-width: 767px) {
    .paginate .wp-pagenavi {
      text-align: center; } }
  .paginate .wp-pagenavi .pages {
    font-size: 16px;
    color: #5C5C5C;
    text-align: left;
    margin-right: 10px; }
    @media (max-width: 767px) {
      .paginate .wp-pagenavi .pages {
        text-align: center;
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 10px; } }
  .paginate .wp-pagenavi .current {
    position: relative;
    text-align: center;
    margin: 0 6px;
    color: #1D71CD;
    border-radius: 4px;
    font-weight: 700; }
  .paginate .wp-pagenavi .page {
    color: rgba(92, 92, 92, 0.5);
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    padding: 0 6px;
    position: relative; }
    .paginate .wp-pagenavi .page:hover {
      color: #1D71CD; }
  .paginate .wp-pagenavi .nextpostslink,
  .paginate .wp-pagenavi .previouspostslink {
    color: #1D71CD;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    margin: 0 12px;
    position: relative; }

.login-modal {
  height: 330px; }
  .login-modal .top-part {
    background: #003650;
    height: 66px;
    color: white;
    position: relative; }
    .login-modal .top-part span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-weight: 700;
      font-size: 20px;
      color: white; }
    .login-modal .top-part .remodal-close {
      border: none;
      background: transparent;
      top: 15px; }
  .login-modal label {
    display: none; }
  .login-modal input:not([type=submit]) {
    border-bottom: 1px solid #e5e5e5;
    width: 400px;
    padding: 24px 20px 12px;
    text-align: center;
    max-width: calc(100% - 20px); }
  .login-modal input[type=submit] {
    margin-top: 24px;
    font-weight: 700;
    width: 180px;
    padding: 10px 0;
    background: #1D71CD;
    color: white;
    border-radius: 25px; }
    .login-modal input[type=submit]:hover {
      background: #0093D1; }
  .login-modal .forget {
    margin-top: 16px;
    opacity: .7; }

.from-iframe.hide-header {
  font-family: "Roboto";
  font-weight: 400; }
  .from-iframe.hide-header .btn-download {
    background: #0288D1; }
    .from-iframe.hide-header .btn-download:hover {
      background: #003650; }
  .from-iframe.hide-header .north-sydney-header,
  .from-iframe.hide-header .site-footer,
  .from-iframe.hide-header .site-header {
    display: none; }
  .from-iframe.hide-header .members .entry-content {
    padding: 0; }
  .from-iframe.hide-header .members .editor-content-main.editor-content p {
    color: #333333;
    font-weight: 400; }
  .from-iframe.hide-header .members-list-area-wrapper {
    margin-bottom: 0; }
  .from-iframe.hide-header.single article {
    max-width: 100%;
    margin-left: 0; }
    .from-iframe.hide-header.single article .entry-header {
      max-width: none;
      padding-top: 13px; }
      .from-iframe.hide-header.single article .entry-header h1 {
        display: none; }
        @media (max-width: 767px) {
          .from-iframe.hide-header.single article .entry-header h1 {
            display: none; } }

.from-iframe.hide-header:not(.page-template-page-obituaries) {
  background: none; }

.from-iframe.page-template-page-obituaries article {
  max-width: none;
  margin-left: 0; }
  .from-iframe.page-template-page-obituaries article .entry-header {
    margin-top: 0; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.home-wrapper {
  padding-bottom: 30px; }

.banner-area {
  position: relative;
  background-image: url("../img/banner-image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 1024px) {
    .banner-area {
      height: 507px;
      position: relative; }
      .banner-area:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 57.29167%; }
      .banner-area > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  @media (max-width: 1023px) {
    .banner-area {
      height: 571px;
      background-position: -700px 0; } }
  @media (max-width: 767px) {
    .banner-area {
      height: 369px;
      background-position: -565px 0; } }
  @media (max-width: 767px) and (min-width: 600px) {
    .banner-area {
      height: 369px;
      background-position: -320px 0; } }
  .banner-area .banner-title {
    position: absolute;
    color: white;
    max-height: 200px;
    font-family: 'Avenir';
    bottom: 23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    @media (max-width: 1023px) {
      .banner-area .banner-title {
        bottom: 43px; } }
    .banner-area .banner-title .main-banner-title {
      font-size: 32px;
      line-height: 32px;
      font-weight: 900;
      padding-bottom: 16px;
      position: relative; }
      .banner-area .banner-title .main-banner-title:after {
        content: '';
        width: 150px;
        height: 1px;
        border-bottom: 1px solid white;
        position: absolute;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0; }
      @media (max-width: 767px) {
        .banner-area .banner-title .main-banner-title {
          font-size: 24px; } }
    .banner-area .banner-title .second-banner-title {
      font-size: 18px;
      line-height: 20px;
      font-weight: 500;
      padding-bottom: 20px;
      padding-top: 18px; }
      @media (max-width: 767px) {
        .banner-area .banner-title .second-banner-title {
          font-size: 14px; } }
    .banner-area .banner-title .learn-more {
      font-size: 16px;
      line-height: 28.8px;
      font-weight: 700;
      width: 162px;
      height: 45px;
      border: 1px solid white;
      border-radius: 23.5px;
      background: #1D71CD;
      padding-top: 8px;
      display: inline-block;
      -webkit-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease; }
      .banner-area .banner-title .learn-more a {
        display: block; }
      .banner-area .banner-title .learn-more:hover {
        background: #0093D1; }
      @media (max-width: 1023px) {
        .banner-area .banner-title .learn-more {
          line-height: 32px;
          width: 180px;
          height: 51px;
          border-radius: 25px; } }
      @media (max-width: 767px) {
        .banner-area .banner-title .learn-more {
          font-size: 14px;
          line-height: 32px;
          width: 140px;
          height: 40px;
          border-radius: 20px;
          padding-top: 4px; } }

.site-introduction {
  min-height: 112px;
  position: relative;
  max-width: 961px;
  margin: auto;
  padding-top: 10px; }
  .site-introduction .intro-content {
    font-family: 'Avenir';
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
    padding: 20px 0 25px; }
    @media (max-width: 1023px) {
      .site-introduction .intro-content {
        width: 100%;
        padding: 20px 16px 25px; } }

.home .quick-link-wrapper {
  max-width: 1001px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }
  @media (max-width: 1023px) {
    .home .quick-link-wrapper {
      width: 100%; } }
  @media (max-width: 767px) {
    .home .quick-link-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

.innerpages .entry-content {
  padding: 50px 15px;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden; }

.editor-content {
  overflow: hidden;
  width: 100%; }
  .editor-content:after {
    display: table;
    content: '';
    clear: both; }
  .editor-content .leader {
    color: #003650;
    font-style: italic; }
  .editor-content iframe {
    margin-top: 6px;
    margin-bottom: 14px;
    max-width: 100%; }
    @media (max-width: 767px) {
      .editor-content iframe {
        width: 100%;
        height: auto; } }
  .editor-content p {
    padding-top: 6px;
    padding-bottom: 14px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #2E2E2E; }
    @media (min-width: 1024px) {
      .editor-content p {
        font-size: 16px;
        line-height: 30px; } }
    .editor-content p em,
    .editor-content p i {
      font-family: 'Georgia';
      font-style: italic;
      color: #0093D1;
      font-size: 16px;
      line-height: 22px; }
    .editor-content p strong {
      font-weight: 700; }
    .editor-content p a {
      color: #1D71CD;
      word-break: break-all; }
      .editor-content p a:hover {
        color: #0093D1; }
    .editor-content p.leader {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400; }
    .editor-content p.quote {
      padding: 0; }
      .editor-content p.quote + hr {
        margin-top: 14px; }
    .editor-content p.quote-sign {
      padding: 0; }
      .editor-content p.quote-sign + hr {
        margin-top: 14px; }
  .editor-content h1 {
    font-size: 32px;
    line-height: 40px;
    color: #003650;
    font-weight: 900;
    padding-top: 14px;
    padding-bottom: 20px; }
  .editor-content h2 {
    font-size: 24px;
    line-height: 32px;
    color: #003650;
    font-weight: 900;
    padding-top: 12px;
    padding-bottom: 10px; }
  .editor-content h3 {
    font-family: 'Georgia';
    font-style: italic;
    font-weight: 400;
    color: #0093D1;
    font-size: 22px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .editor-content h4,
  .editor-content h5,
  .editor-content h6 {
    font-weight: 700;
    color: #003650;
    font-size: 18px;
    font-weight: 26px;
    padding-top: 8px;
    padding-bottom: 10px; }
  .editor-content hr {
    margin-top: 14px;
    margin-bottom: 22px;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e5e5e5; }
  .editor-content > ol,
  .editor-content > p > ul,
  .editor-content > ul,
  .editor-content > p > ol {
    padding-top: 6px;
    padding-bottom: 14px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #2E2E2E; }
    @media (min-width: 1024px) {
      .editor-content > ol,
      .editor-content > p > ul,
      .editor-content > ul,
      .editor-content > p > ol {
        font-size: 16px;
        line-height: 30px; } }
    .editor-content > ol em,
    .editor-content > ol i,
    .editor-content > p > ul em,
    .editor-content > p > ul i,
    .editor-content > ul em,
    .editor-content > ul i,
    .editor-content > p > ol em,
    .editor-content > p > ol i {
      font-family: 'Georgia';
      font-style: italic;
      color: #0093D1;
      font-size: 16px;
      line-height: 22px; }
    .editor-content > ol strong,
    .editor-content > p > ul strong,
    .editor-content > ul strong,
    .editor-content > p > ol strong {
      font-weight: 700; }
    .editor-content > ol a,
    .editor-content > p > ul a,
    .editor-content > ul a,
    .editor-content > p > ol a {
      color: #1D71CD;
      word-break: break-all; }
      .editor-content > ol a:hover,
      .editor-content > p > ul a:hover,
      .editor-content > ul a:hover,
      .editor-content > p > ol a:hover {
        color: #0093D1; }
    .editor-content > ol.leader,
    .editor-content > p > ul.leader,
    .editor-content > ul.leader,
    .editor-content > p > ol.leader {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400; }
    .editor-content > ol.quote,
    .editor-content > p > ul.quote,
    .editor-content > ul.quote,
    .editor-content > p > ol.quote {
      padding: 0; }
      .editor-content > ol.quote + hr,
      .editor-content > p > ul.quote + hr,
      .editor-content > ul.quote + hr,
      .editor-content > p > ol.quote + hr {
        margin-top: 14px; }
    .editor-content > ol.quote-sign,
    .editor-content > p > ul.quote-sign,
    .editor-content > ul.quote-sign,
    .editor-content > p > ol.quote-sign {
      padding: 0; }
      .editor-content > ol.quote-sign + hr,
      .editor-content > p > ul.quote-sign + hr,
      .editor-content > ul.quote-sign + hr,
      .editor-content > p > ol.quote-sign + hr {
        margin-top: 14px; }
  .editor-content ul {
    list-style: disc;
    padding-left: 20px; }
  .editor-content ol {
    list-style: decimal;
    padding-left: 20px; }
  .editor-content p.quote {
    color: #0093D1;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700; }
  .editor-content .quote-sign {
    color: #2E2E2E;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px; }
  .editor-content table {
    margin-top: 6px;
    margin-bottom: 14px;
    max-width: 100%; }
    @media (max-width: 767px) {
      .editor-content table {
        width: 100% !important; } }
  .editor-content.content_with_background_image {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom;
    margin-top: 18px;
    margin-bottom: 36px;
    overflow: visible;
    position: relative;
    right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% + 30px); }
    .editor-content.content_with_background_image:after {
      position: absolute;
      height: 1px;
      content: '';
      width: calc(100% - 30px);
      left: 15px;
      bottom: -16px;
      background: #D5D5D5; }
  .editor-content.content_with_video_popup .btn-wrapper {
    text-align: center;
    padding: 10px 0 18px; }

.editor-content {
  color: #2E2E2E;
  font-size: 16px;
  line-height: 24px; }

.text-modal-container .editor-content p {
  font-size: 14px;
  line-height: 22px; }
  @media (min-width: 1024px) {
    .text-modal-container .editor-content p {
      font-size: 14px;
      line-height: 22px; } }

.members .entry-content {
  max-width: none;
  padding: 0 5px; }

.members .editor-content-wrapper {
  max-width: 1024px;
  margin: auto;
  background: white; }

.members .editor-content-main.editor-content {
  margin-top: 5px;
  padding: 40px 15px;
  color: #333333; }

.members .paginate .wp-pagenavi .page,
.members .paginate .wp-pagenavi .pages {
  color: #333333;
  font-weight: 400; }

.members-search-area-wrapper {
  height: 160px;
  max-width: 1024px;
  margin: auto;
  background: white;
  margin-top: 5px; }

.members-search-area {
  max-width: 1024px;
  margin: auto;
  position: relative;
  height: 100%;
  width: 100%; }
  .members-search-area form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .members-search-area input[type=text] {
    color: #333333;
    padding-bottom: 10px;
    border-bottom: 1px solid #333333;
    width: calc(100% - 190px);
    display: inline-block;
    float: left;
    vertical-align: bottom;
    height: 39px; }
    .members-search-area input[type=text].placeholder {
      color: #333333; }
    .members-search-area input[type=text]:-moz-placeholder {
      color: #333333; }
    .members-search-area input[type=text]::-moz-placeholder {
      color: #333333; }
    .members-search-area input[type=text]::-webkit-input-placeholder {
      color: #333333; }
    @media (max-width: 767px) {
      .members-search-area input[type=text] {
        width: 100%; } }
  .members-search-area input[type=submit] {
    float: right;
    margin-left: 20px;
    vertical-align: bottom;
    width: 160px;
    height: 40px;
    background: #0288D1;
    font-weight: 600;
    color: white;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    .members-search-area input[type=submit]:hover {
      background: #003650; }
    @media (max-width: 767px) {
      .members-search-area input[type=submit] {
        width: 100%;
        margin-top: 20px; } }

.members-list-area-wrapper {
  max-width: 1024px;
  margin: auto;
  background: white;
  margin-top: 5px;
  margin-bottom: 60px; }

.members-list-area {
  padding: 40px 15px;
  padding-top: 10px; }
  .members-list-area .member-item {
    padding: 22px 0;
    display: table;
    width: 100%;
    border-bottom: 1px solid #dedede; }
    .members-list-area .member-item:after {
      display: table;
      content: '';
      clear: both; }
    .members-list-area .member-item .profile {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: table-cell; }
      @media (max-width: 767px) {
        .members-list-area .member-item .profile {
          display: block;
          position: absolute; } }
    .members-list-area .member-item .member-name {
      color: #0288D1;
      padding-left: 20px;
      display: table-cell;
      vertical-align: middle; }
      .members-list-area .member-item .member-name:hover {
        color: #003650; }
      @media (max-width: 767px) {
        .members-list-area .member-item .member-name {
          display: block;
          padding-left: 100px; } }
    .members-list-area .member-item .btn {
      font-weight: 600;
      text-align: center;
      line-height: 40px;
      vertical-align: bottom;
      display: block;
      width: 160px;
      height: 40px;
      background: #0288D1;
      color: white;
      float: right;
      margin-top: 20px;
      -webkit-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease; }
      .members-list-area .member-item .btn:hover {
        background: #003650; }
      @media (max-width: 767px) {
        .members-list-area .member-item .btn {
          display: block;
          float: none;
          width: 100%;
          margin-left: 100px;
          width: calc(100% - 100px); } }

body.page-template-page-obituaries {
  background-color: #F0F1F3;
  background-image: url("../img/obituaries-background.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  body.page-template-page-obituaries article {
    max-width: calc(100% - 20px);
    margin-left: 10px; }
  body.page-template-page-obituaries .entry-header {
    padding: 0 20px;
    margin: 5px auto;
    background: white;
    min-height: 110px;
    width: 100%;
    max-width: 1024px;
    position: relative; }
    body.page-template-page-obituaries .entry-header h1 {
      display: inline-block;
      margin-right: 50px;
      color: #003650;
      vertical-align: middle;
      line-height: 110px; }
      @media (max-width: 1023px) {
        body.page-template-page-obituaries .entry-header h1 {
          display: block; } }
  body.page-template-page-obituaries .paginate .wp-pagenavi .page,
  body.page-template-page-obituaries .paginate .wp-pagenavi .pages {
    color: #333333;
    font-weight: 400; }

.orbituaries-listing {
  max-width: 1024px;
  margin: auto; }
  .orbituaries-listing ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    *zoom: 1;
    display: block; }
    .orbituaries-listing ul:after, .orbituaries-listing ul:before {
      content: " ";
      display: table; }
    .orbituaries-listing ul:after {
      clear: both; }
    .orbituaries-listing ul li {
      width: calc(33%);
      padding: 10px 0;
      float: left;
      background: white;
      margin-bottom: 5px;
      margin-right: 5px;
      -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15); }
      .orbituaries-listing ul li header {
        padding: 0 20px;
        color: #003650;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 30px; }
        .orbituaries-listing ul li header span {
          display: inline-block;
          height: 30px;
          margin-right: 5px;
          vertical-align: bottom; }
      .orbituaries-listing ul li .sister_details__content {
        margin-bottom: 10px;
        background: #F7F7F7;
        padding: 22px 20px;
        color: #333333; }
        .orbituaries-listing ul li .sister_details__content .given-name-content {
          display: inline-block;
          float: right;
          width: calc(100% - 130px);
          line-height: 20px;
          top: 1px;
          position: relative; }
        .orbituaries-listing ul li .sister_details__content div {
          margin-bottom: 26px;
          font-size: 14px; }
          .orbituaries-listing ul li .sister_details__content div:last-of-type {
            margin-bottom: 30px; }
        .orbituaries-listing ul li .sister_details__content > div span:first-child {
          color: #0288D1;
          font-weight: 600;
          display: inline-block;
          width: 130px;
          font-size: 16px; }
      .orbituaries-listing ul li .sister_details__more {
        padding: 0 20px;
        text-align: right; }
        .orbituaries-listing ul li .sister_details__more a {
          font-size: 14px; }
      .orbituaries-listing ul li:nth-child(3n) {
        margin-right: 0; }
      @media (max-width: 1023px) {
        .orbituaries-listing ul li {
          width: calc(50% - 2.5px); }
          .orbituaries-listing ul li:nth-child(3n) {
            margin-right: 5px; }
          .orbituaries-listing ul li:nth-child(2n) {
            margin-right: 0; } }
      @media (max-width: 767px) {
        .orbituaries-listing ul li {
          margin-right: 0;
          width: 100%; } }

body.single .entry-content .inner-wrapper:after {
  display: table;
  content: '';
  clear: both; }

body.single article {
  max-width: 1024px;
  margin: auto; }

body.single .entry-header {
  padding: 0 20px;
  margin: 5px auto;
  background: white;
  height: 110px;
  width: 100%;
  max-width: 1024px; }
  @media (max-width: 767px) {
    body.single .entry-header {
      height: auto; } }
  body.single .entry-header h1 {
    display: inline-block;
    margin-right: 50px;
    color: #003650;
    line-height: 110px; }
    @media (max-width: 767px) {
      body.single .entry-header h1 {
        line-height: 80px;
        margin-bottom: 0;
        padding-bottom: 0;
        display: block; } }

body.single .sister_details__avatar {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle; }
  @media (max-width: 767px) {
    body.single .sister_details__avatar {
      padding-bottom: 20px; } }
  body.single .sister_details__avatar .image-area {
    vertical-align: middle;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%; }

body.single .sister_details__name {
  display: inline-block;
  color: #0288D1;
  font-weight: 600;
  line-height: 80px; }

.sister_details__wrapper {
  width: calc(66% - 5px);
  float: left;
  margin-right: 5px;
  background: white;
  color: #444; }
  .sister_details__wrapper.member__wrapper {
    width: 100%;
    margin-right: 0;
    float: none; }
  @media (max-width: 1023px) {
    .sister_details__wrapper {
      float: none;
      width: 100%;
      position: relative;
      margin-right: 0; } }
  .sister_details__wrapper .sister_details__tabs ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid rgba(92, 92, 92, 0.15); }
    .sister_details__wrapper .sister_details__tabs ul li {
      display: inline-block;
      padding: 15px 30px;
      font-size: 14px; }
      .sister_details__wrapper .sister_details__tabs ul li a {
        display: block;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        color: #333333; }
        .sister_details__wrapper .sister_details__tabs ul li a:hover {
          color: #18364E; }
      .sister_details__wrapper .sister_details__tabs ul li.active {
        border-bottom: 4px solid #18364E; }
        .sister_details__wrapper .sister_details__tabs ul li.active a {
          color: #18364E; }
  .sister_details__wrapper .sister_details__content,
  .sister_details__wrapper .sister_details__document {
    color: #333333; }
    .sister_details__wrapper .sister_details__content ul,
    .sister_details__wrapper .sister_details__document ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .sister_details__wrapper .sister_details__content ul p,
      .sister_details__wrapper .sister_details__document ul p {
        margin-top: 8px; }
      .sister_details__wrapper .sister_details__content ul li,
      .sister_details__wrapper .sister_details__document ul li {
        border-bottom: 1px solid rgba(92, 92, 92, 0.15);
        padding: 15px 20px;
        font-size: 14px; }
        @media (min-width: 1024px) {
          .sister_details__wrapper .sister_details__content ul li.mobile-only,
          .sister_details__wrapper .sister_details__document ul li.mobile-only {
            display: none; } }
        @media (max-width: 1023px) {
          .sister_details__wrapper .sister_details__content ul li.large-only,
          .sister_details__wrapper .sister_details__document ul li.large-only {
            display: none; } }
        .sister_details__wrapper .sister_details__content ul li.block span,
        .sister_details__wrapper .sister_details__document ul li.block span {
          display: block; }
        .sister_details__wrapper .sister_details__content ul li.block p,
        .sister_details__wrapper .sister_details__document ul li.block p {
          line-height: 22px; }
        .sister_details__wrapper .sister_details__content ul li span,
        .sister_details__wrapper .sister_details__document ul li span {
          display: inline-block;
          width: 50%;
          color: #0288D1;
          font-size: 16px;
          font-weight: 500; }
        .sister_details__wrapper .sister_details__content ul li a,
        .sister_details__wrapper .sister_details__document ul li a {
          color: #0288D1; }
          .sister_details__wrapper .sister_details__content ul li a:hover,
          .sister_details__wrapper .sister_details__document ul li a:hover {
            color: #003650; }
            .sister_details__wrapper .sister_details__content ul li a:hover.btn,
            .sister_details__wrapper .sister_details__document ul li a:hover.btn {
              color: white; }
          .sister_details__wrapper .sister_details__content ul li a.btn,
          .sister_details__wrapper .sister_details__document ul li a.btn {
            color: white; }
  .sister_details__wrapper .sister_details__document {
    display: none; }
    .sister_details__wrapper .sister_details__document ul li {
      position: relative;
      padding-top: 24px;
      padding-bottom: 24px; }
      .sister_details__wrapper .sister_details__document ul li:after {
        content: '';
        display: table;
        clear: both; }
      .sister_details__wrapper .sister_details__document ul li img {
        top: 21px;
        margin-right: 10px;
        position: absolute; }
      .sister_details__wrapper .sister_details__document ul li .btn,
      .sister_details__wrapper .sister_details__document ul li img,
      .sister_details__wrapper .sister_details__document ul li span {
        display: inline-block; }
      .sister_details__wrapper .sister_details__document ul li span {
        padding-left: 32px;
        width: 100%;
        padding-right: 120px; }
        @media (max-width: 767px) {
          .sister_details__wrapper .sister_details__document ul li span {
            display: block;
            padding-right: 0; } }
    .sister_details__wrapper .sister_details__document .btn {
      position: absolute;
      right: 20px;
      top: calc(50% - 20px); }
      @media (max-width: 767px) {
        .sister_details__wrapper .sister_details__document .btn {
          position: relative;
          width: 100%;
          right: auto;
          top: auto;
          margin-top: 20px; } }

.sister_details__story {
  display: none; }
  .sister_details__story .story-item {
    padding: 30px 20px;
    position: relative;
    border-bottom: 1px solid rgba(92, 92, 92, 0.15); }
  .sister_details__story img {
    width: 50px;
    height: 50px;
    position: absolute; }
  .sister_details__story .story-date,
  .sister_details__story > a {
    display: block;
    padding-left: 0; }
  .sister_details__story .story-date {
    font-size: 12px; }
  .sister_details__story .story-author {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
    color: #0288D1;
    font-weight: 600; }
  .sister_details__story .story-content {
    line-height: 24px;
    color: #333; }

.obituary__share-story {
  width: 34%;
  float: left;
  background: white;
  padding: 20px;
  font-size: 14px; }
  @media (max-width: 1023px) {
    .obituary__share-story {
      float: none;
      width: 100%;
      position: relative; } }
  .obituary__share-story header {
    font-size: 16px;
    color: #003650;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px; }
  .obituary__share-story p {
    line-height: 20px;
    color: #333333; }
  .obituary__share-story form {
    margin-top: 18px; }
  .obituary__share-story input[type=text],
  .obituary__share-story textarea {
    width: 100%;
    border: 1px solid #333333;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    color: #333333; }
    .obituary__share-story input[type=text].placeholder,
    .obituary__share-story textarea.placeholder {
      color: #333333; }
    .obituary__share-story input[type=text]:-moz-placeholder,
    .obituary__share-story textarea:-moz-placeholder {
      color: #333333; }
    .obituary__share-story input[type=text]::-moz-placeholder,
    .obituary__share-story textarea::-moz-placeholder {
      color: #333333; }
    .obituary__share-story input[type=text]::-webkit-input-placeholder,
    .obituary__share-story textarea::-webkit-input-placeholder {
      color: #333333; }
  .obituary__share-story button {
    background: #49D76E;
    color: white;
    border-color: #49D76E;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600; }
    .obituary__share-story button:hover {
      background: #73e08f;
      border-color: #73e08f; }

.back-wrapper {
  position: relative;
  text-align: center;
  margin: 30px 0;
  clear: both; }
  .back-wrapper .obituary__back {
    float: none;
    display: inline; }

.error404 .top-nav,
.search .top-nav {
  display: none; }

.error404 .top-banner,
.search .top-banner {
  display: none; }

.error404 article,
.search article {
  padding: 50px 15px;
  max-width: 1024px;
  margin: auto; }
  .error404 article .entry-header,
  .search article .entry-header {
    font-size: 22px;
    line-height: 30px;
    color: #003650;
    margin-bottom: 20px; }
  .error404 article .result-item,
  .search article .result-item {
    margin-top: 30px;
    padding-bottom: 20px; }
    .error404 article .result-item a,
    .search article .result-item a {
      margin-top: 10px;
      color: #1D71CD;
      display: block; }
      .error404 article .result-item a:hover,
      .search article .result-item a:hover {
        color: #0093D1; }
    .error404 article .result-item .entry-title,
    .search article .result-item .entry-title {
      font-size: 18px; }
    .error404 article .result-item .entry-header,
    .search article .result-item .entry-header {
      margin-bottom: 10px; }
  .error404 article .entry-content,
  .search article .entry-content {
    font-size: 16px; }
  .error404 article .searchform,
  .search article .searchform {
    margin-top: 20px; }
    .error404 article .searchform input[type=search],
    .search article .searchform input[type=search] {
      height: 50px;
      line-height: 50px;
      padding: 0 15px;
      width: 500px;
      margin-right: 15px; }
      @media (max-width: 767px) {
        .error404 article .searchform input[type=search],
        .search article .searchform input[type=search] {
          margin-right: 0;
          width: 100%;
          margin-bottom: 15px; } }
    .error404 article .searchform input[type=submit],
    .search article .searchform input[type=submit] {
      height: 50px;
      padding: 0 20px;
      background: #1D71CD;
      color: white;
      -webkit-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease; }
      .error404 article .searchform input[type=submit]:hover,
      .search article .searchform input[type=submit]:hover {
        background: #003650; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 20px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #333;
    border-radius: 0.5px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 40px;
  perspective: 40px; }

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 40px;
  perspective: 40px; }

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 40px;
  perspective: 40px; }

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 40px;
  perspective: 40px; }

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    -o-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
  -o-transition-delay: 0.32s;
  transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
    -o-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    -o-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(45deg);
  transform: translate3d(0, -8px, 0) rotate(45deg);
  -webkit-transition-delay: 0.32s;
  -o-transition-delay: 0.32s;
  transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
    -o-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 8px;
    -webkit-transition: opacity 0.15s 0.4s ease;
    -o-transition: opacity 0.15s 0.4s ease;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 16px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
  transform: translate3d(0, 8px, 0) rotate(135deg);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 8px;
    -webkit-transition: opacity 0.15s 0.4s ease;
    -o-transition: opacity 0.15s 0.4s ease;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 16px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-135deg);
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(270deg);
    transform: translate3d(0, -16px, 0) rotate(270deg);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 0.2s 0.25s ease-in;
    -o-transition: background-color 0.2s 0.25s ease-in;
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      -o-transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
    .hamburger--emphatic .hamburger-inner::after {
      top: 8px;
      right: 0;
      -webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      -o-transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -40px;
      top: -40px;
      -webkit-transform: translate3d(40px, 40px, 0) rotate(45deg);
      transform: translate3d(40px, 40px, 0) rotate(45deg);
      -webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -40px;
      top: -40px;
      -webkit-transform: translate3d(-40px, 40px, 0) rotate(-45deg);
      transform: translate3d(-40px, 40px, 0) rotate(-45deg);
      -webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color 0.2s 0.25s ease-in;
    -o-transition: background-color 0.2s 0.25s ease-in;
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      -o-transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 8px;
      right: 0;
      -webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      -o-transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -40px;
      top: 40px;
      -webkit-transform: translate3d(40px, -40px, 0) rotate(-45deg);
      transform: translate3d(40px, -40px, 0) rotate(-45deg);
      -webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -40px;
      top: 40px;
      -webkit-transform: translate3d(-40px, -40px, 0) rotate(45deg);
      transform: translate3d(-40px, -40px, 0) rotate(45deg);
      -webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
  transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-2.85714px, -6px, 0);
    transform: rotate(-45deg) translate3d(-2.85714px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
    transform: translate3d(0, -16px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 8px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 16px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
  transform: translate3d(0, 8px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(2.85714px, -6px, 0);
    transform: rotate(45deg) translate3d(2.85714px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(90deg);
    transform: translate3d(0, -16px, 0) rotate(90deg); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  -webkit-transition: background-color 0s 0.15s linear;
  -o-transition: background-color 0s 0.15s linear;
  transition: background-color 0s 0.15s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.32s;
  -o-transition-delay: 0.32s;
  transition-delay: 0.32s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
    transform: translate3d(0, 8px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -16px;
    -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    -o-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
  -o-transition-delay: 0.32s;
  transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
    -o-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.14s;
  -o-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
    -o-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition-delay: 0.14s;
  -o-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    -o-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
  -o-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    -o-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
  -ms-transform: rotate(765deg);
  transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
  -ms-transform: rotate(-765deg);
  transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

.fa.pull-right {
  margin-left: .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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  -ms-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 {
  -ms-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 {
  -webkit-filter: none;
  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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

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

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

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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; }
  .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;
  z-index: 1000;
  display: block;
  height: 40px;
  width: 40px;
  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.5; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "FontAwesome";
    font-size: 40px;
    line-height: 1;
    color: #999;
    opacity: .5;
    -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-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  text-align: center;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 1000; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    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: 10px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.5;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 1; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }
