.navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 990px) {
  .navbar-brand.logo-image img {
    width: 50%;
}
.logo.col-md-1 {
    flex: initial;
    max-width: initial;
}
}
.t4-off-canvas-header h3 {
    display: none;
}
.t4-off-canvas-header h3 {
    display: none;
}
.t4-col.logo.col-sm.col-md-1 {
    width: calc(100% - 50px);
}
.t4-col.megamenu.col-sm {
    font-size: 1.4em;
}
.t4-col.mainnav.col-sm {
    width: 50px;
}
.t4-offcanvas-toggle {
    color: #ffffff;
}
.t4-hero2, .t4-hero {
  background: radial-gradient( circle, #008ACE, #1F5CA9, #31346A);
}
.home #t4-hero2, .home #t4-hero {
    height: 30vh;
    min-height: 360px;
    padding: 40px 0;
}
.home #t4-hero2 h2, .home #t4-hero h2 {
    text-transform: uppercase;
    line-height: 1.2em;
    font-size: calc(1.5em + 1vw);
}
.home #t4-hero2 img {
    content: "";
    position: absolute;
    right: 0px;
    bottom: calc(-131% + 9vw);
    /*width: calc(320px + 5vw);*/
    width: calc(190px + 5vw);
}
.home #t4-hero2 .bg-overlay-image, .home #t4-hero2 .bg-overlay-image {
    background-position: calc(65% + 54px) 100%;
    background-size: calc(176px + 7vw);
    bottom: -46px;
}
#t4-main-body .t4-section-inner.container {
    background: #fffef4 !important;
    padding: 30px;
}
.com-content-article__body > div {
    width: 50%;
    float: left;
}
.form-group.rsform-block.rsform-block-status {
    display: none;
}
.rsform-block.rsform-block-status {
    display: none;
}
.t4-bottom .custom {
    /* height: 200px; */
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin: 100px 50px;
}
@media (min-width: 576px) {
.t4-bottom .col-sm {
    min-width: 190px;
}
}
[class^="t4-col bottom-"]:hover, .footnav-2 .custom p:hover {
    opacity: .8;
}
.footnav-2 .custom {
    display: flex;
    flex-wrap: wrap;
    float: right;
    margin: 10px;
}
.t4-footnav .custom .btn {
    width: 150px;
    padding: 1rem 1.5rem;
    margin:0 10px;
	color:white;
    text-transform: uppercase;
}
.com-content-article__body>div {
    width: calc(50% - 10px);
    margin-right: 10px;
}
@media (max-width: 576px) {
  .com-content-article__body div {
    width: 100%;
}
  .blog-items .t4-bottom .row {
    display:grid;
} 
  .footnav-2 .custom {
    display: grid;
}
  .blog .items-row.row {
    display: initial;
}
}
.formBody {
    padding-right: 10px;
}