.helix-social-share .helix-social-share-icon ul li:nth-child(3),
.helix-social-share .helix-social-share-icon ul li:nth-child(4) {
  display: none;
}
article.item:hover .entry-image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#sp-main-body {
    padding: 30px 0;
}
.entry-header {
    position: relative;
    margin-bottom: 10px;
}
.blog-content-wrap {
    padding-top: 30px;
}
.blog-details-content-wrap {
    padding: 20px 0px 30px;
}
.sp-megamenu-parent {
   float: right;
}
#sp-header.menu-fixed {
    background: #74a5d4;
}
.sp-megamenu-parent > li > a {
    font-size: inherit;
}

/* Start Make Top Bar Full Width */
#sp-top-bar .sp-module {
  float: none;
}
/* End Make Top Bar Full Width */

/* Start Center the Google Translate Box */
.notranslate {
  margin: 0 auto;
}
/* End Center the Google Translate Box */

/* Start Set The Header Height */
#sp-header {
  height: 105px;
}
@media (min-width: 480px) and (max-width: 990px) {
  #sp-header {
    height: 85px;
  }
}
@media (max-width: 479px) {
  #sp-header {
    height: 70px;
  }
}
/* End Set The Header Height */

/* Start Set The Hamburger Color  and Location*/
#offcanvas-toggler > i,
#offcanvas-toggler > i:hover {
  color: #ffffff;
}
@media (min-width: 480px) and (max-width: 990px) {
  #offcanvas-toggler {
    line-height: 76px;
  }
}
/* End Set The Hamburger Color */

/* Start Set Menu Styling */
.sp-megamenu-parent {
  margin: 10px 0 0;
}
.sp-megamenu-parent > li > a::before {
  background: #ffffff;
  top: 55px;
}
/* End Set Menu Styling */

@media only screen and (max-width: 479px) {
  .sppb-col-xs-6 {
    flex: 0 0 50%;
    max-width: 100%;
  }
}
/* Start 3-D Text Styling */
.header-outline-dark-blue h1,
.header-outline-dark-blue h2,
.header-outline-dark-blue h4 {
  -webkit-text-stroke: 1px #3c6789;
}
.header-outline-white h1,
.header-outline-white h2,
.header-outline-white h4 {
  -webkit-text-stroke: 1px #ffffff;
}
.black-text-shadow h1,
.black-text-shadow h2,
.black-text-shadow h4 {
  text-shadow: 2px 2px #000000;
}
.white-text-shadow h1,
.white-text-shadow h2,
.white-text-shadow h4 {
  text-shadow: 2px 2px #ffffff;
}
.light-blue-text-shadow h1,
.light-blue-text-shadow h2,
.light-blue-text-shadow h4{
  text-shadow: 2px 2px #74a5d4;
}
/* End 3-D Text Styling */

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #74a5d4!important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  text-transform: uppercase;
  font-size: 18px;
}
