@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Open+Sans:wght@400;600&display=swap');
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }


.rows-of-2 {
  display: block; }
  .rows-of-2::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-2 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-2 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .rows-of-2 > *:last-child {
          margin-right: 0; }
        .rows-of-2 > *:nth-child(2n) {
          margin-right: 0; }
        .rows-of-2 > *:nth-child(2n+1) {
          clear: left; }
        .rows-of-2 > *:nth-last-child(2):last-child {
          margin-bottom: 0 !important; }
        .rows-of-2 > *:nth-last-child(1):last-child {
          margin-bottom: 0 !important; } }

.lt-ie9 .rows-of-2 {
  display: block; }
  .lt-ie9 .rows-of-2::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-2 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-2 > * {
        float: left;
        width: 50% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em;
        display: inline-block !important;
        clear: none !important; } }

.rows-of-3 {
  display: block; }
  .rows-of-3::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-3 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-3 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-3 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .rows-of-3 > *:last-child {
          margin-right: 0; }
        .rows-of-3 > *:nth-child(3n) {
          margin-right: 0; }
        .rows-of-3 > *:nth-child(3n+1) {
          clear: left; } }

.lt-ie9 .rows-of-3 {
  display: block; }
  .lt-ie9 .rows-of-3::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-3 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-3 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-3 > * {
        float: left;
        width: 33.3% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em; } }

.rows-of-4 {
  display: block; }
  .rows-of-4::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-4 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-4 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-4 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%; }
        .rows-of-4 > *:last-child {
          margin-right: 0; }
        .rows-of-4 > *:nth-child(4n) {
          margin-right: 0; }
        .rows-of-4 > *:nth-child(4n+1) {
          clear: left; } }

.lt-ie9 .rows-of-4 {
  display: block; }
  .lt-ie9 .rows-of-4::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-4 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-4 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-4 > * {
        float: left;
        width: 25% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em; } }

@media (max-width: 40em) {
  .mobile-rows-of-2 {
    display: block; }
    .mobile-rows-of-2::after {
      clear: both;
      content: "";
      display: table; }
    .mobile-rows-of-2 > * {
      margin-bottom: 1.5em;
      display: block;
      position: relative;
      float: left;
      display: block;
      margin-right: 7.4229703521%;
      width: 46.288514824%; }
      .mobile-rows-of-2 > * > *:first-child {
        margin-top: 0; }
      .mobile-rows-of-2 > *:nth-last-child(1) {
        background-color: red;
        margin-bottom: 0; }
      .mobile-rows-of-2 > *:nth-last-child(2) {
        background-color: green;
        margin-bottom: 0; }
      .mobile-rows-of-2 > *:last-child {
        margin-right: 0; }
      .mobile-rows-of-2 > *:nth-child(2n) {
        margin-right: 0; }
      .mobile-rows-of-2 > *:nth-child(2n+1) {
        clear: left; } }

.row {
  display: block;
  clear: both; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

@media (min-width: 40em) {
  .col-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%; }
    .col-1:last-child {
      margin-right: 0; }
  .col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%; }
    .col-2:last-child {
      margin-right: 0; }
  .col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .col-3:last-child {
      margin-right: 0; }
  .col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .col-4:last-child {
      margin-right: 0; }
  .col-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .col-5:last-child {
      margin-right: 0; }
  .col-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .col-6:last-child {
      margin-right: 0; }
  .col-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%; }
    .col-7:last-child {
      margin-right: 0; }
  .col-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .col-8:last-child {
      margin-right: 0; }
  .col-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .col-9:last-child {
      margin-right: 0; }
  .col-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%; }
    .col-10:last-child {
      margin-right: 0; }
  .col-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%; }
    .col-11:last-child {
      margin-right: 0; }
  .col-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .col-12:last-child {
      margin-right: 0; }
  .col-last {
    margin-right: 0;
    margin-right: 0 !important; } }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #838383;
  font-family: "Hind", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  margin: 0; }
  @media (max-height: 46em) and (min-width: 60em) {
    body {
      font-size: .875em; } }
  @media (max-height: 40em) and (min-width: 60em) {
    body {
      font-size: .75em; } }

      a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #be2226;
  text-decoration: underline; }
  a:hover {
    color: #7d1619; }
  a:visited, a:active, a:focus {
    /*color: $hover-link-color;*/
    outline: none; }
  a:focus:not(:hover):not(:active) {
    outline: 2px dashed #006129;
    outline-offset: -1px; }

.btn-cust, .search-module input[type="submit"]{
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.1578947368em;
  padding: 1.0526315789em 1.5789473684em 0.8421052632em 1.5789473684em;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }
  .btn-cust:hover, .search-module .input:hover[type="submit"]{
    color: white; }
  .btn-cust:disabled,
  .search-module input:disabled[type="submit"] {
    cursor: not-allowed;
    opacity: 0.5; }
  .btn-cust:after,
  .search-module input[type="submit"]:after{
    content: ''; }

.btn-cust,
.search-module input[type="submit"]{
  background-color: #be2226; }
  .btn-cust:hover,
  .search-module input:hover[type="submit"]{
    background-color: #931a1d; }
  .btn-cust:after,
  .search-module input[type="submit"]:after{
    background-color: #931a1d; }


    .site-nav,
#hs_menu_wrapper_primary_nav {
  background-color: transparent; }
  @media (min-width: 60em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      padding: 0;
      background-color: transparent;
      width: 100%;
      z-index: 2; } }

.sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
  margin: 0;
  padding: 0; }
  @media (min-width: 40em) {
    .sn-level-1,
    #hs_menu_wrapper_primary_nav > ul {
      height: 4.375em;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: 1px solid #545454;
  background-color: transparent;
  position: relative; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: block;
    height: 3.375em;
    line-height: 3.375em;
    color: #979797;
    text-decoration: none;
    padding: 0; }
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #ffffff; }
    .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
      color: #ffffff; }
  .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.has-subnav .m-subnav-arrow,
  .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
    cursor: pointer;
    padding-right: 0em;
    background-image: url(dropdown-menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.75em;
    display: block;
    width: 40px;
    height: 55px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    right: 0;
    top: 0;
    bottom: 0;
    transform: rotate(0deg); }
    .sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
    .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
      transform: rotate(180deg); }
  .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
  .hs-menu-depth-1.has-subnav > a span,
  .hs-menu-depth-1.menu-item-has-children > a span,
  .hs-menu-depth-1.hs-item-has-children > a span {
    display: block; }
  .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
  .hs-menu-depth-1.has-subnav > a.active span,
  .hs-menu-depth-1.menu-item-has-children > a.active span,
  .hs-menu-depth-1.hs-item-has-children > a.active span {
    transform: rotate(180deg); }
  .sn-li-l1:hover,
  .hs-menu-depth-1:hover {
    background-color: transparent; }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 4.375em;
      float: left;
      border-bottom: 0;
      border-right: 1px solid #545454;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      text-align: center; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 0.875em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 0.5em;
        color: #ffffff;
        height: 4.375em;
        line-height: 4.375em; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #ffffff; }
      .sn-li-l1:hover .sn-level-2,
      .hs-menu-depth-1:hover .sn-level-2 {
        display: block !important; }
      .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.has-subnav .m-subnav-arrow,
      .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        display: none; }
      .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
      .hs-menu-depth-1.has-subnav > a span,
      .hs-menu-depth-1.menu-item-has-children > a span,
      .hs-menu-depth-1.hs-item-has-children > a span {
        background-image: url(dropdown-menu-arrow.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 10px auto;
        padding-right: 1em;
        display: inline; }
      .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
      .hs-menu-depth-1.has-subnav > a.active span,
      .hs-menu-depth-1.menu-item-has-children > a.active span,
      .hs-menu-depth-1.hs-item-has-children > a.active span {
        background-image: url(dropdown-menu-arrow.svg); }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: #2e2d2d; } }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      background-color: transparent;
      border: none;
      -webkit-transition: 0.5s ease;
      margin: 0 0.475em 0 0;
      margin: 0 0 0 0; }
      .sn-li-l1:nth-of-type(n):hover ~ .underbar,
      .hs-menu-depth-1:nth-of-type(n):hover ~ .underbar {
        left: 0;
        width: 40px;
        background: #c22226; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 0.875em;
        font-weight: 600;
        padding: 0 0 0; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        padding: 0 7px;
        color: #ffffff; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #ffffff; }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        background-color: #2e2d2d; } }
  @media (min-width: 80em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      margin: 0 0.6875em 0 0;}
      .sn-li-l1 > a, .hs-menu-depth-1 > a {
    padding: 0 0.75em;
} }

.underbar {
  width: 0;
  height: 4px;
  background: rgba(194, 34, 38, 0);
  top: 66px;
  position: absolute;
  -webkit-transition: 0.5s ease;
  pointer-events: none; }

.sn-level-2, .sn-level-3, .sn-level-4,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative; }
  .sn-level-2.active, .sn-level-3.active, .sn-level-4.active,
  .hs-menu-children-wrapper.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-2, .sn-level-3, .sn-level-4,
    .hs-menu-children-wrapper {
      position: absolute;
      width: 15em;
      text-align: left; }
      .sn-level-2.active, .sn-level-3.active, .sn-level-4.active,
      .hs-menu-children-wrapper.active {
        display: none; } }

.sn-li-l2, .sn-li-l3, .sn-li-l4, .sn-li-l5,
.hs-menu-depth-2 {
  background-color: transparent;
  position: relative; }
  .sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a, .sn-li-l5 > a,
  .hs-menu-depth-2 > a {
    padding: 0 1em;
    color: #979797;
    border-top: 1px solid #474747;
    display: block;
    text-decoration: none;
    line-height: 3.125em;
    position: relative; }
    .sn-li-l2 > a span, .sn-li-l3 > a span, .sn-li-l4 > a span, .sn-li-l5 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 0.75em;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1.25em;
      display: inline-block;
      vertical-align: middle; }
  .sn-li-l2:last-child > a, .sn-li-l3:last-child > a, .sn-li-l4:last-child > a, .sn-li-l5:last-child > a,
  .hs-menu-depth-2:last-child > a {
    border-bottom: 0; }
  .sn-li-l2:hover, .sn-li-l3:hover, .sn-li-l4:hover, .sn-li-l5:hover,
  .hs-menu-depth-2:hover {
    background-color: transparent; }
  @media (min-width: 60em) {
    .sn-li-l2, .sn-li-l3, .sn-li-l4, .sn-li-l5,
    .hs-menu-depth-2 {
      position: relative;
      background-color: #0e0e0e; }
      .sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a, .sn-li-l5 > a,
      .hs-menu-depth-2 > a {
        color: #ffffff;
        padding: 0 0.5em;
        line-height: 3.125em;
        border: none; }
        .sn-li-l2 > a span, .sn-li-l3 > a span, .sn-li-l4 > a span, .sn-li-l5 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 0.875em;
          font-weight: 400;
          text-transform: none;
          line-height: 1.25em;
          height: 3.4375em;
          line-height: 3.4375em;
          vertical-align: top; }
      .sn-li-l2:hover, .sn-li-l3:hover, .sn-li-l4:hover, .sn-li-l5:hover,
      .hs-menu-depth-2:hover {
        background-color: black; }
        .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3, .sn-li-l4:hover .sn-level-3, .sn-li-l5:hover .sn-level-3,
        .hs-menu-depth-2:hover .sn-level-3 {
          display: block !important;
          margin: -1.5625em;
          padding: 1.5625em; }
      .sn-li-l2.has-subnav .m-subnav-arrow, .has-subnav.sn-li-l3 .m-subnav-arrow, .has-subnav.sn-li-l4 .m-subnav-arrow, .has-subnav.sn-li-l5 .m-subnav-arrow, .sn-li-l2.menu-item-has-children .m-subnav-arrow, .menu-item-has-children.sn-li-l3 .m-subnav-arrow, .menu-item-has-children.sn-li-l4 .m-subnav-arrow, .menu-item-has-children.sn-li-l5 .m-subnav-arrow, .sn-li-l2.hs-item-has-children .m-subnav-arrow, .hs-item-has-children.sn-li-l3 .m-subnav-arrow, .hs-item-has-children.sn-li-l4 .m-subnav-arrow, .hs-item-has-children.sn-li-l5 .m-subnav-arrow,
      .hs-menu-depth-2.has-subnav .m-subnav-arrow,
      .hs-menu-depth-2.menu-item-has-children .m-subnav-arrow,
      .hs-menu-depth-2.hs-item-has-children .m-subnav-arrow {
        display: none; }
      .sn-li-l2.has-subnav > a span, .has-subnav.sn-li-l3 > a span, .has-subnav.sn-li-l4 > a span, .has-subnav.sn-li-l5 > a span, .sn-li-l2.menu-item-has-children > a span, .menu-item-has-children.sn-li-l3 > a span, .menu-item-has-children.sn-li-l4 > a span, .menu-item-has-children.sn-li-l5 > a span, .sn-li-l2.hs-item-has-children > a span, .hs-item-has-children.sn-li-l3 > a span, .hs-item-has-children.sn-li-l4 > a span, .hs-item-has-children.sn-li-l5 > a span,
      .hs-menu-depth-2.has-subnav > a span,
      .hs-menu-depth-2.menu-item-has-children > a span,
      .hs-menu-depth-2.hs-item-has-children > a span {
        padding-right: 1em;
        display: block;
        height: 3.4375em;
        line-height: 3.4375em;
        vertical-align: top;
        position: relative; }
        .sn-li-l2.has-subnav > a span:after, .has-subnav.sn-li-l3 > a span:after, .has-subnav.sn-li-l4 > a span:after, .has-subnav.sn-li-l5 > a span:after, .sn-li-l2.menu-item-has-children > a span:after, .menu-item-has-children.sn-li-l3 > a span:after, .menu-item-has-children.sn-li-l4 > a span:after, .menu-item-has-children.sn-li-l5 > a span:after, .sn-li-l2.hs-item-has-children > a span:after, .hs-item-has-children.sn-li-l3 > a span:after, .hs-item-has-children.sn-li-l4 > a span:after, .hs-item-has-children.sn-li-l5 > a span:after,
        .hs-menu-depth-2.has-subnav > a span:after,
        .hs-menu-depth-2.menu-item-has-children > a span:after,
        .hs-menu-depth-2.hs-item-has-children > a span:after {
          background-image: url(dropdown-menu-arrow.svg);
          background-repeat: no-repeat;
          background-position: right top;
          background-size: 10px auto;
          height: 100%;
          content: "";
          right: 0;
          position: absolute;
          top: 5px;
          width: 20px;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg); }
      .sn-li-l2.has-subnav > a.active span, .has-subnav.sn-li-l3 > a.active span, .has-subnav.sn-li-l4 > a.active span, .has-subnav.sn-li-l5 > a.active span, .sn-li-l2.menu-item-has-children > a.active span, .menu-item-has-children.sn-li-l3 > a.active span, .menu-item-has-children.sn-li-l4 > a.active span, .menu-item-has-children.sn-li-l5 > a.active span, .sn-li-l2.hs-item-has-children > a.active span, .hs-item-has-children.sn-li-l3 > a.active span, .hs-item-has-children.sn-li-l4 > a.active span, .hs-item-has-children.sn-li-l5 > a.active span,
      .hs-menu-depth-2.has-subnav > a.active span,
      .hs-menu-depth-2.menu-item-has-children > a.active span,
      .hs-menu-depth-2.hs-item-has-children > a.active span {
        background-image: url(dropdown-menu-arrow.svg); } }
  @media (min-width: 60em) {
    .sn-li-l2 > a, .sn-li-l3 > a, .sn-li-l4 > a, .sn-li-l5 > a,
    .hs-menu-depth-2 > a {
      padding: 0 1.25em;
      line-height: 2.4375em; }
    .sn-li-l2 span, .sn-li-l3 span, .sn-li-l4 span, .sn-li-l5 span,
    .hs-menu-depth-2 span {
      padding: 0; }
    .sn-li-l2:hover, .sn-li-l3:hover, .sn-li-l4:hover, .sn-li-l5:hover,
    .hs-menu-depth-2:hover {
      background-color: black; } }

.sn-level-3, .sn-level-4, .sn-level-5 {
  padding: 0;
  margin: 0;
  display: none;
  position: relative; }
  .sn-level-3.active, .sn-level-4.active, .sn-level-5.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-3, .sn-level-4, .sn-level-5 {
      position: absolute;
      top: 0;
      left: 100%;
      width: 250px; }
      .sn-level-3.active, .sn-level-4.active, .sn-level-5.active {
        display: none; } }

@media (min-width: 60em) {
  .sn-li-l3:hover .sn-level-4 {
    display: block !important;
    margin: -1.5625em;
    padding: 1.5625em; } }

@media (min-width: 60em) {
  .sn-li-l4:hover .sn-level-5 {
    display: block !important;
    margin: -1.5625em;
    padding: 1.5625em; } }

@media (min-width: 60em) {
  .sn-li-l5:hover .sn-level-6 {
    display: block !important;
    margin: -1.5625em;
    padding: 1.5625em; } }

.site-nav-container {
  background-color: #1f1f1f;
  height: 100%;
  right: -15.625em;
  top: 0;
  bottom: 0;
  z-index: 1000;
  padding: 3.25em 3.125em 0.75em 2.875em;
  position: absolute;
  width: 15.625em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  box-sizing: border-box; }
  .site-nav-container.active {
    right: 0; }
  @media (min-width: 60em) {
    .site-nav-container {
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      position: static;
      padding: 0;
      background-color: transparent; } }

.site-nav-container-screen {
  position: absolute;
  display: none;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .site-nav-container-screen.active {
    display: block; }
  @media (min-width: 40em) {
    .site-nav-container-screen {
      display: none !important; } }

.close-menu {
  display: inline-block;
  clear: both;
  height: 1em;
  width: 1.0714285714em;
  position: relative;
  text-align: center;
  color: #477DCA !important;
  font-family: "Hind", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 0.875em;
  text-decoration: none; }
  .close-menu:visited {
    color: #ffffff; }
  .close-menu:hover {
    color: #ffffff; }
  .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(ico-close.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute; }
  @media (min-width: 60em) {
    .close-menu {
      display: none; } }

.snc-header {
  text-align: left;
  padding: 0 0 2.1875em; }
  @media (min-width: 40em) {
    .snc-header {
      padding: 0; } }

/*
This is used to separate sections/modules of the website while still keeping a consistent max-width. Example below:
<section class="about-module">
  <div class="inner-wrap">
    Content here...
  </div>
</section>
*/
.inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
  max-width: 73.0625em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em;
  box-sizing: border-box; }
  .inner-wrap::after, .inner-wrap-narrow::after, .inner-wrap-wide::after, .inner-wrap-fullwidth::after {
    clear: both;
    content: "";
    display: table; }
  .inner-wrap > *:first-child, .inner-wrap-narrow > *:first-child, .inner-wrap-wide > *:first-child, .inner-wrap-fullwidth > *:first-child {
    margin-top: 0; }
  .inner-wrap > *:last-child, .inner-wrap-narrow > *:last-child, .inner-wrap-wide > *:last-child, .inner-wrap-fullwidth > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 40em) {
    .inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
      padding: 2.5em 1.5em 2.5em 1.5em; } }

.inner-wrap-narrow {
  max-width: 64.5em; }

.inner-wrap-wide {
  max-width: 87.5em; }

.inner-wrap-fullwidth {
  max-width: 100%; }

/*=============== ADA Complaince styling ===================*/
#skipToContent {
  position: fixed;
  z-index: 0;
  top: 10px;
  left: 10px;
  opacity: 0; }
  #skipToContent:focus {
    opacity: 1;
    z-index: 99999; }

.site-nav-container .site-nav a:focus:not(:hover):not(:active) {
  outline-offset: -2px; }

.site-nav-container .site-nav a.tse-remove-border:focus:not(:hover):not(:active) {
  outline: none;
  outline-offset: 0; }

.nonlink {
  cursor: default;
  pointer-events: none; }

.lightbox.tse-remove-border {
  outline: none !important; }
  .lightbox.tse-remove-border:focus {
    outline: none !important; }

.tse-remove-border {
  outline: none !important; }
  .tse-remove-border:focus {
    outline: none !important; }

/*=============== Site Header ===============*/
.site-header > .inner-wrap, .site-header > .inner-wrap-narrow, .site-header > .inner-wrap-wide, .site-header > .inner-wrap-fullwidth {
  padding-bottom: 0.4375em;
  padding-top: 0.9375em;
  position: relative; }

@media (min-width: 40em) {
  .site-header > .inner-wrap, .site-header > .inner-wrap-narrow, .site-header > .inner-wrap-wide, .site-header > .inner-wrap-fullwidth {
    padding-bottom: 0.75em;
    padding-top: 1.5625em; } }

.sh-sticky-wrap {
  background-color: #2E2E2E; }
  .sh-sticky-wrap .inner-wrap, .sh-sticky-wrap .inner-wrap-narrow, .sh-sticky-wrap .inner-wrap-wide, .sh-sticky-wrap .inner-wrap-fullwidth {
    padding-bottom: 0;
    padding-top: 0; }
  @media (min-width: 60em) {
    .sh-sticky-wrap {
      /*height: $nav-height;*/
      z-index: 99; }
      .sh-sticky-wrap.stuck {
        position: fixed;
        left: 0;
        right: 0;
        top: 0; } }

.mob-utility-nav {
  background-color: #ededed;
  text-align: center; }
  .mob-utility-nav a {
    color: #545454; }
  .mob-utility-nav .inner-wrap, .mob-utility-nav .inner-wrap-narrow, .mob-utility-nav .inner-wrap-wide, .mob-utility-nav .inner-wrap-fullwidth {
    padding-top: 1.0625em;
    padding-bottom: 2.6875em; }
  @media (min-width: 40em) {
    .mob-utility-nav {
      display: none; } }

.site-logo-img {
  float: left; 
  box-sizing: border-box;
  position: relative;
  z-index: 1;}

.sh-icons {
  float: right;
  margin: 2em 0 0 0; }
  @media (min-width: 60em) {
    .sh-icons {
      display: none; } }

.sh-ico-search, .sh-ico-menu {
  background-repeat: no-repeat;
  background-position: center top;
  display: inline-block;
  padding-top: 1.2em;
  width: 2em;
  margin-left: 1em;
  text-align: center;
  text-decoration: none; }
  .sh-ico-search span, .sh-ico-menu span {
    font-size: .75em; }

.sh-ph {
  background-image: url(sh-phone.jpg);
  background-position: left 0.1538461538em;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  color: #545454;
  font-size: 0.8125em;
  padding: 0 0 0 1.6153846154em;
  margin: 0 0.7692307692em 0 0;
  display: inline-block;
  vertical-align: top;
  text-decoration: none; }

.sh-mail {
  background-image: url(sh-mail.jpg);
  background-position: left 0.1538461538em;
  background-repeat: no-repeat;
  background-size: 1.3846153846em 1.0769230769em;
  color: #545454;
  font-size: 0.8125em;
  padding: 0 0 0 1.9230769231em;
  display: inline-block;
  vertical-align: top;
  text-decoration: none; }

.sh-ico-search {
  background-image: url(ico-search-mobile.jpg);
  margin: 0.75em 0.1875em 0 0;
  padding: 0;
  vertical-align: top; }
  @media (min-width: 60em) {
    .sh-ico-search {
      background-image: url(ico-search.jpg);
      margin: 0.1875em 0.6875em 0 0;
          margin: 0;
    vertical-align: sub; } }

.sh-ico-social {
  background-image: url(ico-facebook.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 14px;
  margin: 0.125em 1.25em 0 0;
  vertical-align: top;
  width: 10px;
  text-decoration: none;
  display: none; }

.sh-ico-social-li {
  background-image: url(ico-linkedin.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 14px;
  margin: 0.125em 1.25em 0 0;
  vertical-align: top;
  width: 15px;
  text-decoration: none; 
display: none;}

.sh-ico-cart {
  background-image: url(ico-cart.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 0.875em;
  margin: 0.125em 0 0 0;
  vertical-align: top;
  width: 0.9375em;
  text-decoration: none; 
display: none;}

.sh-ico-menu {
  background-image: url(sh-ico-nav.jpg);
  padding: 0;
  margin: 0;
  width: 2em;
  height: 2.0625em;
  text-indent: 9999px;
  vertical-align: top; }
  @media (min-width: 60em) {
    .sh-ico-menu {
      display: none; } }

.sh-tagline {
  color: #191919;
  font-size: 1.2375em;
  font-weight: 600;
  line-height: 1.5217391304em;
  margin: 0.347826087em 1.7391304348em 0 0;
  display: inline-block;
  text-align: right;
  vertical-align: baseline;
  position: relative;
  left: 0;
  top: -11px; }
  @media (min-width: 40em) {
    .sh-tagline {
      margin: .347826087em 3.23913em 0 0; } }
  @media (min-width: 60em) {
    .sh-tagline {
      top: 34%;
      position: absolute;
      right: 0;
      margin-right: 23px; } }
  @media (min-width: 80em) {
    .sh-tagline {
      font-size: 1.4375em;
      /*left: 0;*/ } }

.sh-rfq {
  display: none; }
  @media (min-width: 60em) {
    .sh-rfq {
      display: inline-block;
      float: right;
      color: #191919;
      font-size: 1.4375em;
      font-weight: 600;
      line-height: 1.5217391304em;
      margin: 0.347826087em 1.7391304348em 0 0;
      vertical-align: top; } }

.sh-trigger-wrap {
  display: none; }
  @media (min-width: 60em) {
    .sh-trigger-wrap {
      display: inline-block;
      float: right;
      margin: 1.5625em 0 0 0;
      vertical-align: top; } }

.page-intro {
  background-image: url(dest-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 14.0625em; }
  .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
    padding-bottom: 0;
    padding-top: 3.125em; }
  @media (min-width: 60em) {
    .page-intro {
      background-attachment: fixed;
      min-height: 25.125em; }
      .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
        padding-top: 9.5em; } }

.pi-heading {
  color: #ffffff;
  font-size: 2.5em;
  line-height: 1.125em; }
  @media (min-width: 60em) {
    .pi-heading {
      font-size: 4.6875em;
      line-height: 1.0533333333em; } }



/*=============== Site Footer ===============*/
.site-footer {
  background-color: #242424;
  color: #ffffff;
  text-align: left; }
  .site-footer > .inner-wrap, .site-footer > .inner-wrap-narrow, .site-footer > .inner-wrap-wide, .site-footer > .inner-wrap-fullwidth {
    padding-bottom: 5.0625em;
    padding-top: 4.625em; }
  @media (min-width: 40em) {
    .site-footer > .inner-wrap, .site-footer > .inner-wrap-narrow, .site-footer > .inner-wrap-wide, .site-footer > .inner-wrap-fullwidth {
      padding-bottom: 4.4375em;
      padding-top: 4.4375em; } }

.footer-logo-wrap {
  padding: 0 0 0 0.875em; }
  @media (min-width: 40em) {
    .footer-logo-wrap {
      display: inline-block;
      margin: 0 0 4.375em;
      vertical-align: top;
      width: 46%; } }
  @media (min-width: 60em) {
    .footer-logo-wrap {
      margin: 0;
      width: 21.5%; } }

.sf-logo {
  margin: 0 0 1.3125em; }
  .sf-logo a {
    display: inline-block;
    vertical-align: top; }
  .sf-logo img {
    display: block;
    vertical-align: top; }
  @media (min-width: 40em) {
    .sf-logo {
      margin: 0 0 1.0625em; } }

.sf-tagline {
  padding: 0;
  display: block;
  vertical-align: top;
  line-height: 1.5em; }
  @media (min-width: 40em) {
    .sf-tagline {
      font-size: 0.9375em;
      line-height: 1.7333333333em; } }

.sf-social {
  color: #b2b2b2;
  font-size: 0.9375em;
  line-height: 2.2em;
  padding: 3.2em 0 4.4666666667em 0;
  text-decoration: none; }
  .sf-social a {
    color: #b2b2b2;
    display: inline-block;
    text-decoration: none;
    vertical-align: top; }
    .sf-social a img {
      display: block;
      vertical-align: top; }
  @media (min-width: 40em) {
    .sf-social {
      line-height: 2.0666666667em;
      padding: 3em 0 0 0; } }

.sfn-heading {
  font-size: 0.8125em;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 2em;
  font-family: "Hind", sans-serif;
    line-height: 1.25;
   }

.sf-nav {
  padding: 0 0.875em 4.5em; }
  @media (min-width: 40em) {
    .sf-nav {
      display: inline-block;
      vertical-align: top;
      position: relative;
      width: 46%; } }
  @media (min-width: 60em) {
    .sf-nav {
      margin: 0 0 0 1.8125em;
      padding: 0 0 0 1.875em;
      width: 22.6%; }
      .sf-nav:before {
        background: #474747;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 28.75em;
        width: 1px; } }

.sf-link li a {
  color: #b2b2b2;
  font-size: 0.9375em;
  line-height: 2.2em;
  text-decoration: none; }

.sf-address {
  font-size: 0.9375em;
  line-height: 1.6666666667em;
  padding: 0 0.9333333333em; }
  .sf-address span a {
    color: #b2b2b2;
    text-decoration: none; }
  @media (min-width: 40em) {
    .sf-address {
      display: inline-block;
      vertical-align: top;
      width: 42%;
      position: relative; } }
  @media (min-width: 60em) {
    .sf-address {
      width: 21%;
      margin: 0 0 0 2.0666666667em;
      padding: 0 0 0 2.0666666667em; }
      .sf-address:before {
        background: #474747;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 30.6666666667em;
        width: 0.0666666667em; } }

.sfnw-heading {
  font-size: 0.8666666667em;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 2.7692307692em; 
      font-family: "Hind", sans-serif;
    line-height: 1.25;
}

.sf-add {
  background-image: url(sf-add.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 1.0666666667em 1.2em;
  display: inline;
  padding: 0 0 1.3333333333em 2em;
  vertical-align: top; }

.sf-ph {
  background-image: url(sf-phone.jpg);
  background-position: left 1.4em;
  background-repeat: no-repeat;
  background-size: 1.0666666667em 1.0666666667em;
  display: block;
  padding: 1.3333333333em 0 1.3333333333em 1.7333333333em;
  vertical-align: top; }

.sf-fax {
  background-image: url(sf-fax.jpg);
  background-position: left -0.0666666667em;
  background-repeat: no-repeat;
  background-size: 1.4em 1.4em;
  display: block;
  vertical-align: top;
  color: #b2b2b2;
  padding: 0 0 1.4em 2.2666666667em; }
  .sf-fax a {
    cursor: auto;
    color: #ffffff !important;
    outline: none !important;
    text-decoration: none; }
    .sf-fax a:hover, .sf-fax a:focus {
      color: #ffffff;
      text-decoration: none;
      outline: none !important; }
    .sf-fax a:focus:not(:hover):not(:active) {
      outline: none !important; }

.sf-mail {
  background-image: url(sf-mail.jpg);
  background-position: left 0.1333333333em;
  background-repeat: no-repeat;
  background-size: 1.4em 1.1333333333em;
  display: block;
  padding: 0px 0 0.6666666667em 2.2666666667em;
  vertical-align: top; }

.sf-iphoneapp {
  background-image: url(sf-iphone-app.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 1.1333333333em 1.2666666667em;
  display: block;
  padding: 0 0 0.0666666667em 1.9333333333em;
  vertical-align: top; }

.sf-androidapp {
  background-image: url(sf-android-app.jpg);
  background-position: left 0.0666666667em;
  background-repeat: no-repeat;
  background-size: 1.0666666667em 1.2666666667em;
  display: block;
  padding: 0 0 0 1.9333333333em;
  vertical-align: top; }

.sf-copyright {
  background: #131313;
  text-align: center; }
  .sf-copyright .inner-wrap, .sf-copyright .inner-wrap-narrow, .sf-copyright .inner-wrap-wide, .sf-copyright .inner-wrap-fullwidth {
    padding-bottom: 1.875em;
    padding-top: 1.8125em; }
  @media (min-width: 40em) {
    .sf-copyright .inner-wrap, .sf-copyright .inner-wrap-narrow, .sf-copyright .inner-wrap-wide, .sf-copyright .inner-wrap-fullwidth {
      padding-top: 1.875em; } }

.sfc-text {
  color: #838383;
  font-size: 0.875em;
  letter-spacing: 0.0714285714em;
  margin: 0 1.4285714286em;
  line-height: 1.7142857143em; }
  .sfc-text a {
    color: #838383;
    text-decoration: none; }

img[name=pphLoggerImage] {
  display: none; }


  /*=============== Search ===============*/
.search-table {
  display: table;
  width: 100%;
  float: right;
  padding: 0; }

.search-row {
  display: table-row;
  width: 100%; }

.search-cell1 {
  display: table-cell;
  vertical-align: middle; }
  @media (min-width: 60em) {
    .search-cell1 {
      width: 92%; } }

.search-cell2 {
  display: table-cell;
  width: 3.75em;
  border: 0;
  vertical-align: middle;
  position: absolute;
  right: 50px;
  top: 11px; }
  @media (min-width: 40em) {
    .search-cell2 {
      right: 100px;
      top: 11px; } }
  @media (min-width: 60em) {
    .search-cell2 {
      width: 6%; } }

.search-cell3 {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 21px; }
  @media (min-width: 40em) {
    .search-cell3 {
      right: 70px;
      top: 30px; } }
  @media (min-width: 60em) {
    .search-cell3 {
      width: 3%;
      text-align: center; } }

.search-text {
  background: none !important;
  font-size: 30px !important;
  line-height: 48px !important;
  width: 100%;
  height: 2.3em;
  border: none !important;
  border-bottom: 3px solid #303030 !important;
  float: left;
  padding: 0 90px 0 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important; }
  .search-text:focus {
    border: 0;
    box-shadow: none !important; }
  @media (min-width: 40em) {
    .search-text {
      font-size: 40px !important; } }

.search-text::-webkit-input-placeholder {
  /* Edge */
  color: white; }

.search-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white; }

.search-text::placeholder {
  color: white; }

.search-submit {
  width: 100%;
  height: 2.3em;
  border: 0;
  float: right;
  background: url(ico-search.svg) no-repeat center center !important;
  padding: 0 !important; }
  .search-submit:hover {
    border: 0 !important; }
  .search-submit:focus {
    outline: none; }

@media (min-width: 40em) {
  .site-search {
    width: 100%; }
  .search-text {
    height: 2.3em; }
  .search-submit {
    height: 2.3em; } }

.search-module {
  background-color: rgba(0, 0, 0, 0.88);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .search-module.open {
     opacity: 1; 
    visibility: visible;
    }
  .search-module.active {
    margin-top: 0;
    z-index: 10000; }
  .search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth {
    padding: 0.8125em 1.5em; }

.search-module-inner-wrap {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 83%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (min-width: 40em) {
    .search-module-inner-wrap {
      width: 38%; } }

.search-exit img {
  width: 1.5em; }

@media (min-width: 60em) {
  .search-exit {
    margin-bottom: 0px; } }

.search-module input[type="text"]{
box-sizing: border-box;
    -webkit-transition: border-color;
    -moz-transition: border-color;
    transition: border-color;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #ededed;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 6%);
    font-family: "Hind", sans-serif;
    font-size: 1em;
    margin-bottom: 0.75em;
    padding: 0.5em 0.5em;
    width: 100%;
    color: inherit;
    font: inherit;
    margin: 0;
}

header ul, footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* gdd 003 b css start */
.bottom-cta {
  text-align: center;
  background-color: #bc242c;
  position: fixed;
  bottom: -12.5em;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .bottom-cta > .inner-wrap, .bottom-cta > .inner-wrap-narrow, .bottom-cta > .inner-wrap-wide, .bottom-cta > .inner-wrap-fullwidth {
    padding-top: 0.5555555556em;
    padding-bottom: 0.5555555556em; }

.bc-heading {
  font-size: 1.375em;
  font-weight: 400;
  margin: 0.4545454545em 0.9090909091em 0.4545454545em 0.9090909091em !important;
  display: inline-block;
  vertical-align: middle;
  color: white; }

  .bc-btn {
  display: inline-block;
  font-size: 1.125em;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #fff;
  color: white;
  font-weight: 400;
  padding: 0.3888888889em 1.6666666667em;
  border-radius: 10px; }

  .bc-btn:hover{
    background-color: #931a1d; }
  .btn.bc-btn:active, button.bc-btn:active,
  .bc-btn:active{
    color: white; }

.cta-close {
  position: absolute;
  right: 0.25em;
  color: white;
  font-size: 1em;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none; }
  .cta-close:focus, .cta-close:active {
    color: white; }
  .cta-close:hover {
    opacity: 0.8;
    color: white; }
  @media (min-width: 60em) {
    .cta-close {
      right: 3.125em; } }

/* gdd 003 b css end */

/** gdd-004 **/
@media (min-width: 60em) {
  .gdd-category-module {
    margin-bottom: 7em; } }

.gdd-category-module .gcm-title {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff; }

.gdd-category-module .gcm-header {
  font-size: 1.75em;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #2e2e2e;
  position: relative;
  margin-bottom: 1.5em; }
  @media (min-width: 60em) {
    .gdd-category-module .gcm-header:after {
      position: absolute;
      content: "";
      background: #2b2b2b;
      right: 0;
      width: 67%;
      height: 2px;
      top: 50%; } }
  @media (min-width: 80em) {
    .gdd-category-module .gcm-header {
      font-size: 2.0625em; } }

.gdd-category-module .gis-text {
  font-size: 1.125em !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #595959; }

.gdd-category-module .gcm-cta {
  font-size: 1.125em;
  font-family: 'Open Sans', sans-serif;
  background-color: #be2226;
  color: #fff;
  text-decoration: none;
  padding: 13px 45px 13px 31px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  margin-bottom: 1em; }
  .gdd-category-module .gcm-cta:after {
    position: absolute;
    content: "";
    right: 16px;
    top: 14px;
    width: 25px;
    height: 25px;
    background-image: url(img/gcm-ico-right.svg);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: right center; }
  .gdd-category-module .gcm-cta:hover {
    background-color: #931a1d; }

@media (min-width: 40em) {
  .gdd-category-module .tab-header-and-content {
    display: block; } }

.gdd-category-module .tab-link {
  background-color: #2e2e2e;
  font-size: 1.125em !important;
  padding: 19px 10px 19px 20px !important; }
  @media (min-width: 87.5em) {
    .gdd-category-module .tab-link {
      padding: 19px 10px 19px 35px !important; } }
  .gdd-category-module .tab-link.is-active {
    background-color: #be2226;
    font-size: 1.125em !important;
    padding: 19px 10px 19px 20px !important; }
    @media (min-width: 60em) {
      .gdd-category-module .tab-link.is-active {
        position: relative; }
        .gdd-category-module .tab-link.is-active:after {
          position: absolute;
          content: "";
          border-top: solid 10px #be2226;
          border-left: solid 10px transparent;
          border-right: solid 10px transparent;
          top: 45%;
          right: -15px;
          width: 0;
          height: 0;
          transform: rotate(270deg); } }
    @media (min-width: 87.5em) {
      .gdd-category-module .tab-link.is-active {
        padding: 19px 10px 19px 35px !important; } }
  @media (min-width: 40em) {
    .gdd-category-module .tab-link {
      display: block; } }
  @media (min-width: 60em) {
    .gdd-category-module .tab-link {
      width: 250px;
      display: inline-block;
      float: left;
      margin-bottom: 3px; } }
  @media (min-width: 87.5em) {
    .gdd-category-module .tab-link {
      width: 300px; } }

@media (min-width: 60em) {
  .gdd-category-module .accordion-tabs-wrap {
    position: relative; } }

@media (min-width: 60em) {
  .gdd-category-module .accordion-tabs {
    width: 30%;
    clear: both; } }

@media (min-width: 40em) {
  .gdd-category-module .tab-content {
    float: none; } }

@media (min-width: 60em) {
  .gdd-category-module .tab-content {
    position: absolute;
    right: 0;
    width: 70%;
    top: 0;
    background: transparent; } }

@media (min-width: 60em) {
  .gdd-category-module .gcm-content-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 60em) {
  .gdd-category-module .gcm-content-wrap .gcm-text-wrap {
    width: 60%; } }

.gdd-category-module .gcm-content-wrap .gcm-img-wrap {
  text-align: center; }
  .gdd-category-module .gcm-content-wrap .gcm-img-wrap img {
    display: inline-block;
    vertical-align: top; }
  @media (min-width: 60em) {
    .gdd-category-module .gcm-content-wrap .gcm-img-wrap {
      width: 40%; } }

.gdd-category-module .gcm-logo-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  max-width: 5.875em; }
  .gdd-category-module .gcm-logo-link:last-child {
    margin-right: 0; }
  .gdd-category-module .gcm-logo-link img {
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 60em) {
    .gdd-category-module .gcm-logo-link {
      max-width: 4.0625em; } }
  @media (min-width: 80em) {
    .gdd-category-module .gcm-logo-link {
      max-width: 5.1875em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .gdd-category-module .gcm-logo-link {
      max-width: 4.6428571429em; } }

.gcm-icon-wrap {
  text-align: center; }

/** gdd-004 end **/
/** gdd-001 **/
.gdd001-b-rfq {
  background-color: #be2327;
    text-align: center;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
   }
.gdd001-b-rfq:hover {
    background-color: #931a1d;
}
.gdd001-b-rfq > a {
    padding: 0 0.6em 0 0.7em !important;
}
.gdd001-b-rfq span {
    display: inline-block;
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
}
@media (min-width: 80em){
.gdd001-b-rfq > a {
    padding: 0 1.2em 0 1.3em !important;
}
}
/** gdd-001 end **/
/** gdd-002 **/
.gdd-site-intro {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .gdd-site-intro:before {
    content: '';
    position: absolute;
    background-position: center center;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .10; }
  .gdd-site-intro .gsi-content {
    position: relative; }
  .gdd-site-intro .gsi-header {
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 1em; }
  .gdd-site-intro .gsi-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    line-height: 38px;
    margin-bottom: 0.8em; }
    .gdd-site-intro .gsi-text span {
      color: #bf2226; }
    @media (min-width: 60em) {
      .gdd-site-intro .gsi-text {
        font-size: 56px; } }
  .gdd-site-intro .gsi-cta-one {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    margin: 15px;
    padding: 20px 44px; }
  .gdd-site-intro .gsi-cta-two {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    background-color: transparent;
    position: relative;
    padding: 0;
    margin: 15px;
    padding-right: 35px; }
    .gdd-site-intro .gsi-cta-two:after {
      position: absolute;
      content: "";
      right: 0;
      background-image: url(img/blog-chat.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 25px 25px;
      height: 25px;
      width: 25px;
      background-color: transparent; }
  .gdd-site-intro .inner-wrap, .gdd-site-intro .inner-wrap-narrow, .gdd-site-intro .inner-wrap-wide, .gdd-site-intro .inner-wrap-fullwidth {
    padding: 3em 1.5em 3em 1.5em; }
    @media (min-width: 40em) {
      .gdd-site-intro .inner-wrap, .gdd-site-intro .inner-wrap-narrow, .gdd-site-intro .inner-wrap-wide, .gdd-site-intro .inner-wrap-fullwidth {
        padding: 8em 1.5em 8em 1.5em; } }
    @media (min-width: 60em) {
      .gdd-site-intro .inner-wrap, .gdd-site-intro .inner-wrap-narrow, .gdd-site-intro .inner-wrap-wide, .gdd-site-intro .inner-wrap-fullwidth {
        padding: 8.7em 1.5em 8.7em 1.5em; } }

/** gdd-002 end **/

/* ================================== 
Animate.css in conjuction with wow.js
====================================*/
/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }
/* gdd 003 b css end */
.logo-title {
  color: #be2226;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 2em;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  top: 0.25em;
  margin-top: 24px;
  margin-bottom: 16px;
  line-height: 1.25;

}
  @media (max-width: 40em) {
    .logo-title {
      font-size: 1.5em; } }
  @media (min-width: 80em) {
    .logo-title {
      width: 38%; } }

/** gdd-004 **/
@media (min-width: 60em) {
  .gdd-category-module {
    margin-bottom: 7em; } }

.gdd-category-module .gcm-title {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff; }

.gdd-category-module .gcm-header {
  font-size: 1.75em;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #2e2e2e;
  position: relative;
  margin-bottom: 1.5em; }
  @media (min-width: 60em) {
    .gdd-category-module .gcm-header:after {
      position: absolute;
      content: "";
      background: #2b2b2b;
      right: 0;
      width: 67%;
      height: 2px;
      top: 50%; } }
  @media (min-width: 80em) {
    .gdd-category-module .gcm-header {
      font-size: 2.0625em; } }

.gdd-category-module .gis-text {
  font-size: 1.125em !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #595959; }

.gdd-category-module .gcm-cta {
  font-size: 1.125em;
  font-family: 'Open Sans', sans-serif;
  background-color: #be2226;
  color: #fff;
  text-decoration: none;
  padding: 13px 45px 13px 31px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  margin-bottom: 1em; }
  .gdd-category-module .gcm-cta:after {
    position: absolute;
    content: "";
    right: 16px;
    top: 14px;
    width: 25px;
    height: 25px;
    background-image: url(img/gcm-ico-right.svg);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: right center; }
  .gdd-category-module .gcm-cta:hover {
    background-color: #931a1d; }

@media (min-width: 40em) {
  .gdd-category-module .tab-header-and-content {
    display: block; } }

.gdd-category-module .tab-link {
  background-color: #2e2e2e;
  font-size: 1.125em !important;
  padding: 19px 10px 19px 20px !important; }
  @media (min-width: 87.5em) {
    .gdd-category-module .tab-link {
      padding: 19px 10px 19px 35px !important; } }
  .gdd-category-module .tab-link.is-active {
    background-color: #be2226;
    font-size: 1.125em !important;
    padding: 19px 10px 19px 20px !important; }
    @media (min-width: 60em) {
      .gdd-category-module .tab-link.is-active {
        position: relative; }
        .gdd-category-module .tab-link.is-active:after {
          position: absolute;
          content: "";
          border-top: solid 10px #be2226;
          border-left: solid 10px transparent;
          border-right: solid 10px transparent;
          top: 45%;
          right: -15px;
          width: 0;
          height: 0;
          transform: rotate(270deg); } }
    @media (min-width: 87.5em) {
      .gdd-category-module .tab-link.is-active {
        padding: 19px 10px 19px 35px !important; } }
  @media (min-width: 40em) {
    .gdd-category-module .tab-link {
      display: block; } }
  @media (min-width: 60em) {
    .gdd-category-module .tab-link {
      width: 250px;
      display: inline-block;
      float: left;
      margin-bottom: 3px; } }
  @media (min-width: 87.5em) {
    .gdd-category-module .tab-link {
      width: 300px; } }

@media (min-width: 60em) {
  .gdd-category-module .accordion-tabs-wrap {
    position: relative; } }

@media (min-width: 60em) {
  .gdd-category-module .accordion-tabs {
    width: 30%;
    clear: both; } }

@media (min-width: 40em) {
  .gdd-category-module .tab-content {
    float: none; } }

@media (min-width: 60em) {
  .gdd-category-module .tab-content {
    position: absolute;
    right: 0;
    width: 70%;
    top: 0;
    background: transparent; } }

@media (min-width: 60em) {
  .gdd-category-module .gcm-content-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 60em) {
  .gdd-category-module .gcm-content-wrap .gcm-text-wrap {
    width: 60%; } }

.gdd-category-module .gcm-content-wrap .gcm-img-wrap {
  text-align: center; }
  .gdd-category-module .gcm-content-wrap .gcm-img-wrap img {
    display: inline-block;
    vertical-align: top; }
  @media (min-width: 60em) {
    .gdd-category-module .gcm-content-wrap .gcm-img-wrap {
      width: 40%; } }

.gdd-category-module .gcm-logo-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  max-width: 5.875em; }
  .gdd-category-module .gcm-logo-link:last-child {
    margin-right: 0; }
  .gdd-category-module .gcm-logo-link img {
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 60em) {
    .gdd-category-module .gcm-logo-link {
      max-width: 4.0625em; } }
  @media (min-width: 80em) {
    .gdd-category-module .gcm-logo-link {
      max-width: 5.1875em; } }
  @media (max-height: 46em) and (min-width: 60em) {
    .gdd-category-module .gcm-logo-link {
      max-width: 4.6428571429em; } }

.gcm-icon-wrap {
  text-align: center; }

/** gdd-004 end **/
/** gdd-001 **/
/*.gdd001-b-rfq {
  display: none; }*/

/** gdd-001 end **/
.sf-social .linkedin {
  width: 30px;
  margin-left: 10px; }
  .sf-social .linkedin img {
    width: 100%; }

.sf-social .sf-social-links {
  margin-top: 20px; }

  a[href="/plp/htm/ibot.htm"] {
    display: none;
}
img{
	max-width: 100%;
}
.footer-logo-wrap, .sf-nav, .sf-address{
	box-sizing: border-box;
}

.site-wrap {
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    min-height: 100%;
}


.footer-text a{
margin-top: 16px;
position: absolute;

}
.gdd-006-b {
  height: auto;
  width: auto;
  overflow: hidden !important;
  position: fixed;
  z-index: 9999;
  bottom: 6.25em;
  left: 0;
  max-width: 20em;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: block !important;
   }
  .gdd-006-b .gap-wrap {
    text-align: center;
    background-color: #75767a;
    padding: 0.625em 0.625em 0.375em;
    text-align: left;
    position: relative; }
  .gdd-006-b .gap-inner-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .gdd-006-b .gap-left {
    display: inline-block;
    position: relative; }
    .gdd-006-b .gap-left img {
      max-width: 4.6875em; }
  .gdd-006-b .gap-right {
    display: inline-block;
    float: right;
    padding-left: 0.625em; }
    .gdd-006-b .gap-right p {
      font-size: 1.125em;
      color: #ffffff;
      margin-top: 0;
      line-height: 1.3333333333em;
      margin-bottom: 0.5555555556em; }
      .gdd-006-b .gap-text{
        position: relative;
    -webkit-font-smoothing: antialiased;
    border-radius: 4px;
    color: white;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.1578947368em;
    padding: 1.0526315789em 1.5789473684em 0.8421052632em 1.5789473684em;
    text-decoration: none;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    background-color: #be2226;
      }
      .gdd-006-b .gap-text:hover{
            background-color: #931a1d;
      }
  .gdd-006-b .gap-text {
    color: #ffffff;
    text-decoration: none !important;
    font-weight: 700;
    border-radius: 0;
    padding: 0.84375em 0.9375em 0.59375em;
    font-weight: 600; 
    font-size:16px;}
  .gdd-006-b .close-espw {
    width: 1.25em;
    position: absolute;
    right: 0.4375em;
    top: 0.625em; }
    .gdd-006-b .close-espw img {
      max-width: 1.25em; }
  .gdd-006-b .gap-img-wrap {
    line-height: 0; }
  @media (min-width: 40em) {
    .gdd-006-b {
      bottom: 1em; } }
  @media (min-width: 60em) {
    .gdd-006-b {
      left: 1.875em;
      bottom: 1em; min-width:320px;} }

  /*******gdd 007********/

.header-iso {
  position: absolute;
  top: 0.5em;
  width: 42%;
  right: -2.5em;
  left: 0;
  margin: auto; }
  .header-iso a {
    text-decoration: none; }
  @media (min-width: 481px) {
    .header-iso {
      top: 4em; } }
  @media (min-width: 60em) {
    .header-iso {
      right: 0;
      left: auto;
      margin: inherit;
      width: 34%;
      top: 1.5em; } }
  .header-iso .certi-header {
    display: flex;
    align-items: center;
    color: #191919;
    font-size: 9px;
    font-weight: 700;
    margin-bottom: 1em;
    margin-right: 23px;
    justify-content: center;
    width: 100%; }
    @media (min-width: 420px) {
      .header-iso .certi-header {
        font-size: 12px; } }
    @media (min-width: 60em) {
      .header-iso .certi-header {
        font-size: 20px;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        top: 1em;
        margin-bottom: 5em; } }
    .header-iso .certi-header img {
      width: 18px;
      margin-right: 0.5em; }
      @media (min-width: 420px) {
        .header-iso .certi-header img {
          width: 25px; } }
      @media (min-width: 60em) {
        .header-iso .certi-header img {
          margin-right: 0.5em;
          width: 35px; } }
  .header-iso .sh-tagline {
    float: inherit;
    font-size: 9px;
    text-align: center;
    width: 100%; }
    @media (min-width: 420px) {
      .header-iso .sh-tagline {
        font-size: 12px !important; } }
    @media (min-width: 60em) {
      .header-iso .sh-tagline {
        top: 2.5em;
        font-size: 23px !important; } }

@media screen and (max-width: 959px) {
  a.site-logo-img img {
    height: 100px; }
  .logo-title {
    font-size: 20px;
    display: block; }
  .sh-tagline {
    font-size: 20px; } }

@media screen and (max-width: 600px) {
  a.site-logo-img img {
    height: 100px !important; }
  .logo-title {
    font-size: 15px !important; }
  .sh-tagline {
    font-size: 15px !important; } }

@media screen and (max-width: 481px) {
  .sh-icons {
    float: right;
    margin: -3em 0 0; }
  a.site-logo-img img {
    height: 60px !important; }
  .logo-title {
    font-size: 10px !important;
    display: block; }
  .sh-tagline {
    font-size: 10px !important;
    top: -16px;
    float: left;
    left: 0; }
  .site-header > .inner-wrap, .site-header > .inner-wrap-narrow, .site-header > .inner-wrap-wide, .site-header > .inner-wrap-fullwidth {
    padding-top: 0; } }        

/*    .gdd-008-a{
      display: none !important;
    }
.gdd-008-b {
  display: block !important;
}
*/ 
.sn-li-l2.menu-item-has-children > a span:after{
   right: -25px !important;
}
.sn-li-l3 > a span{
    height: 3em;
}

/*.sn-level-2{
  width: 15em !important;
}*/

.menu-item-has-children.sn-li-l3 > a span:after{
   right: -25px !important;
}
.sn-li-l3 > a span {
line-height: 3.25em !important;
}
.sn-li-l4 > a span {
line-height: 3.25em !important;
}
.sn-level-3{
  width: 281px !important;
}