.opacity5 {
	opacity: 0.4;
}

/*
.defaultbarwrapper:after {
    width: 102% !important;
    content: ' ' !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: bottom;
    -webkit-transform: rotate(-1.57deg);
    -ms-transform: rotate(-1.57deg);
    transform: rotate(-1.57deg);
    outline: 0px solid transparent;
    border: 0;
    position: absolute;
    background-color: white;
    box-shadow: none;
    visibility: visible !important;
    height: 100px !important;
    bottom: -40px;
    z-index: 10;	
}
*/


/*
body.boxbackgroundcolor .containerbar {
	position: relative;
}
.coloredBackground {
    position: absolute;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    background-color: #eeebe4;
    height: 100%;
    z-index: -10;
}

body.atHome .coloredBackground {
	top: -20px;
}

body .coloredBackground {
	top: 20px;
}
body.boxbackgroundcolor div.gpSlideWrapper:after, body.boxbackgroundcolor .footerLine:before {
	background-color: #eeebe4;
}
*/



body div.gpSlideWrapper:after {
    width: 102% !important;
    content: ' ' !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: bottom;
    -webkit-transform: rotate(-1.57deg);
    -ms-transform: rotate(-1.57deg);
    transform: rotate(-1.57deg);
    outline: 0px solid transparent;
    border: 0;
    position: absolute;
    background-color: white;
    box-shadow: none;
    visibility: visible !important;
    height: 100px !important;
    bottom: -40px;
    z-index: 10;
}
	/* removes diagonal borders */
	body .footerLine:before,
	body .footerLine:after,	
	body div.gpSlideWrapper:after {
	    -webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	    transform: rotate(0deg);		
	}

.gpSliderTheme-default .filetype-slider_factory {
    position: absolute;
    bottom: 90px;
    height: 3em;
    z-index: 101;
    text-align: right;
    right: 0%;
    left: inherit;
    width: 585px;
    padding-right: 30px;
}
	@media (max-width: 1024px) {
		.gpSliderTheme-default .filetype-slider_factory {
			bottom: 60px;
			height: 3em;
			z-index: 101;
			text-align: center;
			right: 0;
			left: 0;
			margin: 0 auto;
			width: 100%;
			padding-right: 0;
		}
	}
	@media (max-width: 512px) {
		.gpSliderTheme-default .filetype-slider_factory {
			display: none;
		}
	}	


.gpSliderTheme-default .gpSlideIndicators li {
	background: white;
	border-radius: 100px;
	margin-left: 20px;
	width: 20px;
	height: 20px;	    
}
.gpSliderTheme-default .gpSlideIndicators li:hover {
	background: #ffbcbc;
}
.gpSliderTheme-default .gpSlideIndicators li.gpSlideActive {
	background: #ff0000;
	border-radius: 100px;
}
.gpSliderTheme-default .gpSlideIndicators li:before {
	content: ' ' !important;
	width: 20px;
	height: 20px;		
}
.gpSliderTheme-default .gpSlideIndicators li.active:before {
	content: ' ' !important;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #ff0000;
	text-decoration: none;
	outline: 0;
	background-color: #ffffff;
}

.frontPoints a {
	color: #ffffff;
	text-decoration: none;
}
.frontPoints {
	position: absolute;
	padding: 15px 17px;
	max-width: 100%;
	max-width: calc(100% - 14px);
}
.frontPointsWrapper > div {
	transition: 0.25s;
	position: relative;
}
.frontPointsWrapper > div:hover {
	transform: scale(1.1);
	transition: 0.5s;
}

.frontPoints h1 {
	overflow: hidden;
	max-width: 100%;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;	
}

.frontPointsWrapper img {
	/*box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);*/
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1), 0px 25px 30px rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.25);
	border-radius: 10px;	
}
.frontPoints h1 {
	color: #ffffff;
}
.frontPointsWrapperSmall .frontPoints h1 {
	font-size: 16pt;
	line-height: 20pt;	
}
.frontPoints h2 {
	color: #ffffff;
	margin-top: 0px;
}
.frontPointsWrapperSmall .frontPoints h2 {
	font-size: 14pt;
	line-height: 17pt;	
}
	@media (max-width: 1100px) and (min-width: 767px) {
		.frontPoints h1 {
			font-size: 16pt;
			line-height: 20pt;	
		}	
		.frontPoints h2 {
			font-size: 12pt;
			line-height: 15pt;	
		}		
	}
	
	@media (max-width: 768px) {
		.frontPointsWrapperSmall .frontPoints h1 {
			font-size: 13pt;
			line-height: 10pt;
		}
		.frontPointsWrapperSmall .frontPoints h2 {
			font-size: 11pt;
			line-height: 16pt;
		}	
		.frontPoints {
			padding: 10px 9px;
		}			
	}
	
	@media (max-width: 469px) {
		.frontPoints {
			padding: 15px 17px;
		}	
		.frontPointsWrapperSmall .frontPoints h1 {
			font-size: 19pt;
			line-height: 23pt;	
		}	
		.frontPointsWrapperSmall .frontPoints h2 {
			font-size: 16pt;
			line-height: 19pt;	
		}					
	}
	

.container-content .frontPoints h2:after {
	border-bottom: 0px solid transparent;
}


.barimageWrapper {
	height: 220px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
}

@media (min-width: 1100px) {

	.navbar-default .navbar-nav > li:hover > ul.dropdown-menu {
		display: block;
	}
	
	.navbar-default .navbar-nav > li > ul.dropdown-menu li:hover ul.dropdown-menu  {
		display: block;
		width: 220px; 
		border-radius: 0px; 
		border: 0px solid black; 
		box-shadow: 4px 13px 12px rgba(0,0,0,.175); 
		padding: 15px 0 4px 0; 
		margin-left: -6px; 
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;	
		left: 100%;
		margin-top: -45px;	
	}
}

.backbutton {
	position: relative;
	display: block;
	top: -20px;
	text-align: left;
	transition: 0.25s;
	transform-origin: left center;
}
.backbutton:hover {
	transform: scale(1.02);
	transition: 0.5s;
}
.backbutton a {
	color: #000000;
	background-color: transparent;
	border-radius: 20px;
	white-space: nowrap;
	max-width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 2px 13px;
	left: -12px;
	position: relative;
	text-decoration: none;
	display: inline-block;
}
	@media (min-width: 1170px) {	
		.navbar-nav > li.open ul {
			display: none !important;
		}
	
	}
	@media (max-width: 1024px) {	
		.backbutton {
			top: -7px;
		}
	}

	@media (max-width: 469px) {	
		.backbutton {
			text-align: left;
			left: -2px;
			top: -12px;
			right: 0;
			margin: 0 auto;
			display: block;
		}
		.backbutton a {
			
		}
	}

video {
	max-width: 100%;
}

/* File Links =================================================================*/

a[href$=".pdf"] {
    font-size: 17px;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
a[href$=".pdf"]:before {
	content: '\f1c1';
    font-family: 'FontAwesome';
    display: block;
    float: left;
    font-size: 27px;
    margin-right: 7px;
}


/* Catalog Easy =================================================================*/

.catalogBackLink {
	font-size: 23px;
	display: inline-block;
	float: left;
	margin-right: 8px;
}

.filetype-Catalog_easy_section #results {
    margin-left: -15px;
    margin-right: -15px;	
}

.filetype-Catalog_easy_section .card-content a,
.filetype-Catalog_easy_section .cardInnerText {
	display: block;
	font-size: 14px;
	line-height: 17px;
	cursor: pointer;
	opacity: 0.6;
}
.filetype-Catalog_easy_section .cardInnerText {
	min-height: 53px;
}

.filetype-Catalog_easy_section #results .card {
	box-shadow: none;
	border: 1px solid #dfdfdf;
}

.filetype-Catalog_easy_section .card .card-image {
	max-height: 200px;
    border-bottom: 1px solid #e5e9e7;
    cursor: pointer;	
}

.filetype-Catalog_easy_section #results .btn {
	padding: 1px 12px 8px 12px;
}
.filetype-Catalog_easy_section .card .card-content .card-title, .filetype-Catalog_easy_section .card-reveal .card-title {
	font-size: 19px;
	font-weight: 400;
	text-transform: uppercase;	
}
.filetype-Catalog_easy_section .card .card-action {
    padding: 0px;
    border-top: 1px solid rgba(160,160,160,0.2);
    text-align: center;
    background-color: rgba(13, 139, 48, 0.03);	
}
.filetype-Catalog_easy_section .card .card-action:hover {
    background-color: rgba(13, 139, 48, 0.07);		
}
.filetype-Catalog_easy_section .card .card-action a {
	padding: 15px 20px;
	display: block;
	letter-spacing: 2px;
}

/* link effects =================================================================*/
.card-action:hover,
.card-action,
a:hover,
a {
  -o-transition:color .3s ease-out, background 1s ease-in;
  -ms-transition:color .3s ease-out, background 1s ease-in;
  -moz-transition:color .3s ease-out, background 1s ease-in;
  -webkit-transition:color .3s ease-out, background 1s ease-in;
  transition:color .3s ease-out, background 1s ease-in;	
}