img {
  max-width: 100%;
}
.img100 {
  width: 100%;
}
.npnm {
  margin: 0;
  padding: 0;
}
.xform-control {
  padding: 20px 10px;
  height: 42px;
}
.form-control {
  min-height: 42px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}
body {
  font-family: 'Frutiger LT Std 55 Roman';
  color: #868686;
  background: #eeeeee;
  font-size: 13px;
}
a,
a:hover,
a:focus,
a:active {
  color: #868686;
}
.ckk {
  border: 2px solid transparent;
}
.parsley-errors-list {
  display: none;
}
.parsley-error {
  border-color: #F00 !important;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  background-color: #FFF;
}
article {
  padding: 40px 0;
  background: #FFF;
  display: block;
}
article h1 {
  color: #30579f;
  font-family: 'Michelin SemiBold';
  font-size: 14px;
}
article h2 {
  color: #878787;
  font-family: 'Michelin Black';
  font-size: 16px;
}
article .disclaimer {
  font-size: 9px;
}
article .image-preview-input {
  position: relative;
  overflow: hidden;
  margin: 0px;
  color: #333;
  height: 42px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
  background: #eeeeee;
  vertical-align: middle;
  padding-top: 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
article .image-preview-input span {
  color: #000;
}
article .image-preview-input input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
article .image-preview-input-title {
  margin-left: 2px;
}
article .btsubmit {
  color: #004590;
  background: #ffed00;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 15px;
  font-family: 'Michelin';
  font-weight: 700;
}
article .checkbox {
  font-size: 14px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a0908d;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #a0908d;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #a0908d;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #a0908d;
}
