/* CSS File Imports */
@import url('fonts.css');
@import url('content.css');
@import url('home.css');
@import url('header.css');
@import url('footer.css');

/*

Blue: #00619D
Light Blue: #5CC2E7
Green: #92C73E
Light Green: #DAE7BA
Background Color: #EFF8FA
Red Alert: #70302D
Black: #0F1910

*/

body { background: #FFFFFF; color: #0F1910; font-family: 'Raleway', sans-serif; font-size: 18px; line-height: 28px; margin: 0; min-height: calc(100vh - 40px); }
h1 { font-size: 52px; line-height: 60px; }
h2 { font-size: 36px; line-height: 44px; }
h3 { font-size: 24px; line-height: 30px; color: #00619D; }
a { color: #00619D; }
a:hover, a:active { text-decoration: none; }

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

a.button { background: #5CC2E7; color: #231F20; font-weight: 700; font-size: 22px; padding: 6px 16px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 0 5px 5px 0; border: 2px solid #5CC2E7; }
a.button:hover { background: none; color: #231F20; transition: .5s all; }

/* Clear */
.clear { clear: both; }
a[id] { scroll-margin-top: 120px; }

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

/* Fancybox Overlays */
.fancybox-slide--html .fancybox-close-small { opacity: 1; padding: 10px 5px; width: 50px; height: 60px; }