#masthead .hgroup #header-sidebar {
	display: flex;
	align-items: center;
}

/* Vantage Site Title Color */
header#masthead .hgroup h1 {
color: #FFFFFF !important;
}

/* Vantage Support Text */

header#masthead .hgroup .support-text {
color: #FFFFFF !important;
font-style: italic !important;
}

/* Set Page Builder bottom margin */

.panel-grid-cell {
margin-bottom: 0 !important; /* Adjust the number on this row as desired */
}

#main {
padding-top: 0px !important;
padding-bottom: 0px !important;
}

.widget {
    margin-top: 0em;
}

.main-navigation ul li a {
padding: 20px 10px;
}

.imagebox{
-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.47); 
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.47); 
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.47);
border: 1px solid #fff;
margin-bottom: 10px;
animation-name: rubberband;
}