body { 
	font-family: "UniversLTW01-47LightCn","Arial Narrow",Arial,sans-serif; 
	font-size: 15px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { 
	color: #00958f; 
	font-weight: bold;
}
h2, .h2
{
	font-size:28px;
	margin: 0px 0px 10px 0px;
}
h3, .h3
{
	font-size:24px;
}
h4, .h4
{
	font-size:20px;
}
h5, .h5
{
	font-size:18px;
}
h6, .h6
{
	font-size:15px;
}
a:focus,
.btn:focus,
.btn:active:focus {
	outline: none;
}
.main-content h1.large-text {
	font-size: 40px;
	line-height: 43px;
}
.main-content h2.large-text,
.sidebar h2.large-text {
	font-size: 34px;
	line-height: 37px;
}
.main-content h3.large-text,
.sidebar h3.large-text {

}
.main-content h4.large-text,
.sidebar h4.large-text {

}
.main-content .panel-title.large-text {
	font-size: 20px;
	line-height: 23px;
}
.main-content p.larger-text,
.sidebar p.larger-text{
	font-size: 17px;
	line-height: 20px;
}
.hero-container h1 {
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    position: absolute;
    right: 0;
    text-align: right;
    width: 50%;
}
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6, .sidebar .h1, .sidebar .h2, .sidebar .h3, .sidebar .h4, .sidebar .h5, .sidebar .h6 { 
	color: #333; 
	font-weight: bold;
}
.sidebar h2,.sidebar .h2
{
	font-size:22px;
}
.sidebar h3,.sidebar .h3
{
	font-size:18px;
}
.sidebar h4,.sidebar .h4
{
	font-size:18px;
}

a,
a:focus,
a:hover {
	color: #00958f;
}
.navbar-default {
	background: #fff;
	border-color: #e7e7e7;
	box-shadow: 1px 1px 5px #666;	
}
.navbar-brand { padding: 9px; }
.navbar {
	margin-bottom: 0;
	min-height: 70px;	
}
.navbar-default .navbar-nav > li > a {
	border-right: 1px solid #ddd;
	color: #03958f;
	font-size: 17px;
	font-weight: bold;
}
	.navbar-default .navbar-nav > li > a.last {
		border-right: none;
	}
.navbar-nav > li > a {
	padding-bottom: 25px;
	padding-top: 24px;	
}
.hero-container {
	border-bottom: 30px solid #03958f;
	background: #64762e;
}
	.hero-container .container { position: relative; }
	.hero-container h1 {
		color: #fff;
		position: absolute;
		right: 0;
		font-size: 25px;
		width: 32%;
		font-weight: bold;
	}
.nav-tabs > li > a {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #00958f;
	color: #fff;
}
#form1 #accordion p { margin-bottom: 3px;}
#the-basics .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
  top: -175px !important;
  bottom: 0;
}
.graybox {
	background-color:#f5f5f5;
	padding: 13px 15px 20px 15px;
	margin:15px 0 0 0;
}
.greenbox {
	background: #00958f;
	padding: 13px 15px 20px 15px;
	margin:15px 0 0 0;
}
	.greenbox .panel {
		background: #00958f;
		box-shadow: none;
	}
	.greenbox h5 {
		color: #fff;
	}
	.greenbox input.form-control {
		width: 175px;
	}
.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}
.container.main-content-container {
	padding-top: 15px;
}
.main-content-container {
	overflow: hidden;
}
.main {
	display: table-cell;
}
.main-content {
	float: left;
	margin-bottom: -20000px;
	padding: 0 20px 20000px 15px;
}
#form1 #accordion .panel {
	border: none;
}
.tab-content
{
	border:1px  #ddd solid;
	padding:10px 10px 10px 10px;
}
.sidebar {
	border-left: 1px solid #ddd;	
	float: left;
	margin-bottom: -20000px;
	padding: 0 15px 20000px 15px;
}
.arrow {
	background: url('../images/icon_link-bg-arrow.gif') no-repeat 0 4px;
	padding: 0 0 0 10px;
}
.form-horizontal .control-label { text-align: left; }
.form-radio {margin-top:5px;}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
	background: #e6e6e6;
	color: #00958f;
	font-weight: bold;
	font-size: 17px;
}
.nav > li > a:hover,
.nav > li > a:focus {
	background: #00958f;
	color: #fff;
}
.panel-title > a {
	display: block;
	padding: 10px 0;
}
.panel-heading {
	padding: 0 15px;
}
.btn-default {
	background-color: #03958f;
    border-color: #03958f;
    color: #fff;
}
.utility-buttons {
    background: none repeat scroll 0 0 #f1f2f2;
    border: 1px solid #d4d4d4;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 15px;
    padding: 4px;
    width: 175px;
}
.utility-buttons li {
    border: 0 none;
    display: inline-block;
    margin: 0 4px !important;
}
.utility-buttons li a {
    color: #424141 !important;
    float: none;
    font-size: 10px !important;
    text-indent: 0 !important;
}
/*.utility-buttons li.printButton a {
    background: url("../images/btn-print.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    padding-left: 22px !important;
    width: 27px !important;
}
.utility-buttons li.printButton a:hover {
    background: url("../images/btn-print.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
*/
.utility-buttons li.shareButton a {
    background: url("../images/btn-share.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    padding-left: 27px !important;
    width: 28px !important;
}
.utility-buttons li.shareButton a:hover {
    background: url("../images/btn-share.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
/*.utility-buttons li.textSizeButton a, .alternativeSize ul.utility-buttons li.textSizeButton a {
    background: url("../images/btn-text-size-large-off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    padding-left: 27px !important;
    width: 27px !important;
}
.utility-buttons li.textSizeButton a, .alternativeSize ul.utility-buttons li.textSizeButton a:hover {
    background: url("../images/btn-text-size-large-off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}*/
.utility-buttons.pipeline {
    float: right;
    width: 125px;
}
.utility-buttons.pipeline li.printButton span {
    background: url("../images/btn-print.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    cursor: pointer;
    font-size: 10px;
    padding-left: 22px !important;
    width: 27px !important;
}
.utility-buttons.pipeline li.printButton span:hover {
    background: url("../images/btn-print.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    text-decoration: underline;
}
.utility-buttons.pipeline li.shareButton span {
    background: url("../images/btn-share.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    cursor: pointer;
    font-size: 10px;
    padding-left: 27px !important;
    width: 28px !important;
}
.utility-buttons.pipeline li.shareButton span:hover {
    background: url("../images/btn-share.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    text-decoration: underline;
}
.utility-buttons .textSizeButton ul {
	padding: 0;
}
.utility-buttons .textSizeButton ul li {

}
	.utility-buttons .textSizeButton ul li a {
	
	}
input[type="radio"]
        {
            margin: 4px 3px 4px 15px;    
        }
        
label
{
	font-weight:normal;
	margin: 0px 0px 0px 0px;
}        
.genericName
{
	font-weight:normal;
	font-size:20px;
	margin-bottom:10px;
}
.hero-container .container {
	
}
	.hero-container .container h1 {
		
	}
.hero-container .header-content {
height: 360px;
	position: absolute;
	width: 100%;
}
.hero-container .header-content h1 {
	margin: 0;
	position: relative;
	top: 35%;
	color: #fff;
	left: 65%;
	
}
.or {
	height: 10em; 
	position: relative;
}
	.or h2 {
		margin: 0;
		position: absolute;
		top: 50%;
	}
.footer {
/*	height: 70px;*/
}
	.bottom-border {
		border-bottom: 1px solid #ccc;
	}
	.footer p {
		margin-top: 10px;
		margin-bottom: 0;
	}
	.footer ul {
		margin-top: 10px;
	}

.disclaimer {
    font-size:13px; 
    /*font-style: italic;*/

}
@media (max-width: 1199px) {
	#the-basics .twitter-typeahead {
				width: 85%;
			}
		#the-basics .twitter-typeahead input {
			width: 100%;
		}	
}
@media only screen and (min-width: 1199px) {

}
@media (max-width: 1024px) {
	.hero-container h1 {
		width: 45%;
	}
	.greenbox input.form-control {
		width: 589px;
	}
	.or { height: 5em; }
		.or h2 {
			width: 100%;
			text-align: center;
		}
	#the-basics .twitter-typeahead {
				width: 85%;
			}
		#the-basics .twitter-typeahead input {
			width: 100%;
		}	
}
@media only screen and (min-width: 1024px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 17px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 991px) {
	.hero-container h1 {
		font-size: 21px;
		top: 20% !important;
	}
}
@media only screen and (min-width: 768px) {
	.navbar-default .navbar-nav > li > a {
		 /* font-size: 14px; */
		padding-left: 8px;
		padding-right: 8px;
	}
	#collapse-myTab .panel-heading {
		padding-top: 0;
		padding-bottom: 0;
	}
		#collapse-myTab .panel-heading .accordion-toggle {
			margin-top: 0;
			margin-bottom: 0;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		#collapse-myTab .panel-heading .accordion-toggle:hover {
			cursor: pointer;
		}
}
@media only screen and (max-width: 768px) {
	.hero-container h1 {
		color: #fff;
		position: absolute;
		right: 0;
		font-size: 19px;
		text-align: left;
		height: auto !important;
		width: 35%;
	}
	.greenbox input.form-control {
		width: 424px;
	}
	.hero-container .header-content h1 {
		left: 55%;
		width: 40%;
	}
}
@media only screen and (max-width: 767px) {
	body { padding-top: 50px; }
	.navbar { min-height: auto;}
	.navbar-nav > li > a {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.navbar-brand img {
		height: 30px;
	}
	.sidebar { border-left: none; }
	#collapse-myTab .panel-heading {
		padding-top: 0;
		padding-bottom: 0;
	}
		#collapse-myTab .panel-heading .accordion-toggle {
			margin-top: 0;
			margin-bottom: 0;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		#collapse-myTab .panel-heading .accordion-toggle:hover {
			cursor: pointer;
		}
}
@media only screen and (min-width: 480px) {

}
@media only screen and (max-width: 480px) {
	ul, ol { padding-left: 10px; }
	h1, h2, .h1, .h2 { font-size: 25px; }
	h3, h4, .h3, .h4 { font-size: 20px; }
	.hero-container { border-bottom: 15px solid #03958f; }
	.hero-container .header-content { height: 200px; }
	.hero-container h1 {
		bottom: 0;
		margin: 0;
		padding: 10px 0;
		position: absolute;
		right: 0;
		font-size: 13px !important;
		width: 94% !important;
		text-align: center;
		top: 52% !important;
		background: #6D7738;
		color: #fff !important;
		left: 0 !important;
	}
	.utility-container { display: none; }
	.main-content { float: none; }
	.greenbox input.form-control { width: 342px; }
	.tt-dropdown-menu { width: 340px; }
	#the-basics .twitter-typeahead,
	#the-basics #maincontent_holder_btnMore {

	}
			#the-basics .twitter-typeahead {
				width: 85%;
			}
		#the-basics .twitter-typeahead input {
			width: 100%;
		}
	.sidebar {
		margin-top: 25px;
	}
	.footer { 
		text-align: center; 
		bottom: -60px;
	}
	.footer ul {
		width: 100%;
		text-align: center;
	}
}
@media (max-width: 380px){
	.hero-container h1 {
		top: 34% !important;
	}
}
@media only screen and (max-width:320px){
	.hero-container .header-content { 
		height: auto;
		bottom: 0;
	}
	.hero-container h1 {
		font-size: 10px !important;
		padding: 3px 0;
	}
	.greenbox input.form-control { width: 182px; }
	.tt-dropdown-menu { width: auto; }
	#maincontent_holder_pnlForm input[type="radio"] {
		margin: 4px 3px 4px 5px;
	}
	#the-basics .twitter-typeahead { width: 80%; }
}