@charset "UTF-8";
/*!
Theme Name: Origin
Theme URI: http://underscores.me/
Author: Geoff Guillain
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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  background: #001d5a; }

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;
  text-decoration: none;
  color: inherit; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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; }

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; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

input, textarea {
  outline: none; }

textarea {
  resize: vertical; }

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.screen-reader-text {
  display: none; }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-variant: normal;
  text-transform: none; }

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

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

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.site-content {
  background: white; }
  @media (max-width: 1023px) {
    .site-content {
      margin-top: 82px; } }
  @media (max-width: 1023px) {
    .site-content {
      margin-top: 80px; } }

.site {
  position: relative; }
  @media (max-width: 1023px) {
    .site {
      padding-bottom: 45px; } }

.hightlight {
  color: #E99932; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.main-navigation {
  margin-right: 8px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  z-index: 10;
  font-size: 14px; }
  .main-navigation .main-navigation__wrapper {
    margin-left: auto;
    margin-right: auto; }
  .main-navigation .menu-toggle {
    z-index: 10;
    display: none;
    outline: none; }
    @media (max-width: 1023px) {
      .main-navigation .menu-toggle {
        display: block;
        position: absolute;
        top: 15px;
        right: 0; } }
  .main-navigation .primary-menu {
    display: table-row;
    width: 100%;
    text-align: center;
    margin: 0; }
    @media (max-width: 1023px) {
      .main-navigation .primary-menu {
        display: none; } }
    .main-navigation .primary-menu > .menu-item {
      position: relative;
      padding: 8px;
      min-height: 60px;
      height: 60px;
      display: table-cell;
      vertical-align: middle;
      text-align: left;
      border-bottom: 3px solid #003478;
      list-style-type: none;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      .main-navigation .primary-menu > .menu-item a {
        display: block;
        vertical-align: middle;
        text-decoration: none;
        color: white;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
      .main-navigation .primary-menu > .menu-item.current-menu-ancestor, .main-navigation .primary-menu > .menu-item.current-menu-item, .main-navigation .primary-menu > .menu-item.current-menu-item, .main-navigation .primary-menu > .menu-item.current-menu-parent, .main-navigation .primary-menu > .menu-item:hover {
        border-bottom: 3px solid #00a2f6; }
        .main-navigation .primary-menu > .menu-item.current-menu-ancestor a, .main-navigation .primary-menu > .menu-item.current-menu-item a, .main-navigation .primary-menu > .menu-item.current-menu-item a, .main-navigation .primary-menu > .menu-item.current-menu-parent a, .main-navigation .primary-menu > .menu-item:hover a {
          color: #00a2f6; }
      .main-navigation .primary-menu > .menu-item > .sub-menu > .menu-item-has-children:after {
        top: 23px;
        right: 20px;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        color: white;
        content: "\f04b";
        font-family: "FontAwesome";
        font-size: 12px;
        vertical-align: middle;
        position: absolute;
        pointer-events: none; }
      .main-navigation .primary-menu > .menu-item > .sub-menu > .menu-item-has-children:hover:after {
        color: #00a2f6; }
      .main-navigation .primary-menu > .menu-item .sub-menu {
        z-index: 10;
        display: none;
        position: absolute;
        background: #003478;
        left: 0;
        top: 60px;
        padding: 10px 0;
        width: 210px;
        border: 1px solid #00a2f6; }
        .main-navigation .primary-menu > .menu-item .sub-menu .menu-item {
          position: relative;
          width: inherit-1px;
          background: #003478;
          border: none;
          display: block;
          vertical-align: middle;
          padding: 11px 45px 11px 20px;
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s; }
          .main-navigation .primary-menu > .menu-item .sub-menu .menu-item a {
            color: white;
            line-height: 20px;
            width: auto;
            -webkit-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            transition: all ease 0.3s; }
          .main-navigation .primary-menu > .menu-item .sub-menu .menu-item:hover {
            background: #003478; }
            .main-navigation .primary-menu > .menu-item .sub-menu .menu-item:hover > a {
              color: #00a2f6; }
            .main-navigation .primary-menu > .menu-item .sub-menu .menu-item:hover > .sub-menu {
              display: block; }
        .main-navigation .primary-menu > .menu-item .sub-menu .sub-menu {
          display: none;
          width: 210px;
          position: absolute;
          left: 100%;
          top: -11px;
          padding: 10px;
          background: #00a2f6; }
          .main-navigation .primary-menu > .menu-item .sub-menu .sub-menu .menu-item {
            position: relative;
            width: auto;
            border: none;
            background: #00a2f6;
            padding-left: 10px; }
            .main-navigation .primary-menu > .menu-item .sub-menu .sub-menu .menu-item:hover {
              background: #00a2f6; }
              .main-navigation .primary-menu > .menu-item .sub-menu .sub-menu .menu-item:hover > a {
                color: white; }
              .main-navigation .primary-menu > .menu-item .sub-menu .sub-menu .menu-item:hover > .sub-menu {
                display: none; }
      .main-navigation .primary-menu > .menu-item:hover > .sub-menu {
        display: block; }
      .main-navigation .primary-menu > .menu-item:nth-last-child(-n + 1) > .sub-menu > li {
        text-align: right;
        padding: 11px 20px 11px 45px; }
      .main-navigation .primary-menu > .menu-item:nth-last-child(-n + 1) > .sub-menu > .menu-item-has-children:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        content: "\f04b";
        font-family: "FontAwesome";
        font-size: 10px;
        vertical-align: middle;
        color: white;
        position: absolute;
        top: 23px;
        right: auto;
        left: 20px;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
      .main-navigation .primary-menu > .menu-item:nth-last-child(-n + 1) > .sub-menu > .menu-item-has-children:hover:after {
        color: #00a2f6; }
      .main-navigation .primary-menu > .menu-item:nth-last-child(-n + 1) .sub-menu {
        right: 0;
        left: auto; }
        .main-navigation .primary-menu > .menu-item:nth-last-child(-n + 1) .sub-menu .sub-menu {
          right: 100%; }

.site-content,
.site-footer {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  @media (max-width: 1023px) {
    .site-content.toggled,
    .site-footer.toggled {
      -webkit-transform: translate(-261px, 0);
      -ms-transform: translate(-261px, 0);
      transform: translate(-261px, 0); } }
  @media (max-width: 767px) {
    .site-content.toggled,
    .site-footer.toggled {
      -webkit-transform: translate(-261px, 0);
      -ms-transform: translate(-261px, 0);
      transform: translate(-261px, 0); } }

.mobile-navigation {
  width: 261px;
  height: 100%;
  top: 80px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
  z-index: 1001;
  background: #004DA1;
  margin-right: -261px;
  bottom: 0;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
  background: #003478; }
  @media (max-width: 1023px) {
    .mobile-navigation {
      display: block; } }
  .mobile-navigation.toggled {
    margin-right: 0; }
  .mobile-navigation .main-navigation__button-wrapper {
    padding: 10px 18px 10px 25px;
    opacity: 0;
    height: 0; }
    .mobile-navigation .main-navigation__button-wrapper button:first-of-type {
      margin-right: 10px; }
    .mobile-navigation .main-navigation__button-wrapper button {
      width: 101px;
      height: 30.6px;
      line-height: 30.6px;
      font-size: 10.2px; }
      .mobile-navigation .main-navigation__button-wrapper button a {
        display: block; }
    @media (max-width: 767px) {
      .mobile-navigation .main-navigation__button-wrapper {
        opacity: 1;
        height: auto; } }
  .mobile-navigation .main-navigation__wrapper {
    padding-left: 25px; }
    .mobile-navigation .main-navigation__wrapper li {
      position: relative;
      list-style: none;
      color: white;
      font-weight: 500;
      font-size: 14px;
      line-height: 46px; }
      .mobile-navigation .main-navigation__wrapper li a {
        display: block; }
      .mobile-navigation .main-navigation__wrapper li:after {
        right: 20px;
        top: 0;
        content: "\f04b";
        font-family: "FontAwesome";
        font-size: 12px;
        vertical-align: middle;
        position: absolute;
        pointer-events: none; }
    .mobile-navigation .main-navigation__wrapper .sub-menu {
      display: none; }
    .mobile-navigation .main-navigation__wrapper .need-help {
      position: relative;
      color: #E99932;
      font-size: 14px;
      line-height: 46px;
      font-weight: 500; }
      .mobile-navigation .main-navigation__wrapper .need-help a {
        display: block; }
      .mobile-navigation .main-navigation__wrapper .need-help:after {
        right: 20px;
        top: 0;
        content: "\f04b";
        font-family: "FontAwesome";
        font-size: 12px;
        vertical-align: middle;
        position: absolute;
        pointer-events: none; }

.modal-header {
  border-radius: 4px;
  padding: 0 !important;
  max-width: 860px !important; }
  @media (max-width: 1023px) {
    .modal-header {
      max-width: none !important; } }
  .modal-header .first-group {
    -webkit-transform: translate(11px, -40px) !important;
    -ms-transform: translate(11px, -40px) !important;
    transform: translate(11px, -40px) !important;
    background: transparent; }
    .modal-header .first-group button {
      left: auto;
      right: 0;
      color: white !important; }
    .modal-header .first-group span {
      position: absolute;
      right: 38px;
      top: 3px;
      color: white;
      font-weight: 500;
      font-size: 14px; }
  .modal-header .second-group {
    text-align: left; }
    .modal-header .second-group .subscribe-title {
      border-radius: 4px 4px 0 0;
      background: #003478;
      color: white;
      font-weight: 700;
      font-size: 22px;
      height: 50px;
      line-height: 50px;
      padding: 0 20px; }
    .modal-header .second-group .subscribe-intro {
      color: #444;
      font-size: 14px;
      line-height: 24px;
      padding: 20px; }
  .modal-header .subscribe-form .subscribe-form-innerwrapper {
    background: #E6E6E6;
    padding: 20px 0;
    position: relative;
    height: 144px; }
    @media (max-width: 767px) {
      .modal-header .subscribe-form .subscribe-form-innerwrapper {
        height: 204px; } }
    .modal-header .subscribe-form .subscribe-form-innerwrapper .input-wrapper:first-of-type {
      position: absolute;
      left: 20px;
      width: calc((100% - 60px)/2); }
    .modal-header .subscribe-form .subscribe-form-innerwrapper .input-wrapper:nth-of-type(2) {
      position: absolute;
      right: 20px;
      width: calc((100% - 60px)/2); }
    .modal-header .subscribe-form .subscribe-form-innerwrapper .input-wrapper:nth-of-type(3) {
      position: absolute;
      left: 20px;
      top: 80px;
      width: calc(100% - 220px); }
      @media (max-width: 767px) {
        .modal-header .subscribe-form .subscribe-form-innerwrapper .input-wrapper:nth-of-type(3) {
          display: block;
          width: calc(100% - 40px); } }
    .modal-header .subscribe-form .subscribe-form-innerwrapper .select-wrapper {
      position: absolute;
      right: 20px;
      top: 80px;
      width: 100px; }
      @media (max-width: 767px) {
        .modal-header .subscribe-form .subscribe-form-innerwrapper .select-wrapper {
          width: calc(100% - 130px);
          top: 140px; } }
    .modal-header .subscribe-form .subscribe-form-innerwrapper .select-styled {
      border-color: #C5D7EB;
      width: 100px; }
      @media (max-width: 767px) {
        .modal-header .subscribe-form .subscribe-form-innerwrapper .select-styled {
          width: 100%; } }
      .modal-header .subscribe-form .subscribe-form-innerwrapper .select-styled.active {
        border-color: #003478; }
      .modal-header .subscribe-form .subscribe-form-innerwrapper .select-styled.once-selected {
        border-color: #a1bd62; }
    .modal-header .subscribe-form .subscribe-form-innerwrapper .select {
      width: 100%; }
    .modal-header .subscribe-form .subscribe-form-innerwrapper .select-pre {
      position: absolute;
      right: 105px;
      top: 87px;
      width: 100px; }
      @media (max-width: 767px) {
        .modal-header .subscribe-form .subscribe-form-innerwrapper .select-pre {
          top: 147px;
          right: auto;
          left: 0; } }
  .modal-header input[type=submit] {
    width: 195px;
    margin: 20px 0; }
  .modal-header .subscribe-success {
    margin-bottom: 20px; }
  .modal-header .response {
    padding: 20px; }

header.header {
  background: #003478;
  width: 100%;
  position: relative; }
  @media (max-width: 1023px) {
    header.header {
      position: fixed;
      top: 0;
      z-index: 1001; } }
  header.header .header__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    font-family: "sofia-pro"; }
    @media (max-width: 1199px) {
      header.header .header__wrapper {
        max-width: 1024px; } }
  header.header .header__top {
    position: relative;
    text-align: right;
    padding: 10px 20px 5px 0; }
    @media (max-width: 1023px) {
      header.header .header__top {
        padding: 20px 75px;
        min-height: 80px; } }
    header.header .header__top .header__top__search {
      position: relative;
      display: inline; }
      @media (max-width: 1023px) {
        header.header .header__top .header__top__search {
          display: none; } }
      header.header .header__top .header__top__search form {
        display: inline-block;
        position: relative; }
      header.header .header__top .header__top__search input[type="search"] {
        -webkit-appearance: none;
        text-align: right;
        height: 42px;
        padding-right: 8px;
        background: transparent;
        border: none;
        color: #fff;
        font-size: 14px;
        font-weight: 700; }
        header.header .header__top .header__top__search input[type="search"].placeholder {
          color: #fff;
          opacity: 1; }
        header.header .header__top .header__top__search input[type="search"]:-moz-placeholder {
          color: #fff;
          opacity: 1; }
        header.header .header__top .header__top__search input[type="search"]::-moz-placeholder {
          color: #fff;
          opacity: 1; }
        header.header .header__top .header__top__search input[type="search"]::-webkit-input-placeholder {
          color: #fff;
          opacity: 1; }
      header.header .header__top .header__top__search input[type="submit"] {
        width: 19px;
        height: 19px;
        position: absolute;
        left: calc(100% + 2px);
        top: 11px;
        opacity: 0; }
      header.header .header__top .header__top__search .header__top__search__icon {
        margin-right: 24px;
        position: relative;
        top: 5px;
        pointer-events: none; }
      header.header .header__top .header__top__search:after {
        content: "";
        position: absolute;
        right: 10px;
        top: -8px;
        display: inline-block;
        height: 43px;
        width: 1px;
        opacity: 0.2;
        border-left: 1px solid #C5D7EB; }
    header.header .header__top .btn-donate {
      margin-left: 10px; }
    @media (max-width: 767px) {
      header.header .header__top button {
        display: none; } }
    header.header .header__top .hamburger {
      outline: none;
      display: none;
      position: absolute;
      right: 5px;
      bottom: 10px; }
      @media (max-width: 1023px) {
        header.header .header__top .hamburger {
          display: inline-block; } }
      header.header .header__top .hamburger:not(.is-active) > span span:after {
        width: 22px;
        -webkit-transform: translateX(8px);
        -ms-transform: translateX(8px);
        transform: translateX(8px); }
  header.header .header__bottom {
    padding-right: 20px;
    text-align: right;
    line-height: 0; }
    @media (max-width: 1023px) {
      header.header .header__bottom {
        display: none; } }
    header.header .header__bottom .need-help {
      display: inline-block;
      top: -26px;
      position: relative; }
      header.header .header__bottom .need-help a {
        text-decoration: none;
        color: #E99932;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
        font-size: 14px;
        font-weight: 500; }
        header.header .header__bottom .need-help a:hover {
          color: #FCAC44; }
  header.header .header__branding {
    display: inline-block;
    top: 59px;
    left: 20px;
    position: absolute;
    z-index: 2; }
    header.header .header__branding img {
      width: 295px;
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px); }
      @media (max-width: 1199px) {
        header.header .header__branding img {
          width: 255px;
          -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
          transform: translateY(0px); } }
      @media (max-width: 767px) {
        header.header .header__branding img {
          width: 225px; } }
    header.header .header__branding a {
      display: block; }
    @media (max-width: 1023px) {
      header.header .header__branding {
        left: 20px;
        top: 21px; } }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background: #003478;
  position: relative; }
  .site-footer::after {
    clear: both;
    content: "";
    display: block; }

.footer-wrapper {
  background: #003478;
  max-width: 1200px;
  margin: 0 auto;
  display: block; }
  @media (max-width: 1199px) {
    .footer-wrapper {
      max-width: 1024px; } }

.top-footer {
  padding-top: 33px;
  background: #003478;
  position: relative;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  .top-footer .new-foot-logo {
    position: absolute;
    top: 175px;
    left: 0px; }
    @media (max-width: 1023px) {
      .top-footer .new-foot-logo {
        left: auto;
        top: 40px;
        right: 40px; } }
    @media (max-width: 767px) {
      .top-footer .new-foot-logo {
        position: relative;
        display: block;
        left: auto;
        top: auto;
        right: auto;
        margin-top: 15px;
        margin-bottom: 15px; } }
  .top-footer .footer__logo {
    width: calc(45.83333%);
    float: left;
    margin-left: 0px; }
    @media (max-width: 1199px) {
      .top-footer .footer__logo {
        width: calc(33.33333%);
        float: left;
        margin-left: 0px; } }
    .top-footer .footer__logo a:first-child {
      display: block;
      border-bottom: 1px solid white;
      height: 46px; }
      @media (max-width: 1023px) {
        .top-footer .footer__logo a:first-child {
          border-bottom: none; } }
    .top-footer .footer__logo button {
      margin-top: 22px; }
    @media (max-width: 1023px) {
      .top-footer .footer__logo {
        width: calc(100%);
        float: left;
        margin-left: 0px;
        margin-bottom: 30px; }
        .top-footer .footer__logo a {
          border-bottom: none; }
        .top-footer .footer__logo button {
          margin-top: 10px; } }
  .top-footer .footer__menu {
    width: calc(27.08333%);
    float: left;
    margin-left: 0px; }
    @media (max-width: 1199px) {
      .top-footer .footer__menu {
        width: calc(33.33333%);
        float: left;
        margin-left: 0px; } }
    @media (max-width: 1023px) {
      .top-footer .footer__menu {
        width: calc(50%);
        float: left;
        margin-left: 0px;
        padding-right: 20px; } }
    @media (max-width: 767px) {
      .top-footer .footer__menu {
        width: calc(100%);
        float: left;
        margin-left: 0px;
        padding-right: 0; } }
    .top-footer .footer__menu .footer__menu__title {
      line-height: 46px;
      font-size: 14px;
      font-weight: 700;
      color: #E99932;
      display: block;
      height: 46px;
      border-bottom: 1px solid white; }
    .top-footer .footer__menu ul {
      margin-top: 20px;
      position: relative; }
    .top-footer .footer__menu li {
      list-style: none;
      width: 115px;
      padding: 5px 0; }
      .top-footer .footer__menu li a {
        color: #8099BB;
        font-size: 15px;
        font-weight: 400;
        line-height: 1;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        .top-footer .footer__menu li a:hover {
          color: white; }
      .top-footer .footer__menu li:nth-last-of-type(2) {
        position: absolute;
        top: 0;
        left: 135px; }
      .top-footer .footer__menu li:nth-last-of-type(1) {
        position: absolute;
        top: 60px;
        left: 135px; }
      @media (max-width: 767px) {
        .top-footer .footer__menu li {
          width: 100%; }
          .top-footer .footer__menu li:nth-last-child(-n + 2) {
            position: relative;
            top: auto;
            left: auto; } }
    .top-footer .footer__menu .sub-menu {
      display: none; }
  .top-footer .footer_contact {
    width: calc(27.08333%);
    float: left;
    margin-left: 0px; }
    @media (max-width: 1199px) {
      .top-footer .footer_contact {
        width: calc(33.33333%);
        float: left;
        margin-left: 0px; } }
    @media (max-width: 1023px) {
      .top-footer .footer_contact {
        width: calc(50%);
        float: left;
        margin-left: 0px; } }
    @media (max-width: 767px) {
      .top-footer .footer_contact {
        width: calc(100%);
        float: left;
        margin-left: 0px;
        margin-top: 10px; }
        .top-footer .footer_contact span:nth-of-type(3) {
          width: 65%; } }
    .top-footer .footer_contact .footer__contact__title {
      line-height: 46px;
      font-size: 14px;
      font-weight: 700;
      color: #E99932;
      display: block;
      height: 46px;
      border-bottom: 1px solid white; }
    .top-footer .footer_contact span {
      font-weight: 400;
      font-size: 15px;
      color: white;
      line-height: 22px;
      display: block; }
      .top-footer .footer_contact span.footer__contact__name {
        margin-top: 22px; }
      .top-footer .footer_contact span.footer__contact__phone {
        margin-top: 20px;
        line-height: 20px; }
      .top-footer .footer_contact span.prefix {
        margin-right: 5px;
        display: inline;
        color: #E99932; }
    .top-footer .footer_contact a {
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .top-footer .footer_contact a:hover {
        color: #C5D7EB; }

.middle-footer {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #8099BB;
  padding-top: 40px; }
  .middle-footer a {
    text-decoration: underline; }
  @media (max-width: 1023px) {
    .middle-footer {
      padding-bottom: 10px; } }

.sub-footer {
  position: relative;
  float: left;
  width: 100%;
  background: #001d5a;
  bottom: 0;
  font-size: 10px;
  font-family: "Open Sans";
  font-weight: 400;
  margin-top: 6px;
  line-height: 50px; }
  @media (max-width: 767px) {
    .sub-footer {
      line-height: 18px; } }
  .sub-footer .sub-footer__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative; }
    @media (max-width: 1199px) {
      .sub-footer .sub-footer__wrapper {
        max-width: 1024px; } }
    @media (max-width: 767px) {
      .sub-footer .sub-footer__wrapper {
        padding-top: 18px; } }
  .sub-footer span {
    display: inline-block;
    color: #efefef;
    opacity: 0.5; }
    @media (max-width: 767px) {
      .sub-footer span {
        display: inline; } }
  .sub-footer ul {
    display: inline-block; }
    @media (max-width: 767px) {
      .sub-footer ul {
        display: inline; } }
    .sub-footer ul li {
      display: inline-block;
      list-style: none;
      margin-left: 10px;
      position: relative;
      opacity: 0.5;
      color: #efefef;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .sub-footer ul li:after {
        content: "";
        height: 10px;
        width: 1px;
        position: absolute;
        left: -6px;
        top: 20px;
        border-left: 1px solid #4D628A; }
        @media (max-width: 767px) {
          .sub-footer ul li:after {
            top: 5px; } }
      .sub-footer ul li:hover {
        color: white;
        opacity: 1; }
  .sub-footer .sub-footer__logo {
    position: absolute;
    right: 20px;
    display: inline-block;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    @media (max-width: 767px) {
      .sub-footer .sub-footer__logo {
        position: relative;
        display: block;
        right: auto; } }
    .sub-footer .sub-footer__logo:hover {
      opacity: 1; }
    .sub-footer .sub-footer__logo a {
      display: inline-block;
      line-height: 50px; }
      .sub-footer .sub-footer__logo a img {
        vertical-align: middle; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.btn {
  height: 40px;
  width: 140px;
  font-size: 14px;
  font-family: "sofia-pro";
  border: none;
  border-radius: 4px;
  font-weight: 700;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
  background: #a1bd62;
  color: white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 2px; }
  .btn:hover {
    background: #89a646; }
  .btn.btn-donate {
    background: #E99932;
    border: 1px solid #E99932; }
    .btn.btn-donate:hover {
      background: #FCAC44;
      border: 1px solid #FCAC44; }
  .btn.btn-subscribe {
    background: #a1bd62;
    border: 1px solid #a1bd62; }
    .btn.btn-subscribe:hover {
      background: #B9D96F;
      border: 1px solid #B9D96F; }

.btn-login {
  height: 50px;
  line-height: 50px;
  width: 136px;
  background: #C5D7EB;
  border: 1px solid #C5D7EB;
  color: #003478;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  .btn-login:hover {
    background: #fff;
    border: 1px solid #fff; }

.mc4wp-form-theme-light button,
.mc4wp-form-theme-light p input[type=submit] {
  color: #fff !important;
  background-color: #a1bd62 !important;
  border-color: #a1bd62;
  border-radius: 4px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 140px;
  height: 42px;
  line-height: 2; }
  .mc4wp-form-theme-light button:hover,
  .mc4wp-form-theme-light p input[type=submit]:hover {
    background-color: #b6cc86 !important;
    border-color: #a1bd62;
    color: #fff !important; }

.input-wrapper {
  position: relative;
  height: 40px;
  line-height: 40px;
  display: inline-block; }
  .input-wrapper input {
    width: 100%; }

label.error {
  position: absolute;
  left: 0;
  bottom: -17px;
  color: white;
  background: rgba(253, 91, 91, 0.85);
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 12px;
  z-index: 2; }

label#donation_money-error {
  right: calc(100% + 10px);
  left: auto;
  width: 110%;
  bottom: 0; }
  @media (max-width: 767px) {
    label#donation_money-error {
      width: auto;
      right: auto;
      bottom: -1px; } }

input[type="number"] {
  padding-top: 2px; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input:not([type="submit"]),
textarea {
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #C5D7EB;
  height: 40px;
  color: #040404;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  input:not([type="submit"]).error,
  textarea.error {
    color: #FD5B5B;
    border-color: #FD5B5B; }
  input:not([type="submit"]).valid,
  textarea.valid {
    color: #a1bd62;
    border-color: #a1bd62; }

body {
  font-family: 'sofia-pro', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  font-weight: 400; }

h1 {
  font-family: 'sofia-pro', sans-serif;
  font-size: 42px;
  line-height: 50px;
  color: #003478;
  font-weight: 700; }

h2 {
  font-family: 'sofia-pro', sans-serif;
  font-size: 30px;
  line-height: 38px;
  color: #003478;
  font-weight: 600;
  padding: 15px 0 5px; }

h3 {
  font-family: 'sofia-pro', sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #003478;
  font-weight: 500;
  padding: 15px 0 5px; }

.leader {
  font-family: 'freight-text-pro', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  font-style: italic;
  color: #003478;
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #003478;
  padding-bottom: 30px; }

aside {
  width: 33.3%;
  max-width: 400px;
  float: left;
  height: 100%;
  padding-left: 20px;
  padding-top: 50px;
  padding-right: 50px; }
  aside.widget-area {
    display: none; }
  @media (max-width: 1023px) {
    aside {
      width: 100%;
      float: none;
      padding-right: 20px;
      max-width: none;
      padding-top: 30px; } }
  aside li,
  aside ul {
    list-style: none; }
  aside .sidebar-header {
    color: #E99932;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    padding-bottom: 30px; }
  aside .children {
    display: none; }
  aside > ul > li {
    border-bottom: 1px solid #edf3f9;
    position: relative;
    padding: 18px 0; }
    aside > ul > li.current_page_item > a {
      color: #003478;
      font-weight: 700; }
    aside > ul > li .children li {
      padding-top: 18px; }
      aside > ul > li .children li:first-of-type {
        margin-top: 18px; }
      aside > ul > li .children li > a {
        color: #395F8D;
        font-weight: 400;
        padding-left: 20px;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        aside > ul > li .children li > a:hover {
          color: #00a2f6; }
      aside > ul > li .children li.current_page_item > a {
        color: #00a2f6; }
      aside > ul > li .children li:first-of-type {
        border-top: 1px solid #edf3f9; }
    aside > ul > li a {
      color: #395F8D;
      font-size: 16px;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      width: calc(100% - 38px);
      display: block; }
      aside > ul > li a:hover {
        color: #003478;
        font-weight: 700; }
    aside > ul > li img {
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 10px;
      padding: 15px;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      aside > ul > li img.toggle {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    aside > ul > li:last-of-type {
      border-bottom: none; }

.innerpage-bottom-image--wrapper {
  background-color: #F1F2F2; }

.innerpage-bottom-image--container {
  min-height: 200px;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .innerpage-bottom-image--container {
      max-width: 1024px; } }
  .innerpage-bottom-image--container::after {
    clear: both;
    content: "";
    display: block; }
  @media (max-width: 767px) {
    .innerpage-bottom-image--container {
      padding-bottom: 60px; } }

.innerpage-bottom-image--title {
  margin-top: 50px;
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  line-height: 28px;
  font-family: 'freight-text-pro', sans-serif;
  color: #003478;
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px; }
  @media (max-width: 1199px) {
    .innerpage-bottom-image--title {
      width: calc(16.66667% - 23.33333px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 1023px) {
    .innerpage-bottom-image--title {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      text-align: center; } }
  @media (max-width: 767px) {
    .innerpage-bottom-image--title {
      margin-bottom: 40px; } }

.innerpage-bottom-image--item {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  margin-top: 40px;
  height: 120px;
  padding: 15px 20px;
  border: 1px solid #E99932;
  border-bottom-width: 6px;
  width: calc(22.22222% - 24.44444px);
  float: left;
  margin-left: 20px; }
  @media (max-width: 1199px) {
    .innerpage-bottom-image--item {
      width: calc(27.77778% - 25.55556px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 1023px) {
    .innerpage-bottom-image--item {
      width: calc(33.33333% - 26.66667px);
      float: left;
      margin-left: 20px;
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .innerpage-bottom-image--item {
      width: calc(100% - 30%);
      float: left;
      margin-left: 15%;
      display: block;
      margin-bottom: 5px;
      margin-top: 5px;
      margin-bottom: 3px auto; } }
  .innerpage-bottom-image--item .bottom-image-hover {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 20px;
    overflow: hidden;
    -webkit-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease;
    background: #E99932;
    z-index: 2; }
  .innerpage-bottom-image--item svg {
    z-index: 4;
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block; }
  .innerpage-bottom-image--item .innerpage-bottom-image-item--text {
    display: block;
    margin-top: 10px;
    line-height: 20px;
    font-weight: 700;
    color: #003478;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    position: relative;
    height: 40px;
    overflow-y: hidden; }
  .innerpage-bottom-image--item:hover .bottom-image-hover {
    top: -0px; }
  .innerpage-bottom-image--item:hover .innerpage-bottom-image-item--text {
    color: white;
    z-index: 5; }
  .innerpage-bottom-image--item:hover svg g {
    fill: white; }
  .innerpage-bottom-image--item:hover svg polygon {
    fill: #E99932; }

.social-icon-container {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10; }
  .social-icon-container .social-icon {
    width: 55px;
    height: 55px;
    display: inline-block;
    float: left;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    .social-icon-container .social-icon:nth-of-type(1) {
      background: #36579B; }
      .social-icon-container .social-icon:nth-of-type(1):hover {
        background: #466dbe; }
    .social-icon-container .social-icon:nth-of-type(2) {
      background: #00a2f6; }
      .social-icon-container .social-icon:nth-of-type(2):hover {
        background: #2ab6ff; }
    .social-icon-container .social-icon:nth-of-type(3) {
      background: #728a8d; }
      .social-icon-container .social-icon:nth-of-type(3):hover {
        background: #8ea1a4; }
    .social-icon-container .social-icon:nth-of-type(4) {
      background: #848484; }
      .social-icon-container .social-icon:nth-of-type(4):hover {
        background: #9e9e9e; }
    .social-icon-container .social-icon a {
      display: block; }
  @media (max-width: 1199px) {
    .social-icon-container .social-icon {
      width: 44px;
      height: 44px; }
      .social-icon-container .social-icon svg {
        width: 44px;
        height: 44px; } }
  @media (max-width: 1023px) {
    .social-icon-container {
      width: 100%;
      text-align: center; }
      .social-icon-container .social-icon {
        width: 25%;
        height: 44px; }
        .social-icon-container .social-icon img {
          width: 44px;
          height: 44px; } }

.homepage-social-icon {
  position: absolute;
  display: block;
  top: 608px;
  left: calc((100% - 1200px)/2 + 20px);
  z-index: 1001;
  width: 220px;
  height: 55px; }
  @media (max-width: 1199px) {
    .homepage-social-icon {
      width: 176px;
      left: calc((100% - 1024px)/2 + 20px); } }
  @media (max-width: 1023px) {
    .homepage-social-icon {
      position: fixed;
      width: 100%;
      left: 0;
      top: auto;
      bottom: 0; } }

.innerpage-social-icon {
  position: absolute;
  display: block;
  top: 302px;
  right: calc((100% - 1200px)/2 + 20px);
  z-index: 1;
  width: 220px;
  height: 55px; }
  @media (max-width: 1199px) {
    .innerpage-social-icon {
      width: 176px;
      right: calc((100% - 1024px)/2 + 20px); } }
  @media (max-width: 1023px) {
    .innerpage-social-icon {
      position: fixed;
      width: 100%;
      right: 0;
      top: auto;
      bottom: 0;
      z-index: 10; } }

.paging {
  height: 51px;
  position: relative;
  border-top: 1px solid #003478;
  padding-bottom: 155px; }
  @media (max-width: 767px) {
    .paging {
      padding-bottom: 135px; } }
  .paging .paging--info {
    font-size: 16px;
    color: #003478;
    line-height: 51px; }
  .paging .paging--links {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 0; }
    @media (max-width: 767px) {
      .paging .paging--links .extend {
        display: none; } }
    .paging .paging--links .current,
    .paging .paging--links a {
      color: #003478;
      display: inline-block;
      font-size: 16px;
      text-decoration: none;
      position: relative;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      width: 27px;
      line-height: 26px;
      height: 27px;
      border-radius: 50%;
      text-align: center;
      margin-left: 3px; }
      @media (max-width: 767px) {
        .paging .paging--links .current:not(.current),
        .paging .paging--links a:not(.current) {
          display: none; } }
      .paging .paging--links .current.current, .paging .paging--links .current:hover:not(.previouspostslink):not(.nextpostslink),
      .paging .paging--links a.current,
      .paging .paging--links a:hover:not(.previouspostslink):not(.nextpostslink) {
        color: white;
        text-align: center;
        z-index: 1;
        background: #003478; }
      .paging .paging--links .current.nextpostslink, .paging .paging--links .current.previouspostslink,
      .paging .paging--links a.nextpostslink,
      .paging .paging--links a.previouspostslink {
        color: transparent;
        background-image: url("./../img/paging-arrow.png");
        background-repeat: no-repeat;
        background-size: 45% 45%;
        background-position: center; }
        @media (max-width: 767px) {
          .paging .paging--links .current.nextpostslink, .paging .paging--links .current.previouspostslink,
          .paging .paging--links a.nextpostslink,
          .paging .paging--links a.previouspostslink {
            display: inline-block; } }
      .paging .paging--links .current.previouspostslink,
      .paging .paging--links a.previouspostslink {
        -webkit-transform: rotate(180deg) translateY(-1px);
        -ms-transform: rotate(180deg) translateY(-1px);
        transform: rotate(180deg) translateY(-1px); }
      .paging .paging--links .current.inactive,
      .paging .paging--links a.inactive {
        pointer-events: none;
        -webkit-filter: grayscale(100%) brightness(90%) opacity(40%);
        filter: grayscale(100%) brightness(90%) opacity(40%); }
  .paging a.first,
  .paging a.last,
  .paging span.pages {
    display: none; }

.select-wrapper {
  z-index: 1;
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 40px;
  vertical-align: top; }
  .select-wrapper select {
    height: 40px;
    line-height: 40px;
    display: block;
    position: relative; }
    .select-wrapper select ol,
    .select-wrapper select ul {
      padding-left: 0; }
  .select-wrapper img {
    position: absolute;
    right: 13px;
    bottom: 15px;
    pointer-events: none; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
  height: 40px; }

.select {
  vertical-align: top;
  height: 40px;
  text-align: left;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #404040;
  z-index: 0; }
  .select a {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px;
    background-color: #fafafa;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
    .select a:hover {
      background-color: #f2f2f2; }

.select-styled {
  height: 40px;
  padding-left: 20px;
  border: 1px solid #5F5F5F;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease 0.1s;
  -o-transition: all 0.2s ease 0.1s;
  transition: all 0.2s ease 0.1s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white; }
  .select-styled.active, .select-styled:active {
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    border-color: #003478;
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    z-index: 999; }
    .select-styled.active:after, .select-styled:active:after {
      top: 9px;
      border-color: transparent transparent #404040 transparent; }
  .select-styled.once-selected {
    color: #a1bd62;
    border-color: #a1bd62; }
    .select-styled.once-selected span {
      color: #a1bd62;
      -webkit-transition: all 0.1s ease 0s;
      -o-transition: all 0.1s ease 0s;
      transition: all 0.1s ease 0s; }
    .select-styled.once-selected .select-options {
      border-color: #a1bd62; }

.select-options {
  border: 1px solid #003478;
  border-radius: 0 0 4px 4px;
  border-top: 0;
  width: calc(100% + 2px);
  background: white;
  display: none;
  position: absolute;
  top: 100%;
  right: -1px;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none; }
  .select-options ul {
    position: relative;
    display: block; }
  .select-options li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: 20px;
    color: #A4A4A4;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in; }
    .select-options li:hover {
      color: #404040; }
    .select-options li[rel="hide"] {
      display: none; }

.entry-content table {
  border-radius: 5px;
  border-collapse: inherit;
  overflow: hidden;
  margin: 20px auto;
  width: 100%;
  border: 1px solid #003478; }
  .entry-content table tr {
    max-width: 100%; }
    .entry-content table tr td {
      color: #003478;
      padding: 15px 20px;
      border-bottom: 1px solid #003478; }
      @media (max-width: 767px) {
        .entry-content table tr td {
          padding: 8px 10px; } }
    .entry-content table tr td:nth-of-type(2) {
      background: #003478;
      color: white;
      border-bottom: 1px solid white; }
    .entry-content table tr:last-of-type td {
      border-bottom: none !important; }
  @media (max-width: 767px) {
    .entry-content table {
      width: 100% !important; } }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.home-wrapper {
  background: white;
  padding-bottom: 45px; }
  @media (max-width: 1199px) {
    .home-wrapper {
      padding-bottom: 50px; } }
  @media (max-width: 1023px) {
    .home-wrapper {
      padding-bottom: 60px; } }

.main-carousel {
  width: 100%;
  position: relative; }
  .main-carousel .carousel__item {
    display: block;
    height: 545px;
    color: white;
    text-decoration: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    @media (max-width: 767px) {
      .main-carousel .carousel__item {
        height: 350px; } }
    .main-carousel .carousel__item .carousel__item__content {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      position: relative;
      height: 100%; }
      @media (max-width: 1199px) {
        .main-carousel .carousel__item .carousel__item__content {
          max-width: 1024px; } }
    .main-carousel .carousel__item .highlight-text {
      font-size: 55px;
      height: 100px;
      line-height: 100px;
      top: 290px;
      font-family: 'freight-text-pro', sans-serif;
      position: absolute;
      left: 20px;
      font-weight: 500;
      font-style: italic;
      display: inline-block;
      background: #E99932;
      padding: 0 30px 0 20px;
      border-right: 8px solid #C5D7EB;
      vertical-align: middle;
      -webkit-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease; }
      @media (max-width: 1199px) {
        .main-carousel .carousel__item .highlight-text {
          top: 310px;
          height: 80px;
          line-height: 80px;
          font-size: 44px; } }
      @media (max-width: 767px) {
        .main-carousel .carousel__item .highlight-text {
          font-size: 33px;
          line-height: 61px;
          height: 61px;
          top: 172px; } }
      .main-carousel .carousel__item .highlight-text:hover {
        background: #FCAC44; }
    .main-carousel .carousel__item p {
      position: absolute;
      left: 40px;
      font-weight: 700;
      color: white;
      display: block;
      line-height: 1;
      top: 407px;
      font-size: 48px; }
      @media (max-width: 1199px) {
        .main-carousel .carousel__item p {
          top: 400px;
          font-size: 40px; } }
      @media (max-width: 767px) {
        .main-carousel .carousel__item p {
          font-size: 30px;
          top: 245px; } }
  .main-carousel .slick-track {
    position: relative; }
  .main-carousel .slick-dots {
    max-width: 1200px;
    margin: 0 auto;
    left: calc((100% - 1200px)/2);
    text-align: right;
    padding: 0 20px; }
    @media (max-width: 1199px) {
      .main-carousel .slick-dots {
        max-width: 1024px; } }
    @media (max-width: 1199px) {
      .main-carousel .slick-dots {
        left: calc((100% - 1024px)/2); } }
    @media (max-width: 1023px) {
      .main-carousel .slick-dots {
        left: auto;
        right: 0; } }
    .main-carousel .slick-dots li button::before {
      width: 20px;
      height: 20px;
      font-size: 12px;
      line-height: 20px;
      color: #000;
      opacity: 0.6; }
    .main-carousel .slick-dots .slick-active button::before {
      color: white; }

.site-introduction {
  background: #F1F2F2;
  border-top: 3px solid #003478; }
  .site-introduction .site-introduction--wrapper {
    background: #F1F2F2;
    padding-top: 55px;
    padding-bottom: 135px;
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 1199px) {
      .site-introduction .site-introduction--wrapper {
        max-width: 1024px; } }
    .site-introduction .site-introduction--wrapper::after {
      clear: both;
      content: "";
      display: block; }
    @media (max-width: 1199px) {
      .site-introduction .site-introduction--wrapper {
        padding-bottom: 100px; } }
    @media (max-width: 767px) {
      .site-introduction .site-introduction--wrapper {
        padding-top: 35px; } }
    .site-introduction .site-introduction--wrapper p {
      padding-top: 10px;
      line-height: 28px;
      font-size: 20px;
      font-weight: 300;
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; }
      @media (max-width: 1199px) {
        .site-introduction .site-introduction--wrapper p {
          font-size: 18px;
          line-height: 26px; } }
      @media (max-width: 1023px) {
        .site-introduction .site-introduction--wrapper p {
          width: calc(100% - 40px);
          float: left;
          margin-left: 20px; } }
      @media (max-width: 767px) {
        .site-introduction .site-introduction--wrapper p {
          font-size: 16px;
          line-height: 24px;
          width: calc(100% - 40px);
          float: left;
          margin-left: 20px;
          padding-top: 35px; } }
      .site-introduction .site-introduction--wrapper p .highlight-text {
        font-size: 22px;
        font-weight: 400;
        color: #003478; }
        @media (max-width: 1199px) {
          .site-introduction .site-introduction--wrapper p .highlight-text {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .site-introduction .site-introduction--wrapper p .highlight-text {
            font-size: 16px; } }
      .site-introduction .site-introduction--wrapper p strong {
        font-weight: 700; }

.home-image-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -60px; }
  .home-image-container::after {
    clear: both;
    content: "";
    display: block; }
  @media (max-width: 1199px) {
    .home-image-container {
      max-width: 1024px; } }
  @media (max-width: 1199px) {
    .home-image-container {
      margin-top: -55px; } }
  @media (max-width: 767px) {
    .home-image-container {
      margin-top: -50px; } }
  .home-image-container a {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    height: 242px;
    margin-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .home-image-container a {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px; } }
    @media (max-width: 767px) {
      .home-image-container a {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    @media (max-width: 767px) {
      .home-image-container a {
        margin-bottom: 8px; } }
    .home-image-container a .home-image-title {
      width: 73%;
      position: absolute;
      bottom: 20px;
      padding: 0 20px;
      color: white;
      font-weight: 700;
      font-size: 26px;
      line-height: 36px; }
      @media (max-width: 767px) {
        .home-image-container a .home-image-title {
          margin-top: -24px;
          line-height: 30px;
          width: 100%; } }
    .home-image-container a .home-image-mask {
      width: 100%;
      height: 100%;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0+21,0.9+100 */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 21%, rgba(0, 0, 0, 0.89) 99%, rgba(0, 0, 0, 0.9) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 21%, rgba(0, 0, 0, 0.89) 99%, rgba(0, 0, 0, 0.9) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(21%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.89)), to(rgba(0, 0, 0, 0.9)));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 21%, rgba(0, 0, 0, 0.89) 99%, rgba(0, 0, 0, 0.9) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 21%, rgba(0, 0, 0, 0.89) 99%, rgba(0, 0, 0, 0.9) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#00000000', endColorstr='#e6000000',GradientType=0 );
      /* IE6-9 */ }
    .home-image-container a .home-image-arrow {
      position: absolute;
      left: -30px;
      bottom: 10px;
      height: 20px;
      width: 28px;
      -webkit-transition: left 0.3s ease 0s;
      -o-transition: left 0.3s ease 0s;
      transition: left 0.3s ease 0s; }
      @media (max-width: 1023px) {
        .home-image-container a .home-image-arrow {
          display: none; } }
    .home-image-container a .home-image-hover {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0;
      padding: 20px 20px 40px;
      display: block;
      overflow: hidden;
      -webkit-transition: top 0.3s ease 0.3s;
      -o-transition: top 0.3s ease 0.3s;
      transition: top 0.3s ease 0.3s; }
      @media (max-width: 1023px) {
        .home-image-container a .home-image-hover {
          display: none; } }
      .home-image-container a .home-image-hover .home-image-title {
        width: 100%;
        position: relative;
        bottom: auto;
        padding-left: 0;
        margin-bottom: 40px;
        max-height: 72px;
        overflow: hidden; }
      .home-image-container a .home-image-hover .home-image-text {
        font-size: 16px;
        line-height: 24px;
        color: white;
        max-height: 72px;
        overflow: hidden; }
    .home-image-container a:hover {
      -webkit-transition: top 0.3s ease 0s;
      -o-transition: top 0.3s ease 0s;
      transition: top 0.3s ease 0s; }
      .home-image-container a:hover .home-image-arrow {
        position: absolute;
        left: calc(100% - 48px);
        -webkit-transition: left 0.3s ease 0.5s;
        -o-transition: left 0.3s ease 0.5s;
        transition: left 0.3s ease 0.5s; }
      .home-image-container a:hover .home-image-hover {
        top: 0; }

.site-introduction2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 20px 65px; }
  @media (max-width: 1199px) {
    .site-introduction2 {
      max-width: 1024px; } }
  .site-introduction2::after {
    clear: both;
    content: "";
    display: block; }
  .site-introduction2:after {
    content: "";
    width: 100%;
    margin: 0 auto;
    position: relative;
    bottom: -65px;
    border-bottom: 1px solid #DADADA; }
    @media (max-width: 1023px) {
      .site-introduction2:after {
        width: calc(100% - 40px); } }
  @media (max-width: 1199px) {
    .site-introduction2 {
      padding-bottom: 45px; }
      .site-introduction2:after {
        bottom: -45px; } }
  @media (max-width: 1023px) {
    .site-introduction2 {
      padding-bottom: 60px;
      padding-left: 0;
      padding-right: 0; }
      .site-introduction2:after {
        bottom: -60px; } }
  @media (max-width: 767px) {
    .site-introduction2 {
      padding: 40px 0; }
      .site-introduction2:after {
        bottom: -40px; } }
  .site-introduction2 img {
    width: calc(23.33333% - 24.66667px);
    float: left;
    margin-left: 20px;
    float: right; }
    @media (max-width: 1023px) {
      .site-introduction2 img {
        width: calc(37.5% - 27.5px);
        float: left;
        margin-left: 20px;
        float: right;
        margin-right: 20px; } }
    @media (max-width: 767px) {
      .site-introduction2 img {
        width: calc(54.16667% - 30.83333px);
        float: left;
        margin-left: 20px;
        margin-bottom: 35px; } }
  .site-introduction2 p {
    width: calc(76.66667% - 35.33333px);
    float: left;
    margin-left: 20px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300; }
    @media (max-width: 1023px) {
      .site-introduction2 p {
        width: calc(62.5% - 32.5px);
        float: left;
        margin-left: 20px; } }
    @media (max-width: 767px) {
      .site-introduction2 p {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    .site-introduction2 p span {
      display: block;
      color: #003478;
      line-height: 32px;
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 28px; }

.homepage-logo-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0; }
  @media (max-width: 1199px) {
    .homepage-logo-container {
      max-width: 1024px; } }
  .homepage-logo-container::after {
    clear: both;
    content: "";
    display: block; }
  @media (max-width: 1199px) {
    .homepage-logo-container {
      padding: 50px 0; } }
  @media (max-width: 1023px) {
    .homepage-logo-container {
      display: block;
      text-align: center;
      padding: 30px 0 0; } }
  .homepage-logo-container:after {
    content: " ";
    width: calc(100% - 40px);
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 20px;
    border-bottom: 1px solid #DADADA; }
    @media (max-width: 1023px) {
      .homepage-logo-container:after {
        bottom: 0; } }
    @media (max-width: 767px) {
      .homepage-logo-container:after {
        bottom: 3px; } }
  .homepage-logo-container a {
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    max-width: calc(16.6% - 10px); }
    .homepage-logo-container a img {
      height: 65px;
      -webkit-filter: grayscale(100%) opacity(40%);
      filter: grayscale(100%) opacity(40%);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      vertical-align: middle;
      width: 100%; }
      .homepage-logo-container a img:hover {
        -webkit-filter: grayscale(0%) opacity(100%);
        filter: grayscale(0%) opacity(100%); }
    @media (max-width: 1023px) {
      .homepage-logo-container a {
        max-width: none;
        width: calc(33% - 10px);
        margin-bottom: 40px;
        padding: 0 30px;
        -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
        transform: translateX(15px); }
        .homepage-logo-container a img {
          width: 100%; } }
    @media (max-width: 767px) {
      .homepage-logo-container a {
        width: calc(50% - 10px);
        margin-bottom: 30px;
        padding: 0 20px;
        -webkit-transform: translateX(8px);
        -ms-transform: translateX(8px);
        transform: translateX(8px); } }

.innerpages .layout-wrapper {
  overflow: auto;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .innerpages .layout-wrapper {
      max-width: 1024px; } }

.innerpages .page-header__image {
  height: 242px;
  width: 100%;
  background-position: 10% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 3px solid #003478; }
  @media (max-width: 767px) {
    .innerpages .page-header__image {
      height: 250px;
      background-position: 30%;
      background-size: cover; } }

.innerpages .page-header__image-mask {
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0+69,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.53) 80%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.53) 80%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(49%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.53)), to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.53) 80%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.53) 80%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */ }

.innerpages .news-date {
  color: #E99932;
  font-weight: 700; }

.innerpages article {
  width: 66.7%;
  max-width: 800px;
  float: right;
  margin-top: 40px;
  padding-right: 20px; }
  @media (max-width: 1023px) {
    .innerpages article {
      float: none;
      width: 100%;
      max-width: none;
      padding-left: 20px;
      border-top-color: white;
      border-bottom: 1px solid #003478; } }
  .innerpages article ol,
  .innerpages article ul {
    padding-left: 20px; }
  .innerpages article .select ol,
  .innerpages article .select ul {
    padding-left: 0; }

@media (max-width: 767px) {
  .innerpages h1 {
    font-size: 40px; } }

.innerpages .page-content {
  padding-bottom: 310px; }
  @media (max-width: 1199px) {
    .innerpages .page-content {
      padding-bottom: 185px; } }
  @media (max-width: 767px) {
    .innerpages .page-content {
      padding-bottom: 225px; } }
  @media (max-width: 767px) {
    .innerpages .page-content {
      padding-bottom: 85px; } }
  .innerpages .page-content .hightlight a {
    color: #E99932;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .innerpages .page-content .hightlight a:hover {
      color: #eeb060; }
  .innerpages .page-content a {
    text-decoration: none;
    font-weight: 700;
    color: #003478;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .innerpages .page-content a .hightlight {
      color: #E99932;
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .innerpages .page-content a .hightlight:hover {
        color: #eeb060; }
    .innerpages .page-content a:hover {
      color: #004aab; }
  .innerpages .page-content img {
    max-width: 100%; }
  .innerpages .page-content p {
    padding: 20px 0 15px; }
    .innerpages .page-content p.leader {
      padding-bottom: 30px; }

.news-wrapper {
  padding-bottom: 65px; }
  .news-wrapper .news-item {
    display: block;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E2E2E2; }
    @media (max-width: 1199px) {
      .news-wrapper .news-item {
        border-bottom: none; } }
    .news-wrapper .news-item:last-of-type {
      border-bottom: none; }
      @media (max-width: 767px) {
        .news-wrapper .news-item:last-of-type {
          border-bottom: 1px solid #E2E2E2; } }
    @media (max-width: 767px) {
      .news-wrapper .news-item {
        border-bottom: 1px solid #E2E2E2; } }
    .news-wrapper .news-item .news-item--image {
      background-repeat: no-repeat !important;
      background-position: center !important;
      background-size: cover !important;
      display: inline-block;
      width: 260px;
      height: 150px;
      position: relative;
      margin-right: 30px;
      vertical-align: top;
      border-bottom: 5px solid #C5D7EB;
      border-radius: 4px; }
      @media (max-width: 767px) {
        .news-wrapper .news-item .news-item--image {
          display: block; } }
    .news-wrapper .news-item .news-item--content {
      top: -5px;
      display: inline-block;
      width: calc(100% - 295px);
      position: relative; }
      @media (max-width: 767px) {
        .news-wrapper .news-item .news-item--content {
          display: block;
          width: 100%;
          position: relative;
          padding-top: 25px;
          top: 0px;
          padding-bottom: 50px; } }
      .news-wrapper .news-item .news-item--content .news-item--content--title {
        display: block;
        font-weight: 500;
        font-size: 22px;
        line-height: 21px;
        color: #003478;
        padding: 20px 0 10px 0; }
      .news-wrapper .news-item .news-item--content .news-item--content--text {
        display: block; }
      .news-wrapper .news-item .news-item--content .news-item--content--date {
        display: block;
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        color: #E99932; }
    .news-wrapper .news-item .news-item--content--link {
      position: absolute;
      bottom: 6px;
      right: 0px; }
      @media (max-width: 767px) {
        .news-wrapper .news-item .news-item--content--link {
          bottom: 14px; } }
      .news-wrapper .news-item .news-item--content--link a {
        color: #E99932;
        font-weight: 700;
        text-decoration: none;
        position: relative;
        display: inline-block;
        top: -10px;
        margin-right: 30px;
        -webkit-transition: color ease .3s;
        -o-transition: color ease .3s;
        transition: color ease .3s; }
        .news-wrapper .news-item .news-item--content--link a:hover {
          color: #eeb060; }
        .news-wrapper .news-item .news-item--content--link a:after {
          top: 1px;
          margin-left: 15px;
          content: "\f04b";
          font-family: "FontAwesome";
          font-size: 12px;
          vertical-align: middle;
          position: absolute;
          pointer-events: none; }

.newsletter-filter--container {
  border-bottom: 1px solid #606060;
  padding: 20px 0;
  text-align: right; }
  .newsletter-filter--container > span {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    color: #040404;
    margin-right: 35px;
    vertical-align: middle;
    position: relative;
    top: 5px; }
  .newsletter-filter--container .select-wrapper span {
    font-weight: 500;
    line-height: 18px;
    color: #040404;
    vertical-align: baseline; }
  .newsletter-filter--container .select-wrapper select {
    font-size: 16px;
    position: relative;
    background: white;
    display: block;
    font-weight: 400;
    width: 120px;
    border-radius: 4px;
    border: 1px solid #5F5F5F;
    color: #040404; }
  .newsletter-filter--container .select-wrapper .select-styled {
    width: 120px; }

.newsletter-wrapper {
  padding-bottom: 100px; }

.newsletters-group--name {
  font-size: 22px;
  font-weight: 500;
  color: #003478;
  padding: 35px 0 15px; }

.newsletter-item {
  border-bottom: 1px solid #EDF3F9;
  padding: 20px 0 8px;
  position: relative; }
  .newsletter-item a {
    display: block; }
  @media (max-width: 767px) {
    .newsletter-item {
      padding-bottom: 20px; } }

.newsletter-item--image {
  width: 35.12px;
  height: 35.12px;
  display: inline-block;
  vertical-align: bottom; }

.newsletter-item--content {
  display: inline-block;
  padding-bottom: 3px;
  padding-left: 10px; }

.newsletter-item--download {
  display: none;
  position: absolute;
  right: 0;
  bottom: 25px; }
  @media (max-width: 767px) {
    .newsletter-item--download {
      display: inline-block; } }

.newsletter-item--content--link {
  float: right;
  padding-top: 8px;
  margin-right: 30px;
  color: #E99932;
  font-weight: 700;
  position: relative;
  -webkit-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
  transition: color ease 0.3s; }
  @media (max-width: 767px) {
    .newsletter-item--content--link {
      display: none; } }
  .newsletter-item--content--link:hover {
    color: #eeb060; }
  .newsletter-item--content--link:after {
    top: 9px;
    right: -30px;
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 12px;
    vertical-align: middle;
    position: absolute;
    pointer-events: none; }

.donation form {
  margin-top: 30px;
  margin-bottom: 130px;
  background: #F5F5F5;
  border-radius: 4px;
  padding-bottom: 20px;
  position: relative; }
  .donation form .select {
    width: 100%; }
  .donation form .select-wrapper:after {
    content: '\f107';
    position: absolute;
    right: 20px;
    top: 0;
    font-family: "FontAwesome";
    font-size: 20px; }
  .donation form .select-styled {
    border: 1px solid #C5D7EB;
    height: 40px; }
    .donation form .select-styled.active {
      border-color: #003478;
      border-bottom: 0; }
    .donation form .select-styled.once-selected {
      border-color: #a1bd62; }
  .donation form p {
    height: 40px;
    line-height: 40px; }
    @media (max-width: 767px) {
      .donation form p {
        height: auto; } }
  .donation form .group-name {
    display: block;
    background: #003478;
    color: white;
    line-height: 55px;
    font-size: 22px;
    font-weight: 700;
    padding-left: 20px; }
  .donation form .form-group-1 .group-name {
    border-radius: 4px 4px 0 0; }
  .donation form .form-group-1 p:first-of-type {
    display: block;
    margin-top: 35px;
    padding: 0 20px;
    position: relative; }
    @media (max-width: 767px) {
      .donation form .form-group-1 p:first-of-type {
        margin-top: 20px; }
        .donation form .form-group-1 p:first-of-type label {
          display: block;
          position: relative; } }
    .donation form .form-group-1 p:first-of-type span {
      line-height: 40px; }
      .donation form .form-group-1 p:first-of-type span:first-of-type {
        font-size: 18px;
        font-weight: 500;
        color: #003478;
        position: absolute;
        right: 170px; }
        @media (max-width: 767px) {
          .donation form .form-group-1 p:first-of-type span:first-of-type {
            display: block;
            position: relative;
            right: auto;
            width: 100%; } }
      .donation form .form-group-1 p:first-of-type span:last-of-type {
        position: absolute;
        right: 20px;
        bottom: 0;
        width: 123px; }
        @media (max-width: 767px) {
          .donation form .form-group-1 p:first-of-type span:last-of-type {
            display: block;
            right: auto;
            width: 100%;
            position: relative; } }
        .donation form .form-group-1 p:first-of-type span:last-of-type:before {
          position: absolute;
          top: 2px;
          content: "$";
          color: #040404;
          left: 10px;
          z-index: 2; }
        .donation form .form-group-1 p:first-of-type span:last-of-type input {
          width: 100%;
          display: inline-block;
          text-align: right;
          -webkit-appearance: none;
          -moz-appearance: none; }
          .donation form .form-group-1 p:first-of-type span:last-of-type input.placeholder {
            color: #040404;
            opacity: 1; }
          .donation form .form-group-1 p:first-of-type span:last-of-type input:-moz-placeholder {
            color: #040404;
            opacity: 1; }
          .donation form .form-group-1 p:first-of-type span:last-of-type input::-moz-placeholder {
            color: #040404;
            opacity: 1; }
          .donation form .form-group-1 p:first-of-type span:last-of-type input::-webkit-input-placeholder {
            color: #040404;
            opacity: 1; }
          @media (max-width: 767px) {
            .donation form .form-group-1 p:first-of-type span:last-of-type input {
              display: block;
              position: relative; } }
  .donation form .form-group-1 p:last-of-type {
    display: block;
    padding: 0 20px;
    position: relative;
    margin-bottom: 35px;
    margin-top: 18px; }
    @media (max-width: 767px) {
      .donation form .form-group-1 p:last-of-type {
        margin-top: 10px; } }
    .donation form .form-group-1 p:last-of-type .select-wrapper {
      float: right;
      width: 500px; }
      @media (max-width: 1199px) {
        .donation form .form-group-1 p:last-of-type .select-wrapper {
          width: 433px; } }
      @media (max-width: 1023px) {
        .donation form .form-group-1 p:last-of-type .select-wrapper {
          width: calc(100% - 255px); } }
      @media (max-width: 767px) {
        .donation form .form-group-1 p:last-of-type .select-wrapper {
          margin-top: 0;
          float: none;
          width: 100%;
          position: relative;
          display: block; } }
  .donation form .form-group-2 p {
    position: relative;
    margin: 35px 0;
    padding-left: 20px; }
    @media (max-width: 767px) {
      .donation form .form-group-2 p {
        margin-top: 20px; } }
  .donation form .form-group-2 .input-wrapper {
    margin-left: 12px;
    width: 240px;
    display: inline-block; }
    @media (max-width: 1199px) {
      .donation form .form-group-2 .input-wrapper {
        width: 220px; } }
    @media (max-width: 1023px) {
      .donation form .form-group-2 .input-wrapper {
        position: absolute;
        width: calc((100% - 255px)/2); }
        .donation form .form-group-2 .input-wrapper:nth-last-of-type(2) {
          right: calc((100% - 255px)/2 + 40px); } }
    @media (max-width: 1023px) and (max-width: 767px) {
      .donation form .form-group-2 .input-wrapper:nth-last-of-type(2) {
        position: relative;
        right: auto;
        margin-top: 20px; } }
    @media (max-width: 1023px) {
        .donation form .form-group-2 .input-wrapper:last-of-type {
          right: 20px; } }
    @media (max-width: 1023px) and (max-width: 767px) {
      .donation form .form-group-2 .input-wrapper:last-of-type {
        position: relative;
        right: auto;
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .donation form .form-group-2 .input-wrapper {
        display: block;
        width: calc(100% - 20px);
        margin-left: 0;
        margin-top: 15px;
        position: relative; } }
    .donation form .form-group-2 .input-wrapper.donor-title {
      display: inline-block;
      width: 228px;
      margin-left: 0; }
      .donation form .form-group-2 .input-wrapper.donor-title input {
        width: 100%; }
      @media (max-width: 1199px) {
        .donation form .form-group-2 .input-wrapper.donor-title {
          width: 150px; } }
      @media (max-width: 1023px) {
        .donation form .form-group-2 .input-wrapper.donor-title {
          width: 175px; } }
      @media (max-width: 767px) {
        .donation form .form-group-2 .input-wrapper.donor-title {
          width: calc(100% - 20px); } }
  .donation form .form-group-3 p {
    padding: 0 20px; }
  .donation form .form-group-3 p:first-of-type {
    margin-top: 35px;
    position: relative; }
    @media (max-width: 767px) {
      .donation form .form-group-3 p:first-of-type {
        margin-top: 20px; } }
    .donation form .form-group-3 p:first-of-type span:not(.input-wrapper) {
      position: relative; }
      .donation form .form-group-3 p:first-of-type span:not(.input-wrapper) input,
      .donation form .form-group-3 p:first-of-type span:not(.input-wrapper) label {
        height: 40px;
        vertical-align: middle; }
      .donation form .form-group-3 p:first-of-type span:not(.input-wrapper) input[type="radio"] {
        display: none; }
      .donation form .form-group-3 p:first-of-type span:not(.input-wrapper) label {
        position: relative;
        margin-left: 25px;
        margin-right: 30px; }
        @media (max-width: 1199px) {
          .donation form .form-group-3 p:first-of-type span:not(.input-wrapper) label {
            margin-right: 20px; } }
        @media (max-width: 767px) {
          .donation form .form-group-3 p:first-of-type span:not(.input-wrapper) label {
            margin-right: 50px; }
            .donation form .form-group-3 p:first-of-type span:not(.input-wrapper) label:last-of-type {
              margin-right: 0; } }
        .donation form .form-group-3 p:first-of-type span:not(.input-wrapper) label :before {
          content: "";
          display: inline-block;
          width: 16px;
          height: 16px;
          border-radius: 50%;
          position: absolute;
          left: -25px;
          bottom: 0;
          background-color: white;
          border: 1px solid #C5D7EB; }
      .donation form .form-group-3 p:first-of-type span:not(.input-wrapper) input[type="radio"]:checked + label:before {
        content: " ";
        background-color: #C5D7EB;
        font-size: 30px;
        text-align: center;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        line-height: 18px;
        position: absolute;
        left: -19px;
        bottom: 6px;
        z-index: 2; }
    .donation form .form-group-3 p:first-of-type .input-wrapper {
      margin-left: 0;
      width: 450px;
      position: absolute;
      right: 20px; }
      @media (max-width: 1199px) {
        .donation form .form-group-3 p:first-of-type .input-wrapper {
          width: 400px; } }
      @media (max-width: 1023px) {
        .donation form .form-group-3 p:first-of-type .input-wrapper {
          width: calc(100% - 295px); } }
      @media (max-width: 767px) {
        .donation form .form-group-3 p:first-of-type .input-wrapper {
          width: 100%;
          margin-top: 5px;
          position: relative;
          right: auto; } }
  .donation form .form-group-3 p:nth-of-type(2) {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .donation form .form-group-3 p:nth-of-type(2) {
        margin-top: 0; } }
    @media (max-width: 767px) {
      .donation form .form-group-3 p:nth-of-type(2) .input-wrapper:first-of-type {
        margin-top: 20px;
        width: 100%; } }
    .donation form .form-group-3 p:nth-of-type(2) .input-wrapper.address {
      width: 490px;
      resize: none; }
      @media (max-width: 1199px) {
        .donation form .form-group-3 p:nth-of-type(2) .input-wrapper.address {
          width: 400px; } }
      @media (max-width: 1023px) {
        .donation form .form-group-3 p:nth-of-type(2) .input-wrapper.address {
          width: 450px; } }
      @media (max-width: 767px) {
        .donation form .form-group-3 p:nth-of-type(2) .input-wrapper.address {
          width: 100%;
          line-height: 1.5; } }
    .donation form .form-group-3 p:nth-of-type(2) .input-wrapper.city {
      width: 230px;
      float: right; }
      @media (max-width: 1199px) {
        .donation form .form-group-3 p:nth-of-type(2) .input-wrapper.city {
          width: 207px; } }
      @media (max-width: 1023px) {
        .donation form .form-group-3 p:nth-of-type(2) .input-wrapper.city {
          width: calc(100% - 480px); } }
      @media (max-width: 767px) {
        .donation form .form-group-3 p:nth-of-type(2) .input-wrapper.city {
          width: 100%;
          margin-top: 20px;
          float: none; } }
  .donation form .form-group-3 p:nth-of-type(3) {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .donation form .form-group-3 p:nth-of-type(3) {
        margin-top: 0; } }
    @media (max-width: 767px) {
      .donation form .form-group-3 p:nth-of-type(3) label {
        vertical-align: bottom; } }
    .donation form .form-group-3 p:nth-of-type(3) .select-wrapper:first-of-type {
      margin-left: 15px;
      margin-right: 14px;
      width: 180px; }
      @media (max-width: 1199px) {
        .donation form .form-group-3 p:nth-of-type(3) .select-wrapper:first-of-type {
          width: 115px; } }
      @media (max-width: 767px) {
        .donation form .form-group-3 p:nth-of-type(3) .select-wrapper:first-of-type {
          width: calc(100% - 70px);
          margin-right: 0;
          margin-top: 20px;
          margin-left: 27px; } }
    .donation form .form-group-3 p:nth-of-type(3) .input-wrapper {
      width: 236px;
      margin-right: 20px; }
      @media (max-width: 1199px) {
        .donation form .form-group-3 p:nth-of-type(3) .input-wrapper {
          width: 134px; } }
      @media (max-width: 1023px) {
        .donation form .form-group-3 p:nth-of-type(3) .input-wrapper {
          margin-right: 69px; } }
      @media (max-width: 767px) {
        .donation form .form-group-3 p:nth-of-type(3) .input-wrapper {
          width: 100%;
          margin-top: 20px;
          margin-bottom: 20px;
          margin-right: 0; } }
    .donation form .form-group-3 p:nth-of-type(3) .select-wrapper:last-of-type {
      margin-left: 9px;
      width: 153px;
      float: right; }
      @media (max-width: 1199px) {
        .donation form .form-group-3 p:nth-of-type(3) .select-wrapper:last-of-type {
          width: 207px; } }
      @media (max-width: 1023px) {
        .donation form .form-group-3 p:nth-of-type(3) .select-wrapper:last-of-type {
          width: calc(100% - 480px); } }
      @media (max-width: 767px) {
        .donation form .form-group-3 p:nth-of-type(3) .select-wrapper:last-of-type {
          width: calc(100% - 70px);
          margin-right: 0; } }
  .donation form .form-group-3 p:nth-of-type(4) {
    margin-top: 20px; }
    .donation form .form-group-3 p:nth-of-type(4) .input-wrapper:first-of-type {
      width: 490px;
      margin-right: 15px; }
      @media (max-width: 1199px) {
        .donation form .form-group-3 p:nth-of-type(4) .input-wrapper:first-of-type {
          width: 400px;
          margin-right: 11px; } }
      @media (max-width: 1023px) {
        .donation form .form-group-3 p:nth-of-type(4) .input-wrapper:first-of-type {
          width: 450px; } }
      @media (max-width: 767px) {
        .donation form .form-group-3 p:nth-of-type(4) .input-wrapper:first-of-type {
          width: 100%; } }
    .donation form .form-group-3 p:nth-of-type(4) .input-wrapper:last-of-type {
      width: 230px;
      float: right; }
      @media (max-width: 1199px) {
        .donation form .form-group-3 p:nth-of-type(4) .input-wrapper:last-of-type {
          width: 207px; } }
      @media (max-width: 1023px) {
        .donation form .form-group-3 p:nth-of-type(4) .input-wrapper:last-of-type {
          width: calc(100% - 480px); } }
      @media (max-width: 767px) {
        .donation form .form-group-3 p:nth-of-type(4) .input-wrapper:last-of-type {
          width: 100%;
          margin-top: 20px;
          float: none; } }
  .donation form .form-group-4 {
    margin: 35px 0; }
    .donation form .form-group-4 p:first-of-type {
      display: block;
      margin-top: 35px;
      padding: 0 20px;
      position: relative; }
      .donation form .form-group-4 p:first-of-type .select-wrapper {
        width: 150px;
        margin-right: 0;
        margin-left: 33px; }
        @media (max-width: 767px) {
          .donation form .form-group-4 p:first-of-type .select-wrapper {
            display: block;
            margin: 0;
            width: 100%; } }
      @media (max-width: 767px) {
        .donation form .form-group-4 p:first-of-type {
          margin-top: 20px; } }
    .donation form .form-group-4 p:nth-of-type(2) {
      display: block;
      margin-top: 35px;
      padding: 0 20px; }
      @media (max-width: 767px) {
        .donation form .form-group-4 p:nth-of-type(2) {
          margin-top: 10px; } }
      .donation form .form-group-4 p:nth-of-type(2) .input-wrapper {
        width: calc(100% - 150px);
        margin-left: 10px; }
        .donation form .form-group-4 p:nth-of-type(2) .input-wrapper label {
          display: none; }
        @media (max-width: 767px) {
          .donation form .form-group-4 p:nth-of-type(2) .input-wrapper {
            width: 100%;
            display: block;
            margin: 0; } }
    .donation form .form-group-4 p:nth-of-type(3) {
      display: block;
      margin-top: 35px;
      padding: 0 20px;
      position: relative; }
      @media (max-width: 767px) {
        .donation form .form-group-4 p:nth-of-type(3) {
          margin-top: 10px; } }
      .donation form .form-group-4 p:nth-of-type(3) .input-wrapper {
        width: 145px;
        margin-right: 30px;
        margin-left: 12px; }
        @media (max-width: 767px) {
          .donation form .form-group-4 p:nth-of-type(3) .input-wrapper {
            display: block;
            margin-bottom: 10px;
            margin-left: 0;
            width: 145px; } }
    .donation form .form-group-4 p:nth-of-type(4) {
      display: block;
      margin-top: 35px;
      padding: 0 20px;
      position: relative;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .donation form .form-group-4 p:nth-of-type(4) {
          margin-top: 10px;
          margin-bottom: 10px; } }
      .donation form .form-group-4 p:nth-of-type(4) .input-wrapper {
        margin-left: 78px;
        width: 145px; }
        @media (max-width: 767px) {
          .donation form .form-group-4 p:nth-of-type(4) .input-wrapper {
            margin-left: 0;
            display: block; } }
    .donation form .form-group-4 input[type=submit] {
      margin: 26px 20px;
      padding: 0; }
  .donation form .form-group-5 {
    padding: 20px; }
    .donation form .form-group-5 .g-recaptcha-wrapper {
      position: relative;
      display: block;
      margin-bottom: 40px;
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px); }
      @media (max-width: 767px) {
        .donation form .form-group-5 .g-recaptcha-wrapper {
          -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
          transform: translateY(10px); }
          .donation form .form-group-5 .g-recaptcha-wrapper .g-recaptcha {
            float: left;
            -webkit-transform: scale(0.77) translateX(-45px);
            -ms-transform: scale(0.77) translateX(-45px);
            transform: scale(0.77) translateX(-45px); }
          .donation form .form-group-5 .g-recaptcha-wrapper:after {
            clear: both;
            content: "";
            display: block; } }
      .donation form .form-group-5 .g-recaptcha-wrapper #recaptcha-error {
        display: none; }
        @media (max-width: 767px) {
          .donation form .form-group-5 .g-recaptcha-wrapper #recaptcha-error {
            -webkit-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
            transform: translateY(-8px); } }

.donation #donation-payment-form {
  display: none; }

.donation .donation-success {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 35px; }

.not-found article,
.searchpage article {
  width: 100%;
  float: none;
  max-width: none; }

.results-container {
  padding-bottom: 100px; }

.result-item {
  padding: 15px 0; }
  .result-item a {
    color: #a1bd62;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .result-item a:hover {
      color: #b6cc86; }
  .result-item h2 {
    color: #444; }

.no-results h1,
.no-results header,
.not-found h1,
.not-found header {
  color: #444; }

.no-results input[type="search"],
.not-found input[type="search"] {
  border: 1px solid #C5D7EB;
  height: 40px;
  max-width: 400px;
  width: 50%;
  margin-right: 20px;
  padding: 0 20px;
  border-radius: 4px; }
  @media (max-width: 767px) {
    .no-results input[type="search"],
    .not-found input[type="search"] {
      display: block;
      width: 100%;
      margin-bottom: 20px; } }

.entry-content .wpcf7 {
  margin: 20px 0;
  padding-bottom: 40px; }
  .entry-content .wpcf7 p {
    padding: 0 20px 10px 20px; }
    @media (max-width: 1023px) {
      .entry-content .wpcf7 p {
        padding: 0 12px; } }
  .entry-content .wpcf7 .hidden {
    display: none; }
  .entry-content .wpcf7 input[type='checkbox'],
  .entry-content .wpcf7 input[type='file'] {
    display: none; }
  .entry-content .wpcf7 .right-part p {
    padding: 0; }
  .entry-content .wpcf7 .left-part input {
    width: calc(100% - 240px); }

.entry-content .wpcf7 {
  background-color: #F5F5F5;
  border-radius: 4px; }
  .entry-content .wpcf7 .wpcf7-form-control-wrap input {
    margin-top: 10px; }
    @media screen and (max-width: 1023px) and (min-width: 320px) {
      .entry-content .wpcf7 .wpcf7-form-control-wrap input {
        width: 100%; } }
  .entry-content .wpcf7 .wpcf7-form section:first-of-type .section-title {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .entry-content .wpcf7 .wpcf7-form section:nth-of-type(2) p {
    padding-top: 0;
    display: block; }
    .entry-content .wpcf7 .wpcf7-form section:nth-of-type(2) p label {
      width: 100%; }
    .entry-content .wpcf7 .wpcf7-form section:nth-of-type(2) p .wpcf7-form-control-wrap textarea {
      margin: 10px 0 15px;
      width: 100%;
      height: 70px; }
    .entry-content .wpcf7 .wpcf7-form section:nth-of-type(2) p .solution textarea {
      height: 100px; }
  .entry-content .wpcf7 .section-title {
    font-size: 22px;
    line-height: 30px;
    background: #003478;
    color: white;
    font-family: "sofia-pro";
    font-size: 22px;
    padding: 10px 20px;
    font-weight: 600; }
    @media (max-width: 1023px) {
      .entry-content .wpcf7 .section-title {
        padding: 10px 12px; } }
  @media (max-width: 1023px) {
    .entry-content .wpcf7 .left-part {
      margin: 20px 0px; } }
  .entry-content .wpcf7 .home-question {
    margin: 17px 22px; }
    @media (max-width: 1023px) {
      .entry-content .wpcf7 .home-question {
        margin: 20px 12px; } }
    .entry-content .wpcf7 .home-question textarea {
      margin-top: 10px;
      width: 100%;
      height: 100px; }
  .entry-content .wpcf7 .right-part {
    max-width: 210px; }
    @media (min-width: 1024px) {
      .entry-content .wpcf7 .right-part {
        float: right;
        margin-top: 10px;
        margin-right: 18px; } }
    @media (max-width: 1023px) {
      .entry-content .wpcf7 .right-part {
        text-align: center; } }
    .entry-content .wpcf7 .right-part .preview {
      border-radius: 4px;
      height: 190px;
      width: 210px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background: white;
      position: relative;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../../assets/img/head1.png"); }
      .entry-content .wpcf7 .right-part .preview .inner-wrapper {
        position: relative;
        height: 190px; }
    .entry-content .wpcf7 .right-part .upload-btn {
      cursor: pointer;
      margin-top: 10px;
      background: #A1BD62;
      font-family: "sofia-pro";
      font-size: 14px;
      font-weight: 600;
      color: white;
      padding: 16px 16px 14px;
      border-radius: 4px;
      -webkit-transition: background 0.5s;
      -o-transition: background 0.5s;
      transition: background 0.5s; }
      @media (max-width: 767px) {
        .entry-content .wpcf7 .right-part .upload-btn {
          padding: 9px 16px 5px; } }
      .entry-content .wpcf7 .right-part .upload-btn:hover {
        background: #003478; }
    @media screen and (max-width: 1023px) and (min-width: 320px) {
      .entry-content .wpcf7 .right-part {
        float: none;
        margin-top: 20px;
        max-width: 100%; }
        .entry-content .wpcf7 .right-part .preview {
          height: 250px;
          width: 300px;
          max-width: 100%;
          margin-left: auto;
          margin-right: auto; }
        .entry-content .wpcf7 .right-part .upload-btn {
          display: inline-block;
          margin: auto; }
        .entry-content .wpcf7 .right-part .notes {
          display: block;
          text-align: center;
          font-size: 12px;
          font-weight: 400;
          color: #8A8A8F;
          padding: 0 20px; } }
  .entry-content .wpcf7 .section-title {
    margin-bottom: 45px;
    margin-top: 20px; }
    .entry-content .wpcf7 .section-title .small {
      font-weight: 400; }
      .entry-content .wpcf7 .section-title .small a {
        color: #E99932;
        font-weight: 400; }
  @media screen and (max-width: 1023px) and (min-width: 320px) {
    .entry-content .wpcf7 .acknowledge {
      display: block; } }
  @media (max-width: 1023px) {
    .entry-content .wpcf7 .acknowledge .first,
    .entry-content .wpcf7 .acknowledge .last {
      margin-top: 10px; } }
  @media (max-width: 1023px) {
    .entry-content .wpcf7 .acknowledge .first {
      margin-left: 0; } }
  .entry-content .wpcf7 input[type=checkbox] ~ span {
    padding-left: 40px;
    display: inline-block;
    position: relative; }
    .entry-content .wpcf7 input[type=checkbox] ~ span:before {
      cursor: pointer;
      content: '';
      position: absolute;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      border: 1px solid #C5D7EB;
      background: white;
      left: 9px;
      top: 5px; }
  .entry-content .wpcf7 input[type=checkbox]:checked ~ span:after {
    cursor: pointer;
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #C5D7EB;
    left: 14px;
    top: 10px; }
  .entry-content .wpcf7 .sign {
    position: relative;
    padding: 0 20px;
    margin: 26px 0; }
    @media (max-width: 1023px) {
      .entry-content .wpcf7 .sign {
        padding: 0 12px; } }
    @media (max-width: 767px) {
      .entry-content .wpcf7 .sign {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .entry-content .wpcf7 .sign label {
        display: block;
        width: 100%; } }
    .entry-content .wpcf7 .sign label:nth-of-type(2) {
      position: absolute;
      right: 80px;
      top: 0; }
      @media (max-width: 1199px) {
        .entry-content .wpcf7 .sign label:nth-of-type(2) {
          right: 20px; } }
      @media (max-width: 767px) {
        .entry-content .wpcf7 .sign label:nth-of-type(2) {
          right: 0;
          position: relative; } }
    .entry-content .wpcf7 .sign .full-name input {
      width: 406px; }
      @media (max-width: 1199px) {
        .entry-content .wpcf7 .sign .full-name input {
          width: calc(100% - 230px); } }
      @media (max-width: 767px) {
        .entry-content .wpcf7 .sign .full-name input {
          width: 100%; } }
    .entry-content .wpcf7 .sign .sign-date input {
      width: 212px; }
      @media (max-width: 767px) {
        .entry-content .wpcf7 .sign .sign-date input {
          display: block;
          width: 100%; } }
  .entry-content .wpcf7 .wpcf7-submit {
    padding: 13px 40px;
    font-family: "sofia-pro";
    font-weight: 700;
    font-size: 14px;
    color: white;
    background: #A1BD62;
    border-radius: 4px;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    border: none !important; }
    .entry-content .wpcf7 .wpcf7-submit:hover {
      background: #003478; }
  .entry-content .wpcf7 .wpcf7-mail-sent-ok {
    font-size: 16px;
    font-family: "sofia-pro";
    font-weight: 400;
    color: white;
    line-height: 24px;
    padding: 30px 20px;
    background: #A1BD62;
    border: none;
    margin-left: 20px;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .entry-content .wpcf7 .wpcf7-mail-sent-ok {
        margin-left: 12px;
        margin-right: 12px; } }
  .entry-content .wpcf7 .wpcf7-recaptcha {
    margin-left: 20px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .entry-content .wpcf7 .wpcf7-recaptcha {
        margin-left: 12px;
        -webkit-transform: scale(0.8) translateX(-12%);
        -ms-transform: scale(0.8) translateX(-12%);
        transform: scale(0.8) translateX(-12%); } }

/*--------------------------------------------------------------
# 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: 30px;
  height: 19px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    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: 60px;
  perspective: 60px; }

.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: 60px;
  perspective: 60px; }

.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: 60px;
  perspective: 60px; }

.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: 60px;
  perspective: 60px; }

.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(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1); }

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

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

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(6px, 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(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-6px, -7.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(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-6px, 7.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(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(6px, -7.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(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(6px, 7.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: 1.5px;
  -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: 1.5px;
  -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: -60px;
      top: -60px;
      -webkit-transform: translate3d(60px, 60px, 0) rotate(45deg);
      transform: translate3d(60px, 60px, 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: -60px;
      top: -60px;
      -webkit-transform: translate3d(-60px, 60px, 0) rotate(-45deg);
      transform: translate3d(-60px, 60px, 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: -60px;
      top: 60px;
      -webkit-transform: translate3d(60px, -60px, 0) rotate(-45deg);
      transform: translate3d(60px, -60px, 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: -60px;
      top: 60px;
      -webkit-transform: translate3d(-60px, -60px, 0) rotate(45deg);
      transform: translate3d(-60px, -60px, 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: 1.5px; }
  .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(-4.28571px, -5px, 0);
    transform: rotate(-45deg) translate3d(-4.28571px, -5px, 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: 1.5px; }
  .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(4.28571px, -5px, 0);
    transform: rotate(45deg) translate3d(4.28571px, -5px, 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: 1.5px;
  -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; }

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-button-icon-only {
  text-indent: 0; }

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

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

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }

.ui-widget-content a {
  color: #333; }

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px; }

.ui-widget-overlay {
  background: #aaa;
  opacity: .003;
  filter: Alpha(Opacity=0.3); }

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666; }
