/*
    overrides from careermd_base.css
*/
.booth {
	position: relative;
}


.ve_logo-wrapper {
	display: block;
	width: 120px;
	position: absolute;
	right:0;
	top: 24px;
	background:#fff;
	 white-space: nowrap;
}
.ve_logo-fairOutput {
	width: 100%;
	height: auto;
	vertical-align:middle;
	display: inline-block;
}





body, #footer {
	/*font-family: 'Montserrat', sans-serif;*/
}

body {
	background-color: white;
	font-size: 86%;
}

p {
	line-height: 1.6;
}

img {
	vertical-align: middle;
}

a, h3 a, #wrapPhysicians a {
	text-decoration: none;
}

	a:hover, h3 a:hover, #wrapPhysicians a:hover {
		text-decoration: underline;
	}

h3 {
	margin: 0 0 .4em;
	padding: 0;
}

	h3 a {
		font-size: 1.8em;
		font-weight: 400;
		line-height: 1.2;
	}

h4 {
	border-width: 0;
}

div#headertop div div div,
div.navLinkPosition,
.leftMargin,
.rightMargin {
	display: none;
}

#header {
	text-align: initial;
}

	#header img {
		float: none;
	}

#headertop {
	display: block;
}

	#headertop div:first-child {
		width: auto !important;
		height: auto !important;
	}

.centerContent {
	float: none;
	margin-bottom: 0;
	position: relative;
	width: auto;
	z-index: initial;
}

#wrapPhysicians, #footer {
	width: auto;
	margin: 0;
}

	#wrapPhysicians h3 a, #wrapPhysicians h3 a:hover {
		margin-left: 0;
		color: #FF9900;
	}


/*
    Header Banner
*/
.banner {
	background: #1e3937;
	background: -moz-linear-gradient(-45deg, #1e3937 0%, #5d9b9a 100%);
	background: -webkit-linear-rgadient(-45deg, #1e3937 0%,#5d9b9a 100%);
	background: linear-gradient(135deg, #1e3937 0%,#5d9b9a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3937', endColorstr='#5d9b9a',GradientType=1 );
	color: white;
}

	.banner .inner {
		padding: 60px 0;
		background: transparent url(/images/virtual-events-bg.png) no-repeat 105% 50%;
		background-size: 60%;
	}

	.banner h3, .banner h4, .banner p {
		max-width: 55%;
		margin: 0;
	}

	.banner h3, .banner h4 {
		color: white;
		line-height: 1.1;
	}

	.banner h3 {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 2.2em;
	}

	.banner h4 {
		font-size: 2em;
		font-weight: 100;
		margin-bottom: .4em;
		padding-top: 0;
	}

	.banner p {
		font-size: 1.2em;
	}


/*
    Booth List:

    h3 Title
    p Description and position title
    h5 Positions in state title
*/

.booth {
	border-bottom: 1px solid #ccc;
	padding: 2em 0;
}

	.booth:last-child {
		border-bottom-width: 0;
	}

	.booth p {
		max-width: 75%;
	}

	.booth h4, .booth h5, h4 {
		clear: none;
	}

	.booth h4 {
		font-size: 25px;
		color: #345756;
	}

	.booth h5 {
		font-size: 1.2em;
		margin-top: 1em;
		margin-bottom: .6em;
		padding: 0;
	}

		.booth h5:last-of-type {
			margin-top: 2em;
		}

.booth-positions {
	padding-left: 0;
	margin-bottom: 1em;
	display: flex;
}

	.booth-positions li {
		list-style-type: none;
		line-height: 1.6;
	}

.booth-title {
	flex: 3 0;
	padding-right: 1em;
}

.booth-city:after {
	content: ", ";
}

.booth-city-empty:after {
	content: initial;
}

.booth-email {
	font-size: .98em;
}

i.material-icons {
	vertical-align: middle;
	font-size: 17px;
}

.inner {
	max-width: 800px;
	margin: 0 auto;
	width: auto;
}

#headertop, #footer .nav_container {
	max-width: 1024px;
}

#header img {
	float: left;
}

/*
    Footer
*/
#footer {
	background-color: #E9E9E9;
	padding-top: 6em;
	padding-bottom: 6em;
}


/*
    Media Queries targetting:

    Tablet at 768
    Mobile at 414
*/

@media screen and (max-width: 768px) {
	.inner {
		padding-left: 2em;
		padding-right: 2em;
	}

	.booth-title {
		padding-right: 0;
	}

	.booth p {
		max-width: 85%;
	}
}

@media screen and (max-width: 414px) {
	h3 a {
		font-size: 1.6em;
	}

	#header img {
		max-width: 65%;
	}

	.inner {
		padding-left: .5em;
		padding-right: .5em;
	}

	.banner .inner {
		padding-top: 2em;
		padding-bottom: 2em;
		background-image: none;
	}

	.banner h3, .banner h4, .banner p {
		max-width: none;
	}

	.banner h3 {
		font-size: 2em;
	}

	.banner h4 {
		font-size: 1.4em;
	}

	.booth {
		padding: 1em 0;
	}

		.booth p {
			font-size: 1em;
			max-width: none;
		}

	.booth-city {
		display: block;
	}

		.booth-city:after {
			content: initial;
		}

	.booth-positions {
		display: block;
	}

	#footer {
		padding-top: 3em;
		padding-bottom: 3em;
	}
}
