/* OPTIONALLY CHANGE OUT THE LOGO - REQUIRES TWO IMAGES */

.c-top-nav__logo>img {
  /*display: block;*/
  /*-moz-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
  /*background: url(/wp-content/uploads/2019/03/CEOLogoBig90.png) no-repeat;*/
  /*width: 336px;*/
  /*height: 90px !important;*/
  /*Make padding-left equal to width of new image */
  /*padding-left: 336px;*/
 	/*background-repeat: no-repeat;*/
 	/*background-position: 0px 0px;*/
}

/* use smaller logo */
@media (max-width: 980px){
  .c-top-nav__logo>img {
   /* background: url(/wp-content/uploads/2019/03/CEOLogoBig50.png);*/
   /* width: 187px; */
   /* height: 50px !important;*/
 		/*background-repeat: no-repeat;*/
 		/*background-position: 0px 0px*/
  }
}

/*GENERIC HEART LOGO VERSION*/
@media (max-width: 840px){
  .c-top-nav__logo>img {
   /* background: url(https://www.heart.org/-/media/images/logos/global-do-no-edit/header/aha_icon.svg?h=100&amp;w=200);*/
   /* background-size: 50px;*/
	  /*width: 50px !important;*/
	  /*height: 65px !important;*/
 		/*background-repeat: no-repeat;*/
 		/*background-position: 0px 0px*/
  }
}

/* LOGO FOR MOBILE NAVIGATION */
@media screen and (max-width:768px) {
  .navbar-header .mobilelogo img {
    /*Make padding-left equal to width of new image */
   /* padding-left: 190px;*/
   /* background: url(/wp-content/uploads/2019/03/CEOLogoBig50.png);*/
 		/*background-repeat: no-repeat;*/
 		/*background-position: 5px 0px*/
  }
}


@media (max-width: 767px){
}
/*----------------------------------------------------------------------------------------*/

/* The following styles fix some bugs in the drop down nav menu. */
.navbar.navbar-default .dropdown-menu {
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: auto;
  margin-top: 33px;
  padding: 2.1875rem 0;
  /* border-top: 1px solid #e3e3e3; */
  z-index: 9999;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.1) !important;
  box-shadow: 0 15px 30px 0 rgba(0,0,0,.1) !important;	
}

.navbar.navbar-default .dropdown-menu>li>ul {
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: auto;
  margin-top:0;
  /*padding: 2.1875rem 0;*/
  /* border-top: 1px solid #e3e3e3; */
  z-index: 9999;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.0) !important;
  box-shadow: 0 15px 30px 0 rgba(0,0,0,.0) !important;	
}

@media screen and (max-width:1200px) {
  	nav.navbar #menu-main > li.dropdown > ul.dropdown-menu > li{
    	padding-left: 0 !important; /* 1.9em */
  	}
}

@media (max-width: 768px){
  	nav.navbar #menu-main > li.dropdown > ul.dropdown-menu > li{
    	padding-left: 0em !important;
  	}  
	#page nav.navbar {
		padding-left: 0;
	}
  .navbar.navbar-default .dropdown-menu{
    padding: 0 0;
  }	
}

/*----------------------------------------------------------------------------------------*/

/* responsive menu fixes to match the AHA navigation menu better for this site only */

/* only used to add a border to the main nav menu for fixing and troubleshooting */
.navbar-default .navbar-collapse {
/*padding-left: 0;
padding-right: 0;*/
border: 0px solid blue !important;
/*overflow: hidden;*/
}

/* only used to add a border to the main nav menu for fixing and troubleshooting */
nav.navbar #menu-main > li.dropdown > ul.dropdown-menu > li{
	border: 0px solid purple !important;
	/*padding-left: 1.5em;*/
	/*max-width: 1140px;*/
}

/* only used to add a border to the main nav menu for fixing and troubleshooting */
.navbar-default .navbar-nav .dropdown-menu li ul.dropdown-menu {
	/*padding-left:0;*/
	border: 0px solid green;
}

/* removes the margin left and right from the main nav links and sub children links */
#page nav.navbar ul li {
	/*position:static;*/
  margin: 0 0em;
}

@media screen and (min-width:1200px) {
  /* This removes the padding left on all of the sub links */
	nav.navbar #menu-main > li.dropdown > ul.dropdown-menu > li{
		  /*max-width:1140px;*/
    	/*margin:0 auto 20px;*/
    	padding-left: 0; /* 2.4em */
	}
}

/* makes the drop down area go full width at 1200 width */
@media screen and (max-width:1200px) {
	nav.navbar #menu-main > li.dropdown > ul.dropdown-menu > li{
		  max-width:100%;
	}
	
	nav.navbar #menu-main li .dropdown-menu li.menu-item-has-children.dropdown,
	nav.navbar #menu-main li .dropdown-menu li#menu-item-2422 {
		width: 100%; /*max-width*/
		/*margin:none;*/
		/*padding-left:28px;*/
	}
}	

/* removes the padding left from the main nav bar */
@media (max-width: 1020px){
  #page nav.navbar{
  	/*max-width: 100%;*/
  	padding-left: 0; /*1.2em */
  	/* border: 1px solid red; */
  }
}

/* removes 20 px left and right padding from the drop menu */
.navbar-default .navbar-nav .open .dropdown-menu {
	padding: 12px 0px; /* 12px 20px */
	/*font-size:inherit;
	background-color:#fff;
	width: 100%;*/
}

/* sets the padding on the main nav links only the sub links ingore this */
#page nav.navbar ul li a {
/*font-weight: 400 !important;*/
/*color: black;*/
/*font-size: 16px;*/
padding: 20px;
/* text-transform: capitalize; */
/*height: auto;*/
/*background-color: transparent!important;*/
}


/* sets the width of the text area and sets the padding on the drop down links */
.navbar-default .navbar-nav .dropdown-menu > li > a {
min-width: 280px;
padding: 0px 0px 0px 20px !important; /* 10px 10px 10px 20px */
/*border-style: solid;
border-color: #fff;
border-width: 0px 0px 0.5px 0px;
text-transform: none;
text-decoration: none;*/
}

/* removes the padding right on the drop down menu liks to fit more links horizontally */
nav.navbar #menu-main li .dropdown-menu li .dropdown-menu li {
/*margin-bottom: 13px!important;*/
padding-right: 0px; /* 20px */
}

/* sets the color of the first link in the drop down menu to red */

/* Underlines a main menu Item on hover but also corrects the active color to AHA red */
#menu-main>li.menu-item>a:focus,
#menu-main>li.menu-item>a:hover,
#menu-main a.dropdown-toggle:focus,
#menu-main a.dropdown-toggle:hover{
	color:  #c10e21; /* black */
	border-bottom:1.75px solid #c10e21 !important;
}

/* Healty Living */
#page nav.navbar ul li #menu-item-2814 a {
  color: #c10e21 !important;  
}

/* Health Topics */
#page nav.navbar ul li #menu-item-2866 a {
  color: #c10e21 !important;  
}
nav.navbar #menu-main li #menu-item-2866 .dropdown-menu li > a {
  color: #495057 !important;  
}

/* Professionals */
#page nav.navbar ul li #menu-item-2872 a {
  color: #c10e21 !important;  
}

/* Get Involved */
#page nav.navbar ul li #menu-item-2898 a {
  color: #c10e21 !important;  
}

/* Ways to Give */
#page nav.navbar ul li #menu-item-2914 a {
  color: #c10e21 !important;  
}
nav.navbar #menu-main li #menu-item-2914 .dropdown-menu li > a {
  color: #495057 !important;  
}

/* About Us */
#page nav.navbar ul li #menu-item-2932 a {
  color: #c10e21 !important;  
}
nav.navbar #menu-main li #menu-item-2932 .dropdown-menu li > a {
  color: #495057 !important;  
}

/* CPR */
#page nav.navbar ul li #menu-item-2954 a {
  color: #c10e21 !important;  
}

/*----------------------------------------------------------------------------------------*/

/* Breadcrumb styles borrowed from heart.org */
.c-breadcrumb {
    list-style-type: none;
    margin: .925rem 0 1.25rem;
    padding:0
}

.c-breadcrumb li {
    display: inline;
    font-size:14px
}

.c-breadcrumb li:after {
    content: "/";
    display: inline-block;
    font-weight: 400;
    margin-left:.25rem
}

.c-breadcrumb li:last-child {
    font-weight:600
}

.c-breadcrumb li:last-child:after {
    content: ""
}

.c-breadcrumb li a {
    color:#6d6e71
}

.c-breadcrumb li a:focus {
  text-decoration: none;
}

/*----------------------------------------------------------------------------------------*/
/* adds margin top above the state title */
.marginTop35 {
  margin-top: 35px;
}

/* only adds a boarder to the row class for troubleshooting */
.row {
  border: 0px solid green;
}

/* adds a grey background to the sidebar */
.statebg-grey {
  background-color: #F8F9FA; 
  border: 0px solid blue;  
  margin-bottom: 20px;  
  /*padding-bottom: 20px;*/
  padding: 1px 15px 20px 15px;
}

/* adds a border to the last column */
.statebg-stroked {
  border: 1px solid #C10F21;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* adds a red box behind the Enforcemnt and Penalties details */
.statebg-stroked-grey {
  border: 1px solid #E7E7E7;
  margin-bottom: 20px;
  padding: 20px 15px 0 15px;  
}

.statebg-strokenon {
  border:0px;
  margin-bottom: 20px;   
}

.h1Red {
  color:#C10F21;
  font-size: 35px;
  margin: 30px 15px 30px 15px;
  /*font-weight: 600;*/
}

/* sidebar classes */
.licenseGray {
  background-color: #EBECED;  
  margin-left: -15px;
  margin-right: -15px;  
  padding: 20px 30px;   
}

.licenseDetail {
  margin: 25px 15px 25px 15px;  
  /*margin-left: -15px;
  padding: 15px;*/
}

.licenseBox {
  background-color: #FFFFFF;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  padding: 20px;
  word-wrap: normal;
}

/* Enforcement and Penalties title adjustments */
.penaltyTitle {
  margin-left: 0px;
  padding: 15px;
}

/* adds a red box behind the Enforcement and Penalties details */
.penaltyBox {
  background-color: #FDF2F4;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  padding: 20px;
}

/* add red text to the Penalties detail boxes */
.penaltyRedText {
  color:#C10F21;
  font-weight: 600;
}

/* hides the states default h1 title */
.type-states_pods.hentry h1 {
  display: none;
}

/* shows and hides the last Penalties and Notes sections */
.infoShow {
  display: none;
 } 
 
@media (max-width: 767px){
  .infoHide {
    display: none !important;
  }
  .infoShow {
    display: block !important;
    margin-bottom: 20px;   
    clear:both;    
  } 
}

/*----------------------------------------------------------------------------------------*/

/* added to show excerpt on search results, but hides the content in the actual state post */
.stateExcerpt{
  display: none;
}


/*-----------------------------------------------------------------------------------------*/

.HYPE_document {
  margin:auto;
  position:relative;
  width:100% !important;
  height:100% !important;
  max-width:757px;
  min-height:457px; 
  border: 0px solid green;   
 /*overflow:visible;*/
}

.HYPE_scene {
  overflow:visible !important;
}

.dropCenter {
  text-align: center;
}

.mystyle select {
  font-size: 18px;
}

select::-ms-expand { 
display:none; /* remove default arrow on ie10 and ie11 */
}

select {
	width: 200px;
	height: auto;
	padding: 5px 10px 5px 10px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #999;
	background: #fff;
	border: 1px solid #DEE1E5;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none !important;
	cursor: pointer;
	/*font-size: 16px;*/
	font-weight: normal;	
	color: #3A3A3A;              
}

select:focus {
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 5px;  
}

label {
	position: relative;
}

label:after {
	content: "\f078";
  font-family: "Font Awesome 5 Free";	
	font-size: 16px;
	font-weight: 600;
	color: #3A3A3A;
	/*-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);*/
	right: 10px;
	/*top: 25px;*/
	padding-top: 5px;
	border-bottom: 0px solid #ddd;
	position: absolute;
	pointer-events: none;
}

	label:before {
	content: '';
	right: 6px;
	top: 30px;
	width: 20px;
	height: 20px;
	/*background: #fff;*/
	position: absolute;
	pointer-events: none;
	display: block;
}

#selectState::-ms-expand { 
display:none; /* remove default arrow on ie10 and ie11 */
}

@media (max-width: 737px) {
#hypeMapDiv, #hypeMapDiv2{
	padding: 0px 0px 0px 0px;
}
#primary{
	padding: 0px 10px 0px 10px;

}
}

/*-----------------------------------------------------------------------------------------*/
/* special column codes used instead of the boostrap versions */
.fullcolumn {
  width: 100%;  
}

.leftcolumn {
  width: 33.33333333%;
  float: left;
}

.rightcolumn {
  width: 66.66666667%; 
  float: right;
  padding-left:15px;
  padding-right:15px;  
}

@media (max-width: 767px){
  .leftcolumn {
    width: 100%;
    float: none;
  }

  .rightcolumn {
    width: 100%; 
    float: none;
    padding-left:0px;
    padding-right:0px;     
  }
}
/*-----------------------------------------------------------------------------------------*/

/* This style adds an underline under the More Information link. */
.moreinfolink{
  text-decoration: underline !important;
}

/* 
this special style hides the Preemption field on the state pages.
We cand disable this class to unhide the field.
*/
.preemptionField {
  display: none !important;
}