#sp-top-bar .sp-module {
  display: block;
  margin: 0;
}

.view-article #sp-main-body {
  padding-top: 0px;
}

.article-info {
  display: none;
}

.sp-contact-info {
  padding: 10px;
}

.sp-megamenu-parent .sp-mega-group>li>a {
  text-transform: inherit;
  font-weight: 400;
  font-size: 16px;
}

.sp-megamenu-parent .sp-mega-group>li>a:hover {
  color: #00bbf1;
}

body.ltr .sp-megamenu-parent>li.sp-has-child>a:after,
body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
  color: #3684b9;
}

.sp-megamenu-parent>li::after {
  background-color: #168f96;
}

#section-id-1728603702272 .sppb-row,
#section-id-1728876850524 .sppb-row {
  margin-right: -10px;
  margin-left: -10px;
}

body .sppb-btn.sppb-btn-link,
body .btn.sppb-btn-link {
  border-bottom: 1px solid #00bbf1;
}

#sp-bottom .container,
#sp-footer .container {
  max-width: 1320px;
}

#sp-bottom .sp-module .sp-module-title {
  margin: 0 0 15px;
}

#sp-bottom h3 {
  letter-spacing: 0px;
}

.badge {
  color: #000;
}

.sp-scroll-up {
  bottom: 25px;
}

/* Internal Page Styling */

.full-width #sp-main-body .container {
  max-width: 100%;
  min-width: 100%;
  padding: 0px;
}

.articles #sp-main-body .container {
  max-width: 90%;
}

.page-header h1 {
  font-size: 40px;
  color: #168f96;
}

.article-info>span {
  margin-right: 10px;
}

#sppb-addon-6430edc1-f3e0-46f5-b2a4-73898353bb8c .sppb-addon-header .sppb-addon-title {
  letter-spacing: 1px;
}

.view-article #sp-main-body .article-details div[itemprop="articleBody"] {
  max-width: 100%;
}

.view-article #sp-main-body .article-details.full-width {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 0px;
}

.full-width .sppb-row-container {
  max-width: 90%;
}



/* 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-1603175361137,
  .sp-page-builder .page-content #section-id-1614061579343,
   #call-to-action {
    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) {
  
 .itemid-101 .sp-page-builder .page-content #section-id-1728619925128 {
    background-position: 50% 0px;
}
  
  #section-id-LRcOewQcuOBV7iC1QJ5Qm >.sppb-row-container > .sppb-row > div {
    padding-top: 35px;
}
}

/* 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) {
 .itemid-101 .sp-page-builder .page-content #section-id-1728619925128 {
    background-position: 95% 0;
}
}

/* Large devices (laptops/desktops, 992px and up) */
 @media screen and (min-width: 900px) and (max-width:1440px) {...}

/* 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
 */