* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  a {
    text-decoration: none;
    color: #3f7398;
  }
  a:hover {
    text-decoration: none;
  }
  h1 {
    font: normal 2.5em/1em 'Muli', Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    margin: 0.5em 0 0.5em;
  }
  h2 {
    font: normal 1.8em/1em 'Muli', Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    margin: 0.3em 0 0.3em;
  }
  .content.empty h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 40px 0 20px;
    text-align: center;
    color: #666;
  }
  h3 {
    font: normal 1.5em/1em 'Muli', sans-serif;
    letter-spacing: -1px;
    margin: 0.2em 0 0.2em;
  }
  h4 {
    font: normal 1.2em/1em 'Muli', sans-serif;
    letter-spacing: -1px;
  }
  p {
    font: normal 1em/1em 'Muli', sans-serif;
    margin: 1em 0;
  }
  .content.empty p {
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
    color: #666;
  }
  ul {
    list-style: none;
  }
  ul.standard {
    list-style: disc;
    padding: 0 1em 0 2em;
  }
  .standard li {
    font-size: 14px;
    line-height: 1em;
    margin: 1em 0;
    color: #666;
  }
  
  h3 em {
    font-style: normal;
    color: #B82025;
  }
  img {
      max-width: 100%;
  }
  
  html {
    height: 100%;
  }
  
  body {
    font: normal 1em/1em 'Muli', sans-serif;
    /* color: #999;*/
    color: #333;
    height: 100%; 
    background-color: #f4f4f4;
  }


.MainTable {
    position: relative;
    max-width: 946px;
    /*width: 1200px;*/
    margin: 0 auto;
    padding-top: 141px;
    text-align: left;
    background-color: #f4f4f4;
}
.MainTable .Mainsection {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin: 0 auto;
}
.Mainsection h4 {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #666;
  color: red;
}
.MainList .siteMapList > div {
  display: inline-block;
  min-width: 200px;
  margin: 0 5px;
  vertical-align: top;
}
.siteMapList ul > li {
  background: #eee;
  padding: 10px 0;
  margin-bottom: 5px;
}
.siteMapList li > a {
  color: #666;
  font-size: 12px;
  display: block;
}


  /* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
body.iframe-popup {
  overflow: hidden;
}
.iframe-popup .modal.iframe-popup {
  display: block;
}

/* Modal Content/Box */
.modal .body {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: 0;
  background-color: #fefefe;
  border: 1px solid #888;
  transform: translate(-50%, -50%);
  animation: fadein 0.5s;
  overflow:hidden;
}
@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
/* The Close Button */
.modal .close {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
}
.modal .close a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #161617 url(../../assets/image/close.gif) no-repeat center center;
  color: #fff;
  text-indent: -100000px;
  overflow: hidden;
}
.modal header {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
}
.modal header .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 12px;
  width: 15px;
  height: 15px;
  padding: 1em;
  margin: 0;
}

.modal header .close a {
  width: 100%;
  height: 100%;
  padding: 0;
}
.modal header .close a .text {
  display: none;
}

.modal.iframe-popup .body {
  width: 96%;
  height: 96%;
  border: none;
  margin: 0;
  /* overflow: inherit; */
}

.modal.iframe-popup.join .body,
.modal.iframe-popup.signup-modal .body {
  max-width: 640px;
  max-height: 580px;
}

.modal.iframe-popup.quick-registration .body,
.modal.iframe-popup.quick-registration-no-close-btn .body {
    max-width: 440px;
    max-height: 640px;
}
.quick-registration-no-close-btn .body .close  {
    display: none;
}
.modal.iframe-popup.legal .body {

}

.modal.iframe-popup .body iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
}