/*
*****************************************
 PVII Harmony: CSS Page Grid Framework
 by Project Seven Development - ver 1.2.0
 www.projectseven.com
*****************************************
*/
html { 
	font-size: 1.25em;
    max-width: 1600px;
    margin:0px auto;

}
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #222222;
	background-color:#FBFAF8;

}
.mainGrid, .menuBar_section, .menuBar_content, .hmy-content {
    position: relative;
}

.menuBar_section {
}

}
.p7HMY {
	margin: auto;
}

h1, h2, h3, h4, h5 {
	font-family: 'Cinzel', serif;
	font-weight: 600;
    padding:0px;
    margin:0px;
	line-height: 1.3em;
}
p {
    padding:0px;
    margin:0px;
	line-height: 1.4em;
}

p, li {
	-webkit-text-size-adjust:none; /* Thanks to Al at P7; disables iPhone jiggering of font sizes 071417 */
}

h1 {font-size: 200%;}
h2 {font-size: 160%;}
h3 {font-size: 130%;}
h4 {font-size: 115%;}
h5 {font-size: 105%;}

a:link, a:visited, a:active {
  color:#5a58ea;
  transition: all linear .5s;
  text-decoration: none;
}

a:hover {
  color:#791D42;
}
  
/* Graded/Smooth Spinner Page Open Transition - 013025 */
#p7HMY_1 {
  z-index: 2;
  opacity: 0;
  background-color:#FBFAF8
  transition: opacity .5s;
  -webkit-transition: opacity .5s; /* Safari */
}
.preloader {
  align-items: center;
  background: #FBFAF8
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* Skip to Main Content 013025 */
.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  text-decoration:none;
}
.skip p {
  padding:1px 5px 1px 5px;
  color:#000000;
  font-weight:bold;
  background-color:#FFFFFF;
}
.skip:focus {
  position: static;
  width: auto;
  height: auto;
}

.bd_link a:link, .bd_link a:visited, .bd_link a:active {
	color:#5a58ea;
	border-bottom: 1px dotted #5a58ea;
	transition: all linear .5s;
	text-decoration: none;
}

.bd_link a:hover {
	color:#791D42;
	border-bottom: 1px solid #791D42;
}

strong {
    font-weight:600;
}


#header {
    position: relative;
    height:4vw;
    width: 100%;
    transition: height linear .35s;
}

#top-logo-container {
    position: absolute;
    height: auto;
    width: auto;
    max-width:18%;
    top: 5.5vw;
    left: 2vw;
    z-index: 100;
}
#top-logo-container-image {
    position:relative;
/*     background-color:#090; */
    height: auto;
    width: 100%;
    z-index:200;
}
#top-logo {
    height: auto;
    width: 100%;
    transition: margin linear .35s, height linear .35s, width linear .35s;
}
#top-search-container {
  display:none; /* JEC 012923 test for error */
    position: absolute;
    height: auto;
    width: auto;
    top: 6vw;
    right: 2vw;
    z-index: 100;
}
.page-top-search-input {
	font-family: 'Cinzel', sans-serif;
	font-weight: 400;
	font-size:1.1em;
    border-radius: 4px;
}

.page-top-search-input:focus, .page-top-search-submit:focus {
    outline:0;
}

#search-icon, #facebook-icon {
    width:3vw;
    height:auto;
}

.banner_section {
    border-top: #007180 0.4vw solid;
    border-bottom: #007180 0.4vw solid;
}

.articleSet {
    display: inline-block;
    margin-bottom:2em;
}
.articleSet li {
	line-height: 1.4em;
    padding-bottom: 1.4em;
}

.kiosk-logo {
	width:60% !important;
	max-width: 125px !important;
	height:auto;
}
.displayArticleLinks {
    padding: 0px 0px 0.5em 1em;
}

.columnCommon_section, .footer_section {
    background-color: #e1e1e1;
}
.footer_section {
    border-top: #007180 0.4vw solid;
}

.scalable-border {
  width: 500px !important;
  max-width: 50% !important;
	float: left;
	margin: 2px 4% 2% 0px;
	border: #E1E1E1 1px solid;
	border-radius: 4px;
}

.one-column-page-article-image .scalable-border { /* added 070722 */
  max-width: 25% !important;
}

#employee_spotlight { /* added 070722 to Home page */
}

#employee_spotlight img { 
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

/* Calendar display styles for pf3 Calendar Pages */
#calendarMonthView {
	display:block;
}
#calendarAgendaView {
	display:none;
}

.highlight {
    color: #222222 !important;
	background: #83fe00;
	border-radius: 5px;
}

.alertBanner_section {
    margin-top:-8px !important;
}
/*
******************************
           BORDERS
******************************
*/
.p7HMY .hmy-content-wrapper.hmy-border-content-left {
	border-left: 1px solid #E1E1E1;
}

/*
******************************
    QUICKLINKS COMMON COLUMN
******************************
*/
#qlink_icons_container {
    display:inline-block;
    width:100%;
    height:auto;
    margin-bottom:1em;
}    
.qlink-icon {
    width:100%;
    height:auto;
    clear:left;
    border-radius:4px;
    cursor:pointer;
    margin-bottom:1em;
}
.qlink-icon:hover {
    background-color: #CCCCCC;
}
.qlink-icon p {
    font-weight:600;
}

.quicklinks {
	margin-bottom:8px;
	padding:7px 20px;
	border-radius:20px;
/* 	background-color:#791D42; */
/* 	background-color:#013259; */
	background-color:#007180;
	font-weight:600;
	cursor:pointer;
	transition: all linear .25s;
}

.quicklinks:hover{
	background-color:#009EB3;
}

.quicklinks a:link, .quicklinks a:visited, .quicklinks a:active {
	color:#fbfaf8;
	text-decoration: none;
}
.quicklinks:hover a {
	text-decoration: underline;
}
.banner_class {
    background-color:#4e0e27 ;
}
/*
******************************
    CALENDAR COMMON COLUMN
******************************
*/
.column3-calendar-container {
    width:100%;
    height:auto;
    margin:0px auto 3em auto;
}

.column3-calendar-container h1 {
    margin-bottom:0.5em !important;
    text-align:center;
}

.column3-calendar-container-wrapper {
    width:75%;
    height:auto;
    margin: 0 auto;
}

#column3-calendar:focus {
    outline:0;
}

.scalable-image-column3-calendar {
    width:100%;
    height:auto;
}

/*
******************************
    THE FOOTER
******************************
*/

.footer {
    position: absolute;
    color: #FFFFFF;
    text-align: left;
    font-size: 90%;
}
.footer a {	border-bottom:none;}

.footer a:link {color: green; text-decoration: none;} /*logged in state*/
.footer a:visited {color: green; text-decoration: none;}
.footer a:hover {color: green; text-decoration: none;}
.footer a:active {color: green; text-decoration: none;}

.cobra7Link a:link {color: #e1e1e1; text-decoration: none;} /*normal state*/
.cobra7Link a:visited {color: #e1e1e1; text-decoration: none;}
.cobra7Link a:hover {color: green; text-decoration: none;}
.cobra7Link a:active {color: #e1e1e1; text-decoration: none;}

.copyright {
    color:#222222;
    text-align: center;
    font-size: 90%em;
    line-height:2em;
}

.copyright a:link,
.copyright a:visited {
    color: #222222;
    text-decoration:none;

}
    
.copyright a:hover,
.copyright a:focus {
    color: #000000;
    text-decoration:underline;
}

/*
********************************
       CONTENT AREAS
********************************
*/
/* .p7HMY .hmy-content p:first-child {margin-top: 0px;} */
.rounded {border-radius: 4px;}
.hmy-content {padding: 1em;}
.hmy-content.pad-rbl {padding: 0px 1em 1em 1em;}

/*
**********************************
   CORE STYLES - DO NOT EDIT
**********************************
*/

.p7HMY {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	display: -webkit-box;
	display: flex;
}
.hmy-section {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	box-sizing: border-box;
	display: flex;
}
.hmy-content-wrapper {
	box-sizing: border-box;
	width: 100%;
}
.hmy-content {
	box-sizing: border-box;
}
.hmy-vertical-center.hmy-content-wrapper {
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}
.p7HMY img {
	width: 100%;
	height: auto;
/* 	max-width: 100%; */
	vertical-align: bottom;
}
.hmy-box-separation .hmy-content-wrapper {
	margin: 0px;
	box-sizing: border-box;
	position: relative;
}
.hmy-overflow {
	overflow: hidden;
}
/*
*************************
  Video-Map Iframe Styles
*************************
*/
.hmy-video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
}
.hmy-video-wrapper iframe, .hmy-video-wrapper object, .hmy-video-wrapper embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.hmy-map-wrapper {
	position: relative; 
	padding-bottom: 100%; 
	padding-top: 0px; 
	height: 0px; 
	overflow: hidden; 
	margin-bottom: 20px;
}
.hmy-map-wrapper iframe, .hmy-map-wrapper object, .hmy-map-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hmy-video-wrapper iframe,
.hmy-map-wrapper iframe {
	box-sizing: border-box;
}
.hmy-frame-border iframe {
	border: 1px solid #000 !important;
}
.hmy-frame-rnd iframe {
	border-radius: 5px;
}


/*
**********************************
     Legacy Browser Rules
**********************************
*/
.p7HMY.hmy-legacy {
	overflow: hidden;
	display: block;
}
.p7HMY.hmy-legacy .hmy-section {
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 0px !important;
}
/*
***********************************
        Style Options 
***********************************
*/
.hmy-no-pad.hmy-content {padding: .5px 0px !important;}
.no-pad {padding: 0px !important;}
.hmy-center {text-align: center;}
.hmy-right {text-align: right;}
.hmy-left {text-align: left;}

/*
***********************************************
    No Script Rules... For DW Design View
***********************************************
*/
.p7HMY.hmy-noscript {}


/*
***********************************************
               Media Queries
***********************************************
*/

@media only screen and (min-width: 0px) and (max-width: 1200px) {
  body {font-size: 90%;}
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
html {-webkit-text-size-adjust: 100%;}
.p7HMY .hmy-section .p7HMY .hmy-section {flex-basis: 100% !important;}
.p7HMY.hmy-legacy .hmy-section .p7HMY .hmy-section {float: none !important; width: 100% !important;}
/*
#email-list-entry {
    transform:scale(0.9);
    -webkit-transform:scale(0.9);
}
*/
@media only screen and (min-width: 0px) and (max-width: 850px) {

.p7HMY .hmy-section {flex-basis: 100% !important;}
.p7HMY .hmy-section .hmy-content-wrapper {border-radius: 0px !important; border-left: none !important; border-right: none !important;}
.p7HMY.hmy-legacy .hmy-section {float: none !important; width: 100% !important;}

#top-logo-container {
    max-width:20%;
    top: 8vw;
    left: 1vw;
}
#top-search-container {
  display:none; /* JEC 012923 test for error */
    top: 7vw;
    right: 2vw;
}
.page-top-search-input {
	font-size:1.1em;
}
/* Calendar display styles for pf3 Calendar Pages */
#calendarMonthView {
	display:none;
}
#calendarAgendaView {
	display:block;
}
.scalable-border {
	max-width: 35% !important;
}
.one-column-page-article-image .scalable-border { /* added 070722 */
  max-width: 35% !important;
}

#qlink_icons_container {
    width:70%;
    margin: 1em 15% 1em 15%;
}    
.qlink-icon {
    margin: 3em 0px;
}
.qlink-icon p {
    font-size:130%
}
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
body {font-size: 80%;}
#top-logo-container {
    max-width:22%;
    top: 10vw;
    left: 1vw;
}
#top-search-container {
    display:none;
}
#qlink_icons_container {
    width:80%;
    margin: 1em 10% 1em 10%;
}    
.qlink-icon {
    margin: 2em 0px;
}
.qlink-icon p {
    font-size:130%
}
}

@media only screen and (min-width: 0px) and (max-width: 400px) {
body {font-size: 80%;}

#top-search-container {
  display:none; /* JEC 012923 test for error */
    top: 13vw;
    right: 2vw;
}
.page-top-search-input {
	font-size:1em;
}
}


