.portlet-layout .portlet-header {
    margin-bottom: 0;
}
/* Hide banner and footer of landing site for showing the web content porlet only*/
#banner {
  display: none;
}
#footer {
  display: none;
}
#p_p_id_145_ {
  display: none;
}

.aui body,
body {
  background-color: #b2b2b2;
}

@media screen and (min-width: 1026px) {
  .aui body,
  body {
    line-height: 50px;
  }
}

.sim-secondary-landing {
  display: flex;
  flex-direction: column;
  height: 100vh;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
  min-height: -webkit-fill-available;
  width: auto;
  margin: 0;
}

/*--------------------Header--------------------*/
.sim-secondary-landing .header {
  flex: 1;
  text-align: center;
  display: block;
  justify-content: center;
  align-items: center;
  z-index: 1;
  margin-left: 1%;
  background-color: #b2b2b2;
}

.sim-secondary-landing .header .logo {
  margin: auto;
  margin-top: 1%;
  width: 15%;
}

@media screen and (max-width: 1025px) {
  .sim-secondary-landing .header {
    display: block;
  }
  .sim-secondary-landing .header .logo {
    width: 25%;
  }
}

@media screen and (max-width: 420px) {
  .sim-secondary-landing .header .logo {
    width: 35%;
    padding-top: 10px;
  }
}

/*--------------------Body--------------------*/
.sim-secondary-landing .wrapper {
  flex: 8;
  display: flex;
  flex-direction: row;
  z-index: 1;
}

@media screen and (min-width: 1026px) {
  .sim-secondary-landing .wrapper {
    min-height: 650px;
  }
}

@media screen and (max-width: 1025px) {
  .sim-secondary-landing .wrapper {
    display: block;
    flex-direction: column;
  }
}

/*----------US - Global part----------*/
.sim-secondary-landing .wrapper .us,
.sim-secondary-landing .wrapper .global {
  flex: 8;
  display: flex;
  flex-direction: column;
  background-color: #b2b2b2;
}

.sim-secondary-landing .wrapper .us .image,
.sim-secondary-landing .wrapper .global .image,
.sim-secondary-landing .wrapper .divide .image {
  flex: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 450px;
  z-index: 1;
}

.sim-secondary-landing .wrapper .us .image img,
.aui img {
  height: 100%;
}

.sim-secondary-landing .wrapper .global .image img,
.aui img {
  height: 95%;
}

/* Navigation Button */
.sim-secondary-landing .wrapper .global .button,
.sim-secondary-landing .wrapper .us .button,
.sim-secondary-landing .wrapper .divide .button {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1025px) {
  .sim-secondary-landing .wrapper .global .button,
  .sim-secondary-landing .wrapper .us .button {
    flex: 3;
  }
}

.sim-secondary-landing .wrapper .global .button .navigator-button,
.sim-secondary-landing .wrapper .us .button .navigator-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 70%;
  max-height: 200px;
  margin: auto;
  border-radius: 1em;
  text-decoration: none;
  display: flex;
  font-size: 3em;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #bd2918;
  z-index: 1;
  min-height: 150px;
}

@media screen and (min-width: 1026px) {
  .sim-secondary-landing .wrapper .us {
    margin-right: -4%;
  }

  .sim-secondary-landing .wrapper .global {
    margin-left: -5%;
  }
}

.sim-secondary-landing .wrapper .global .button .navigator-button span,
.sim-secondary-landing .wrapper .us .button .navigator-button span {
  padding-left: 5%;
  padding-right: 5%;
}

.sim-secondary-landing .wrapper .global .button .navigator-button:hover,
.sim-secondary-landing .wrapper .us .button .navigator-button:hover {
  background-color: #920f00;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 1025px) {
  .sim-secondary-landing .wrapper .global .button .navigator-button,
  .sim-secondary-landing .wrapper .us .button .navigator-button {
    font-size: 2.5em;
    width: 90%;
    min-height: 100px;
  }
}

@media screen and (max-width: 420px) {
  .sim-secondary-landing .wrapper .global .button .navigator-button,
  .sim-secondary-landing .wrapper .us .button .navigator-button {
    font-size: 1.5em;
  }
}

/*--------Divide part--------*/

.sim-secondary-landing .wrapper .divide {
  flex: 2;
  display: flex;
  flex-direction: column;
  background-color: #b2b2b2;
}

@media screen and (max-width: 1025px) {
  .sim-secondary-landing .wrapper .divide .image {
    display: none;
  }
  .sim-secondary-landing .wrapper .divide .block {
    display: none;
  }
}
/*Divide line*/

/* Override aui css */
.aui hr,
hr {
  border: none;
  border-left: 3px solid white;
  height: 80%;
  width: 0px;
  position: absolute;
  margin-left: 5%;
  z-index: 99;
  min-height: 678px;
}

@media screen and (max-width: 1025px) {
  .aui hr,
  hr {
    display: none;
  }
}

/*Center button*/
.sim-secondary-landing .wrapper .divide .button .center-button {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 998;
  background-color: #b2b2b2;
  width: 100%;
}

.sim-secondary-landing .wrapper .divide .button .center-button .content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  color: #bd2918;
  height: 60%;
  width: 80%;
  background-color: #ffffff;
}

@media screen and (min-width: 1026px) {
  .sim-secondary-landing .wrapper .divide .button .center-button {
    border: #ffffff 3px solid;
    height: 30%;
    margin-left: -15%;
    min-height: 150px;
  }

  .sim-secondary-landing .wrapper .divide .button .center-button .content {
    padding-bottom: 5%;
  }
}

@media screen and (max-width: 1025px) {
  .sim-secondary-landing .wrapper .divide .button .center-button {
    position: relative;
    margin: auto;
    width: 90%;
    left: 0;
    bottom: 0;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .sim-secondary-landing .wrapper .divide .button .center-button .content {
    width: 50%;
    text-align: center;
    vertical-align: middle;
    top: 50%;
    padding: 2%;
    margin: 0;
    vertical-align: middle;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 650px) {
  .sim-secondary-landing .wrapper .divide .button .center-button {
    margin-bottom: 20px;
    margin-top: 20px;
    height: 50px;
  }
}

@media screen and (max-width: 420px) {
  .sim-secondary-landing .wrapper .divide .button .center-button {
    height: 50px;
  }

  .sim-secondary-landing .wrapper .divide .button .center-button .content {
    font-size: 1.5em;
    text-transform: uppercase;
  }
}

/*--------------------Footer--------------------*/

.sim-secondary-landing .footer {
  flex: 2;
  background-color: #b2b2b2;
  z-index: -1;
}

.block {
  flex: 1;
  min-height: 50px;
}

@media screen and (max-width: 390px) {
  .block {
    min-height: 10px;
  }
}
