#habla_oplink_a {
  background: url(/images/icon_footer_chat.png) no-repeat 4px 0px;
  padding-left: 31px;
}

#habla_window_div {
  margin-right: 0 !important;
  margin-left: 0!important;
}

#habla_beta_container_do_not_rely_on_div_classes_or_names .olrk-fixed-bottom .habla_panel_border, #habla_beta_container_do_not_rely_on_div_classes_or_names .olrk-fixed-bottom #habla_topbar_div {
  -moz-border-top-left-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}


/* ============================================================================================================================
== BUBBLE WITH A BORDER AND TRIANGLE
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	border:2px solid #e6e6ec;
	color:#333;
	background:#fff;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	width: 550px;
	box-shadow: 0px 2px 2px #888;
}

.triangle-border.consultation-check {
	background: #FFF;
	display: none;
	bottom: 20px;
	height: 210px;
	position: fixed;
	right: 40px;
	z-index: 1000;
}

#check-container {
	text-align: center;
	width: 100%;
	margin: 20px auto 20px auto;
	font-family: arial, helvetica, sans-serif;
	position: relative;
}

#check-container .close-button {
	top: -50px;
	right: -30px;
	width: 30px;
	height: 30px;
	position: absolute;
	text-indent: -9999em;
	background: url(/images/closelabel.png) no-repeat;
	z-index: 1002;
}

#check-container h1 {
	color: #444;
	font-size: 28px;
	margin-bottom: 20px;
}
#check-container h2 {
	color: #222;
	font-size: 22px;
}

#check-container .question {
	float: left;
	height: 80px;
	width: 46%;
}

#check-container .question.border {
	border-right: 1px solid #CCC;
	margin-right: 20px;
}

/* Variant : for left positioned triangle
------------------------------------------ */

.triangle-border.left {
	margin-left:30px;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.triangle-border.right {
	margin-right:30px;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border:before {
	content:"";
	position:absolute;
	bottom:-21px; /* value = - border-top-width - border-bottom-width */
	right:40px; /* controls horizontal position */
    border-width:19px 18px 0;
	border-style:solid;
    border-color:#888 transparent;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}

/* creates the smaller  triangle */
.triangle-border:after {
	content:"";
	position:absolute;
	bottom:-18px; /* value = - border-top-width - border-bottom-width */
	right:42px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	border-width:18px 17px 0;
	border-style:solid;
	border-color:#fff transparent;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}

/* Variant : top
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.top:before {
	top:-21px; /* value = - border-top-width - border-bottom-width */
	bottom:auto;
	left:auto;
	left:40px; /* controls horizontal position */
    border-width:0 19px 18px;
}

/* creates the smaller  triangle */
.triangle-border.top:after {
	top:-18px; /* value = - border-top-width - border-bottom-width */
	bottom:auto;
	left:auto;
	left:42px; /* value = (:before right) + (:before border-right) - (:after border-right) */
    border-width:0 18px 17px 0;
}

/* Variant : left
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.left:before {
	top:10px; /* controls vertical position */
	bottom:auto;
	right:-30px; /* value = - border-left-width - border-right-width */
	border-width:15px 30px 15px 0;
	border-color:transparent #009BD8;
}

/* creates the smaller  triangle */
.triangle-border.left:after {
	top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
	bottom:auto;
	right:-21px; /* value = - border-left-width - border-right-width */
	border-width:9px 21px 9px 0;
	border-color:transparent #fff;
}

/* Variant : right
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.right:before {
	top:10px; /* controls vertical position */
	bottom:auto;
    left:auto;
	left:-30px; /* value = - border-left-width - border-right-width */
	border-width:15px 0 15px 30px;
	border-color:transparent #009BD8;
}

/* creates the smaller  triangle */
.triangle-border.right:after {
	top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
	bottom:auto;
    left:auto;
	left:-21px; /* value = - border-left-width - border-right-width */
	border-width:9px 0 9px 21px;
	border-color:transparent #fff;
}

#check-container {
	display: none;
	height: 200px;
}

#check-container .btn {
  color: #fff;
	display: inline-block;
  position: relative;
  overflow: visible;
  margin-top: 10px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  text-shadow: 0 1px 0
  rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-radius: 0 url(0);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #019AD2;
}

#check-container .btn:hover {
  background: #0185c1;
  -webkit-box-shadow: 0 1px 2px #888;
  -moz-box-shadow: 0 1px 2px #888;
  box-shadow: 0 1px 2px #888;
}

#check-container .btn:active {
  background-color: #4dbbf2;
  -webkit-box-shadow: none;
  -moz-box-shadow:none;
  box-shadow: none;
}

#schedule_trigger_container {
  bottom: 0;
  height: 20px;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 100;
}

#schedule_trigger {
  bottom: 0;
  display: none;
  position: absolute;
  right: 0;
  z-index: 10;
}

#schedule_trigger_tab {
  background: #222;
  display: block;
  border-radius: 5px 0 0 0;
  position: absolute;
  top: -32px;
  right: 0;
  text-align: left;
  width: 270px;
  z-index: 11;
}

#schedule_trigger_tab .consultation-trigger, #schedule_trigger_tab .consultation-trigger-in {
  color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  display: block;
  line-height: 15px;
  padding: 9px 12px 13px 12px;
}

.consultation-trigger:hover {
  text-decoration: underline;
}

/* early enrollment global footer */
#my_home #early_enrollment_global {
  display: none;
}

#early_enrollment_global {
  background: #0DA4D6;
  border: 1px solid #e6e6ec;
  font-family: arial, helvetica, sans-serif;
  color: #FFF;
  width: 950px;
  box-shadow: 0 4px 4px #CCC;
  margin: 10px auto;
}

#early_enrollment_global_inner {
  padding: 20px;
  text-align: left;
}

#early_enrollment_global_left {
  float: left; width: 695px;
}

#early_enrollment_global a,
#early_enrollment_global a:visited {
  color: #FFF !important;
  text-decoration: underline;
}

#global_early_enrollment_button {
  background: #016b8c;
  border: 1px solid #006a84;
  color: #fff !important;
  display: inline-block;
  font-size: 15px;
  margin: 15px auto 0 auto;
  padding: 10px 15px;
  text-decoration: none !important;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius:7px;
  margin-top: 0;
}

#global_early_enrollment_button:hover {
  background: #024559;
  }

#global_early_enrollment_button:active {
  background: #016b8c;
}

#early_enrollment_global_button_wrap {
  float: right;
  margin-top: 20px;
  width: 215px;
}

#early_enrollment_global h1 {
  border: none;
  color: #FFF !important;
  font-size: 20px;
  margin-bottom: 10px !important;
}

#early_enrollment_global h2 {
  color: #FFF;
  font-size: 13px;
  font-weight: normal;
  padding-top: 4px;
}

#openhouse #early_enrollment_global h2 {
  margin-bottom: 5px;
}

#utility-action {
  background:  #FFF;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 20;
}

#utility-action iframe {
  width: 800px; height: 700px;
}

.utility-action-close {
  position:absolute;
  top: 70px;
  right: 15%;
  z-index: 21;
}

.utility-action-close a,
.utility-action-close a:visited {
  color: #999;
  font-size: 30px;
  opacity: 1;
}
