.hide {display: none!important;}
.text-uppercase {text-transform:uppercase;}
.list-unstyled {list-style:none;}
.text-align__right {text-align:right!important;}
.text-align__left {text-align:left!important;}
.text-align__center {text-align:center!important;}
.pb__1 {padding-bottom:1em;}
.pt__1 {padding-top:1em;}


.branded-footer {
    margin-top: 2.5rem;
}




h3[name="rebrand-header"] {
    font-size: 14px !important;
     border-bottom: 1px solid #fff !important;
     padding-bottom: 5px;
     color: #fff;
}

h3[name="country-header"] {
    font-size: 14px !important;
    border-bottom: 1px solid #fff !important;
    padding-bottom: 5px;
    width: 100%!important;
    color: #fff;


}

h3[name="empty-header"] {
    font-size: 14px !important;
     border-bottom: 1px solid #fff !important;
     padding-bottom: 5px;
     padding-top: 10px;
     width: 100%!important;
     color: #fff;


}




footer a{color:white;}
footer a{color:#ffffff; font-size:100%;}
footer a:hover{color: rgba(255, 255, 255, .77); text-decoration:none;}
address {margin-bottom: 10px;}

.footer--cta {background-color:#26b8b9;padding: 20px; 0}

.footer--cta .btn {

      display: inline-block;
      font-weight: 700;
      color: #212529;
      text-align: center;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-color: transparent;
      border: 1px solid transparent;
      padding: .375rem 2rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: .5rem;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
.footer--cta .btn-light1{margin: 0px 20px;cursor:pointer; color: #212529; background-color:#F8F9FA; border-color:#F8F9FA;}
.footer--cta .btn-light1:hover{background-color:#6ad7d8; border-color:#179fa0;}
.footer--product {background-color:#041e37; color:#ffffff; padding: 10px;}
.footer--product a {color:#ffffff; font-size:16px !important;transition:.2s ease-in-out;}
.footer--product a:hover {color:#37a1a3 !important;}
.footer--corporate {color:#0B246F; box-shadow: 0px 10px 5px grey; background-color:#E1E3E8; border-top: 1px solid #616161;}
.footer--corporate a {color:#0B246F; padding: 0 5px; font-size:16px !important; text-decoration:none; text-transform:uppercase;}
.footer--corporate a:hover {color: #34a0a2 !important;}
.footer--legal {color:#616161; background-color:#E1E3E8; border-top: 1px solid #616161;padding-top:1em;}
.footer--legal a {color:#616161; font-size:100%; padding: 0 10px;}
.footer--legal a:hover {color: rgba(36, 36, 36, .49);}
.container--shadow {
  -moz-box-shadow: 0px 7px 7px rgba(0, 0, 0,0.3);
  -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, .3);
  box-shadow: 0px 7px 7px rgba(0, 0, 0, .3);
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .footer--legal, .footer--corporate {
    vertical-align:center; text-align:center;
    padding: 10px 10px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1524px) {
  .footer--corporate div span{
margin-bottom:1em!important;
display:block; text-align:center;
  }
  .footer--cta .btn {

        display: block;
        vertical-align:center;
        margin: 10px 10px;

    }
}

.ws-links{
    font-size: 80%;
    margin: 0;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    display: inline-block;
}


.list-inline li {
    display:  inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.list-inline-item a {
    color: #ffffff;
    font-size: 100%;
}
.list-inline-item a:hover{
    color:#ccc
}

.footer-logo {
    display: block;
}

.footer-logo > .address {
	padding-left: 0px !important;
}

.logo {

}

.product-item {
    margin-left: 0;
}

.product-item > .social-media {
	padding-left: 0px !important;
}

.product-img {
    padding-left: 0;
}




.logo-child{
    display: block;
}

address {
    width: 90%;
    display: block;
}





@media only screen and (min-width: 900px) {
	.social-media {
		white-space: nowrap;
	}
}