/**
 * @package WordPress
 * @subpackage icad-cisd
 */



/* Global Utility Classes
   ========================================================================== */

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body.grabbed,
body.grabbed * {
	cursor:-webkit-grab;
	cursor:grab;
}
body.grabbing,
body.grabbing * {
	cursor:-webkit-grabbing;
	cursor:grabbing;
}




/* featured-section */
.featured-section {
	overflow:hidden;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	background-color:#F2F2F2;
	height:100%;
}
.featured-section-caption {
	position:relative;
	padding:20px;
	padding:2rem;
	min-height:330px;
	height:100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	box-orient: horizontal;
	-webkit-flex-direction: column; 
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.wp-admin .featured-section-caption {
	height:auto;
}
.featured-section-addtitle,
h2.featured-section-addtitle,
#poststuff h2.featured-section-addtitle,
.featured-section-title {
	position:relative;
	font-family: 'Dosis', sans-serif;
	font-size: 24px;
	line-height: 1.5;
	float:left;
	clear: left;
	color:#fff;
	background-color:#000;
	padding: 10px 20px;
	padding:1rem 2rem;
	text-transform:uppercase;
	margin: 0;
	-webkit-transition: all .3s cubic-bezier(.5,.25,.25,.75);
			transition: all .3s cubic-bezier(.5,.25,.25,.75);
}
.featured-section-addtitle,
h2.featured-section-addtitle,
#poststuff h2.featured-section-addtitle,
a.featured-section-link:active .featured-section-title,
a.featured-section-link:focus .featured-section-title,
a.featured-section-link:hover .featured-section-title {
	color:#cd3134;
	background-color:#fff;
}
.featured-section-addtitle,
h2.featured-section-addtitle,
#poststuff h2.featured-section-addtitle {
	font-size: 18px;
	padding: 3px 20px;
	padding:0.3rem 2rem;
}
.featured-section-tease {
	float:left;
	clear:left;
	color:#000;
	font-weight:700;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background-color:#fff;
	padding: 10px 20px;
	padding:1rem 2rem;
	margin:2rem 0 0;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	max-width:70%;
	-webkit-transition: all .3s cubic-bezier(.5,.25,.25,.75);
			transition: all .3s cubic-bezier(.5,.25,.25,.75);
}
.featured-section-tease * {
	font-size: 16px;
}
a.featured-section-link:active .featured-section-tease,
a.featured-section-link:focus .featured-section-tease,
a.featured-section-link:hover .featured-section-tease {
	color:#fff;
	background-color:#000;
}
.featured-section img {
	width:100%;
	display:block;
}

.stretch-width .featured-section-tease {
	max-width:100% !important;
}

/* For devices less wide than 640px */
@media (max-width: 640px) {
	.featured-section-addtitle,
	h2.featured-section-addtitle,
	#poststuff h2.featured-section-addtitle {
		font-size: 16px;
	}
	.featured-section-title {
		font-size: 18px;
		padding: 10px;
		padding:1rem;
	}
	
	.featured-section-tease {
		font-size: 14px;
		padding: 10px;
		padding:1rem;
		max-width:100% !important;
	}
}


















/* Grid
   ========================================================================== */

.row { display: block; height: auto; }
.column {
	background: none;
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0;
	margin: 1rem 0;
	padding: 0;
	position:relative;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.column .alignnone {
	margin:0;	
}

.column > *:first-child {
	margin-top:0;	
}

.column img.alignleft,
.column img.aligncenter,
.column img.alignright,
.column img.alignnone {
    margin-top: 7px;
}

.row.valign-top .column,
.column.valign-top {
	-ms-flex-item-align:start;
	    -webkit-align-self:flex-start;
	        align-self:flex-start;
}

.row.valign-middle .column,
.column.valign-middle {
	-ms-flex-item-align:center;
	    -webkit-align-self:center;
	        align-self:center;
}

.row.valign-bottom .column,
.column.valign-bottom {
	-ms-flex-item-align:end;
	    -webkit-align-self:flex-end;
	        align-self:flex-end;
}

.row.reverse-order .column {
	float: right;
	background: none;
}








/* For devices larger than 760px */
@media (min-width: 760px) {
		
	.row {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		box-orient: horizontal;
		-webkit-flex-direction: row; 
		-ms-flex-direction: row;
		flex-direction: row;
		margin:20px -10px;
		margin:2rem -1rem;
	}
	
	.row.nospacing {
		margin-top:0;
		margin-bottom:0;
	}
	
	.row.nospacing + .row {
		margin-top:0;
	}
	
	.row.reverse-order {
		-webkit-flex-direction: row-reverse; 
			-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
	}
	
	.icad-cisd-featured-section-wrapper .column {
		min-width:250px;
	}
	
	.column {
		background: none;
		width: 100%;
		height: auto;
		float: left;
		margin: 0;
		padding: 0 10px;
		padding: 0 1rem;
		position:relative;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		overflow:visible;
	}
	
	/*
	.row .column {
		-o-box-sizing: content-box;
		box-sizing: content-box;
	}
	*/
	.column-1,
	.one.column                    { width: 8.3333333333%; }
	.column-2,
	.two.column                    { width: 16.6666666666%; }
	.column-3,
	.three.column                  { width: 25%; }
	.one-third.column,
	.column-4,
	.four.column                   { width: 33.3333333333%; }
	.column-5,
	.five.column                   { width: 41.6666666666%; }
	.one-half.column,
	.column-6,
	.six.column                    { width: 50%; }
	.column-7,
	.seven.column                  { width: 58.3333333333%; }
	.two-thirds.column,
	.column-8,
	.eight.column                  { width: 66.6666666667%; }
	.column-9,
	.nine.column                   { width: 75%; }
	.column-10,
	.ten.column                    { width: 83.3333333333%; }
	.column-11,
	.eleven.column                 { width: 91.6666666667%; }
	.column-12,
	.full.column,
	.twelve.column                 { width: 100%; padding-left: 0; }

	
	


	.offset-1.column,
	.offset-by-one.column          { left:8.3333333333%; }
	.offset-2.column,
	.offset-by-two.column          { left:16.6666666666%; }
	.offset-3.column,
	.offset-by-three.column        { left:25%; }
	.offset-by-one-third.column,
	.offset-4.column,
	.offset-by-four.column         { left:33.3333333333%; }
	.offset-5.column,
	.offset-by-five.column         { left:41.6666666666%; }
	.offset-by-one-half.column,
	.offset-6.column,
	.offset-by-six.column          { left:50%; }
	.offset-7.column,
	.offset-by-seven.column        { left:58.3333333333%; }
	.offset-by-two-thirds.column,
	.offset-8.column,
	.offset-by-eight.column        { left:66.6666666667%; }
	.offset-9.column,
	.offset-by-nine.column         { left:75%; }
	.offset-10.column,
	.offset-by-ten.column          { left:83.3333333333%; }
	.offset-11.column,
	.offset-by-eleven.column       { left:91.6666666667%; }



	
	.offset-1.column,
	.offset-by-one.column,
	.offset-2.column,
	.offset-by-two.column,
	.offset-3.column,
	.offset-by-three.column,
	.offset-4.column,
	.offset-by-four.column,
	.offset-5.column,
	.offset-by-five.column,
	.offset-6.column,
	.offset-by-six.column,
	.offset-7.column,
	.offset-by-seven.column,
	.offset-8.column,
	.offset-by-eight.column,
	.offset-9.column,
	.offset-by-nine.column,
	.offset-10.column,
	.offset-by-ten.column,
	.offset-11.column,
	.offset-by-eleven.column,
	.offset-by-one-third.column,
	.offset-by-two-thirds.column,
	.offset-by-one-half.column     {  }


/*
.column-11,  .offset-1 { background-color:#0f0; }
.column-10,  .offset-2 { background-color:#ff0; }
.column-9,  .offset-3 { background-color:#00f; }
.column-8,  .offset-4 { background-color:#f00; }
.column-7,  .offset-5 { background-color:#ff0; }
.column-6,  .offset-6 { background-color:#00f; }
.column-5,  .offset-7 { background-color:#0ff; }
.column-4,  .offset-8 { background-color:#0f0; }
.column-3,  .offset-9 { background-color:#ff0; }
.column-2,  .offset-10 { background-color:#f00; }
.column-1,  .offset-11 { background-color:#f0f; }
*/


}










