html{ scroll-behavior: smooth; }
video { 
	max-width: 100%;
}
iframe { 
	max-width: 100%;
}
body {
	position: relative;
	background-color: #f2f2f2;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 320px;
	color: #1A202B;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	min-width: 345px;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: auto;
}
.skip-to.sr-only:focus {
    height: 50px;
    width: 175px;
    overflow: visible;
    margin: 0;
    clip: auto;
    background: #f2f2f2;
    border: 1px solid black;
    outline: black;
    opacity: 1;
    z-index: 999;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
div .month {
    font-size: 3rem;
    font-weight: bold;
}
div .year {
    font-size: 3rem;
    font-weight: bold;
}
.recordListTitle a { text-align: left; }
@media (min-width: 1080px) {
	body { 
		background-size: 100% 500px;
	}
}
@media (min-width: 1200px) {
	body { 
		background-size: 100% 575px;
	}
}
@media (min-width: 1400px) {
	body { 
		background-size: 100% 750px;
	}
}
body.is-subpage { background-image:url(../images/site/headers/bg-header-home.jpg); }

h1, h2, h3, h4 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	border: 0;
	color: #1A202B;
	margin: 0;
	padding: 0;
}
.is-subpage h1, h2, h3, h4  {
	padding-bottom: 10px;
	padding-top: 10px;
}
h1 {
	font-size: 48px;
	font-weight: 900;
	line-height: 54px;
	text-align: center;
}
h2 {
	font-size: 36px;
	font-weight: 900;
	line-height: 42px;
}
h3 {
	font-size: 28px;
	font-weight: 900;
	line-height: 32px;
}
h4 {
	font-size: 24px;
	font-weight: 900;
	line-height: 28px;
}

p {
	font-family: 'Lato', sans-serif;
	color: #1A202B;
	font-size: 20px;
	margin: 0 0 15px;
}
.post p {
    line-height: 1.5;
    font-size: 2rem;
}
.content-wrapper p {
    line-height: 1.5;
    font-size: 2rem;
}
a {
	color: #18416A;
	font-family: 'Lato', sans-serif;
	transition: .2s ease;
}
a:link, a:visited {
	color: #18416A;
}
a:hover, a:active, a:focus {
	color: #0D213C;
	text-decoration: underline;
}
.is-subpage a {
	font-weight: bold;
}
.btn {
	border-radius: 5px;
	border-width: 0;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
}
a.btn:link, a.btn:visited {
	color: white;
	background-color:#BF0A30;
}
a.btn:hover {
	background-color: #961416;
}
.is-subpage .btn-primary {color: #fff; background-color: #BF0A30; font-size: 20px; font-family: 'Lato'; font-weight: bold; z-index: 10;}

.is-subpage .btn-primary:hover {
	text-decoration: none;
	background-color: #961416;
}

ul li, ol li {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* laptop */
@media (min-width: 1080px) {
	.container {
		max-width: 1040px;
	}
}
/* desktop */
@media (min-width: 1255px) {
	.container {
		max-width: 1240px;
	}
}

@media (min-width: 1750px) {
	.container {
		max-width: 1680px;
		padding: 0;
	}
}
/* bootstrap overrides */
@media (min-width: 768px) {
	.container {
		width: auto;
	}
}
@media (min-width: 992px) {
	.container {
		width: auto;
	}
}

/* MAIN */
main {
	position: relative;
    z-index: unset;
	min-height: 700px;
}
@media (min-width: 1080px) {
	.is-subpage main {
		padding-right: 60px;
		padding-left: 60px;
	}
}
.main-inner {
	max-width: 1600px;
    margin: 0 auto;
}

/* FOOTER */
footer.page-footer {
	font-family: 'Lato';
	font-size: 18px;
	background-color: transparent;
    position: relative;
	padding: 20px;
}
.is-subpage footer {
	background-color: #081121;
}
.is-subpage .footer-inner {
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer-inner {
	display: flex;
    flex-flow: column;
	justify-content: center;
	align-items: center;
	max-width: 1600px;
	margin: auto;
}
.footer-links {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
}
footer.page-footer a {
	display: inline-block;
	font-family: inherit;
	padding: 0 10px;
}
.footer-links a + a {
    border-left: 1px solid #ffffff80;
}
footer.page-footer a, footer.page-footer a:link, footer.page-footer a:visited {
	color: #fff;
	opacity: .85;
}
footer a:hover, footer a:active, footer a:focus {
	color: #fff;
	opacity: 1;
	text-decoration: none;
}
footer .back-to-top {
	position: relative;
	display: none;
}
footer .back-to-top::after {
	content: ' ';
	position: absolute;
	top: 20px;
	right: 0;
	bottom: 20px;
	display: block;
	background-color: #fff;
	width: 1px;
}
footer .social-items {
	align-items: center;
	justify-content: center;
	display: flex;
	width: 100%;
	padding-top: 10px;
}
footer .social-item {
	background-repeat: no-repeat;
	background-position: center;
	min-width: 35px;
	text-indent: -9999px;
}
footer .social-item-facebook {
	background-image: url('../images/Facebook_Logo.png');
	background-size: 24px;
}
footer .social-item-flickr {
	background-image: url('../images/social_flickr.png');
}
footer .social-item-instagram {
	background-image: url('../images/social_instagram.png');
}
footer .social-item-twitter {
	background-image: url('../images/X_Twitter_Logo.png');
	background-size: 20px;
}
footer .social-item-youtube {
	background-image: url('../images/YouTube_Logo.png');
	background-size: 28px;
}

/* tablet-ish */
@media (min-width: 768px) {
	footer.page-footer a {
		padding-right: 10px;
	}
	footer.page-footer .back-to-top {
		display: block;
	}
	footer.page-footer .back-to-top a {
		background-image: url('../images/template/icon_page_up.png');
		background-repeat: no-repeat;
		background-position: 10px center;
		display: block;
		padding-right: 20px;
		padding-left: 45px;
	}
	footer.page-footer .footer-links a:first-child {
		padding-left: 0px;
	}
	footer.page-footer .social-item {
		min-width: 40px;
	}
}
@media (min-width: 800px) {
	.footer-inner {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		max-width: 1600px;
		margin: auto;
	}
	footer .social-items {
		align-items: end;
		justify-content: end;
		display: flex;
		width: 100%;
		padding-top: 0;
	}
	.footer-links {
		justify-content: unset;
		position: relative;
		top: 10px;
	}
}
/* laptop */
@media (min-width: 1080px) {
	footer.page-footer { padding: 20px 151px;}
	.footer-inner { max-width: unset; }
	footer.page-footer a { padding: 0 10px; }
	footer.page-footer .back-to-top a {	padding-right: 40px; }
	.foote.page-footerr-links {	padding-left: 60px;	}
	footer.page-footer .footer-links a:first-child { padding-left: 0px; }
	.footer-links { flex-wrap: nowrap; }
	/* footer.page-footer .social-item { min-width: 60px; } */
}


/* SUBPAGE */
.subpage {
	background: white;
}
.subpage .content-wrapper {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: #f2f2f2;
	max-width: unset;
    padding-left: 0;
    padding-right: 0;
	/* overflow: hidden; - removed for pagination dropdown to show */
}
/* tablet */
@media (min-width: 600px) {
	.subpage .content-wrapper {
		padding-top: 50px;
	}
}

.page-head {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	background: #0d213cd9;
	min-height: 140px;
}
.subpage, .subpage-content, .subpage-content-inner {
	background: transparent;
}
.page-head h1 {
	border: 0;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-size: 36px;
	font-weight: 900;
	line-height: 40px;
	margin: 0;
	padding: 20px 20px 0px 20px;
	text-align: center;
	text-transform: uppercase;
}
@media (min-width: 1080px) {
	.page-head h1 {
		font-size: 50px;
		line-height: 50px;
	}
}
.page-head .page-info {
	display: block;
	color: #fff;
	margin: 5px 0 15px;
}
.page-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-info ul>li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.page-info .cookie-crumbs li a {
	font-weight: normal;
}
.page-info .cookie-crumbs li:before {
	content: " / ";
	display: inline;
}
.page-info .cookie-crumbs li:first-child:before {
	display: none;
}
.page-info ul>li a, .page-info ul>li a:link, .page-info ul>li a:visited {
	color: #fff;
	font-family: 'Lato';
	font-style: italic;
	font-size: 17px;
}
.page-info ul>li a:hover, .page-info ul>li a:active, .page-info ul>li a:focus {
	cursor: pointer;
	text-decoration: none;
}
@media (min-width: 768px) {
	.page-info ul>li a, .page-info ul>li a:link, .page-info ul>li a:visited {
		font-size: 18px;
	}
}
@media (min-width: 1080px) {
	.page-info ul>li a, .page-info ul>li a:link, .page-info ul>li a:visited {
		font-size: 20px;
	}
}


/* SIDEBAR */
.subpage .subpage-sidebar {
	background-color: #f2f2f2;
	padding-top: 10px;
	padding-bottom: 65px;
}
.subpage-sidebar .section>h3 {
	border-bottom: 1px solid #b4b4b4;
	color: #202545;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 36px;
	margin: 0;
	margin-bottom: 10px;
	padding: 50px 0 24px;
	text-transform: uppercase;
}
.subpage-sidebar .section>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.subpage-sidebar .section>ul>li>a {
	display: block;
	
	border-bottom: 1px dashed #b4b4b4;
	padding: 10px 0;
}

.subpage-sidebar .section ul.related-links-items>li a {
	background-image: url('../images/carat_nav_right.png');
	background-repeat: no-repeat;
	background-position: 99% center;
	color: #202545;
}
.subpage-sidebar .section ul.updates-items>li a {
	font-weight: bold;
}


/* tablet */
@media (min-width: 600px) {
	.subpage .subpage-sidebar {
		/* background-image: url('../images/related_links_bg.jpg'); */
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.subpage-sidebar-inner {
		display: flex;
		flex-flow: row nowrap;
	}
	.subpage-sidebar-inner>.section {
		flex-grow: 1;
		width: 50%;
	}
	.subpage-sidebar-inner .section:first-child {
		margin-right: 20px;
	}
	.subpage-sidebar-inner .section:last-child {
		margin-left: 20px;
	}
}


/* RELATED LINKS UPDATE */
aside#sidebar {
	background: #f2f2f2;
	padding-bottom: 75px;
	padding-top: 30px;
}
#sidebar-inner {
	padding: 0;
}
#sidebar-inner {
    position: relative;
    max-width: 1600px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
@media(min-width: 1080px){
	#sidebar-inner { padding-left: 40px; padding-right: 40px; }
}
@media(min-width: 1400px){
	#sidebar-inner { padding-left: 60px; padding-right: 60px; }
}
#related-links li {
	list-style: none;
}
#related-links li a {
	padding: 15px 0;
	border-bottom-style: none;
	border-top: 1px solid #c4c4c4;
	padding: 15px 0;
	font-weight: bold;
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	color: #202545;
	position: relative;
	display: block;
	padding: 25px 15px
}
#related-links li a:hover, #related-links li a:focus {
	background: transparent;
}
#related-links li:last-child a {
	border-bottom: 0;
}

/* RELATED LINKS */
.container {
	width: unset;
}
#sidebar::before { right: 0; left: 0;}
#sidebar-inner::before {
	content: 'Related';
	display: block;
	text-align: center;
	content: 'Related Links'; 
	font-family: 'Lato', sans-serif; 
	font-weight: bold;
	color: #202545;
	margin-bottom: 0;
	padding-bottom: 30px;
	text-transform: uppercase;
	font-size: 36px;
}
#related-links::before {
	display: none;
}
#related-links::after {
	display: none;
}
#related-links li:after {
	content: "";
    position: absolute;
    top: 40%;
    right: 0;
    background: url(../images/arrow-read-more.svg);
    height: 30px;
    width: 15px;
    background-repeat: no-repeat;
    background-size: contain;
	filter: brightness(0.5);
}

#related-links li a:hover {
	background: #c4c4c444;
	transition: .2s ease;
}

.element .header.pagegroup-title h2 { 
  border-bottom: 1px solid #c4c4c4; 
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 36px;
  text-align: center;
  padding-bottom: 35px;
}

@media(min-width:768px){
	ul#related-links {
		display: flex;
		flex-wrap: wrap;
		column-gap: 30px;
	}
	#related-links li {
		flex-basis: calc(50% - 15px);
	}
}
@media(min-width:1080px){
	ul#related-links {
		column-gap: 60px;
		justify-content: space-between;
	}
	#related-links li {
		flex-basis: calc(50% - 30px);
	}
}

/* END RELATED LINKS */


.post .embed-responsive {
	margin-bottom: 20px;
}
.recordList .media .embed-responsive {
	margin: 20px;
}


.share-this-btn-group {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-bottom: 10px;
}
.share-this-title {
	background-color: #980000;
	color: white;
	height: 40px;
	line-height: 40px;
	margin-top: 1px;
	padding: 0 10px;
}
.share-this-btn {
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 40px;
	margin: 1px 0 0 1px;
	text-indent: -9999px;
	width: 40px;
}
.share-this-btn-facebook {
	background-color: #5d82d1;
	background-image: url('../images/template/icon_facebook.png');
}
.share-this-btn-facebook:hover {
	opacity: .8;
}
.share-this-btn-twitter {
	background-color: #40bff5;
	background-image: url('../images/template/icon_twitter.png');
}
.share-this-btn-twitter:hover {
	opacity: .8;
}
.share-this-btn-email {
	background-color: #69c086;
	background-image: url('../images/template/icon_email.png');
}
.share-this-btn-email:hover {
	opacity: .8;
}
.share-this-btn-print {
	background-color: #595959;
	background-image: url('../images/template/icon_print.png');
}
.share-this-btn-print:hover {
	opacity: .8;
}

@media (min-width: 1080px) {
	.share-this-btn-group {
		position: absolute;
		top: 120px;
		left: 0px;
		
		display: block;
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
	}
}
/* @media (min-width: 1455px) {
	.share-this-btn-group {
		right: 120px;
	}
} */

@media print {
	.share-this-btn-group, .share-this-btn-group * { display: none !important; }
}


/* bootstrap updates */
.embed-responsive {
	background-color: #f8f8f8;
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
/* home-featured image size: 460h / 650w = 0.70769 */
.embed-responsive-feature {
	padding-bottom: 70.75%;
}
.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;
}

/* bootstrap overrides/fixes */
/* force dropdown-menu links to function (bootstrap issue on mobile, dd menus close, don't follow links) */
.dropdown-backdrop {
	position: static;
}

/* plyr overrides */
.plyr .plyr__play-large {
	opacity: 0;
}

.content img {
	height: auto;
	max-width: 100%;
}

.actionsList h2 { margin-bottom: 0; margin-top: 30px; }
.crstop { display: none; }
.element_posttypes article {
	margin-bottom: 40px;
	padding: 40px;
	padding-top: 0;
	/* background-color: #f2f2f2;
	border: 1px solid #ccc; */
}
.element_posttypes article .tag-list {
	margin-top: 40px;
}
.tag-list a .label-default {
	display: inline-block;
    margin-bottom: 10px;
}
.tag-list a:hover .label-default, .tag-list a:focus .label-default {
	background-color: #0c1f48;;
	text-decoration: none;
}
.navbar.tagfilterbar .navbar-inner {
	position: relative;
	color: #75797c;
	font-size: 16px;
	line-height: 48px;
	padding: 0 20px;
}
.navbar.tagfilterbar .reset-tag-filter {
	position: absolute;
	top: 7px;
	right: 8px;
}
.navbar.tagfilterbar .label-default {
	font-size: 15px;
	line-height: 18px;
}

.pagegroup_textblocks img {
	height: auto;
	max-width: 100%;
}
.pagegroup_textblocks .issue-page-title {
	padding-bottom: 20px;
}


.text-blocks-contact {
	margin-top: 20px;
}
.text-blocks-contact>div {
	background-color: #f2f2f2;
	border-left: 2px solid #980000;
	padding: 30px;
	width: 100%;
}
.text-blocks-contact>div+div {
	margin-top: 1px;
}
.text-blocks-contact .icon {
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 64px;
	margin: 0 auto 20px;
	width: 64px;
}
.text-blocks-contact .contact-assistance-request .icon {
	background-image: url('../images/icon_assistance_request.png');
}
.text-blocks-contact .contact-comments .icon {
	background-image: url('../images/icon_comments.png');
}
.text-blocks-contact .contact-letter-request .icon {
	background-image: url('../images/icon_letter_request.png');
}
.text-blocks-contact .contact-scheduling-request .icon {
	background-image: url('../images/icon_scheduling_request.png');
}
.text-blocks-contact h3 {
	color: #333;
	margin-bottom: 20px;
	text-align: center;
}
.text-blocks-contact a {
	font-weight: 600;
}

@media (min-width: 1080px) {
	.text-blocks-contact {
		display: flex;
		flex-flow: row nowrap;
	}
	.text-blocks-contact>div {
		display: flex;
		flex-flow: column nowrap;
		border-left: 0;
		border-top: 2px solid #980000;
		text-align: center;
	}
	.text-blocks-contact>div+div {
		margin-top: 0px;
		margin-left: 1px;
	}
}

/* subscirbe 3rd party form overrides (?) */
.element_developeractions form table td label {
	font-weight: 400;
}
.element_developeractions form table td label input[type=checkbox] {
	margin-right: 10px;
}
.two-col .section {
    display: flex;
    flex-wrap: wrap;
	column-gap: 10px;
}
.two-col .header.pagegroup-title {
    flex-basis: 100%;
}
.two-col .article {
    flex-basis: calc(50% - 5px);
}

/* Content Conversion Styles */
.text-align-center {
    text-align: center;
}

/* SUBPAGE FOOTER OFFICES */
.map-outer {
	display: none;
}
.offices-section-subpage {
	display: block;
	background: white;
	background-image: url(../images/bg-footer-subpage.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
 }
 .offices-overlay {
	 background: transparent linear-gradient(180deg, #00000066 0%, #202834 100%) 0% 0% no-repeat padding-box;
	 padding: 0 20px;
 }
 .offices-section-subpage .offices-inner {
    display: block;
	text-align: center;
	padding: 1px 0 0 0;
	padding-bottom: 0px;
}
.offices-header {
	font: normal normal 300 40px/48px Lato;
	text-transform: uppercase;
	text-align: left;
	margin-top: 100px;
	color: white;
	text-align: center;
    padding-bottom: 20px;
}
.office-box {
	margin-bottom: 40px;
}
.office-box .office-head {
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif !important;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.office-box p {
	color: #fff;
	margin-bottom: 7px;
	font-size: 18px;
}
.office-box:last-of-type, .office-box p:last-of-type {
	margin-bottom: 25px;
}
.new-office-img {
	display: none;
}
a.new-office-link {
	font-size: 18px;
	font-weight: bold;
	color: white;
}
a.new-office-link:hover, a.new-office-link:active {
	text-decoration: none;
}

@media(min-width: 1080px) {
	.offices-header {
		text-align: left;
		padding-bottom: 0;
		margin-left: 40px;
		margin-right: 40px;
	}
	.map-section {
		display: flex;
		padding: 80px 0;
		border-bottom: 1px solid #18416A;
		margin: 0 40px;
	}
	.map-outer {
		display: block;
	}
	.map-grid {
		display: flex;
		justify-content: center;
		column-gap: 20px;
		align-items: flex-start;
	}
	.office-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		grid-gap: 10px;
		flex-basis: 50%;
	}
	.office-box {
		margin-bottom: 0px;
	}
	.map-outer {
		display: none;
	}
	.office-box {
		padding: 25px 20px;
		padding-bottom: 0;
	}
	.office-box:last-of-type, .office-box p:last-of-type {
		margin-bottom: 0;
	}
	.new-office-img {
		display: block;
		width: 100%;
		height: auto;
		padding-bottom: 20px;
	}
	.map-img {
		position: relative;
		margin-left: auto;
		max-width: 100%;
		top: -118px;
	}
	.map-outer {
		display: block;
		flex-basis: 50%;
	}
	.office-box {
		text-align: left;
	}
	.underscore {
		display: block;
		width: 55px;
		height: 2px;
		background-color: #D5030B;
		margin: 15px 0;
	}
	.office-box .about-daniel {
		height: 50px;
		width: 145px;
	}
}
@media(min-width: 1200px) {
	.offices-overlay {
		padding: 20px 151px;
	}
	.offices-section-subpage .offices-overlay {
		padding: 0px 151px;
	}
}
@media(min-width: 1300px) {
	.office-box {
		max-width: 80%;
	}
	.map-grid {
		column-gap: 60px;
		max-width: 1600px;
		margin: 0 auto;
	}
	.office-box {
		padding: 0;
	}
	.office-grid {
		grid-gap: 20px;
	}
}
@media(min-width: 1600px) {
	.offices-header {
		margin-left: unset;
		margin-right: unset;
	}
	.map-section {
		margin: 0;
	}
}

/* FOOTER EMAIL BUTTON */

.is-subpage btn.btn-primary.footer-email-btn, .btn.btn-primary.footer-email-btn {
	display: block;
	font-family: 'Roboto', sans-serif;
	background-color: #961416;
	border-radius: 3px;
	margin-left: 15px;
	text-transform: uppercase;
	padding: 5px 10px;
	top: 5px;
	position: relative;
}

/* MOBILE tel: LINK COLOR */
a[href^="tel:"] {
	color:#1A202B;
}
.page-info .cookie-crumbs li a {
	padding: 12px 3px;
}