/***************** Template *****************/
:root {
    --bs-primary: #1b7ec3;
}
.article-list .article .article-header h2 {
  color: var(--bs-primary)
}
.sp-page-title {
	background-size: cover;
    background-position: center;
    height: 300px;
}
.sp-page-title .sp-page-title-heading {
	display: none;
}
.sp-megamenu-parent>li.active>a {
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 1rem;
}
#sp-main-body {
    padding: 50px 0;
}
.sp-megamenu-parent>li {
    text-transform: uppercase;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 1.9rem;
}
#sp-bottom {
    font-size: 15px;
    font-weight: 600;
}
#sp-bottom a {
    color: #9cd6fe;
}
h2 {
    margin-bottom: 1.5rem;
}
#sp-footer {
    display: none;
}
/***************** Responsive iFrame *****************/
.iframe-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.iframe-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/************  Desktops and laptops  /*************/
@media only screen  and (min-width : 1224px) {
    .burger-icon {
        display: none;
}}
/********************** Site Width  **********************/
@media (min-width: 1200px){
.sppb-row-container {
    max-width: 1100px;
}}
.sppb-container{
    max-width: 1100px;
}
.container{
    max-width: 1100px;
}
/***************** Styling *****************/
.box1 {
    border: 25px solid rgba(0,0,0,0.8) !important;
}
@media (max-width: 900px) {
	.phone-center {
	text-align: center;
}}

/*.logo-image {
    width: 402px;
    height: auto !important;
    max-width: initial;
}*/

/************ Responsive iFrame ************/
.iframe-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.iframe-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
