﻿@charset "UTF-8";

/*the following set the primary color on buttons, drop-down and navs to bs3*/
.btn-primary {
    border-color: #2e6da4 !important;
}

.btn-primary:hover {
        color: #fff !important;
        background-color: #286090 !important;
        border-color: #204d74 !important;
}

.dropdown-item:active {
    color: #fff !important;
    background-color: #337ab7 !important;
}

/*for pills area used on catalog/online/productivity now */
#navlinks > .nav-item > .nav-link:hover {
    text-decoration: none;
    background-color: #eee;
    color: #337ab7 !important;
}

a {
    color: #8C8C8C;
}

 header{
    background: rgba(0, 0, 0, 0) url("/img/Header_bkg.jpg") repeat scroll 0 0;
    padding: 10px;
}
 
.bg-dark, .navbar-inverse {
/*    color: #fff;*/
    background-color: rgba(102,102,102,1.00) !important;
}

.bg-dark, .bg-dark a{
	color: #cccccc !important;

}
.bg-dark a:hover {
    color: #ffffff !important;
    text-decoration:none;
}


.progress-bar {
    min-width: 2em;
}

img{
	padding-bottom: 0.4em;
	padding-top: 0.4em;
}
.top-icon {

}

    .top-icon:hover {
        color: #fff;
    }

    .top-icon:active {
        color: #ccc;
    }
    .top-icon i {
        color: #cccccc;
        font-size: 1.75em !important;
        margin-top: -3px;
    }

@media (hover: none) {
    i:hover {
        color: inherit;
    }
}


.info-box{

    padding-top: 32px;
    padding-right: 28px;
    padding-left: 28px;
    padding-bottom: 32px;
    background: #e4e4e4;
    font-size: 18px;
    font-weight: 400;
}


#services h2{
	font-weight:normal;
	font-size: 3em;
	}
	#services h3{
	font-weight:lighter;
	font-size: 2.0em;
	}

/* ------------------- Top Navbar Styling ------------------- */
#mainnav {
    height: 50px;
    color: #cccccc !important;
    background-color: rgba(102,102,102,1.00) !important;
    margin-bottom: 0 !important;
}

#mainnav a {
    color: #cccccc !important;
   /* font-size: 14px;*/
}

    #mainnav a:hover {
        color: #ffffff !important;
    }

/* -------------------------------------- */

.nav-link, .dropdown-item {
	text-transform: uppercase;
}

.no-text-transform {
    text-transform:none !important;
}

#menunavbar {
    margin-bottom: 0 !important;
}

#menunav .nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
   
}

.navbar-default{
	background:#fff;
}
#mainnav .navbar-right{
	float:right;
}
#mainnav .navbar-nav>li{
	float:left;
}

.labelit{
		margin-top:-10px;
	}

.labelit img{
    width: 30px;
}

@media(min-width:768px) {
	.navbar-right{
		margin-right:0;
	}
}

/*this opens the dropdown on hover of main menu navs - replaced by data-bs-hover attribute*/
/*@media(min-width:768px)
{*/    
/*.nav > li.opened .dropdown-menu {display: none;}
.nav > li.open .dropdown-menu {display: block;}
.dropdown:hover .dropdown-menu {
    display: block;
}*/
/*}*/

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
    .dropdown > .dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        /*pointer-events: none;*/
    }
}

/*not sure what this does*/
@media(max-width:767px)
{    

.open .dropdown-menu, .opened .dropdown-menu {}
.nav>li>a{ 
	padding:10px;
	color:#ccc;}

    .fa-icon {
        padding-top: 5px !important;
        color: #ccc;
    }
}



/* ------------------- Carousel Styling ------------------- */

#myCarousel
{
    height: 277px;
}
#myCarousel .carousel-inner {
  border-radius: 0;
}

#myCarousel .carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

#myCarousel .carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

#myCarousel .carousel-control.left,
#myCarousel .carousel-control.right {
  background-image: none;
}

#careersCarousel .carousel-control.left,
#careersCarousel .carousel-control.right {
  background-image: none;
  color: #000;
}

#careersCarousel .carousel-indicators {
   float: right;
    right: 2% !important;
    left: inherit;
    text-align: right !important;
}

    #careersCarousel .carousel-indicators li {
        color: #ccc;
    }

.indexIcons
{
  /*  padd*/
}

.hoverIconCaption a {
    text-decoration: none !important;
    color: #337ab7 !important;
}

    .hoverIconCaption a:hover {
        text-decoration: underline !important;
        color: #23527c !important;
    }

@media screen and (max-width: 767px) {
    #myCarousel {
        display: none !important;
    }
}
    
@media(min-width:768px) {
    .header-logo {
		padding-bottom:0;
		
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }

    .footer{position:absolute;bottom:0;height:170px;width:100%;}
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

#portfolio .row .col-md-4{margin-bottom: 20px;}

.trailer-close {
    position: absolute;
    right: -30px;
    top: 0;
}

.trailer-dialog {
    max-width: 800px !important;
    margin: 30px auto !important;
}

.trailer-body {
    padding: 0px !important;
}

#architectural-img {
    background-image: url('/img/index/architectural.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 240px;
}

#architectural-img:hover {
   background-image: url('/img/index/architectural-hover.jpg');
   background-size:100% auto;
   background-repeat: no-repeat;
   width: 100%;
   height: 240px;
}		
	
#commercial-hvac-img {
   background-image: url('/img/index/commercial-hvac.jpg');
   background-size:100% auto;
   background-repeat: no-repeat;
   width: 100%;
   height: 240px;
}

#commercial-hvac-img:hover {
   background-image: url('/img/index/commercial-hvac-hover.jpg');
   background-size:100% auto;
   background-repeat: no-repeat;
   width: 100%;
   height: 240px;
}
	
#detailing-img {
   background-image: url('/img/index/detailing.jpg');
   background-size:100% auto;
   background-repeat: no-repeat;
   width: 100%;
   height: 240px;
}

#detailing-img:hover {
   background-image: url('/img/index/detailing-hover.jpg');
   background-size:100% auto;
   background-repeat: no-repeat;
   width: 100%;
   height: 240px;
}	
#industrial-welding-img {
   background-image: url('/img/index/industrial-welding.jpg');
   background-size:100% auto;
   background-repeat: no-repeat;
   width: 100%;
   height: 240px;
}

#industrial-welding-img:hover {
   background-image: url('/img/index/industrial-welding-hover.jpg');
   background-size:100% auto;
   background-repeat: no-repeat;
   width: 100%;
   height: 240px;
}	
#serviceandrefridgeration-img {
   background-image: url('/img/index/service-refrigeration.jpg');
   background-size:100% auto;
   background-repeat: no-repeat;
   width: 100%;
   height: 240px;
}

#serviceandrefridgeration-img:hover {
   background-image: url('/img/index/service-refrigeration-hover.jpg');
   background-size:100% auto;
   background-repeat: no-repeat;
   width: 100%;

}	
#roofing-img {
   background-image: url('/img/index/roofing.jpg');
   background-size:100% auto;
   background-repeat: no-repeat;
   width: 100%;
   height: 240px;
}

#roofing-img:hover {
   background-image: url('/img/index/roofing-hover.jpg');
   background-size:100% auto;
   background-repeat: no-repeat;
   width: 100%;
   height: 240px;
}	
#tab-img {
   background-image: url('/img/index/testing.jpg');
   background-size:100% auto;
   background-repeat: no-repeat;
   width: 100%;
   height: 240px;
}

#tab-img:hover {
   background-image: url('/img/index/testing-hover.jpg');
   background-size:100% auto;
   background-repeat: no-repeat;
   width: 100%;
   height: 240px;
}
#residentialhvac-img {
   background-image: url('/img/index/residential-hvac.jpg');
   background-size:100% auto;
   background-repeat: no-repeat;
   width: 100%;
   height: 240px;
}

#residentialhvac-img:hover {
   background-image: url('/img/index/residential-hvac-hover.jpg');
   background-size:100% auto;
   background-repeat: no-repeat;
   width: 100%;
   height: 240px;
}	
#signindustry-img {
   background-image: url('/img/index/sign-industry.jpg');
   background-size:100% auto;
   background-repeat: no-repeat;
   width: 100%;
   height: 240px;
}

#signindustry-img:hover {
   background-image: url('/img/index/sign-industry-hover.jpg');
   background-size:100% auto;
   background-repeat: no-repeat;
   width: 100%;
   height: 240px;
}		

	@media(max-width:400px){
		#architectural-img, #commercial-hvac-img, #detailing-img, #industrial-welding-img, #serviceandrefridgeration-img, #roofing-img, #tab-img, #residentialhvac-img, #signindustry-img  {
		   height: 145px;
		}
		
		#architectural-img:hover, #commercial-hvac-img:hover, #detailing-img:hover, #industrial-welding-img:hover, #serviceandrefridgeration-img:hover, #roofing-img:hover, #tab-img:hover, #residentialhvac-img:hover, #signindustry-img:hover {
		   height: 145px;
		}
			
	}


	@media(min-width:992px) and (max-width:1200px) {
		#architectural-img, #commercial-hvac-img, #detailing-img, #industrial-welding-img, #serviceandrefridgeration-img, #roofing-img, #tab-img, #residentialhvac-img, #signindustry-img  {
		   height: 145px;
		}
		
		#architectural-img:hover, #commercial-hvac-img:hover, #detailing-img:hover, #industrial-welding-img:hover, #serviceandrefridgeration-img:hover, #roofing-img:hover, #tab-img:hover, #residentialhvac-img:hover, #signindustry-img:hover {
		   height: 145px;
		}
			
	}
	@media(min-width:1200px) {
		#architectural-img, #commercial-hvac-img, #detailing-img, #industrial-welding-img, #serviceandrefridgeration-img, #roofing-img, #tab-img, #residentialhvac-img, #signindustry-img {
		   height: 185px;
		}
		
		#architectural-img:hover, #commercial-hvac-img:hover, #detailing-img:hover, #industrial-welding-img:hover, #serviceandrefridgeration-img:hover, #roofing-img:hover, #tab-img:hover, #residentialhvac-img:hover, #signindustry-img:hover {
		   height: 185px;
		}
			
	}

    @media (max-width:768px){ .footer{position:absolute;width:100%;} }



.thumbnail a{
	color: rgba(102,102,102,1.00);
}


/* ------------------- Panel Styling ------------------- */
/*.panel {
    margin-bottom: 0;
    background-color: #dcecf9;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel a{color: #8C8C8C;}

.panel ul {
	padding: 10px 40px;
	}
.panel ul li{
    margin-left: 20px;
	}

.panel img{
	margin-bottom:15px;
}

.nav>li.panel>a{
	color:#3E3E3F;
}
.nav-stacked>li+li {
    margin-top:0;
    border-top: none;
}
.nav-stacked{
	padding-bottom: 20px;
	
}*/

/*//bootstrap pads panels 15px*/
.cert-panel .row:first-child{
    margin-top: -15px;
}
.cert-panel  {
    padding-bottom: 0px !important;
}

/* ------------------- Footer Styling ------------------- */

.footer {
    border-top: solid 10px #0071AF;
    margin-top: 30px;
    color: #cccccc;
    background-color: rgba(102,102,102,1.00) !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 170px;
    padding-top: 20px;
    padding-bottom: 50px;
}

    .footer a {
        color: #cccccc;
    }

        .footer a:hover {
            color: #fff;
        }

footer a:hover {
    color: #ffffff !important;
    text-decoration: none;
}



.white-bg{
    background:#fff;
    padding: 10px 30px !important;
}

html{
    position: relative;
    min-height: 100%;
}
body {
	background: url(/img/straws.png);
    margin-bottom: 170px !important;
 /*   font-size: 14px !important;*/
}

/* ------------------- Additional Styling ------------------- */

IMG.displayed {
	
	max-width: 100%;
  height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto; }

/* ------------------- Button Styling ------------------- */


.trainingButtons {
    background-color: #e7e7e7 !important;
    color: black !important;
    padding: 18px 32px !important;
    text-align: center !important;
    text-decoration: none !important;
    font-size: 18px !important;
    border-radius: 4px !important;
    border: 1px solid #c0c0c0 !important;
}
.trainingButtons {
    -webkit-transition-duration: 0.4s !important; /* Safari */
    transition: background-color 0.4s !important;
}

    .trainingButtons:hover {
        background-color: #959595 !important; /* Green */
        color: white !important;
        transition: background-color 0.4s;
    }

/* ------------------- List Styling on Service Academy/Business Development------------------- */

.list-display li {
    margin-bottom: .4rem;
}

.list-checkmarks {
    padding-left: 1.5rem;
}

    .list-checkmarks li {
        list-style-type: none;
        padding-left: 1rem;
    }

        .list-checkmarks li:before {
            font-family: 'FontAwesome';
            content: "\f00c";
            margin: 0 10px 0 -28px;
            color: #17aa1c;
        }

/*verify a welder*/
.cert-panel .row {
    border-bottom: 1px solid #ccc;
}

    .cert-panel .row:last-child {
        border: none;
    }

    .cert-panel .row .col-md-6:last-child {
        border-left: 1px solid #ccc;
    }

/*find a training center*/
.tab-content {
    margin-top: 10px;
}

.tab-bottom {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

/*this blocks output background with bootstrap modal*/
.modal-backdrop.in {
   /* filter: alpha(opacity=7);*/
    opacity: 0.9 !important;
}


/* for course-catalog and onlineclasses */
.clickable {
    cursor: pointer;
}
    .clickable tr td {
        cursor: pointer;
    }
#upcomingClassesAccordion {
    margin-bottom: 0px !important;
}

#upcomingClassesAccordion .panel-heading {
    position: relative;
}

    #upcomingClassesAccordion .panel-heading[data-toggle="collapse"]:after {
        font-family: 'FontAwesome';
        content: "\f0d8";
        position: absolute;
        /*color: #b0c5d8;*/
        font-size: 18px;
        line-height: 22px;
        right: 20px;
        top: calc(50% - 10px);
    }

    #upcomingClassesAccordion .panel-heading[data-toggle="collapse"].collapsed:after {
        content: "\f0d7";
    }


.socialIcons {
    padding: 5px;
    color: rgba(102,102,102,1.00) !important;
}

    .socialIcons:hover {
        color: #fff !important;
    }

.facebookIcon {
    color: #0866FF;
    text-decoration: none !important;
}
.facebookIcon:hover {
    /*background-color: #3b5998;*/
}

.twitterIcon {
    color: #000000;
    text-decoration: none !important;
}
.twitterIcon:hover {
    /*background-color: #00a0d1;*/
}

.emailIcon:hover {
    background-color: #fc9b00;
}

.color-green{
    color: green !important;
}

.color-red {
    color: red !important;
}

label {
    margin-bottom: 5px !important;
    font-weight: 700 !important;
}





  
