/* =========================================================
   Base typography
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Comic+Neue:wght@400;700&family=Open+Sans:wght@400;600;700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
}

p {
    font-size: 14px;
}


/* =========================================================
   Layout width
   Keeps menu, main content and footer aligned.
   ========================================================= */

#sp-main-body,
#sp-footer,
#sp-bottom,
#sp-menu {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.container {
    max-width: 1200px;
}


/* =========================================================
   Header / site title
   Helix Ultimate uses Bootstrap columns, so #sp-logo must
   take the full row for the title to center properly.
   ========================================================= */

#sp-header {
    background: none;
    height: auto;
    box-shadow: none;
}

#sp-header #sp-logo {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
}

#sp-logo .sp-column {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

#sp-header .logo a {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    font-family: 'Kaushan Script', cursive;
    font-size: 36px;
    font-weight: 600;
    color: #1069ad;
    text-align: center;
    text-transform: uppercase;
}


/* =========================================================
   Main menu - original working styling
   ========================================================= */

div#sp-menu {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    background: #f5f5f5;
}

.sp-megamenu-parent {
    display: flex !important;
    justify-content: center;
    width: 100%;
}

.sp-megamenu-wrapper {
    position: relative;
}

.sp-megamenu-parent a {
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px !important;
    padding: 0px 10px !important;
}

.sp-dropdown-items a {
    color: #fff !important;
    text-transform: inherit;
    font-weight: 400;
    padding: 15px 10px !important;
    width: 100%;
    font-size: 13px !important;
}

.sp-dropdown-items a:hover {
    background: #fff;
    color: #000 !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #1f1f1f;
}


/* =========================================================
   Offcanvas mobile menu styling
   Visual styling only. Helix handles open/close behavior.
   ========================================================= */

.offcanvas-menu {
    background: #1f1f1f;
    color: #fff;
}

.offcanvas-menu .offcanvas-inner {
    padding: 30px 24px;
}

/* Close button */
.offcanvas-menu .close-offcanvas {
    color: #fff;
    opacity: 1;
    font-size: 24px;
}

/* Main menu list */
.offcanvas-menu .offcanvas-inner .sp-module ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

/* Main links */
.offcanvas-menu .offcanvas-inner .sp-module ul > li > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li > span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    padding: 12px 0;
}

/* Hover/focus */
.offcanvas-menu .offcanvas-inner .sp-module ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li > span:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li > a:focus,
.offcanvas-menu .offcanvas-inner .sp-module ul > li > span:focus {
    color: #d9d9d9;
    text-decoration: none;
}

/* Submenus */
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
    padding: 0 0 10px 14px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li {
    border-bottom: none;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li span {
    color: #d9d9d9;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    padding: 7px 0;
}

/* Active/current menu item */
.offcanvas-menu .offcanvas-inner .sp-module ul > li.current > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a {
    color: #ffffff;
    font-weight: 700;
}

/* =========================================================
   Offcanvas submenu toggler
   Keep Helix default toggler, only set color.
   ========================================================= */

.offcanvas-menu .menu-toggler::after {
    color: #fff;
}

/* Offcanvas close icon */

.offcanvas-menu .close-offcanvas .burger-icon > span {
    background-color: #fff;
}

/* =========================================================
   Mobile navigation
   Hide desktop megamenu and show the Helix offcanvas button.
   ========================================================= */

@media (max-width: 991.98px) {
    .sp-megamenu-parent {
        display: none !important;
    }

    #offcanvas-toggler {
        display: flex !important;
        margin-left: auto;
    }
}

/* =========================================================
   Main content
   ========================================================= */

#sp-main-body {
    background: #f5f5f5;
    padding: 15px 0;
}

.blog .items-row,
.leading-0,
.article-list .article {
    background: #e8e8e8;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
}

.article-introtext p {
    text-align: justify;
}

.article-introtext p img,
.blog p img {
    float: left;
    margin-right: 20px;
}

.article-ratings-social-share,
#check {
    display: none;
}


/* =========================================================
   Headings
   ========================================================= */

h2,
h3,
h3 a {
    font-family: 'Comic Neue', cursive;
    color: #0161ab;
    text-align: center;
}

h3,
h3 a {
    font-size: 29px;
}


/* =========================================================
   Sidebar modules
   ========================================================= */

#sp-left .sp-module,
#sp-right .sp-module {
    background: #ccc;
    border: none;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px;
}

#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: none;
    font-size: 22px;
    font-weight: 700;
}

#sp-left .sp-module ul > li,
#sp-right .sp-module ul > li {
    display: block;
    border-bottom: none;
}

#sp-left a {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 36px;
}

#sp-left a:hover,
#sp-right a:hover {
    color: #424242;
}

#sp-left span {
    display: inline-block;
    line-height: 17px;
}

#sp-left p {
    margin-bottom: 0;
}


/* =========================================================
   Footer
   ========================================================= */

#sp-footer,
#sp-bottom {
    background: #1f1f1f;
    color: #fff;
    text-align: center;
}

/* =========================================================
   SAXUM PICKER / CARD IMAGES
   Adds spacing around Saxum card images without affecting ads/logos.
   ========================================================= */

body.com-saxumpicker #sp-component img[src*="images/saxumpicker/"],
#sp-component .saxumpicker img[src*="images/saxumpicker/"] {
    padding: 10px !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    height: auto !important;
	margin-left: auto !important;
    margin-right: auto !important;
}

/* Some Saxum Picker layouts use generated wrapper classes around each card */
#sp-component .saxumpicker div[class*="p7ehc-"],
body.com-saxumpicker #sp-component div[class*="p7ehc-"] {
    text-align: center !important;
}

/* =========================================================
   Saxum Picker submit buttons
   ========================================================= */

#sp-component > div > div.sxpicker-buttons input.btn[type="submit"] {
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #333333;
    border-radius: 4px;
    padding: 7px 16px;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    box-shadow: none;
}

#sp-component > div > div.sxpicker-buttons input.btn[type="submit"]:hover {
    background-color: #333333;
    color: #ffffff;
    border-color: #333333;
}