/*Language select Overlay begin*/

#elNavLang_menu2 > li {
    width: 40%;
    display: inline-block;
    margin: 5% 0;
  }
  
  .langOverlay {  
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2001;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.langOverlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
  
@media screen and (max-width: 650px) {
  #elNavLang_menu2 > li {
    width: 100%;
    display: block;
  }
}

@media screen and (max-height: 450px) {
    .langOverlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/*Language select Overlay end*/

/*AOL end*/

#aol {
  text-align: center;
  background: #f5f5f5;
  background-size: contain;
  background-position: 50%;
}

#aol > div,
#aol > img {
  width: 49%;
    display: inline-block;
      line-height: 1.1;
  min-width: 280px;
  vertical-align: middle;
}

#aol > img {
       width: 50%;
    max-width: 333px;
    min-width: 222px;
}

#aol > div {
      padding-bottom: 50px;
}

#aol > div > h1 {
  font-size: 35px;
  margin: 0;
}

#aol > div > h1::after {
       border-top: 1px solid #c6545a;
    content: "";
    width: 80%;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    height: 7px;
}

#aol > div > h2 {
      letter-spacing: 2.5px;
    text-transform: uppercase;
    font-size: 22px;
      font-weight: normal;
       margin: 7px 0;
}

#aol > div > a,
#aol > div #order {
  outline: none;
  text-transform: uppercase;
  box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07);
       padding: 12px 27px;
    font-size: 18px;
    display: inline-block;
      border-radius: 2px;
      margin: 10px;
  min-width: 180px;
  vertical-align: top;
    min-height: 50px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
      margin-top: -10px;
    margin-left: 10px;
    min-width: 213px;
}

.dropdown-content a {
       color: #4e4e4e;
    display: block;
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 16px;
    border-bottom: 1px solid #e0dfdf;
    font-weight: bold;
}

.dropdown-content a:hover {
  background: #ddd;
}

.show {display:block;}

.dropdown {
    position: relative;
    display: inline-block;
}

#aol > div #order {
  background: #c6545a;
  color: #fff;
  border: 2px solid #c6545a;
}
  
#aol > div > a#readmore {
  color: #000;
  border: 2px solid #f3f3f3
}

#aol > div #order:hover {
  background: #c0071d;
}

#aol > div > a#readmore:hover {
      background:#f5f5f5;
}


/*AOL end*/

.ipsBreadcrumb {
    display: none;
}

footer#ipsLayout_footer,
.ipsWidget.ipsWidget_horizontal[data-blockid^="app_cms"]:not(.ipsBox),
.cWidgetContainer[data-widgetArea="header"] {
  margin-top: 0;
}

#embed_signup input.email {
  margin: 0 1% 0 0!important;
  border-radius: 0!important;
  vertical-align: middle;
  height: 50px;
  width: 20%!important;
  font-family: "Avenir Next LT Pro Regular"!important;
  border: 1px solid #999;
  -webkit-appearance: none;
}

#embed_signup input.button,
#embed_signup input.email {
  display: inline-block!important;
}

#embed_signup {
  
}

#embed_signup input.button {
  margin-bottom: 0!important;
  width: auto!important;
  vertical-align: middle;
      border-radius: 0;
    height: 50px;
    background: #4d9de0;
    font-family: "Avenir Next LT Pro Regular"!important;
      font-size: 18px;
    padding: 0 20px;
  color: #fff;
    border: 0;
  cursor: pointer;
  box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07);
}

#sub-label {
  display: block;
  padding: 15px 0;
}

#sub-label span {
    font-size: 20px;
    text-transform: uppercase;
}

#embedded-subscribe-form,
#mc-embedded-subscribe-form {
  text-align: center!important;
  font-family: "Avenir Next LT Pro Regular"!important;
  padding: 0!important;
}

#connect-live {
  height: 550px;
  background-position: 50% 40%; 
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}



@media screen and (max-width: 1264px) {
  #welcome-msg span.welcome-ts {
    font-size: 5em!important;
  }
}

@media screen and (max-width: 900px) {
    #overlay > span {
      font-size: 45px!important;
    }
  
   #overlay.small > span {
      font-size: 35px!important;
      padding-top: 0px!important;
    }
  }

@media screen and (max-width: 640px) {
  #overlay #subscribe {
        margin-top: 13px!important;
  }
  
  #embed_signup input.button {
    margin-top: 15px;
  }
  
  #embedded-subscribe-form,
  #mc-embedded-subscribe-form {
    padding: 10px 0!important;
  }
  
  #embed_signup input.email {
    width: 94%!important;
    margin-left: 2%!important;
    margin-bottom: 10px!important;
  }
  
  
  #sub-label {
    display: block;
    margin-right: 0;
    text-align: center;
    max-width: 100%;
    margin: 0 5px;
  }
  
  #connect-live #subscribe {
    bottom: 1%!important;
    width: 80%!important;
    margin: 0 10%!important;
  }
  
  #welcome-msg {
    padding-top: 10px!important;
    padding-left: 0%!important;
    max-width: 100%!important;
    text-align: center!important;
    background: white;
    padding-bottom: 10px;
  }
  
  #connect-live #welcome-msg button {
    margin-left: 5px;
  }
  
  #connect-live #welcome-msg button,
  #connect-live #welcome-msg .welcome-cw,
  #connect-live #welcome-msg .welcome-ts {
    font-size: 1.5em!important;
    text-align: center;
    display: inline;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

#connect-live #welcome-msg:hover button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#connect-live #welcome-msg:hover span {
  cursor: pointer;
}

#connect-live #welcome-msg {
  padding-top: 10%;
  padding-left: 6%;
  line-height: 0.9;
  max-width: 45%;
  color: black;
  text-align: center;
}

#welcome-msg span {
    display: block;  
}

#welcome-msg span.welcome-cw {
    font-size: 3em;
  color: #0c3335;
  text-align: left;
}

#welcome-msg button {
  border: none;
    font-size: 2.5em;
    padding: 10px 22px;
    color: white;
    background: #125b5f;
  margin-top: 5px;
}

#welcome-msg span.welcome-ts {
  font-size: 6em;
  text-transform: uppercase;
}

#LAvid {
    height:543px;
  }
  
   #LAvid > div#dark {
     background: #000; opacity:0.2; position: absolute; top:0px; left: 0; width: 100%; height: 1000px;    z-index: -1;
  }
  
   #overlay > span {
        font-size: 4.5em;
    text-transform: uppercase;
    font-family: 'Falco Black';
    z-index: 1;
    padding-top: 20px;
    display: block;
    line-height: 1;
    text-align: center;
  }

 #overlay.small > span {
       padding-top: 0px;
    color: #464646;
    text-align: center;
    font-size: 30px;
}

#overlay.small #subscribe {
  height: auto;
}

#overlay.small #sub-label span {
  color: #000;
}

#overlay.small #sub-label {
    padding-top: 0;
}

#overlay.small #embed_signup input.button {
  border-radius: 2px;
}

#overlay.small #embed_signup input.button:hover {
  background-color: #4994d2;
}
  
  #overlay {
        background-position: 50% 40%;
    background-size: cover;
    background-attachment: fixed;
    background: #fff;
  }
  
  #overlay #subscribe {
        display: block;
    padding: 20px 1%;
}
  
   #LAvid a#LAlearnmore {
     color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    background: #ef1862;
    padding: 20px 5%;
  }