@charset "UTF-8";

.column,
.columns {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}

@media screen and (min-width:40em) {

    .column,
    .columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media screen and (min-width:40em) {
    .medium-8 {
        width: 66.66667%
    }

    .medium-12 {
        width: 100%
    }
}

@media screen and (min-width:64em) {
    .large-4 {
        width: 33.33333%
    }
}

/* Menu styles - essential for navigation */
.menu {
    margin: 0;
    list-style-type: none;
}

.menu>li {
    display: table-cell;
    vertical-align: middle;
}

.menu>li>a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1;
}

.menu>li>a i,
.menu>li>a img {
    margin-right: .25rem;
    display: inline-block;
}

.menu>li>a i,
.menu>li>a i+span,
.menu>li>a img,
.menu>li>a img+span {
    vertical-align: middle;
}

.menu a,
.menu button,
.menu input {
    margin-bottom: 0;
}

.menu.vertical>li {
    display: block;
}

@media screen and (min-width:40em) {
    .menu.medium-horizontal>li {
        display: table-cell;
    }

    .menu.medium-vertical>li {
        display: block;
    }
}

/* Dropdown Menu - needed for navigation */
.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%
}

.dropdown.menu.vertical>li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%
}

@media screen and (min-width:40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }

    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }

    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical>li.opens-left .is-dropdown-submenu {
        left: auto;
        right: 100%
    }

    .dropdown.menu.medium-vertical>li.opens-right .is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

@media screen and (min-width:64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 0;
        top: 100%
    }

    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }

    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical>li.opens-left .is-dropdown-submenu {
        left: auto;
        right: 100%
    }

    .dropdown.menu.large-vertical>li.opens-right .is-dropdown-submenu {
        right: auto;
        left: 100%
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    left: auto;
    right: 0
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a:after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px
}

.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%
}

.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%
}

.is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: 1;
    background: #fefefe;
    border: 1px solid #cacaca
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active,
.is-dropdown-submenu:not(.js-dropdown-nohover)>.is-dropdown-submenu-parent:hover>.is-dropdown-submenu {
    display: block
}

/* Navigation Styles */
.top-bar {
    width: 100%;
    position: absolute;
    z-index: 999;
    text-align: center
}

.top-bar .title-area {
    z-index: 1
}

.top-bar #menuicon {
    position: absolute;
    right: 10px
}

.top-bar #menuicon .menu-icon {
    padding-left: 5px
}

.top-bar #menuicon .menu-icon,
.top-bar #menuicon .menu-icon:hover {
    background-color: transparent
}

.top-bar #menuicon .menu-icon:after {
    background: #f7f7f7;
    box-shadow: 0 7px 0 #f7f7f7, 0 14px 0 #f7f7f7;
    width: 80%
}

.top-bar #logo {
    padding-top: 10px
}

.top-bar #logo img {
    max-width: 235px
}

@media screen and (max-width:39.9375em) {
    .top-bar {
        position: sticky !important;
        top: 0 !important;
        z-index: 999 !important;
        padding-bottom: 10px !important;
        overflow: hidden !important;
        background-color: rgba(35, 35, 35, 0.99) !important;
    }
    
    .top-bar #logo img {
        max-width: 150px
    }
}

.top-bar .navigation {
    padding-top: 20px;
    text-align: right
}

.top-bar .navigation>ul.menu,
.top-bar .navigation>ul.menu>li {
    display: inline-block
}

.top-bar .navigation>ul.menu>li>a {
    text-align: right;
    text-transform: uppercase;
    padding: .7rem;
    font-weight: 600;
    font-size: .8rem;
    letter-spacing: 1px
}

.top-bar .navigation>ul.menu>li.active>a {
    background-color: transparent;
    color: #54a5d5 
}

.top-bar .navigation>ul.menu>li.active ul li a {
    background-color: transparent;
    color: #fff
}

.top-bar .navigation>ul.menu>li ul {
    border: none;
    padding: 10px;
    padding-left: 15px;
    background-color: #54a5d5 ;
    opacity: .9
}

.top-bar .navigation>ul.menu>li ul li a {
    letter-spacing: .5px;
    position: relative;
    text-transform: none;
    padding: 5px 10px;
    text-align: left;
    color: #fff;
    font-size: .9rem
}

.top-bar .navigation>ul.menu>li ul li a:hover:before {
    content: "\00b7";
    color: #232323;
    position: absolute;
    left: -18px;
    display: inline-block;
    font-size: 3rem;
    line-height: 0;
    top: 7px
}

body:not(.home) .top-bar {
    position: relative;
    z-index: 999
}

body:not(.home) .top-bar .navigation ul li a {
    color: #232323
}

body:not(.home) .top-bar #menuicon .menu-icon:after {
    background: #232323;
    box-shadow: 0 7px 0 #232323, 0 14px 0 #232323
}

.off-canvas.is-open {
    z-index: 9999
}

.off-canvas-list ul {
    margin-left: 0
}

.off-canvas-list ul li a {
    border-bottom: 0
}

.off-canvas-list ul .dropdown {
    margin-left: 20px
}

#navigation .menu .active>a {
    background: none
}

.off-canvas {
    background: #232323
}

.off-canvas ul li a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px
}

.off-canvas ul li a:after {
    border-color: #54a5d5  transparent transparent
}

.off-canvas ul li.active a {
    background: transparent
}

.off-canvas ul li ul li {
    font-size: .8rem;
    padding-left: 30px
}

.off-canvas ul li ul li a {
    padding: 10px 20px !important;
    color: #54a5d5 ;
    text-transform: none
}

/* Platter & Sliver Styles */
.platter {
    position: relative;
    overflow: hidden;
    background: #232323;
    width: 100%;
    height: 100vh;
    overflow-x: visible;
}

@media screen and (max-width:63.9375em) {
    .platter {
        overflow-x: scroll
    }
}

.platter .fillet {
    white-space: nowrap;
    text-align: center;
    position: absolute;
    margin-left: 0;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media screen and (max-width:63.9375em) {
    .platter .fillet {
        margin-left: 0 !important
    }
}

.platter .fillet .sliver {
    display: inline-block;
    transform: skew(9deg);
    width: 320px;
    height: 100vh;
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-size: 1rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    transition: all .35s linear;
    animation: slideInFromRight 1s ease forwards;
    opacity: 0.7;
}

.platter .fillet .sliver:nth-child(1) {
    animation-delay: 0.2s;
}

.platter .fillet .sliver:nth-child(2) {
    animation-delay: 0.4s;
}

.platter .fillet .sliver:nth-child(3) {
    animation-delay: 0.6s;
}

.platter .fillet .sliver:nth-child(4) {
    animation-delay: 0.8s;
}

.platter .fillet .sliver:nth-child(5) {
    animation-delay: 1s;
}

.platter .fillet .sliver:after,
.platter .fillet .sliver:before {
    position: absolute;
    top: 56.5%;
    overflow: hidden;
    width: 15%;
    left: 3px;
    text-align: right;
    height: 3px;
    content: "";
    background: url(../images/home-dots.png) 0 0 repeat-x;
    background-size: contain;
    z-index: 999;
    transform: skew(-9deg) !important
}

.platter .fillet .sliver:after {
    left: auto;
    right: 0;
    background-position: 34px top
}

.platter .fillet .sliver:first-child:after {
    width: 15%
}

.platter .fillet .sliver:first-child:before {
    display: none
}

.platter .fillet .sliver:last-child:before {
    width: 32%;
    left: -1px
}

.platter .fillet .sliver:last-child:after {
    display: none
}

.platter .fillet .sliver:nth-child(2):before {
    width: 12%;
    left: -7px
}

.platter .fillet .sliver:nth-child(2):after {
    width: 12%
}

.platter .fillet .sliver .salt {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 60%;
    width: 100%;
    z-index: 3;
    transform: translateY(-50%) skew(-9deg);
    max-width: 500px;
    text-align: center;
    white-space: normal
}

.platter .fillet .sliver .salt h1 {
    color: #f7f7f7;
    line-height: 2.7rem;
    transition: all .2s linear;
    font-size: 3rem;
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
}

.platter .fillet .sliver .salt p {
    color: #f7f7f7;
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: 1.5px;
    animation: fadeInUp 0.8s ease 0.3s forwards;
    opacity: 0;
}

.platter .fillet .sliver .salt img.scissors {
    width: 66px
}

.platter .fillet .sliver .salt img.scissors2 {
    width: 137px
}

.platter .fillet .sliver .salt a i.fa {
    font-size: 1.5rem;
    margin: 0 5px;
    vertical-align: middle;
    animation: fadeIn 0.5s ease 0.8s forwards;
    opacity: 0;
}

.platter .fillet .sliver .salt a i.fa:hover {
    color: #fff
}

.platter .fillet .sliver .bg,
.platter .fillet .sliver .on {
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    width: 520px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -70px;
    z-index: 1;
    margin: auto;
    transform: skew(-9deg)
}

.platter .fillet .sliver .on {
    opacity: 0;
    z-index: 2;
    transition: all .2s linear
}

.platter .fillet .sliver:hover {
    width: 370px;
    opacity: 1;
}

.platter .fillet .sliver:hover h1 {
    text-shadow: 0 0 20px #000
}

.platter .fillet .sliver:hover .on {
    opacity: 1
}

.platter .fillet .sliver:first-child {
    width: 375px;
    margin-left: -70px
}

.platter .fillet .sliver:first-child .salt {
    top: 61%;
    left: 10%
}

 .platter .fillet .sliver:first-child .bg,
.platter .fillet .sliver:first-child .on {
    background-position: 35%;
    /* background-size: 45rem; */
}

.platter .fillet .sliver:nth-child(3) .bg,
.platter .fillet .sliver:nth-child(3) .on {
    background-position: 15%;
    /* background-size: 36rem; */
}

.platter .fillet .sliver:nth-child(2) .bg,
.platter .fillet .sliver:nth-child(2) .on {
    background-position: 15%;
    background-size: 100vh;
}

/* .platter .fillet .sliver:nth-child(4) .bg,
.platter .fillet .sliver:nth-child(4) .on {
    background-position: -10px 0px;
    background-size: 36rem;
} */

.platter .fillet .sliver:last-child {
    width: 390px;
    transform: skew(0deg);
    margin-left: -80px;
    z-index: 0;
    position: relative;
    /* right: 100px; */
    overflow: hidden;
}

.platter .fillet .sliver:last-child:hover {
    /* width: 385px; */
    /* right: 110px; */
}

@media screen and (min-width: 2048px) {
    .platter .fillet .sliver:last-child {
        /* width: 510px; */
        /* right: 110px; */
    }
}

@media screen and (max-width: 1440px) {
    .platter .fillet .sliver:last-child {
        width: 410px;
    }
}

@media screen and (max-width: 1024px) {
    .platter .fillet .sliver:last-child {
        width: 310px;
    }
}

.platter .fillet .sliver:last-child .bg,
.platter .fillet .sliver:last-child .on {
    width: 100%;
    transform: skew(0deg);
    background-position: 50%;
    right: 0;
    overflow: visible;
}

.platter .fillet .sliver:last-child .salt {
    transform: skew(0deg) translateY(-63%);
    text-align: center;
    max-width: 72%;
    top: 58%;
    padding-left: 40px;
}

body:not(.home) .platter {
    min-height: 0
}

body:not(.home) .platter .fillet {
    white-space: normal
}

body:not(.home) .platter .fillet.static {
    position: relative
}

body:not(.home) .platter .fillet .sliver {
    width: 100%;
    transform: skew(0deg);
    margin-left: 0
}

body:not(.home) .platter .fillet .sliver .salt {
    transform: skew(0deg);
    top: 0;
    position: relative;
    max-width: 100%;
    margin: 30px 0
}

body:not(.home) .platter .fillet .sliver .salt h4 {
    text-transform: uppercase;
    letter-spacing: 2px
}

body:not(.home) .platter .fillet .sliver .salt .slide_link {
    cursor: default
}

body:not(.home) .platter .fillet .sliver:after,
body:not(.home) .platter .fillet .sliver:before {
    display: none
}

body:not(.home) .platter .fillet .sliver .mask {
    background: url(../images/content-dots.png) bottom right repeat-x;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .6;
    z-index: 999;
    margin-bottom: 0
}

body:not(.home) .platter .fillet .sliver .bg,
body:not(.home) .platter .fillet .sliver .on {
    display: none
}

body:not(.home) .platter .fillet .sliver.active,
body:not(.home) .platter .fillet .sliver:hover {
    width: 100%
}

body:not(.home) .platter .fillet .sliver.active .mask,
body:not(.home) .platter .fillet .sliver:hover .mask {
    display: none
}

body:not(.home) .platter .fillet .sliver:first-child {
    width: 100%;
    margin-left: 0;
    cursor: auto
}

body:not(.home) .platter .fillet .sliver:first-child .slide_link {
    cursor: default
}

body:not(.home) .platter .fillet .sliver:first-child:hover {
    width: 100%
}

body:not(.home) .platter .fillet .sliver:first-child .bg,
body:not(.home) .platter .fillet .sliver:first-child .on {
    transform: skew(0deg);
    width: 100%;
    position: relative;
    left: 0;
    right: 0
}

body:not(.home) .platter .fillet .sliver:first-child .salt {
    width: 100%;
    left: 0
}

body:not(.home) .platter .fillet .sliver:first-child .salt a {
    color: #f7f7f7
}

body:not(.home) .platter .fillet .sliver:last-child {
    width: 100%;
    transform: skew(0deg)
}

body:not(.home) .platter .fillet .sliver:last-child:hover {
    width: 100%
}

body:not(.home) .platter .fillet .sliver:last-child .salt {
    transform: skew(0deg);
    left: 0
}

body:not(.home) .platter .fillet .sliver:last-child .salt a {
    color: #f7f7f7
}

body:not(.home) .platter .fillet .sliver:last-child .bg,
body:not(.home) .platter .fillet .sliver:last-child .on {
    transform: skew(0deg)
}

@media screen and (min-width:64em) {

    body.page-id-953 .platter .fillet,
    body.page-id-953 .platter .fillet .sliver,
    body.page-id-953 .platter .fillet .sliver .salt {
        overflow: visible !important
    }
}

/* Animations */
  @keyframes slideInFromRight {
    from {
      opacity: 0;
      transform: translateX(100px) skew(9deg);
    }

    to {
      opacity: 1;
      /* transform: translateX(0) skew(9deg); */
    }
  }
  
  .platter .fillet .sliver .salt h1 {
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
  }
  
  .platter .fillet .sliver .salt p {
    animation: fadeInUp 0.8s ease 0.3s forwards;
    opacity: 0;
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  
  @keyframes scaleIn {
    from {
      opacity: 0;
      transform: scale(0.8);
    }

    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  .platter .fillet .sliver .salt a i.fa {
    animation: fadeIn 0.5s ease 0.8s forwards;
    opacity: 0;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }