/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


body {
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #34383c;
  background-color: #ffffff;
}
body.overflow-hidden {
  /* used when modal is visible */
  overflow: hidden;
}
.cd-section{background:	white}
a {
  color: #03bb91;
  text-decoration: none;
}
.headText{text-align:center;padding-top:25px; padding-bottom:25px;}

/* -------------------------------- 

Main Components 

-------------------------------- */
header {
  position: relative;
  height: 160px;
  line-height: 160px;
}
header h1 {
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 1170px) {
  header {
    height: 240px;
    line-height: 240px;
  }
  header h1 {
    font-size: 3.2rem;
    font-weight: 300;
  }
}

.cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}
.cd-modal::after {
  /* gradient overlay at bottom of modal window */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  background: transparent;
  background: -webkit-linear-gradient( bottom , #34383c, rgba(52, 56, 60, 0));
  background: linear-gradient(to top, #34383c, rgba(52, 56, 60, 0));
}
.cd-modal .cd-modal-content {
  height: 100%;
  width: 100%;
    padding: 5em 8%;
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-modal p {
  color: #000;
  line-height: 20px;
  margin: 20px 0;
}
.padding-modal{
	padding-top:7px;
}
.modal-is-visible .cd-modal {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}
.modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-modal .cd-modal-content {
    padding: 4em 10%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-modal .cd-modal-content {
    padding: 5em 8%;
  }
  .cd-modal p {
        font-size: 15px;
		line-height: 20px;
		color: black;;
  }
}
.cd-modal-action {
  position: relative;    
  margin: 0 auto;
    width: 100%;
    height: 100%;
}
.cid-raO8EQQh9O{padding-bottom:10px;}
.cd-modal-action .btn, .cd-modal-action .cd-modal-bg {
  display: inline-block;
	height: 49px;
  background-color: #149dccd1;
}
.cd-modal-action .btn {
  width: 12.5em;
  border-radius: 9px;
  color: #ffffff;
  line-height: 32px;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;
}
.cd-modal-action .btn.to-circle {
  width: 4em;
  color: transparent;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}
.cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 4em;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
      transform: translateX(0px) scale(0);

  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
.cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}


@media only screen and (max-width: 1360px) {
  .cd-modal-close {
	right:2.5%;
  }
 }

.cd-modal-close:not(.sects)::	before{
content="x";
}
.cd-modal-action.center{text-align:center !important;padding-bottom:20px;}
.cd-modal-close.sects{padding:5px 10px;}
.cd-modal-close:not(.sects) {
  position: fixed;
  z-index: 1;
  top: 105px;
  right: 4%;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3) no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 10px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}

@media (min-width: 1366px){
	.cd-modal-close:not(.sects) {right:12%}
}

.no-touch .cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.no-touch .cd-modal-close.sects:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius:10px;
}
.modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 668px) {
  .cd-modal-close {
    top: 120px;
	right:5%;
  }
  .table-responsive{display:table;}
}

@media only screen and (min-width: 768px) {
  .cd-modal-close {
    top: 80px;
  }
}


.cd-modal-action a{padding: 5px 5px !important;}