/*/////////////////////     SmileVision Addon   /////////////////////
=====================================================================================

Description: smilevision.com Theme Addon
Created By: Ratio Digital
Creator URL: http://www.ratiodigital.com/

=====================================================================================
/////////////////////*/

/*///  Raleway | font-family:'Raleway', sans-serif;  ///*/
/*////////////////////////////////////////////////////////
  Thin 100
  Extra-Light 200
  Light 300
  Normal 400
  Medium 500
  Semi-Bold 600
  Bold 700
  Extra-Bold 800
  Ultra-Bold 900
////////////////////////////////////////////////////////*/

/*///  OpenSans | font-family:'Open Sans', sans-serif;  ///*/
/*///////////////////////////////////////////////////////////
  Light 300
  Normal 400
  Semi-Bold 600
  Bold 700
  Extra-Bold 800
///////////////////////////////////////////////////////////*/

@media (max-width: 320px) {
  /*///  @WidgetsQuery | FooterWidget ///*/
  section.footer_widgets .box.one.footer {
    padding: 0px 20px 0px 20px;
  }
  section.footer_widgets .box.one.footer .left {
    display: block;
    float: none;
    width: 100%;
    font-size: 14px;
    color: #a2a2a2;
    letter-spacing: 0.03em;
    margin-top: 10px;
  }
  section.footer_widgets .box.one.footer .right {
    display: block;
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  section.footer_widgets .box.one.footer .right .button_ {
    margin-left: 0px !important;
    float: left !important;
  }

  /*///  @FrameQuery | Footer ///*/
  footer .copyright .stayLeft {
    display: block;
    float: none;
    text-align: center;
  }
  footer .copyright .stayRight {
    display: none;
  }
}
@media (min-width: 321px) and (max-width: 768px) {
  /*///  @WidgetsQuery | FooterWidget ///*/
  section.footer_widgets .box.one.footer {
    padding: 0px 20px 0px 20px;
  }
  section.footer_widgets .box.one.footer .left {
    display: block;
    float: none;
    width: 100%;
    font-size: 14px;
    color: #a2a2a2;
    letter-spacing: 0.03em;
    margin-top: 10px;
  }
  section.footer_widgets .box.one.footer .right {
    display: block;
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  section.footer_widgets .box.one.footer .right .button_ {
    margin-left: 0px !important;
    float: left !important;
  }

  /*///  @FrameQuery | Footer ///*/
  footer .copyright .stayLeft {
    display: block;
    float: none;
    text-align: center;
  }
  footer .copyright .stayRight {
    display: none;
  }
}
@media (min-width: 769px) {
  /*///  @WidgetsQuery | FooterWidget ///*/
  section.footer_widgets .box.one.footer .left {
    display: inline-block;
    float: left;
    width: 75%;
    font-size: 14px;
    color: #a2a2a2;
    letter-spacing: 0.03em;
    margin-top: 10px;
  }
  section.footer_widgets .box.one.footer .right {
    display: inline-block;
    float: right;
    width: 25%;
  }
}

/*html { font-family:sans-serif; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
body { font-family:'Raleway',sans-serif; font-weight:normal; margin:0; padding:0; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; -webkit-overflow-scrolling:touch; overflow-x:hidden; overflow-y:scroll; }
*/
.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

a {
  background: transparent;
}
a:focus,
a:active,
a:hover {
  outline: 0 !important;
  text-decoration: none !important;
}

/*///  @FrameNoQuery | General ///*/
.custom-hero {
  height: 450px;
}
.num {
  font-family: "Open-Sans", sans-serif !important;
}
.disclaimer {
  color: #bfbfbf;
  letter-spacing: 0.03em;
}
.stayRight {
  display: inline-block;
  float: right;
}
.stayLeft {
  display: inline-block;
  float: left;
}

h2.contentTitle {
  color: #3a8fb3;
  font-size: 16px;
  font-weight: 600;
}
h1 a,
h2 a,
h3 a,
h4 a {
  -webkit-transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -moz-transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -ms-transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -o-transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
}

/*///  @FrameNoQuery | Buttons ///*/
.button_,
.button_.default {
  -webkit-transition: background-color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s,
    border 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -moz-transition: background-color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s,
    border 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -ms-transition: background-color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s,
    border 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -o-transition: background-color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s,
    border 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  transition: background-color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s,
    border 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
}
.button_ {
  border-radius: 0px;
  -o-box-shadow: 0 0px 0 rgba(0, 0, 0, 0) inset;
  -moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 0) inset;
  -webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0) inset;
  box-shadow: 0 0x 0 rgba(0, 0, 0, 0) inset;
}
.button_.default:hover,
.button_.default:active,
.button_.default:focus {
  background-color: #4b92bb !important;
  outline: 0 none;
}

.button_.reverse {
  color: #3a8fb3;
  background-color: #ffffff;
  border: 1px solid #c4d5dc;
  text-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
  font-weight: 300;
}
.button_.reverse:hover {
  color: #3288ad !important;
  border: 1px solid #e9eef1;
}
.button_.reverse:hover {
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
}

/*///  @FrameNoQuery | Header ///*/
.responsive #mobile_bar {
  background: none repeat scroll 0 0 #1e7aa0;
  color: #fdfdfd;
  font-size: 18px;
}
.stuck #sticky_logo {
  height: 24px;
  margin: 5px 10px 5px 0px;
}

/*///  @FrameNoQuery | Footer ///*/
footer,
#footer {
  font-family: "Open-Sans", sans-serif;
}
footer,
#footer {
  border-top: 1px solid #f8f8f8;
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
}
footer .footer_info {
  padding: 30px 0px 40px 0px;
}
footer .footer_info .part1 {
  width: 100%;
}
footer .footer_info .left {
  display: inline-block;
  float: left;
}
footer .footer_info .right {
  display: inline-block;
  float: right;
}

/*///  @FrameNoQuery | TopNav ///*/
.top_links,
.top_links a {
  -webkit-transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -moz-transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -ms-transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -o-transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
}
.top_links,
.top_links a,
.top_links a:visited {
  color: #dbf0f9;
  text-decoration: none;
  border: 0 none;
  outline: 0 none;
} /*color was #B4DFF1*/
.top_links a:hover,
.top_links a:active,
.top_links a:focus {
  color: #ffffff;
  text-decoration: none;
  border: 0 none;
  outline: 0 none;
}
.top_links > li,
.flags li,
.flags {
  border-color: #5096b5;
  font-size: 12px;
}

/*///  @FrameNoQuery | Rotator ///*/
.pageHomeRotator .flexslider .flex-direction-nav {
  display: none;
}

/*///  @WidgetsNoQuery | SideBarWidget ///*/
#container .sidebar .widget {
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
section.sidebar.right .widget_contact_info {
  font-family: "Open-Sans", sans-serif;
}
section.sidebar.right .widget_text .featured_article_title {
  color: #3288ad;
}
section.sidebar.right .widget_text .textwidget {
  color: #a2a2a2;
}

/*///  @WidgetsNoQuery | FooterWidget ///*/
.content_footer {
  border-top: 1px solid #f8f8f8;
  -o-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
}
section.footer_widgets .box.one {
  margin: 0px 0px 0px 0px;
}
section.footer_widgets .box.one.footer {
  margin-top: 20px;
  margin-bottom: 20px;
}
section.footer_widgets .box.one.footer h3 {
  font-size: 24px;
  font-weight: 600;
}
section.footer_widgets .box.one.footer .space.margin-b20 {
  margin-bottom: 0px !important;
}
section.footer_widgets .box.one.footer .left {
}
section.footer_widgets .box.one.footer .right {
}

/*///  @PagesNoQuery | Page Title ///*/
section.top_content .info_bar {
  padding: 35px 0 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
}
section.content.full .info_bar {
  padding: 35px 0 15px;
  border-bottom: 1px solid #eeeeee;
  margin: 0px 0px 15px 0px;
}
section.content.full .info_bar .heading h1 {
  font-size: 21px;
  line-height: 100%;
  padding: 0px 0px 0px 0px;
  color: #888888;
}

/*///  @PagesNoQuery | General ///*/
section.content p a {
  -webkit-transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, border-color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -moz-transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, border-color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -ms-transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, border-color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -o-transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, border-color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, border-color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
}
section.content p a,
section.content p a:visited {
  color: #71a6c5;
  text-decoration: none;
  outline: 0 none;
  border: 0 none;
  border-bottom: 1px solid transparent;
}
section.content p a:hover,
section.content p a:active,
section.content p a:focus {
  color: #6092af;
  text-decoration: none;
  outline: 0 none;
  border: 0 none;
  border-bottom: 1px solid #e1eff7;
}

/*///  @PagesNoQuery | Home ///*/
h1.mainTitle {
  display: block;
  text-align: center;
  color: #3a8fb3;
  font-size: 28px;
  letter-spacing: 0.02em;
  font-weight: 600 !important;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 0px 0px 0px 0px;
}
h2.subTitle {
  display: block;
  text-align: center;
  color: #7aa6b9;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 300 !important;
  line-height: 1.4;
}

/*///  @PagesNoQuery | Lab Services ///*/
.labServicesRotate .flexslider {
  margin: 20px 0px 36px 0px;
}

/*///  @PagesNoQuery | Cosmetic Imageing ///*/
#cosmeticImgBlock {
  margin: 30px 0px 10px 0px;
}
#cosmeticImgBlock .featured_article_title {
  font-size: 14px;
  color: #bbbbbb;
}
.pageCosmeticBtnHolder {
  padding: 0px 0px 20px 0px;
}

/*///  @PagesNoQuery | Template Technique ///*/
#templateTechImgBlock {
  margin: 20px 0px 20px 0px;
}
#templateTechImgBlock .featured_article_title {
  font-size: 14px;
  color: #bbbbbb;
}
.tempTechRotate {
  margin: 0px 0px 20px 0px;
}
.tempTechVideoHolder {
  display: block;
  margin: 0px 0px 20px 0px;
}
.tempTechVideoHolder .tempTechVideo {
  display: block;
  float: left;
}
.tempTechVideoHolder .tempTechVideo .name {
  display: block;
  text-align: center;
}
.tempTechVideoHolder a,
.tempTechVideoHolder a:visited {
  border: 0 none;
  outline: 0 none;
  text-decoration: none;
}
.tempTechVideoHolder a:hover,
.tempTechVideoHolder a:active,
.tempTechVideoHolder a:focus {
  border: 0 none;
  outline: 0 none;
  text-decoration: none;
}

/*///  @PagesNoQuery | Testimonials Carousels ///*/
.testimonials .text p,
.testimonial.item .text p {
  font-family: "Raleway", sans-serif;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
}

.testimonial .text .icon-quote-left,
.testimonial .text .icon-quote-right {
  color: #61adce;
}

#portfolio-carousel-462034-145849 {
  margin: 10px 0px 30px 0px;
}

#portfolio-carousel-462034-145849 .portfolio_info {
  margin: 0px 0px 0px 0px;
}
#portfolio-carousel-462034-145849 .portfolio_info h4 a,
#portfolio-carousel-462034-145849 .portfolio_info h4 a:visited {
  color: #3a8fb3;
  font-size: 14px;
}
#portfolio-carousel-462034-145849 .portfolio_info h4 a:active,
#portfolio-carousel-462034-145849 .portfolio_info h4 a:focus,
#portfolio-carousel-462034-145849 .portfolio_info h4 a:hover {
  color: #71a6c5;
  ountline: 0 none;
  border: 0 none;
  text-decoration: none;
}

/*///  @PagesNoQuery | Staff ///*/
section.team.style-two .half-background:before {
  background-color: #ffffff;
}

section.team.style-two .person_name h4 a {
  -webkit-transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -moz-transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -ms-transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -o-transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  transition: color 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
}
section.team.style-two .person_name h4 a,
section.team.style-two .person_name h4 a:visited {
  color: #3a8fb3;
  font-size: 22px;
}
section.team.style-two .person_name h4 a:hover,
section.team.style-two .person_name h4 a:active,
section.team.style-two .person_name h4 a:focus {
  color: #5da8c7;
  outline: 0 none;
  border: 0 none;
  text-decoration: none;
}

section.team.style-two hr.style-one {
  border-top: 1px solid #f0f0f0;
  margin: 15px 0px 15px;
}
section.team.style-two .profile h5.pos {
  font-size: 18px;
  color: #656464;
}

section.staff h5.pos {
  color: #3a8fb3;
  font-size: 28px;
}

/*///  @PagesNoQuery | Contact ///*/
section.content.contact .row .info_bar {
  margin: 0px 0px 30px 0px;
}
#row-334065-1-content ul.with_icons {
  font-family: "Open-Sans", sans-serif;
  color: #a2a2a2;
  font-weight: 300;
}
#row-334065-1-content ul.with_icons .icon {
  color: #aeafaf;
}
#row-334065-1-content h3 {
  font-size: 18px;
  color: #3a8fb3;
}

/*///  @PagesNoQuery | Pricing ///*/
.pagePricing * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pagePricingIntro {
  color: #707070;
  padding: 0px 5px 20px 5px;
}

/*///  @PagesNoQuery | ProfitCalculator ///*/
.pageProfit * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pageProfitIntro {
  color: #9e9d9d;
  padding: 0px 5px 10px 5px;
  letter-spacing: 0.04em;
  font-weight: 500;
}

/*///  @FormsNoQuery | Format ///*/
.content_area .form .col-form {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.content_area .form .col-label {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
}
.content_area .form .col-form-mult {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
.content_area .form .col-dollar {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.content_area .form .dotLine {
  position: relative;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e6e6e6;
  margin: 15px 0px 15px 0px;
}

/*///  @FormsNoQuery | Static Labels ///*/
.content_area .form label.side {
  display: block;
  position: relative;
  width: 100%;
  color: #929292;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: left;
  padding: 18px 20px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.content_area .form label.left {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #929292;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 22px 0px 22px 20px;
  margin: 0px 0px 0px 0px;
  pointer-events: none;
  z-index: 100;
}
.content_area .form label.right {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #929292;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 22px 20px 22px 0px;
  margin: 0px 0px 0px 0px;
  pointer-events: none;
  z-index: 100;
}

/*///  @FormsNoQuery | Slide Label ///*/
.content_area .form label.slide {
  -webkit-transition: top 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, opacity 0.55s linear 0s;
  -moz-transition: top 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, opacity 0.55s linear 0s;
  -ms-transition: top 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, opacity 0.55s linear 0s;
  -o-transition: top 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, opacity 0.55s linear 0s;
  transition: top 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, opacity 0.55s linear 0s;
}

.content_area .form label.slide {
  position: absolute;
  top: 20px;
  left: 5px;
  color: #77a8bd;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0px 20px 0px 20px;
  margin: 0px 0px 0px 0px;
  pointer-events: none;
}

.content_area .form label.slide {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.content_area .form input.textInput:valid ~ label.slide,
.content_area .form input.emptyField:valid ~ label.slide,
.content_area .form textarea.textArea:valid ~ label.slide {
  top: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 10000;
}

.content_area .form select.selectpicker:hover ~ label.slide,
.content_area .form .form-control.btn-group.open ~ label.slide {
  top: 20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.content_area .form select.selectpicker:focus ~ label.slide,
.content_area .form select.selectpicker:valid ~ label.slide {
  top: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 10000;
}

.ie9 .content_area .form label.slide {
  top: 10px !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
  z-index: 10000;
}
.ie9 .content_area .form select.selectpicker ~ label.slide {
  top: 20px !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  -moz-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  opacity: 0 !important;
}

/*///  @FormsNoQuery | Required Asterisk Label ///*/
.content_area .form label.required {
  -webkit-transition: top 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, opacity 0.55s linear 0s;
  -moz-transition: top 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, opacity 0.55s linear 0s;
  -ms-transition: top 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, opacity 0.55s linear 0s;
  -o-transition: top 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, opacity 0.55s linear 0s;
  transition: top 0.35s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, opacity 0.55s linear 0s;
}

.content_area .form label.required {
  position: absolute;
  right: 0px;
  color: #ff958b;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 17px 20px 17px 0px;
  margin: 0px 0px 0px 0px;
  pointer-events: none;
  z-index: 100;
}

.content_area .form label.required {
  top: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.content_area .form input.ng-valid-required ~ label.required {
  top: 20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.ie9 .content_area .form label.slide {
  top: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

/*///  @FormsNoQuery | Input Types ///*/
.content_area .form input.numInput,
.content_area .form input.monthInput,
.content_area .form input.perInput,
.content_area .form input.textInput,
.content_area .form input.emptyField,
.content_area .form input.ng-invalid-required,
.content_area .form textarea.textArea {
  -webkit-transition: border 0.45s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -moz-transition: border 0.45s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -ms-transition: border 0.45s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -o-transition: border 0.45s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  transition: border 0.45s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
}
.content_area .form input.numInput,
.content_area .form input.monthInput,
.content_area .form input.perInput,
.content_area .form input.textInput,
.content_area .form input.emptyField,
.content_area .form textarea.textArea {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 0px 0px 0px 0px;
  border: 1px solid #cacaca; /*-webkit-font-smoothing:antialiased;*/
  -webkit-appearance: none;
}

.content_area .form input.monthInput,
.content_area .form input.textInput,
.content_area .form input.emptyField,
.content_area .form textarea.textArea {
  padding: 18px 20px 18px 20px;
}

.content_area .form input.numInput {
  padding: 18px 20px 18px 35px;
}
.content_area .form input.perInput {
  padding: 18px 35px 18px 20px;
}

.content_area .form input.numInput {
  font-family: "Open-Sans", sans-serif;
}
.content_area .form input.captchaInput {
  padding: 20px 20px 20px 20px;
}

/*///  @FormsNoQuery | Input Types - Hover ///*/
.content_area .form input.numInput:hover,
.content_area .form input.numInput:focus,
.content_area .form input.numInput:active,
.content_area .form input.monthInput:hover,
.content_area .form input.monthInput:focus,
.content_area .form input.monthInput:active,
.content_area .form input.perInput:hover,
.content_area .form input.perInput:focus,
.content_area .form input.perInput:active,
.content_area .form input.textInput:hover,
.content_area .form input.textInput:focus,
.content_area .form input.textInput:active,
.content_area .form textarea.textArea:hover,
.content_area .form textarea.textArea:focus,
.content_area .form textarea[class="textArea"]:active {
  font-weight: 300;
  border: 1px solid #b9cdd6;
  outline: none;
}

.content_area .form input.emptyField:hover,
.content_area .form input.emptyField:focus,
.content_area .form input.emptyField:active {
  font-weight: 300;
  border: 1px solid #f86759;
  outline: none;
}

/*///  @FormsNoQuery | Input Types - Place Holder ///*/
.content_area .form input[type="number"].numInput::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
}
.content_area .form input[type="number"].numInput:-moz-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
}
.content_area .form input[type="number"].numInput::-moz-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
}
.content_area .form input[type="number"].numInput:-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
}

.content_area .form input[type="text"].monthInput::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
}
.content_area .form input[type="text"].monthInput:-moz-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
}
.content_area .form input[type="text"].monthInput::-moz-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
}
.content_area .form input[type="text"].monthInput:-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
}

.content_area .form input[type="text"].perInput::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
}
.content_area .form input[type="text"].perInput:-moz-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
}
.content_area .form input[type="text"].perInput::-moz-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
}
.content_area .form input[type="text"].perInput:-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
}

.content_area .form input[type="text"].textInput::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3;
  vertical-align: middle;
}
.content_area .form input[type="text"].textInput:-moz-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3;
  vertical-align: middle;
}
.content_area .form input[type="text"].textInput::-moz-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3;
  vertical-align: middle;
}
.content_area .form input[type="text"].textInput:-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3;
  vertical-align: middle;
}

.content_area .form input[type="text"].emptyField::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3;
  vertical-align: middle;
}
.content_area .form input[type="text"].emptyField:-moz-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3;
  vertical-align: middle;
}
.content_area .form input[type="text"].emptyField::-moz-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3;
  vertical-align: middle;
}
.content_area .form input[type="text"].emptyField:-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3;
  vertical-align: middle;
}

.content_area .form input[type="text"].captchaInput::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3;
  vertical-align: middle;
}
.content_area .form input[type="text"].captchaInput:-moz-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3;
  vertical-align: middle;
}
.content_area .form input[type="text"].captchaInput::-moz-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3;
  vertical-align: middle;
}
.content_area .form input[type="text"].captchaInput:-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3;
  vertical-align: middle;
}

.content_area .form textarea.textArea::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.content_area .form textarea.textArea:-moz-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.content_area .form textarea.textArea::-moz-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.content_area .form textarea.textArea:-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

/*///  @FormsNoQuery | Number Input ///*/
.content_area .form input.numInput {
  display: block;
  position: relative;
  width: 100%;
  background-color: transparent;
  outline: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 9;
}
.content_area .form input.numInput:hover,
.content_area .form input.numInput:focus,
.content_area .form input.numInput:active {
}

.content_area .form .numInput::-webkit-input-placeholder,
.content_area .form .numInput:-moz-input-placeholder,
.content_area .form .numInput::-moz-input-placeholder,
.content_area .form .numInput:-ms-input-placeholder {
}

/*///  @FormsNoQuery | Month Input ///*/
.content_area .form input.monthInput {
  display: block;
  position: relative;
  width: 100%;
  background-color: transparent;
  outline: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 9;
}
.content_area .form input.monthInput:hover,
.content_area .form input.monthInput:focus,
.content_area .form input.monthInput:active {
}

.content_area .form .monthInput::-webkit-input-placeholder,
.content_area .form .monthInput:-moz-input-placeholder,
.content_area .form .monthInput::-moz-input-placeholder,
.content_area .form .monthInput:-ms-input-placeholder {
}

/*///  @FormsNoQuery | Percentage Input ///*/
.content_area .form input.perInput {
  display: block;
  position: relative;
  width: 100%;
  background-color: transparent;
  outline: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 9;
}
.content_area .form input.perInput:hover,
.content_area .form input.perInput:focus,
.content_area .form input.perInput:active {
}

.content_area .form .perInput::-webkit-input-placeholder,
.content_area .form .perInput:-moz-input-placeholder,
.content_area .form .perInput::-moz-input-placeholder,
.content_area .form .perInput:-ms-input-placeholder {
}

/*///  @FormsNoQuery | Text Input ///*/
.content_area .form input.textInput {
  display: block;
  position: relative;
  width: 100%;
  background-color: transparent;
  outline: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 9;
}
.content_area .form input.textInput:hover,
.content_area .form input.textInput:focus,
.content_area .form input.textInput:active {
}

.content_area .form .textInput::-webkit-input-placeholder,
.content_area .form .textInput:-moz-input-placeholder,
.content_area .form .textInput::-moz-input-placeholder,
.content_area .form .textInput:-ms-input-placeholder {
}

/*///  @FormsNoQuery | Empty Field Input ///*/
.content_area .form input.emptyField {
  display: block;
  position: relative;
  width: 100%;
  background-color: transparent;
  outline: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 9;
}
.content_area .form input.emptyField:hover,
.content_area .form input.emptyField:focus,
.content_area .form input.emptyField:active {
}

.content_area .form .emptyField::-webkit-input-placeholder,
.content_area .form .emptyField:-moz-input-placeholder,
.content_area .form .emptyField::-moz-input-placeholder,
.content_area .form .emptyField:-ms-input-placeholder {
}

/*///  @FormsNoQuery | Text Area Input ///*/
.content_area .form textarea.textArea {
  display: block;
  position: relative;
  width: 100%;
  background-color: transparent;
  outline: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: vertical;
  max-height: 300px;
  z-index: 9;
}
.content_area .form textarea.textArea:hover,
.content_area .form textarea.textArea:focus,
.content_area .form textarea[class="textArea"]:active {
}

.content_area .form .textArea::-webkit-input-placeholder,
.content_area .form .textArea:-moz-input-placeholder,
.content_area .form .textArea::-moz-input-placeholder,
.content_area .form .textArea:-ms-input-placeholder {
}

/*///  @FormsNoQuery | Btn Submit ///*/
.content_area .form .btnSubmit {
  width: 100%;
}
/*.content_area .form .btnSubmit, .content_area .form a.btnSubmit {
  -webkit-transition:color 0.35s cubic-bezier(0.55,0.01,0.55,1.00) 0.0s, background-color 0.35s cubic-bezier(0.55,0.01,0.55,1.00) 0.0s;
  -moz-transition:color 0.35s cubic-bezier(0.55,0.01,0.55,1.00) 0.0s, background-color 0.35s cubic-bezier(0.55,0.01,0.55,1.00) 0.0s;
  -ms-transition:color 0.35s cubic-bezier(0.55,0.01,0.55,1.00) 0.0s, background-color 0.35s cubic-bezier(0.55,0.01,0.55,1.00) 0.0s;
  -o-transition:color 0.35s cubic-bezier(0.55,0.01,0.55,1.00) 0.0s, background-color 0.35s cubic-bezier(0.55,0.01,0.55,1.00) 0.0s;
  transition:color 0.35s cubic-bezier(0.55,0.01,0.55,1.00) 0.0s, background-color 0.35s cubic-bezier(0.55,0.01,0.55,1.00) 0.0s;
}
.content_area .form a.btnSubmit { display:block; position:relative; width:100%; color:#FFFFFF; font-size:14px; font-weight:700; letter-spacing:0.100em; line-height:65px; text-transform:uppercase; height:65px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; background-color:transparent; outline:0; border:0 none; -webkit-border-radius:0px; border-radius:0px; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; -webkit-font-smoothing:antialiased; -webkit-appearance:none; }

.content_area .form a.btnSubmit, .content_area .form a.btnSubmit:visited { color:#FFFFFF; background-color:#F55647; }
.content_area .form a.btnSubmit:hover, .content_area .form a.btnSubmit:focus, .content_area .form a.btnSubmit:active { color:#FFFFFF; background-color:#EC594B; }*/

/*///  @FormsNoQuery | Return Value ///*/
.content_area .contentBlock label.total {
  color: #8fd2ae;
  font-weight: 800;
}

.content_area .contentBlock .returnValue {
  display: block;
  position: relative;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #909090;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  padding: 18px 20px 18px 20px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #eaeaea;
}
.content_area .contentBlock .returnValue.total {
  color: #8fd2ae;
  font-weight: 800;
  border: 1px solid #dbf3e6;
}

/*///  @FormsNoQuery | DropDown with Bootstrap Select ///*/
.content_area .form .btn {
  font-family: "Raleway", sans-serif;
  color: #6a6b6d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  border-color: #cacaca;
  padding: 17px 20px 17px 20px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
}

.content_area .form .form-control {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content_area .form .form-control.btn-group {
  position: relative;
  display: block;
  transition: height 0.25s linear 0s;
}
.content_area .form .form-control.btn-group.open {
  height: 252px;
}
.content_area .form .form-control.short.btn-group.open {
  height: 202px;
}
.content_area .form .form-control.two.btn-group.open {
  height: 160px;
}
.content_area .form .dropdown .dropdown-menu.open {
  max-height: 0px;
  transition: max-height 0.25s linear 0s;
}
.content_area .form .dropdown.open .dropdown-menu.open {
  padding-top: 0px;
  min-height: 152px !important;
  max-height: 252px !important;
  overflow: hidden;
}
.content_area .form .short.dropdown.open .dropdown-menu.open {
  padding-top: 0px;
  min-height: 152px !important;
  max-height: 202px !important;
  overflow: hidden;
}
.content_area .form .two.dropdown.open .dropdown-menu.open {
  padding-top: 0px;
  min-height: 152px !important;
  max-height: 160px !important;
  overflow: hidden;
}
.content_area .form .dropdown .dropdown-menu.open .dropdown-menu.inner {
  max-height: 0px;
  transition: max-height 0.25s linear 0s;
}
.content_area .form .dropdown.open .dropdown-menu.open .dropdown-menu.inner {
  max-height: 244px;
  overflow-y: scroll;
}
.content_area .form .short.dropdown.open .dropdown-menu.open .dropdown-menu.inner {
  max-height: 194px;
  overflow-y: scroll;
}

.content_area .form .form-control.btn-group.open .dropdown-toggle {
  border: 0 none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content_area .form .form-control .dropdown-toggle:focus {
  outline: 0 none !important;
  outline-offset: 0px !important;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.content_area .form .dropdown-menu {
  top: 0;
  font-family: "Raleway", sans-serif;
  color: #ceccc8;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 1px solid #eaeaea;
  border-left: 0 none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}

.content_area .form .dropdown-menu .popover-title {
  background-color: #3289ad;
  border: 1px solid #3289ad;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding: 18px 20px 18px 20px;
  margin: 0px 0px 0px 0px;
  border: 0 none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.content_area .form .dropdown-menu .popover-title button.close {
  color: #ffffff;
  outline: 0 none;
  text-decoration: none;
  border: 0 none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
}

.content_area .form .dropdown-menu li a {
  -webkit-transition: color 0.15s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, background-color 0.15s cubic-bezier(0.55, 0.01, 0.55, 1) 0s,
    border 0.15s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -moz-transition: color 0.15s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, background-color 0.15s cubic-bezier(0.55, 0.01, 0.55, 1) 0s,
    border 0.15s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -ms-transition: color 0.15s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, background-color 0.15s cubic-bezier(0.55, 0.01, 0.55, 1) 0s,
    border 0.15s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  -o-transition: color 0.15s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, background-color 0.15s cubic-bezier(0.55, 0.01, 0.55, 1) 0s,
    border 0.15s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  transition: color 0.15s cubic-bezier(0.55, 0.01, 0.55, 1) 0s, background-color 0.15s cubic-bezier(0.55, 0.01, 0.55, 1) 0s,
    border 0.15s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
}
.content_area .form .dropdown-menu li a,
.content_area .form .dropdown-menu li a:visited {
  font-family: "Raleway", sans-serif;
  color: #7f8084;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding: 14px 20px 14px 20px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #fafafa;
  outline: 0 none;
  text-decoration: none;
}
.content_area .form .dropdown-menu li:last-child a {
  border-bottom: 0 none;
}
.content_area .form .dropdown-menu li a:hover,
.content_area .form .dropdown-menu li a:hover:active,
.content_area .form .dropdown-menu li a:hover:focus {
  color: #888888;
  background-color: #fafafa;
  border-left: 3px solid #3289ad;
  padding: 14px 20px 14px 28px;
}

.content_area .form .dropdown-menu li.selected a,
.content_area .form .dropdown-menu li.selected a:hover,
.content_area .form .dropdown-menu li.selected a:active,
.content_area .form .dropdown-menu li.selected a:focus,
.content_area .form .dropdown-menu li.selected a:visited {
  color: #888888;
  background-color: #fafafa;
  border-left: 3px solid #3289ad;
  padding: 14px 20px 14px 28px;
}

.content_area .form .subLabel {
  color: #acaaa5;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-align: left;
  padding: 0px 5px 0px 5px;
  margin: 0px 0px 10px 0px;
}
