.ppux_readmore_area {
  position: absolute;
  bottom: 0;
  width: 94%;
  margin: 0;
  padding: 15px 0;
  background-image: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  cursor: pointer;
}
.ppux_readmore_area-arrow {
  display: block;
  border: solid #004494;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 3px;
  bottom: 3px;
}
.ppux_readmore_area-arrow-expanded {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.ppux_arrow {
  border: solid #004494;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.right-arrow {
  border: solid #004494;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.left-arrow {
  border: solid #004494;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
  -webkit-transform: rotate(-135deg);
}
.lp_h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
}
/*data uri converter http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/ */
/*/etc/designs/mt/docroot/images/background/bullet_green.gif*/
/*/etc/designs/mt/docroot/images/background/select_left.gif*/
/*/etc/designs/mt/docroot/images/background/select_right.gif*/
label.error {
  float: none;
  color: red;
  padding-left: .5em;
  vertical-align: top;
  font-size: 11px;
  font-size: .9rem;
}
span.error {
  color: red;
  margin: 5px 0;
}
/*
 * Below are the error styles for the fields and for the error "tool tip"
 */
#errorMsgBbl_Container {
  position: relative;
}
#errorMsgBbl {
  position: absolute;
  display: none;
  /*
    width: 210px;
    padding: 10px;
    background: transparent;
    border: 2px solid red;
    top:0;
    left:0;
    font-size:12px;
    font-weight:normal; 
    padding:0px;
    border:0px;
    margin:0px;
    z-index:40000;
    visibility:visible;
    clear:both;
    */
  font-size: .85rem;
  border: 1px solid #ffc3c3;
  padding: 10px 15px;
  background: #ffffff;
  width: auto;
  margin: -13px 0 0 0;
  text-align: left;
  box-shadow: 1px 2px 4px 0 #efefef;
  z-index: 100000;
}
#errorMsgBbl::before {
  content: '';
  position: absolute;
  display: block;
  width: 0px;
  left: 15%;
  bottom: 0;
  border: 10px solid transparent;
  border-bottom: 0;
  border-top: 10px solid #ffc3c3;
  transform: translate(-50%, calc(100%));
}
#errorMsgBbl::after {
  content: '';
  position: absolute;
  display: block;
  width: 0px;
  left: 15%;
  bottom: 0;
  border: 10px solid transparent;
  border-bottom: 0;
  border-top: 10px solid #ffffff;
  transform: translate(-50%, calc(90%));
}
#errorMsgBbl iframe {
  width: 210px;
  height: 10px;
}
input.error,
textarea.error,
select.error {
  border-color: #FF8787 !important;
}
input.suggestiveText,
textarea.suggestiveText {
  color: #CECECE !important;
}
label.field_error,
.field_error {
  color: #F94E4E !important;
}
.msg-sprites {
  background: transparent url(../shared/css/images/sprites/error_msgBbl_sprites.gif) top left no-repeat;
}
#errorMsgBbl #errorMsgClose {
  width: 190px;
  padding: 15px 5px 9px 14px;
}
#errorMsgBblTitle {
  display: none;
  width: 190px;
  padding-bottom: 5px;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
}
#errorMsgTxt {
  min-width: 120px;
  line-height: 15px;
  color: #f94e4e;
  max-width: 190px;
  position: relative;
}
#errorMsgBbl .callout {
  background-position: 0 -61px;
  width: 21px;
  height: 23px;
  bottom: -2px;
  position: relative;
  left: 15px;
}
