/* Import Adjacent Stylesheets */
@import url("home.css");
@import url("footer.css");
@import url("modules.css");

/* Import Fonts */
@import url("https://use.typekit.net/pkj8wsa.css");

/* Core Styles */
body { margin: 0; font-family: 'myriad-pro', sans-serif; font-size: 18px; line-height: 30px; min-height: auto !important; }
h1 { font-family: 'myriad-pro'; font-size: 45px; line-height: 54px; }
h2 { font-family: 'myriad-pro'; font-size: 32px; line-height: 40px; color: #02578E; }
h3 { font-family: 'myriad-pro'; font-size: 22px; line-height: 29px; color: #02578E; }
a, a:visited { color: #02578E; }
a:hover, a:active { text-decoration: none; color: #01395C; }
img, a img { border: 0; }
hr { margin-block-start: 20px; margin-block-end: 20px; border: 0px; border-top: 1px solid #E8E6EA !important; }

a.button { background: #038442; display: inline-block; padding: 6px 16px; border-radius: 5px; color: #FFF; text-decoration: none; color: #FFF; font-weight: 600; }
a.button:hover { background: #026432; transition: all .5s; }

/* Homepage - Quick Links */
.trendingContainer { background: #02578E; width: 100%; }
.trendingIcons { width: 100%; display: flex; max-width: 1440px; margin: 0 auto; }
.trendingIcons .icon { text-align: center; padding: 30px 10px; }
.trendingIcons .icon a { text-decoration: none; color: #FFF; font-weight: 700; display: block; }
.trendingIcons .icon a i { font-size: 45px; margin: 0 auto 5px; line-height: 60px; display: block; }
.trendingIcons .icon:hover { background: #01395C; transition: all .5s; }

.trendingIcons .icon.iconCount2 { width: calc(50% - 20px); }
.trendingIcons .icon.iconCount3 { width: calc(33.333% - 20px); }
.trendingIcons .icon.iconCount4 { width: calc(25% - 20px); }
.trendingIcons .icon.iconCount5 { width: calc(20% - 20px); }
.trendingIcons .icon.iconCount6 { width: calc(16.6% - 20px); }

@media screen and (max-width: 1000px) {
  .trendingIcons { flex-wrap: wrap; }
  .trendingIcons .icon.iconCount6 { width: calc(33.333% - 20px); }
}

@media screen and (max-width: 800px) {
  .trendingIcons .icon.iconCount4 { width: calc(50% - 20px); }
}

/* General Styles */
.container_first { margin-top: 90px !important; }
.container { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto; }
.container_full { width: calc(100% - 40px); margin: 0 auto; }
.container_alt { width: 1250px; max-width: calc(100% - 40px); margin: 0 auto; }
.container_event { width: 1100px; max-width: calc(100% - 40px); margin: 0 auto; }
.container_sm { width: 1000px; max-width: calc(100% - 40px); margin: 0 auto; }
.clear { clear: both; }

/* YouTube/Vimeo Embed */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Header */
#header { width:100%; background:#E8E6EA; height: 90px; position: fixed; top: 0; z-index: 100; }
#header .container_full { padding: 5px 0 0; }
#headerImage { float: left; }
#header img { max-height: 80px; }
#header a img { display: block; }
#headerText { float: left; font-size: 16px; width: 300px; color: #FFF; letter-spacing: 1px; line-height: 24px; height: 58px; margin: 11px 0 0 3px; text-transform: uppercase; }
#headerText h3 { font-size: 36px; margin: 0 0 0 -1px; line-height: 30px; font-weight: 700; letter-spacing: -1px; text-transform: none; }
#headerText a, #headerText a h3 { color: #FFF; text-decoration: none; }
.printHeader { display: none; }

#headerAlert { width: calc(100% - 20px); padding: 14px 10px; background: #7B312D; color: #FFF; text-align: center; font-size: 22px; line-height: 30px; font-weight: 600; }
#headerAlert a { color: #FFF; text-decoration: none; display: block; }
#headerAlert .alertButton { background: rgba(255,255,255,.3); display: inline-block; padding: 2px 10px; }

#headerNav { float: right; margin-top: -5px; }
#headerNav ul { list-style: none; position: relative; margin: 0; padding: 0; }
#headerNav ul li { position: relative; float: left; text-align: center; }
#headerNav ul a, #navigation ul span { display: block; text-decoration: none; padding: 0 2px; font-size: 22px; color: #02578E; line-height: 90px; font-weight: 700; margin: 0 0 0 30px; text-decoration: underline; text-decoration-color: transparent; text-decoration-thickness: 2px; text-underline-offset: 4px; }
#headerNav ul li:hover > a { text-decoration: underline; text-decoration-color: #038442; text-decoration-thickness: 2px; text-underline-offset: 4px; transition: .5s all; }
#headerNav ul ul { display:none; position:absolute; top:100%; left:25px; padding:0; z-index: 1000; background: #E8E6EA; }
#headerNav ul ul li { width: 100%; letter-spacing: normal; }
#headerNav ul ul li:hover { background: none; }
#headerNav ul ul a { min-width: 150px; text-transform: none; height: auto; line-height: 24px; text-align: left; padding: 10px 0; font-size: 16px; font-weight: 400; margin: 0 10px; }
#headerNav ul ul a:hover { transition: color 0.1s linear, background-color 0.1s linear; -moz-transition: color 0.1s linear, background-color 0.1s linear; -webkit-transition: color 0.1s linear, background-color 0.1s linear; }
#headerNav ul li:hover > ul { display:block; }

.mobileMenu, .slicknav_menu { display: none; }
.withAlert { margin-top: 0 !important; }

/* Page Headers */
#pageHeader { background-size:cover; background-position: center center; color: #FFF; margin: 90px 0 0; padding: 140px 0 20px; }
#pageHeader h1 { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto; line-height: 1.2em; text-shadow: 0 0 10px #000; }
#pageHeader .pageHeaderParent { width: calc(100% - 40px); max-width: 1440px; margin: 0 auto; }
#pageHeader .pageHeaderParent a { background: #038442; color: #FFF; text-transform: uppercase; text-decoration: none; font-weight: 700; display: inline-block; padding: 0px 4px; }

/* Content Pages - with No Navigation */
#standardPage { width: calc(100% - 40px); max-width: 1440px; padding: 20px; margin: 0 auto; }
#standardPage img, #servicePage img, .departmentContent img { max-width: 100%; height: auto; }
#standardPage.newsPage img { margin: 0 0 10px 10px; }
img.newsImage { width: calc(100% - 10px) !important; max-width: 600px !important; display: block !important; margin: 0 auto 20px !important; border: 5px solid #E8E6EA; }
#standardPage figure, #servicePage figure, figure { max-width: 100%; margin: 10px 0 10px 10px; height: auto;  }
figure img { margin: 0 !important; }
figcaption { font-size: 14px; line-height: 20px; }

.standardPageIntro { width: 100%; padding: 0 0 20px; border-bottom: 1px solid #E8E6EA; font-size: 22px; line-height: 34px; margin: 0 auto; }

@media screen and (max-width: 410px) { 
  #standardPage { width: calc(100% - 20px); padding: 10px; }
  #pageHeader h1 { width: calc(100% - 20px); }
}

/* Column Content */
.contentColumns { display: flex; flex-wrap: wrap; }
.contentLeft { width: calc(100% - 360px); margin-right: 20px; padding: 10px 0 20px; }
.contentLeft h2:first-child, .contentLeft h3:first-child, .contentLeft p:first-child { margin-top: 0; }
.contentLeft img { margin: 1em 0 0; }
.contentRight { width: 300px; background: #E8E6EA; padding: 20px; font-size: 16px; line-height: 28px; }
.contentRight h2:first-child, .contentRight h3:first-child, .contentRight p:first-child { margin-top: 0; }
.contentRight ul, .contentRight ol { padding-inline-start: 30px; }
@media screen and (max-width: 750px) {
  .contentLeft { width: 100%; margin-right: 0; padding: 20px 0; }
  .contentRight { width: 100%; margin: 0 -10px -20px; padding: 10px; font-size: 16px; line-height: 28px; }
  .contentRight ul, .contentRight ol { padding-inline-start: 30px; }
}

/* FAQ */
.faqLabel { float: left; width: 40px; font-size: 24px; color: #F0951E; text-align: center; padding-top: 15px; }
.faqText { float: left; width: calc(100% - 40px); }
.faqText img { max-width: 100%; height: auto !important; }
.faqTextQ { font-weight: 700; }
.faqQA { border-bottom: 1px solid #DDD; padding-bottom: 1em; margin-bottom: 1em; }
.faqLast { border-bottom: none; }
.faqSection input[type="text"] { border: 2px solid #EEE; width: calc(100% - 162px); padding: 5px; font-size: 18px; font-family: 'myriad-pro', sans-serif; margin: 1.5em 0; border-radius: 5px; }
.faqSection h2.faqFirst { margin-top: .5em; }

/* News */
.newsItem { padding: 20px 0; border-bottom: 1px solid #DDD; }
img.newsRight { float: right; max-width: 300px; margin-left: 10px; }
.newsItem h3 { margin-top: 0; }
.newsItem.last { padding-bottom: 0; border-bottom: 0; }
.newsPhoto img { width: 100%; max-width: 600px; display: block; margin: 0 auto; height: auto; }
.newsVideoContainer { width: 100%; max-width: 800px; display: block; margin: 30px auto 20px; }
.newsVideo { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.newsVideo iframe, .newsVideo object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Forms */
#contactForm i { font-style: normal; color: #7B312D; font-weight: 700; }
#contactForm ol { margin: 0; list-style-type: none; padding: 0; }
#contactForm ol label { display: block; font-size: 14px; }
#contactForm ol input[type="text"] { font-family: 'myriad-pro', sans-serif; font-size: 16px; width: calc(100% - 12px); padding: 5px; border: 1px solid #DDD; margin-bottom: 1em; }
#contactForm ol input[type="submit"] { display: block; width: 150px; font-family: 'myriad-pro', sans-serif; font-size: 18px; color: #FFF; text-align: center; border: 0; background: #01395C; padding: 10px 0; cursor: pointer; }
#contactForm ol select { font-family: 'myriad-pro', sans-serif; font-size: 16px; width: 100%; padding: 4px; border: 1px solid #DDD; margin-bottom: 1em; }
#contactForm ol textarea { font-family: 'myriad-pro', sans-serif; font-size: 16px; width: calc(100% - 12px); padding: 5px; border: 1px solid #DDD; margin-bottom: 1em; }

#contactForm li.width50 { width: 49%; float: left; margin-right: 1%; }
#contactForm li.width40 { width: 39%; float: left; margin-right: 1%; }
#contactForm li.width33 { width: 32.3%; float: left; margin-right: 1%; }
#contactForm li.width30 { width: 29%; float: left; margin-right: 1%; }
#contactForm li.width25 { width: 24%; float: left; margin-right: 1%; }
#contactForm li.width20 { width: 19%; float: left; margin-right: 1%; }
#contactForm li.width50.right { width: 50%; margin-right: 0%; }
#contactForm li.width40.right { width: 40%; margin-right: 0%; }
#contactForm li.width33.right { width: 33.3%; margin-right: 0%; }
#contactForm li.width30.right { width: 30%; margin-right: 0%; }
#contactForm li.width25.right { width: 25%; margin-right: 0%; }
#contactForm li.width20.right { width: 20%; margin-right: 0%; }
#contactForm hr { margin-block-start: 10px; }

@media screen and (max-width: 600px) {
  #contactForm li.width50, #contactForm li.width40, #contactForm li.width33, #contactForm li.width30, #contactForm li.width25, #contactForm li.width20, #contactForm li.width40.right, #contactForm li.width33.right, #contactForm li.width30.right, #contactForm li.width25.right, #contactForm li.width20.right {
    width: 100% !important;
    margin: 0 !important;
    float: none;
  }
}

/* Filter */
.filterDiv { display: none; }
.show { display: block; }
.listHidden { display: none !important; }
.active { background-color: #E8E6EA; }

@media only screen and (max-width: 950px) {
  #headerNav { display: none; }
  .mobileMenu { display: block; position: fixed; width: 80px; right:0; margin: -5px 0 0; background: #E8E6EA; }
  .slicknav_menu { display: block; }
}
@media only screen and (max-width: 790px) {

  /* Home */
  .homeSection { width: calc(100% - 42px); height: auto; padding: 10px 10px 30px; }
}
@media only screen and (max-width: 700px) {

  /* Page Content */
  #pageContent .introduction { font-size: 16px; line-height: 24px; }

  /* Trending Icons */
  .trendingIcons { flex-wrap: wrap; }
  .trendingIcons .icon { padding: 20px 10px; width: calc(50% - 20px); }

}

@media only screen and (max-width: 550px) {
  #headerText { font-size: 12px; width: calc(100% - 100px); }
  #headerText h3 { font-size: 26px; line-height: 30px; }

  .homeRotator { padding: 90px 0; }
  .homeHeader h1 { font-size: 34px; line-height: 42px; }
  .newsItem img { float: none; max-width: 100%; margin: 0 0 20px 0; }
}
@media screen and (max-width: 420px) {
  #header .container_full { width: calc(100% - 20px); }
}
@media screen and (max-width: 400px) { 
  #headerImage img { max-height: 60px; padding: 10px 0; }
}