
body {
    font-family: brother-1816, Helvetica, Arial, serif;
    font-weight: 300;
}

header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
}

header.fixed {
    position:fixed;
}

header.gradient {
    background: #fff;
    -webkit-box-shadow: 0 -23px 27px 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 -23px 27px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 -23px 27px 0 rgba(0, 0, 0, 0.7);
}

header,
.product-header-proxy {
    height: auto;
}

.header-proxy {
    position: relative;
}

.header,
.header-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.wysiwyg {
    display: none;
    pointer-events: none;
}

@media screen and (max-width:1900px), (max-height: 900px)  {
    header,
    .product-header-proxy {
        height: auto;
    }
}

header .headeralias {
    display: none;
    /*not necessary in this scheme since the header is 100%*/
    height: 0;
    width: 100%;
    background-color: transparent;
    position: absolute;
    opacity: 0.0;
    pointer-events: none;
    /*-webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;*/
}

/*FIXED HEADER*/

.fixed-header {
    position: fixed;
    top: 0;  
}
.fixed-header,
.fixedborder {
    -webkit-box-shadow: 0 -23px 27px 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 -23px 27px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 -23px 27px 0 rgba(0, 0, 0, 0.7);
}
.header-placeholder {
    background-color: #fff;
    position: relative;
    width: 100%;
    height: auto; 
    /*same size as header until scrolls down too far*/
    display: block;
    pointer-events: none;
    
    -webkit-transition: height 150ms linear;
    -o-transition: height 150ms linear;
    -moz-transition: height 150ms linear;
    transition: visibility height 150ms linear;
}

.header-placeholder.opaque {
    display: block;
}


.fixed-header,
.header-placeholder {
    
    /*
    -webkit-transition: height 150ms linear;
    -o-transition: height 150ms linear;
    -moz-transition: height 150ms linear;
    transition: height 150ms linear;*/
}
.fixed-header.opaque,
.header-placeholder.opaque {
    height: 85px;
}

.fixed-header.opaque,
.fixed-header.boxshadow {
    /*-webkit-box-shadow: 0px -23px 32px 0px rgb(0, 0, 0);
    -moz-box-shadow: 0px -23px 32px 0px rgb(0, 0, 0);
    box-shadow: 0px -23px 32px 0px rgb(0, 0, 0);*/
    
    /*-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);*/
}

.fixed-header.opaque .sectionmoduleheader {
    height: 100%;
}

.fixed-header.opaque .sectionmoduleheader .headercontainer .logo.main {
    display: none;
}

.fixed-header.opaque .sectionmoduleheader .headercontainer .logo.main.scroll {
    display: block;
}


/*.fixed-header.opaque .menu-icon {
    background: url('../graphics/hamburger-menu-grey.svg') no-repeat center center;
    background-size: contain;
}

.fixed-header.opaque .menu-icon:hover {
    background: url('../graphics/hamburger-menu-orange.svg') no-repeat center center;
    background-size: contain;
}*/



.fixed-header.absolute {
    position: absolute;
}

@media (max-width: 640px) {
    .fixed-header.opaque,
    .header-placeholder.opaque {
        display: block;
        height: 63px;
    }
}
/*END FIXED HEADER*/

/*FOOTER*/

footer {
    position: relative;
    width: 100%;
    background-color: rgb(107, 102, 97);
}

.sectionmodule7u2014footer.phone {
    display: none;
}

.sectionmodule7u2014footer {
    height: auto;
    padding-bottom: 28px;
    left: unset;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    top: unset;
    transform: rotate(0deg);
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
}

.sectionmodule7u2014footer .innerfooter {
    left: unset;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    top: unset;
    transform: rotate(0deg);
    height: auto;
    width: 998px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    
    padding-left: 20px;
    padding-right: 20px;
}

.sectionmodule7u2014footer .basetagflexrowspacebetween {
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    flex-direction: row;
    height: auto;
    left: unset;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 59px;
    position: relative;
    top: unset;
    transform: rotate(0deg);
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
}

.sectionmodule7u2014footer .basetagflexrowspacebetween .terms {
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 3px;
    position: relative;
    top: unset;
    transform: rotate(0deg);
    width: 200px;
    margin-left: 20px;
    height: auto;
}


.sectionmodule7u2014footer .basetagflexrowspacebetween .terms .item {
    background-color: rgba(255, 255, 255, 0);
    
    height: auto;
 
    position: relative;
    
    width: auto;
    
    margin-left: 5px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
}
.sectionmodule7u2014footer .basetagflexrowspacebetween .terms .item:first-of-type {
    margin-left:0;
}
.sectionmodule7u2014footer .basetagflexrowspacebetween .terms .item,
.sectionmodule7u2014footer .basetagflexrowspacebetween .terms .item a,
.sectionmodule7u2014footer .basetagflexrowspacebetween .terms .item a:link,
.sectionmodule7u2014footer .basetagflexrowspacebetween .terms .item a:visited,
.sectionmodule7u2014footer .basetagflexrowspacebetween .terms .item a:hover {
    text-align: left;
    line-height: 13px;
    color: rgb(255, 255, 255);
    font-family: brother-1816, Helvetica, Arial, serif;
    font-weight: 300;
    font-size: 10px;
    font-style: normal;
    
    text-decoration: none;
}
.sectionmodule7u2014footer .basetagflexrowspacebetween .terms .item a:hover {
    text-decoration: underline;    
}

.sectionmodule7u2014footer .basetagflexrowspacebetween .copyright {
    background-color: rgba(255, 255, 255, 0);
    color: rgb(255, 255, 255);
    font-family: brother-1816, Helvetica, Arial, serif;
    font-weight: 300;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
 
    height: auto;
    left: unset;
    line-height: 16px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    text-align: left;
    top: unset;
    transform: rotate(0deg);
    width: auto;
}

.sectionmodule7u2014footer .messageflexrowspacebetween {
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    flex-direction: row;
    height: auto;
    left: unset;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 28px;
    position: relative;
    top: unset;
    transform: rotate(0deg);
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
}

.sectionmodule7u2014footer .messageflexrowspacebetween .location {
    background-color: rgba(255, 255, 255, 0);
    color: rgb(255, 255, 255);
    font-family: brother-1816, Helvetica, Arial, serif;
    font-weight: 800; 
    font-size: 16px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    height: auto;
    left: unset;
    line-height: 21px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    text-align: left;
    top: unset;
    transform: rotate(0deg);
    width: 200px;
}

.sectionmodule7u2014footer .messageflexrowspacebetween a,
.sectionmodule7u2014footer .messageflexrowspacebetween a:link,
.sectionmodule7u2014footer .messageflexrowspacebetween a:visited,
.sectionmodule7u2014footer .messageflexrowspacebetween a:hover {
    color: rgb(255, 255, 255);
    font-family: brother-1816, Helvetica, Arial, serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
}

.sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c2-Brother-1816-Book,
.sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c2-Brother-1816-Book a,
.sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c2-Brother-1816-Book a:link,
.sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c2-Brother-1816-Book a:visited,
.sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c2-Brother-1816-Book a:hover {
    color: rgb(255, 255, 255);
    font-family: brother-1816, Helvetica, Arial, serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
}
.sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c2-Brother-1816-Book a:hover {
    text-decoration: underline;
}
.sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c3-Brother-1816-Medium,
.sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c3-Brother-1816-Medium a,
.sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c3-Brother-1816-Medium a:link,
.sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c3-Brother-1816-Medium a:visited,
.sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c3-Brother-1816-Medium a:hover {
    color: rgb(255, 255, 255);
    font-family: brother-1816, Helvetica, Arial, serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
}
.sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c3-Brother-1816-Medium a:hover {
    text-decoration: underline;
}
.sectionmodule7u2014footer .messageflexrowspacebetween .description {
    background-color: rgba(255, 255, 255, 0);
    color: rgb(255, 255, 255);
    font-family: brother-1816, Helvetica, Arial, serif;
    font-weight: 800;
    font-size: 16px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;

    height: auto;
    left: unset;
    line-height: 21px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    text-align: left;
    top: unset;
    transform: rotate(0deg);
    width: 600px;
}

.sectionmodule7u2014footer .messageflexrowspacebetween .description .fs-c2-Brother-1816-Book {
    color: rgb(255, 255, 255);
    font-family: brother-1816, Helvetica, Arial, serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
}

.sectionmodule7u2014footer .messageflexrowspacebetween .description p {
    color: rgb(255, 255, 255);
    font-family: brother-1816, Helvetica, Arial, serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.sectionmodule7u2014footer .messageflexrowspacebetween .location p {
    color: rgb(255, 255, 255);
    font-family: brother-1816, Helvetica, Arial, serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.sectionmodule7u2014footer .fix-collapse-margin.fc-674 {
    padding-top: 1px !important;
    position: relative;
}

/*END FOOTER*/


/*MAIN BLOCKS*/
.wstand {
    width: 1420px;
}
.main {
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.main .child {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    height: 100%;  
}

@media screen and (max-width: 1480px) {
    .wstand {
        width:100%;
    }
    .main {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/*END MAIN BLOCKS*/

/*navigation*/

.navigationwrapper {
    background-color: rgba(255, 255, 255, 0);
    height: 100%;
    left: unset;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    top: unset;
    transform: rotate(0deg);
    width: auto;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.navigationwrapper .navflexrowspacebetween {
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: flex-end;
    left: unset;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    top: unset;
    transform: rotate(0deg);
    width: 260px;
}


.navigationwrapper .navflexrowspacebetween .sep {
    background-color: rgba(255, 255, 255, 0);
    bottom: unset;
    height: 23px;
    left: unset;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    right: unset;
    top: unset;
    transform: rotate(0deg);
    width: 1px;
}



.navigationwrapper .navflexrowspacebetween .navitem {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    height: auto;
    padding:0;
    
    margin-bottom: 0;
    margin-left: 18px;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    
    width: auto;
}
.navigationwrapper .navflexrowspacebetween .navitem,
.navigationwrapper .navflexrowspacebetween .navitem a,
.navigationwrapper .navflexrowspacebetween .navitem a:link,
.navigationwrapper .navflexrowspacebetween .navitem a:visited,
.navigationwrapper .navflexrowspacebetween .navitem a:hover {
    text-align: left;
    letter-spacing: 0.44px;
    line-height: 18px;
    color: rgb(116, 114, 116);
    font-family: brother-1816, Helvetica, Arial, serif;
    font-weight: 700;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
   
    text-decoration: none; 
}
.navigationwrapper .navflexrowspacebetween .navitem:first-of-type {
    margin-left:0;
}
.navigationwrapper .navflexrowspacebetween .imgwrap.fc-382:last-of-type {
    display:none;
}

.navigationwrapper .logo {
    background-color: rgba(255, 255, 255, 0);
    height: 31px;
    /*47px*/
    left: unset;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    top: unset;
    transform: rotate(0deg);
    width: auto;
    /*206px*/
    max-width: 100%;
}

.navigationwrapper .logo.mobile {
    display: none;
    width: auto;
    height: 18px;
    max-width: 100%;
}

.navigationwrapper .fc-760 {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    padding: 0 40px;
    position: relative;
    width: 100%;
}
.navigationwrapper .fc-760 .logolink {
    position: relative;
}
.navigationwrapper .fc-760 .navflexrowspacebetween .imgwrap.fc-382 {
    left: unset;
    margin-left: 18px;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    top: unset;
}

.navigationwrapper .fc-760 .navflexrowspacebetween .fc-255 {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    margin-top: 0px;
    position: relative;
   
    width: auto;
    justify-content: flex-start;
    height: auto;
}
/*end navigation*/

/*MAIN TITLE SECTION*/
.sectionmaintitle {
    position: relative;
    width:100%;
    margin-top: 60px;
}
.sectionmaintitle .downbuttonbox {
    position: relative;
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.sectionmaintitle .downbuttonbox .downtitle {
    position: relative;
    margin-bottom: 10px;
}
.sectionmaintitle .downbuttonbox .downtitle h1 {
    font-family: brother-1816, sans-serif;
    font-weight: 900;
    font-size: 28px;
    color: #CF4229;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0;
    padding:0;
}
.sectionmaintitle .downbuttonbox .downbutton {
    position: relative;
    margin-left:28px;
}
.sectionmaintitle .downbuttonbox .downbutton .downarrow {
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../graphics/scrolldownarrow.svg);
}
@media screen and (max-width: 991px) {
    .sectionmaintitle .downbuttonbox .downtitle h1 {
      font-size: 26px;
      line-height: 1;
  }
  .sectionmaintitle .downbuttonbox .downbutton .downarrow {
      width: 40px;
      height: 40px;
  }    
}
@media screen and (max-width: 768px) {
    .sectionmaintitle .downbuttonbox .downtitle h1 {
        font-size: 24px;
    }
    .sectionmaintitle .downbuttonbox .downbutton .downarrow {
      width: 35px;
      height: 35px;
    }    
}
@media screen and (max-width:600px) {
    .sectionmaintitle  {
      margin-top: 40px;
    }
    .sectionmaintitle .downbuttonbox .downtitle h1 {
      font-size: 19px;
    }
    .sectionmaintitle .downbuttonbox .downbutton .downarrow {
      width: 27px;
      height: 27px;
    }    
}
/*END MAIN TITLE SECTION*/

/*MAIN HERO SECTION*/
.sectionhero {
    background-color: rgba(255, 255, 255, 0);
    height: 700px;
    width: 100%;
    margin-top: 33px;
    overflow: hidden;
    position: relative;    
}
.sectionhero .herocontainer {
    position: relative;
    background-color: #F6F6F6;
    margin-bottom: 0;
    height: 100%;
}
.sectionhero .herocontainer .herobox {
    position: relative;
    height: 100%;
}
.sectionhero .herocontainer .herobox .imgbox {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    text-align: center;
    
    overflow:hidden;
}
.sectionhero .herocontainer .herobox .imgbox img {
    height: 100%;
    width: auto;
    max-height: 100%;
}
.sectionhero .herocontainer .herobox .imgbox img.objectfit {
    object-fit: cover;
    width: 100%;
}
.sectionhero .herocontainer .herobox .imgbox.bkbox {
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width:100%;
    height:auto;
}
@media screen and (min-height: 1600px) {
    .sectionhero {
        height: 990px;
    }
}
@media screen and (max-width: 991px) {
    .sectionhero {
        margin-top:25px;
    }   
}
@media screen and (max-width: 768px) {
    .sectionhero {
        height: 500px;
    }
}
/*END MAIN HERO SECTION*/

#layout {
    position: relative;
    margin: 0 auto;
}

.tabcontentcontainer {
    margin-top: 36px;
    position: relative;
    height: 465px;
    /*1099*/
    overflow: hidden;
}

.tabcontentcontainer .tab-content {
    opacity: 0.0;
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    -webkit-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
}

.tabcontentcontainer .tab-content.isSelected {
    opacity: 1.0;
    pointer-events: all;
}

.uitabs .tab {
    cursor: pointer;
}

.uitabs .tab .tabitem {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

@media screen and (max-width: 998px) {
    .sectionmodule7u2014footer .innerfooter {
        width:100%;
    }    
}
@media screen and (max-width: 991px) {
    .sectionmodule7u2014footer {
        background-color: rgba(255, 255, 255, 0);
        left: unset;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        position: relative;
        top: unset;
        transform: rotate(0deg);
    }
    .sectionmodule7u2014footer .innerfooter {
        left: unset;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        position: relative;
        top: unset;
        transform: rotate(0deg);
    }
}
@media screen and (max-width: 991px) {
    .sectionmodule7u2014footer .fix-collapse-margin.fc-674 {
        height: auto;
        padding-top: 1px !important;
        position: relative;
    }
}

@media screen and (max-width: 991px) {
    .sectionmodule7u2014footer .basetagflexrowspacebetween {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .sectionmodule7u2014footer .basetagflexrowspacebetween .terms {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 23px;
    }

    .sectionmodule7u2014footer .basetagflexrowspacebetween .copyright {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0px;
    }
    .sectionmodule7u2014footer .basetagflexrowspacebetween {
        align-items: flex-start;
        background-color: rgba(255, 255, 255, 0);
        display: flex;
        flex-direction: row;
        height: auto;
        left: unset;
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 27px;
        position: relative;
        top: unset;
        transform: rotate(0deg);
    }
    .sectionmodule7u2014footer .basetagflexrowspacebetween .terms {
        align-items: flex-start;
        background-color: rgba(255, 255, 255, 0);
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        left: unset;
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 2px;
        position: relative;
        width: 151px;
    }
    .sectionmodule7u2014footer .basetagflexrowspacebetween .terms .item,
    .sectionmodule7u2014footer .basetagflexrowspacebetween .terms .item a,
    .sectionmodule7u2014footer .basetagflexrowspacebetween .terms .item a:link,
    .sectionmodule7u2014footer .basetagflexrowspacebetween .terms .item a:visited,
    .sectionmodule7u2014footer .basetagflexrowspacebetween .terms .item a:hover  {
        font-size: 8.8px;
        line-height: 12px;
    }

    .sectionmodule7u2014footer .basetagflexrowspacebetween .copyright {
        background-color: rgba(255, 255, 255, 0);
        color: rgb(255, 255, 255);
        font-family: brother-1816, Helvetica, Arial, serif;
    font-weight: 300;
        font-size: 10.56px;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        height: auto;
        left: unset;
        line-height: 13px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        position: relative;
        text-align: left;
        top: unset;
        transform: rotate(0deg);
        width: auto;
    }
}

@media screen and (max-width: 991px) {
    .sectionmodule7u2014footer .messageflexrowspacebetween .location {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 23px;
    }

    .sectionmodule7u2014footer .messageflexrowspacebetween .description {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0px;
    }
    
    .sectionmodule7u2014footer .messageflexrowspacebetween {
        align-items: flex-start;
        background-color: rgba(255, 255, 255, 0);
        display: flex;
        flex-direction: row;
        height: auto;
        left: unset;
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 25px;
        position: relative;
        top: unset;
        transform: rotate(0deg);
    }
    .sectionmodule7u2014footer .messageflexrowspacebetween .location {
        background-color: rgba(255, 255, 255, 0);
        color: rgb(255, 255, 255);
        font-family: brother-1816, Helvetica, Arial, serif;
        font-weight: 800;
        font-size: 14px;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        height: auto;
        left: unset;
        line-height: 18px;
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 0;
        position: relative;
        text-align: left;
        top: unset;
        transform: rotate(0deg);
        width: 151px;
    }
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c2-Brother-1816-Book,
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c2-Brother-1816-Book a:link,
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c2-Brother-1816-Book a:visited,
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c2-Brother-1816-Book a:hover {
        color: rgb(255, 255, 255);
        font-family: brother-1816, Helvetica, Arial, serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
    }
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c3-Brother-1816-Medium,
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c3-Brother-1816-Medium a,
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c3-Brother-1816-Medium a:link,
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c3-Brother-1816-Medium a:visited,
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c3-Brother-1816-Medium a:hover {
        color: rgb(255, 255, 255);
        font-family: brother-1816, Helvetica, Arial, serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
    }
    .sectionmodule7u2014footer .messageflexrowspacebetween .description {
        background-color: rgba(255, 255, 255, 0);
        color: rgb(255, 255, 255);
        font-family: brother-1816, Helvetica, Arial, serif;
        font-weight: 800;
        font-size: 14px;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        height: auto;
        left: unset;
        line-height: 18px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        position: relative;
        text-align: left;
        top: unset;
        transform: rotate(0deg);
        width: 451px;
    }
    .sectionmodule7u2014footer .messageflexrowspacebetween .description .fs-c2-Brother-1816-Book {
        color: rgb(255, 255, 255);
        font-family: brother-1816, Helvetica, Arial, serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
    }
    .sectionmodule7u2014footer .messageflexrowspacebetween .description p {
        color: rgb(255, 255, 255);
        font-family: brother-1816, Helvetica, Arial, serif;
        font-weight: 800;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
    .sectionmodule7u2014footer .messageflexrowspacebetween .location p {
        color: rgb(255, 255, 255);
        font-family: brother-1816, Helvetica, Arial, serif;
        font-weight: 800;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
}

@media screen and (max-width: 810px) {
    .sectionmodule7u2014footer {
        width: 100%;
        height: auto;
    }
}



@media screen and (max-width: 809px) {
    .sectionmodule7u2014footer .innerfooter {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 808px) {
    .tablethomepage {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
   
    .sectionmodule7u2014footer .innerfooter {
        height: auto;
    }

    .sectionmodule7u2014footer .messageflexrowspacebetween {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .sectionmodule7u2014footer .messageflexrowspacebetween .location {
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 23px;
        margin-left: 0;
        width:322px;
    }
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c2-Brother-1816-Book br:nth-child(2) {
        display: none;
    }

    .sectionmodule7u2014footer .messageflexrowspacebetween .description {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0px;
        width: 322px
    }

    .sectionmodule7u2014footer .fix-collapse-margin.fc-674 {
        height: auto;
    }
   
    .sectionmodule7u2014footer .basetagflexrowspacebetween {
 
        height: auto;
        flex-direction: column-reverse;
        margin-left: auto;
        margin-right: auto;
        margin-top: 23px;
        
        width: 322px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .sectionmodule7u2014footer .basetagflexrowspacebetween .terms {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        width: auto;
        text-align: center;
    }

    .sectionmodule7u2014footer .basetagflexrowspacebetween .copyright {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 0px;
        padding-top: 6px;
    }
}

@media screen and (max-width: 767px) {
    .navigationwrapper .logo.main {
        display: none;
    }
    .navigationwrapper .logo.mobile {
        display: block;
    }
    .navigationwrapper .fc-760 .navflexrowspacebetween .fc-255 {
        align-items: center;
    }
    .navigationwrapper .navflexrowspacebetween .sep {
        height: 15px;
    }
    .navigationwrapper .navflexrowspacebetween .navitem,
    .navigationwrapper .navflexrowspacebetween .navitem a,
    .navigationwrapper .navflexrowspacebetween .navitem a:link,
    .navigationwrapper .navflexrowspacebetween .navitem a:visited,
    .navigationwrapper .navflexrowspacebetween .navitem a:hover {
        font-size: 11px;
        line-height: 15px;
    }
 
    .navigationwrapper .navflexrowspacebetween {
        width: auto;
    }
    .navigationwrapper .fc-760 {
        padding: 0 30px;
    }
    .navigationwrapper .fc-760 .logolink {
        margin-top: 3px;
    }
    .navigationwrapper .fc-760 .navflexrowspacebetween .imgwrap.fc-382
    .navigationwrapper .navflexrowspacebetween .navitem {
        margin-left: 14px;
    }
    .navigationwrapper .navflexrowspacebetween .navitem:first-of-type {
        margin-left: 0px;
    }
}

@media screen and (max-width: 491px) {
    .sectionmodule7u2014footer .innerfooter {
        height: auto;
        min-height: auto;
    }
}

@media screen and (max-width: 491px) {
    .sectionmodule7u2014footer .messageflexrowspacebetween {
        height: auto;
        min-height: auto;
    }
}


@media screen and (max-width: 491px) {
    .sectionmodule7u2014footer .fix-collapse-margin.fc-674 {
        height: auto;
        min-height: auto;
    }
}

@media screen and (max-width:479px) {

    .sectionmodule7u2014footer {
        left: unset;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        position: relative;
        top: unset;
        transform: rotate(0deg);
    }
    .sectionmodule7u2014footer .basetagflexrowspacebetween {
        background-color: rgba(255, 255, 255, 0);
        margin-bottom: 0;
        margin-top: 17px;
        position: relative;
    }
    .sectionmodule7u2014footer .basetagflexrowspacebetween .copyright {
        background-color: rgba(255, 255, 255, 0);
        color: rgb(255, 255, 255);
        font-family: brother-1816, Helvetica, Arial, serif;
        font-weight: 300;
        font-size: 10.56px;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        height: auto;
        left: unset;
        line-height: 13px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        text-align: left;
        top: unset;
        transform: rotate(0deg);
        width: auto;
    }
    .sectionmodule7u2014footer .basetagflexrowspacebetween .terms {
        align-items: flex-start;
        background-color: rgba(255, 255, 255, 0);
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        left: unset;
        margin-bottom: 0;
        margin-left: 0px;
        margin-right: 0;
        margin-top: 0px;
        position: relative;
        top: unset;
        transform: rotate(0deg);
    }

    .sectionmodule7u2014footer .messageflexrowspacebetween {
        background-color: rgba(255, 255, 255, 0);
        height: auto;
        left: unset;
        margin-bottom: 0;
        margin-left: 0px;
        margin-right: 0;
        margin-top: 20px;
        position: relative;
        top: unset;
        transform: rotate(0deg);
        width: auto;
    }
    .sectionmodule7u2014footer .messageflexrowspacebetween .location {
        background-color: rgba(255, 255, 255, 0);
        color: rgb(255, 255, 255);
        font-family: brother-1816, Helvetica, Arial, serif;
        font-weight: 800;
        font-size: 12px;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        
        height: auto;
        left: unset;
        line-height: 20px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 18px;
        position: relative;
        text-align: left;
        top: unset;
        transform: rotate(0deg);
    }
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c2-Brother-1816-Book,
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c2-Brother-1816-Book a:link,
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c2-Brother-1816-Book a:visited,
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c2-Brother-1816-Book a:hover {
        color: rgb(255, 255, 255);
        font-family: brother-1816, Helvetica, Arial, serif;
        font-weight: 300;
        font-size: 12px;
        line-height: 20px;
    }
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c2-Brother-1816-Book a:link,
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c2-Brother-1816-Book a:visited,
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c2-Brother-1816-Book a:hover {
        text-decoration: underline;
    }
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c3-Brother-1816-Medium,
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c3-Brother-1816-Medium a,
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c3-Brother-1816-Medium a:link,
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c3-Brother-1816-Medium a:visited,
    .sectionmodule7u2014footer .messageflexrowspacebetween .location .fs-c3-Brother-1816-Medium a:hover {
        color: rgb(255, 255, 255);
        font-family: brother-1816, Helvetica, Arial, serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
    }
    .sectionmodule7u2014footer .messageflexrowspacebetween .description {
        background-color: rgba(255, 255, 255, 0);
        color: rgb(255, 255, 255);
        font-family: brother-1816, Helvetica, Arial, serif;
        font-weight: 800;
        font-size: 12px;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
    
        height: auto;
        left: unset;
        line-height: 16px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        position: relative;
        text-align: left;
    }
    .sectionmodule7u2014footer .messageflexrowspacebetween .description .fs-c2-Brother-1816-Book {
        color: rgb(255, 255, 255);
        font-family: brother-1816, Helvetica, Arial, serif;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
    }
    .sectionmodule7u2014footer .messageflexrowspacebetween .description p {
        color: rgb(255, 255, 255);
        font-family: brother-1816, Helvetica, Arial, serif;
        font-weight: 800;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
    .sectionmodule7u2014footer .messageflexrowspacebetween .location p {
        color: rgb(255, 255, 255);
        font-family: brother-1816, Helvetica, Arial, serif;
        font-weight: 800;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
    .sectionmodule7u2014footer .fix-collapse-margin.fc-674 {
        padding-top: 1px !important;
        position: relative;
    }
    .sectionmodule7u2014footer .basetagflexrowspacebetween .fix-collapse-margin.fc-461 {
        padding-top: 1px !important;
        position: relative;
    }
    .sectionmodule7u2014footer .fix-collapse-margin.fc-674 .messageflexrowspacebetween .fix-collapse-margin.fc-230 {
        padding-top: 1px !important;
        position: relative;
    }
}
 
@media screen and (max-width: 415px) {
    .iphone8homepage {
        width: 100%;
    }
}


@media screen and (max-width: 362px) {
    .sectionmodule7u2014footer .messageflexrowspacebetween {
        height: auto;
        min-height: auto;
        height: auto;
        min-height: auto;
    }
}

@media screen and (max-width: 362px) {
    .sectionmodule7u2014footer .messageflexrowspacebetween .location {
        width: 100%;
    }
}

@media screen and (max-width: 362px) {
    .sectionmodule7u2014footer .messageflexrowspacebetween .description {
        width: 100%;
    }
}



@media screen and (max-width: 362px) {
    .sectionmodule7u2014footer .fix-collapse-margin.fc-674 {
        height: auto;
        min-height: auto;
        height: auto;
        min-height: auto;
    }
}

@media screen and (max-width: 362px) {
    .sectionmodule7u2014footer .fix-collapse-margin.fc-674 .messageflexrowspacebetween .fix-collapse-margin.fc-230 {
        height: auto;
        min-height: auto;
    }
}

@media screen and (max-width: 337px) {

    .sectionmodule7u2014footer .basetagflexrowspacebetween {
        margin-right: 0;
        margin-top: 17px;
    }
}


@media screen and (max-width: 337px) {
    .sectionmodule7u2014footer .basetagflexrowspacebetween {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 260px) {
    .navigationwrapper {
        height: auto;
    }
}

@media screen and (max-width: 260px) {
    .navigationwrapper .navflexrowspacebetween {
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 260px) {
    .navigationwrapper .fc-760 {
        height: auto;
    }
}

@media screen and (max-width: 260px) {
    .navigationwrapper .fc-760 {
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 260px) {
    .navigationwrapper .fc-760 .navflexrowspacebetween .fc-255 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 259px) {
    .navigationwrapper {
        height: auto;
    }
}

@media screen and (max-width: 259px) {
    .navigationwrapper .navflexrowspacebetween {
        height: auto;
    }
}

@media screen and (max-width: 259px) {
    .desktophdhomepage .navigationwrapper .fc-760 .navflexrowspacebetween .fc-255 .navitem {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 15px;
    }
}

@media screen and (max-width: 259px) {
    .navigationwrapper .fc-760 {
        height: auto;
    }
}

@media screen and (max-width: 259px) {
    .navigationwrapper .fc-760 .navflexrowspacebetween .imgwrap.fc-382 {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 1px;
    }
}




