

/* These changes are to fix issue on safari where positions 5 6 7 & 8 were wrapping */

@media (min-width: 768px) {
  .col-sm-6 {
    width: 49%;
  }
}

@media (min-width: 1200px) {
.col-lg-3 {
    width: 24%;
  }
  
.col-lg-6 {
    width: 49%;
  }
}

@media (min-width: 992px) {
.col-md-3 {
    width: 24%;
  }
    .col-md-6 {
    width: 49%;
  }
}



p.home_font {
    font-size: 15.5px;
    color: inherit;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.6;
}

p.home_font_strong {
    font-size: 15.5px;
    color: inherit;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.6;
}


.btn-yellow {
  color: #ffffff;
  background-color: #ffc20e;
  border-color: #f7bd13;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  color: #ffffff;
  background-color: #e8b522;
  border-color: #dfb029;
}
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
  background-image: none;
}
.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled.focus,
.btn-yellow[disabled].focus,
fieldset[disabled] .btn-yellow.focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
  background-color: #ffc20e;
  border-color: #d2a00c;
}
.btn-yellow .badge {
  color: #ff8800;
  background-color: #ffffff;
}

.t3-copyright {
background: #EEEEEE;
}

.t3-sl-2
{
background: #F2F2F2;
      border-top: 9px solid #ffc20e;
}

/* This reduces the space after the homepage text */
.item-page {
    margin-bottom: 30px;
}

.t3-footer {
    background: #f7f7f7;
    color: #666666;
        border-top: 9px solid #ffc20e;
}

/* This centers images within a div */
.img-responsive-centered {
  max-width: 100%;
  width: 100%;
   display: block;
   margin: auto auto;
}


/* This changes the character spacing for the TCA LIFTING header */
h2 {
  letter-spacing: 1px;
}

/* This changes the line height for Access & Lifting Specialists header */
.row-feature {
    border-top: 1px solid #eeeeee;
    padding: 40px 0;
    font-size: 16px;
    color: #666666;
    line-height: 1.1;
}


.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 0px;
}

.t3-sl {
    padding-bottom: 30px;
    padding-top: 30px;
  }

.banner-love .quote blockquote {
  border: 0;
  padding: 10px 20px 0 0;
  line-height: 24px;
  position: relative;
  margin: 0;
}
.banner-love .quote blockquote:before,
.banner-love .quote blockquote:after {
  display: inline-block;
  content: " ";
  width: 26px;
  height: 21px;
  background: url(../../../images/stories/quote-open-small.png) no-repeat;
  margin-right: 10px;
  margin-top: -5px;
}
.banner-love .quote blockquote:after {
  background: url(../../../images/stories/quote-close-small.png) no-repeat;
  margin-left: 10px;
  margin-bottom: -5px;
}

.img-responsive {
  max-width: 100%;
  width: 100%;
}

.button {
    padding: 3px 5px;
    border: 1px solid #333333;
    background: url(/images/grad1.gif) repeat-x top #333333;
    color: #CCCCCC;
    font-size: 80%;
    text-transform: uppercase;
}

.row-feature h1, .row-feature h2, .row-feature h3 {
    line-height: 1.15;
    color: #ffffff;
}

.page-masthead .row-feature {
    padding: 30px 0px 30px 0px;
}

/* This is for the emial form to reduce size of font */

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: inherit;
    color: #444444;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
  font-weight: normal;
}

.img_caption {
  padding-top: 5px;
  	color: #666666;
	font-size: 90%;
}


a.readon {
	color: #0077bb;
	font-weight: bold;	
	text-decoration: none;

}

	.navbar-collapse {
		max-height: 380px !important;  
	}

/* This is to change color of selected drop-down menu in off-canvas menu */
.t3-off-canvas .t3-off-canvas-body .dropdown-menu a {
    color: #cbcbcb;
    text-decoration: none;
}

/* This is to change color of text in drop-down menu in off-canvas menu */
.dropdown-menu .active a, .dropdown-menu .active a:hover, .dropdown-menu .active a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #515151;
}

.well {
    min-height: 20px;
    padding-top: 0px;
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 19px;
    margin-bottom: 30px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.position1_white {
    min-height: 20px;
    padding-top: 30px;
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 19px;
    margin-bottom: 30px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.project-image-home {
  max-width:100%;
}