/* BASE */

/* BASE *//* HTML ELEMENTS */

html, body { height:100%; }

a {
	-moz-transition: color .25s;
	-webkit-transition: color .25s;
	transition: color .25s;
	color: #1D4F8C;
}
a:hover, a:focus {
	text-decoration: none;
}
a:link {
	color: #215ba1;
}


body {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: Oswald;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	min-width: 320px;
	overflow-y: scroll;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
p { 
	margin-bottom: 1.4em; 
	/* font-size: 1.5em !important; 
	line-height: 1.5em !important; */
}

h1, h2, h3, h4, h5, h6 {
	font-family: Oswald;
	line-height: 1;
	margin: 0;
	padding: 0;
}

h1 { font-size: 36px; font-weight: 600; line-height: 30px; }
h2 { font-size: 30px; font-weight: 600; line-height: 30px; }
h3 { font-size: 20px; font-weight: 600; line-height: 24px; }
h4 { font-size: 18px; font-weight: 900; line-height: 30px; }
h5 { font-size: 14px; font-weight: 900; line-height: 16px; }
h6 { font-size: 12px; font-weight: 900; line-height: 14px; }

.btn {
	background-color: #757575;
	text-transform: uppercase;
	border-width: 0;
}

.btn-primary {
	background-color: #1D4F8C !important;
	border-color: #1D4F8C !important;
}

.btn-primary:hover {
	background-color: #09203C !important;
	border-color: #09203C !important;
}


img {
	max-width: 100%;
	height: auto;
}
#content img {
	margin-right: 20px;
}
iframe {
	max-width: 100%;
}

/* BASE *//* UTILITIES */

.clear { clear:both; }
.linkify { cursor: pointer; }

/* bootstrap updates */
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.embed-responsive-1by1 {
	padding-bottom: 100%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive .video-play-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
	background-image: url(../images/trans-1by1-play.png);
	background-position: center;
	background-size: cover;
	cursor: pointer;
}
.dropdown-backdrop {
	position: static;
}
.modal-backdrop {
	z-index: 0;
}

/* BASE *//* RESETS */

/* plyr overrides */
.plyr .plyr__play-large {
	opacity: 0;
}


/* COMPONENTS */

/* COMPONENTS *//* STRUCTURE */

#wrapper {
	position: relative;
	height: 100%;
}

/* COMPONENTS *//* STRUCTURE *//* Header */
/* template.header.css */

/* COMPONENTS *//* STRUCTURE *//* Main */

/*
#main {
	position: relative;
	top: 105px;
  }
  
@media (min-width: 1080px) {
#main {
	position: relative;
	top: 200px;
}
}
*/

#main {
	position: unset;
	top: unset;
  }
  
@media (min-width: 1080px) {
	#main {
		position: unset;
		top: unset;
	}
}

.lay-root-blank #main, .lay-root-poster #main {
	background-color: transparent;
}

.lay-copy {
	min-height: 800px;
}

@media (min-width: 1600px) {
	.container {
		width: 1480px;
	}
}


/* COMPONENTS *//* STRUCTURE *//* Footer */

#footer {
	border-top-style: solid;
	border-top-width: 5px;
	font-size: 16px;
	line-height: 24px;
	padding: 15px 30px 30px;
	text-align: center;
}

.element_pagetypes .col-md-3.tile
, .element_posttypes .col-md-3.tile {
    display: block;
    background-color: #f2f2f2;
    padding: 20px;
    border: 1px solid #fff;
    word-break: break-all;
    height: 500px !important;
}
.element_pagetypes .col-md-3.tile .content
, .element_posttypes .col-md-3.tile .content {
    font-size: 15px;
    line-height: 16px;
}
.element_pagetypes .col-md-3.tile .list-group-item-heading
, .element_posttypes .col-md-3.tile h1.title {
    font-size: 17px;
	line-height: 17px;
	border: none;
	margin: 0px;
	padding: 0px;
}

@media (min-width: 768px) {
	#footer {
		display: table;
		width: 100%;
	}
	.footer-links, .powered-by {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
	.footer-links {
		text-align: left;
	}
	.powered-by {
		line-height: 0;
		text-align: right;
	}
	.powered-by a {
		display: inline-block;
		margin-right: -15px;
		width: 304px;
	}
}
@media (min-width: 992px) {
	#footer {
		padding-left: 47px;
		padding-right: 47px;
		padding-top: 20px;
		padding-bottom: 47px;
	}
}


.page-home .footer-cols-section-2 { display: block; text-align: center;}
.page-home .footer-cols { 
  display: block;
  background: white;
  background-repeat: no-repeat;
  background-size: cover;
 }
 .footer-cols>section { background: transparent; padding: 30px; padding-top: 20px; padding-bottom: 60px; }
@media(min-width: 768px) {
  .footer-cols>section { padding: 60px; padding-top: 30px;}
}

 .address-footer { color: #09203C; text-align: center; line-height: 20px; border-top: 2px solid #c4c4c496; padding-top: 40px; }
 .address-footer h3 { font-weight: bold; margin-bottom: 10px; font-size: 20px; }
 .address-footer p { font-size: 16px; }
 
 .address-header {
  padding: 48px;
  color: #09203C;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .address-header h2 {
  font-size: 50px !important;
  line-height: 60px !important;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}


 /* Footer */
 footer#footer { display: none; }
 section.footer-cols-section.footer-cols-section-3 {
  background: #09203C;
  padding: 0;
}
.foot-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.footer-cols-section.footer-cols-section-3 .left-links a {
	color: #fff;
}
.left-links a:hover { filter: brightness(0.8); }
.footer-cols p { max-width: unset; }
section.footer-cols-section.footer-cols-section-2 { 
  border-top: 10px solid #09203C; 
  background: url(/vendor/_accounts/lancegooden/_skins/hathaway/images/bg-footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.foot-wrap { max-width: 1000px; margin: 0 auto; }
.footer-cols ul li { border: none; }
.footer-cols ul { display: flex; }
.footer-cols ul li:last-child { border: none; }
.footer-cols a { font-weight: 300; }
footer#custom-footer { padding: 20px 20px; margin: 0 auto; max-width: 1400px;}

@media(min-width:600px){
  footer#custom-footer { padding: 20px 40px; }
  .page-home footer#custom-footer { padding: 20px 60px; }
}
@media(min-width: 1600px) {
	footer#custom-footer { padding: 20px 0; }
	.page-home footer#custom-footer { padding: 20px 0; }
 }
.left-links { font-family: sans-serif; font-size: 1rem;}
.terms { border-left: 1px solid #ffffff66; padding-left: 1rem; margin-left: .5rem; }
.footer-cols li>a:hover { filter: brightness(0.8); background-color: unset; }

.footer-cols li>a:hover { background-color: transparent; }


/* COMPONENTS *//* CONTENT *//* PageHead (Title) */

#page-head {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/* border-bottom-style: solid;
	border-bottom-width: 1px; */
	border-bottom: unset;
	overflow: hidden;
	padding-top: 27px;
	padding-bottom: 20px;
	text-align: center;
	margin-top: -120px;
	margin-bottom: 20px;
	z-index: 0;
	position: relative;
}
@media (min-width: 768px) {
	#page-head {
		/* padding-top: 37px; */
		padding-bottom: 22px;
	}

}
@media (min-width: 992px) {
	#page-head {
		padding-top: 10px;
		padding-bottom: 25px;
	}
}
@media (min-width: 1080px) {
	#page-head {
		padding-top: 15px;
		margin-top: -150px;
	}
}

#page-head h1 {
	text-align: center;
	color: #fff !important;
}
#page-head h1 a {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
}
#page-head h1 a:hover, #page-head h1 a:focus {
	color: #fff !important;
}
@media (min-width: 768px) {
	#page-head h1 a {
		font-size: 40px;
		line-height: 40px;
	}
}
@media (min-width: 992px) {
	#page-head h1 a {
		font-size: 60px;
		line-height: 60px;
	}
}

/* COMPONENTS *//* CONTENT *//* Breadcrumbs */

.breadcrumb {
	background-color: transparent;
	display: inline-block;
	font-size: 0px;
	line-height: 0px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	font-family: 'Roboto';
}
.breadcrumb li {
	font-size: 0px;
	line-height: 0px;
}
.breadcrumb li:last-child {
	display: none;
}
.breadcrumb a {
	color: #fff !important;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	vertical-align: middle;
}
.breadcrumb > li + li:before {
	content: "\0002F";
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	padding-left: 7px !important;
	padding-right: 0 !important;
	vertical-align: middle;
	color: #fff !important;
}
.breadcrumb a.page-action {
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	display: inline-block;
	font-size: 0;
	height: 22px;
	width: 22px;
}
.breadcrumb a.page-action .icon {
	display: inline-block;
	height: 22px;
	width: 22px;
}
@media (min-width: 768px) {
	.breadcrumb li {
		font-size: 24px;
		line-height: 24px;
	}
}

/* COMPONENTS *//* CONTENT *//* Content Sections */

#content, #sidebar-inner {
	padding-top: 40px;
	padding-bottom: 80px;
}

/* #content a {
	color: #1f4c84;
} */

/* COMPONENTS *//* CONTENT *//* PageGroups */

.pagegroup {
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.pagegroup {
		margin-bottom: 40px;
	}
}

/*.pagegroup {
	outline-color: yellow;
	outline-style: dashed;
	outline-width: 3px;
}
.pagegroup>* {
	outline-color: red;
	outline-style: solid;
	outline-width: 3px;
}
.pagegroup>.element, .pagegroup>.section {
	outline-color: blue;
}*/


.pagegroup_textblocks .article {
	margin-bottom: 20px;
	font-family: 'Roboto';
	color: #183151;
	font-size: 22px;
}
.group-layout-row {
	margin-bottom: 20px;
}

.pagegroup h1, .pagegroup h2, .pagegroup h3, .pagegroup h4, .pagegroup h5, .pagegroup h6 {
	font-family: Oswald;
	margin-bottom: .66em;
	color: #222C36;
}
.pagegroup h2 {
	font-family: oswald;
	font-size: 40px;
	line-height: 46px;
	text-align: left;
}
.pagegroup .pagegroup-title h2, .pagegroup_posttypes h1.title, #related-links::before {
	color: #222C36 !important;
	font-family: Oswald;
    font-size: 40px;
    line-height: 46px;
    text-align: left;
}


/* COMPONENTS *//* CONTENT *//* Sidebar */

@media (max-width: 991px) {
	#sidebar::before {
		content: ' ';
		position: absolute;
		top: 0;
		right: -150px;
		bottom: 0;
		left: -150px;
		
		display: block;
	}
}
#sidebar-inner { position: relative; }

/* COMPONENTS *//* CONTENT *//* Related Links */

#related-links::before {
	content: 'Related';
	display: block;
}
#related-links li a {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	color: inherit;
	padding: 15px 0;
	font-size: 22px;
}
#related-links li a:hover, #related-links li a:focus {
	background: transparent;
}
#related-links li:last-child a {
	border-bottom: 0;
}

#sidebar .memberships-actions .username {
	display: block;
	font-weight: normal;
	overflow: hidden;
	padding: 0 0.33em 0.66em;
	text-decoration: underline;
	word-wrap: break-word;
}
#sidebar .memberships-actions a.username:hover {
	text-decoration: none;
}

/* COMPONENTS *//* CONTENT *//* Embeds */
.post .embed-responsive {
	margin-bottom: 20px;
}
.recordList .media .embed-responsive {
	margin: 20px;
}

/* COMPONENTS *//* CONTENT *//* Footer Columns */
.footer-cols {
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
}
.footer-cols>section {
	padding: 30px;
}

.footer-cols h3,.footer-cols h4 {
	font-family: 'Oswald';
	font-weight: 300;
	line-height: 1em;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	text-shadow: 1px 1px 1px #444;
	text-transform: uppercase;
}
.footer-cols h3 {
	font-family: 'Roboto Condensed';
	font-size: 40px;
	font-weight: bold;
	text-shadow: unset;
}
.footer-cols h4 {
	font-size: 30px;
	margin-bottom: 20px;
}

.footer-cols address, .footer-cols p {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
	text-shadow: inherit;
	font-family: Roboto;
}
.footer-cols strong {
	text-transform: uppercase;
}

.footer-cols ul {
	list-style: none;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
.footer-cols ul:last-child {
	margin: 0;
}
.footer-cols ul li {
	margin: 0;
	padding: 0;
}
.footer-cols li>a {
	display: block;
	padding: 15px;
	text-shadow: 1px 1px 1px #444;
	transition: background-color .3s;
}

.footer-cols .btn {
	border-radius: 3px;
	border-width: 0;
	display: block;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	margin-bottom: 10px;
	padding: 15px;
	text-align: left;
	text-shadow: 1px 1px 1px #444;
	transition: background-color .3s;
}

.footer-cols li>a, .footer-cols .btn {
	display: flex;
	align-items: center;
	min-height: 55px;
}
.footer-cols .icon {
	/* flex: 0 0 auto; check in IE */
	flex: none;
	display: inline-block;
	height: 25px;
	margin-right: 10px;
	width: 25px;
}

/*.footer-cols .icon-email { background-image: url('../images/footer-cols-icon-email.png'); }
.footer-cols .icon-facebook { background-image: url('../images/footer-cols-icon-facebook.png'); }
.footer-cols .icon-instagram { background-image: url('../images/footer-cols-icon-instagram.png'); }
.footer-cols .icon-map { background-image: url('../images/footer-cols-icon-beacon.png'); }
.footer-cols .icon-rss { background-image: url('../images/footer-cols-icon-rss.png'); }
.footer-cols .icon-support { background-image: url('../images/footer-cols-icon-support.png'); }*/

/* .footer-cols p {
	max-width: 350px;
}
.footer-cols .btn {
	max-width: 250px;
} */

@media (min-width: 768px) {
	.footer-cols {
		position: relative;
		
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		display: flex;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.footer-cols>section {
		flex: 1;
		vertical-align: top;
	}
}


.posttypelayout_tiles .post-item {
	position: relative;
	padding: 10px;
}
.posttypelayout_tiles .post-item>img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
.posttypelayout_tiles article {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	
	background-color: rgba(62, 92, 125, .5);
	font-size: 16px;
	line-height: 1.5em;
	overflow: hidden;
	padding: 20px;
}
.posttypelayout_tiles article header {
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1em;
	max-height: 124px; /* (5 x line-height) + 3 to avoid clipping */
	min-height: 0;
	overflow: hidden;
	padding-bottom: 3px;
}
.posttypelayout_tiles article footer {
	margin-top: 12px;
}
.posttypelayout_tiles article .post-type {
	display: none;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-shadow: 1px 1px 5px #333;
	text-transform: uppercase;
}
.posttypelayout_tiles article .post-teaser {
	display: none;
	max-height: 120px; /* line-height x 5 */
	overflow: hidden;
}
.posttypelayout_tiles article h1 {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin-bottom: 0;
}
.posttypelayout_tiles article h1 a {
	display: block;
	text-shadow: 1px 1px 5px #333;
	transition: color 0s;
}
.posttypelayout_tiles article h1 a:hover, .posttypelayout_tiles article h1 a:focus {
	text-shadow: 1px 1px 1px #333;
}
.posttypelayout_tiles .hero article {
	font-size: 20px;
}
.posttypelayout_tiles .hero article .post-type {
	display: block;
}
.posttypelayout_tiles .hero article .post-teaser {
	display: none;
	max-height: 150px; /* line-height x 5 */
}

@media (min-width: 500px) {
	.posttypelayout_tiles .post-items::after {
		clear: both;
	}
	.posttypelayout_tiles .post-items::before, .posttypelayout_tiles .post-items::after {
		content: " ";
		display: table;
	}
	.posttypelayout_tiles .post-item {
		float: left;
		width: 50%;
	}
	.posttypelayout_tiles .post-item.hero {
		float: none;
		width: 100%;
	}
	.posttypelayout_tiles .post-item.hero header {
		font-size: 32px;
		max-height: 179px; /* (5 x line-height) + 3 to avoid clipping */
	}
}
@media (min-width: 992px) {
	.posttypelayout_tiles .post-item {
		float: left;
		width: 25%;
	}
	.posttypelayout_tiles .post-item.hero {
		float: left;
		width: 50%;
	}
	/* .posttypelayout_tiles .post-item.hero article header {
		max-width: 50%;
	} */
}


/* COMPONENTS *//* CORE ELEMENTS *//* TEXT BLOCKS *//* Action Blocks */

.action-block-items {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.action-block-item {
	position: relative;
	
	width: 50%;
}
.action-block-item::before {
	content: " ";
	display: block;
	padding-top: 100%;
}
.action-block-item a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	
	font-size: 16px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}
.action-block-item a .icon {
	display: block;
	flex-shrink: 0;
	height: 70px;
	width: 70px;
	background-repeat: no-repeat;
	background-position: center center;
}
.action-block-item a .title {
	display: block;
	flex-shrink: 0;
	height: 54px;
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
}
@media (min-width: 600px) {
	.action-block-item {
		width: 33.3%;
	}
	.action-block-item a {
		font-size: 18px;
		line-height: 20px;
	}
	.action-block-item a .title {
		height: 60px;
	}
}
@media (min-width: 1055px) {
	.action-block-item {
		width: 16.6%;
	}
	.action-block-item a .title {
		height: 60px;
	}
}

/* COMPONENTS *//* CORE ELEMENTS *//* TEXT BLOCKS *//* Carousel */
.element_textblocks .layout_carousel {
	position: relative;
}
.element_textblocks .layout_carousel .owl-wrapper {
	display: flex !important;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
}
.element_textblocks .layout_carousel .owl-item {
	display: flex !important;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
}
.element_textblocks .layout_carousel .owl-item .text-item {
	flex-basis: 0;
	flex-grow: 1;
}

.element_textblocks .layout_carousel .carousel-next, .element_textblocks .layout_carousel .carousel-prev {
	position: absolute;
	top: 55%;
	z-index: 1;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 160px;
	opacity: .5;
	width: 50px;
}
.element_textblocks .layout_carousel .carousel-next {
	right: 0;
}
.element_textblocks .layout_carousel .carousel-prev {
	left: 0;
}
.element_textblocks .layout_carousel .carousel-next:hover, .element_textblocks .layout_carousel .carousel-prev:hover {
	opacity: 1;
}
.element_textblocks .layout_carousel .carousel-next {
	background-image: url(../images/panel_slider_arrow_next.png);
}
.element_textblocks .layout_carousel .carousel-prev {
	background-image: url(../images/panel_slider_arrow_prev.png);
}

/* COMPONENTS *//* CORE ELEMENTS *//* TEXT BLOCKS *//* Panels */
.element_textblocks .layout_panels {
	position: relative;
}
.element_textblocks .layout_panels .text-items {
	box-shadow: 0px -1px rgba(0, 0, 0, .15) inset;
}
.element_textblocks .layout_panels .text-item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: -1px -1px 0 rgba(0, 0, 0, .15) inset;
	padding: 35px;
	padding-bottom: 70px;
	color: white;
	text-align: center;
}
.element_textblocks .layout_panels .text-item a, .element_textblocks .layout_panels .text-item h1, .element_textblocks .layout_panels .text-item h2, .element_textblocks .layout_panels .text-item h3 {
	color: inherit;
}
.element_textblocks .layout_panels .text-item .btn {
	display: inline-block;
	margin-top: 1em;
}
@media (min-width: 768px) {
	.element_textblocks .layout_panels .text-items {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: stretch;
	}
	.element_textblocks .layout_panels .text-item {
		flex-basis: 100%;
		flex-grow: 1;
		flex-shrink: 1;
		padding: 50px;
		padding-bottom: 100px;
	}
}


/* COMPONENTS *//* CORE ELEMENTS *//* TEXT BLOCKS *//* Panels (Slider) */
/* TODO: make .text-items use flex and not have a limit on width */
.element_textblocks .layout_panels-slider {
	overflow: hidden;
	width: 100%;
}
.element_textblocks .layout_panels-slider .text-items {
	left: 0px;
	
	display: block;
	height: 525px;
	margin: 0 auto;
	transition: all 200ms ease;
	transform: translate3d(0px, 0px, 0px);
	width: 9999px;
}
.element_textblocks .layout_panels-slider .text-item {
	background-position: center bottom;
	background-size: contain;
	display: block;
	float: left;
	height: 525px;
	padding: 35px;
	width: 300px;
}
@media (min-width: 768px) {
	.element_textblocks .layout_panels-slider .text-items {
		height: 700px;
	}
	.element_textblocks .layout_panels-slider .text-item {
		height: 700px;
		width: 400px;
		padding: 120px 60px;
	}
}


.panels-slider-next, .panels-slider-prev {
	position: absolute;
	top: 55%;
	z-index: 1;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 160px;
	opacity: .5;
	width: 50px;
}
.panels-slider-next {
	right: 0;
}
.panels-slider-prev {
	left: 0;
}
.panels-slider-next:hover, .panels-slider-prev:hover {
	opacity: 1;
}

.element_textblocks .layout_panels-slider .panels-slider-next {
	background-image: url(../images/panel_slider_arrow_next.png);
}
.element_textblocks .layout_panels-slider .panels-slider-prev {
	background-image: url(../images/panel_slider_arrow_prev.png);
}

/* COMPONENTS *//* CORE ELEMENTS *//* TEXT BLOCKS *//* Captions */
.layout_captions {}
.layout_captions .text-item {
	position: relative;
	
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	
	background-color: #fff;
}
.layout_captions .text-item+.text-item {
	box-shadow: 0px 1px rgba(0, 0, 0, .15) inset;
}
.layout_captions .text-item .image {
	position: relative;
	
	background-color: #666;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 25px 0;
}
.layout_captions .text-item .image::before {
	content: " ";
	display: block;
	padding-top: 75%;
}
.layout_captions .text-item .block {
	position: relative;
	
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	padding: 20px;
}
@media (min-width: 768px) {
	.layout_captions .text-item {
		flex-direction: row;
	}
	.layout_captions .text-item .image {
		min-width: 30%;
	}
	.layout_captions .text-item .image::after {
		content: " ";
		position: absolute;
		top: 50%;
		right: 0;
		
		border-top: 15px solid transparent;
		border-right: 15px solid #fff;
		border-bottom: 15px solid transparent;
		height: 0;
		transform: translateY(-50%);
		width: 0;
		border: none;
	}
}



/* EVENTS *//* Tiles (Upcoming) */
.eventtypelayout_tilesupcoming .event-items {
	width: 100%;
}
.eventtypelayout_tilesupcoming .event-item {
	display: block;
	padding: 20px 10px;
	
	transition: background-color .2s, color .2s;
}

.eventtypelayout_tilesupcoming .event-item .weekday-month {
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
}
.eventtypelayout_tilesupcoming .event-item .day {
	font-size: 80px;
	font-weight: 900;
	line-height: 94px;
}
.eventtypelayout_tilesupcoming .event-item .title {
	font-size: 14px;
	line-height: 1.2em;
	max-height: 3.6em;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}
@media (max-width: 399px) {
.eventtypelayout_tilesupcoming .event-item .day {
	font-size: 60px;
	line-height: 74px;
}
}
@media (max-width: 767px) {
	.eventtypelayout_tilesupcoming .event-items {
		display: flex;
		flex-flow: row wrap;
	}
	.eventtypelayout_tilesupcoming .event-item {
		flex: 1 33.33333%; 
		margin: -1px;
	}
}

@media (min-width: 768px) {
	.eventtypelayout_tilesupcoming .event-items {
		border-collapse: collapse;
		display: table;
		table-layout: fixed;
	}
	.eventtypelayout_tilesupcoming .event-item {
		display: table-cell;
	}
}
@media (min-width: 992px) {
	.eventtypelayout_tilesupcoming .event-item {
		padding: 30px 20px;
	}
}

.eventtypelayout_tilesupcoming .section-link {
	line-height: 22px;
	padding: 35px 0 58px;
	text-align: center;
}
.eventtypelayout_tilesupcoming .section-link a {
	background-position: center right;
	background-repeat: no-repeat;
	font-size: 18px;
	font-style: italic;
	padding-right: 20px;
}

/* NAOC MEMBERS ONLY STYLES - TICKET 35473 */
.element_pagetypes .col-md-3.tile
, .element_posttypes .col-md-3.tile {
    display: block;
    background-color: #f2f2f2;
    padding: 20px;
    border: 1px solid #fff;
    word-break: break-all;
    height: 450px;
}
.element_pagetypes .col-md-3.tile .content
, .element_posttypes .col-md-3.tile .content {
    font-size: 15px;
    line-height: 16px;
}
.element_pagetypes .col-md-3.tile .list-group-item-heading
, .element_posttypes .col-md-3.tile h1.title {
    font-size: 17px;
	line-height: 17px;
	border: none;
	margin: 0px;
	padding: 0px;
}
.element_pagetypes .page-title {
	text-transform: uppercase;
	font-size: 22px;
}
@media(min-width: 640px) {
	.element_pagetypes .page-title {
		font-size: 30px;
	}
}