html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	font-family: 'Open Sans', arial, sans-serif;
}

#phone_link {
	color: inherit;
    text-decoration: none;
}

#hamburger_outer {
	background: #3a8ea0;
	float: left;
	width: 8%;
	height: 38px;
	position: relative;
	border-radius: 3px;
	margin-top: 15px;
	text-align: center;
}

#hamburger {
	z-index: 200;
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 3px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity,filter;
}

#hamburger #hamburger_container {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 24px;
}

#hamburger #hamburger_inner:before {
	top: -8px;
	transition-property: top, opacity;
}

#hamburger #hamburger_inner:after {
	bottom: -8px;
	transition-property: bottom, transform;
}

#hamburger #hamburger_inner:before,
#hamburger #hamburger_inner:after {
	transition-delay: .1s;
	transition-timing-function: linear;
	transition-duration: 0s;
	display: block;
	content: "";
}
	
#hamburger #hamburger_inner,
#hamburger #hamburger_inner:before,
#hamburger #hamburger_inner:after {
	position: absolute;
	width: 28px;
	height: 3px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #fff;
}

#hamburger #hamburger_inner {
	transition-timing-function: cubic-bezier(.19,1,.22,1);
	transition-duration: .2s;
	top: 50%;
	display: block;
	margin-top: -2px;
}

#hamburger.active #hamburger_inner {
	transition-timing-function: cubic-bezier(.19,1,.22,1);
	transform: rotate(765deg);
}

#hamburger.active #hamburger_inner:before {
	top: 0;
	opacity: 0;
	transition-delay: 0s;
}

#hamburger.active #hamburger_inner:after {
	bottom: 0;
	transform: rotate(90deg);
	transition-delay: 0s;
}

#rxbody {
	overflow-x: hidden;
	font-size: 15px;
    line-height: 20px;
}

#rxbody h2 {
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#rxbody #cookies {
	width: 100%;
}

#rxbody header {
	width: 100%;
}

#rxbody .homepage #content {
	padding-bottom: 0px;
}

#rxbody #content {
	width: auto;
	float: none;
	box-shadow: 0px 15px 10px -15px #111;
	position: relative;
	z-index: 1;
}

#rxbody #phone {
	width: auto;
}

#slideshownew {
	position: relative;
}

#slideshownew:before {
    content: "";
    display: block;
    padding-top: 48%;
	width: 100%;
}

.slideshow_box {
    position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.slideshow_box div {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.slideshow_box_contain div {
	 background-size: contain;
}

#rxbody #rightcolumn, #rxbody #login, #rxbody #box2 {
    float: none;
    width: 100%;
}

#rxbody .homepage #rightcolumn {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-height: 1px;
	height: 100%;
	padding-bottom: 20px;
}

#rxbody .homepage #box2 {
	flex-grow: 1;
}

#rxbody #login input[type=text], #rxbody #login input[type=password] {
	width: 100%;
}

#rxbody #downloads {
	margin-top: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
}

#rxbody .services {
	float: none;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 20px;
}

#rxbody .services img {
	width: 100%;
}

#rxbody footer {
	float: none;
	width: auto;
	min-width: auto;
	padding-bottom: 0px;
	z-index: auto;
	margin-top: 0px;
}

#rxbody #footer_content {
	padding: 0px 20px;
}

#rxbody .footerwrap {
	padding-right: 15px;
    padding-left: 15px;
	width: 100%;
}

#rxbody .footercol {
	float: none;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
}

#rxbody #footercopy {
	float: none;
	width: auto;
	padding: 0px;
	min-width: auto;
}

#rxbody .articleimage {
	width: 100%;
}

.newadminform table {
	border-collapse:collapse;
	width: 100%;
}

.newadminform td {
	padding:5px;
}

.newadminform input[type=text], .newadminform textarea {
	width: 100%;
    padding: 5px 10px;
}

#historycontrol {
	width: 100%;
}

.containerlist {
	width: 100%;
	padding-bottom: 10px;
}

.containerlist ul {
	list-style-position: inside;
}

#multipage {
	width: 100%;
	margin-top: 10px;
}

#multipage a {
	white-space: nowrap;
	display: inline-block;
	margin-top: 10px;
}

.hist-radios {
	display: inline-block;
	margin-right: 10px;
}

@media (max-width: 767.98px) {
	#rxbody .homepage #rightcolumn #box2 {
		display: none !important;
	}
	
	#rxbody > :not(.homepage) #rightcolumn {
		margin-top: 20px;
	}
}

@media (max-width:650px){
	#rxbody #cookies {
		font-size: 12px;
		line-height: 18px;
	}

	#rxbody #logo {
		width: 100%;
		text-align: center;
	}
	
	#rxbody #phone {
		width: 90%;
		margin-bottom: 20px;
		text-align: center;
		margin-bottom: 0px;
	}
	
	#rxbody nav {
		margin-top: 20px;
	}
	
	#rxbody nav a {
		width: 100%;
	}
	
	nav.navhidden {
		display: none;
	}
	
	#rxbody #econtactform table, #rxbody .newadminform table {
		width: 100%;
	}
	
	#rxbody #econtactform table td, #rxbody .newadminform table td {
		width: 100%;
		display: block;
	}
	
	#rxbody #econtactform table td input, #rxbody #econtactform table td textarea, #rxbody .newadminform table td input, #rxbody .newadminform table td textarea {
		width: 100% !important;
	}
}

@media (max-width:550px){
	#rxbody #hamburger_outer {
		width: 15%;
	}
	
	#rxbody #phone {
		width: 82%;
	}
	
	#rxbody .articleimage img {
		width: 100%;
		height: 100%
	}
	
	#cs_text {
		display: none;
	}
}

@media (min-width:651px){
	#rxbody #hamburger_outer {
		display: none;
	}
}