#sp-header {
	background-color: #ffffff !important;
}

li.sp-menu-item a:hover,
li.sp-menu-item.active > a,
li.sp-menu-item.current-item > a,
li.sp-menu-item a:active {
	color: #be0002 !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	background-color: #ffffff !important;
	padding: 20px 0px 20px 0px!important;
}

#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li.sp-dropdown .sp-dropdown-inner li.sp-menu-item > a,
#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li.sp-dropdown .sp-dropdown-inner li.sp-menu-item > span {
	font-size: 16px;
	padding: 0px 25px !important;
}

#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner li.sp-menu-item>a, #sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent li .sp-dropdown .sp-dropdown-inner li.sp-menu-item>span {
    line-height: 0.25 !important;
	    font-size: 16px;
}

#sp-bottom > .container {
	max-width: 90% !important;
}

#sp-bottom .sp-module .sp-module-title {
	color: #000000;
}

html .error-page .error-code {
	font-size: 100px !important;
	margin: 0 0 6rem;
	color: #01017d;
}

.view-article .article-details .article-header > h1 {
	max-width: 100%;
	    text-align: left;
}

.view-article .article-details .article-info {
	justify-content: flex-start;
}

.view-article .article-details .article-full-image > img {
	border-radius: 0px;
	float: right;
	max-width: 400px;
	padding-left: 50px;
	padding-bottom: 20px;
}

/* Remove the space between .blog and .view-article */
.blog.view-article div[itemprop="articleBody"] {
    margin-top: -3.4rem;
}

.article-ratings-social-share {
    display: block !important;
}

.article-social-share {
    float: left !important;
}

.article-details .article-ratings-social-share {
    border-top: 0px!important;
    border-bottom: 0px!important;
}


/* iPhone bg fix */

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .sp-page-builder .page-content #section-id-MePiaHs4A7651xNbEvtnF,
  .sp-page-builder .page-content #section-id-Zqi0yK71MK5osrxZDyaXP,
  .sp-page-builder .page-content #section-id-1599175182383  {
    background-size: unset !important;
    background-attachment: scroll !important;
    background-position: top !important;
  }
}

/* Extra small devices (phones, 600px and down) */
@media screen and (min-width:320px) and (max-width:932px) {
	
    #sp-header #sp-logo {
        width: 255px;
        transform: scale(0.7);
        margin-left: -45px;
    }
	
	#sp-header.header-sticky .logo-sticky {
    display: none !important;
}
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...} 

/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width:1024px) {..}

/* Large devices (laptops/desktops, 992px and up) */
 @media screen and (min-width: 900px) and (max-width:1440px) {...}
 
 /* Large devices (laptops/desktops, 992px and up) */
 @media screen and (min-width: 1024px) and (max-width:1366px) {
	 #sp-header.header-sticky .logo-sticky {
    max-width: 300px;
}
 }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}

/* Codes for Bootstrap hidden elements on devices
hidden-xs
hidden-sm
hidden-md
hidden-lg
 */






