
html, body {
    padding: 0px;
    margin: 0px;
    font-family: "Lato",sans-serif;
    color: #5A5A5A;
    background: #5A5A5A;
}

ul
{
    list-style-type: none;
}

.relative {
  position: relative;
}

.relative h2 {
  position: relative;
}

.right
{
  text-align: right;
}

.center
{
  text-align: center;
}

.title-append {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
}

div.marg-top-15 {
  margin-top: 15px;
}

div.marg-top-30 {
  margin-top: 30px;
}

div.pad-top-15 {
  padding-top: 15px;
}

div.header {
  background-color: #1d1d1d;
  position: relative;
}

.quote-box {
    border: 2px solid #a1a1a1;
    padding: 10px 40px;
    background: #dddddd;
    border-radius: 10px;
}

.red-line {
    width: 145px;
    background: none repeat scroll 0% 0% #ED1C24;
    height: 7px;
    text-align: left;
    margin: 0px;
    margin-bottom: 15px;
}

.headerline {
    height: 5px;
    background: none repeat scroll 0% 0% rgba(237, 28, 36, 0.6);
    width: 100%;
    position: absolute;
    bottom: 0px;
    z-index: 0;

  }

.gray-line {
    height: 2px;
    background: none repeat scroll 0% 0% #5A5A5A;
    width: 35px;
    margin: 4px 0px 35px;
    border: medium none;
}

.gray-line.home {
    height: 2px;
    background: none repeat scroll 0% 0% #5A5A5A;
    width: 35px;
    margin: -7px 0px 10px 0px;
    border: medium none;
}

.flex-height {
  height:516px;
}

.about h3 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  border: none;
}

.about h4 {
    font-weight: 100;
    line-height: 20px;
    margin-top: 0px !important;
    font-weight: 400;
}

.about p {
  line-height: 20px;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  border:none;
}

label {
  font-weight: normal;
}

.btn-primary {
    color: #FFF;
    text-transform: uppercase;
    background-color: #ec3a41;
    border-color: #357EBD;
    border:none;
    border-radius: 0;
    font-size: 16px;
    padding:15px 20px;
}

.btn-primary:hover {
  background:#d03137;
}

@media (min-width: 768px) {
img.logo {
    width: 200px;
}


div.header div.grad-l {

position: absolute;
left:0px;
top:0px;
height: 515px;
width: 100px;

background: -moz-linear-gradient(left,  rgba(29,29,29,1) 21%, rgba(0,0,0,0) 93%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(21%,rgba(29,29,29,1)), color-stop(93%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(29,29,29,1) 21%,rgba(0,0,0,0) 93%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(29,29,29,1) 21%,rgba(0,0,0,0) 93%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(29,29,29,1) 21%,rgba(0,0,0,0) 93%); /* IE10+ */
background: linear-gradient(to right,  rgba(29,29,29,1) 21%,rgba(0,0,0,0) 93%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1d', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */


}

div.header div.grad-r {

position: absolute;
right:0px;
top:0px;
height: 515px;
width: 100px;

background: -moz-linear-gradient(left,  rgba(0,0,0,0) 7%, rgba(29,30,30,1) 79%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(7%,rgba(0,0,0,0)), color-stop(79%,rgba(29,30,30,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 7%,rgba(29,30,30,1) 79%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0) 7%,rgba(29,30,30,1) 79%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 7%,rgba(29,30,30,1) 79%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0) 7%,rgba(29,30,30,1) 79%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1d1e1e',GradientType=1 ); /* IE6-9 */

}
}

div.header div.container {
    position: relative;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url('img/chi-backdrop.jpg');
}

div.header div.bottom-border {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 510px;
    border-top: 6px solid rgba(154,29,34,0.8);
    background-color: transparent;
    height: 1px !important;
    z-index: 1;
}

body.content {
  background-color: #e7e7e7;
  position: relative;
}

div.content-header-backdrop {
    background-color: #1D1D1D;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 105px;
    border-bottom: none;
}

div.border-bottom-red {
    height: 5px;
    background: none repeat scroll 0% 0% rgba(237, 28, 36, 0.7);
    width: 100%;
    bottom: 0px;
    position: absolute;
    z-index: 2;
}

div.content-page div.grad-l {

position: absolute;
left:0px;
top:0px;
height: 100px;
width: 100px;

background: -moz-linear-gradient(left,  rgba(29,29,29,1) 21%, rgba(0,0,0,0) 93%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(21%,rgba(29,29,29,1)), color-stop(93%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(29,29,29,1) 21%,rgba(0,0,0,0) 93%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(29,29,29,1) 21%,rgba(0,0,0,0) 93%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(29,29,29,1) 21%,rgba(0,0,0,0) 93%); /* IE10+ */
background: linear-gradient(to right,  rgba(29,29,29,1) 21%,rgba(0,0,0,0) 93%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1d', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */


}

div.content-page div.grad-r {

position: absolute;
right:0px;
top:0px;
height: 100px;
width: 100px;

background: -moz-linear-gradient(left,  rgba(0,0,0,0) 7%, rgba(29,30,30,1) 79%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(7%,rgba(0,0,0,0)), color-stop(79%,rgba(29,30,30,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 7%,rgba(29,30,30,1) 79%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0) 7%,rgba(29,30,30,1) 79%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 7%,rgba(29,30,30,1) 79%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0) 7%,rgba(29,30,30,1) 79%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1d1e1e',GradientType=1 ); /* IE6-9 */

}

div.content-page {
  background-color: #e7e7e7;
  background-image: url('img/chi-backdrop-slim.jpg');
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

div.content {
  background-color: #e7e7e7;
}

@media (min-width: 768px) {
div.landing-left {
    padding-left: 90px;
}

div.nav {
    width: 200px;
    background-color: rgba(90, 90, 90, 0.85);
    font-family: "Oswald",sans-serif;
    min-height: 0px;
}

img.mobile-menu-button,
img.mobile-menu-button-close {
  display:none;
}
}

@media (max-width: 767px) {

.flex-height {
  height:inherit;
}

div.content-page {
    background-image: url('img/chi-backdrop-mobile-height.jpg');
}

img.logo {
  width: 200px;
}
div.nav {
  position: absolute;
  top:0px;
  left:0px;
  right:0px;
  z-index: 100;
  font-family: "Oswald",sans-serif;
  border-bottom: 6px #9a1d22 solid;
  background-color: rgba(90,90,90,0.95);
  display: none;
}
img.mobile-menu-button {
  width: 121px;
  z-index: 10;
  position: absolute;
  right: 0px;
  top: 0px;
}
img.mobile-menu-button-close {
  width: 25px;
  z-index: 10;
  position: absolute;
  right: 10px;
  top: 10px;
}

.mobile-menu-box {
    background: none repeat scroll 0% 0% #4A4A4A;
    width: 100%;
    height: 55px;
    position: absolute;
}

}

/* Nav */

div.nav {
  padding: 20px;
  padding-bottom: 20px;
}

div.nav-solid {
  background-color: #4d4d4d;
}

div.nav a {
    text-transform: uppercase;
    color: #E7E7E7;
    text-decoration: none;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

div.nav a:hover {
  color:#FFF;
}

div.nav a.small {
    font-size: 12px;
    text-decoration: underline;
    font-family: "Lato",sans-serif;
    line-height: 16px;
}



div.nav a.selected {
  color: #ed1c24;
}

div.nav a.small.selected {
    font-size: 12px;
    text-decoration: underline;
    font-family: "Lato",sans-serif;
    line-height: 16px;
    color: #ed1c24;
}

div.nav div.separator, div.seprator, div.separator_black {
    width: 50px;
    border-bottom: 2px solid #FFF;
    margin-bottom: 17px;
    margin-top: 4px;
}

div.nav div.sub {
  padding-left: 10px;
}

div.nav div.sub a {
  font-size: 14px;
}

div.separator_black {
  border-bottom-color: #000;
}


/* Landingpage content */

@media (min-width: 992px) {
div.landing-content, div.content {
  padding-left: 20px;
  padding-right: 20px;
}
}

/* Landingpage message */

@media (min-width: 992px) {

div.landing-content div.message {
    margin-left: 115px;
    margin-right: 280px;
    margin-top: 40px;
}


div.landing-content div.message {
    min-width: 520px;
}

}

div.landing-content div.message div.body {
  background-color: rgba(255,255,255,0.85);
  padding:20px;
}

div.landing-content div.message h1 {
    margin-top: 0px;
    color: #ED1C24;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Oswald";
    display: block;
    position: relative;
}

div.landing-content div.message p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #5A5A5A;
}

div.landing-content div.message p.small {
    font-weight: 400;
    font-size: 14px;
    color: #5A5A5A;
    line-height: 20px;
    margin-bottom: 0;
}

div.landing-content div.message div.footer {
    background-color: rgba(237, 28, 36, 0.75);
    padding-left: 0;
}
div.landing-content div.message div.button {
    background-color: rgba(237, 28, 36, 0.75);
    color: #FFF;
    padding: 20px;
    font-weight: 600;
    margin-left: 15px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: auto;
}

div.landing-content div.message div.button a {
  color: #fff;
  text-decoration: none;
}

/* landing features */

@media (min-width: 1000px) {
div.landing-content div.features {
  margin-top: 10px;
  margin-left: 15px;
}

}

div.landing-content div.features div.primary {
  background-color: #fff;
}

div.landing-content div.features div.primary img {
  width: 500px;
}

div.landing-content div.features div.primary div.separator_black {
  margin-bottom: 20px;
}

div.landing-content div.features div.primary h1 {
  margin-top: 5px;
  color: #ed1c24;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
}

div.landing-content div.features div.primary h2 {
  font-weight: 800;
  font-size: 18px;
}
div.landing-content div.features div.primary div.text {
  padding: 20px 20px 20px 20px;
}

div.landing-content div.features div.secondary {
  text-align: center;
}

div.landing-content div.features div.secondary h1 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
}

div.landing-content div.features div.secondary p {
  font-size: 14px;
}

div.landing-content div.features div.secondary a {
  color: #222;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: underline;
}

/* page footer */
div.footer {
    background-color: #5A5A5A;
    padding-left: 15px;
    padding-right: 15px;
}

div.content-footer {
  background-color: #5a5a5a;
}

div.page-footer {
    background-color: #5A5A5A;
    padding-top: 20px;
    color: #E7E7E7;
    min-height: 100px;
    height: 100px;
}

div.page-footer a {
  color: inherit;
  text-decoration: underline;
}

div.page-footer h1 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  margin-top: 0px;
}

div.page-footer div.left {
    padding-left: 110px;
}

div.page-footer div.right {
    padding-left: 20px;
}

/* content */

div.content-page div.content {
    margin-top: 25px;
    margin-left: -3px;
    background-color: rgba(231, 231, 231, 0.9);
    width: 740px;
}

div.content-page div.content div.body {
  color: #4d4d4d;
  margin-right: 15px;
  padding: 20px 20px 20px 0px;
  min-height: 600px;
}

div.content-page div.content div.body h1 {
    color: #ED1C24;
    font-size: 32px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: Oswald;
}
div.content-page div.content div.body h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
div.content-page div.content div.body {
  font-size: 14px;
}
div.content-page div.content div.body a {
  color: #ed1c24;
  text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 1200px) {

div.landing-content div.message {
    margin-left: 148px;
    margin-top: 40px;
  }

  div.content-page div.content {
    margin-top: 25px;
    margin-left: 48px;
    background-color: rgba(231, 231, 231, 0.9);
    width: 70%;
}



}


@media (min-width: 768px) and (max-width: 900px) {
  div.landing-content div.message {
    margin-left: 204px;
    margin-top: 40px;
}
}

@media (min-width: 900px) and (max-width: 1000px) {
  div.landing-content div.message {
    margin-left: 204px;
    margin-top: 40px;
}
}


@media (max-width: 990px) {

div.content-page div.content {
    margin-left: 0px;
    left: 0px;
    width: auto;
}

}

img.about-portrait {
  padding-top: 20px;
  width: 100px;
}

div.about-portrait-border {
  background-color: #ed1c24;
  opacity: 0.75;
  height: 3px;
  margin-top: -3px;
  width: 100px;
}



@media (max-width: 600px) {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left:0px;
    padding-right:0px;
  }

div.content-page div.content div.body {
    padding: 0px 20px 40px !important;
}

div.content-page div.content div.body h1  {
  margin-left: 0px;
}

.gray-line {
    margin-left: 0px;
    margin-bottom: 35px;
}

img.logo {
}

div.landing-left {
}

div.page-footer div.left {
    padding-left: 20px;
}

.body .row {
  margin-left: 0px;
}

}

@media (max-width: 768px) {
  div.content-page div.content div.body {
    padding: 20px 20px 40px !important;
}
div.content-page div.content {
    margin-top: 0px;
    width:100%;
    }
}

@media (min-width:768px) and (max-width: 991px) {
div.content-page div.content div.body {
    padding: 20px 20px 40px !important;
}
div.content-page div.content {
    margin-left: 13px;
    left: 0px;
    width: 70%;
    margin-top: 25px;
}

body.content div.landing-left {
    padding-left: 0px;
}

body.home div.landing-left {
    padding-left: 0px;
}

div.landing-left {
  padding-left:45px;
}

div.landing-content div.message {
    margin-left: 115px;
    margin-top: 40px;
}

div.page-footer div.left {
    padding-left: 60px;
}

div.page-footer div.right {
    padding-left: 60px;
}

}



@media (min-width:992px) and (max-width: 1000px) {
  .home div.landing-content div.message {
    margin-left: 148px;
    margin-top: 40px;
}
}

@media (min-width:992px) and (max-width: 1200px) {
  div.page-footer div.right {
    padding-left: 80px;
}
}

.note, .attention, .caution, .danger, .error, .hint, .important, .tip, .warning, .seealso, .admonition-todo {
  padding: 12px;
  line-height: 24px;
  margin-bottom: 24px;
  background-color: #e7f2fa;
}

.note, .seealso {
  background-color: #e7f2fa;
}

.admonition-title {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.admonition-title {
  font-family: inherit;
}

.admonition-title {
  font-weight: bold;
  display: block;
  color: #ffffff;
  background-color: #6ab0de;
  margin: -12px -12px 12px -12px;
  padding: 6px 12px 6px 12px;
}

.note .admonition-title
{
  background-color: #6ab0de;
}

.tip .admonition-title {
  background-color: #1ABC9C;
}

.tip {
    color: #272b30;
    background-color: #DBFAF4;
}

.warning .admonition-title {
  background-color: #F0B37E;
}

.warning {
    background-color: #FFEDCC;
}

.danger .admonition-title {
  background-color: #b04040;
}

.danger {
    background-color: #ffe9e9;
}

div.markdown ul {
  list-style-type: disc;
}

div.markdown h3 {
  text-transform: uppercase;
  font-size: 18px;
}

div.markdown h2 {
  font-size: 22px !important;
}

div.sub-feature {
  background-color: #fff;
}

div.sub-feature > div.feature-border{
  background-color: #ed1c24;
  opacity: 0.75;
  height: 5px;
  margin-top: -5px;
}

div.sub-feature-content {
  padding: 0px 0px 15px 15px;
}

div.sub-feature-content hr.gray-line {
  margin-bottom: 15px;
  margin-top: 2px;
}

div.sub-feature-content a.btn {
  background-color: #ed1c24;
  color: #fff;
  border-radius: 0px;
  text-decoration: none !important;
  text-transform: uppercase;
  color:#fff !important;

}

div.sub-feature-content a.btn-md {
  padding: 15px;
  font-size: 16px;
}

div.sub-feature h4 {
  font-family: Oswald;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 3px;
  color: #ed2725;
  font-size: 21px;
}

h5.schedule {
  border-bottom: 1px #000 solid;
  font-weight: bold;
}

table.schedule {

}

table.schedule tr > td:nth-child(1) {
  padding-right: 10px;
}

table.schedule tr > td:nth-child(2) {
  font-weight: bold;
}

div.special-offer {
  background-color: #d6d6d6;
  padding: 10px;
}

div.special-offer h2 {
  margin-top: 0px;
}

div.special-offer a {
  font-weight: bold;
}

div.panel-dark {
  border-radius: 10px;
  background-color: #ed1c24;
  padding: 3px;
}

div.panel-dark div.panel-heading {
  background-color: #000;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-color: #000;
  border: none;
}

div.panel-dark div.panel-body {
  background-color: #363636;
  border-radius: 0px 0px 10px 10px;
  color: #fff;
  font-weight: 200;
}

div.panel-dark div.panel-body a {
  font-weight: 400;
}

a.btn-custom {
  text-decoration: none !important;
  color: #363636 !important;
  border: 1px #363636 solid;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  border-radius: 15px;
  background-color: #fff;
}

a.btn-wide-premium {
    background-color: #ed1c24;
    color: #fff !important;
    text-align: center;
    display: block;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    text-decoration: none !important;
    text-transform: uppercase;
}
