@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Poppins:wght@400;600;700&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-25.css');
@import url('services-25.css');

/* Other CSS Files */

body { background: #FFFFFF; color: #0F1910; font-family: 'Lato', sans-serif; font-size: 1em; line-height: 1.7em; margin: 0; min-height: calc(100vh - 40px); }
h1, h2, h3, h4 { font-family: 'Poppins', serif; font-weight: 600; }
h1 { font-size: 44px; line-height: 56px; }
h2 { font-size: 35px; line-height: 46px; }
h3 { font-size: 28px; line-height: 42px; }
a { color: #0A6485; }
a:hover, a:active { text-decoration: none; }

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

/* Content */
.content { min-height: calc(100vh - 355px); }
a.button { display: inline-block; margin: 0 auto; background: #7ED1E1; color: #0F1910; padding: 7px 12px; margin: 0 4px 4px 0; text-decoration: none; font-weight: 700; transition: 500ms; border-radius: 5px; }
a.button:hover { background: #19B3C5; }
.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%; }

/* 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: 'Lato', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #E7F5F7; margin-bottom: 1em; }
#notificationsForm input[type="submit"] { display: block; width: 150px; font-family: 'Lato', sans-serif; font-size: 16px; color: #FFF; text-align: center; border: 0; background: #25274D; padding: 10px 0; margin: 1.5em 0 0; }
