@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200..1000&display=swap');
@import url("content.css");
@import url("departments.css");
@import url("elections.css");
@import url("header-26.css");
@import url("home-25.css");
@import url("portal.css");
@import url("services-27.css");
@import url("footer.css");

body { margin: 0; font-family: 'Mulish', sans-serif; color: #231F20; font-size: 18px; line-height: 29px; min-height: 0!important; height: auto!important; position: inherit!important;}
body.withTranslate { background-image: none; }

a { color: #3B6B8C; }
a:hover, a:active { color: #00364D; }

a.button { background: #F79759; color: #231F20; font-size: 20px; font-family: 'Gill Sans MT', 'Gill Sans', Arial; text-decoration: none; padding: 12px 18px; font-weight: 600; text-decoration: none; display: inline-block; margin: 0 5px 5px 0; }
a.button:hover { background: #F47B20; transition: 500ms; }

h1 { font-size: 42px; line-height: 44px; font-family: 'Gill Sans MT', 'Gill Sans', Arial; font-weight: 600; text-transform: uppercase; }
h2 { font-size: 36px; line-height: 40px; font-family: 'Gill Sans MT', 'Gill Sans', Arial; font-weight: 400; }
h3 { font-size: 24px; line-height: 26px; font-family: 'Gill Sans MT', 'Gill Sans', Arial; font-weight: 600; }

hr { margin-block-start: 20px; margin-block-end: 20px; border: 0px; border-top: 1px solid #E6E6E6 !important; }

.clear { clear: both; }

.content { padding-top: 140px; }
.content.enhancedDepartment { padding-top: 189px; }
.sampleContent { height: calc(100vh - 269px); }

@media screen and (max-width: 1320px) { 
    .content.enhancedDepartment { padding-top: 130px; }
    .content.noSection { padding-top: 100px; }
}
@media screen and (max-width: 1100px) { 
    
}

@media screen and (max-width: 460px) { 
    .content { padding-top: 130px; }
    .content.enhancedDepartment { padding-top: 130px; }
    .content.noSection { padding-top: 100px; }
}

.listFilter input[type="text"] { border: 1px solid #E6E6E6; width: 100%; padding: 8px 5px; font-size: 18px; font-family: 'Mulish', sans-serif; margin: 0 0 20px; }
.listFilter { margin-bottom: 1em; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content { width: 400px !important; height: 500px !important; max-width: calc(100% - 40px); max-height: 90%; margin: 0; }

hr {  }

/*

Fonts:
Gill Sans MT
Mulish

Colors:
Blue - #00364D
Orange - #F47B20
Light - Orange: #F79759
Red - #731D14
Gray - #E6E6E6
Black - #231F20

Icon Style:
Light

*/