/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    min-height: 100%;
}

body{
	min-height:100%;
	background:#FFF;
	
	font-family: 'Raleway', Arial, sans-serif;
	font-size:15px;
	line-height:22px;
	color:#67757e;
}

.sas{
	padding-top:0;
}

.sas a,
.sas a img{
	outline:none;
	border:0;
}

.sas a{
	text-decoration:none;
	color:inherit;
}
.sas a:hover{
	text-decoration:underline;
	color:#448993;
}

.sas a,
.sas .btn{	
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

.sas a.btn:hover{
	text-decoration:none;
}

.sas img{
	max-width:100%;
	height:auto;
}

.sas p,
.sas ul{
	margin:6px 0 16px 0;
}
.sas p,
.sas li{
	font-size:15px;
	line-height:22px;
}

.sas nav ul,
.sas ul.nav{
	list-style:none;
	padding:0;
	margin:0;
	line-height:1em;
}

.sas blockquote{
    font-size:1.1em;
    line-height:1.5em;
}

.sas i, .sas em{
	vertical-align:inherit;
}

.sas h1,
.sas h2,
.sas h3,
.sas h4,
.sas h5,
.sas h6{
	margin:0;
	font-family:'Lato',sans-serif;
	font-weight:normal;
	color:#1a2880;
}

.sas h1+p,
.sas h2+p,
.sas h3+p,
.sas h4+p,
.sas h5+p,
.sas h6+p,
.sas h1+ul,
.sas h2+ul,
.sas h3+ul,
.sas h4+ul,
.sas h5+ul,
.sas h6+ul{
	margin-top:12px;
}

.sas h1:first-child,
.sas h2:first-child,
.sas h3:first-child,
.sas h4:first-child,
.sas p:first-child,
.sas ul:first-child,
.sas img:first-child{
	margin-top:0;
}

sup, sub {
	vertical-align:baseline;
	position:relative;
	top:-0.4em;
}
sub { 
	top:0.4em; 
}

/* Masthead */
.sas .masthead{
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	
	z-index:1020;
	
	background:#fcb203;
	color:#FFF;
	
	-webkit-box-shadow:inset 0 -1px 2px 0px rgba(0,0,0,0.4);
	box-shadow:inset 0 -1px 2px 0px rgba(0,0,0,0.4);
}



/* Sell Points List*/
.sas .list-sell-points{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.sas .list-sell-points li{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display: inline;
	
	padding:10px 15px;
	
	font-size:0.85em;
	font-weight:normal;
	letter-spacing:1px;
	line-height:1.1em;
	color:#000;
	
	/*
	color:#FFF;
    -webkit-text-shadow:0 1px 0 #999;
    text-shadow:0 1px 0 #999;
	*/
}
.sas .list-sell-points li .glyphicon{
	top:3px;
	font-size:1.2em;
	line-height:0;
}

/* Main Navigation */
.sas .navbar-default{
	position:relative;
	height:auto;
	min-height:0;
	top:0;
	left:0;
	right:0;
	z-index:1030;
	
	margin:0;
	
	border:0;
	border-bottom:1px solid #fcb203;
	background:#fdc609;
	
	-webkit-box-shadow:none;
	box-shadow:none;
	
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
.sas .navbar-default .navbar-brand{
	height:auto;
	padding:0;
	margin-left:10px;
}
.sas .navbar-default .navbar-brand img{
	max-height:100%;
	max-width:100%;
	width:auto;
	height:auto;
	
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
.sas .navbar-default .navbar-nav > li > a{
	color:#FFF;
	
	-webkit-text-shadow:0 1px 0 rgba(0,0,0,0.5);
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
}


/* Nav Toggle (Hamburger) */
.sas .navbar-default .navbar-toggle{
    border:0;
}
.sas .navbar-default .navbar-toggle .icon-bar{
    background:#FFF;
}

.sas .navbar-default .navbar-toggle:hover, 
.sas .navbar-default .navbar-toggle:focus{
    background:#fcb203;
}


/* Nav Contact Info */
.sas .navbar .contact-info-container{
	margin:0 auto 10px auto;
}
.sas .navbar .contact-info{
	
}
.sas .navbar .contact-info .phone{
	display:block;
	text-align:center;
	font-size:2.0em;
	font-weight:bold;
	line-height:1.2em;
	margin:0;
	
	color:#1a2880;
}

.sas .navbar .contact-info .phone:before{
    font-family: 'Glyphicons Halflings';
    content: "\e183";
    position:relative;
	top:3px;
    margin-right:5px;
}

.sas .navbar .contact-info .phone:hover{
	text-decoration:none;
}

/* Banner */
.sas .banner{
	position:relative;
	background:#f1f4f5;
}
.sas .banner > .container{
	width:auto;
	max-width:none;
	margin:auto;
	padding:0;
}

.sas .navbar-default + .banner{
	margin-top:0;
}

/* Slider*/
.sas .slider{
	position:relative;
	width:auto;
	height:332px;
	
	list-style:none;
	margin:0;
	padding:0;
}
.sas .slider .slide{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:hidden;
}
.sas .slider .slide a{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1010;
}

.sas .slider .slide img{
	position:absolute;
	width:auto;
	height:100%;
	max-width:none;
	max-height:none;
	top:0;
	bottom:0;
    left:-9999px;
    right:-9999px;
	margin:auto;
}

.sas .slider .slide-content-container{
	display:none;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.sas .slider .slide-content{
	position:relative;
	max-width:480px;
	padding:20px;
	z-index:1020;
}

.sas .slider .slide-content-head span,
.sas .slider .slide-content-body span{
	background: rgba(255,255,255,0.8);
}

.sas .slider .slide-content-head{
	margin-top:40px;
	
	font-size:50px;
	font-weight:bold;
	line-height:1.3em;
	color:#fcb203;
	
   -webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

.sas .slider .slide-content-head + .slide-content-body{
	margin-top:15px;
}
.sas .slider .slide-content-body{
	font-size:25px;
	line-height:1.4em;
	margin:0;
	
	color:#000;
   -webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.sas .slider .slide-content-body + .slide-content-foot{
	margin-top:15px;
}

.sas .slider .slide-content-foot{
	display:none;
	
}


/* Quick Contact Form */
.sas .banner .contact-form-container{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.sas .contact-form{
	position:absolute;
	width:auto;
	top:10px;
	right:10px;
	left:10px;
	overflow:hidden;
	z-index:1020;
	
	padding:10px;
	background: rgba(255,255,255,0.8);
}

/* Call to Action (CTA) */
.sas .cta{
	position:relative;
	background:#f1f4f5;
	padding:40px 0;
	
	background:#f1f4f5 url("../img/sns-cta-bg.jpg")no-repeat center center;
	background-size:cover;
}

.sas .cta h3{
	font-size:38px;
	font-weight:bold;
	line-height:1.2em;
	color:#fcb203;
}

.sas .cta h4{
	font-size:28px;
	font-weight:normal;
	line-height:1.2em;
	color:#0291cd;
}
.sas .cta p{
	color:#1a2880;
}
.sas .cta ul.list-inline-checks{
	padding:0;
	color:#1a2880;
}
.sas .cta ul.list-inline-checks li:before{
	font-family:'Glyphicons Halflings';
    content:"\e013";
    position:relative;
    top:3px;
    margin-right:5px;
}
.sas .cta h3 + ul,
.sas .cta h3 + p,
.sas .cta h4 + ul,
.sas .cta h4 + p,
.sas .cta h3 + h4{
	margin-top:10px;
}

.sas .main + .cta{
	margin-top:40px;
}

.sas .cta-blue{
	background:#0291cd;
	min-height:300px;
	color:#FFF;
}
.sas .cta-blue h3,
.sas .cta-blue h4{
	color:#FFF;
}
.sas .cta-blue ul.list-inline-checks{
	color:#EEE;
}

.sas .cta-blue h3 + ul,
.sas .cta-blue h3 + p,
.sas .cta-blue h4 + ul,
.sas .cta-blue h4 + p,
.sas .cta-blue h3 + h4{
	margin-top:20px;
}



/* Main */
.sas .main{
	margin-top:40px;
}

.sas .main article .page-titles{
	margin-bottom:16px;
}

.sas .main article h1{
	font-size:38px;
    font-weight:bold;
    line-height:1.2em;
	color:#fcb203;
}

.sas .main article h2{
	font-size:24px;
    line-height:1.2em;
	color:#0291cd;
}

.sas .main article h3{
	color:#1a2880;
}

.sas .main article h4{
	color:#333;
}

/* Sidebar Widgets*/
.sas .sidebar-widget-container + .sidebar-widget-container{
	margin-top:40px;
}

.sas .sidebar-widget{
    display:block;
	overflow:hidden;
    padding:20px;
    border-radius:90px;
    border:0px solid #EEE;
	background:#EFEFEF;
	
	box-shadow: inset 5px 3px 8px 0px #DDD;
}

/* Footer */
.sas .footer{
	padding:40px 0;
}


/* Footer Sitemap */
.sas ul.sitemap-horizontal{
	list-style:none;
	padding:0;
	margin:0;
}

.sas ul.sitemap-horizontal > li > a{
	display:block;
	font-weight:bold;
	
	font-size:0.9em;
	line-height:1.2em;
	margin-bottom:12px;
}
.sas ul.sitemap-horizontal > li ul{
	list-style:none;
	margin:0;
	padding:0;
}

.sas ul.sitemap-horizontal > li ul li{
	font-size:0.8em;
	line-height:1.2em;
	
	margin-bottom:6px;
}

	
/* copyright */
.sas .copyright{
	padding:10px 0;
}
.sas .copyright p,
.sas .copyright ul li{
	font-size:0.8em;
	line-height:1.2em;
}

.sas .footer,
.sas .copyright{
	background:#fcb203;
	color:#FFF;
	
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}


.sas .footer a:hover,
.sas .copyright a:hover{
	text-decoration:underline;
	color:#000;
	
	-webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}


/* Forms */
.sas label.error{
	font-weight:normal;
	color:#D00;
	
	font-size:13px;
	line-height:1em;
}
.sas .form-control.error{
	color:#D00;
	border:1px solid #C00;
}
.sas .form-control.error:focus{
	border-color: rgba(255, 0, 0, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
	outline: 0 none;
}

/* Buttons */
.sas .btn-submit-red{
	background:#f02b22;
	color:#FFF;
	font-weight:bold;
	border:1px solid #C00;
	
	-webkit-text-shadow:1px 1px 2px #222;
	-moz-text-shadow:1px 1px 2px #222;
	text-shadow:1px 1px 2px #222;
}


.sas .sas-blue{
	background:#1a2880;
}

.sas .sas-yellow{
	background:#fdc609;
}


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px)
{

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px)
{

	/* Quick Contact Form */
	.sas .contact-form{
		position:absolute;
		width:300px;
		top:10px;
		right:10px;
		left:auto;
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px)
{
	
	.sas{
		padding-top:34px; /* Masthead */
	}

	/* Masthead */
	.sas .masthead{
		display:block;	
	}
	
	.sas .list-sell-points li{
		font-size:0.75em;
		font-weight:normal;
		letter-spacing:0;
		line-height:1.1em;	
		padding:12px 5px;
	}
	
	/* Main Navigation */
	.sas .navbar-default .navbar-nav > li > a{
		color:#FFF;
		padding:8px 10px;
		
		font-size:0.9em;
		line-height:1.1em;
		
		-webkit-text-shadow:0 1px 0 rgba(0,0,0,0.5);
		text-shadow:0 1px 0 rgba(0,0,0,0.5);
	}
	.sas .navbar-default .navbar-nav > li > a:hover{
		background:#fcb203;
	}
	
	/* Nav Contact Info */
	.sas .navbar .contact-info-container{
		float:right;
		margin:auto;
	}
	.sas .navbar .contact-info{
		
	}
	.sas .navbar .contact-info .phone{
		height:30px;
		line-height:30px;
		text-align:right;
		margin-right:10px;
	}

	.fixmenu .sas{
		padding-top:96px; /* Main Nav */
	}
		
	.fixmenu .sas .masthead{
		display:none;
	}
		
	.fixmenu .sas .navbar-default{
		position:fixed;
		
		-webkit-box-shadow:0px 1px 12px 0px rgba(0,0,0,0.2);
		box-shadow:0px 1px 12px 0px rgba(0,0,0,0.2);
		
		background:rgba(253, 198, 9, 0.9);
	}
	
	.fixmenu .sas .navbar-default .navbar-right{
		clear:none;
	}
	.fixmenu .sas .navbar .contact-info .phone{
		height:30px;
		line-height:30px;
		font-size:1.6em;
		margin-left:20px;
	}


	.sas .slider .slide-content-container{
		display:block;
	}
	.sas .slider .slide-content{
		max-width:400px;
	}
	.sas .slider .slide-content-head{
		margin-top:20px;
		font-size:35px;
		line-height:1.3em;
	}

	.sas .slider .slide-content-body{
		font-size:20px;
		line-height:1.4em;
	}

	.sas .slider .slide-content-foot{
		
	}

	/* Main */		
	.sas .main article{
		padding:0 80px
	}
		
	
	/* Call to action */
	.sas .cta-blue{
		background:#0291cd url("../img/sns-toon-plumber.jpg") no-repeat center center;
		background-size:cover;
		min-height:300px;
		color:#FFF;
	}

	/* Footer Sitemap */
	.sas ul.sitemap-horizontal{
		list-style:none;
		padding:0;
		margin:0;
		text-align:center;
	}
	.sas ul.sitemap-horizontal > li{
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display: inline;
		
		vertical-align:top;
		text-align:left;
		
		min-width:100px;
	}
	.sas ul.sitemap-horizontal > li + li{
		margin-left:40px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px)
{
	
	.sas{
		padding-top:38px; /* Masthead */
	}

	/* Masthead */
	.sas .list-sell-points li{
		font-size:0.85em;
		font-weight:normal;
		letter-spacing:1px;
		line-height:1.1em;	
	}

	
	/* Main Navigation */
	.sas .navbar-default .navbar-right{
		clear:right;
	}
	.sas .navbar-default .navbar-nav > li > a{
		font-size:1.0em;
		line-height:1.1em;
		
		padding:10px 15px;
	}
	
	.sas .navbar-default .navbar-brand{
		margin-top:5px;
		margin-left:0;
	}
	
	/* Nav Contact Info */
	.sas .navbar .contact-info .phone{
		height:50px;
		line-height:50px;
	}	

	.fixmenu .sas{
		padding-top:80px; /* Main Nav */
	}
	.fixmenu .sas .navbar-default .navbar-brand{
		margin-top:0;
		height:38px;
	}
	.fixmenu .sas .navbar-default .navbar-right{
		clear:none;
	}
	

	/* Slider*/
	.sas .slider{
		height:400px;
	}

	.sas .slider .slide img{
		width:100%;
		top:auto;
		bottom:auto;
		left:0;
		right:0;	
	}

	.sas .slider .slide-content{
		max-width:480px;
	}
	.sas .slider .slide-content-head{
		margin-top:40px;
		font-size:50px;
		line-height:1.3em;
	}

	.sas .slider .slide-content-body{
		font-size:25px;
		line-height:1.4em;
	}

	.sas .slider .slide-content-foot{
		
	}

	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px)
{
		
	/* Main Navigation */
	.sas .navbar-default .navbar-right{
		clear:none;
	}
	.sas .navbar-default .navbar-nav > li > a{
		font-size:1.1em;
		line-height:1.1em;
		padding:22px 15px;
	}
	.sas .navbar-default .navbar-brand{
		margin-top:0;
	}
	.sas .navbar .contact-info .phone{
		margin-left:20px;
	}

	.fixmenu .sas .navbar-default .navbar-nav > li > a{
		padding:10px 15px;
	}
	
	/* Slider */
	.sas .slider .slide img{
		position:absolute;
		top:-9999px;
		bottom:-9999px;
		left:auto;
		right:auto;
	}
	
}













