.icon-file:before{
  content:"\e925";
  font-family:brand;
}

.go-arrow{
  border-width:.1875rem .1875rem 0 0;
  border-style:solid;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
  color:inherit;
  display:inline-block;
  height:16px;
  height:1rem;
  margin:.5rem;
  position:relative;
  vertical-align:middle;
  width:16px;
  width:1rem;
}
.go-arrow:before{
  -webkit-box-shadow:inset 0 0 0 32px;
  -webkit-box-shadow:inset 0 0 0 2rem;
          box-shadow:inset 0 0 0 32px;
          box-shadow:inset 0 0 0 2rem;
  position:absolute;
  height:3px;
  height:.1875rem;
  right:0;
  top:-2px;
  top:-.125rem;
  -webkit-transform:rotate(-45deg);
     -moz-transform:rotate(-45deg);
          transform:rotate(-45deg);
  -webkit-transform-origin:right top;
     -moz-transform-origin:right top;
          transform-origin:right top;
  width:23px;
  width:1.4375rem;
}
.go-arrow:after,.go-arrow:before{
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
  content:"";
}

.go-arrow-left{
  -webkit-transform:rotate(45deg);
     -moz-transform:rotate(45deg);
          transform:rotate(45deg);
}

.go-arrow-up{
  -webkit-transform:rotate(315deg);
     -moz-transform:rotate(315deg);
          transform:rotate(315deg);
}

.go-arrow-down{
  -webkit-transform:rotate(135deg);
     -moz-transform:rotate(135deg);
          transform:rotate(135deg);
}

.slider-arrow{
  border:.1875rem solid;
  border-bottom:0;
  border-left:0;
  border-radius:1px;
  border-radius:.0625rem;
  display:inline-block;
  width:16px;
  width:1rem;
  height:16px;
  height:1rem;
}

.slider-arrow-right{
  -webkit-transform:rotate(45deg);
     -moz-transform:rotate(45deg);
          transform:rotate(45deg);
}

.slider-arrow-left{
  -webkit-transform:rotate(225deg);
     -moz-transform:rotate(225deg);
          transform:rotate(225deg);
}

.white-box{
  -webkit-box-shadow:rgba(118, 119, 122, .25) 0 1px 0, rgba(118, 119, 122, .4) 0 0 8px;
  -webkit-box-shadow:rgba(118, 119, 122, .25) 0 .0625rem 0, rgba(118, 119, 122, .4) 0 0 .5rem;
          box-shadow:0 1px 0 rgba(118, 119, 122, .25),0 0 8px rgba(118, 119, 122, .4);
          box-shadow:0 .0625rem 0 rgba(118, 119, 122, .25),0 0 .5rem rgba(118, 119, 122, .4);
  border-radius:20px;
  border-radius:1.25rem;
  background-color:#fff;
  position:relative;
  padding:1.5rem;
  width:100%;
  word-break:break-word;
}

.more-link{
  display:inline-block;
  position:relative;
  text-decoration:none;
  padding-bottom:.9375rem;
}
.more-link:after{
  background-color:#000;
  content:"";
  display:inline-block;
  height:4px;
  height:.25rem;
  left:0;
  position:absolute;
  top:-webkit-calc(100% - 10px);
  top:-webkit-calc(100% - .625rem);
  top:-moz-calc(100% - 10px);
  top:-moz-calc(100% - .625rem);
  top:calc(100% - 10px);
  top:calc(100% - .625rem);
  -webkit-transition:top .4s ease;
  -moz-transition:.4s top ease;
  transition:top .4s ease;
  width:100%;
}
.more-link:hover:after{
  top:-webkit-calc(100% - 7px);
  top:-webkit-calc(100% - .4375rem);
  top:-moz-calc(100% - 7px);
  top:-moz-calc(100% - .4375rem);
  top:calc(100% - 7px);
  top:calc(100% - .4375rem);
}

.z-pattern-no-margin{
  position:relative;
}
@media (min-width:768px){
  .z-pattern-no-margin>.fl-row-content-wrap{
    padding:0;
    position:static;
  }
}

.fl-module-z_pattern2>.fl-node-content{
  margin-bottom:0;
  margin-top:0;
}

.component-z-pattern-basic{
  width:100%;
}
.component-z-pattern-basic .header{
  margin-top:0 !important;
}
@media (min-width:992px){
  .component-z-pattern-basic .header{
    margin-top:0 !important;
  }
}
.component-z-pattern-basic>.safety-container{
  display:block;
  margin:1.875rem auto;
  max-width:1100px;
  max-width:68.75rem;
  width:100%;
}
@media (min-width:768px){
  .component-z-pattern-basic>.safety-container{
    display:table;
    height:350px;
    height:21.875rem;
    margin:0 auto;
  }
}
@media (min-width:992px){
  .component-z-pattern-basic>.safety-container{
    height:450px;
    height:28.125rem;
  }
}
.component-z-pattern-basic>.safety-container>.image-container{
  height:40vh;
  max-height:350px;
  max-height:21.875rem;
  margin-left:-5%;
  overflow:hidden;
  width:110%;
}
@media (min-width:768px){
  .component-z-pattern-basic>.safety-container>.image-container{
    float:left;
    height:auto;
    margin-left:0;
    max-height:none;
    overflow:hidden;
    padding:0 5rem 0 0;
    width:-webkit-calc(55% - 20px);
    width:-webkit-calc(55% - 1.25rem);
    width:-moz-calc(55% - 20px);
    width:-moz-calc(55% - 1.25rem);
    width:calc(55% - 20px);
    width:calc(55% - 1.25rem);
  }
}
.component-z-pattern-basic>.safety-container>.image-container>img{
  display:block;
  height:100%;
  left:50%;
  margin:0 auto;
  max-width:none;
  min-width:100%;
  -o-object-fit:cover;
     object-fit:cover;
  position:relative;
  top:50%;
  -webkit-transform:translate(-50%, -50%);
     -moz-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
  width:auto;
}
@media (min-width:768px){
  .component-z-pattern-basic>.safety-container>.image-container>img{
    left:50%;
  }
}
.component-z-pattern-basic>.safety-container>.image-container>img.mob-img{
  display:none;
}
.component-z-pattern-basic>.safety-container>.text-container{
  margin-left:auto;
  margin-right:auto;
  padding-top:3.75rem;
  text-align:left;
  width:100%;
}
@media (min-width:768px){
  .component-z-pattern-basic>.safety-container>.text-container{
    -webkit-box-align:center;
    -webkit-align-items:center;
       -moz-box-align:center;
            align-items:center;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:flex;
    float:left;
    height:inherit;
    padding:0 .625rem 0 0;
    text-align:left;
    width:45%;
  }
}
.component-z-pattern-basic>.safety-container>.text-container>.display-table{
  display:table;
  height:100%;
  width:100%;
}
.component-z-pattern-basic>.safety-container>.text-container>.display-table>.display-cell{
  display:table-cell;
  vertical-align:middle;
}
.component-z-pattern-basic>.safety-container>.text-container>.display-table>.display-cell>.accent-bar-left h1,.component-z-pattern-basic>.safety-container>.text-container>.display-table>.display-cell>.accent-bar-left h2,.component-z-pattern-basic>.safety-container>.text-container>.display-table>.display-cell>.accent-bar-left h3{
  margin-top:0;
}
.component-z-pattern-basic>.safety-container>.text-container>.display-table>.display-cell>.accent-bar-left .field_editor a{
  display:inline;
}
.component-z-pattern-basic>.safety-container>.text-container>.display-table>.display-cell>.accent-bar-left a{
  display:inline-block;
  float:none;
  margin:.625rem auto 0;
  width:auto;
}
.component-z-pattern-basic.-angle-edge .angle-edge,.component-z-pattern-basic.-square-edge .angle-edge{
  display:none;
}
@media (min-width:768px){
  .component-z-pattern-basic.-angle-edge .angle-edge,.component-z-pattern-basic.-square-edge .angle-edge{
    background:#fff;
    content:"";
    display:block;
    height:100%;
    position:absolute;
    top:0;
    width:75px;
    width:4.6875rem;
  }
}
@media (min-width:768px){
  .component-z-pattern-basic.-angle-edge>.safety-container>.image-container,.component-z-pattern-basic.-square-edge>.safety-container>.image-container{
    height:100%;
    padding:0;
    position:absolute;
    width:50%;
  }
}
.component-z-pattern-basic.-angle-edge>.safety-container>.text-container,.component-z-pattern-basic.-square-edge>.safety-container>.text-container{
  position:relative;
  z-index:2;
}
@media (min-width:768px){
  .component-z-pattern-basic.-angle-edge>.safety-container>.text-container,.component-z-pattern-basic.-square-edge>.safety-container>.text-container{
    padding:1.875rem 1.25rem;
  }
}
@media (min-width:768px){
  .component-z-pattern-basic.-left-to-right>.safety-container>.text-container{
    margin-left:55%;
    padding-left:2.5rem;
  }
}
@media (min-width:992px){
  .component-z-pattern-basic.-left-to-right>.safety-container>.text-container{
    margin-left:52%;
  }
}
@media (min-width:768px){
  .component-z-pattern-basic.-left-to-right .image-container{
    left:0;
  }
}
@media (min-width:768px){
  .component-z-pattern-basic.-left-to-right.-angle-edge .image-container{
    width:-webkit-calc(54% + 5px);
    width:-webkit-calc(54% + .3125rem);
    width:-moz-calc(54% + 5px);
    width:-moz-calc(54% + .3125rem);
    width:calc(54% + 5px);
    width:calc(54% + .3125rem);
  }
}
@media (min-width:992px){
  .component-z-pattern-basic.-left-to-right.-angle-edge .image-container{
    width:-webkit-calc(56% - 20px);
    width:-webkit-calc(56% - 1.25rem);
    width:-moz-calc(56% - 20px);
    width:-moz-calc(56% - 1.25rem);
    width:calc(56% - 20px);
    width:calc(56% - 1.25rem);
  }
}
@media (min-width:1200px){
  .component-z-pattern-basic.-left-to-right.-angle-edge .image-container{
    width:-webkit-calc(56% - 40px);
    width:-webkit-calc(56% - 2.5rem);
    width:-moz-calc(56% - 40px);
    width:-moz-calc(56% - 2.5rem);
    width:calc(56% - 40px);
    width:calc(56% - 2.5rem);
  }
}
@media (min-width:1300px){
  .component-z-pattern-basic.-left-to-right.-angle-edge .image-container{
    width:-webkit-calc(56% - 50px);
    width:-webkit-calc(56% - 3.125rem);
    width:-moz-calc(56% - 50px);
    width:-moz-calc(56% - 3.125rem);
    width:calc(56% - 50px);
    width:calc(56% - 3.125rem);
  }
}
@media (min-width:768px){
  .component-z-pattern-basic.-left-to-right.-angle-edge .angle-edge{
    left:-webkit-calc(50% + 20px);
    left:-webkit-calc(50% + 1.25rem);
    left:-moz-calc(50% + 20px);
    left:-moz-calc(50% + 1.25rem);
    left:calc(50% + 20px);
    left:calc(50% + 1.25rem);
    -webkit-transform:skew(6deg);
       -moz-transform:skew(6deg);
            transform:skew(6deg);
  }
}
@media (min-width:1200px){
  .component-z-pattern-basic.-left-to-right.-angle-edge .angle-edge{
    -webkit-transform:skew(5deg);
       -moz-transform:skew(5deg);
            transform:skew(5deg);
    left:-webkit-calc(50% + 12px);
    left:-webkit-calc(50% + .75rem);
    left:-moz-calc(50% + 12px);
    left:-moz-calc(50% + .75rem);
    left:calc(50% + 12px);
    left:calc(50% + .75rem);
  }
}
@media (min-width:768px){
  .component-z-pattern-basic.-right-to-left>.safety-container>.image-container{
    padding-left:0;
    padding-right:0;
    right:0;
    width:52%;
  }
}
@media (min-width:768px){
  .component-z-pattern-basic.-right-to-left>.safety-container>.image-container>img{
    right:0;
  }
}
@media (min-width:768px){
  .component-z-pattern-basic.-right-to-left>.safety-container>.text-container{
    margin-left:0;
    padding-left:1.25rem;
    padding-right:1.25rem;
  }
}
@media (min-width:768px){
  .component-z-pattern-basic.-right-to-left.-square-edge>.safety-container>.image-container{
    width:50%;
  }
}
@media (min-width:768px){
  .component-z-pattern-basic.-right-to-left.-angle-edge .angle-edge{
    left:-webkit-calc(50% - 50px);
    left:-webkit-calc(50% - 3.125rem);
    left:-moz-calc(50% - 50px);
    left:-moz-calc(50% - 3.125rem);
    left:calc(50% - 50px);
    left:calc(50% - 3.125rem);
    -webkit-transform:skew(-6deg);
       -moz-transform:skew(-6deg);
            transform:skew(-6deg);
  }
}
@media (min-width:992px){
  .component-z-pattern-basic.-right-to-left.-angle-edge .angle-edge{
    left:-webkit-calc(50% - 50px);
    left:-webkit-calc(50% - 3.125rem);
    left:-moz-calc(50% - 50px);
    left:-moz-calc(50% - 3.125rem);
    left:calc(50% - 50px);
    left:calc(50% - 3.125rem);
    -webkit-transform:skew(-5deg);
       -moz-transform:skew(-5deg);
            transform:skew(-5deg);
  }
}
@media (min-width:1200px){
  .component-z-pattern-basic.-right-to-left.-angle-edge .angle-edge{
    left:-webkit-calc(50% - 60px);
    left:-webkit-calc(50% - 3.75rem);
    left:-moz-calc(50% - 60px);
    left:-moz-calc(50% - 3.75rem);
    left:calc(50% - 60px);
    left:calc(50% - 3.75rem);
    -webkit-transform:skew(-5deg);
       -moz-transform:skew(-5deg);
            transform:skew(-5deg);
  }
}

@media (min-width:768px){
  .fl-row-full-width .component_z_pattern2 .safety-container{
    max-width:1100px;
    max-width:68.75rem;
    width:90%;
  }
}
@media (max-width:767.98px){
  .fl-row-full-width .component_z_pattern2 .safety-container>.image-container{
    height:60vw;
    margin-left:-1.25rem;
    width:-webkit-calc(100% + 40px);
    width:-webkit-calc(100% + 2.5rem);
    width:-moz-calc(100% + 40px);
    width:-moz-calc(100% + 2.5rem);
    width:calc(100% + 40px);
    width:calc(100% + 2.5rem);
  }
}
.fl-row-full-width .component_z_pattern2 .safety-container>.text-container{
  width:90%;
}
@media (min-width:768px){
  .fl-row-full-width .component_z_pattern2 .safety-container>.text-container{
    width:45%;
  }
}

body.fl-builder-ie-11 .component_z_pattern_hero .safety-container{
  display:inline-block !important;
}
/*# sourceMappingURL=z_pattern_basic.min.css.map */
