@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('content-1.css');
@import url('footer-1.css');
@import url('header-1.css');
@import url('home-1.css');
@import url('listings-1.css');

/* 

Client Colors
#253168 (Blue, Primary Color)
#00989E (Teal)
#FEDF5B (Yellow)
#F79051 (Orange)
#ECF2FA (Gray, Background Color)
#231F20 (Text)
#8E0000 (Red, Alert Bar)

*/

body { background: #FFFFFF; color: #231F20; font-family: 'Montserrat', sans-serif; font-size: 18px; line-height: 28px; margin: 0; }
h1 { font-size: 60px; line-height: 70px; margin: 30px 0; font-family: 'Josefin Sans', sans-serif; font-weight: 400; }
h2 { font-size: 44px; line-height: 52px; margin: 24px 0; font-family: 'Josefin Sans', sans-serif; font-weight: 400; }
h3 { font-size: 24px; line-height: 32px; margin: 25px 0; font-family: 'Josefin Sans', sans-serif; font-weight: 600; color: #253168; }
a { color: #243268; }
a:hover, a:active { text-decoration: none; color: #324691; }

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

/* Content */
.content { min-height: calc(100vh - 355px); padding-top: 140px; }
a.button { display: inline-block; margin: 0 auto; color: #253168; padding: 10px 20px; margin: 0 4px 4px 0; text-decoration: none; font-weight: 600; transition: 500ms; border: 2px solid #253168; }
a.button:hover { background: #253168; color: #FFFFFF; }
.clear { clear: both; }

@media screen and (max-width: 570px) { 
    .content { padding-top: 100px; }
}

/* 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: 'Montserrat', sans-serif; font-size: 16px; width: 100%; padding: 5px; border: 1px solid #092841; margin-bottom: 1em; }
#notificationsForm input[type="submit"] { display: block; width: 150px; font-family: 'Montserrat', 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; }
}

.searchItem { margin: 10px 0 0; padding: 10px 0 0; border-top: 1px solid #ECF2FA; }

.filterDiv { display: none !important; }
.show { display: block !important; }
.listHidden { display: none !important; }