.headerBanner {
	background: #eeeeee;
}

.menu-2081 {
	font-family: 'Aller Light',Tahoma,Arial;
    font-style: normal;
    font-weight: lighter;
}

.menu-2082 {
	font-family: 'Aller Light',Tahoma,Arial;
    font-style: normal;
    font-weight: lighter;
}
#highlighted {
		margin-top: -4px;
	}
	p.h1 {
		font-size: 5rem !important;
		line-height: 5rem !important;
		font-weight: lighter;
	}
	p.h2 {
		font-size: 1.75rem !important;
		line-height: 2rem !important;
		font-weight: lighter;
	}
	p.h3 {
		font-size: 2rem !important;
		line-height: 2rem !important;
		font-weight: lighter;
	}
	span.h3-p {
		font-size: 1rem !important;
	}
	.headerBanner {
		background: #000;
		background-image: url(https://www.advancedmd.com/wp-content/uploads/2018/07/advancedmd-background-nuemd02.jpg);
		background-size: cover;
		background-repeat: none;
		min-height: 150px;
		padding: 40px 0 0 0;
		color: #fff;
	}
	.headerBanner h1 {
		font-size: 20px;
		margin: 0;
	}
	.headerBanner h1 a {
		color: #fff;
		text-decoration: none;
	}
	.headerBanner h1 a:hover {
		text-decoration: underline;
	}

	.headerBanner .h1 {
		font-size: 50px;
		/*margin-bottom: 50px;*/

	}

	.headerBanner .button-nue {
		padding: 10px 50px
	}
	.table-row {
    	display: block;
    	width: 100%;
	}
	@media only screen and (min-width:1200px) {}
		.table-row {
    	display: table;
    	width: 100%;
	}
	.table-row .table-col {
    	display: table-cell;
    	padding: 16px;
	}
	}
	.text-center {
		text-align: center;
	}
	.grayBar {
		background: #5E6167;
		color: #fff;
		padding: 10px 0;
	}
	.grayBar a {
		text-decoration: underline;
		color: #fff;
	}
	.grayBar a:hover {
		color: #eee;
	}
	.container {
		width: 100%;
		padding: 0 100px;
	}
	.headerList {
		
	}
	.headerList li:before {    
		font-family: 'FontAwesome';
		content: '\f05d';
		margin:0 15px 0 -25px;
		color: #ED8CB9;
	}
	.headerList li {
		list-style-type: none;
		margin-bottom: 20px;
	}
	.two-col {
        column-count:1;
        margin-bottom: 30px;

	}
	ul.two-col {
        column-count:1;
        margin-bottom: 30px;
        max-width:380px;
        max-height: 160px;
	}
		
	/*--------------------------------------------*/
        /* Marketo Form
        /*--------------------------------------------*/

        .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
            color:#fff !important;
            border:1px solid #ee7fb2 !important;
            padding:0.75em 1.25em !important;
            font-size:1.5em !important;
            background-color: #ED8CB9 !important;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#ED8CB9), to(#ED8CB9))!important;
			background-image: -webkit-linear-gradient(top, #ED8CB9, #ED8CB9)!important;
			background-image: -moz-linear-gradient(top, #ED8CB9, #ED8CB9)!important;
			background-image: linear-gradient(to bottom, #ED8CB9, #ED8CB9)!important;

            }
        .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
            border:1px solid #ee7fb2 !important;
            }
        .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus {
            outline:none;
            border:1px solid #ee7fb2 !important;
            }

      .mktoFieldWrap {
            position: relative;
        }

        .mktoForm label {
            margin-bottom: 5px !important;
            color: #fff;
            font-family: "Proxima Nova", "Open-sans", Helvetica, Arial, sans-serif;
            font-size: 14px;
            font-weight: 100;
            cursor: text;
            width: 100% !important;
            text-align: left;
        }

        .mktoField {
            width: 100% !important;
            margin: 0 0 20px 0;
        }

        .mktoOffset,
        .mktoGutter,
        .mktoAsterix {
            display: none !important;
        }

        .mktoForm {
            width: 100% !important; 
        }

        .mktoForm .mktoFieldWrap {
            width: 100% !important;
            margin-bottom: 0px;
        }

        .mktoForm .mktoFormCol {
            float: none !important;
        }


        button[type=submit].mktoButton {
            font-family: "Proxima Nova", "Open-sans", Helvetica, Arial, sans-serif;
            font-size: 1em !important;
            border: none !important;
            background-color: #ED8CB9 !important;
            color: white !important;
            padding:0.4em 1em !important;
            line-height: normal !important;
            margin: 1em 0 !important;
            text-transform: uppercase;
            font-weight: 100;

        }
       

        button[type=submit].mktoButton:hover {
            text-decoration: none !important;
            color: white !important;
            background-color: #ee7fb2 !important;
        }


        .mktoButtonRow {
            width: 100% !important;
        }

        .mktoButtonWrap {
            margin: 0 !important;
            width: 100% !important;
            display: block;
            text-align: center !important;
        }

        .mktoForm input[type=text],
        .mktoForm input[type=url],
        .mktoForm input[type=email],
        .mktoForm input[type=tel],
        .mktoForm input[type=number],
        .mktoForm input[type=date],
        .mktoForm textarea.mktoField,
        .mktoForm select.mktoField {
            padding: 8px !important;
            border-radius: 4px;
            border: 1px solid #cccccc;
        }

        .mktoForm select.mktoField {
            height: 30px !important;
        }
.form-2-col .mktoForm {
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
        justify-content:space-between;
        -webkit-flex-flow:row wrap;
        -ms-flex-flow:row wrap;
        flex-flow:row wrap;
        width:100%;
    }
.form-2-col .mktoFormRow {
        width:48% ;
    }
.emailFormCol .mktoForm {
    width: 60% !important;
    margin: 0 auto;
    }
@media only screen and (max-width:768px) {
    .form-2-col .mktoForm {
        display:block;
        padding:0;
    }
    .form-2-col .mktoFormRow {
            width:100%;
        }
    }
.form-2-col .mktoButtonRow {
        width:100% !important;
    }