/* 
----------------------------------
TABLE OF CONTENTS
----------------------------------
1. VARIABLES
2. FONTS & TYPOGRAPHY
3. LAYOUT
4. FORMS & BUTTONS
5. BOOTSTRAP OVERRIDES
6. MEDIA QUERIES
*//*   
----------------------------------
1. VARIABLES
----------------------------------
*/
/*
----------------------------------
2. FONTS & TYPOGRAPHY
----------------------------------
*/
body {
	background-color: #FFFFFF;
	color: #4d4d4d;
}
h1 {
  font-family: 'Open Sans';
  font-weight: 600;
  padding: 0 0 0 0;
  margin: 20px 0 5px 0;
  font-size: 32px;
  line-height: auto;
  color: #a82425;
}
h2 {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 28px;
  color: #a12829;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 15px !important;
}
h3 {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 21px;
  color: #a12829;
  margin-top: 0;
}
h3.white {
  color: #ffffff;
  margin-bottom: 30px;
}
h3.underline {
  border-bottom: 1px #d5d5d5 solid;
  margin-bottom: 5px;
  line-height: 30px;
}
a {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 14px;
  color: #3a3322;
  cursor: hand;
  outline-style: none;
  text-transform: uppercase;
}
a:visited {
  color: #3a3322;
}
a:active {
  color: #3a3322;
}
a:hover {
  color: #3a3322;
  text-decoration: underline;
}
a:focus {
  color: #3a3322;
  outline: none;
}
.center {
  text-align: center;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.baselineMargin {
  margin-bottom: 20px;
}
.noPadding {
  padding-left: 0;
  padding-right: 0;
}
.noMargin {
  margin-left: 0;
  margin-right: 0;
}
.noLeftMargin {
  margin-left: -15px;
}
.noRightMargin {
  margin-right: -15px;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
/* Button State for IE */
.focus.active.btn,
.active.btn:focus,
.focus.btn,
.focus.btn:active,
.btn:focus:active,
.btn:focus {
  outline: none;
}
/* breadcrumbs */
/*
.breadcrumbs {
	.gotham-narrow-medium;
	font-size:14px;
	padding-top: 80px;
	line-height: 30px;
	color: @Black;
	text-align: left;
	background-color:@White;
	margin-left: -15px;
	text-transform: uppercase;
	a {		
		color: @defaultGray;
	}
}
*/
/*
.bc_placeholder, .pt_placeholder {
	line-height: 30px;
}
.bc_home, .pt_hospitals, .bc_hub, .pt_sh {
	display: none;
}
*/
/* pageTitles */
/* Body Copy */
.bodyCopyPrimary {
  font-family: 'Open Sans';
  font-weight: 400;
  color: #757575;
  font-size: 20px;
  line-height: 28px;
}
.bodyCopyPrimaryBold {
  font-weight: 700;
}
.bodyCopyPrimaryRed {
  color: #a82425;
}
.bodyCopyPrimaryRedTitle {
  color: #a82425;
  font-size: 21px;
  text-transform: uppercase;
}
.bodyCopySecondary {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  color: #757575;
}
.bodyCopySecondaryBold {
  font-weight: 700;
}
.bodyCopySecondaryWhite {
  color: #ffffff;
}
.bodyCopySecondaryBoldUnderline {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #757575;
  text-decoration: underline;
}
/* End Body Copy */
/*
.control-label {
	.gotham-narrow-book;
	font-size: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;	
}
.control-group {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
}
*/
a.btn-primary {
  font-family: 'Open Sans';
  font-weight: 700;
  color: #12110d;
  font-size: 14px;
  background-color: #f6c936;
  border-color: #f6c936;
  margin: 20px 0 5px 0;
  text-transform: uppercase;
}
a.btn-primary:hover {
  color: #12110d;
  background-color: #f2a313;
  border-color: #f2a313;
}
a.btn-primary:visited {
  color: #12110d;
}
a.btn-primary:focus,
a.btn-primary:active {
  background-color: #f2a313;
}
.btn-lg {
  border-radius: 0px;
}
a.btn-secondary {
  font-family: 'Open Sans';
  color: #ffffff;
  font-size: 14px;
  background-color: #007838;
  border-color: #007838;
  text-transform: capitalize;
  height: 34px;
  text-decoration: none;
  margin-left: 10px;
}
a.btn-secondary:hover {
  color: #12110d;
  background-color: #039346;
  border-color: #039346;
}
a.btn-secondary:visited {
  color: #ffffff;
}
a.btn-secondary:focus,
a.btn-secondary:active {
  background-color: #039346;
}
/*
----------------------------------
3. LAYOUT
----------------------------------
*/
html,
html a {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
a,
img {
  border: none;
  outline: none;
}
img {
  border: none;
}
.boxShadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
/*-------- Header--------- */
.topBar {
  background: url(../images/brown_lines_repeatable_tile.png) repeat;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 17px;
  line-height: 52px;
  position: fixed;
  top: 0px;
  width: 100%;
  height: auto;
  background-color: #3a3322;
  z-index: 9999;
  min-height: 52px;
  color: #ffffff;
}
.topBarTaglineContainer {
  float: left;
  font-style: italic;
}
.topBarLanguageContainer {
  float: right;
  padding: 0px;
}
.logoBar {
  height: auto;
  background-color: #ffffff;
  min-height: 200px;
  border-bottom: 8px solid #3a3322;
  margin-top: 52px;
}
.logo {
  float: left;
  cursor: pointer;
  margin-bottom: 0;
}
.hjFamilyText {
  color: #007838;
  font-weight: 800;
  font-size: 32px;
  text-align: center;
  margin-top: 65px;
  line-height: 32px;
}
.hjFamilyText span {
  font-size: 25px;
  line-height: 25px;
}
.logoBarRightWrapper {
  margin-top: 20px;
  text-align: right;
  float: right;
  color: #3a3322;
}
.searchWrapper {
  margin: 15px 0 15px 0;
}
.icon-search {
  font-size: 25px;
  color: #007838;
  margin-left: 10px;
}
.icon-search:hover {
  text-decoration: none;
}
.icon-search:visited {
  text-decoration: none;
}
.icon-search:focus,
.icon-search:active {
  text-decoration: none;
}
/*--------// Header--------- */
/*---------Primary Navigation----------*/
.navBar {
  height: auto;
  background-color: #007838;
  border-bottom: 1px solid #3a3322;
}
.navChildRow {
  line-height: 40px;
}
.grayLineBackground {
  background: url(../images/gray_lines_repeatable_tile.png) repeat;
}
.grayLineBackgroundWithBlueprint {
  background: url(../images/cadTexture.png) right top no-repeat, url(../images/gray_lines_repeatable_tile.png);
}
/*---------Primary Navigation----------*/
/*---------Home Page Panels---------/*
/* Hero Panel */
.heroPanel {
  height: auto;
  min-height: 484px;
  background-color: #ffffff;
}
/* Industry Panel */
.industryPanel {
  height: auto;
  background-color: #ffffff;
}
/* Body Content */
.bodyContent {
  height: auto;
  background-color: #ffffff;
}
/* CTA Panel */
.ctaPanel {
  height: auto;
  background-color: #ffffff;
}
.ctaWidget-panel-6 {
  width: 48%;
}
.ctaWidgetLeft,
.ctaWidgetRight {
  height: auto;
  background-color: #ececec;
  border-bottom: 5px solid #007838;
}
.ctaWidgetLeft.ctaWidgetLeft,
.ctaWidgetRight.ctaWidgetLeft {
  float: left;
}
.ctaWidgetLeft.ctaWidgetRight,
.ctaWidgetRight.ctaWidgetRight {
  float: right;
}
.ctaContentContainer {
  padding: 30px;
}
.ctaTitle {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 18px;
  color: #007838;
}
.ctaText {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  color: #757575;
}
.ctaButtonWrapper {
  float: right;
}
/* Partners Slider */
.partnersSlider {
  height: auto;
  background-color: #ffffff;
  min-height: 180px;
}
/* Contact Bar */
.contactBar {
  height: auto;
  background-color: #ececec;
}
/*-----------// Home Page Panels ---------*/
/*-------- Footer----------*/
#footer {
  height: auto;
  background: #007838;
  min-height: 60px;
  padding-top: 20px;
  color: #ffffff;
}
.copyright {
  font-family: 'Open Sans';
  font-weight: 700;
  float: left;
  text-transform: capitalize;
  color: #fff;
}
.copyright a {
  font-family: 'Open Sans';
  font-weight: 700;
  color: #fcc71f;
}
.copyright a:hover {
  font-family: 'Open Sans';
  font-weight: 700;
  text-decoration: underline;
}
.footer_links {
  font-family: 'Open Sans';
  font-weight: 700;
  float: right;
  text-transform: uppercase;
  color: #ffffff;
}
.footer_links a {
  font-family: 'Open Sans';
  font-weight: 700;
  color: #ffffff;
}
.footer_links a:hover {
  font-family: 'Open Sans';
  font-weight: 700;
  text-decoration: underline;
}
/*--------// Footer----------*//*
----------------------------------
4. FORMS & BUTTONS
----------------------------------
*/
/* General TextAreas */
textarea.sitexTextArea {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #4d4d4d;
  background-color: #ffffff;
  border: 1px solid #4d4d4d !important;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 0;
  padding: 25px 15px 25px;
  border-radius: 5px;
}
/* General Inputs */
input[type="text"] {
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 40px;
  color: #4d4d4d;
  font-size: 15px;
  background-color: #ffffff;
  text-indent: 10px;
  padding: 0;
  text-overflow: '';
  overflow: hidden;
  width: 100%;
  text-transform: uppercase;
}
input[type="text"].input-mini {
  width: 110px;
}
input[type="text"].input-small {
  width: 170px;
}
input[type="text"].input-medium {
  width: 240px;
}
input[type="text"].input-large {
  width: 350px;
}
input[type="text"].input-xlarge {
  width: 450px;
}
input[type="text"].input-xxlarge {
  width: 564px;
}
input[type="text"].inputSitex {
  border: 1px solid #4d4d4d;
}
/* General Selects */select {
  line-height: 40px;
  color: #4d4d4d;
  font-size: 15px;
  background-color: #ffffff;
  border-color: #4d4d4d;
  text-indent: 10px;
  padding: 0;
  -moz-border-radius: 7px;
  -moz-appearance: none;
  -webkit-border-radius: 7px;
  -webkit-appearance: none;
  text-overflow: '';
  border-radius: 7px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  text-transform: uppercase;
  height: 40px;
}
select.select-mini {
  width: 110px;
}
select.select-small {
  width: 170px;
}
select.select-medium {
  width: 240px;
}
select.select-large {
  width: 350px;
}
select.select-xlarge {
  width: 450px;
}
select.select-xxlarge {
  width: 564px;
}
select.selectSitex {
  border: 1px solid #4d4d4d;
}
#searchBoxFormID {
  padding: 15px;
}
#searchBoxFormID #resultSearchFieldID {
  margin-bottom: 15px;
}
/*
----------------------------------
5. BOOTSTRAP OVERRIDES
----------------------------------
*/
.navbar {
  position: relative;
  min-height: 0px;
  border: none;
  background-color: #007838;
  border-bottom: 1px solid #3a3322;
  margin-bottom: 0px;
  border-radius: 0px;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.nav > li > a {
  height: 60px;
  line-height: 40px;
  padding: 10px 23px;
}
.navbar-default .navbar-nav > li > a {
  font-family: 'Open Sans';
  font-weight: 700;
  color: #ffffff;
  font-size: 21px;
  text-transform: uppercase;
  border-left: 1px solid #3a3322;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #f6c936;
}
.navLast {
  border-right: 1px solid #3a3322;
  width: 161px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #ffffff;
  background-color: #f6c936;
}
.dropdown-menu {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: italic;
  color: #3a3322;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #ececec;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu a {
  font-size: 16px;
  text-transform: none;
}
.dropdown-menu a:hover {
  text-decoration: none;
  background-color: #f6c936;
}
.dropdown-menu a:visited {
  text-decoration: none;
}
.dropdown-menu a:focus,
.dropdown-menu a:active {
  text-decoration: none;
}
/*
----------------------------------
6. MEDIA QUERIES
----------------------------------
*/
@media (max-width: 1199px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    width: 100%;
  }
  body {
    padding-top: 0;
  }
  p {
    word-wrap: break-word;
  }
  .topBar {
    position: relative;
    font-size: 14px;
  }
  .topBarTaglineContainer {
    float: none;
    text-align: center;
    line-height: normal;
  }
  .logoBar {
    margin-top: 0px;
  }
  .logo {
    background-size: contain;
    max-width: 100%;
    height: auto;
    width: auto;
    float: none;
    cursor: pointer;
    margin-bottom: 0;
    margin: 0 auto;
    text-align: center;
  }
  .hjFamilyText,
  .logoBarRightWrapper,
  .searchWrapper {
    display: block;
    float: none;
    margin-top: 0px;
    text-align: center;
  }
  .navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 17px;
  }
  .dropdown-menu {
    font-size: 15px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    margin-right: 0;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 0;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navLast,
  .navbar-default .navbar-nav > li > a {
    border-left: 0px;
    border-right: 0px;
    width: 100%;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #3a3322;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #ececec;
  }
  .navbar-default .navbar-toggle {
    border-color: #f6c936;
    background-color: #f6c936;
    border-radius: 0px;
  }
  .navbar-default .navbar-toggle:visited {
    border-color: #f6c936;
    background-color: #f6c936;
  }
  .navbar-default .navbar-toggle:active {
    border-color: #f2a313;
    background-color: #f2a313;
  }
  .navbar-default .navbar-toggle:hover {
    border-color: #f2a313;
    background-color: #f2a313;
  }
  .navbar-default .navbar-toggle:focus {
    border-color: #f6c936;
    background-color: #f6c936;
  }
  #navbar-collapse-grid li {
    display: block;
    line-height: 48px;
    border-bottom: 1px solid #ececec;
    width: 100%;
  }
  /* Form Elements */
  #signUpEmailAddress {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  
}
@media (max-width: 991px) {
  .logoBar {
    margin-top: 0px;
    display: block;
  }
  .logo {
    background-size: contain;
    max-width: 100%;
    height: auto;
    width: auto;
    float: none;
    cursor: pointer;
    margin-bottom: 0;
    margin: 0 auto;
    text-align: center;
  }
  .hjFamilyText,
  .logoBarRightWrapper,
  .searchWrapper {
    display: block;
    float: none;
    margin-top: 0px;
    text-align: center;
  }
  /* CTA Elements */
  .ctaWidget-panel-6 {
    height: auto;
  }
}
@media (max-width: 767px) {
  
}
@media (max-width: 530px) {
  /* CTA Elements */
  .ctaWidget-panel-6 {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 449px) {
  
}
@media (max-width: 389px) {
  
}
