.sppb-panel-modern>.sppb-panel-heading {
    padding: 17px 65px 17px 15px !important;
}


.sppb-panel-modern {
    border-radius: 0px !important;
}

.sppb-panel-group .sppb-panel:last-child .sppb-panel-body {
 
    background-color: #e4edf2 !important;
}

.sppb-panel-heading .sppb-toggle-direction {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 3em;
  	color: #ee8619 !important;
}
      
.sppb-panel-heading .sppb-toggle-direction {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 3em;
    color: #ee8619 !important;
}


/* May 2 - 2022 - Mobile tweaks to margins, blog and titles */

@media (max-width: 767px)
{
.com-easyblog #sp-main-body .container, .com-search #sp-main-body .container {
    background-color: #ffffff;
    padding: 0px 0px !important;
}

#eb .eb-entry {
    border: 0px solid rgba(var(--fd-gray-200),1) !important;
}
  
  #eb .eb-post-listing .eb-post {
    border: 0px solid rgba(var(--fd-gray-200),1) !important;
}
  
  #eb.is-mobile .eb-post-date, #eb.is-mobile .eb-entry-date {
    margin: 0px 0 0 !important;
}
  
  
h1.sppb-addon-title {
    font-size: 30px !important;
    line-height: 30px !important;
}

.custom-row h1 {
  margin-bottom: 0px !important;
}
  }


/* END May 2 - 2022 - Mobile tweaks to margins, blog and titles */



/* sharethis fix */
.st-sticky-share-buttons img {
  display: inline-block;
}

/* custom easyblog title */
#eb .eb-post-title, #eb .eb-entry-title {
    margin: 10px 0;
  
    font-family: inherit !important;
    color: #01578f;
    font-weight: bolder;
    font-size:1.75rem !important;
}

#eb .eb-post-title a, #eb .eb-entry-title a {
    font-family: inherit !important;
}
/* custom easyblog title */



#sppb-addon-1551131246209 .search_categories .select select {
    background: transparent;
    line-height: 2 !important; 
}


@media (min-width: 768px)
{
h1.sppb-addon-title {
    font-size: 50px !important;
    line-height: 45px !important;
}
}

h6.sppb-addon-title {
    font-size: 25px !important;
   line-height: 25px !important;
}


body {
    background-color: #e4edf2;
}

.logo {
    height: 100px !important;
}

.logo-image {
    height: auto !important;
    margin: 0px auto !important;
}


.page-header {
    display: none;
}

.sppb-row-container {
    max-width: 100% !important;
    margin: auto !important;
}

.custom-row {
    max-width: 1140px !important;
    margin: auto !important;
}

.home-footer {
    background-image: url("../../../images/homepage/ocean-bkgd.jpg");
    background-size: 100%;
    background-attachment: fixed;
    background-position: center;
}

.toggle {
    cursor: pointer;
    width: 30px;
    display: inline-block;
    /*margin-left: 8%;
   top: 5px;
   margin-top: 3%;*/
    margin-bottom: 0px;
    float: left;
}

.toggle span {
    width: 25px;
    height: 4px;
    background: #fff;
    margin-bottom: 5px;
    display: block;
    transition: all 300ms ease-in-out;
}

.sidemenu {
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-100%, 0);
    transition: all 300ms ease-in-out;
}

.sidemenu.openmenu {
    transform: translate(0, 0);
    transition: all 300ms ease-in-out;
}

.sidemenu .hide-mainmenu {
    display: none;
}

.nav {
    display: table-cell !important;
}



/* old sidemenu items 
.sidemenu li {
    display: block;
    width: auto;
    list-style: none;
    text-align: center;
    margin: 10px 0;
}

.sidemenu a {
    color: #000;
    text-transform: uppercase;
}


*/


/* new style of menu items */
.sidemenu li {
    opacity: 1;
    transform: translateY(0%);
    font-size: 22px;
    transform: translateY(100%);
    transition: all 0.3s ease;
    text-align:center;
}


.sidemenu a {
    color: inherit;
    text-decoration: none;
    padding: 4px 10px;
    display: inline-block;
    transition: all 0.2s ease;
    position: relative;
    opacity: 0.6;
    font-size: 23px;
  box-shadow: none !important;
  border: none !important;
}


@media (max-width: 767px)
{
  
  .sidemenu a {
    color: inherit;
    text-decoration: none;
    padding: 4px 10px;
    display: inline-block;
    transition: all 0.2s ease;
    position: relative;
    opacity: 0.6;
    font-size: 18px;
  box-shadow: none !important;
  border: none !important;
}

  
  
  
}



.sidemenu li.active a {
   opacity: 1;
}
.sidemenu a:hover, .sidemenu a:focus {
    transform: scale(1.2);
    opacity: 1;
}
.sidemenu a:hover {
   color: #0345bf;
}
.sidemenu a:hover:after, .sidemenu a:focus:after {
    transform: scaleX(1);
}
.sidemenu a:after {
    background-color: currentColor;
    width: 30px;
    height: 1px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 8px;
    transform: scaleX(0);
    transition: all 0.2s ease;
    position: absolute;
    content: '';
    box-shadow: none !important;
  border: none !important;
}





#sp-custom-header {
    background: #0588b8 !important;
    padding: 5px 0;
    z-index: 99;
    position: inherit;
    width: 100%;
    top: 0;
}

.toggleopen span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    transition: all 400ms ease-in-out;
    width: 26px;
}

.toggle-mobile-search {
    display: none;
}

.toggleopen span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.toggleopen span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    transition: all 400ms ease-in-out;
    width: 26px;
}

.toggle-mobile-search {
    display: none !important;
}

.logo {
    width: 73%;
    float: left;
}

#sp-logo .sp-column {
    display: flex !important;
    align-items: center !important;
}

.toprightmenu {
    /* margin-right:8%;*/
    margin-top: 16px;
}

.toprightmenu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;

}

.toprightmenu ul li {
    list-style: none;
    display: inline-block;
    width: auto;
}

.toprightmenu ul li a {
    color: #fff;
    margin-left: 20px;
    border: 1px solid #fff;
    padding: 2px 9px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 10.5pt;
    transition: all 300ms ease-in-out;
    display: inline-block;
    font-weight: 600;
}

.toprightmenu ul li a:hover {
    text-decoration: none;
    background: #f79421;
    transition: all 300ms ease-in-out;
}

.toprightmenu .facebook > a {
    border: 0;
    padding: 0;
    margin-top: 3px;
}

.toprightmenu ul li.facebook a:hover {
    background: none;
}

.toprightmenu .facebook > a i {
    font-size: 31px;
}

.custom li:last-child a {
    background: #ee8619;
}

.footermenu-container,
#sp-bottom .footermenu-module {
    text-align: center;
    margin-bottom: 20px;
}

ul.footermenu,
#sp-bottom ul.footermenu {
    list-style: none;
    display: inline;
}

ul.footermenu li,
#sp-bottom ul.footermenu li {
    display: inline-block;
    padding: 0 10px 0 10px;
    border-right: 1px solid #fff;
}

ul.footermenu li:last-child,
#sp-bottom ul.footermenu li:last-child {
    border-right: none;
}

ul.footermenu li:last-child a,
#sp-bottom ul.footermenu li:last-child a {
    background: unset !important;
}

ul.footermenu li a,
#sp-bottom ul.footermenu li a {
    color: #000000;
    font-size: 11pt;
    text-transform: uppercase;
}

ul.footermenu .hide-footermenu,
#sp-bottom ul.footermenu .hide-footermenu {
    display: none;
}

p.bottom-par {
    text-align: center;
    margin: 0;
}

p.bottom-par span {
    font-size: 11pt;
}

/** Blue bottom group style **/
.sppb-addon-button-group {
    margin-top: 20px;
}

.blue-btn-group .sppb-addon-content {
    display: flex;
    flex-wrap: wrap;
}

.blue-btn-group .sppb-btn {
    background-color: #2982b5 !important;
    color: #fff !important;
    padding: 8px 15px 8px 15px !important;
    font-size: 14px !important;
    width: 46%;
    text-align: left;
    font-weight: bold;
}

.blue-btn-group .sppb-btn:nth-child(even) {
    margin: 10px 0px 10px 16px !important;
}

.blue-btn-group .sppb-btn:nth-child(odd) {
    margin: 10px 16px 10px 7px !important;
}

.blue-btn-group .sppb-btn:hover {
    background-color: #2982b5 !important;
}

.blue-btn-group .sppb-btn i.fa.fa-caret-right {
    color: #f8d447;
    text-indent: -999999px;
    font-size: 25px;
    float: left;
    background-image: url("../images/play.png");
    width: 25px;
    height: 19px;
    background-repeat: no-repeat;
}

/* Under cream box button */

.under-cream-box {
    background: #fef5e0;
}

/* top search */

.topsearch.active {
    transform: translate(0%, 0);
    transition: all 300ms ease-in-out;
    width: 170px;
    margin-right: 15px;
}

.toggle-search.search-opened {
    transform: translate(10%, 0);
    transition: all 300ms ease-in-out;
}
.topsearch {
    width: 0px;
}
.topsearch, .toggle-search {
    transition: all 0.8s ease;
    float: left;
}

#sp-mobilesearch .search-form {
    width: 100%;
}

#sp-mobile-search .search .search-form input.form-control {
    padding: 0px 17px;
    border: none;
    max-width: 100%;
    border-radius: 0;
    max-height: 0px;
    transition: max-height 0.25s ease-out;
}

#sp-mobile-search .mobilesearch-container.active .search-form input.form-control {
    max-height:25px;
    transition: max-height 0.5s ease-in;
    padding: 17px;
}


#sp-mobile-search .topsearch.active .search .search-form input.form-control {
    border: 1px solid #ced4da;
}

.search .search-form input.form-control {
    height: calc(1.25rem + 6px);
    max-width: 170px;
}

/** Resources block **/
.blue-resource-block {
    color: #fff;
}

.blue-resource-block h3 {
    color: #fff;
    font-weight: bold;
}

.blue-resource-block a {
    color: #ffcd4e !important;
}

.blue-resource-block .clryellow {
    color: #ffcd4e;
    padding: 10px 0;
    margin: 0;
}

.cream-block-standard h3, .cream-block-callout h3, .white-block-standard h3, h3.sp-module-title {
    color: #01578f;
}

.cream-block-callout a, .cream-block-standard a, .white-block-standard a, #sp-right a, #sp-component a {
    color: #0688b8;
}

.cream-block-standard .blue-text, .cream-block-callout ul li {
    color: #0688b8;
}

/*----------------------CSS For Flip-Box Title Color Boxes--------------------------------*/
.box-orange a p {
    background-color: rgba(238, 134, 25, 0.65);
    padding: 10px 0px !important;
    position: absolute;
    bottom: -16px;
    width: 100%;
    font-weight: bold;
    color: #fff;
}

.box-purple a p {
    background-color: rgba(138, 52, 131, 0.65);
    padding: 10px 0px !important;
    position: absolute;
    bottom: -16px;
    width: 100%;
    font-weight: bold;
    color: #fff;
}

.box-green a p {
    background-color: rgba(0, 133, 124, 0.65);
    padding: 10px 0px !important;
    position: absolute;
    bottom: -16px;
    width: 100%;
    font-weight: bold;
    color: #fff;
}

.box-blue a p {
    background-color: rgba(19, 95, 147, 0.65);
    padding: 10px 0px !important;
    position: absolute;
    bottom: -16px;
    width: 100%;
    font-weight: bold;
    color: #fff;
}

.box-orange a, .box-purple a, .box-green a, .box-blue a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.box-shade {
    -webkit-box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.6);
}

.custom-row p {
    word-break: break-word;
}


@media (min-width: 768px)
{
.custom-row h1 {
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
}
}

.sppb-flipbox-panel .sppb-flipbox-front .flip-box-inner {
    vertical-align: bottom !important;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sppb-flipbox-panel .flip-box .flip-box-inner {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
}

.sppb-flipbox-panel .sppb-flipbox-back, .sppb-flipbox-panel .sppb-flipbox-front {
    padding: 0 !important;
}

/* Mobile view responsive css*/
@media (max-width: 767px) {
    .sppb-addon-single-image-container {
        margin-bottom: 15px;
    }
}

/* full with header */
.mobilemenu {
    display: none;
}

#sp-custom-header .search {
    line-height: 10px;
    margin-left: 20px;
    height: 30px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#sp-custom-header .search .search {
    margin: 0px;
}

#sp-custom-header .search i {
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    background-color: #0487b8;
    width: 30px;
}

#sppb-addon-1555259324150 #btn-1555259324150.sppb-btn-custom,
#sppb-addon-1555273400146 #btn-1555273400146.sppb-btn-custom,
a.under-cream-box.sppb-btn-custom {
    background-color: #ee8619 !important;
    font-weight: bold;
}

#sp-mobile-search {
    background-color: #0588b8 !important;
}

@media (min-width: 770px) {
    #sp-page-builder .page-content > .sppb-section:first-child
}

/* Mobile view header*/
@media (max-width: 767px) {
    body {
        background-size: cover !important
    }

    .home-footer {
        background: transparent !important
    }

    .sppb-row-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sidemenu {
        top: 165px;
        padding-top: 95px;
    }
  
  	.toprightmenu ul li:nth-child(2) a {
        margin-left: 10px;
    }

    #sppb-addon-1552397160041 .col-lg-6.mb-1 {
        float: left;
        width: 42%;
        margin-left: 4%;
        padding: 0px
    }

    #sppb-addon-1552397160041 .sppb-addon-text-block {
        margin-left: 15px;
    }

    .mobilemenu {
        display: block;
        margin-top: 12px;
    }

    .logo {
        width: 100% !important;
        margin: 0 auto;
    }

    .logo-image {
        height: auto !important;
    }

    #sp-custom-header {
        background: none;
        padding: 0;
    }

    #sp-custom-header .container {
        background-color: #0487b8;
        max-width: 100%;
    }

    .mobileheader {
        width: 100%;
        background: #0d4e7a;
    }

    .mobilemenu ul li {
        width: 33%
    }

    .desktop_menu {
        display: none;
    }

    i.fa.fa-search {
        color: #fff;
        font-size: 28px;
    }

    .topsearch {
        width: 100%;
    }

    .topsearch.active {
        width: 100%;
    }

    div#column-id-1551912293932 {
        margin-top: 0px;
    }

    div#column-id-1552465764231 {
        margin-top: 0px;
    }

    div#column-id-1552458121447 {
        margin-top: 0px;
    }
    #sp-mobilesearch {
        padding: 0 !important;
    }
    #sp-mobile-search .search {
        width: 100%;
        margin: 0px;
    }
    #sp-mobile-search .search form {
        float: left;
        width: 100%;
    }
    #sp-mobile-search .topsearch.active .search form {
        margin-right: 0px;
    }
    #sp-mobile-search .container {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 550px) {
    .logo img.logo-image {
        height: auto !important;
        display: inline-block;
        vertical-align: middle;
    }
}

@media (max-width: 576px) {
    .logo a {
        line-height: 100px;
    }
}

@media (max-width: 767px) {
    #sp-custom-header .search {
        display:none !important;
    }
    .toggle-mobile-search {
        display:block !important;
        float:right;
    }
}

@media (max-width: 558px) {
    .blue-btn-group .sppb-btn:nth-child(odd),
    .blue-btn-group .sppb-btn:nth-child(even) {
        margin: 10px 0 !important;
    }
    .blue-btn-group .sppb-btn {
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    .logo-image {
        height: 80px !important;
    }
}
 
#sp-mobile-search .search .search-form input.form-control:focus {
    box-shadow: none;
}

.com-easyblog, .com-search {
    background-image: url('../../../images/homepage/ocean-bkgd.jpg');
    background-size: 100%;
    background-attachment: fixed;
    background-position: center;
}

.com-easyblog #sp-main-body .container, .com-search #sp-main-body .container {
    background-color: #ffffff;
    padding: 20px 40px;
}

.com-easyblog #sp-main-body, .com-search #sp-main-body {
    padding: 0;
    background-color: #e4edf2;
}

#sp-bottom {
    background-color: transparent;
    color: #252525;
    margin: 60px 0 80px;
    padding: 0;
    line-height: 1.5;
}

#sp-right .sp-module {
    border: none !important;
}

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

#sp-bottom p {
    margin-bottom: 0rem !important
}

#footermenu-module .footermenu-module {
    margin-bottom: 20px;
}

#sp-right .sp-module .sp-module-title {
    font-size: 1.75rem;
    font-weight: bolder;
    margin-bottom: .5rem;
    font-family: inherit;
}

#eb .eb-post-title a, #eb .eb-entry-title a {
    font-family: inherit;
}

#eb .eb-post-title, #eb .eb-entry-title {
    font-family: inherit;
}

.search-results-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0688b8;
    font-family: "Open Sans";
    font-size: 50px;
    line-height: 45px;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #0688b8 !important;
    border-color: #0688b8 !important;
}

ul.footermenu {
    padding: 0;
}

ul.footermenu li:first-child {
    display: none;
}

#sp-left .sp-module, #sp-right .sp-module {
    margin-top: 0px;
}

.blue-btn-group .sppb-btn {
    border-radius: 0px !important;
}

#mod-search-searchword98 {
    padding: 1px .75rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .blue-btn-group .sppb-btn {
    width: 45%;
  }
}

.sp-scroll-up {
    bottom: 60px !important;
}

@media (max-width: 380px) {
   .sidemenu {
      padding-top: 0px;
      align-items: flex-start;
  }
}

