
.clr { clear: both; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.floatRight { float: right; }
.floatLeft { float: left; }


.box-sizing {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.floatRight { float: right; }
.floatLeft { float: left; }

.imgLeft {
   float: left;
   margin-right: 20px;
   margin-bottom: 10px;
}

.imgRight {
   float: right;
   margin-left: 20px;
   margin-bottom: 10px;
}

.imgBanner {
   position: relative;
}

iframe.imgLeft,
iframe.imgRight {
   position: relative;
}


.block ul, .block ol { margin-left: 25px; }  

.block ul, .block ul ul ul ul, .block ul ul ul ul ul ul ul { list-style-type: disc; }
.block ul ul, .block ul ul ul ul ul, .block ul ul ul ul ul ul ul ul { list-style-type: circle; }
.block ul ul ul, .block ul ul ul ul ul ul, .block ul ul ul ul ul ul ul ul ul { list-style-type: square; }

.block ol, .block ol ol ol ol, .block ol ol ol ol ol ol ol { list-style-type: decimal; }
.block ol ol, .block ol ol ol ol ol, .block ol ol ol ol ol ol ol ol { list-style-type: lower-alpha; }
.block ol ol ol, .block ol ol ol ol ol ol, .block ol ol ol ol ol ol ol ol ol { list-style-type: lower-roman; }


.block ul li, .block ol li { 
	line-height: 20px;
	list-style-position: outside;
}

.block ul li > ul, .block ol li > ol { margin-top: 5px; }

.block ul li .subMenu {
	margin-left: 20px;
}

li h1, li h2, li h3, li h4, li h5, li h6 { display: inline; }
.ie9 li h1, .ie9 li h2, .ie9 li h3, .ie9 li h4, .ie9 li h5, .ie9 li h6 { display: inline; position: relative; top: 2px; }

.elipsis {
	display: inline-block;
}


	#benchmarking {
		position: fixed; 
		top: 10px; 
		left: 10px; 
		padding: 10px; 
		background: rgba(0,0,0,0.5); 
		color: #fff;
		z-index: 9999999;
	}		
	
	
	
	
.cms-video {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.cms-video-16x10 {
	padding-bottom: 62.25%;
}

.cms-video-16x9 {
	padding-bottom: 56.25%;
}

.cms-video-4x3 {
	padding-bottom: 75%;
}

.cms-video iframe,
.cms-video .cms-video-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	z-index: 5;
}

.cms-video .cms-video-placeholder {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 10;
}

.cms-video-youtube .cms-video-placeholder-title { 
	font-size: 110%;
    overflow: hidden;
    white-space: nowrap;
	word-wrap: normal;
	padding: 13px 15px;
	text-shadow: 0 0 2px rgba(0,0,0,.5);
	font-family: Roboto,Arial,Helvetica,sans-serif;
}

.cms-video-vimeo .cms-video-placeholder-top { 

	color: #fff;
	font-family: "Helvetica Neue",Helvetica,Arial!important;
	padding: 5px 10px;

}

.cms-video-vimeo .cms-video-placeholder-top a { 

	color: rgb(0, 173, 239);

}

.cms-video-vimeo .cms-video-placeholder-top .cms-video-placeholder-title { 

	background: rgba(23,35,34,.75);
	padding: 3px 8px;
	font-size: 20px;
	display: inline-block;

}

.cms-video-vimeo .cms-video-placeholder-top .cms-video-placeholder-user-name { 

	background: rgba(23,35,34,.75);
	padding: 2px 8px;
	font-size: 12px;
	display: inline-block;

}

.cms-video-vimeo .cms-video-placeholder-top a { 

	font-weight: 700;

}

.cms-video-vimeo .cms-video-placeholder-user-icon { 

    background: rgba(23,35,34,.75);
    width: 60px;
    height: 60px;
    margin-right: 1px;
	float: left;

}

.cms-video-vimeo .cms-video-placeholder-user-icon img { 

    border: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: .5em;

}

.cms-video-vimeo .cms-video-placeholder button { 

    z-index: 6;
	
	margin: -20px 0 0 -33px;
    position: absolute;
    top: 50%;
    left: 50%;
	
	width: 66px;
    height: 40px;
    color: #fff;
    -webkit-transition: opacity 250ms ease-out,background-color 40ms,color 40ms;
    transition: opacity 250ms ease-out,background-color 40ms,color 40ms;
	
	outline: 0!important;
	
	background: rgba(23,35,34,.75);
    border-radius: 5px;
	
	padding: 0;
	
	font-family: "Helvetica Neue",Helvetica,Arial;
	
	cursor: pointer;
    font-size: 1em;
	
	box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;

}

	.cms-video-vimeo:hover .cms-video-placeholder button {
		
		background: #1ab7ea;
		
	}
	
	.cms-video-vimeo .cms-video-placeholder button .tiny-bars {
		
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		border-radius: .5em;
		
		color: #fff;
		
	}

	.cms-video-vimeo .cms-video-placeholder button .play-icon {
		
		display: block;
		margin: 0 auto;
		padding: 8px 0 0 5px;
		
	}

		.cms-video-vimeo .cms-video-placeholder button .play-icon svg {
			
			width: 20px;
			height: 20px;
			outline: 0!important;
				
		}

		.cms-video-vimeo .cms-video-placeholder button .play-icon svg .fill {
			
			-webkit-transition: fill 40ms;
			transition: fill 40ms;
			fill: #fff;
				
		}


	.cms-video-vimeo .cms-video-placeholder button .pause-icon {
		
		display: none;
		margin: 0 auto;
		padding: 8px 0 0 5px;
		
	}

.cms-video-youtube .cms-video-placeholder button { 

	cursor: pointer;
	
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	
	outline: 0;
	
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit; 
	
}


.cms-video-youtube .cms-video-placeholder button svg { 
	pointer-events: none;
}

.cms-video-youtube .cms-video-placeholder button svg .play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    fill: #1f1f1f;
    fill-opacity: .81;
}

.cms-video-youtube:hover .cms-video-placeholder button svg .play-button-bg {
    fill: #e52d27;
    fill-opacity: 1;
}


@media screen and (max-width: 357px) {
	
	.cms-video .cms-video-placeholder-top {
		display: none;
	}
	
}




