@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Manrope:wght@200..800&display=swap');

@import url('content.css');
@import url('department.css');
@import url('elections.css');
@import url('footer.css');
@import url('header.css');
@import url('home.css');
@import url('services.css');

/* 

#042539 (Dark Blue, Primary Color)
#1789B0 (Blue)
#8ED7F1 (Light Blue)
#C8EAF6 (Lightest Blue)
#689368 (Green)
#A4BfA4 (Light Green)
#F89920 (Orange, Button)
#511110 (Red, Alert Bar)
#F6F6F6 (Gray, Background Color, Divider Line)
#0E0E11 (Text)

*/

/* Other CSS Files */

body { background: #FFFFFF; color: #0E0E11; font-family: 'Manrope', sans-serif; font-weight: 300; font-size: 18px; line-height: 29px; margin: 0; }
h1 { font-size: 62px; font-family: 'Cal Sans'; line-height: 68px; margin: 35px 0; font-weight: 400; color: #042539; }
h2 { font-size: 42px; font-family: 'Cal Sans'; line-height: 48px; margin: 30px 0; font-weight: 400; color: #042539; }
h3 { font-size: 28px; line-height: 36px; margin: 25px 0; font-weight: 300; }
a { color: #042539; }
a:hover, a:active { text-decoration: none; color: #084E78; }
b, strong { font-weight: 700; }

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

/* Content */
.content { padding: 80px 0 0; min-height: calc(100vh - 355px); }
a.button { display: inline-block; margin: 0 auto; background: #F89920; color: #0E0E11; padding: 10px 20px; margin: 0 4px 4px 0; text-decoration: none; font-weight: 700; transition: 500ms; text-transform: uppercase; }
a.button:hover { background: #FBCC8F; }
.clear { clear: both; }

/* Videos */
.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%; }

/* Alerts */
.alert { background: #511110; color: #FFFFFF; width: calc(100% - 20px); font-size: 20px; text-align: center; padding: 10px; font-weight: 700; }
.alert a, .alert a:hover { color: #FFFFFF; text-decoration: none; }
.alertButton { display: inline-block; padding: 0px 12px; border: 2px solid #FFFFFF; margin-left: 12px; }
.alert a:hover .alertButton { background: #FFFFFF; color: #511110; }

/* Modules - Notifications */
form#notificationsForm { display: block; max-width: 800px; width: 100%; margin: 0 auto 60px; }
#notificationsForm ol { margin: 0; list-style-type: none; padding: 0; }
#notificationsForm ol label { display: block; font-size: 15px; line-height: 24px; }
#notificationsForm ol input[type="text"], #notificationsForm ol input[type="email"] { font-family: 'Manrope', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #042539; margin-bottom: 1em; }
#notificationsForm input[type="submit"] { display: block; width: 150px; font-family: 'Manrope', sans-serif; font-size: 16px; color: #FFF; text-align: center; border: 0; background: #25274D; padding: 10px 0; margin: 1.5em 0 0; }

@media screen and (max-width: 800px) { 
    h1 { font-size: 58px; line-height: 66px; }
    h2 { font-size: 42px; line-height: 48px; }
    h3 { font-size: 28px; line-height: 34px; }
}

a.skipToContent { background: #F6F6F6; height: 27px; left: 10px; padding: 10px 20px; position: absolute; transform: translateY(-123px); transition: transform 0.3s; z-index: 1000; color: #000000; text-decoration: none; }
a.skipToContent:focus { transform: translateY(5px); }