/* CSS Document */
/* CSS Document */
/* Global defines */
/* Global Colors */
/* white */
/* light grey */
/* light grey */
/* very light grey */
/* dark red */
/* Global fonts */
/* Mixins */
/* ------------------------------------------------------------------ */
/* regulations */
#regulations div.cols-1 div.col-1,
#privacy-policy div.cols-1 div.col-1 {
  width: 26%;
  padding: 0 3% 30px 0;
  float: left;
}

#regulations div.cols-1 div.col-2,
#privacy-policy div.cols-1 div.col-2 {
  width: 67%;
  padding: 0 0 30px 2%;
  float: right;
}

#regulations .txt-cnt h2,
#privacy-policy .txt-cnt h2 {
  color: #333;
  text-align: center;
  margin: 70px 0;
  font: 300 36px/42px "Noto serif", Georgia, "Times New Roman", sans-serif;
}

#regulations .txt-cnt h2 strong,
#privacy-policy .txt-cnt h2 strong {
  font: 300 36px/42px "Noto serif", Georgia, "Times New Roman", sans-serif;
}

#regulations .txt-cnt h2 span,
#privacy-policy .txt-cnt h2 span {
  font-size: 30px;
  line-height: 36px;
}

#regulations .txt-cnt h3,
#privacy-policy .txt-cnt h3 {
  font: 400 20px/26px "Noto serif", Georgia, "Times New Roman", sans-serif;
  text-align: right;
  margin: 0;
}

#regulations .txt-cnt p, #privacy-policy .txt-cnt p,
#regulations .txt-cnt li, #privacy-policy .txt-cnt li {
  font: 300 15px/21px "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-bottom: 15px;
}

#regulations .txt-cnt .sect,
#privacy-policy .txt-cnt .sect {
  font-size: 40px;
  line-height: 40px;
}

#regulations .txt-cnt .txt-lead,
#privacy-policy .txt-cnt .txt-lead {
  text-align: center;
  font-size: 21px;
  line-height: 30px;
}

.regulations-bx div.cols-1 div.col-1 {
  width: 20%;
  padding: 0 4% 30px 0;
  float: left;
}

.regulations-bx div.cols-1 div.col-2 {
  /* background:url(../images/spacer_3.png) repeat-y 0 0; */
  width: 75%;
  padding: 0 0 30px 0;
  float: right;
  /* border-left:1px solid #ddd */
}

.regulations-bx .txt-cnt h3 {
  /* text-transform: uppercase; */
  /* font:300 19px/24px 'Roboto', Arial, "Helvetica Neue", Helvetica, sans-serif; */
  font: 400 20px/26px "Noto serif", Georgia, "Times New Roman", sans-serif;
  text-align: right;
  margin: 0;
}

/* @media screen and (max-width:1260px) { 

		#regulations div.cols-1 div.col-1,
		#privacy-policy div.cols-1 div.col-1 {
			width:200px;
		}

		#regulations div.cols-1 div.col-2,
		#privacy-policy div.cols-1 div.col-2 {
			width:720px;
		}

		.regulations-bx div.cols-1 div.col-1 {
			width:119px;
		}

		.regulations-bx div.cols-1 div.col-2 {
			width:550px;
		}


	} */
@media screen and (max-width: 1040px) {
  #regulations div.cols-1 div.col-1,
  #privacy-policy div.cols-1 div.col-1 {
    width: 20%;
    padding: 0 5% 30px 0;
  }
  #regulations div.cols-1 div.col-2,
  #privacy-policy div.cols-1 div.col-2 {
    width: 70%;
    padding: 0 0 30px 4.8%;
  }
  .regulations-bx div.cols-1 div.col-1 {
    width: 20%;
    padding: 0 5% 30px 0;
  }
  .regulations-bx div.cols-1 div.col-2 {
    width: 70%;
    padding: 0 0 30px 4.8%;
  }
}
@media screen and (max-width: 750px) {
  .regulations-bx .txt-cnt h3, #regulations div.cols-1 div.col-1 h3, #privacy-policy div.cols-1 div.col-1 h3 {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }
}
@media screen and (max-width: 650px) {
  #regulations div.cols-1 div.col-1,
  #privacy-policy div.cols-1 div.col-1 {
    width: 100%;
    float: none;
    border: 0;
    padding: 0 0 20px 0;
  }
  #regulations div.cols-1 div.col-2,
  #privacy-policy div.cols-1 div.col-2 {
    float: none;
    width: 100%;
    border: 0;
    padding: 0 0 30px 0;
  }
  .regulations-bx div.cols-1 div.col-1 {
    float: none;
    width: 100%;
    padding: 0 0 20px 0;
    border: 0;
  }
  .regulations-bx div.cols-1 div.col-2 {
    float: none;
    width: 100%;
    padding: 0 0 30px 0;
    border: 0;
  }
  .regulations-bx .txt-cnt h3 {
    text-align: left;
  }
}
.regulations-short {
  clear: both;
  overflow: hidden;
  padding: 3em 0;
  font-size: 16px;
}
.regulations-short .title {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
  color: #000;
}
.regulations-short .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: auto;
  width: auto;
}
.regulations-short .wrapper > div {
  width: 44%;
}
.regulations-short p {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.4;
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  margin-bottom: 1.5em;
  padding: 0;
}
.regulations-short p a {
  color: #000;
}

@media screen and (max-width: 1100px) {
  .regulations-short .wrapper > div {
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
  }
}

/*# sourceMappingURL=regulations.css.map */
