* {
    box-sizing: border-box;
}

.inside-section {
    margin-top: 25px;
}

.main-container {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.page-standard.main-container {
    padding-top: 50px;
    padding-bottom: 120px;
    min-height: 800px;
}

.title-page {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-page.header-image {
    background-size: cover;
    background-position: center;
}

table.cookies-tab, table.cookies-tab th, table.cookies-tab td {
    border: 1px solid black;
    padding: 8px;
}

ul {
    padding-left: 20px;
}

.section > ul, .link > ul, .secondary > ul {
    padding-left: 15px;
}


li {
    list-style-type: disc;
}

.main-container.download-page {
    margin-top: 80px;
}


h3.title-highlight {
    margin-bottom: 0;
}

h3.title-highlight .highlight {
    background-color: #006AB1;
    line-height: 60px;
    padding: 5px 15px;
    color: #FFF;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 30px;
}

.text-security {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
}

/* ------ PAGE TITLE E CONTENT ------ */
.thankyou-page-container{
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.thankyou-page-container .hover-box{
  background-color: white;
  opacity: 0.45;
}

.thankyou-page-content{
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thankyou-page-title{
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}

.thankyou-page-text{
  text-align: center;    
  font-size: 15px;
  line-height: 20px;
  padding-top: 37px;
}


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

	.main-container {
	    width: 100%;
	    padding: 0 20px;
	}

}


@media screen and (max-width: 768px) {
	.col-group {
	    padding: 0 10px;
	}
    
  .title-page {
        height: 200px;
  }

  .main-container.download-page {
    margin-top: 40px;
  } 

  #area-download .col-sidebar {
    margin-bottom: 40px;
  }

  .text-security {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      padding-bottom: 50px;
  }

}

.MemberProfilePage .content-container {
    height: auto;
    display: block;
}
