#mega-menu-wrap-main-header-menu .container {
		max-width: 1170px !important;
}

.sd-header-extra-desc a {
	color: #29af8a;	
}

.list-meta {
	margin-bottom: 1em;	
}

.list-meta p {
	font-size:15px;
	line-height: 1.2em;
	margin: 5px;
}


.neon-custom-app-content {
	padding-bottom: 40px;	
}
.neon-custom-app-content, .neon-custom-app-content h5 {
    font-size: 16px;
    line-height: 1.2em;
}
.neon-custom-app-content h4 {
    font-size: 1.2em;
}
.neon-custom-app-content h3 {
    font-size: 1.4em;
}
.neon-custom-app-content h2 {
    font-size: 1.6em;
}
.neon-custom-app-content h1 {
    font-size: 1.8em;
}
.nav-container {
    border-top: 1px solid #29af8a;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
}
.neon-custom-app-nav {
    display: inline-block;
}
.neon-custom-app-nav a {
    font-family: 'Karla', Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    color: #435061;
    font-size: 14px;
    font-weight: bold;
}
.neoncrm-menu-select {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 1px;
    background-color: #fafcfd;
    border: 1px solid #cfd4db;
    border-radius: 3px;
    padding: 7px;
}
.alert-info {
	margin: 40px 0px;	
}
.form-control {
    padding: 5px 7px; 
    height: auto;
    font-size: 1em;
}
.meeting-card {
    border: 2px solid #75d69c;
    border-radius: 6px;
}
.neon_C_content.neoncrm-responsive {
    width: 100%;
    padding: 0;
    margin: 0;
}
.card {
    margin: 5px 0;
}
.form-radio-buttons {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.form-radio-buttons .form-radio {
    width: 33.333%;
    display: flex; 
    padding: 5px;
    box-sizing: border-box;
}	
.form-radio-buttons label {	
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-self: center;
    padding: 16px 16px;
    margin: 0px;
    background-color: #ccc;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 18px;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}
.form-radio-buttons label:hover {
    color: #fff !important;
    background: #666;
    cursor: pointer;
}
.form-radio-buttons input[type="radio"] {
    display: none !important;
}
.form-radio-buttons input:checked + label {
    color: #fff; 
    box-sizing: border-box;
}
.form-radio-buttons .form-radio:last-child {
    width: 100%;
}
.form-radio-buttons .form-radio:last-child label, .form-radio-buttons .form-radio:last-child label:hover, .form-radio-buttons .form-radio:last-child input:checked + label {
    background: transparent;
}
.form-radio-buttons .form-radio:last-child label {
    padding: 0;
}
button#submitButton {
    font-family: 'Karla', Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 4px;
    background: #27A481;
    color: #fff;
    border: 0;
    cursor: pointer;
}
button#submitButton:hover {
    background: #666;
}
.pagination.row {
	padding-top: 40px;	
}
.pagination-count {
    font-size: .8em;
}
.pagination-button {
    font-family: 'Karla', Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 0px;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #29af8a;
    cursor: pointer;
}