/*#sp-header:not(.header-sticky) {
    background: rgba(255, 255, 255, 0) !important;
    box-shadow: none;
    position: fixed;
    z-index: 9999;
    height: auto;
    padding: 10px 0px;
    top:40px;
}

#sp-header:not(.header-sticky) .logo-image{
    filter: grayscale(0%);
    height: 130px;
    margin-top: 30px;
}*/

#sp-header {
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px 0px;
    height: auto !important;
    z-index: 99;
    transition: all 0.5s ease-in-out;
}

/*@media (max-width: 576px) {
    #sp-header:not(.header-sticky) {
        top:0px;
    }
    
    #sp-header:not(.header-sticky) .logo-image {
    height:80px;
}*/

/*Menu Styling*/

/*div#sp-menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.logo-image {
    padding:5px 0px 0px 0px;
    filter: grayscale(70%); 
    transition: all 0.5s ease-in-out;
}*/

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0px 10px !important;
}

.sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    z-index: 99;
    display: block;
    float: none;
    position: relative;
}

.sp-megamenu-parent > li {
    display: inline-block;
    position: relative;
    padding: 0 12px 0 0;
}

.sp-megamenu-parent > li.menu-justify {
    position: static;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
    display: inline-block;
    line-height: 60px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.sp-megamenu-parent > li > a:before,
.sp-megamenu-parent > li > span:before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #ed1e24;
    transition: 0.5s ease-in-out;
}

.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li:focus > a,
.sp-megamenu-parent > li.active > a {
    /*font-weight:lighter;*/
}

.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li:focus > a:before,
.sp-megamenu-parent > li.active > a:before {
    width: 70%;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 8px;
    background: rgba(255, 255, 255, 0.95);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    padding: 10px;
    line-height: 24px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    line-height: 24px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    background-color: #006ca2;
    color: #fff;
    width: 100%;
    transition: all .3s ease-in-out;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #ed1e24;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:hover {
    background-color: #ed1e24;
    color: #fff;
    transition: all .3s ease-in-out;;
}

@media (min-width: 576px) {
    .sp-menu-full.container {
        width: 540px;
    }
}

@media (min-width: 768px) {
    .sp-menu-full.container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .sp-menu-full.container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .sp-menu-full.container {
        width: 1140px;
    }
}

#offcanvas-toggler {
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
}

#offcanvas-toggler > span:hover {
    color: #fff;
}

.offcanvas-menu {
    background-color: #fff;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    /*color: #fff;*/
    font-size: 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
    color: #ed1e24;
}

.offcanvas-init {
    overflow-x: hidden;
    position: relative;
}

.offcanvas-active .offcanvas-overlay {
    visibility: visible;
    opacity: 1;
}

.offcanvas-overlay {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    padding: 0.325rem 0;
}


/*End of Menu Styling*/

.mod-languages ul.lang-inline {
    text-align: right;
    padding: 10px !important;
}

.form-control {
    background: rgba(255, 255, 255, 0);
    transition: all .3s ease-in-out;
}

.page-header,
.article-header,
.eventgallery-category-headline,
.displayname {
    color: #445c78;
    margin-bottom: 20px;
}

p {
    text-align: justify;
}

h1 {
    overflow: hidden;
    text-align: center;
}

h1:before,
h1:after {
    background-color: #445c78;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

h1:before {
    right: 0.5em;
    margin-left: -50%;
}

h1:after {
    left: 0.5em;
    margin-right: -50%;
}

.articleBody {
    position: relative;
    padding: 20px;
    border-radius: 5px 5px 0px 0px;
    background-color: #e4e5e7;
}

.articleBody :before {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 1px;
    width: 35%;
    /* or 100px */
    border-bottom: 1px solid #ed1e24;
}

.articleBody-l {
    position: relative;
    padding: 20px;
    border-radius: 5px 5px 0px 0px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.articleBody-l :before {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 1px;
    width: 35%;
    /* or 100px */
    border-bottom: 1px solid #ed1e24;
}

.article-details .article-full-image img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    filter: grayscale(70%);
	display: block;
	margin: auto;
}

.thumbnails .thumbnail {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pager > li a {
    border-radius: 0px 0px 5px 5px;
    background-color: #006ca2;
    color: #fff;
}

.pager > li a:hover {
    background-color: #ed1e24;
    transition: all 0.5s;
}

.sppb-addon-articles .sppb-addon-article {
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #fff;
    transition: all .6s ease;
}

.sppb-addon-articles .sppb-addon-article:hover {
    filter: grayscale(70%);
    box-shadow: none;
}

.sppb-article-info-wrap {
    padding: 15px;
    text-align: justify;
}

.sppb-article-info-wrap h3, .sppb-article-meta {
    text-align: center;
    font-size: 1.3rem; 
}

.sppb-article-img-wrap .sppb-img-responsive {
    margin-bottom: 10px;
}

.article-list .article {
    position: relative;
    transition: all .6s ease;
    border: 1px solid #f5f2f2;
}

.article-list .article :before {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 1px;
    width: 35%;
    /* or 100px */
    border-bottom: 1px solid #ed1e24;
}

.article-list .article:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid #ccc;
    filter: grayscale(70%);
    transition: all .6s ease;
}

.page-item.active .page-link {
    background-color: #445c78;
    border-color: #007bff;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prevention {
    background-color: rgba(242, 205, 26, 1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #445c78;

}

.grayed {
    filter: grayscale(70%);
}

.plain-bubble {
    padding: 20px;
    border-radius: 5px 5px 0px 0px;
    background-color: #e4e5e7;
    color: #014c74;
    margin-bottom: 10px;
}

.info-bubble {
    position: relative;
    width: 100%;
    padding: 20px;
    border-radius: 5px 5px 0px 0px;
    background-color: #e4e5e7;
    color: #014c74;
    margin-bottom: 10px;
}

.info-bubble :before {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 1px;
    width: 35%;
    /* or 100px */
    border-bottom: 1px solid #ed1e24;
}

.info-bubble-l {
    position: relative;
    width: 100%;
    padding: 20px;
    border-radius: 5px 5px 0px 0px;
    background-color: #ffffff;
    color: #014c74;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.info-bubble-l :before {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 1px;
    width: 35%;
    /* or 100px */
    border-bottom: 1px solid #ed1e24;
}

.info-bubble-t {
    position: relative;
    width: 100%;
    padding: 20px;
    color: #014c74;
    margin-bottom: 10px;
}

.info-bubble-t :before {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 1px;
    width: 35%;
    /* or 100px */
    border-bottom: 1px solid #ed1e24;
}

.info-pic {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid #ccc;
    transition: all .6s ease;
}

.info-pic:hover {
    box-shadow: none;
}

.info-pic-sub {
    padding:10px 0px 4px 0px;
    text-align: center;
    border-bottom: 1px solid #ed1e24;
    
}

.btn-primary,
.sppb-btn-primary {
    background-color: #006ca2;
    border: none;
    transition: all .6s ease;
}

.btn-primary:hover,
.sppb-btn-primary:hover {
    background-color: #ed1e24;
}

.sppb-btn-custom {
    transition: all .6s ease;
}

.sppb-btn-custom:hover {
    background-color: #ed1e24 !important;
    color: #fff !important;
}

.ea-button {
  border-radius: 0px 0px 5px 5px;
  background-color: #006ca2;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  font-size: 16px;
  width: 270px;
  transition: all 0.5s;
  cursor: pointer;
  display: block;
  margin: 10px auto;
}

.ea-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.ea-button span:after {
  content: '>_';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.ea-button:hover  {
  background-color: #ed1e24;
}

.ea-button:hover span {
  padding-right: 25px;
}

.ea-button:hover span:after {
  opacity: 1;
  right: 0;
}

.card {
  border-radius: 5px 5px 0px 0px;
}

.card-header {
  background-color: #f3f3f3;
}

.card-body {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shadowed {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}