/* ------------------------------------------------------------------------ *
 * 	Langlas Styles
 *
 *  @author Future-Farm, Inc.
 *  @since 1.0.0
 * ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ *
 * 	Langlas Helper Styles
 *
 *  @author Future-Farm, Inc.
 *  @since 1.0.0
 * ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ *
 * 	Colors & Patterns
 * ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ *
 * 	Type
 * ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ *
 * 	Borders & Rules
 * ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ *
 * 	Transformations & Transitions
 * ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ *
 * 	Structure
 * ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ *
 * 	Classes
 * ------------------------------------------------------------------------ */
html, body {
  line-height: 1.5;
  height: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  background: #c9ccc7;
  color: #939598;
  font-family: "Lato", sans-serif;
  font-size: 13px; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignnone {
  clear: both;
  display: block; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.center {
  text-align: center; }

.justify {
  text-align: justify; }

.border, #recent_projects li img, .post.post_single img,
.search-results .hentry.post_single img, .post_thumb img {
  background: #c2c8b9;
  border: 1px solid #B0B3B4;
  padding: 5px; }

.mb0 {
  margin-bottom: 0 !important; }

/* ------------------------------------------------------------------------ *
 * 	Typography
 * ------------------------------------------------------------------------ */
a {
  text-decoration: none;
  transition: color .2s;
  -moz-transition: color .2s;
  -webkit-transition: color .2s;
  -o-transition: color .2s; }

h1 {
  font-family: "Minion Pro", "Georgia", sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase; }

h2 {
  font-weight: 300;
  text-transform: uppercase; }

h3 {
  color: #5e8039;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

h2.post_title {
  font-family: "Minion Pro", "Georgia", sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-transform: none; }
  h2.post_title a {
    color: #939598; }

h2.archive_title {
  margin-bottom: 1.5em; }

p,
ul,
blockquote {
  margin-bottom: 1em; }

li {
  margin-bottom: .5em; }

hr {
  border: none;
  background: url(../img/rule.png) bottom center no-repeat;
  padding-bottom: 23px; }

.post_content a {
  color: #5e8039; }
  .post_content a:hover {
    text-decoration: underline; }
.post_content ul {
  margin-left: 2.5em; }
.post_content .meta {
  color: #5e8039;
  font-size: 12px;
  font-weight: 300; }
  .post_content .meta a {
    color: #5e8039; }
    .post_content .meta a:hover {
      text-decoration: underline; }
.post_content .lrg_txt {
  font-size: 16px;
  line-height: 1.3em; }
.post_content .quote_lrg,
.post_content blockquote {
  font-family: "Minion Pro", "Georgia", sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.2em;
  text-align: center; }
.post_content em {
  font-family: "Minion Pro", "Georgia", sans-serif;
  font-style: italic; }

.widget {
  margin: 0 0 2em; }
  .widget h3 {
    margin: 0 0 .25em; }
  .widget li {
    font-weight: 300;
    list-style: none;
    margin: 0;
    text-transform: uppercase; }
    .widget li a {
      color: #939598; }
      .widget li a:hover {
        color: #3a3e37; }

/* ------------------------------------------------------------------------ *
 * 	Buttons
 * ------------------------------------------------------------------------ */
.button_sml {
  color: #636466;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase; }
  .button_sml span {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    padding-right: 6px;
    vertical-align: middle; }
    .button_sml span.btn {
      background: url(../img/icon_arrow_sml.png) center no-repeat;
      padding: 0;
      width: 15px;
      background-color: #737577;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      box-shadow: 0 0 3px #000;
      -webkit-box-shadow: 0 0 3px #000;
      display: inline-block;
      text-align: center;
      transition: background .3s;
      -moz-transition: background .3s;
      -webkit-transition: background .3s;
      -o-transition: background .3s;
      vertical-align: middle; }
  .button_sml:hover .btn {
    background-color: #5e8039; }

.button {
  color: #939598;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase; }
  .button span {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding-right: 6px;
    vertical-align: middle; }
    .button span.btn {
      background: url(../img/icon_arrow.png) center no-repeat;
      padding: 0;
      width: 26px;
      background-color: #737577;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      box-shadow: 0 0 3px #000;
      -webkit-box-shadow: 0 0 3px #000;
      display: inline-block;
      text-align: center;
      transition: background .3s;
      -moz-transition: background .3s;
      -webkit-transition: background .3s;
      -o-transition: background .3s;
      vertical-align: middle;
      background-color: #BCBEB9; }
      .button span.btn .inset {
        box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.3);
        display: inline-block;
        height: 26px;
        vertical-align: top;
        width: 26px;
        padding: 0;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px; }
  .button:hover .btn {
    background-color: #5e8039; }

/* ------------------------------------------------------------------------ *
 * 	Structure
 * ------------------------------------------------------------------------ */
.wrap {
  margin: 0;
  padding: 0;
  width: 100%; }

.inner {
  margin: 0 auto;
  width: 756px; }

.inner_alt {
  margin: 0 auto;
  width: 1024px; }

#site_wrap {
  background: #f9fbf8;
  height: auto !important;
  margin: 0 auto;
  min-height: 100%;
  height: 100%;
  position: relative;
  width: 1024px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5); }

#site_wrap_inner {
  padding-bottom: 170px; }

/* Header */
#client_login {
  position: absolute;
  top: 15px;
  right: 50px; }

#site_logo {
  padding: 55px 0 1px;
  text-align: center;
  background: url(../img/bg_pattern_gry.png) repeat; }
  #site_logo > .wrap {
    height: 134px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.3); }

#main_nav {
  background: #3a3e37;
  padding-top: 1px; }
  #main_nav .menu {
    border-top: 3px solid rgba(255, 255, 255, 0.3); }
    #main_nav .menu > ul {
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      margin: 0 auto;
      width: 1024px; }
      #main_nav .menu > ul > li {
        display: inline-block;
        margin: 0; }
        #main_nav .menu > ul > li.current_page_parent a, #main_nav .menu > ul > li.current-menu-parent a, #main_nav .menu > ul > li.current-menu-item a {
          color: #f7faf6; }
        #main_nav .menu > ul > li > a {
          color: #939598;
          display: block;
          font-size: 14px;
          font-weight: 700;
          height: 56px;
          line-height: 56px;
          padding: 0 27px;
          text-transform: uppercase;
          text-shadow: 0 1px #231f20; }
          #main_nav .menu > ul > li > a.parent {
            padding-right: 9px; }
          #main_nav .menu > ul > li > a span {
            display: inline-block;
            height: 15px;
            line-height: 15px;
            margin-top: -3px;
            padding-right: 6px;
            vertical-align: middle; }
            #main_nav .menu > ul > li > a span.btn {
              background: url(../img/icon_nav_arrow.png) center no-repeat;
              padding: 0;
              width: 15px;
              background-color: #737577;
              border-radius: 50px;
              -moz-border-radius: 50px;
              -webkit-border-radius: 50px;
              box-shadow: 0 0 3px #000;
              -webkit-box-shadow: 0 0 3px #000;
              display: inline-block;
              text-align: center;
              transition: background .3s;
              -moz-transition: background .3s;
              -webkit-transition: background .3s;
              -o-transition: background .3s;
              vertical-align: middle; }
        #main_nav .menu > ul > li:hover a {
          color: #f7faf6; }
          #main_nav .menu > ul > li:hover a .btn {
            background-color: #5e8039; }
        #main_nav .menu > ul > li .children,
        #main_nav .menu > ul > li .sub-menu {
          background: #939598;
          border: 1px solid #838588;
          border-top: none;
          box-shadow: 0px 3px 8px 1px #999;
          display: none;
          font-size: 10px;
          font-weight: 400;
          margin: 0;
          overflow: hidden;
          padding: 10px 0;
          position: absolute;
          text-align: left;
          text-transform: uppercase;
          top: 56px;
          z-index: 1000; }
          #main_nav .menu > ul > li .children > li,
          #main_nav .menu > ul > li .sub-menu > li {
            display: block;
            margin: 0;
            						/*
            &.current_page_item {
            							
            							a {
            								color: $lgt_grey;
            							}
            						}
            */ }
            #main_nav .menu > ul > li .children > li > a,
            #main_nav .menu > ul > li .sub-menu > li > a {
              color: #3a3e37;
              display: block;
              height: 25px;
              line-height: 25px;
              min-width: 150px;
              padding: 0 17px; }
              #main_nav .menu > ul > li .children > li > a:hover,
              #main_nav .menu > ul > li .sub-menu > li > a:hover {
                color: #f7faf6; }

#sub_nav {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 6px;
  margin: 0 auto;
  width: 756px; }
  #sub_nav li {
    color: #939598;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
    #sub_nav li.active {
      color: #5e8039; }
    #sub_nav li a {
      color: #939598;
      text-decoration: none; }
      #sub_nav li a:hover {
        color: #3a3e37; }
    #sub_nav li span {
      padding: 0 5px; }

/* Footer */
#site_foot {
  bottom: 0;
  left: 0;
  padding-top: 1px;
  position: absolute;
  text-align: center;
  background: url(../img/bg_pattern_grn.png) repeat; }
  #site_foot .wrap {
    height: 166px;
    border-top: 3px solid rgba(255, 255, 255, 0.3); }
    #site_foot .wrap p {
      color: #f7faf6;
      font-weight: 300;
      line-height: 1em;
      margin: 20px 0 10px; }
      #site_foot .wrap p a {
        color: #C7CAC6; }
        #site_foot .wrap p a span {
          color: #f7faf6; }
        #site_foot .wrap p a:hover {
          text-decoration: underline; }

/* Content */
#main {
  padding-bottom: 50px;
  position: relative; }
  #main.inner {
    padding-top: 40px; }

.page_title {
  line-height: 2em;
  margin-bottom: .25em;
  text-align: center;
  background: url(../img/rule.png) bottom center no-repeat;
  padding-bottom: 23px; }

.section_title {
  margin: .5em 0 1.5em;
  text-align: center; }

/* Home */
#slider {
  background: #c2c8b9; }

#home_top {
  height: 289px;
  padding-top: 1px;
  background: url(../img/bg_pattern_gry.png) repeat; }
  #home_top .wrap {
    border-top: 3px solid rgba(255, 255, 255, 0.3); }
    #home_top .wrap .inner {
      padding-top: 25px; }
      #home_top .wrap .inner h1 {
        color: #FFF;
        margin-bottom: 15px;
        text-align: center; }
      #home_top .wrap .inner .left {
        color: #636466;
        font-size: 15px;
        line-height: 1.9em;
        width: 415px; }
        #home_top .wrap .inner .left p {
          margin-bottom: 0; }
        #home_top .wrap .inner .left .button_sml {
          float: right;
          margin-right: 10px; }
      #home_top .wrap .inner > .right {
        width: 312px; }
        #home_top .wrap .inner > .right #video {
          background: url(../img/fade_video.png) bottom center no-repeat;
          float: right;
          padding-bottom: 20px; }

#recent_projects {
  margin: 0;
  padding: 0; }
  #recent_projects li {
    display: inline-block;
    list-style: none;
    margin-right: 13px;
    position: relative; }
    #recent_projects li:last-child {
      margin: 0; }
    #recent_projects li span {
      background: rgba(0, 0, 0, 0.6);
      color: #FFF;
      display: none;
      text-align: center;
      width: 165px;
      position: absolute;
      bottom: 12px;
      left: 6px;
      z-index: 10; }

/* Press */
#post_content {
  float: left;
  width: 560px; }

.post,
.search-results .hentry {
  background: url(../img/rule.png) bottom center no-repeat;
  padding-bottom: 23px; }
  .post.post_single,
  .search-results .hentry.post_single {
    padding-bottom: 3em; }
    .post.post_single h2.post_title,
    .search-results .hentry.post_single h2.post_title {
      font-style: italic; }
    .post.post_single img,
    .search-results .hentry.post_single img {
      margin-bottom: 1em; }
  .post .readmore,
  .search-results .hentry .readmore {
    margin: 1.5em 1em;
    text-align: right; }

.post_thumb img {
  display: inline-block;
  margin-bottom: 1em;
  max-width: 548px;
  max-height: 300px; }

.wp-pagenavi {
  font-size: 14px; }
  .wp-pagenavi .pages {
    padding-right: 15px; }
  .wp-pagenavi .page-numbers {
    padding: 0 3px; }
  .wp-pagenavi .current {
    font-weight: 700; }
  .wp-pagenavi .next,
  .wp-pagenavi .prev {
    font-size: 16px;
    padding: 0 8px; }

.post_nav a {
  color: #939598; }
.post_nav .left .button span.btn {
  background: url(../img/icon_arrow_flip.png) center no-repeat;
  background-color: #BCBEB9;
  margin-right: 6px; }
.post_nav .left .button:hover span.btn {
  background-color: #5E8039; }

.sidebar {
  float: right;
  text-transform: uppercase;
  width: 166px; }

/* Team */
#team_thumbs .jcarousel-clip-horizontal {
  height: 197px; }
#team_thumbs .jcarousel-item {
  height: 197px; }
  #team_thumbs .jcarousel-item img {
    opacity: 1; }
#team_thumbs .jcarousel-next-horizontal,
#team_thumbs .jcarousel-prev-horizontal {
  top: 75px; }

ul.team_list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  ul.team_list li {
    display: inline-block;
    margin: 0 0 1.5em;
    padding: 0;
    text-align: center;
    width: 187px; }
    ul.team_list li img {
      background: #c2c8b9;
      border: 1px solid #B0B3B4;
      padding: 5px; }
    ul.team_list li span {
      display: block;
      font-weight: 300;
      text-transform: uppercase; }

/* Projects */
#project_banner {
  margin: -10px 0 10px -134px; }

#project_thumbs .jcarousel-clip-horizontal,
#project_thumbs .jcarousel-item {
  height: 137px; }

.project_title {
  line-height: 2em;
  margin-bottom: 0;
  text-align: center; }

.project_location {
  margin: -1em 0 1em;
  text-align: center;
  text-transform: uppercase; }

div.slideshow-container {
  position: relative;
  clear: both;
  height: 362px;
  margin-bottom: 20px; }

div.loader {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  width: 470px;
  height: 320px;
  /* This should be set to be at least the height of the largest image in the slideshow */ }

div.slideshow {
  text-align: center; }

div.slideshow img {
  background: #c2c8b9;
  border: 1px solid #B0B3B4;
  padding: 5px;
  vertical-align: middle; }

/* Carousel */
.jcarousel-container:selection {
  background: none;
  color: none; }

.jcarousel-container-horizontal {
  padding: 0px 9px 8px 9px;
  width: 738px; }

.jcarousel-clip {
  overflow: hidden; }

.jcarousel-clip-horizontal {
  width: 738px;
  height: 159px; }

.jcarousel-item {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  width: 177px;
  height: 159px; }
  .jcarousel-item:hover img, .jcarousel-item.selected img {
    opacity: 1; }
  .jcarousel-item:hover a, .jcarousel-item.selected a {
    text-decoration: none; }
  .jcarousel-item img {
    background: #c2c8b9;
    border: 1px solid #B0B3B4;
    padding: 5px;
    opacity: 0.8; }
  .jcarousel-item a {
    color: #939598; }

.jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 10px; }

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
  background: url(../img/icon_arrow.png) center no-repeat;
  cursor: pointer;
  height: 26px;
  padding: 0;
  position: absolute;
  top: 55px;
  right: -35px;
  width: 26px;
  background-color: #737577;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  box-shadow: 0 0 3px #000;
  -webkit-box-shadow: 0 0 3px #000;
  display: inline-block;
  text-align: center;
  transition: background .3s;
  -moz-transition: background .3s;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  vertical-align: middle;
  background-color: #BCBEB9; }
  .jcarousel-next-horizontal .inset {
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 26px;
    vertical-align: top;
    width: 26px;
    padding: 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px; }

.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus {
  background-color: #5e8039; }

.jcarousel-next-horizontal:active {
  background-color: #5e8039; }

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background: none;
  border: none;
  box-shadow: none; }
  .jcarousel-next-disabled-horizontal .inset,
  .jcarousel-next-disabled-horizontal:hover .inset,
  .jcarousel-next-disabled-horizontal:focus .inset,
  .jcarousel-next-disabled-horizontal:active .inset {
    display: none; }

.jcarousel-prev-horizontal {
  background: url(../img/icon_arrow_flip.png) center no-repeat;
  cursor: pointer;
  height: 26px;
  padding: 0;
  position: absolute;
  top: 55px;
  left: -35px;
  width: 26px;
  background-color: #737577;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  box-shadow: 0 0 3px #000;
  -webkit-box-shadow: 0 0 3px #000;
  display: inline-block;
  text-align: center;
  transition: background .3s;
  -moz-transition: background .3s;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  vertical-align: middle;
  background-color: #BCBEB9; }
  .jcarousel-prev-horizontal .inset {
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 26px;
    vertical-align: top;
    width: 26px;
    padding: 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px; }

.jcarousel-prev-horizontal:hover,
.jcarousel-prev-horizontal:focus {
  background-color: #5e8039; }

.jcarousel-prev-horizontal:active {
  background-color: #5e8039; }

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background: none;
  border: none;
  box-shadow: none; }
  .jcarousel-prev-disabled-horizontal .inset,
  .jcarousel-prev-disabled-horizontal:hover .inset,
  .jcarousel-prev-disabled-horizontal:focus .inset,
  .jcarousel-prev-disabled-horizontal:active .inset {
    display: none; }

/* ------------------------------------------------------------------------ *
 * 	Forms
 * ------------------------------------------------------------------------ */
.iphorm-outer {
  margin-left: -5px;
  padding-right: 5px; }

.iphorm {
  padding: 5px 0 10px; }

.no_sidebar .iphorm {
  margin-top: -14px; }

.iphorm .iphorm-labels-left > .iphorm-element-spacer > label {
  font-size: 12px;
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  text-align: right;
  width: 210px; }
.iphorm .iphorm-input-wrap, .iphorm .iphorm-labels-left > .iphorm-element-spacer > .iphorm-errors-wrap {
  margin-left: 215px !important; }
.iphorm .iphorm-elements .iphorm-element-wrap-text input {
  border: 1px solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 30px;
  padding: 2px 11px;
  width: 296px; }
.iphorm .iphorm-elements .iphorm-element-wrap-textarea textarea {
  border: 1px solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 30px;
  padding: 2px 11px;
  height: 135px;
  margin-bottom: 0;
  padding: 7px 10px;
  width: 298px; }
.iphorm .iphorm-elements .iphorm-input-wrap .selector select {
  margin: 0!important;
  width: 320px !important;
  height: 32px; }
.iphorm .iphorm-submit-wrap {
  margin-top: -5px; }
  .iphorm .iphorm-submit-wrap button {
    margin-left: 220px;
    margin-top: 10px; }
    .iphorm .iphorm-submit-wrap button > span {
      background: none;
      border: none;
      padding: 2px; }
      .iphorm .iphorm-submit-wrap button > span em {
        background: none;
        color: #939598;
        font-weight: 300;
        font-family: "Lato", sans-serif;
        font-size: 13px;
        display: inline-block;
        height: 26px;
        line-height: 26px;
        padding-right: 6px;
        vertical-align: middle; }
      .iphorm .iphorm-submit-wrap button > span .btn {
        border: none;
        display: inline-block;
        height: 26px;
        line-height: 26px;
        margin: 0; }
        .iphorm .iphorm-submit-wrap button > span .btn .inset {
          background: none;
          border: none; }
    .iphorm .iphorm-submit-wrap button:hover .btn {
      background: #5e8039 url(../img/icon_arrow.png) center no-repeat; }
    .iphorm .iphorm-submit-wrap button:hover > span {
      background: none; }
.iphorm p.iphorm-description {
  font-family: "Minion Pro", "Georgia", sans-serif;
  font-size: 21px;
  font-style: italic;
  line-height: 1;
  margin-left: 90px; }
.iphorm .iphorm-required, .iphorm .iphorm-edit-form-wrap {
  display: none; }
.iphorm .iphorm-success-message {
  margin: 10px 15px 10px 225px; }

.iphorm {
  background: none; }
  .iphorm .iphorm-elements .iphorm-element-wrap-text input, .iphorm .iphorm-elements .iphorm-element-wrap-textarea textarea {
    border-color: #8b9584;
    -webkit-box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.5); }
  .iphorm .iphorm-elements .iphorm-element-wrap-text input, .iphorm .iphorm-elements .iphorm-element-wrap-captcha input, .iphorm .iphorm-elements .iphorm-element-wrap-password input {
    color: #999; }
  .iphorm .iphorm-elements .iphorm-element-wrap select, .iphorm .iphorm-elements .iphorm-element-wrap textarea {
    color: #999; }
  .iphorm .iphorm-elements .iphorm-element-wrap-text input:hover, .iphorm .iphorm-elements .iphorm-element-wrap-captcha input:hover, .iphorm .iphorm-elements .iphorm-element-wrap-password input:hover {
    color: #939598; }
  .iphorm .iphorm-elements .iphorm-element-wrap select:hover, .iphorm .iphorm-elements .iphorm-element-wrap textarea:hover {
    color: #939598; }
  .iphorm .iphorm-elements .iphorm-element-wrap-text input:active, .iphorm .iphorm-elements .iphorm-element-wrap-captcha input:active, .iphorm .iphorm-elements .iphorm-element-wrap-password input:active {
    color: #939598; }
  .iphorm .iphorm-elements .iphorm-element-wrap select:active, .iphorm .iphorm-elements .iphorm-element-wrap textarea:active {
    color: #939598; }
  .iphorm .iphorm-elements .iphorm-element-wrap-text input:focus, .iphorm .iphorm-elements .iphorm-element-wrap-captcha input:focus, .iphorm .iphorm-elements .iphorm-element-wrap-password input:focus {
    color: #939598; }
  .iphorm .iphorm-elements .iphorm-element-wrap select:focus, .iphorm .iphorm-elements .iphorm-element-wrap textarea:focus {
    color: #939598; }
  .iphorm .iphorm-labels-left > .iphorm-element-spacer > label {
    color: #939598; }
  .iphorm .iphorm-elements .iphorm-element-wrap-text input, .iphorm .iphorm-elements .iphorm-element-wrap-captcha input, .iphorm .iphorm-elements .iphorm-element-wrap-password input {
    font-family: "Lato", sans-serif;
    font-size: 13px; }
  .iphorm .iphorm-elements .iphorm-element-wrap select, .iphorm .iphorm-elements .iphorm-element-wrap textarea {
    font-family: "Lato", sans-serif;
    font-size: 13px; }
