@charset "UTF-8";
/* CSS Document */


.headerbanner{
	background-image: url("../../img/home/signup_header.jpg");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
   
}
.headbnnercontainer{
  padding-left: 0;
    padding-right: 0;
	}


.headbnner-row{
    flex-direction: column;
}

.headerbannercard_text{
	font-size:22px;
	font-weight: 500;
	color: white;
	text-decoration: none;
}

.headerbannercard_redtext{
	font-size:22px;
	font-weight: 800;
	color: var(--color-red);
	text-decoration: bold;

}
.signup_speechbubble{}

.sectornav{
	font-size:12px;
	font-weight: 300;
	color: white;
	text-decoration: none;
}
a.sectornav:link  
{
	font-size:12px;
	font-weight: 500;
	color: white;
	text-decoration: none;
}

a:sectornav:active {
  color: white;
}
/* visited link */
a.sectornav:visited {
  color: white;
}

/* mouse over link */
a.sectornav:hover {
  color: white;;
  text-decoration: underline
}

.btn_rounded {
	-webkit-border-radius:1em;border-radius:1em
}

.btn-whiteborder {
    border: solid;
	border: 2px;
	border-color:#fff;
}
/*buttons*/

/*rounded corner*/
.button-red{
  text-decoration: none !important;
  font-size: 15px;
  background-color: var(--color-red);
  border-radius: 5px;
  color: var(--color-white);
  border: none;
  color: var(--color-white) !important;
  padding-left: 32px;
  padding-right: 32px;
  text-align: center;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  line-height: 35px;
}

.button-white-outline{
  text-decoration: none !important;
  font-size: 18px;
  background-color: transparent;
  border-radius: 5px;
  color: var(--color-white);
  border: 2px;
  color: var(--color-white) !important;
  padding-left: 32px;
  padding-right: 32px;
  text-align: center;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  line-height: 35px;
}
/*square buttons*/
.square_button-red{
  text-decoration: none !important;
  font-size: 16px;
  background-color: var(--color-red);
  border: none;
  color: var(--color-white) !important;
  padding-left: 32px;
  padding-right: 32px;
  text-align: center;
  display: inline-block;
  line-height: 35px;
}
.cover-container{
  background: var(--color-teal-light);
  display: flex;
  justify-content: center;
  transition: all 2s;
}
.cover-container-2{
  background: var(--color-blue);
  color: white;
  transition: all 2s;
} 

.plan-container{
  display: flex;
  color: var(--color-white);
  justify-content: center;
  padding-left: 0;
  padding-right: 0;

}

.article_container {
	background-color: var(--color-grey-very-light);;
}


/*arrow*/
.carousel-cntrl-prev-icon{
 background-image: url(../../img/home/arrow_carousel_left.png);
 background-repeat: no-repeat;
 max width: 23px;
 max height: 39px;
	}

.carousel-cntrl-next-icon {
 background-image: url("../../img/home/arrow_carousel_right.png");
 background-repeat: no-repeat;
 max-width: 23px;
 max height: 39px;
}

/*cards*/



.checkbox-custom.right {
	padding: 0 25px 0 0;
	display: inline-block;
}

.checkbox-custom.right label:before,
.checkbox-custom.right input[type="checkbox"] {
	right: 0;
	left: auto;
}

.checkbox-custom.right input[type="checkbox"]:checked + label:after {
	right: -1px;
	left: auto;
}


.table-wrapper-scroll-y {
display: block;
}

.card_flexifed1{
  background: var(--color-flexifed1);

}
.card_flexifed2{
  background: var(--color-flexifed2);

}
.card_flexifed3{
  background: var(--color-flexifed3);

}
.card_flexifed4{
  background: var(--color-flexifed4);

}


.headerflexfed{
border-bottom:none;
background-color:transparent
}

.flexifed_header_title {
font-size:24px;
font-family: lato; !important;
font-weight:400px;
font-color:#de3333; !important;
	}

.card-price {
font-color: #ffffff;
font-size: 24px;
font=weight:800px;
}

	
.card_flexifed2{
  background: var(--color-flexifed2);
  font-color: 
  
}

.item-checkbox-right .checkbox-icon {
  float: right;
}

.item-checkbox.item-checkbox-right {
  /*the default item padding*/
  padding: 15px;
}


.checkbox-custom.right {
	padding: 0 25px 0 0;
	display: inline-block;
}

.checkbox-custom.right label:before,
.checkbox-custom.right input[type="checkbox"] {
	right: 0;
	left: auto;
}

.checkbox-custom.right input[type="checkbox"]:checked + label:after {
	right: -1px;
	left: auto;
}


.table-wrapper-scroll-y {
display: block;
}

.scrollbar {
height: 200px;
position: relative;
overflow: auto;

}
.force-overflow {
min-height: 200px;
}

.my-custom-scrollbar {
position: relative;
height: 200px;
overflow: auto;
}

.scrollbar-plans::-webkit-scrollbar {
width: 12px;
background-color: transparent; }

.scrollbar-plans::-webkit-scrollbar-thumb {
border-radius: 10px;	
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #ffffff;

}



.grey_container {
	background: #f1f2f2;
}

.white_container {
	background: #ffffff;
}
.carousel-inner > .item > img{
margin:auto;
}

.chat_corner_right{
	background-image: url("../../img/home/live_chat_carousel_icon.png");
	background-position: right bottom;
    background-repeat: no-repeat;
	
}

/**umb_name:fedhealth*/
.fedhealth{}