/*=======================
Typography style
========================*/
/* SPECIAL CONTENT: All dotted selectors show up in the editor styles listing.
-----------------------------------------------------------------*/
.extern-link { /* external link */
	background: url(../images/externalLink.gif) no-repeat right top;
	padding-right: 12px;
}

.word-doc-link { /* word doc link */
	background: url(../images/doc.png) no-repeat right top;
	padding-right: 18px;
}

.pdf-link { /* pdf document link */
	background: url(../images/pdf.gif) no-repeat right top;
	padding-right: 18px;
}
.mp3-link { /* mp3 document link */
	background: url(../images/mp3.png) no-repeat right top;
	padding-right: 18px;
}
.mp4-link { /* mp3 document link */
	background: url(../images/mp4.png) no-repeat right top;
	padding-right: 18px;
}

/*=======================
Typography style
========================*/
/* SPECIAL CONTENT: All dotted selectors show up in the editor styles listing.
-----------------------------------------------------------------*/
.extern-link { /* external link */
	background: url(../images/externalLink.gif) no-repeat right top;
	padding-right: 12px;
}

.word-doc-link { /* word doc link */
	background: url(../images/doc.png) no-repeat right top;
	padding-right: 18px;
}

.pdf-link { /* pdf document link */
	background: url(../images/pdf.gif) no-repeat right top;
	padding-right: 18px;
}
.mp3-link { /* mp3 document link */
	background: url(../images/mp3.png) no-repeat right top;
	padding-right: 18px;
}
.mp4-link { /* mp3 document link */
	background: url(../images/mp4.png) no-repeat right top;
	padding-right: 18px;
}
/* This is percent vertical height adjustment for banners */
/* PC large monitor */
.container-banner .banner-overlay {
    height: 40vh;
    height: 40dvh;
}

/* Cell phones small size */
@media (max-width: 480px) {
    .container-banner .banner-overlay {
        height: 40vh; /* Adjust for slot were photo displays */
    }
}
/* Duplicate the dropdown menu colors same as template header */
.container-header .mod-menu .parent > ul {
  color: rgb(254, 254, 254);
  background-color: rgb(65, 89, 154);
}
