/* =============================================================================
   Typography
========================================================================== */

  /*
   * Addresses font sizes and margins set differently in IE6/7
   * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
   */

  p, pre, .p , span, .span{
    margin: .15em 0;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: normal;
    font-weight: 600; 
  }
  h1, .h1, h1 span, .h1 span{
    font-size: 54px;
    line-height: 1.19em;
    font-weight: 400; 
    color: #000;
  }
  h2, .h2, h2 span, .h2 span {
    font-size: 36px;
    margin: 0;
    line-height: 1.19em;
    font-weight: 400; 
    color: #000;
  }
  h3, .h3, h3 span, .h3 span {
    font-size: 22px;
    margin: .5em 0;
    line-height: 1.19em;
    font-weight: 600; 
    color: #000;
  }
  h4, .h4, h4 span, .h4 span {
    font-size: 1.65em;
    margin: .37em 0 ;
    line-height: 1.19em;
    font-weight: 700; 
    color: #000;
  }
  h5, .h5, h5 span, .h5 span {
    font-size: 1.5em;
    margin: .25em 0 ;
    line-height: 1.19em;
    font-weight: 700; 
    color: #000;
  }
  h6, .h6, h6 span, .h6 span {
    font-size: 1.2em;
    margin: .2em 0;
    line-height: 1.19em;
    font-weight: normal;
  }

  .post_text{}
    .post_text a {}
    .post_text, .post_text p, .post_text span, .post_text div, .post_text ol, .post_text ul, .post_text li {
      font-size: 16.5px;
      line-height: 18.5px;
      margin: 2.45px 0;
      font-weight: 600;
    }
    .post_text strong {
        font-weight: 700;
    }
    .post_text ul, .post_text ol {}
    .post_text .blog_inline_image{
      width: 50%;
    }

  /* =============================================================================
     ----------/////////  MEDIA QUERRIES  /////////------------
     ========================================================================== */
  @media screen and (max-width: 1200px) {}
  @media screen and (max-width: 979px) {
      h1, .h1, h1 span, .h1 span { font-size: 4.2em; }
      h2, .h2, h2 span, .h2 span { font-size: 3.0em; }
      h3, .h3, h3 span, .h3 span { font-size: 2.0em; }
      h4, .h4, h4 span, .h4 span { font-size: 1.8em; }
      h5, .h5, h5 span, .h5 span { font-size: 1.4em; }
      h6, .h6, h6 span, .h6 span { font-size: .95em; }
      p, pre, .p , span, .span {  font-size: 1.2em; } 
  }
  @media screen and (max-width: 859px) {}
  @media screen and (max-width: 767px) {}
  @media screen and (max-width: 640px) {}
  @media screen and (max-width: 479px) {
      h1, .h1, h1 span, .h1 span { font-size: 3.4em; }
      h2, .h2, h2 span, .h2 span { font-size: 2.8em; }
      h3, .h3, h3 span, .h3 span { font-size: 1.75em; }
      h4, .h4, h4 span, .h4 span { font-size: 1.5em; }
      h5, .h5, h5 span, .h5 span { font-size: 1.3em; }
      h6, .h6, h6 span, .h6 span { font-size: .9em; }
      p, pre, .p , span, .span {  font-size: 1.1em; } 
      .post_text, .post_text p, .post_text span, .post_text div, .post_text ol, .post_text ul, .post_text li {
        font-size: 1.1em;
      }
}
    
/* =============================================================================
   THEME COLORS
========================================================================== */
  /*======== Dark ================================*/
  .bg1 { background: #333333;}
    .bg1_1 { background: #000;}
     
  /*======== Blue ================================*/
  .bg2 { background: #00b1ff}
    .bg2_1 { background: #005f99} /* darker */

  /*======== Light ================================*/
  .bg3 { background: #eee;}
  
/* =============================================================================
   IMAGES
========================================================================== */
  .bg_img1, .bg_img2, .bg_img3, .bg_img4, .bg_img5, .bg_img6{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg_img1{
    background-color: #000;
    background-image: url('../../inc/css/img/bgs/head_up_thermal_small.png');
    background-position: 0% bottom;
    min-height: 600px;
  }
  .bg_img2{
    background-image: url('../../inc/css/img/bgs/landing.jpg');
  }
  .bg_img3{
    background-image: url('../../inc/css/img/bgs/certf_banner.jpg');
    background-position: center top;
  }
  .bg_img4{
    background-image: url('../../inc/css/img/bgs/neuromuscular-re-education_bg.jpg');
    background-position: left top;
  }
  .bg_img5{
    background-image: url('../../inc/css/img/bgs/sauna.jpg');
    background-position: right top;
  }
  .bg_img6{
    background-image: url('../../inc/css/img/bgs/class.jpg');
    background-position: left 10%;
  }


  /* =============================================================================
     ----------/////////  MEDIA QUERRIES  /////////------------
  ========================================================================== */
  @media screen and (max-width: 1200px) {}
  @media screen and (max-width: 979px) {
    .bg_img1{
      background-image: url('../../inc/css/img/bgs/head_up_thermal_small_mobile.png');
    }
  }
  @media screen and (max-width: 859px) {
    
  }
  @media screen and (max-width: 767px) {
  }
  @media screen and (max-width: 640px) {}
  @media screen and (max-width: 479px) {
    .bg_img2 {
      background-position: 60% top;
    }
  }
  @media screen and (max-height: 700px) {}


/* =============================================================================
   MAIN TAGS
========================================================================== */
  body {
      font-family: 'Raleway', sans-serif;
      color: #43464b;
      font-weight: 700;
      background-color: #fff;
      line-height: 1.75px;
      letter-spacing: .4px;
  }
  .main_container{
      background-color: #fff; 
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
  }
  a, .a, a > *, .a > * { color: #333; }
  a > *:hover, .a > *:hover {}
  hr { border-top: 1px solid #eee; }
  p a { text-decoration: underline; }

/* =============================================================================
   ANCHOR BUTTONS
========================================================================== */
  .button_1, .button_2, .button_3{ 
      color: #fff; 
      -webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease;
      border: 1px solid transparent;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      margin-top: 20px;
  }
    .button_1 h5, .button_2 h5, .button_3 h5{
        font-weight: 800;
        letter-spacing: 2px;
        font-size: 15px;
        line-height: 20px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
    }
    .button_1 {
      background: #00c7ed;
      padding: 20px 30px; 
    }
    .button_1 * { color: #fff; }
    .button_1:hover {  border-color: #00e7ed; background: #00e7ed; color: #fff; }
    .button_1:checked {  background: transparent; color: #00e7ed; }

    .button_1:hover h5{
        color: #fff; 
    }

    .button_2{
      background: #444444;  
      padding: 12px 30px; 
    }
    .button_2 * { color: #fff; }
    .button_2:hover {  border-color: #555555; background: #555555; }
    .button_2:checked {  background: #555; }
    .button_2:hover h5{
        color: #fff; 
    }

    .button_3 {
      background: transparent;
      border-color: #00c7ed; 
      padding: 20px 30px; 
    }
    .button_3 h5 {
      color: #00c7ed; 
    }
    .button_3 * { color: #00c7ed; }
    .button_3:hover {  border-color: #00e7ed; background: #00e7ed; color: #fff; }
    .button_3:checked {  background: transparent; color: #00e7ed; }

    .button_3:hover h5{
        color: #fff; 
    }

/* =============================================================================
   INPUTS
========================================================================== */
  .submit_1 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #00c7ed; 
    color: #fff; 
    height: 70px;
    font-weight: 800;
    display: inline-block;
    width: auto;
    min-width: 191px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    float: right;
    padding: 10px 15px;
      
  }
  .submit_1:hover { background: #00e7ed; }
  .submit_1:disabled { background: #666; color: #fff; } 

  input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="time"], input[type="tel"], input[type="number"], textarea, select{
      border-color: rgba(0,0,0, 0);
      background: #f3f3f3;
      color: #666;
      font-weight: 600;
      border-width: 0;
      border-color: rgba(0,0,0, 0);
      background: transparent;
      border-bottom: 1px solid #ddd;
      font-size: 14px;
  }
      input[type="text"]:hover,
      input[type="password"]:hover,
      input[type="email"]:hover,
      input[type="date"]:hover,
      input[type="time"]:hover,
      input[type="tel"]:hover,
      input[type="number"]:hover,
      textarea:hover,
      select:hover {
          border-color: rgba(0,0,0, 0);
          border-bottom: 1px solid #aaa;
      }
      input[type="text"]:focus,
      input[type="password"]:focus,
      input[type="email"]:focus,
      input[type="date"]:focus,
      input[type="time"]:focus,
      input[type="tel"]:focus,
      input[type="number"]:focus,
      textarea:focus {
          border-color: rgba(0,0,0,0);
          border-bottom: 1px solid #666;
      }
  ::-webkit-input-placeholder { color: #999; }
  :-moz-placeholder { color: #999; }
  /* firefox 19+ */
  ::-moz-placeholder { color: #999; }
  /* ie */
  :-ms-input-placeholder { color: #999 !important; /*darker gray - important needed to for ie10+*/}
  input:-moz-placeholder { color: #999; }

/* =============================================================================
   ALERTS & ERRORS
========================================================================== */
  .form_error {
      margin-bottom: 20px;
      margin-top: -5px;
      padding: 10px;
      border-radius: 2px;
      display: none;
  }
      .form_error h4 {
       color: #EB4924; /*Red */
       text-align: center;
      }
  .text_box_error {
      border-color: #EB4924; /*Red */
  }
      .text_box_error:focus {
          border-color: #EB4924; /*Red */
          outline-color: #EB4924; /*Red */
      }
  .alert_message {
      margin: 20px auto;
      text-align: center;
      padding: 25px 10px;
  }
      .alert_message h1, .alert_message h2, .alert_message h3, .alert_message h4, .alert_message h5, .alert_message h6 {
          margin: 0;
      }
  .form_message {
      margin-bottom: 20px;
      margin-top: -5px;
      padding: 10px;
  }
      .form_message h4 {
       color: #EB4924; /*Red */
       text-align: center;
      }

/* =============================================================================
   SECTIONS
========================================================================== */
  .std_section {}
  .std_section_inter{
      padding: 20px 50px;
  }

/* =============================================================================
   FIVONE SECTIONS CLASSES
========================================================================== */
  .sections_no_results_wrap .nr_message{}

/* =============================================================================
   ELEMENTS
========================================================================== */
  .breadcrumb{
      float: left;
      margin: 0 10px;
  }
  .aligned_sq{
      width: 70px;
      height: 70px;
      margin: 10px auto;
      border: 1px solid #eee;
      background: #fff;
  }
  .aligned_sq_inner{
      font-size: 20px;
      color: #00b1ff;
  }

  /* =============================================================================
     ----------/////////  MEDIA QUERRIES  /////////------------
     ========================================================================== */
  @media screen and (max-width: 1200px) {}
  @media screen and (max-width: 979px) {
    .std_section_inter{
        padding: 10px 10px;
    }
  }
  @media screen and (max-width: 859px) {}
  @media screen and (max-width: 767px) {}
  @media screen and (max-width: 640px) {}
  @media screen and (max-width: 479px) {}