/* =============================================================================
   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: 14px;
    line-height: 1.8;
    font-weight: normal;
    font-weight: 500; 
    color: #000;
}
h1, .h1, h1 span, .h1 span{
    font-size: 60px;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif; 
    font-weight: 400; 
    color: #000;
}
h2, .h2, h2 span, .h2 span {
    font-size: 44px;
    margin: 0;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif; 
    font-weight: 400; 
    color: #000; 
}
h3, .h3, h3 span, .h3 span {
    font-size: 30px;
    margin: .5em 0;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif; 
    font-weight: 600; 
    color: #000; 
}
h4, .h4, h4 span, .h4 span {
    font-size: 24px;
    margin: .37em 0 ;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif; 
    font-weight: 600; 
    color: #000;
}
h5, .h5, h5 span, .h5 span {
    font-size: 18px;
    margin: .25em 0 ;
    line-height: 1.2;
    font-weight: 500; 
    color: #000;
}
h6, .h6, h6 span, .h6 span {
    font-size: 16px;
    margin: .2em 0;
    line-height: 1.2;
    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, .post_text ul li {
      font-size: 14px;
      line-height: 1.8;
      margin: 2.45px 0;
      font-weight: 500;
  }
  .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: 32px; }
    h2, .h2, h2 span, .h2 span { font-size: 20px; }
    h3, .h3, h3 span, .h3 span { font-size: 18px; }
    h4, .h4, h4 span, .h4 span { font-size: 16px; }
    h5, .h5, h5 span, .h5 span { font-size: 14px; }
    h6, .h6, h6 span, .h6 span { font-size: 9.5px; }
    p, pre, .p , span, .span {  font-size: 13px; } 
}
@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: 26px; }
    h2, .h2, h2 span, .h2 span { font-size: 22px; }
    h3, .h3, h3 span, .h3 span { font-size: 16px; }
    h4, .h4, h4 span, .h4 span { font-size: 14px; }
    h5, .h5, h5 span, .h5 span { font-size: 13px; }
    h6, .h6, h6 span, .h6 span { font-size: 9px; }
    p, pre, .p , span, .span {  font-size: 12px; }
    .post_text, .post_text p,.post_text span, .post_text div, .post_text ol, .post_text ul, .post_text li {
      font-size: 12px;
      line-height: 1.8;
    } 
}



/* =============================================================================
   THEME COLORS
   ========================================================================== */
/*======== Dark Grey ================================*/
.bg1 { 
  background: #222;
}
/*======== Light Grey ================================*/
.bg2 { background-color: rgba(240, 240, 240, 1);}

/*======== Green ================================*/
.bg3 { background-color: #006838; }
.bg3_1 { background-color: #143534; }


/*======== Teal ================================*/
.bg4 { background-color: #006173; }



/* =============================================================================
   IMAGES
   ========================================================================== */
.bg_img1, .bg_img1_2, .bg_img2, .bg_img2_2, .bg_img3, .bg_img4 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_img1{
    background-image: url('../../inc/css/img/bgs/transition_trans_to_eee.png');
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 150px;
  }
    .bg_img1_2{
      background-image: url('../../inc/css/img/bgs/transition_trans_to_fff.png');
      background-position: center bottom;
      background-size: contain;
      padding-bottom: 150px;
    }
  .bg_img2{
    background-image: url('../../inc/css/img/bgs/transition_eee_to_trans.png');
    background-position: center top;
    background-size: contain;
    padding-top: 150px;
  }
    .bg_img2_2{
      background-image: url('../../inc/css/img/bgs/transition_fff_to_trans.png');
      background-position: center top;
      background-size: contain;
      padding-top: 150px;
    }
.bg_img3{
  background-image: linear-gradient(rgba(0, 97, 115, 0.35), rgba(0, 97, 115, 0.35)), url('../../inc/css/img/bgs/leaf_electrical_cta.jpg');
  background-position: left center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_img4{
  background-image: url('../../inc/css/img/bgs/leaf_electrical_call_text.png');
  background-position: 50% 0px;
  background-size: 350px;
  background-repeat: no-repeat;
  argin-bottom: -300px;
}
.bg_img5{
    background-color: #143534;
    background-image: url('../../inc/css/img/bgs/vines.png');
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
}


/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}
@media screen and (max-height: 700px) {}


/* =============================================================================
   MAIN TAGS
   ========================================================================== */
body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-weight: 500;
  background-color: #fff;
  line-height: 1.8;
}
.main_container{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

a, a > * {color: #333;}
a > *:hover {}
hr { border-top: 1px solid rgba(0,0,0, .1);}
p a { text-decoration: underline; }

/* =============================================================================
   ANCHOR BUTTONS
   ========================================================================== */
.button_1, .button_2, .button_3{ 
    background: #143534;  
    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: 2px solid transparent;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin-top: 20px;
    text-align: center;
    padding: 10px 30px; 
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
}
  .button_1 h5, .button_2 h5, .button_3 h5, .button_4 h5{
      font-weight: 600;
      letter-spacing: 2px;
      font-size: 16px;
      line-height: 20px;
      color: #fff;
      font-family: 'Noto Sans JP', 'Roboto', sans-serif;
  }
  .button_1 {}
    .button_1 h5{
        color: #fff;
    }
  .button_1 * { color: #fff; }
  .button_1:hover {  border-color: #006173; background: #006173 !important; color: #fff; }
  .button_1:checked {  background: transparent; color: #006173; }

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

  .button_2 {
    background-color: rgba(20,53,52, .25);
    border-color: #fff;
  }
  .button_2 * { color: #fff; }
  .button_2:hover {  border-color: #fff; background: #fff !important; color: #006173; }
  .button_2:checked {  background: transparent; color: #006173; }

  .button_2:hover h5{
      color: #006173; 
  }

  .button_3 {
    background: #006173;
  }
    .button_3 h5{
        color: #fff;
    }
  .button_3 * { color: #fff; }
  .button_3:hover {  border-color: #006173; background: #006173 !important; color: #fff; }
  .button_3:checked {  background: transparent; color: #006173; }

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

/* =============================================================================
   INPUTS
   ========================================================================== */
.submit_1, .submit_2, .submit_4 {
    font-size: 16px;
    text-transform: normal;
    font-weight: 600;
    letter-spacing: 2px;
    background: #006173; 
    color: #fff; 
    height: 52px;
    display: inline-block;
    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: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    float: right;
    padding: 10px 15px;
    font-family: 'Noto Sans JP', 'Roboto', sans-serif;
    margin-top: 20px;  
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
}
.submit_1:hover { background: #ffcf06; }
.submit_1:disabled { background: #666; color: #fff; border-color: #666; }   

.submit_2{
  background-color: #fff;
  border: 2px solid #fff;
  color: #006173;
}
.submit_2:hover { border-color: #eee; background: #eee !important; color: #006173; }
.submit_2:disabled { background: #666; color: #fff; border-color: #666; }   

.submit_4{
  background-color: transparent;
  border: 2px solid #fff;
}
.submit_4:hover { border-color: #fff; background: #fff !important; color: #e59e24; }
.submit_4:disabled { background: #666; color: #fff; border-color: #666; }   

.submit_1.inverse {
  background: transparent; 
  color: #ef303e; 
  border: 1px solid #ef303e;
}
.submit_1.inverse:hover { background: #f24055; color: #fff;}
.submit_1.inverse:disabled { background: #666; color: #fff; border-color: #666; } 



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: #111;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid #f3f3f3;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    padding: 10px 15px;
}
    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: 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: 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
   ========================================================================== */
.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: 10px;
    padding: 15px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
    .form_message.error {
      background: #EB4924; 
    }
    .form_message.success {
      background: #fdb713;
    }

    .form_message h4 {
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 16px;
      color: #fff;
    }
    .form_message h5 {
     font-size: 13px;
     color: #fff;
    }
/* =============================================================================
   SECTIONS
   ========================================================================== */
.std_section {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
}
.std_section_inter{
    padding: 30px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* =============================================================================
   FIVONE SECTIONS CLASSES
   ========================================================================== */
.sections_no_results_wrap .nr_message{
    font-family: 'Open Sans', sans-serif; font-weight: 400;
}
/* =============================================================================
   ELEMENTS
   ========================================================================== */
.breadcrumb{
    float: left;
    margin: 0 10px;
}
.aligned_sq{
    width: 70px;
    height: 70px;
    margin: 10px 10px 10px 0;
    border: 0px solid #000;
    background: #fff;
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.25);

}
.aligned_sq_inner{
    font-size: 1.5em;
    color: #f400a0;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {
  .std_section_inter{
      padding: 10px 10px;
  }
  .button_1 h5, .button_2 h5, .button_3 h5, .button_4 h5{
      letter-spacing: 1px;
      font-size: 13px;
      line-height: 20px;
  }
  .button_1, .button_2, .button_3, .button_4 {
    padding: 10px 10px;
    margin-top: 10px; 
  }
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {
    .button_1 h5, .button_2 h5, .button_3 h5, .button_4 h5{
      letter-spacing: 0px;
      font-size: 12px;
      line-height: 16px;
    }
    .button_1, .button_2, .button_3, .button_4 {
        padding: 5px 10px; 
    }
}
@media screen and (max-width: 479px) {}