/**
 * Project:		Yukon Energy 2016
 * Style Sheet:	Yec Layout
 * Sites:		1 - Yukon Energy, 2 - Resource Plan
/* ---------------------------------------- */


		
	/**
	 * ASK US HOMEPAGE
	 */
	
	.slide.ask-us { padding-top: 0; }
	
		.slide.ask-us .col.one-column { padding-bottom: 0; }
	
			.slide.ask-us .col.one-column h2 {
				color: rgb(255, 255, 255);
				background: rgb(120, 190, 32);
				text-align: center;
				padding: 1em;
				margin: 0;
			}		
				.slide.ask-us .col.one-column h2 i.ico-ask {
					font-size: 120%;
				}
		
		.slide.ask-us .colgroup {
			background: rgb(230, 230, 230);
			margin: 0 10px;
		}
			.slide.ask-us .col.third {
				padding: 1.5em 0.75em 1em;
			}
	




	a.ask-question{
		float: right;
		font-size: 150%;
		margin: 1em;
	}



	/**
	 * ASK US MASONRY FEED
	 */
	 
	.slide.grid-askus .col > a {
		padding-bottom: 50%;
	}
	.slide.grid-askus .col .content {
		border: 2px solid rgb(0, 175, 215);
		padding: 0;
	}
		.slide.grid-askus .col .content .title-content {
			padding: 1em;
		}
		.slide.grid-askus .col .content .title-content h3 {
			color: rgb(76, 76, 76);
			top: 40%;
		}
		.slide.grid-askus .col .content .meta {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			background: rgb(0, 175, 215);
			color: rgb(255, 255, 255);
			padding: .5em;
		}
			.slide.grid-askus .col .content .meta .categories {
				display: inline-block;				
			}
				.slide.grid-askus .col .content .meta .categories span {
					display: inline-block;
					margin: 0 .8em;	
				}
			.slide.grid-askus .col .content .meta .total-comments {
				float: right;
				margin-right: 1em;
			}
	
	

	/**
	 * ASK US FORM
	 */

	
	.ask-us-form .general_success{		
		font-size: 130%;
		color: rgb(255, 255, 255);
		background: rgb(0, 130, 186);		
		padding: 1em;
		margin: 2em;
		line-height: 1.2em;
	}
		.ask-us-form .general_success a{
			color: rgb(255, 255, 255);
			text-decoration: underline;
		}



/**********************
		SMALL
**********************/
/*
@media only screen and (min-width: 600px) {
}
*/




/**********************
		MEDIUM
**********************/
/*
@media only screen and (min-width: 900px) {
}
*/




/**********************
		LARGE
**********************/
/*
@media only screen and (min-width: 1250px) and (min-height: 760px) {
}
*/




/**********************
	  SHORT n WIDE
**********************/
/*
@media only screen and (max-height: 760px) and (min-width: 900px) {
}
*/
