a.anchor, div.anchor {
    display: block;
    position: relative;
    top: -125px;
    visibility: hidden;
    line-height: 0;
}

.view-id-staff_listing img {
  max-width: 145px;
}

/* horizontal line style */
#main-content hr {
    clear: both;
    border: 1px solid #cccccc;
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
}

/* buttons in insets */
.editorial .inset .button {
  white-space: normal;
  display: inline-flex;
}
.editorial .inset .button:after {
	  padding-top: 0;
	  padding-left: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

/* non-nav pages were showing h2s too large in content bottom list items */
.paragraphs-item-list-items .paragraphs-item-grid-item a > h2 {
    font-size: 1.3125rem;
    line-height: 1.25;	
} 


/* Event inset styling */
.inset--trumba_inset .event-collection .event-teaser {
	border-bottom-width: 0.0625rem;
    border-color: #cfd2aa;
    padding-bottom: 1.25rem;
    margin-bottom: 0.625rem;
}
.inset--trumba_inset .event-collection .event-teaser:last-child {
	border: none;
}
.inset--trumba_inset .event-collection .event-teaser > a {
	font-size: 1.125rem;
}
.inset--trumba_inset .event-collection .event-teaser > .date,
.inset--trumba_inset .event-collection .event-teaser > .time {
	font-size: 1rem;
    color: #7a7751;
}
.inset--trumba_inset .event-collection .event-teaser > .date {
	 padding-top: 0.625rem;
}

/* contact us block - word breaking fixes  */
.contact-us-name,
.contact-us-location,
.contact-us-email,
.contact-us-phone,
.sidebar-contact__details > div {
	margin-bottom: 5px;
}
.contact-us-name a,
.contact-us-location a,
.contact-us-location a > span,
.contact-us-email a,
.contact-us-phone a,
.sidebar-contact__details .sidebar-contact__location,
.sidebar-contact__details .sidebar-contact__location > span {
	word-break: normal;
 display: inline;
}

/* indents */
.rteindent1 {
    margin-left: 40px;
    margin-bottom: 1.5625rem;
}
.rteindent2 {
    margin-left: 80px;
    margin-bottom: 1.5625rem;
}
.rteindent3 {
    margin-left: 120px;
    margin-bottom: 1.5625rem;
}
.rteindent4 {
    margin-left: 160px;
    margin-bottom: 1.5625rem;
}

.article .article__content blockquote p:first-of-type::first-letter {
    float: none;
    padding-right: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}

/* original css only handles "youtube" but not "youtu.be" */
a[data-fancybox][href*="youtu.be"]::after {
    left: 41.5%;
    top: 38%;
    background: url(/sites/pamonaplan/themes/pamona_plan/cssAssets/video-play-button-512x512.png) no-repeat 0 0 transparent;
    width: 80px;
    height: 80px;
    background-size: contain;
    content: "";
    position: absolute;
    opacity: .8;
}

a[data-fancybox][href*="youtu.be"]:hover::after {
    opacity: 1;
}

@media (min-width: 768px) {
  a[data-fancybox][href*="youtu.be"]::after {
    left: 39%;
    top: 35%;
  }
}

@media (min-width: 460px) {
  a[data-fancybox][href*="youtu.be"]::after {
    left: 41.5%;
    top: 38%;
  }
}

/** Ordered List Styling **/
ol.upper-roman > li::before,ol[type=upper-roman] > li::before {
    content: counter(item,upper-roman) "." !important;
}
ol.lower-roman > li::before,ol[type=lower-roman] > li::before {
    content: counter(item,lower-roman) "." !important;
}
ol.upper-alpha > li::before,ol[type=upper-alpha] > li::before {
    content: counter(item,upper-alpha) "." !important;
}
ol.lower-alpha > li::before,ol[type=lower-alpha] > li::before {
    content: counter(item,lower-alpha) "." !important;
}
ol.decimal > li::before,ol[type="1"] > li::before {
    content: counter(item,decimal) "." !important;
}
ol li > ol > li::before {
    content: counter(item,upper-alpha) ". " !important;
    color: #976499 !important;
}
ol li > ol li > ol > li::before {
    content: counter(item,lower-alpha) ". " !important;
    color: #60a7d5 !important;
}

/** footnote - smaller font size **/
.footnote {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

/** tables - margin and mobile line separator **/
table.rt-responsive-table {
    margin: 1.5625rem 0;
}

table.rt-responsive-table.rt-vertical-table td {
    border-bottom: 2px solid #DCD3B2;
}

table.rt-responsive-table.rt-vertical-table td:before {
    font-weight:  bold;
}

table.rt-vertical-table :last-child tr:last-child td:first-child,
table.rt-vertical-table :last-child tr:last-child th:first-child {
    border-bottom-left-radius: 0;
}

table.rt-vertical-table :last-child tr:last-child td:last-child,
table.rt-vertical-table :last-child tr:last-child th:last-child {
    border-bottom-right-radius: 0;
}

table.rt-vertical-table {
    border-radius: 0;
}

table.rt-vertical-table tbody tr:last-child td:last-child {
    border-bottom: none;
}

/* news listing - search bar fix */
.exposed-form__keys .exposed-form__input {
    width: 100%;
}

/* homepage - fixes the Featured Event image height when resizing */
@media (min-width: 1024px) {
    .home-spotlight figure a.event-teaser__image img,
    .home-featured-event figure a.event-teaser__image img {
        height: auto;
    }
}
.home-featured-event figure a.event-teaser__image img {
    width: 100%;
}
.home-featured-event figure > div > div  {
    overflow: hidden;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}
.home-featured-event figure > div > div > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** sidebar contact us - adding stying for a tags inside the details section **/
.sidebar-contact .contact-us-details p > a {
	font-size: 1.125rem;
    font-family: "GalliardPro-Roman",serif;
    color: #20438f;
    display: inline-block;
    margin-bottom: 0.3125rem;
    border-bottom-width: 0.125rem;
    border-color: #cfd2aa;
}
.sidebar-contact .contact-us-details p > a:hover {
	border-color: #20438f;
}

/* Page alerts (green box) */
.page-alert > div {
    display: inline-block;
}
.page-alert > div > a {
    display: inline;
}
.with-sidebar-aside .page-alert a:after {
    display: none;
}
.with-sidebar-aside .page-alert div > a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    color: #ffe121;
    position: absolute;
    font-size: 1rem;
    content: "";
    bottom: 5px;
    margin-left: 0.3em;
}
.with-sidebar-aside .page-alert div > a:hover:after {
	color: #fff;
}
.with-sidebar-aside .page-alert h2 {
    font-family: "futura-pt-black",Arial,Verdana,Tahoma,sans-serif;
    line-height: 1.25;
    border-bottom-width: 0.375rem;
    border-color: #ffe121;
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    font-size: 26px;
}
.with-sidebar-aside .page-alert a.btn-yellow {
    background: #ffe121;
    color: #000;
    display: block;
    margin-top: 0.625rem;
}
.with-sidebar-aside .page-alert a.btn-yellow::after {
    color: #000;
}
.with-sidebar-aside .page-alert a.btn-yellow:hover, 
.with-sidebar-aside .page-alert a.btn-yellow:focus {
    background: #FFED75;
}
.with-sidebar-aside .page-alert a {
  display: inline;
}
.with-sidebar-aside .page-alert ol {
    counter-reset: item;
}
.with-sidebar-aside .page-alert ol li:before {
    color: #fff;
    font-family: "futura-pt-black",Arial,Verdana,Tahoma,sans-serif;
    content: counter(item) ". ";
    counter-increment: item;
}
.with-sidebar-aside .page-alert ul {
    list-style-type: square;
    list-style-position: initial;
    margin-left: 1.5em;
    list-style-type: none;    
}
.with-sidebar-aside .page-alert ul li {
    position: relative;
}
.with-sidebar-aside .page-alert ul li:before {
    content: "";
    position: absolute;
    top: calc(0.6em);
    left: -1.05em;
    background: transparent url(/sites/pamonaplan/themes/pamona_plan/cssAssets/bkg-list-bullet-3.jpg) scroll no-repeat 50% 50%/cover;
    width: 0.3125em;
    height: 0.3125em;
    background-color: #ccc;
    display: inline-block;
}
.with-sidebar-aside .page-alert p {
    display: inline-block;
    margin-bottom: 1rem;    
}
.with-sidebar-aside .page-alert p:last-of-type {
    display: inline;
}

/* Video insets full - fixing the max-width and the play button  */
.inset--full.inset--video_inset {
	position: relative;
	max-width: 100%;
}
@media (min-width: 460px) {
	.inset--full.inset--video_inset a[data-fancybox][href*="youtu.be"]::after {
		left: 41%;
		top: 36.5%;
	}
}
@media (min-width: 768px) {
	.inset--full.inset--video_inset a[data-fancybox][href*="youtu.be"]::after {
		left: 48%;
		top: 41%;
	}
}

/* text inset inside news stories - title style  */
.node-type-article .article__content .inset-text > h2 {
	font-size: 1.3125rem;
    font-weight: 500;	
}

/** a style option on the wysiwyg - blockquote small **/
.blockquote-sm {
	padding-left: 5.3125rem;
    padding-right: 5.3125rem;
    font-family: "futura-pt",Arial,Verdana,Tahoma,sans-serif;
    margin-bottom: 1.5625rem;
}