small {
  font-size: smaller;
}

.angle-right { width: 20px;
  height: 20px;
  vertical-align:middle;

}

  .panel {
}

.panel-guide {
    margin: 20px 10px 20px 0px;
    width: 19%;
	width: calc(20% - 11px);
    display: inline-block;
	position: relative;
	vertical-align: top;
      //height: 200px;
}

img.check-img {
    width: 30px;
    position: absolute;
    top: 5px;
    right: 10px;
	display: none;
}

.panel-guide-right {
    margin: 20px 0px 20px 0px;
    width: 19%;
	width: calc(20% - 11px);
    display: inline-block;
	position: relative;
	vertical-align: top;
}

.demo .panel {
    position: relative;
    margin-top: 40px;
}
.demo .panel .panel-triangle{
    position: relative;
    top: -40px;
	left: 80px;
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 40px solid black;
    clear: both;
}
.demo .panel.panel-green .panel-triangle{
    border-bottom: 40px solid #F4F9ED;
}
.demo .panel.panel-spring .panel-triangle{
    border-bottom: 40px solid #F1FBF6;
}
.demo .panel.panel-turq .panel-triangle{
    border-bottom: 40px solid #ECFCFB;
}
.demo .panel.panel-blue .panel-triangle{
    border-bottom: 40px solid #ECF4F8;
}
.demo .panel.panel-purple .panel-triangle{
    border-bottom: 40px solid #EFECF6;
}

.panel-heading {
  padding: 20px 0px 20px 0px;
  text-align: center;
}
.demo .panel-heading{
	padding: 10px 20px 20px 20px;
	color: #333333;
}

.panel-body {
  text-align: center;
}
.demo .panel-body{
	padding: 0px 20px 20px 20px;
	color: #333333;
}


.panel-body p {
  padding: 25px 50px;
  line-height: 18px;
  font-weight: 400;  
}

.panel-body h5 {
  padding: 15px 0px 10px 0px;
  font-weight: 600;
   vertical-align: text-top;
   height: 20px;   
}

.panel-footer {
  /* padding: 0px 15px 30px 15px; */
  text-align: center;
  font-size: 17px;
}

p.info-label {
	font-size: 16px;
  color: #333 !important;
  padding: 15px 20px 5px 20px !important;
  height: 40px;
}


.open-accordion:hover{
	text-decoration: none;
}

.fa-angle-down{
	font-size: 30px !important;
}

.panel-button {
  margin-bottom: 20px;
  margin-top: 65px;
  margin-left: 30px;
  margin-right: 20px;
}

.panel-cta {
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 20px;
   background-color: #EFECF6;
}


.panel-green {
  /* border: 2px solid #5B9310; */
  background-color: #F4F9ED;
  color: #5B9310;
}


.panel-green a h5{
  color: #5B9310;
}

.panel-green .circle{
  border: 2px solid #5B9310;
}
.panel-spring {
  /* border: 2px solid #279155; */
  background-color: #F1FBF6;
  color: #279155;
}


.panel-spring a h5{
  color: #279155;
}

.panel-spring .circle{
	border: 2px solid #279155;
}

.panel-turq {
  /* border: 2px solid #01A096; */
  background-color: #ECFCFB;
  color: #01A096;
}

.panel-turq a h5{
  color: #01A096;
}


.panel-turq .circle{
	border: 2px solid #01A096;
}

.panel-blue {
  /* border: 2px solid #1A597B; */
  background-color: #ECF4F8;
  color: #1A597B;
}

.panel-blue a h5{
  color: #1A597B;
}


.panel-blue .circle{
	border: 2px solid #1A597B;
}

.panel-purple {
  /* border: 2px solid #301A5D */
  background-color: #EFECF6;
  color: #301A5D;
}

.panel-purple a h5{
  color: #301A5D;
}


.panel-purple .circle{
	border: 2px solid #301A5D;
}

.radio.disabled {
	//opacity: 0.8;
}

.radio input{
	display: none;
}
.radio-div{
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #fff;
	border: solid 2px #999;
	display: inline-block;
	cursor: pointer;
	margin-top: 2px;
	vertical-align: middle;
    margin-bottom: 4px;
	position: relative;
  font-weight: 400;
  margin-right:5px;
}

.radio {
  font-weight: 400;
}

.radio-selected{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	transition-duration: 300ms;
	transform: translateY(-50%) translateX(-50%);
}
.radio-div.selected .radio-selected{
	width: 8px;
	height: 8px;
	background-color: #000;
}
.radio-div.disabled .radio-selected{
	width: 0px;
	height: 0px;
}
.radio-div.disabled{
	background-color: #999;
	border: solid 1px #999;
}


.green {
  color: white;
  background-color: #8CC63E;
  border: 2px solid #8CC63E;
}

.spring {
  color: white;
  background-color: #279155;
  border: 2px solid #279155;
}

.turq {
  color: white;
  background-color: #01A096;
  border: 2px solid #01A096;
}

.blue {
  color: white;
  background-color: #1A597B;
  border: 2px solid #1A597B;
}

.purple {
  color: white;
  background-color: #301A5D;
  border: 2px solid #301A5D;
}


.circle { width: 45%;
  border-radius: 100%;
  background-color: #fff;
  display: inline-block;
}


.path-name {
    fill: #8CC63E;
   fill-rule: evenodd;
}



#faq {
  color: #333333;
  background-color: #EFECF6;
}


.visible-desktop {
    display: initial !important;
}

.panel-container{
	position: relative;
}

/*******************************
* FAQ SECTION
*******************************/

.panel-group-faq {
  //width: 100%;
  //padding: 20px 0px 5px 0px;

}


.panel-faq {
    margin-bottom: 20px;
    background-color: #FAFAFA;
}


.panel-title-faq {
  font-size: 18px;
    color: #301A5D;
}

.panel-title-faq > a {
  display: block;
  //float: left !important;
  padding: 5px 5px 5px 15px;
  text-decoration: none;
  color: #301A5D;
}

.panel-title-faq > a:before {
    float: left !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 10px;
}
.panel-title-faq > a.collapsed:before {
    float: left !important;
    content:"\f067";
    padding-right: 10px;
}

.panel-title-faq > a:hover, 
.panel-title-faq > a:active, 
.panel-title-faq > a:focus  {
    text-decoration:none;
}

.panel-heading-faq {
  padding: 10px 0px 0px 0px;
  text-align: left;
}

.panel-body-faq {
  text-align: left;
  padding: 0px 40px 20px 40px;
}

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


/*******************************
* MEDIA
*******************************/


@media (min-width: 768px) {
#sub-menu-items {
    width: 470px;
}



}



@media (max-width: 979px) and (min-width: 768px) {

.panel-group-faq {
  //width: 100%;
  //padding: 20px 0px 5px 0px;

}


p.info-label {
  font-size: 14px !important;
  padding: 10px 4px 6px 4px !important;
  line-height: 16px;
}

.panel-body h5 {
  padding: 10px 0px 10px 0px !important;  
}


}

@media (max-width: 979px) and (min-width: 300px)
{
  .hidden-desktop {
    display: initial !important;
}

.visible-desktop {
    display: none !important;
}
/****NEED******/

}




@media (max-width: 767px) and (min-width: 300px)
{
img.check-img {
    width: 15px;
    top: 5px;
    right: 5px;
}
.panel-cta {
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
   background-color: #EFECF6;
}

.bm-table {
  //margin-left: 20px !important;
  //margin-right: 20px !important;
}

.panel-group-faq {
  //width: 100%;
  //padding: 20px 0px 5px 0px;

}

.panel-body-faq {
  text-align: left;
  padding: 0px 20px 20px 20px;
}

#bm-intro {
    padding-left: 8%;
}

p.info-label {
  font-size: 12px !important;
  padding: 4px 2px 4px 2px !important;
  line-height: 14px;
}

.panel-body h5 {
  padding: 10px 0px 5px 0px !important;  
}

#bm-guide {
    padding-left: 8%;
    padding-right: 8%;
}

}
