#system-message-container {
    display: none;
}
#map {
  width:100%;
  height: 320px;
}
.contact .plain-style .contact-title h2,
.contact .plain-style .title-link h3,
.contact .plain-style .title-info h2,
.contact .plain-style .contact-articles-title h2,
.services #t4-section-1 .t4-section-module .module-title,
.services #t4-section-3 .t4-section-module .module-title,
.services #t4-section-5 .t4-section-module .module-title,
#t4-section-7 .t4-section-module .module-title {
  color: #5282fb;
}
.t4-offcanvas {
    background-color: #103083;
}
.t4-offcanvas .t4-off-canvas-header {
    background-color: #0f3082;
}
.t4-offcanvas .t4-off-canvas-header h3 {
    display: none;
}
.t4-offcanvas .t4-off-canvas-body .navbar .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .separator {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}
.t4-offcanvas .t4-off-canvas-body .navbar .nav-pills .nav-link.active, .t4-offcanvas .t4-off-canvas-body .navbar .nav-pills .show > .nav-link {
    color: #4f9ff5;
}
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu {
    background: #0f3082;
    padding: 0;
}
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item, .t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-link {
    padding: 15px;
    color: #aec3f5;
}
.t4-megamenu .navbar-nav > li {
    padding-left: 0;
    padding-right: 0;
}
.t4-masthead {
    padding-left: 0;
    padding-right: 0;
}
.t4-masthead .ja-masthead .ja-masthead-detail {
    padding: 2rem;
}
.t4-masthead .ja-masthead {
    background-position: center center;
    min-height: 45vh;
}
.items-emergency {
    display: flex;
    margin-bottom: 30px;
}
.items-emergency .outlined-item {
    padding: 30px 15px;
    text-align: center;
  	border: 7px solid #f0f8ff;
    border-radius: 5px;
}
.items-emergency .outlined-item a {
    text-decoration: none;
    color: inherit;
}
.items-emergency .outlined-item:hover,
.items-emergency .outlined-item:active,
.items-emergency .outlined-item:focus {
     border: 7px solid #0f3082;
  cursor:pointer;
}
.items-emergency.vertical {
    display: block;
}
.items-emergency.vertical .outlined-item {
    margin-bottom: 30px;
}
.acm-hero h2.hero-heading {
    font-family: Comfortaa;
}
.t4-section-module .sub-title {
    font-family: Comfortaa;
    font-size: 24px;
}
.outlined-item img.icon {
    width: 55px;
}
.blogview a .item,
.blogview .item {
    padding: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 40px;
}
.blogview a .item {
	text-decoration:none;
}
.blogview .item h2 {
    font-size: 23px;
}
.blogview.useful .item-image {
    min-height: 164px;
}
.blogview.associates .item-image {
    min-height: 100px;
}
.blogview .item-image {
    display: block;
    position: relative;
}
.blogview .item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.map-container {
    margin: 0;
    max-width: 100%;
}
.gallery,
.rightside .item-image {
    border-left: 1px solid #e0e0e0;
    padding-left: 40px;
}
.item-143 #t4-masthead,
.item-144 #t4-masthead,
.item-145 #t4-masthead,
.item-148 #t4-masthead{
    display: none;
}
@media screen and (max-width: 992px) { 
	.associates.blog .item {
		margin-bottom:30px;
	}
	.associates.blog .item-image {
		min-height: 70px;
	}
}
@media screen and (max-width: 768px) { 
  .gallery,
  .rightside .item-image {
    border-left:0;
    padding-left: 0;
}
  .t4-footnav .t4-module {
      text-align: center;
  }
}