form.custom-validation label.error {
  position: relative;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

/* Open Sans */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/OpenSans/opensans-light.eot");
  /* IE9 */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../../fonts/OpenSans/opensans-light.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans/opensans-light.woff2") format("woff2"), url("../../fonts/OpenSans/opensans-light.woff") format("woff"), url("../../fonts/OpenSans/opensans-light.ttf") format("truetype"), url("../../fonts/OpenSans/opensans-light.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/OpenSans/opensans-regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../../fonts/OpenSans/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans/opensans-regular.woff2") format("woff2"), url("../../fonts/OpenSans/opensans-regular.woff") format("woff"), url("../../fonts/OpenSans/opensans-regular.ttf") format("truetype"), url("../../fonts/OpenSans/opensans-regular.svg#OpenSans") format("svg");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/OpenSans/opensans-regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../../fonts/OpenSans/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans/opensans-regular.woff2") format("woff2"), url("../../fonts/OpenSans/opensans-regular.woff") format("woff"), url("../../fonts/OpenSans/opensans-regular.ttf") format("truetype"), url("../../fonts/OpenSans/opensans-regular.svg#OpenSans") format("svg");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/OpenSans/opensans-semibold.eot");
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../../fonts/OpenSans/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans/opensans-semibold.woff2") format("woff2"), url("../../fonts/OpenSans/opensans-semibold.woff") format("woff"), url("../../fonts/OpenSans/opensans-semibold.ttf") format("truetype"), url("../../fonts/OpenSans/opensans-semibold.svg#OpenSans") format("svg");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/OpenSans/opensans-bold.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../../fonts/OpenSans/opensans-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans/opensans-bold.woff2") format("woff2"), url("../../fonts/OpenSans/opensans-bold.woff") format("woff"), url("../../fonts/OpenSans/opensans-bold.ttf") format("truetype"), url("../../fonts/OpenSans/opensans-bold.svg#OpenSans") format("svg");
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}

@-webkit-keyframes fadeInNormal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInNormal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #cd4533;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 1.42857em 1.42857em;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, button:focus,
[type='button']:hover,
[type='button']:focus,
[type='reset']:hover,
[type='reset']:focus,
[type='submit']:hover,
[type='submit']:focus {
  background-color: shade(#cd4533, 20%);
  color: #fff;
}

button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover,
[type='button']:disabled:hover,
[type='reset']:disabled:hover,
[type='submit']:disabled:hover {
  background-color: #cd4533;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.71428em;
  padding: 0;
}

label {
  display: block;
  font-weight: normal;
  margin-bottom: 0.71428em;
}

input,
select {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

[type='color'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
input:not([type]),
textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  outline: none;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 1.42857em;
  padding: 0.2rem 0.5rem;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover,
[type='date']:hover,
[type='datetime']:hover,
[type='datetime-local']:hover,
[type='email']:hover,
[type='month']:hover,
[type='number']:hover,
[type='password']:hover,
[type='search']:hover,
[type='tel']:hover,
[type='text']:hover,
[type='time']:hover,
[type='url']:hover,
[type='week']:hover,
input:not([type]):hover,
textarea:hover,
select[multiple]:hover {
  border-color: #c4c4c4;
}

[type='color']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
input:not([type]):focus,
textarea:focus,
select[multiple]:focus {
  border-color: #9d9d9d;
  outline: none;
}

[type='color']:disabled,
[type='date']:disabled,
[type='datetime']:disabled,
[type='datetime-local']:disabled,
[type='email']:disabled,
[type='month']:disabled,
[type='number']:disabled,
[type='password']:disabled,
[type='search']:disabled,
[type='tel']:disabled,
[type='text']:disabled,
[type='time']:disabled,
[type='url']:disabled,
[type='week']:disabled,
input:not([type]):disabled,
textarea:disabled,
select[multiple]:disabled {
  background-color: shade(#fff, 5%);
  cursor: not-allowed;
}

[type='color']:disabled:hover,
[type='date']:disabled:hover,
[type='datetime']:disabled:hover,
[type='datetime-local']:disabled:hover,
[type='email']:disabled:hover,
[type='month']:disabled:hover,
[type='number']:disabled:hover,
[type='password']:disabled:hover,
[type='search']:disabled:hover,
[type='tel']:disabled:hover,
[type='text']:disabled:hover,
[type='time']:disabled:hover,
[type='url']:disabled:hover,
[type='week']:disabled:hover,
input:not([type]):disabled:hover,
textarea:disabled:hover,
select[multiple]:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder,
[type='date']::-webkit-input-placeholder,
[type='datetime']::-webkit-input-placeholder,
[type='datetime-local']::-webkit-input-placeholder,
[type='email']::-webkit-input-placeholder,
[type='month']::-webkit-input-placeholder,
[type='number']::-webkit-input-placeholder,
[type='password']::-webkit-input-placeholder,
[type='search']::-webkit-input-placeholder,
[type='tel']::-webkit-input-placeholder,
[type='text']::-webkit-input-placeholder,
[type='time']::-webkit-input-placeholder,
[type='url']::-webkit-input-placeholder,
[type='week']::-webkit-input-placeholder,
input:not([type])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select[multiple]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #C5B9AC;
}

[type='color']::-moz-placeholder,
[type='date']::-moz-placeholder,
[type='datetime']::-moz-placeholder,
[type='datetime-local']::-moz-placeholder,
[type='email']::-moz-placeholder,
[type='month']::-moz-placeholder,
[type='number']::-moz-placeholder,
[type='password']::-moz-placeholder,
[type='search']::-moz-placeholder,
[type='tel']::-moz-placeholder,
[type='text']::-moz-placeholder,
[type='time']::-moz-placeholder,
[type='url']::-moz-placeholder,
[type='week']::-moz-placeholder,
input:not([type])::-moz-placeholder,
textarea::-moz-placeholder,
select[multiple]::-moz-placeholder {
  /* Firefox 19+ */
  color: #C5B9AC;
}

[type='color']:-ms-input-placeholder,
[type='date']:-ms-input-placeholder,
[type='datetime']:-ms-input-placeholder,
[type='datetime-local']:-ms-input-placeholder,
[type='email']:-ms-input-placeholder,
[type='month']:-ms-input-placeholder,
[type='number']:-ms-input-placeholder,
[type='password']:-ms-input-placeholder,
[type='search']:-ms-input-placeholder,
[type='tel']:-ms-input-placeholder,
[type='text']:-ms-input-placeholder,
[type='time']:-ms-input-placeholder,
[type='url']:-ms-input-placeholder,
[type='week']:-ms-input-placeholder,
input:not([type]):-ms-input-placeholder,
textarea:-ms-input-placeholder,
select[multiple]:-ms-input-placeholder {
  /* IE 10+ */
  color: #C5B9AC;
}

[type='color']:-moz-placeholder,
[type='date']:-moz-placeholder,
[type='datetime']:-moz-placeholder,
[type='datetime-local']:-moz-placeholder,
[type='email']:-moz-placeholder,
[type='month']:-moz-placeholder,
[type='number']:-moz-placeholder,
[type='password']:-moz-placeholder,
[type='search']:-moz-placeholder,
[type='tel']:-moz-placeholder,
[type='text']:-moz-placeholder,
[type='time']:-moz-placeholder,
[type='url']:-moz-placeholder,
[type='week']:-moz-placeholder,
input:not([type]):-moz-placeholder,
textarea:-moz-placeholder,
select[multiple]:-moz-placeholder {
  /* Firefox 18- */
  color: #C5B9AC;
}

textarea {
  resize: vertical;
}

[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.71428em;
}

[type="file"] {
  margin-bottom: 1.42857em;
  width: 100%;
}

select {
  margin-bottom: 1.42857em;
  max-width: 100%;
  width: auto;
}

input ~ .description {
  color: #aaa;
  margin-top: -0.625rem;
  margin-bottom: 0.625rem;
  font-size: 0.8125rem;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

.form-item input::-webkit-input-placeholder {
  color: #C5B9AC;
}

.form-item input::-moz-placeholder {
  color: #C5B9AC;
}

.form-item input::-ms-input-placeholder {
  color: #C5B9AC;
}

.form-item input::placeholder {
  color: #C5B9AC;
}

.form-item textarea {
  padding-top: 8px;
  padding-left: 10px;
}

.form-item textarea::-webkit-input-placeholder {
  color: #C5B9AC;
}

.form-item textarea::-moz-placeholder {
  color: #C5B9AC;
}

.form-item textarea::-ms-input-placeholder {
  color: #C5B9AC;
}

.form-item textarea::placeholder {
  color: #C5B9AC;
}

form[name="em_subscribe_form"] {
  margin-bottom: 20px;
}

form[name="em_subscribe_form"] table.em_wfe_form_container,
form[name="em_subscribe_form"] table.em_wfe_form_field_container {
  margin: 0;
}

form[name="em_subscribe_form"] .wfe_component > div > label {
  font-size: 14px !important;
}

form[name="em_subscribe_form"] .wfe_component fieldset .em_wfe_form_field_container {
  width: 70px;
}

form[name="em_subscribe_form"] .wfe_component fieldset table.em_wfe_form_container tr {
  background: transparent;
}

form[name="em_subscribe_form"] .wfe_component fieldset table.em_wfe_form_container tr td {
  padding: 0;
}

form[name="em_subscribe_form"] label {
  font-weight: 700;
  margin-bottom: 0;
}

form[name="em_subscribe_form"] input, form[name="em_subscribe_form"] select {
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-family: Helvetica;
  padding: 4px 6px;
  color: #555555;
  vertical-align: middle;
  border-radius: 4px;
}

form[name="em_subscribe_form"] input {
  height: 20px;
  line-height: 20px;
  font-size: 0.875rem;
}

form[name="em_subscribe_form"] select {
  height: 30px;
  line-height: 30px;
  font-size: 0.75rem;
}

form[name="em_subscribe_form"] .wfe_button {
  background: transparent;
}

.form-item.js-form-type-checkbox {
  display: block !important;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  display: none;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  font-size: 0.8em;
  cursor: pointer;
  line-height: 2em;
  margin-bottom: 0;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #555;
  background: #fff;
  border-radius: 0px;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\f00c';
  font-family: "FontAwesome", Arial, sans-serif;
  position: absolute;
  left: 3px;
  font-size: 14px;
  line-height: 0.8em;
  color: #fff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  top: 50%;
  margin-top: -6px;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

[type="checkbox"]:checked + label:before {
  background: #38424A;
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

[type="checkbox"]:disabled + label {
  color: #aaa;
}

/* accessibility */
.form-item > input[type="checkbox"] {
  width: 10px !important;
  -ms-flex-item-align: start;
      align-self: flex-start;
  height: 10px;
  left: auto;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
}

.form-item.js-form-type-checkbox {
  position: relative;
}

.form-item.js-form-type-checkbox input {
  top: 50%;
  margin-top: -10px;
}

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

#views-exposed-form-industry-products-block-1 .form-item {
  margin-bottom: 0;
}

.selectric-wrapper {
  border-radius: 3px;
}

.selectric-wrapper .selectric {
  border: 1px solid #EAE5E1;
  padding: 3px 10px;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  background: #fff;
}

.selectric-wrapper .selectric .button {
  display: none;
}

.selectric-wrapper .selectric .label {
  color: #38424a !important;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  position: relative;
  font-weight: 600;
}

.selectric-wrapper .selectric .label:after {
  display: block;
  content: '\F078';
  font-family: FontAwesome;
  position: absolute;
  width: 11px;
  height: 11px;
  color: #9BA0A4;
  font-size: 15px;
  line-height: 11px;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  right: 5px;
}

.selectric-wrapper.selectric-open .selectric {
  background: #fff;
}

.selectric-wrapper.selectric-open .selectric .label:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.selectric-wrapper .selectric-items {
  border: 0;
  background: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.selectric-wrapper .selectric-items ul {
  margin-left: 0;
}

.selectric-wrapper .selectric-items li {
  padding: 5px 15px;
  font-size: 0.875rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
  color: #38424a;
  font-weight: 600;
}

.selectric-wrapper .selectric-items li:hover {
  background: #F7F5F3;
}

form.cl-cordell-connect-edit-form {
  max-width: 75em;
  margin: 0 auto;
  padding: 40px 1.875rem;
}

form.cl-cordell-connect-edit-form .form-item .description {
  color: #aaa;
  font-size: 0.8125rem;
  padding-top: 5px;
  margin: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

form.cl-cordell-connect-edit-form .form-item label {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
}

form.cl-cordell-connect-edit-form .field--name-field-featured-image-1, form.cl-cordell-connect-edit-form .field--name-field-featured-image-2, form.cl-cordell-connect-edit-form .field--name-field-featured-image-3, form.cl-cordell-connect-edit-form #edit-simple-sitemap {
  margin-bottom: 10px;
}

form.cl-cordell-connect-edit-form .field--name-field-featured-image-1 .form-wrapper, form.cl-cordell-connect-edit-form .field--name-field-featured-image-1 summary, form.cl-cordell-connect-edit-form .field--name-field-featured-image-2 .form-wrapper, form.cl-cordell-connect-edit-form .field--name-field-featured-image-2 summary, form.cl-cordell-connect-edit-form .field--name-field-featured-image-3 .form-wrapper, form.cl-cordell-connect-edit-form .field--name-field-featured-image-3 summary, form.cl-cordell-connect-edit-form #edit-simple-sitemap .form-wrapper, form.cl-cordell-connect-edit-form #edit-simple-sitemap summary {
  margin-bottom: 10px;
}

form.cl-cordell-connect-edit-form #edit-simple-sitemap {
  display: none;
}

form.cl-cordell-connect-edit-form #edit-simple-sitemap #edit-simple-sitemap-index-content {
  margin: 10px 0;
}

form.cl-cordell-connect-edit-form #edit-simple-sitemap .js-form-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

form.cl-cordell-connect-edit-form #edit-simple-sitemap .js-form-item label {
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: left;
}

form.cl-cordell-connect-edit-form #edit-simple-sitemap .js-form-item select {
  width: 50%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

form.cl-cordell-connect-edit-form #edit-simple-sitemap .js-form-item.js-form-type-radio {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

form.cl-cordell-connect-edit-form #edit-simple-sitemap .js-form-item.js-form-type-radio label {
  margin: 0;
}

form.cl-cordell-connect-edit-form .js-form-type-checkbox {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}

form.cl-cordell-connect-edit-form .js-form-type-checkbox input {
  visibility: hidden;
}

form.cl-cordell-connect-edit-form .js-form-type-checkbox .description {
  padding-top: 5px;
}

form.cl-cordell-connect-edit-form .js-form-type-checkbox label {
  margin-top: 5px;
}

form.cl-cordell-connect-edit-form .js-form-type-textfield, form.cl-cordell-connect-edit-form .js-form-type-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

form.cl-cordell-connect-edit-form #edit-hide-roles--wrapper {
  margin-top: 25px;
}

form.cl-cordell-connect-edit-form #edit-hide-roles--wrapper legend {
  margin-top: 15px;
  margin-bottom: 5px;
}

form.cl-cordell-connect-edit-form #edit-hide-roles--wrapper legend .fieldset-legend {
  font-size: 1rem;
  font-weight: 700;
}

form.cl-cordell-connect-edit-form #edit-hide-roles--wrapper label {
  font-weight: initial;
}

form.cl-cordell-connect-edit-form .form-actions {
  margin-top: 15px;
}

form.cl-cordell-connect-edit-form .form-actions input:hover {
  background-color: #903023;
}

.g-recaptcha {
  display: none;
}

.webform-submission-contact-form .form-item-current-customer > label:not(.error) {
  width: 30%;
  padding-right: .325em;
}

.webform-submission-contact-form .submit-footnote {
  width: 100%;
}

@media (min-width: 645px) {
  .webform-submission-contact-form .submit-footnote {
    display: inline-block;
    width: 70%;
  }
  .webform-submission-contact-form .submit-footnote ~ .form-actions {
    display: inline-block;
    width: 29%;
    float: right;
  }
}

.webform-submission-contact-form .full-width-checkbox,
.ui-dialog .webform-submission-product-contact-us-form-form .submit-footnote,
.ui-dialog .webform-submission-product-contact-us-form-form .full-width-checkbox {
  width: 70%;
  float: right;
}

.webform-submission-contact-form .full-width-checkbox label,
.ui-dialog .webform-submission-product-contact-us-form-form .full-width-checkbox label {
  width: 100%;
  float: right;
  text-align: left;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin-bottom: 1.42857em;
}

dl dt {
  font-weight: 600;
  margin-top: 1.42857em;
}

dl dd {
  margin: 0;
}

.block-onthehouse-content ul, .block-onthehouse-content ol {
  line-height: 1.6;
  margin-bottom: 1.25rem;
  margin-left: 1.4rem;
  list-style-position: outside;
  font-family: inherit;
  list-style-type: circle;
}

.block-onthehouse-content ol {
  list-style-type: decimal;
}

picture,
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  margin: 1.42857em 0;
  width: 100%;
  background: #fff;
  table-layout: auto;
}

table[align="center"] {
  margin-left: auto;
  margin-right: auto;
}

th {
  font-weight: 600;
  padding: 1.42857em 0;
  text-align: left;
}

td {
  padding: 1.42857em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

table tr.even, table tr.alt {
  background: #f9f9f9;
}

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

table tr th, table tr td {
  padding: .5625rem .625rem;
  font-size: .875rem;
  color: #222;
  text-align: left;
}

.em_wfe_form table {
  margin: 0;
}

/*
.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }

.stacktable.small-only {
  display: table;
  @include bp(tab-lg) {
    display:none;
  }
}

.stacktable.large-only {
  display: none;
  @include bp(tab-lg) {
    display:table;
  }
}
*/
table.responsive {
  margin-bottom: 0;
}

.pinned {
  position: absolute;
  left: 0;
  top: 0;
  width: 35%;
  overflow: hidden;
  overflow-x: scroll;
}

.pinned table {
  border-right: none;
  border-left: none;
  width: 100%;
}

.pinned table th,
.pinned table td {
  white-space: nowrap;
}

.pinned td:last-child {
  border-bottom: 0;
}

div.table-wrapper {
  position: relative;
  overflow: hidden;
}

div.table-wrapper div.scrollable {
  margin-left: 35%;
}

div.table-wrapper div.scrollable {
  overflow: scroll;
  overflow-y: hidden;
}

table.responsive td,
table.responsive th {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}

table.responsive th:first-child,
table.responsive td:first-child,
table.responsive td:first-child,
table.responsive.pinned td {
  display: none;
}

#asxWorm > .legend > table {
  background: transparent;
  width: auto;
  margin: 0;
}

#asxWorm > .legend > table > tbody > tr {
  background: transparent;
}

#asxWorm > .legend > table > tbody > tr > td {
  padding: 0;
  font-size: 11px;
}

#asxWorm > .legend > table > tbody > tr > td.legendLabel {
  padding-right: 10px;
  padding-left: 3px;
}

/*!
// CSS only Responsive Tables
// http://dbushell.com/2016/03/04/css-only-responsive-tables/
// by David Bushell
*/
.rtable {
  /*!
  // IE needs inline-block to position scrolling shadows otherwise use:
  // display: block;
  // max-width: min-content;
  */
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.rtable td img {
  min-width: 50px;
}

.rtable,
.rtable--flip tbody {
  -webkit-overflow-scrolling: touch;
  background: -webkit-radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, -webkit-radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background: -o-radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, -o-radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  -webkit-background-size: 10px 100%, 10px 100%;
          background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}

.rtable td:first-child,
.rtable--flip tbody tr:first-child {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, white 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, white 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  -webkit-background-size: 20px 100%;
          background-size: 20px 100%;
}

.rtable td:last-child,
.rtable--flip tbody tr:last-child {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(right, white 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(right, white 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  -webkit-background-size: 20px 100%;
          background-size: 20px 100%;
}

.rtable th {
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
}

.rtable th,
.rtable td {
  padding: 6px 12px;
}

.rtable--flip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: none;
}

.rtable--flip thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.rtable--flip tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.rtable--flip tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
  display: block;
}

.rtable--flip td {
  background-image: none !important;
  border-left: 0;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
  border-bottom: 0;
}

.t-row {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media (min-width: 645px) {
  .t-row {
    margin-bottom: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.t-row > *:nth-child(1) {
  width: 100%;
  display: block;
  color: #9BA0A4;
}

@media (min-width: 645px) {
  .t-row > *:nth-child(1) {
    width: 30%;
  }
}

.t-row > *:nth-child(2) {
  width: 100%;
  display: block;
}

@media (min-width: 645px) {
  .t-row > *:nth-child(2) {
    width: 70%;
  }
}

.t-row .nomob {
  display: none;
}

@media (min-width: 645px) {
  .t-row .nomob {
    display: initial;
  }
}

body {
  color: #3b434b;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  letter-spacing: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 1.42857em;
  font-weight: 600;
}

h1 {
  font: 300 40px/1em 'Open Sans', sans-serif;
  color: #e23f39;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.875rem;
  font-weight: 600;
  margin: 30px 0 12px;
}

h3 {
  margin: 30px 0 10px;
  font-size: 1.25rem;
  color: #e23f39;
}

h4 {
  font-size: 1.125rem;
  color: #e23f39;
  font-weight: 600;
  margin: 1.125rem 0 0.3125rem;
}

h5 {
  font-size: 1.1em;
}

p, li {
  font-size: 1rem;
  color: #3b434b;
  font-weight: 400;
}

p {
  margin: 0 0 1.42857em;
}

a {
  color: #cd4533;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
}

a:active, a:focus, a:hover {
  color: shade(#cd4533, 25%);
  outline: none;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.42857em 0;
}

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

::-moz-selection {
  background: #df1f1f;
  color: #fff;
}

::selection {
  background: #df1f1f;
  color: #fff;
}

.legend, .content h2 {
  font-size: 1.875rem;
  line-height: 1.9375rem;
  margin: 30px 0 12px;
  color: #38424a;
  font-weight: 600;
}

.legend {
  font-size: 1.375rem;
  color: #615854;
  font-weight: 100;
  margin-bottom: 25px;
  margin-top: 0;
}

article.generic_page .content h2 {
  line-height: 3.125rem;
}

.content .sidebar-spot h2 {
  font-size: 1.875rem;
  font-weight: 300;
  margin: 30px 0 12px;
}

.content h3 {
  margin: 30px 0 10px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
}

.content h2.block-heading-reset {
  margin-top: 0;
  margin-bottom: 30px;
}

.block-corelogic-content ul, .block-corelogic-content ol, body.cke_editable ul, body.cke_editable ol {
  margin-left: 1.25rem;
}

.block-corelogic-content ul, body.cke_editable ul {
  list-style-type: disc;
}

.block-corelogic-content ul ul, body.cke_editable ul ul {
  list-style-type: circle;
}

.block-corelogic-content ol, body.cke_editable ol {
  list-style-type: decimal;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

#toolbar-item-administration-tray li {
  font-size: 0.8125rem;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 320px;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidr.right {
  left: auto;
  right: -320px;
}

.sidr.left {
  left: -320px;
  right: auto;
}

.form-item {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  clear: both;
}

.form-item.js-form-type-textarea.form-item-message, .form-item.js-form-type-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-item.js-form-type-textarea.form-item-message > div, .form-item.js-form-type-textarea > div {
  width: 70%;
}

.form-item.js-form-type-textarea.form-item-message > div textarea, .form-item.js-form-type-textarea > div textarea {
  margin: 0;
}

.form-item.js-form-type-textarea.form-item-message > label, .form-item.js-form-type-textarea > label {
  line-height: 25px;
  margin-top: 15px;
  padding: 0;
  text-align: right;
  font-weight: 700;
  color: #38424a;
  margin-bottom: 0;
  width: 28%;
  font-size: 1rem;
}

.form-item select {
  height: 42px;
}

.form-item > input, .form-item select,
.form-item > .select2-selection {
  width: 70%;
  font-size: 1rem;
  color: #707070;
  margin-bottom: 0;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  height: 40px;
  padding: 0 10px;
}

.form-item > input:focus, .form-item select:focus,
.form-item > .select2-selection:focus {
  -webkit-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
  border: 1px solid #e2e2e2;
}

.form-item .select2-selection {
  border: 0;
}

.form-item .select2-selection, .form-item .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  height: 42px !important;
}

.form-item .select2-container--default .select2-selection--single {
  border: 0 !important;
}

.form-item .select2-container--default .select2-selection--single .select2-selection__arrow {
  line-height: 42px;
  height: 42px;
}

.form-item .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  font-size: 1rem;
  padding: 0 10px;
}

.form-item .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
  -webkit-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
  border: 1px solid #e2e2e2;
}

.form-item .select2-container--default .select2-selection--single .select2-selection__rendered[title="Select"] {
  color: #C5B9AC;
}

.form-item > input[type="checkbox"],
.form-item > input[type="radio"] {
  width: 5% !important;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.form-item.js-form-type-radio {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form-item.js-form-type-radio > label:not(.error) {
  width: 100%;
  text-align: left;
  line-height: 20px;
}

.form-item.js-form-type-radio input[type="radio"] {
  min-width: 15px;
  height: 15px;
  -ms-flex-item-align: center;
      align-self: center;
}

.form-item.js-form-type-checkbox, .form-item.js-form-type-radio {
  width: 70%;
  float: right;
  padding-bottom: 10px;
}

.form-item.js-form-type-checkbox:after, .form-item.js-form-type-radio:after {
  content: '';
  display: table;
  clear: both;
}

.form-item.js-form-type-checkbox > label:not(.error), .form-item.js-form-type-radio > label:not(.error) {
  text-align: left;
  width: 100%;
  line-height: 20px;
  padding-left: 40px;
  font-size: 0.875rem;
  font-weight: 600;
}

.form-item.js-form-type-radio > label:not(.error) {
  padding-left: 0;
}

.form-item.js-webform-radios-other label {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.form-item.js-webform-radios-other .js-webform-radios {
  width: 70%;
}

.form-item.js-webform-radios-other .js-webform-radios .js-form-item {
  width: 100%;
}

.form-item.js-webform-select-other {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-item.js-webform-select-other > label {
  margin-bottom: 12px !important;
}

.form-item.js-webform-select-other .form-item {
  width: 70%;
}

.form-item.js-webform-select-other .form-item input {
  margin-left: auto;
}

.form-item.js-webform-select-other .form-item select {
  width: 100%;
}

.form-item > .select2-container {
  width: 70% !important;
}

.form-item > label {
  font-size: 0.875rem;
}

.form-item > label:not(.error) {
  line-height: 20px;
  padding: 0;
  text-align: right;
  font-weight: 700;
  color: #38424a;
  margin-bottom: 0;
  width: 28%;
  font-size: 1rem;
}

.form-item.form-item-message {
  display: block;
  margin-top: 30px;
}

.form-item.form-item-message textarea {
  margin-top: 13px;
}

.form-item.form-item-message label {
  margin: 30px 0 10px;
  font: 400 20px/1.2em 'Open Sans', sans-serif;
  color: #000;
}

fieldset.fieldgroup.webform-type-checkboxes.form-item,
fieldset.fieldgroup.webform-type-radios.form-item {
  display: block;
  margin-top: 15px;
}

fieldset.fieldgroup.webform-type-checkboxes.form-item legend,
fieldset.fieldgroup.webform-type-radios.form-item legend {
  display: block;
  float: left;
  width: 28%;
  text-align: right;
  font-weight: 700;
  font-size: 1rem;
}

fieldset.fieldgroup.webform-type-checkboxes.form-item .fieldset-wrapper,
fieldset.fieldgroup.webform-type-radios.form-item .fieldset-wrapper {
  display: block;
  width: calc(70% - 25px);
  margin-left: 25px;
  float: left;
}

fieldset.fieldgroup.webform-type-checkboxes.form-item .form-item.js-form-type-radio,
fieldset.fieldgroup.webform-type-checkboxes.form-item .form-item.js-form-type-checkbox,
fieldset.fieldgroup.webform-type-radios.form-item .form-item.js-form-type-radio,
fieldset.fieldgroup.webform-type-radios.form-item .form-item.js-form-type-checkbox {
  width: 90%;
  float: left;
}

fieldset.fieldgroup.webform-type-checkboxes.form-item .form-item.js-form-type-radio > label,
fieldset.fieldgroup.webform-type-checkboxes.form-item .form-item.js-form-type-checkbox > label,
fieldset.fieldgroup.webform-type-radios.form-item .form-item.js-form-type-radio > label,
fieldset.fieldgroup.webform-type-radios.form-item .form-item.js-form-type-checkbox > label {
  padding-left: 30px;
}

fieldset.fieldgroup.webform-type-checkboxes.form-item .form-item.js-form-type-radio > label,
fieldset.fieldgroup.webform-type-radios.form-item .form-item.js-form-type-radio > label {
  padding-left: 0px;
}

.webform-options-display-two-columns.form-checkboxes,
.webform-options-display-two-columns.js-webform-radios {
  width: 100%;
}

.webform-options-display-two-columns.form-checkboxes .form-item.js-form-type-checkbox,
.webform-options-display-two-columns.form-checkboxes .form-item.js-form-type-radio,
.webform-options-display-two-columns.js-webform-radios .form-item.js-form-type-checkbox,
.webform-options-display-two-columns.js-webform-radios .form-item.js-form-type-radio {
  width: 90%;
  padding-top: 1px;
}

.js-webform-radios-fieldset {
  display: block;
  position: relative;
}

.js-webform-radios-fieldset > legend {
  text-align: right;
  font-weight: 700;
  color: #38424a;
  font-size: 1rem;
}

.js-webform-radios-fieldset > *:nth-child(1) {
  width: 100%;
  display: block;
}

@media (min-width: 645px) {
  .js-webform-radios-fieldset > *:nth-child(1) {
    width: 28%;
    float: left;
  }
}

.js-webform-radios-fieldset > *:nth-child(2) {
  width: 100%;
  display: block;
}

@media (min-width: 645px) {
  .js-webform-radios-fieldset > *:nth-child(2) {
    width: 70%;
    float: right;
  }
}

input[type="submit"].webform-button--submit {
  display: inline-block;
  font-size: 1rem;
  line-height: normal;
  padding: 10px 35px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  border-radius: 5px;
  background-color: #E10600;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  float: right;
  clear: both;
}

input[type="submit"].webform-button--submit:link, input[type="submit"].webform-button--submit:visited {
  background-color: #E10600;
  color: #fff;
  text-decoration: none;
}

input[type="submit"].webform-button--submit:focus, input[type="submit"].webform-button--submit:hover, input[type="submit"].webform-button--submit:active, input[type="submit"].webform-button--submit.active {
  background-color: #c80500;
  color: #fff;
  outline: none;
}

.form-radio-left.fieldgroup legend {
  margin-bottom: 15px;
}

.webform-submission-free-report-form label,
.webform-submission-free-report-node-216-form label {
  font-weight: 700;
}

form.custom-validation .form-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

form.custom-validation .form-item.has-error input, form.custom-validation .form-item.has-error select {
  border: 1px solid #38424A;
}

form.custom-validation label.error {
  color: #38424A;
  font-weight: 700;
  width: 100%;
  padding-left: 30%;
  margin-top: 5px;
}

form.custom-validation .form-item.js-form-type-radio {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

form.user-login-form .form-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

form.user-login-form input ~ .description {
  margin-top: 3px;
  margin-left: 30%;
}

form.user-login-form #edit-submit {
  float: right;
}

a.cta-blue {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 0.875rem;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #3399ff;
}

@media (min-width: 992px) {
  a.cta-blue {
    width: 14.375rem;
  }
}

a.cta-blue:hover, a.cta-blue:focus {
  background: #0080ff;
}

a.cta-red,
span.file > a {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 0.875rem;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #e23f39;
}

@media (min-width: 992px) {
  a.cta-red,
  span.file > a {
    width: 14.375rem;
  }
}

a.cta-red:hover, a.cta-red:focus,
span.file > a:hover,
span.file > a:focus {
  background: #ca241e;
}

a.cta-green {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 0.875rem;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #5bb75b;
}

@media (min-width: 992px) {
  a.cta-green {
    width: 14.375rem;
  }
}

a.cta-green:hover, a.cta-green:focus {
  background: #449b44;
}

a.cta-grey {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 0.875rem;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #473e40;
}

@media (min-width: 992px) {
  a.cta-grey {
    width: 14.375rem;
  }
}

a.cta-grey:hover, a.cta-grey:focus {
  background: #2c2627;
}

a.cta-transparent {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 0.875rem;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: transparent;
  border: 2px solid #fff;
}

@media (min-width: 992px) {
  a.cta-transparent {
    width: 14.375rem;
  }
}

a.cta-transparent:hover, a.cta-transparent:focus {
  background: rgba(0, 0, 0, 0);
}

a.cta-transparent:hover, a.cta-transparent:focus {
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

ul.horizontal-menu {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  clear: both;
}

ul.horizontal-menu:after {
  content: '';
  display: table;
  clear: both;
}

ul.horizontal-menu li {
  float: left;
  list-style-type: none;
}

ul.horizontal-menu li a {
  display: inline-block;
  padding: 10px 20px;
  color: #666;
  border-right: 1px solid #fff;
  font-weight: 600;
  background-color: #e7e7e7;
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fbfbfb), to(#ebebeb));
  background-image: -webkit-linear-gradient(bottom, #fbfbfb 0%, #ebebeb 100%);
  background-image: -o-linear-gradient(bottom, #fbfbfb 0%, #ebebeb 100%);
  background-image: linear-gradient(to top, #fbfbfb 0%, #ebebeb 100%);
}

ul.horizontal-menu li a.active, ul.horizontal-menu li a:hover, ul.horizontal-menu li a:focus {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e7e7e7), color-stop(78%, #dddddd), color-stop(98%, #d7d7d7), to(#fefefe));
  background-image: -webkit-linear-gradient(bottom, #e7e7e7 0%, #dddddd 78%, #d7d7d7 98%, #fefefe 100%);
  background-image: -o-linear-gradient(bottom, #e7e7e7 0%, #dddddd 78%, #d7d7d7 98%, #fefefe 100%);
  background-image: linear-gradient(to top, #e7e7e7 0%, #dddddd 78%, #d7d7d7 98%, #fefefe 100%);
}

ul.horizontal-menu li a.active:after {
  width: 0;
  height: 0;
  content: '';
  border: 7px solid transparent;
  position: absolute;
  border-top: 7px solid #d7d7d7;
  bottom: -13px;
  left: calc(50% - 7px);
}

ul.horizontal-menu li a:hover, ul.horizontal-menu li a:focus {
  color: #38424A;
}

.spacer {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.embedded-entity.align-center {
  text-align: center;
}

.embedded-entity.align-right img {
  margin-left: 1.25rem;
}

.embedded-entity.align-left img {
  margin-right: 1.25rem;
}

h2.large-title {
  font-size: 2.5rem;
  font-weight: 300;
  margin: 1.875rem 0;
}

h2.red-title {
  font-size: 1.5625rem;
  color: #dd1d1f;
  margin-bottom: 10px;
  font-weight: 100;
  margin-top: 0;
}

h2.ck-section-heading {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #38424a;
  margin-top: 0;
  margin-bottom: 40px;
}

h2.common-title {
  font-size: 2rem;
  font-weight: 600;
  color: #38424a;
  margin-top: 0;
  margin-bottom: 0px;
}

h1.common-title {
  font-size: 2rem;
  font-weight: 600;
  color: #38424a;
  margin-top: 0;
  margin-bottom: 0px;
}

h3.common-title,
.content h3.common-title {
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #38424a;
  margin-top: 15px;
  margin-bottom: 0px;
}

hr.no-margin {
  margin: 5px 0;
}

.paragraph--type--wysiwyg-text h3.block-title,
h3.block-title {
  font-weight: lighter;
  color: #dd1d1f;
  font-size: 1.875rem;
  margin-bottom: 25px;
}

h3.red-title,
.cke_editable h3.red-title,
.paragraph--type--wysiwyg-text h3.red-title,
.cke_panel_listItem h3.red-title {
  color: #E10600;
}

.cke_editable h3 {
  font-size: 1.3125rem;
  color: #000000;
  margin-bottom: 0.625rem;
  margin-top: 2.5rem;
}

.cke_panel_listItem h3 {
  font-size: 1.3125rem;
  color: #000000;
}

div.breakout {
  padding: 1.25rem;
  margin: 1.25rem;
}

.align-left {
  float: none;
  text-align: center;
}

@media (min-width: 645px) {
  .align-left {
    float: left;
  }
}

.align-right {
  float: none;
  text-align: center;
}

@media (min-width: 645px) {
  .align-right {
    float: right;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
  display: none;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border: 1px solid #999;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

#modalExcelDownload .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

#modalExcelDownload button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

#modalExcelDownload .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

#modalExcelDownload .btn-primary {
  color: #fff;
  background-color: #de1f26;
  border-color: #c81c22;
}

.ui-autocomplete.ui-widget-content {
  border: 1px solid #c5c5c5;
  color: #333;
  background-color: #fff;
}

.ui-autocomplete.ui-widget-content a {
  color: #333;
  border: 0;
  display: block;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.ui-autocomplete.ui-widget-content a:hover, .ui-autocomplete.ui-widget-content a:focus {
  color: #fff;
  background: #5897fb;
  border: 0;
}

.ui-autocomplete.ui-widget-content .ui-state-active, .ui-autocomplete.ui-widget-content .ui-widget-content .ui-state-active, .ui-autocomplete.ui-widget-content .ui-widget-header .ui-state-active, .ui-autocomplete.ui-widget-content a.ui-button:active, .ui-autocomplete.ui-widget-content .ui-button:active, .ui-autocomplete.ui-widget-content .ui-button.ui-state-active:hover {
  border: 0;
  background: #5897fb;
  font-weight: normal;
  color: #ffffff;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.ui-autocomplete.ui-widget-content .ui-state-active a, .ui-autocomplete.ui-widget-content .ui-widget-content .ui-state-active a, .ui-autocomplete.ui-widget-content .ui-widget-header .ui-state-active a, .ui-autocomplete.ui-widget-content a.ui-button:active a, .ui-autocomplete.ui-widget-content .ui-button:active a, .ui-autocomplete.ui-widget-content .ui-button.ui-state-active:hover a {
  color: #ffffff;
  background: #5897fb;
  border: 0;
}

.ui-widget-overlay {
  background-color: rgba(56, 66, 74, 0.8);
  z-index: 9998;
}

.ui-dialog {
  z-index: 9999 !important;
  min-width: 320px;
}

@media (min-width: 588px) {
  .ui-dialog {
    min-width: 550px;
  }
}

@media (min-width: 860px) {
  .ui-dialog {
    min-width: 630px;
  }
}

.ui-dialog .ui-widget-header .ui-dialog-titlebar-close {
  background: url("../../images/close-icon.svg") no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  top: 35px;
  right: 20px;
  width: 22px;
  height: 22px;
}

.ui-dialog .ui-widget-header .ui-dialog-titlebar-close > span {
  display: none;
}

.ui-dialog .webform-submission-form {
  margin-bottom: 0;
}

.ui-dialog .ui-dialog-title {
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #efebe7;
  padding: 15px 0;
}

.ui-dialog.ui-widget-content {
  background-color: #F7F5F3;
}

.select2-container--open {
  z-index: 9999 !important;
}

.fe-edit-pane.ui-dialog.ui-widget-content {
  background: #444;
}

.ui-dialog-off-canvas.ui-widget-content {
  background: #444;
}

.ui-dialog.ui-dialog-off-canvas .ui-dialog-title {
  max-width: 520px;
  border-bottom: 0;
}

.ui-dialog.ui-dialog-off-canvas .entities-list .item-container:hover {
  opacity: 1;
}

#drupal-off-canvas {
  /* Content Types */
  /* Button */
  /* CK EDITOR STYLES */
}

#drupal-off-canvas *, #drupal-off-canvas *:not(div) {
  background: transparent;
}

#drupal-off-canvas .filter-guidelines,
#drupal-off-canvas .filter-help {
  display: none;
}

#drupal-off-canvas .paragraphs-browser-paragraph-type .field-add-more-submit {
  display: block;
  top: 30px;
}

#drupal-off-canvas table {
  margin: 0 1px 10px -27px;
}

#drupal-off-canvas button.ui-dialog-titlebar-close {
  border-width: 2px;
}

#drupal-off-canvas button.ui-dialog-titlebar-close:hover {
  background-image: none;
  border: 2px solid #fff;
}

#drupal-off-canvas .field-multiple-drag {
  padding-right: 20px;
}

#drupal-off-canvas .dropbutton-multiple.open .dropbutton-widget {
  background: white !important;
  padding: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.25);
}

#drupal-off-canvas .dropbutton-multiple.open .dropbutton {
  min-width: 220px;
  width: auto;
}

#drupal-off-canvas .dropbutton-multiple.open .dropbutton .dropbutton-action {
  border-bottom: 1px solid #ddd;
}

#drupal-off-canvas .dropbutton-multiple.open .dropbutton .dropbutton-action:hover {
  background: #eee;
}

#drupal-off-canvas .dropbutton-multiple.open .dropbutton .dropbutton-action input {
  background: transparent;
  color: #38424a;
}

#drupal-off-canvas .dropbutton-multiple.open .dropbutton .dropbutton-action .field-add-more-submit:hover {
  color: #333;
}

#drupal-off-canvas .dropbutton-multiple.open .dropbutton-toggle {
  color: #1c1c1c;
}

#drupal-off-canvas .dropbutton-multiple.open .dropbutton-toggle .dropbutton-arrow {
  color: #1c1c1c;
}

#drupal-off-canvas .dropbutton-multiple.open .field-add-more-submit {
  color: #333;
  background: none;
}

#drupal-off-canvas .dropbutton-multiple.open .field-add-more-submit:hover {
  background: none;
}

#drupal-off-canvas .dropbutton-widget .dropbutton .dropbutton-arrow {
  right: 9px;
  top: 8px;
}

#drupal-off-canvas .form-item {
  font-size: 0.875rem;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: unset;
          flex-flow: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  margin-bottom: 10px;
  clear: both;
}

#drupal-off-canvas .form-item.js-form-type-textarea.form-item-message, #drupal-off-canvas .form-item.js-form-type-textarea {
  display: block;
}

#drupal-off-canvas .form-item.js-form-type-textarea.form-item-message > div, #drupal-off-canvas .form-item.js-form-type-textarea > div {
  width: 100%;
}

#drupal-off-canvas .form-item.js-form-type-textarea.form-item-message > div textarea, #drupal-off-canvas .form-item.js-form-type-textarea > div textarea {
  margin: 0;
}

#drupal-off-canvas .form-item.js-form-type-textarea.form-item-message > label, #drupal-off-canvas .form-item.js-form-type-textarea > label {
  line-height: 25px;
  margin-top: 15px;
  padding: 0;
  text-align: right;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  width: 100%;
  font-size: 1rem;
}

#drupal-off-canvas .form-item select {
  height: auto;
}

#drupal-off-canvas .form-item > input, #drupal-off-canvas .form-item select,
#drupal-off-canvas .form-item > .select2-selection {
  width: 100%;
  font-size: 1rem;
  color: #38424a;
  margin-bottom: 0;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  height: 40px;
  padding: 0 10px;
}

#drupal-off-canvas .form-item > input:focus, #drupal-off-canvas .form-item select:focus,
#drupal-off-canvas .form-item > .select2-selection:focus {
  -webkit-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
  border: 1px solid #e2e2e2;
}

#drupal-off-canvas .form-item .select2-selection {
  border: 0;
}

#drupal-off-canvas .form-item .select2-selection, #drupal-off-canvas .form-item .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  height: 42px;
}

#drupal-off-canvas .form-item .select2-container--default .select2-selection--single .select2-selection__arrow {
  line-height: 42px;
  height: 42px;
}

#drupal-off-canvas .form-item .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  font-size: 1rem;
  padding: 0 10px;
}

#drupal-off-canvas .form-item .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
  -webkit-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
  border: 1px solid #e2e2e2;
}

#drupal-off-canvas .form-item .select2-container--default .select2-selection--single .select2-selection__rendered[title="Select"] {
  color: #C5B9AC;
}

#drupal-off-canvas .form-item > input[type="checkbox"],
#drupal-off-canvas .form-item > input[type="radio"] {
  width: 5% !important;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#drupal-off-canvas .form-item > input[type="checkbox"] {
  visibility: hidden;
  height: 0;
}

#drupal-off-canvas .form-item.js-form-type-radio {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#drupal-off-canvas .form-item.js-form-type-radio > label:not(.error) {
  width: 100%;
  text-align: left;
  line-height: 20px;
}

#drupal-off-canvas .form-item.js-form-type-radio input[type="radio"] {
  min-width: 15px;
  height: 15px;
  -ms-flex-item-align: center;
      align-self: center;
}

#drupal-off-canvas .form-item.js-form-type-checkbox {
  width: 100%;
  float: right;
  padding-bottom: 10px;
}

#drupal-off-canvas .form-item.js-form-type-checkbox:after {
  content: '';
  display: table;
  clear: both;
}

#drupal-off-canvas .form-item.js-form-type-checkbox > label:not(.error) {
  text-align: left;
  width: 100%;
  line-height: 20px;
  padding-left: 40px;
}

#drupal-off-canvas .form-item > .select2-container {
  width: 100% !important;
}

#drupal-off-canvas .form-item > label {
  font-size: 0.875rem;
}

#drupal-off-canvas .form-item > label:not(.error) {
  line-height: 20px;
  padding: 0;
  text-align: left;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  width: 100%;
  font-size: 1rem;
}

#drupal-off-canvas .form-item.form-item-message {
  display: block;
  margin-top: 30px;
}

#drupal-off-canvas .form-item.form-item-message textarea {
  margin-top: 13px;
}

#drupal-off-canvas .form-item.form-item-message label {
  margin: 30px 0 10px;
  font: 400 20px/1.2em 'Open Sans', sans-serif;
  color: #000;
}

#drupal-off-canvas .form-item th:first-child, #drupal-off-canvas .form-item td:first-child {
  width: auto;
}

#drupal-off-canvas .paragraphs-browser-paragraph-type__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  height: 220px;
  width: 175px;
  margin-right: 16px;
  margin-bottom: 16px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  padding: 10px;
}

#drupal-off-canvas .paragraphs-browser-paragraph-type__wrapper:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid white;
}

#drupal-off-canvas .paragraphs-browser-paragraph-type__wrapper legend {
  margin-bottom: 10px;
}

#drupal-off-canvas .paragraphs-browser-paragraph-type__wrapper img {
  display: none;
}

#drupal-off-canvas .paragraphs-browser-paragraph-type__wrapper span {
  font-size: .9rem;
}

#drupal-off-canvas .paragraphs-browser-paragraph-type__wrapper input {
  left: 0;
  top: 0 !important;
  margin-top: 10px;
  margin-bottom: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

#drupal-off-canvas input[type="submit"].button {
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

#drupal-off-canvas input[type="submit"].button:hover, #drupal-off-canvas input[type="submit"].button:focus, #drupal-off-canvas input[type="submit"].button:active {
  background: #666;
}

#drupal-off-canvas input[type="submit"].button--primary:hover, #drupal-off-canvas input[type="submit"].button--primary:focus, #drupal-off-canvas input[type="submit"].button--primary:active {
  background: #1e5f93;
}

#drupal-off-canvas .cke_reset_all {
  padding: 6px 8px 2px;
}

#drupal-off-canvas .cke_top {
  background: #f7f7f7;
}

#drupal-off-canvas a.cke_button:hover, #drupal-off-canvas a.cke_combo_button:hover {
  background: #e5e5e5;
  cursor: pointer;
}

#drupal-off-canvas .cke_button {
  padding: 4px 6px;
}

#drupal-off-canvas .cke_button:hover {
  padding: 4px 6px;
}

#drupal-off-canvas .cke_combo_button {
  padding: 0 10px;
  color: #aaa;
}

#drupal-off-canvas .cke_combo_button:hover {
  padding: 0 10px;
}

#drupal-off-canvas .cke_combo_button .cke_combo_text {
  color: #aaa;
}

#drupal-off-canvas .cke_combo_button .cke_combo_arrow {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #484848;
  margin: 11px 0 0;
}

#drupal-off-canvas .js-form-type-textarea {
  margin-bottom: 0;
}

#drupal-off-canvas .cke_bottom {
  display: none;
}

.ui-dialog .webform-submission-form .form-item > label {
  width: 28%;
  text-align: right;
  margin-bottom: 0;
}

.ui-dialog .webform-submission-form .form-item > input {
  width: 70%;
}

.ui-dialog .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ui-dialog .form-item > label {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

.ui-dialog .form-item > input {
  width: 100%;
}

.ui-dialog .form-item .description {
  margin-top: auto;
  width: 100%;
}

.ui-dialog .form-item .image-widget {
  width: 100%;
}

.ui-dialog .form-item .image-widget img {
  margin-bottom: 10px;
}

.ui-dialog .form-item .image-widget .file--image > a {
  width: auto;
}

.ui-dialog .form-item .image-widget .image-data__crop-wrapper {
  margin-bottom: 20px;
}

.ui-dialog .form-item.js-form-type-checkbox {
  width: 100%;
  float: left;
}

.ui-dialog .form-item.js-form-type-checkbox .form-checkbox {
  visibility: hidden;
}

.ui-dialog .form-item.js-form-type-vertical-tabs .vertical-tabs__pane {
  float: right;
  padding: 10px;
}

.ui-dialog .form-item.js-form-type-vertical-tabs .js-form-type-textarea > div {
  width: 100%;
}

.ui-dialog .form-item.js-form-type-vertical-tabs .js-form-item-revision {
  margin-bottom: 0;
  padding-bottom: 0;
}

.ui-dialog .paragraph-three-column-entity-edit-form .dropbutton-widget {
  width: 50% !important;
}

.ui-dialog .paragraph-three-column-entity-edit-form .dropbutton-widget .dropbutton-action {
  padding: 0 !important;
}

.entity-select-dialog #entity-embed-dialog-form .form-item-entity a {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.entity-select-dialog #entity-embed-dialog-form .js-form-type-radio {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.entity-select-dialog #entity-embed-dialog-form .js-form-type-radio label {
  margin-bottom: 0;
}

.entity-select-dialog #entity-embed-dialog-form select {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.entity-select-dialog .ui-dialog-buttonset .button:not(.button--primary) {
  display: none;
}

.editor-image-dialog #editor-image-dialog-form .form-managed-file {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.editor-image-dialog #editor-image-dialog-form .js-form-type-radio {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.editor-image-dialog #editor-image-dialog-form .js-form-type-radio label {
  margin-bottom: 0;
}

.editor-image-dialog #editor-image-dialog-form .js-form-type-checkbox {
  margin-bottom: 0;
}

.editor-image-dialog #editor-image-dialog-form .js-form-item-zoom {
  margin-bottom: 0;
}

.editor-image-dialog #editor-image-dialog-form .form-item-responsive-image-style .js-form-type-select {
  padding-bottom: 10px;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.editor-image-dialog #editor-image-dialog-form .form-item-responsive-image-style .js-form-type-select select {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.contextual-toolbar-tab {
  display: none !important;
}
/*# sourceMappingURL=base.css.map */