@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 50px 15px;
  background: #e4d2ad;
  font-family: Verdana, Geneva, sans-serif;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.container {
  max-width: 818px;
  width: 100%;
  margin: 0 auto;
}
a {
  color: #000;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.header, .content, .inner-content, .page-cover, .service, .row, .more-about, .footer, .copyright, .quote {
  width: 100%;
  float: left;
}
.header {
  border-bottom: solid 1px #fff;
  background: #000;
}
.content {
  border-top: solid 1px #000;
  background: #d2b473;
  width: 100%;
  float: left;
  padding: 18px 80px;
  border-bottom: solid 1px #000;
}
.content .inner-content {
  padding: 22px;
  border: solid 1px #c29f4e;
  background: #fff;
  width: 100%;
  float: left;
  border-radius: 20px;
}
.content .page-cover .col-sm-5 {
  width: 43%;
  float: left;
}
.content .page-cover img {
  max-width: 100%;
}
.content .page-cover .col-sm-6 {
  width: 54%;
  float: right;
}
.quote {
  margin-bottom: 12px;
}
.quote p {
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  margin-top: 0;
}
.quote p strong {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10pt;
  float: right;
}
.quote p.author {
  margin-bottom: 2px;
}
.download-area {
  width: 100%;
  float: left;
  border-top: solid 1px #b0b0b0;
  border-bottom: solid 1px #b0b0b0;
  text-align: center;
  margin: 4px 0 15px 0;
}
.download-area p {
  margin: 0px 0;
  font-size: 11pt;
}
.download-area a {
  text-decoration: none;
  color: #000;
  padding: 3px 10px;
  width: 100%;
  float: left;
}
.download-area p.yellowtext {
  font-size: 11pt;
  text-transform: uppercase;
  font-style: italic;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background: #FFDD10;
  padding: 3px 8px;
  display: inline-block;
}
.click-buy-amazone {
  width: 100%;
  float: left;
  background: #d86b00;
  text-align: center;
  padding: 11px 15px;
}
.click-buy-amazone a {
  font-size: 11pt;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
.click-buy-amazone a span {
  font-size: 14px;
  color: #333;
  letter-spacing: 1px;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
}
.service a.blackbtn {
  color: #FFDD10;
  font-size: 14px;
  font-family: verdana;
  font-weight: 500;
  float: right;
  background: #111;
  border-radius: 20px;
  letter-spacing: 0px;
  text-align: center;
  width: 210px;
  padding: 6px;
  display: block;
  text-decoration: none;
}
.service {
  margin-top: 27px;
}
.service p {
  margin: 0;
  font-size: 9pt;
}
.service .row {
  padding: 7px;
  border-top: solid 1px #b0b0b0;
}
.service .col-sm-8 {
  float: left;
  width: 63%;
  padding-right: 20px;
}
.service .col-sm-4 {
  width: 27%;
  float: right;
}
.service .blackbtn.mt-10 {
  margin-top: 3px;
}
.more-about {
  border-top: solid 1px #b0b0b0;
  padding-top: 13px;
}
.more-about .heading {
  text-align: center;
  width: 100%;
  float: left;
}
.more-about .heading h6 {
  margin: 0px;
  font-size: 10pt;
  color: #646464;
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif;
}
.more-about .heading h3 {
  margin: 0px;
  font-size: 13pt;
  color: #000;
  font-weight: 700;
  font-style: italic;
  font-family: Verdana, Geneva, sans-serif;
}
.more-about .heading p {
  margin: 0;
}
.more-about .text {
  width: 100%;
  float: left;
}
.more-about .text p {
  font-size: 10pt;
}
.divider {
  width: 100%;
  float: left;
  text-align: center;
  margin: 10px 0;
}
.footer {
  background: #000;
  border-top: solid 1px #fff;
  padding: 10px;
}
.footer ul {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  float: left;
}
.footer ul li {
  border-right: solid 2px #f9d712;
  padding: 0 10px;
  display: inline-block;
  margin: 4px 0;
  line-height: 15px;
}
.footer ul li:last-child {
  border: none;
}
.footer ul li a {
  font-size: 11pt;
  line-height: 11pt;
  color: #fff;
  text-decoration: none;
}
.copyright {
  text-align: center;
}
.copyright p {
  font-size: 10px;
  padding: 20px 0;
}
.content.mailing h6 {
  margin: 0;
  text-align: center;
  font-size: 16px;
}
.content.mailing p {
  font-size: 11pt;
  margin-bottom: 9px;
}
.content.mailing input[type="text"], .content.mailing input[type="email"] {
  width: 100%;
}
.content .page-cover .col-sm-6 table {
  width: 100%;
}
.icons {
  width: 45px;
  position: fixed;
  right: 15px;
  bottom: 15px;
}
.icons img {
  width: 45px;
  margin-bottom: 10px;
}
.sidbio {
  width: 100%;
  float: left;
}
.sidbio p {
  line-height: 25px;
}
.sidbio p img {
  float: left;
  max-width: 100%;
  width: 220px;
  margin-right: 15px;
}
.sidbio h3 {
  margin-top: 0px;
  text-align: center;
}
.content.flyer-content {
  padding: 0;
}
.flyer-html, .flyer-html .page_1, .flyer-html .page_2, .flyer-html .page_3, .flyer-html .page_4, .flyer-html .page_5 {
  width: 100%;
  float: left;
  position: relative;
}
.download-flyer {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
}
.download-flyer a {
  padding: 10px 20px;
  background: #000;
  border-radius: 40px;
  display: inline-block;
  color: #fff;
  float: left;
}
.download-flyer a.download-coach {
  float: right;
}
.download-flyer a:hover {
  background:#fff701;
	color: #000000;
}
.header h1 {
  color: #fff701;
  padding: 10px;
  font-size: 22px;
}
.header h1 span {
  color: #fff;
}
.flyer-html .page_1 .main-heading {
  width: 100%;
  float: left;
  background: url(../images/headingbg.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px;
}
.flyer-html .page_1 .main-heading h1 {
  margin: 0px;
  font-size: 56px;
  color: #FFF;
  -webkit-text-stroke: 2px #470d1c;
  font-weight: 800;
  line-height: 86px;
}
.flyer-html .page_1 .main-heading h1 span.red {
  color: #d90011;
}
.flyer-html .page_1 .main-heading h1 span.yellow {
  color: #fff701;
  font-size: 63px;
}
.flyer-html .page_1 .main-heading h1 span.light-blue {
  color: #00d8ff;
  font-size: 84px;
}
.flyer-html .page_1 .main-heading h1 span.white-text {
  font-size: 76px;
}
.flyer-html .page_2 {
  background: #fff;
  display: flex;
}
.flyer-html .page_2 .left-area {
  background: #fff;
  flex: 0 0 279px;
}
.flyer-html .page_2 .right-area {
  padding: 30px;
  background: #000;
}
.flyer-html .page_2 h3, .flyer-html ul li {
  color: #fff;
  margin: 0;
}
.flyer-html .page_2 .left-area p, .flyer-html .page_2 .left-area h5 {
  color: #000;
}
.flyer-html .page_2 .left-area img {
  width: 100%;
  float: left;
}
.flyer-html .page_2 .left-area .sidbio-area {
  width: 100%;
  float: left;
  padding: 15px;
}
.flyer-html .page_2 .left-area .sidbio-area h5 {
  margin: 0;
  font-size: 20px;
}
.flyer-html .page_2 h3 {
  font-size: 23px;
  font-weight: 600;
}
.flyer-html .page_2 .right-area ul {
  padding: 20px 0 0 16px;
  margin: 0;
}
.flyer-html ul li {
  list-style: decimal;
  padding-left: 4px;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 21px;
}
.flyer-html .page_3 {
  width: 100%;
  float: left;
  background: #38322f;
}
.flyer-html .page_3 .banner {
  padding: 50px;
  width: 100%;
  height: 363px;
  float: left;
  background: url(../images/banner_3.jpg) center center no-repeat;
  position: relative;
}
.flyer-html .page_3 .rotate-heading h2 {
  font-size: 35px;
  color: #fff;
  background: #201913;
  font-family: 'Poppins', sans-serif;
  padding: 10px;
  text-align: center;
  margin: 0;
  padding: 8px;
}
.flyer-html .page_3 .rotate-heading {
  position: absolute;
  bottom: 30px;
  transform: rotate(-2deg);
}
.flyer-html .page_3 .rotate-heading h4 {
  color: #FFF;
  background: #eb843c;
  display: inline-block;
  float: right;
  margin: 5px 0 0px;
  padding: 10px 30px;
  font-size: 21px;
  font-weight: normal;
}
.flyer-html .warmups_list {
  width: 100%;
  float: left;
  padding: 30px 40px;
}
.flyer-html .warmups_list ul {
  margin: 0;
  padding: 0;
}
.flyer-html .warmups_list ul li {
  margin-bottom: 13px;
}
.flyer-html .page_4 {
  background: #06161f;
  width: 100%;
  float: left;
}
.flyer-html .banner {
  width: 100%;
  float: left;
}
.flyer-html .page_4 .warmups_list {
  width: 100%;
  float: left;
  padding: 30px 40px;
}
.flyer-html .page_5 {
  background: #202412;
  border-top: solid 5px #f9d715;
}
.flyer-html .page_5 .left-area {
  width: 43%;
  float: left;
  padding: 10px;
  border-right: solid 2px #272c16;
}
.flyer-html .page_5 .left-area p {
  text-align: center;
}
.flyer-html .page_5 .left-area p span, .flyer-html .page_5 .left-area p span a {
  color: #f9d716;
}
.flyer-html .page_5 .left-area p span a{ text-decoration: none; font-weight: normal;}
.table-of-content p {
    margin: 5px 0; 
    font-family:courier, courier new, serif; 
}

.flyer-html .page_5 .right-area {
  width: 57%;
  float: left;
  padding: 10px;
}
.flyer-html p {
  font-size: 14px;
  color: #fff;
}
.flyer-html h3 {
  color: #fff;
}
.flyer-html p a {
  color: #d90011;
  text-decoration: underline;
  font-weight: 600;
}
.appendix-html {
	width: 100%;
	padding: 14px;
	float: left;
	position: relative;
	padding-top: 50px;
}
.appendix-html .table-data tr td {
	padding: 5px !important;
	color: #000;
	border: solid 1px #000;
}
.appendix-html .table-data table{border: solid 1px #000;}
.appendix-html .table-data tr td p {
	margin: 0px;
	padding: 6px;
}
.appendix-html ul{
	margin: 0;
	padding: 0 15px;
}
.appendix-html p, .appendix-html ul li {
	font-size: 14px;
	line-height: 21px;
}
.content.flyer-content.hic_revised {
	padding: 30px 10px;
	position: relative;
	padding-top: 45px;
}
.content.flyer-content.hic_revised p, .content.flyer-content.hic_revised ul li {
	font-size: 15px;
	line-height: 24px;
}
.content.flyer-content.hic_revised ul {
	padding: 0 13px;
}
.content.flyer-content.hic_revised ul li {
	margin-bottom: 5px;
}
@media screen and (max-width:767px) {
  body {
    margin: 0;
    padding: 15px 15px 0;
    background: #e4d2ad;
    width: 100%;
    float: left;
  }
  .content, .content .inner-content {
    padding: 15px;
  }
  .content .page-cover .col-sm-5, .content .page-cover .col-sm-6 {
    width: 100%;
    float: left;
  }
  .content .page-cover img {
    width: 100%;
    margin-bottom: 20px;
  }
  .click-buy-amazone a {
    font-size: 10pt;
  }
  .click-buy-amazone {
    padding: 11px;
  }
  .service .col-sm-8, .service .col-sm-4 {
    float: left;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .service p br {
    display: none;
  }
  .service a.blackbtn {
    display: inline-block;
    width: 210px;
    padding: 6px;
    text-decoration: none;
    margin-top: 7px;
    float: none;
  }
  .footer ul li a {
    font-size: 10pt;
    line-height: 10pt;
  }
  .copyright p {
    padding: 5px;
  }
  .quote p {
    font-size: 12pt;
    line-height: 25px;
  }
  .more-about .text p {
    font-size: 10pt;
    line-height: 21px;
  }
  .service p {
    margin: 0;
    font-size: 10pt;
  }
  .flyer-html .page_1 .main-heading {
    padding: 60px 20px 20px;
  }
  .flyer-html .page_1 .main-heading h1, .flyer-html .page_1 .main-heading h1 span.yellow, .flyer-html .page_1 .main-heading h1 span.white-text, .flyer-html .page_1 .main-heading h1 span.light-blue {
    font-size: 37px;
    line-height: 46px;
  }
  .download-flyer a {
    font-size: 12px;
  }
  .header h1 {
    font-size: 17px;
  }
  .flyer-html .page_2 {
    display: block;
  }
  .flyer-html .page_2 .left-area {
    width: 100% !important;
    float: left;
  }
  .flyer-html .page_2 .right-area {
    width: 100%;
    float: left;
    padding: 18px;
  }
  .flyer-html .page_3 .rotate-heading h2 {
    font-size: 14px;
  }
  .flyer-html .page_3 .rotate-heading h4 {
    font-size: 12px;
    font-weight: bold;
  }
  .flyer-html .page_5 .left-area, .flyer-html .page_5 .right-area {
    width: 100%;
  }
  .flyer-html h3 {
    margin-top: 0;
  }
}