@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

:root {
    --blue: #003366;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #3b3b3b;
    --primary: #0288d1;
    --secondary: #ffeb3b;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #003366;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2b2b2b;
    text-align: left;
    background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif!important;
    margin-top: 0!important;
    margin-bottom: 0.25rem!important;
    font-weight: 400!important;
    
}

h1,
h2,
h3,
h4,
h5,
h6 .element-header {
    font-family: "Roboto", sans-serif!important;
}

div.ccm-page .page-title {
    font-family: "Roboto", sans-serif!important;
    text-transform: capitalize!important;
    
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.25rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
a {
    color: #0288d1;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #015785;
    text-decoration: underline;
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

h1,
.h1 {
    font-size: 2rem;
}
h2,
.h2 {
    font-size: 1.75rem;
}
h3,
.h3 {
    font-size: 1.5rem;
}
h4,
.h4 {
    font-size: 1.25rem;
}
h5,
.h5 {
    font-size: 1rem;
}
h6,
.h6 {
    font-size: 0.85rem;
}
@media (min-width: 576px) {
    h1,
    .h1 {
        font-size: 2rem;
    }
    h2,
    .h2 {
        font-size: 1.75rem;
    }
    h3,
    .h3 {
        font-size: 1.5rem;
    }
    h4,
    .h4 {
        font-size: 1.25rem;
    }
    h5,
    .h5 {
        font-size: 1rem;
    }
    h6,
    .h6 {
        font-size: 0.85rem;
    }
}
@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 2.2rem;
    }
    h2,
    .h2 {
        font-size: 1.925rem;
    }
    h3,
    .h3 {
        font-size: 1.65rem;
    }
    h4,
    .h4 {
        font-size: 1.375rem;
    }
    h5,
    .h5 {
        font-size: 1.1rem;
    }
    h6,
    .h6 {
        font-size: 0.935rem;
    }
}
@media (min-width: 992px) {
    h1,
    .h1 {
        font-size: 2.4rem;
    }
    h2,
    .h2 {
        font-size: 2.1rem;
    }
    h3,
    .h3 {
        font-size: 1.8rem;
    }
    h4,
    .h4 {
        font-size: 1.5rem;
    }
    h5,
    .h5 {
        font-size: 1.2rem;
    }
    h6,
    .h6 {
        font-size: 1.02rem;
    }
}
@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 2.6rem;
    }
    h2,
    .h2 {
        font-size: 2.275rem;
    }
    h3,
    .h3 {
        font-size: 1.95rem;
    }
    h4,
    .h4 {
        font-size: 1.625rem;
    }
    h5,
    .h5 {
        font-size: 1.3rem;
    }
    h6,
    .h6 {
        font-size: 1.105rem;
    }
}

/* Custom elements */
div.ccm-page .btn-success, .cm__btn {
	color: #ffffff!important;
	border-color: #0288d1!important;
	background-color: #0288d1!important;
}
