.ui-accordion .ui-accordion-content {
  overflow: hidden;
  width: auto;
  padding: 10px;
  margin: -5px 0 20px 0;
}

/* line 15, ../sass/partials/_extendables.sass */
.page-help .view-content {
/* Was causing right sidebar to go beserk when responsive 
  float: left;
  clear: both;
*/
}

/* line 46, ../sass/partials/_content.sass */
.help-fork {
  float: left;
  width: 45%;
  margin: 2.5%;
}
/* line 51, ../sass/partials/_content.sass */
.help-fork label {
  display: inherit;
  margin: 30px 0 30px 0;
  text-align: center;
  font-size: 1.5em;
  color: black;
  line-height: 1.69rem;
  font-weight: 600;
}

/* line 60, ../sass/partials/_content.sass */
.page-help .view-content, .page-taxonomy .view-content {
  width: 100%;
  line-height: 1.5em;
}
/* line 67, ../sass/partials/_content.sass */
.page-help .right-sidebar .item-list ul, .page-help .right-sidebar .item-list li, .page-taxonomy .right-sidebar .item-list ul, .page-taxonomy .right-sidebar .item-list li {
  padding: 0;
  margin: 0;
}

/* line 71, ../sass/partials/_content.sass */
#magic-search {
  display: block;
  width: 100%;
  font-size: 1em;
  margin: 0 0 30px 0;
}

/* line 78, ../sass/partials/_content.sass */
.help-menu li {
  list-style: none;
  font-size: 1em;
  line-height: 1.5;
}

.ui-accordion-content ul li {
  margin-top: 0px;
  margin-bottom: 0px;
}

.ui-accordion-content ul li a {
  color: #3584a0;
  background-color: white;
  text-decoration: none;
}

.ui-accordion-content ul li a:hover {
  color: #3584a0;
  background-color: white;
  text-decoration: none;
}

/* line 85, ../sass/partials/_content.sass */
.help-menu li .item-list a {
  /* font-size: 0.85rem; */
  color: #3584a0;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  background: none;
}

.help-menu li .item-list a:hover {
  text-decoration: underline;
}

/* line 98, ../sass/partials/_content.sass */
.help-menu li .item-list .active {
  background: #d0e9f3;
  color: #3584a0;
}
/* line 102, ../sass/partials/_content.sass */
.help-menu li a {
  /*background: #57aabf;*/
  background: #c5132b;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  display: block;
  font-weight: normal;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
/* line 115, ../sass/partials/_content.sass */
.help-menu li a:hover {
  /*background: #3584a0;*/
  background: #57b047;
  color: white;
}
/* line 118, ../sass/partials/_content.sass */
.help-menu li a.active {
  text-shadow: none;
  background: #57b047;
  color: white;
  /*border: 2px solid #91aa0d;*/
}
/* line 123, ../sass/partials/_content.sass */
.help-menu li a.active:hover {
  background-color: #68c158;
  color: white;
}
/* line 127, ../sass/partials/_content.sass */
.help-menu .parent .ui-state-default {
  background: #c5132b url(../images/ico-expandContract.png) no-repeat 95% 10px;
}
.help-menu .parent .ui-state-default a:hover {
  background: #57b047 url(../images/ico-expandContract.png) no-repeat 95% 10px;
}
/* line 130, ../sass/partials/_content.sass */
.help-menu .parent .ui-corner-top[aria-expanded="true"] {
  background: #c5132b url(../images/ico-expandContract.png) no-repeat 95% -25px;
  text-shadow: none;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.item-list ul li {
  margin-left: 0px;
}

.greenLink.cta {
  text-align: center;
  font-size: 1.5em;
  background: #393939;
  display: block;
  color: white;
  padding: 9px 0;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 100;
}
.greenLink.cta:hover{
  background-color: #c5132b;
}

.greenLink:hover, .views-more-link:hover {
  /* background-color: #759622; */
  /* color: white; */
  text-decoration: underline;
}

.blueLink.cta {
  text-align: center;
  font-size: 1.5em;
  background: #393939;
  display: block;
  color: white;
  padding: 9px 0;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 100;
}
/* line 376, ../sass/partials/_design.sass */
.blueLink.cta:hover {
  background-color: #c5132b;
}

