/*
  Accordion tabs that have not been created using Javascript
*/

/* clearfix */
.ckeditor-accordion-container > dl:before,
.ckeditor-accordion-container > dl:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.ckeditor-accordion-container > dl:after {
  clear: both;
}

/* CKEditor accordion */
.ckeditor-accordion-container > dl,
.ckeditor-accordion-container > dl dt,
.ckeditor-accordion-container > dl dd {
  box-sizing: border-box;
}
.ckeditor-accordion-container > dl {
  position: relative;
  border: 1px solid #0091ea;
}

/* label / tab */
.ckeditor-accordion-container > dl dt {
  position: relative;
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
  display: inline-block;
  position: absolute;
  padding: 0 10px;
  width: 30px;
  height: 30px;
  z-index: 1;
  top: calc(50% - 1px);
  left: 11px;
  box-sizing: border-box;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before,
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  background: #17415f;
  -webkit-transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 10px;
  z-index: -1;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  will-change: transform;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before {
  left: 13px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  right: 13px;
  left: auto;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.ckeditor-accordion-container > dl dt > a {
  display: block;
  padding: 10px 15px 10px 50px;
  background-color: #00b0ff;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  border-bottom: 1px solid #00a4ec;
}

.ckeditor-accordion-container > dl dt > a:hover {
  background-color: #00a5ef;
}
.ckeditor-accordion-container > dl dt.active > a {
  background-color: #EEEFF1;
}

.ckeditor-accordion-container > dl dt:last-of-type > a {
  border-bottom: 0;
}

/* contents */
.ckeditor-accordion-container > dl dd {
  display: none;
  padding: 0 15px;
  margin: 0;
  will-change: height;
}


#accordion .ui-state-default, .accordion .ui-state-default {
    border: none;
    border-radius: 0;
}
.ckeditor-accordion-container > dl dt > a {
    background: #EEEFF1;
    color: #17415f;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-decoration: none;
    width:700px;
        margin-bottom: 3px;
}

.ckeditor-accordion-container > dl {
    border: none;
}

.ckeditor-accordion-container > dl dt.active > a {
    background-color: #f7f7f7;
}

/** Carrot Toggle Begin **/
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
    display: inline-block;
    position: absolute;
    padding: 0 10px;
    width: 30px;
    height: 30px;
    z-index: 1;
    top: calc(50% - 1px);
    box-sizing: border-box;
    left: 661px;
}
/** Carrot Toggle Begin **/

.ckeditor-accordion-container > dl dt > a{
	border:none;
}

.ckeditor-accordion-container > dl dt > a{
	    padding: 9px 1px 10px 14px;
}

.ckeditor-accordion-container > dl dt > a:hover {
    background-color: #EEEFF1;
}

.ckeditor-accordion-container > dl dt.active > a {
    background-color: #EEEFF1;
}

#block-medicaid-content > div > article > div.node__content > div > div > dl > dd.active > table{
	width:auto !important;
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
    right: 13px;
    left: auto;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-179deg);
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before {
    left: 7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(89deg);
}

.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:before {
    transform: rotate(0deg);
}

.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:after {
    transform: rotate(0deg);
}


.ckeditor-accordion-container p{
	width:682px;
}

/* Ralph Tracy WYSIWIG Enhancements BEGIN */
.highlight-div{
	  font-size:30px;
	  border-top: 1px #ccc solid;
	  border-bottom: 1px #a9a4a4 solid;
	  padding-top: 10px;
      padding-bottom: 10px;
	  color:#095e17;
	  /*font-family: "Times New Roman", Times, serif;*/
	  font-family: 'Merriweather'; serif;
	  font-style:italic;
}

.highlight-div-right{
	  font-size:30px;
	  border-top: 1px #ccc solid;
	  border-bottom: 1px #a9a4a4 solid;
	  padding-top: 10px;
      padding-bottom: 10px;
	  color:#095e17;
	  /*font-family: "Times New Roman", Times, serif;*/
	  font-family: 'Merriweather'; serif;
	  font-style:italic;
	  float: right;
    display: block;
    max-width: 23%;
	margin-left: 4.82916%;
    width: 47.58542%;
	text-align: center;
}

.highlight-div-left{
	  font-size:30px;
	  border-top: 1px #ccc solid;
	  border-bottom: 1px #a9a4a4 solid;
	  padding-top: 10px;
      padding-bottom: 10px;
	  color:#095e17;
	  /*font-family: "Times New Roman", Times, serif;*/
	  font-family: 'Merriweather', serif;
	  font-style:italic;
	   float: left;
    display: block;
    margin-right: 4.82916%;
    max-width: 23%;
	text-align: center;
}

.highlight-left{
	border: 1px solid #999999;
	padding:10px;
	background-color:#eefafe;
	 float: left;
    display: block;
    margin-right: 4.82916%;
    max-width: 23%;
	border-radius:10px;
	text-align: center;
}

.highlight-right{
	border: 1px solid #999999;
	padding:10px;
	background-color:#eefafe;
	 float: right;
    display: block;
    max-width: 23%;
	margin-left: 4.82916%;
    width: 47.58542%;
	border-radius:10px;
	text-align: center;
}



.highlight-button{
	background-color: #0f5cab;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    padding: 9px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
 
}

.highlight-button-internal{
	background-color: #0f5cab;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    padding: 9px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-image: url("/themes/custom/medicaid/images/hyperlink-button.png");
  background-repeat: no-repeat;
  background-position: center;
  background-position: 98% 13px;
    background-size: 21px 30px;
}

.highlight-button-external{
	background-color: #0f5cab;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    padding: 9px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-image: url("/themes/custom/medicaid/images/hyperlink-button-a.png");
  background-repeat: no-repeat;
  background-position: center;
  background-position: 98% 13px;
    background-size: 21px 30px;
}

.highlight-button:hover{
	background-color: #172b4d;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    padding: 9px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.highlight-button-internal:hover{
	background-color: #172b4d;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    padding: 9px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.highlight-button-external:hover{
	background-color: #172b4d;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    padding: 9px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.table-column {
    float: left;
    width: 28%;
    margin-right: -3%;
	padding:20px;
}

.hyperlink{
	 background-image: url("/themes/custom/medicaid/images/hyperlink-button.png");
  background-color: #cccccc;
}

.hyperlinka{
	 background-image: url("/themes/custom/medicaid/images/hyperlink-button-a.png");
  background-color: #cccccc;
}

.highlight-left ul{
	text-align: left;
}

.highlight-left ol{
	text-align: left;
}

#block-medicaid-content blockquote{
 display:inline-block;
}


/* Ralph Tracy WYSIWIG Enhancements END */