/************************ Images ************************/

/**** General Image Attributes ****/

.banner-title {
	font-family: 'produkt', serif !important;  /* Banner Title Font Type */
	font-weight: 400; 
	font-style: normal; 
	}

/**** Banner Buttons ****/

.banner-button a,
.banner-big-button a {
	float: left;
	padding: .25em 1em;
	margin: .5em 0; 
	border-radius: .125em;
	text-decoration: none !important;
	color: #fff !important;
	background: rgb(0,0,0); /* The Fallback */
	background: rgba(0,0,0,.60) !important;	
	}
	
.banner-big-button a:focus,
.banner-big-button a:hover,
.banner-button a:focus,
.banner-button a:hover {
	color: #FEBC11 !important;
	}	

/**** Background Image Blockquote ****/
	
.small-spacer blockquote,
.medium-spacer blockquote,
.large-spacer blockquote,
.xlarge-spacer blockquote {
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,.60) !important;
	border-radius: .125em;
    padding: 1em;
	}
	
/**** Image Grids ****/

.grid-block {
	overflow: hidden; /* Keeps Border Around Grid */
	}

.grid-block .media__image,
.blazy--grid .media__image { /* Works with both colorbox and blazy grid */
	border: none !important;
	}

/* Spacing Around Images in Colorbox Gallery */

.paragraph--type-logo-gallery .grid, /* New */
.paragraph--type-image-gallery .grid {
	margin: 0 !important;
	padding: 0 !important;
	}

.blazy .grid,
.grid--image {
	margin: 0 !important;
	padding: 0 !important;
	}
	
/* Spacing Around Videos in Colorbox Gallery */

.view-video-gallery .view-content {
	padding: 0 .5em;
	}

.view-video-gallery .grid__content {
	margin: 0 .25em .5em .25em;
	padding: 0 .25em .5em .25em;
	}
	
/**** Grid Box Images ****/

.grid-box {
	position: relative; /* Puts image behind text */
	}
  
.grid-box img {
	width: 100%;
	}
	
.grid-box-event img {
	width: 100%;
	border: none !important;
	}
    
.grid-box .field--name-bundle-fieldnode { /* Show Content Type */  
    width: auto;
	position: absolute;
    top: .5em;
    left: auto;
    right: .5em;
	padding: .125em .25em;
	color: #FFF;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,.60) !important;
	border-radius: .125em;  
    }
 
.grid-box .field--name-field-date-time { /* Show Date Time */  
    width: auto;
	position: absolute;
    top: .5em;
    left: .5em; 
    right: auto;
	padding: .125em .25em;		
	color: #FFF;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,.60) !important;
	border-radius: .125em;
    } 	

/**** Events Grid Block ****/

.grid-box-event {
	position: relative; /* Puts image behind text */
	}

.grid-box-event-type  { /* Put text in front of image */ 
    position: absolute;
    top: .5em;
    right: .5em;
    left: auto;
	padding: .125em .25em;
	color: #FFF;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,.60) !important;
	border-radius: .125em;		
    }

.grid-box-event-date {
	position: absolute; /* Put title in front of image */
    top: .5em;
    left: .5em;   
    right: auto;
	padding: .25em .5em;	
	color: #FFF;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,.60) !important; 
	border-radius: .125em;	
	text-align: center;
	font-size: 1em;
	}

/**** Overlay Box Page and Views Reference Grids ****/

.overlay-box {
	position: relative; /* Puts image behind text */
	margin: 0;
	}

/*** Overlay Title ***/

.overlay-title {    
	position: absolute; /* Put title in front of image */
    bottom: .5em;
    left: .5em;
    right: auto;
	margin: 0 .5em 0 0; /* Padding for right side tranparent background */
	padding: .25em .5em;
	color: #FFF;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,.60) !important;
	border-radius: .125em;
	text-align: left; /* New */
    }
    
div.overlay-title a {
  color: #FFF !important; /* Link text color */
  text-decoration: none;
	}
	
div.overlay-title a:focus,
div.overlay-title a:hover {
  color: #FEBC11 !important; /* Link text color */
  text-decoration: underline;	
	}
	
/**** Images ****/

.img-responsive,
.region-content img { /* Images only in main content */
	margin: 0;
	padding: 0;
	}

.paragraph--type--big-banner img {
	width: 100%;
	}
	
/**** Recent News Featured ****/
	
.recent-news .node--view-mode-featured-overlay img {
	position: relative; /* Puts image behind text */
	width: 100%; /* Width of featured image in news */
	}
	
/**** Video Banner ****/	

.paragraph--type--video-banner video { /* Full width banner video */ 
   	object-fit: cover; /* Add to fill container */  
    margin: auto;
    width: 100%;
	padding: 0;
	margin: 0 0 -6px 0;
	overflow: hidden;
	}
	
/** Center Video **/

.image-align-center .video-embed-field-responsive-video {
    margin: .5em auto;
    max-width: 720px;
	}
		
/**** Image Images, Captions and Alignment ****/	

/** Image Captions **/

.blazy__caption,
.blazy__description {
	font-size: .7em;
   	padding: .25em 0 0 0;
	}

.image-align-center .blazy__caption,
.image-align-center .blazy__description {  
    margin: auto;
    text-align: center;
	}
		
/** Center Image **/
	
.field--name-field-inline .image-align-center img {
    margin: .5em auto 0 auto;
    width: auto;
	}
	
.field--name-field-inline .image-align-center { 
	margin: 0 0 1em 0; /* Adds bottom spacing to center inline images */
	}
	
/**** Image Hover Link for Images ****/

.region-highlighted a:hover img,
.region-content a:hover img { /* Image hover effect on images */
	opacity: 0.80;
	}
	
/**** Banners ****/

.paragraph--type--big-banner,
.paragraph--type--banner,
.paragraph--type--video-banner {
	margin: auto;
	position: relative;
	width: 100%;
	background: #000; /* Black Background Behind Images ADA Requiremnt */
	z-index: 0;
	}


/* ADA Requiremnt For Image Backgrounds */ 

.grid-block,
.paragraph--type-logo-gallery, /* New */
.paragraph--type-image-gallery {
	/* background: #000;  Black Background Behind Images ADA Requiremnt */
	}

/* Banner Image Credit */

.img-credit {
	position: absolute;
    padding: .5em .5em 0 .5em;    
    bottom: 0;
    left: auto;        
    right: 0;
    text-align: right;   
    max-width: 20%; 
   	font-size: .7em;
	}

/****** Begin breakpoint: desktop ******/
  
@media all and (min-width: 60.0625em) {

/**** SVG Website Logo For Banner ****/

.header-logo {
	width: 400px !important;
	/*
	padding: .25em !important;
	*/
	}

/* Front Page Banner H1 */

.path-frontpage .paragraph--type--big-banner .field--name-field-text h1 { 
    font-size: 1.6em !important;
    line-height: normal !important;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0) !important;
	border-radius: .125em;
    padding: .4em;
    }
	
/* Banner H1 */

.paragraph--type--big-banner .field--name-field-text h1,
.paragraph--type--banner .field--name-field-text h1,
.paragraph--type--video-banner .field--name-field-text h1 { 
    font-size: 1.6em !important;
    line-height: normal !important;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,.60) !important;
	border-radius: .125em;
    padding: .4em;
    }

/* Banner Tagline */

.tagline {
	font-size: 1.1em;
	line-height: 1.4em;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,.60) !important;
	border-radius: .125em;
    padding: .4em;	
	font-weight: 400;
	font-style: italic;
	}

/**** Teaser Title Font Size ****/

.overlay-title { 
	font-size: .90em; /* Link Text */
    }

/**** Views Image Grid ****/

.node--view-mode-grid-box-1 {
	display: block;
	float: left;
	width: 50%;
	}

.node--view-mode-grid-box-2 {
	display: block;
	float: left;
	width: 50%;
	}

.node--view-mode-grid-box-3 {
	display: block;
	float: left;
	width: 25%;
	}

/**** Event Grid ****/
	
.grid-box-event {
	display: block;
	float: left;
	width: 25%;
	}	

/**** Inline Image Alignment ****/

.image-align-left {
	float: left;
	display: inline-block;
	width: 32%;
	min-width: 380px;
	margin: .25em 1em 0 0;
	padding: 0;
	}

.image-align-right {
	float: right;
	display: inline-block;
	width: 32%;
	min-width: 380px;
	margin: .25em 0 0 1em;
	padding: 0;
	}
	
/**** Inline Image Alignment Within Content and Blocks Content ****/

.paragraph--type-content-blocks .image-align-left {
	float: left;
	display: inline-block;
	width: 32%;
	min-width: 300px;
	margin: .25em 1em 0 0;
	padding: 0;
	}

.paragraph--type-content-blocks .image-align-right {
	float: right;
	display: inline-block;
	width: 32%;
	min-width: 300px;
	margin: .25em 0 0 1em;
	padding: 0;
	}

/**** Video Banner Height ****/

.paragraph--type--video-banner video { 
    max-height: 600px;  
	}

/**** Banner Text ****/

.paragraph--type--banner .field--name-field-text {
	color: #fff;
	max-width: 1200px;	
    margin: auto;
    position: absolute;   
    top: 1em;
    bottom: 1em;
    left: 2em; /* More space on left allows slider buttons to function */
    right: 2em; /* More space on right allows slider buttons to function */
    z-index: 4;
    }

.paragraph--type--big-banner .field--name-field-text,
.paragraph--type--video-banner .field--name-field-text {
	color: #fff;
	max-width: 1200px;	
    margin: auto;
    position: absolute;   
    top: 1em;
    bottom: 1em;
    left: 1em;
    right: 1em;
    z-index: 4;
    }

/**** Banner Text Layout Regions ****/

/* Banner Left */

.banner-left-top {
    position: absolute;
    padding: .5em;  
    top: 0;
    left: 0;
    right: auto;
    text-align: left;
    max-width: 75%;
	}

.banner-left-center {
    position: absolute;
    padding: .5em;
    top: 50%;
    left: 0;
    right: auto;
    text-align: left;
    max-width: 75%;
    transform: translate(0, -50%);
	}

.banner-left-bottom {
    position: absolute;
    padding: .5em;
    bottom: 0;
    left: 0;
    right: auto;
    text-align: left;
    max-width: 75%;
	}
	
/* Banner Center */	

.banner-center-top {
	position: absolute;	
	padding: .5em;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
  	}
 
.banner-center {
  	position: absolute;	
  	padding: .5em;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	text-align: center;
	}
	
.banner-center-bottom {
	position: absolute;	
	padding: .5em;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center; 
	}

/* Banner Right */	

.banner-right-top {
    position: absolute;
    padding: .5em;
    top: 0;
    left: auto;
    right: 0;
    text-align: right;
    max-width: 75%;
	}

.banner-right-center {
    position: absolute;
    padding: .5em;
    top: 50%;
    left: auto;
    right: 0;
    text-align: right;
    max-width: 75%;
    transform: translate(0, -50%);
	}
	
.banner-right-bottom {
    position: absolute;
    padding: .5em;
    bottom: 0;
    left: auto;
    right: 0;
    text-align: right;   
    max-width: 75%;
	}
	
/**** Banner Width Container ****/

.paragraph--type--container .paragraph--type--banner,
.paragraph--type--container .paragraph--type--big-banner,
.paragraph--type--container .paragraph--type--video-banner {
	max-width: 1200px;
	margin: 1em auto 1em auto;
	padding:  0;
	}

/* Grid Block Container */

.paragraph--type--container .grid-block {
	margin: 0 0 0 0;
	}

/**** Image Gallery Container ****/

.paragraph--type--container .paragraph--type-logo-gallery, /* New */
.paragraph--type--container .paragraph--type-image-gallery {
	max-width: 1200px;
	margin: 1em auto;
	padding:  0 0;
	}
	
/**** Large Image Container ****/

.paragraph--type--container .paragraph--type--large-img  {
	max-width: 1200px;
	margin: 0 auto;
	padding: .5em 0;
	}	
	
/**** Background Image ****/

.paragraph--type--bg-image { /* Background size */
 	background: no-repeat center center fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	}

.paragraph--type--bg-image .field--name-field-text {
	max-width: 1200px; /* Width of Background Image Text */
	margin: auto;
	padding: 1em 1em; 
	color: #fff;
	}

/** Background image text styles **/

.paragraph--type--bg-image blockquote .fa-quote-left {
	font-size: 1.4em !important;
	margin: 0 .25em 0 0 !important;
	}
	
.paragraph--type--bg-image blockquote .fa-quote-right {
	font-size: 1.4em !important;
	margin: 0 0 0 .25em !important;
	}

.paragraph--type--bg-image blockquote p {
	font-size: 1.4em;
	line-height: normal;
	padding: 0 0 .25em 0;
    }
    
.paragraph--type--bg-image blockquote cite {
    font-size: 1em;
    font-style: italic;
    line-height: normal;
    color: inherit;
	}
  
.paragraph--type--bg-image p {
	font-size: 1.4em;
	line-height: normal;
	padding: .25em 0;
	}
	
/**** Banner Button Font Size ****/

.banner-button a {	
font-size: 1.2em !important; 
	}

.banner-big-button a {	
font-size: 1.4em !important; 
	}

}
/****** End breakpoint: desktop ******/

/****** Begin breakpoint: tablet ******/
  
@media all and (min-width: 45.0625em) and (max-width: 60em) {

/**** SVG Website Logo For Banner ****/

.header-logo {
	width: 200px !important;
	/*
	padding: .25em !important;
	*/
	}
	
/* Front Page Banner H1 */

.path-frontpage .paragraph--type--big-banner .field--name-field-text h1 { 
	font-size: 1.6em !important;
	line-height: normal !important;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0) !important;
	border-radius: .125em;
	padding: .4em;
	}
	
/* Banner H1 */

.paragraph--type--big-banner .field--name-field-text h1,
.paragraph--type--banner .field--name-field-text h1,
.paragraph--type--video-banner .field--name-field-text h1 { 
    font-size: 1.6em !important;
    line-height: normal !important;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,.60) !important;
	border-radius: .125em;
    padding: .4em;
    }
    
/* Banner Tagline */

.tagline {
	font-size: 1em;
	line-height: 1.2em;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,.60) !important;
	border-radius: .125em;
    padding: .4em;	
	font-weight: 400;
	font-style: italic;
	}
	
/**** Teaser Title Font Size ****/

.overlay-title { 
	font-size: .90em; /* Link Text */
    }
    
/**** Views Image Grid ****/

.node--view-mode-grid-box-1 {
	display: block;
	float: left;
	width: 50%;
	}

.node--view-mode-grid-box-2 {
	display: block;
	float: left;
	width: 50%;
	}

.node--view-mode-grid-box-3 {
	display: block;
	float: left;
	width: 50%;
	}
	
/**** Event Grid ****/
	
.grid-box-event {
	display: block;
	float: left;
	width: 50%;
	}
	
/**** Inline Image Alignment ****/

.image-align-left {
	float: left;
	display: inline-block;
	width: 32%;
	min-width: 300px;
	margin: .25em 1em 0 0;
	padding: 0;
	}
	
.image-align-right {
	float: right;
	display: inline-block;
	width: 32%;
	min-width: 300px;
	margin: .25em 0 0 1em;
	padding: 0;
	}
	
/**** Inline Image Alignment Within Content and Blocks Content ****/

.paragraph--type-content-blocks .image-align-left {
	float: none;
	display: inline-block;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 .5em 0;
	}

.paragraph--type-content-blocks .image-align-right {
	float: none;
	display: inline-block;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 .5em 0;
	}

/**** Video Banner Height ****/

.paragraph--type--video-banner video { 
    max-height: 480px;  
	}

/**** Banner Text ****/

.paragraph--type--banner .field--name-field-text {
	color: #fff;
	max-width: 960px;	
    margin: auto;
    position: absolute;   
    top: 1em;
    bottom: 1em;
    left: 2em; /* More space on left allows slider buttons to function */
    right: 2em; /* More space on right allows slider buttons to function */
    z-index: 4;
    }
    
.paragraph--type--big-banner .field--name-field-text,
.paragraph--type--video-banner .field--name-field-text {
	color: #fff;
	max-width: 960px;	
    margin: auto;
    position: absolute;   
    top: 1em;
    bottom: 1em;
    left: 1em;
    right: 1em;
    z-index: 4;
    }

/**** Banner Text Layout Regions ****/

/* Banner Left */

.banner-left-top {
    position: absolute;
    padding: .5em;  
    top: 0;
    left: 0;
    right: auto;
    text-align: left;
    max-width: 75%;
	}
    
.banner-left-center {
    position: absolute;
    padding: .5em;
    top: 50%;
    left: 0;
    right: auto;
    text-align: left;
    max-width: 75%;
    transform: translate(0, -50%);
	}

.banner-left-bottom {
    position: absolute;
    padding: .5em;
    bottom: 0;
    left: 0;
    right: auto;
    text-align: left;
    max-width: 75%;
	}
	
/* Banner Center */	

.banner-center-top {
	position: absolute;	
	padding: .5em;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
  	}
	
.banner-center {
  	position: absolute;	
  	padding: .5em;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	text-align: center;
	}
	
.banner-center-bottom {
	position: absolute;	
	padding: .5em;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center; 
	}

/* Banner Right */	

.banner-right-top {
    position: absolute;
    padding: .5em;
    top: 0;
    left: auto;
    right: 0;
    text-align: right;
    max-width: 75%;
	}

.banner-right-center {
    position: absolute;
    padding: .5em;
    top: 50%;
    left: auto;
    right: 0;
    text-align: right;
    max-width: 75%;
    transform: translate(0, -50%);
	}

.banner-right-bottom {
    position: absolute;
    padding: .5em;
    bottom: 0;
    left: auto;
    right: 0;
    text-align: right;   
    max-width: 75%;
	}

/**** Banner Width Container ****/

.paragraph--type--container .paragraph--type--banner,
.paragraph--type--container .paragraph--type--big-banner,
.paragraph--type--container .paragraph--type--video-banner {
	max-width: 960px;
	margin: 0 auto 1em auto;
	padding:  0;
	}

/* Grid Block Container */

.paragraph--type--container .grid-block {
	margin: 0 0 .5em 0;
	}
	
/**** Image Gallery Container ****/

.paragraph--type--container .paragraph--type-logo-gallery, /* New */
.paragraph--type--container .paragraph--type-image-gallery {
	max-width: 960px;
	margin: 1em auto;
	padding:  0 0;
	}
	
/**** Large Image Container ****/

.paragraph--type--container .paragraph--type--large-img  {
	max-width: 960px;
	margin: 0 auto;
	padding: .5em 0;
	}
	
/**** Background Image ****/

.paragraph--type--bg-image { /* Background size */
 	background: no-repeat center center fixed;
  	background-size: 960px 100%;
	}
	
.paragraph--type--bg-image .field--name-field-text {
	max-width: 960px; /* Width of Background Image Text */
	margin: auto;
	padding: 1em 1em; 
	color: #fff;
	}

/** Background image text styles **/

.paragraph--type--bg-image blockquote .fa-quote-left {
	font-size: 1.1em !important;
	margin: 0 .25em 0 0 !important;
	}
	
.paragraph--type--bg-image blockquote .fa-quote-right {
	font-size: 1.1em !important;
	margin: 0 0 0 .25em !important;
	}

.paragraph--type--bg-image blockquote p {
	font-size: 1.1em;
	line-height: normal;
	padding: 0 0 .25em 0;
    }
 
.paragraph--type--bg-image blockquote cite {
    font-size: 1em;
    font-style: italic;
    line-height: normal;
    color: inherit;
	}

.paragraph--type--bg-image p {
	font-size: 1.1em;
	line-height: normal;
	padding: .25em 0;
	}
	
/**** Banner Button Font Size ****/

.banner-button a {	
font-size: 1em !important; 
	}

.banner-big-button a {	
font-size: 1.2em !important; 
	}

}
/****** End breakpoint: tablet ******/
  
/****** Begin breakpoint: mobile ******/
@media all and (max-width: 45em) {

/**** SVG Website Logo For Banner ****/

.header-logo {
	width: 140px !important;
	padding: 0 !important;
	}
	
/* Banner H1 */

.paragraph--type--big-banner .field--name-field-text h1,
.paragraph--type--banner .field--name-field-text h1,
.paragraph--type--video-banner .field--name-field-text h1 { 
    font-size: 1.2em !important;
    line-height: normal !important;
    padding: 0;
    }

/* Banner Tagline */

.tagline {
	font-size: .90em;
	line-height: 1.2em;
    padding: .25em 0;
	font-weight: 400;
	font-style: italic;
	}
	
/**** Teaser Title Font Size ****/

.overlay-title { 
	font-size: .90em; /* Link Text */
    }
    
/**** Views Image Grid ****/

.node--view-mode-grid-box-1 {
	display: block;
	float: none;
	width: 100%;
	}

.node--view-mode-grid-box-2 {
	display: block;
	float: none;
	width: 100%;
	}

.node--view-mode-grid-box-3 {
	display: block;
	float: none;
	width: 100%;
	}
	
/**** Event Grid ****/
	
.grid-box-event {
	display: block;
	float: none;
	width: 100%;
	}

/**** Inline Image Alignment ****/

.image-align-left {
	float: none;
	display: inline-block;
	width: 100%;
	margin: .5em 0;
	padding: 0;
	}
	
.image-align-right {
	float: none;
	display: inline-block;
	width: 100%;
	margin: .5em 0;
	padding: 0;
	}
	
/**** Inline Image Alignment Within Content and Blocks Content ****/

.paragraph--type-content-blocks .image-align-left {
	float: none;
	display: inline-block;
	width: 100%;
	margin: .5em 0;
	padding: 0;
	}

.paragraph--type-content-blocks .image-align-right {
	float: none;
	display: inline-block;
	width: 100%;
	margin: .5em 0;
	padding: 0;
	}
	
/**** Video Banner Height ****/

.paragraph--type--video-banner video { 
    max-height: 240px;  
	}
	
/**** Banner Text ****/

.paragraph--type--banner .field--name-field-text {
	color: #fff !important;
	width: 100%;
    margin: auto;
    padding: .5em 1em;
	background: #3D4952;	
	overflow: hidden;
    }
    
.paragraph--type--big-banner .field--name-field-text,
.paragraph--type--video-banner .field--name-field-text {
	color: #fff !important;
	width: 100%;
    margin: auto;
    padding: .5em 1em;
    background: #3D4952;	
	overflow: hidden;
    }
    
/**** Banner Text Layout Regions ****/

/* Banner Left */

.banner-left-top,
.banner-left-center,
.banner-left-bottom {
    width: 100%;
    padding: 0;
	}
	
/* Banner Center */	

.banner-center-top,
.banner-center,
.banner-center-bottom {
    width: 100%;
    padding: 0;
  	}
  	
/* Banner Right */	

.banner-right-top,
.banner-right-center,
.banner-right-bottom {
    width: 100%;
    padding: 0;
	}
	
/**** Banner Width Container ****/	

.paragraph--type--container .paragraph--type--banner,
.paragraph--type--container .paragraph--type--big-banner,
.paragraph--type--container .paragraph--type--video-banner {
    width: 100%;
	margin: 0 auto 1em auto;
	padding:  0;
	}
		
/* Grid Block Container */

.paragraph--type--container .grid-block {
	margin: 0 0 1em 0;
	}

/**** Image Gallery Container ****/

.paragraph--type--container .paragraph--type-logo-gallery, /* New */
.paragraph--type--container .paragraph--type-image-gallery {
    width: 100%;
	margin: 1em auto;
	padding:  0 0;
	}
	
/**** Large Image Container ****/

.paragraph--type--container .paragraph--type--large-img  {
    width: 100%;
	margin: 0 auto;
	padding: .5em 0;
	}

/**** Background Image ****/

.paragraph--type--bg-image { /* Background size */
 	background: no-repeat center center scroll;
  	background-size: 768px 100%;
	}
	
.paragraph--type--bg-image .field--name-field-text {
	max-width: 768px; /* Width of Background Image Text */
	margin: auto;
	padding: 1em 1em; 
	color: #fff;
	}
	
/** Background image text styles **/

.paragraph--type--bg-image blockquote .fa-quote-left {
	font-size: 1.1em !important;
	margin: 0 .25em 0 0 !important;
	}
		
.paragraph--type--bg-image blockquote .fa-quote-right {
	font-size: 1.1em !important;
	margin: 0 0 0 .25em !important;
	}

.paragraph--type--bg-image blockquote p {
	font-size: 1.1em;
	line-height: normal;
	padding: 0 0 .25em 0;
    }
 
.paragraph--type--bg-image blockquote cite {
    font-size: .90em;
    font-style: italic;
    line-height: normal;
    color: inherit;
	}

.paragraph--type--bg-image p {
	font-size: 1.1em;
	line-height: normal;
	padding: .25em 0;
	}
	
/**** Banner Button Font Size ****/

.banner-button a {	
font-size: 1em !important; 
	}

.banner-big-button a {	
font-size: 1.2em !important; 
	}

/**** Mobile Specfic CSS ****/

/* Hides image credit on mobile */

.img-credit {
	display: none;
	}

}
/****** End breakpoint: mobile ******/


