/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.container:after,
.container-fluid:after,
.row:after {
  content: '';
  display: block;
  clear: both;
}
.targetx-input-label.targetx-label-disabled,
.targetx-input-label .targetx-input-placeholder.targetx-label-disabled,
.targetx-input-label .targetx-picklist-placeholder.targetx-label-disabled,
.targetx-input-label .targetx-input-text.targetx-label-disabled,
.targetx-input-label .targetx-input-textarea.targetx-label-disabled,
.targetx-input-label .targetx-select-box.targetx-label-disabled,
.targetx-radio-option.targetx-label-disabled .targetx-option-label,
.targetx-checkbox-option.targetx-label-disabled .targetx-option-label,
.targetx-radio-option.targetx-label-disabled .outer,
.targetx-checkbox-option.targetx-label-disabled .outer,
.targetx-radio-option.targetx-label-disabled .check-outer,
.targetx-checkbox-option.targetx-label-disabled .check-outer,
.targetx-multi-select.targetx-label-disabled,
.targetx-multi-select.targetx-label-disabled option {
  border-color: #cccccc;
  color: #cccccc;
}
.targetx-full-card {
  border: 0;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light-webfont.eot');
  src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#bbva') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#bbva') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Italic-webfont.eot');
  src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic-webfont.woff') format('woff'), url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Italic-webfont.svg#bbva') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Semibold-webfont.eot');
  src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Semibold-webfont.svg#bbva') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-ExtraBold-webfont.eot');
  src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'), url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold-webfont.svg#bbva') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "targetx-icons";
  src: url("../fonts/targetx-icons-3dade7af093ecca9153258c532814e88.eot");
  src: url("../fonts/targetx-icons-3dade7af093ecca9153258c532814e88.eot?#iefix") format("embedded-opentype"), url("../fonts/targetx-icons-3dade7af093ecca9153258c532814e88.woff") format("woff"), url("../fonts/targetx-icons-3dade7af093ecca9153258c532814e88.ttf") format("truetype"), url("../fonts/targetx-icons-3dade7af093ecca9153258c532814e88.svg?#targetx-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.targetx-icon-arrow-swoop-down,
.targetx-icon-attachments,
.targetx-icon-calendar,
.targetx-icon-checkbox,
.targetx-icon-checkmark-in-circle,
.targetx-icon-checkmark,
.targetx-icon-chevron-down,
.targetx-icon-chevron-left,
.targetx-icon-chevron-right,
.targetx-icon-document,
.targetx-icon-dot,
.targetx-icon-double-box,
.targetx-icon-dropdown,
.targetx-icon-edit,
.targetx-icon-ellipses-in-circle,
.targetx-icon-email,
.targetx-icon-enter,
.targetx-icon-logo,
.targetx-icon-menu-horizontal,
.targetx-icon-menu-vertical,
.targetx-icon-menu,
.targetx-icon-minus-in-box,
.targetx-icon-minus,
.targetx-icon-plus-in-box,
.targetx-icon-plus,
.targetx-icon-print,
.targetx-icon-profile,
.targetx-icon-radio-button,
.targetx-icon-rating,
.targetx-icon-required,
.targetx-icon-search,
.targetx-icon-text-field,
.targetx-icon-text,
.targetx-icon-textarea,
.targetx-icon-upload,
.targetx-header-back:after,
.targetx-header-calendar span:before,
.targetx-header-user span:before,
.targetx-header-print .targetx-header-inner:before,
.targetx-header-email .targetx-header-inner:before,
.targetx-card-buttons span:after,
.targetx-input-label .targetx-file-input-field:after,
.targetx-select-box-icon:after {
  font-family: "targetx-icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.targetx-icon-arrow-swoop-down {
  content: "\f101";
}
.targetx-icon-attachments {
  content: "\f102";
}
.targetx-icon-calendar,
.targetx-header-calendar span:before {
  content: "\f103";
}
.targetx-icon-checkbox {
  content: "\f104";
}
.targetx-icon-checkmark-in-circle {
  content: "\f105";
}
.targetx-icon-checkmark {
  content: "\f106";
}
.targetx-icon-chevron-down,
.targetx-select-box-icon:after {
  content: "\f107";
}
.targetx-icon-chevron-left,
.targetx-header-back:after {
  content: "\f108";
}
.targetx-icon-chevron-right {
  content: "\f109";
}
.targetx-icon-document {
  content: "\f10a";
}
.targetx-icon-dot {
  content: "\f10b";
}
.targetx-icon-double-box {
  content: "\f10c";
}
.targetx-icon-dropdown {
  content: "\f10d";
}
.targetx-icon-edit {
  content: "\f10e";
}
.targetx-icon-ellipses-in-circle {
  content: "\f10f";
}
.targetx-icon-email,
.targetx-header-email .targetx-header-inner:before {
  content: "\f110";
}
.targetx-icon-enter,
.targetx-card-buttons span:after {
  content: "\f111";
}
.targetx-icon-logo {
  content: "\f112";
}
.targetx-icon-menu-horizontal {
  content: "\f113";
}
.targetx-icon-menu-vertical {
  content: "\f114";
}
.targetx-icon-menu {
  content: "\f115";
}
.targetx-icon-minus-in-box {
  content: "\f116";
}
.targetx-icon-minus {
  content: "\f117";
}
.targetx-icon-plus-in-box {
  content: "\f118";
}
.targetx-icon-plus {
  content: "\f119";
}
.targetx-icon-print,
.targetx-header-print .targetx-header-inner:before {
  content: "\f11a";
}
.targetx-icon-profile,
.targetx-header-user span:before {
  content: "\f11b";
}
.targetx-icon-radio-button {
  content: "\f11c";
}
.targetx-icon-rating {
  content: "\f11d";
}
.targetx-icon-required {
  content: "\f11e";
}
.targetx-icon-search {
  content: "\f11f";
}
.targetx-icon-text-field {
  content: "\f120";
}
.targetx-icon-text {
  content: "\f121";
}
.targetx-icon-textarea {
  content: "\f122";
}
.targetx-icon-upload,
.targetx-input-label .targetx-file-input-field:after {
  content: "\f123";
}
/* Animation/CSS3 Mixins*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
html,
body {
  font-size: 100%;
  background: #f7f7f7;
  -webkit-font-smoothing: antialiased;
}
html .targetx-bkg-white,
body .targetx-bkg-white {
  background-color: white;
}
.targetx-block-scroll {
  overflow: hidden;
}
.targetx-header,
.targetx-application-header,
.targetx-application-review-header {
  position: fixed;
  background-color: white;
  z-index: 10;
  width: 100%;
  height: 43px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Open Sans', Arial, sans-serif;
}
.targetx-header:after {
  content: '';
  display: block;
  clear: both;
}
.targetx-header:before,
.targetx-header:after {
  content: " ";
  display: table;
}
.targetx-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .targetx-header,
  .targetx-application-header,
  .targetx-application-review-header {
    height: 87px;
  }
}
.targetx-application-header,
.targetx-application-review-header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  background-color: #fcfcf7;
  transition: all 750ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 768px) {
  .targetx-application-header {
    display: block;
  }
}
.targetx-header-active {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.targetx-header-back {
  display: block;
  text-align: center;
  float: left;
  width: 28px;
  height: 100%;
  border-right: 1px solid #d3d6d9;
  box-sizing: border-box;
  text-decoration: none;
}
.targetx-header-back:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.targetx-header-back:after {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  transition: all 750ms cubic-bezier(0.23, 1, 0.32, 1);
  color: #3498db;
}
.targetx-header-back:hover,
.targetx-header-back:active,
.targetx-header-back:visited {
  text-decoration: none;
}
.targetx-header-back:hover:after,
.targetx-header-back:active:after,
.targetx-header-back:visited:after {
  color: #52a7e0;
  -webkit-transform: scale(1.25, 1.25);
  -moz-transform: scale(1.25, 1.25);
  -ms-transform: scale(1.25, 1.25);
  -o-transform: scale(1.25, 1.25);
}
@media (min-width: 768px) {
  .targetx-header-back {
    width: 100px;
    font-size: 26px;
    /*&:hover {

            &:after {
                //.font-size(30px);
            }
        }*/
  }
  .targetx-header-back:after {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.targetx-header-university {
  float: left;
}
.targetx-header-university-icon {
  background-image: url("../images/university-logo.png");
  display: none;
  vertical-align: middle;
  background-size: 100%;
  margin: 8px;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2) {
  .targetx-header-university-icon {
    background-image: url("../images/university-logo@2x.png");
  }
}
@media (min-width: 768px) {
  .targetx-header-university-icon {
    width: 57px;
    height: 57px;
    margin: 15px;
    display: inline-block;
  }
}
.targetx-header-university-info {
  display: inline-block;
  vertical-align: middle;
  padding: 14px 5px;
}
@media (min-width: 768px) {
  .targetx-header-university-info {
    padding: 0;
  }
}
.targetx-header-university-name {
  display: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 0.8;
  font-weight: 900;
  color: #326699;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .targetx-header-university-name {
    display: block;
  }
}
.targetx-header-review,
.targetx-header-university-program {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.1;
  font-weight: 300;
  color: #585e69;
}
@media (min-width: 768px) {
  .targetx-header-review,
  .targetx-header-university-program {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.targetx-header-user,
.targetx-header-calendar,
.targetx-header-email,
.targetx-header-print,
.targetx-header-review {
  display: none;
  padding-left: 30px;
  padding-right: 30px;
  vertical-align: middle;
  height: 100%;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #3498db;
  border-left: 1px solid #d3d6d9;
  text-decoration: none;
  float: right;
}
@media (min-width: 768px) {
  .targetx-header-user,
  .targetx-header-calendar,
  .targetx-header-email,
  .targetx-header-print,
  .targetx-header-review {
    display: block;
  }
}
.targetx-header-user:before,
.targetx-header-calendar:before,
.targetx-header-email:before,
.targetx-header-print:before,
.targetx-header-review:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.targetx-header-user span:before,
.targetx-header-calendar span:before,
.targetx-header-email span:before,
.targetx-header-print span:before,
.targetx-header-review span:before {
  font-size: 20px;
  font-size: 1.25rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .targetx-header-email,
  .targetx-header-print {
    display: block;
    padding: 0 25px;
  }
  .targetx-header-email .targetx-header-inner:before,
  .targetx-header-print .targetx-header-inner:before {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .targetx-header-email .targetx-header-inner span,
  .targetx-header-print .targetx-header-inner span {
    display: none;
  }
}
@media (max-width: 768px) {
  .targetx-header-email,
  .targetx-header-print {
    display: block;
    padding: 0 20px;
  }
  .targetx-header-email .targetx-header-inner:before,
  .targetx-header-print .targetx-header-inner:before {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .targetx-header-email .targetx-header-inner span,
  .targetx-header-print .targetx-header-inner span {
    display: none;
  }
}
@media (max-width: 480px) {
  .targetx-header-email,
  .targetx-header-print {
    display: none;
  }
}
.targetx-header-email:hover,
.targetx-header-print:hover {
  text-decoration: none;
}
.targetx-header-email span:before,
.targetx-header-print span:before {
  padding-right: 4px;
  padding-top: 4px;
}
.targetx-header-user span:before {
  font-size: 30px;
  font-size: 1.875rem;
}
.targetx-header-review {
  display: block;
  padding: 0 10px 0 10px;
  border-left: none;
}
.targetx-header-review.targetx-header-action-icons {
  padding: 0;
}
@media (min-width: 768px) {
  .targetx-header-review {
    padding: 0 15px;
    border-left: none;
  }
  .targetx-header-review.targetx-header-action-icons {
    padding: 0;
  }
}
.targetx-application {
  display: none;
}
@media (min-width: 768px) {
  .targetx-application {
    display: inline-block;
  }
}
.targetx-header-menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 56px;
}
@media (min-width: 768px) {
  .targetx-header-menu {
    display: none;
  }
}
.targetx-header-menu span {
  display: block;
  width: 24px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #3498db;
  border-radius: 1px;
  transition: all .2s;
}
.targetx-header-menu span:before,
.targetx-header-menu span:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #3498db;
  border-radius: 1px;
  transition: all .2s;
}
.targetx-header-menu span:before {
  top: -6px;
}
.targetx-header-menu span:after {
  top: 6px;
}
.targetx-button,
.targetx-button-header,
.targetx-button-secondary {
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  font-size: 0.875rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 8px;
  outline: 0;
  line-height: 1.3;
  font-weight: 900;
  color: white;
  background-color: #3498db;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 2px 0 #2a7aaf;
  transition: all 750ms cubic-bezier(0.23, 1, 0.32, 1);
}
.targetx-button:hover,
.targetx-button-header:hover,
.targetx-button-secondary:hover {
  background-color: #52a7e0;
  text-decoration: none;
  color: white;
}
.targetx-button:active,
.targetx-button-header:active,
.targetx-button-secondary:active {
  top: 2px;
  background-color: #2c81ba;
  box-shadow: none;
  text-decoration: none;
  color: white;
}
@media (min-width: 768px) {
  .targetx-button,
  .targetx-button-header,
  .targetx-button-secondary {
    padding: 15px;
  }
}
.targetx-button-header {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 8px 10px;
}
@media (min-width: 768px) {
  .targetx-button-header {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px;
  }
}
.targetx-button-secondary {
  border: 1px solid #cccccc;
  box-shadow: 0 2px 0 #cccccc;
  background-color: white;
  color: #3498db;
}
.targetx-button-secondary:hover {
  background-color: white;
  color: #52a7e0;
}
.targetx-button-secondary:active {
  background-color: #d9d9d9;
  color: #3498db;
}
.targetx-button-edit-icon {
  background: transparent;
  border: none;
  outline: none;
  width: 15px;
  height: 15px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/edit-icon.png");
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2) {
  .targetx-button-edit-icon {
    background-image: url("../images/edit-icon@2x.png");
  }
}
.targetx-button-childobject {
  background: transparent;
  border: none;
  outline: none;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .targetx-button-childobject {
    margin-bottom: 40px;
  }
}
.targetx-button-childobject .targetx-childobject-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  top: 5px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
@media (min-width: 768px) {
  .targetx-button-childobject .targetx-childobject-icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 26px;
  }
}
.targetx-button-childobject .targetx-childobject-text {
  line-height: 18px;
  padding-left: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.targetx-button-childobject:hover,
.targetx-button-childobject:active,
.targetx-button-childobject:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  opacity: .9;
}
.targetx-button-add-item {
  color: #2ea3f2;
}
.targetx-button-remove-item {
  color: #e74c3c;
}
@media (min-width: 768px) {
  .targetx-button-remove-item .targetx-childobject-icon {
    line-height: 22px;
  }
}
.targetx-card-container {
  position: relative;
  margin: 0 auto;
}
.targetx-card-container.targetx-application-state-edit {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .targetx-card-container.targetx-application-state-edit {
    padding-left: 100px;
  }
}
@media (min-width: 992px) {
  .targetx-card-container.targetx-application-state-edit {
    padding-left: 100px;
  }
}
@media (min-width: 1200px) {
  .targetx-card-container.targetx-application-state-edit {
    padding-left: 100px;
  }
}
.targetx-full-card {
  display: inline-block;
  width: 100%;
}
.targetx-section-active .targetx-section-header {
  top: 43px;
  bottom: auto;
}
@media (min-width: 768px) {
  .targetx-section-active .targetx-section-header {
    top: 87px;
  }
}
.targetx-section-active .targetx-section-header.targetx-application-state-edit {
  position: fixed;
}
.targetx-section-active .targetx-section-header.targetx-application-state-review {
  top: 0;
  position: relative;
}
.targetx-section-active.targetx-application-state-edit .targetx-card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
.targetx-section-active.targetx-application-state-review .targetx-card {
  box-shadow: none;
}
.targetx-section-pre .targetx-section-header {
  position: absolute;
  top: 0;
}
.targetx-section-post .targetx-section-header {
  position: absolute;
  top: 0;
}
.targetx-section-header {
  width: 100%;
  height: 48px;
  background-color: white;
  position: absolute;
  z-index: 2;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #585e69;
  margin: 0;
  font-weight: 300;
  clear: both;
  left: 0;
}
.targetx-section-header.targetx-application-state-edit {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-indent: 38px;
}
@media (min-width: 768px) {
  .targetx-section-header.targetx-application-state-edit {
    text-indent: 110px;
  }
}
.targetx-section-header.targetx-application-state-review {
  border-bottom: 1px solid #e6e6e6;
  text-indent: 10px;
}
.targetx-section-header .targetx-required {
  float: right;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  top: 50%;
  right: 10px;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
}
.targetx-section-header .targetx-required:before {
  font-family: "targetx-icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f10b";
  position: absolute;
  font-size: 5px;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  vertical-align: middle;
  color: #585e69;
}
.targetx-section-header .targetx-section-header-text {
  position: absolute;
  top: 50%;
  float: left;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.targetx-section-header .targetx-section-header-text .targetx-button-edit-icon {
  bottom: 7px;
  position: absolute;
  right: -24px;
}
@media (min-width: 768px) {
  .targetx-section-header {
    height: 75px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.targetx-card {
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  border-radius: 3px;
  background-color: white;
  transition: 'box-shadow' 750ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.5;
  font-family: 'Open Sans', Arial, sans-serif;
  /*&.targetx-card-margins{
        margin-top:120px;
        margin-bottom:50px;



        @media (min-width: @screen-sm-min) {
           margin-top:150px;
           margin-bottom:150px;
        }

        @media (min-width: @screen-md-min) {
            padding-right: 100px;
        }

    }*/
}
.targetx-card.targetx-card-state-edit {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  margin-top: 100px;
  margin-bottom: 55px;
}
.targetx-card.targetx-card-state-edit .targetx-card-contents {
  max-width: 600px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .targetx-card.targetx-card-state-edit {
    margin-top: 150px;
    margin-bottom: 75px;
    padding: 30px 60px;
  }
}
@media (min-width: 992px) {
  .targetx-card.targetx-card-state-edit {
    padding: 50px 100px;
  }
}
.targetx-card.targetx-card-state-review {
  box-shadow: none;
  margin-top: 44px;
  padding: 40px 20px;
}
.targetx-card.targetx-card-state-review .targetx-card-contents {
  max-width: 750px;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .targetx-card.targetx-card-state-review {
    margin-top: 75px;
    padding: 40px 0 40px 80px;
  }
}
@media (min-width: 992px) {
  .targetx-card.targetx-card-state-review {
    padding: 50px 0 50px 100px;
  }
}
.targetx-card.targetx-active {
  opacity: 1;
}
.targetx-card-buttons {
  text-align: right;
}
.targetx-card-buttons .targetx-button,
.targetx-card-buttons .targetx-button-header,
.targetx-card-buttons .targetx-button-secondary {
  margin-left: 5px;
}
.targetx-card-buttons .targetx-button:first-child,
.targetx-card-buttons .targetx-button-header:first-child,
.targetx-card-buttons .targetx-button-secondary:first-child {
  margin-left: 0;
}
.targetx-card-buttons span {
  display: none;
}
.targetx-card-buttons span:after {
  font-size: 50px;
  font-size: 3.125rem;
  vertical-align: middle;
  margin-left: 4px;
}
.targetx-page-row .targetx-card-container .targetx-form-continue {
  display: block;
}
.targetx-page-row .targetx-card-container .targetx-form-complete {
  display: none;
}
.targetx-page-row:last-of-type .targetx-card-container .targetx-form-continue {
  display: block;
}
.targetx-page-row:last-of-type .targetx-card-container .targetx-form-complete {
  display: none;
}
.targetx-page-row:last-of-type .targetx-card-container:last-of-type .targetx-form-continue {
  display: none;
}
.targetx-page-row:last-of-type .targetx-card-container:last-of-type .targetx-form-complete {
  display: block;
}
@media (min-width: 768px) {
  .targetx-card-buttons .targetx-button,
  .targetx-card-buttons .targetx-button-header,
  .targetx-card-buttons .targetx-button-secondary {
    margin-left: 15px;
  }
  .targetx-card-buttons span {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #cccccc;
  }
}
/*  Success Styles
    TODO: move these into their own file */
.targetx-save-panel form {
  display: none;
}
.targetx-submit-success {
  position: relative;
  padding-top: 88px;
  box-sizing: border-box;
  height: 100%;
  font-family: 'Open Sans', Arial, sans-serif;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .targetx-submit-success {
    top: 0;
    padding-top: 44px;
  }
}
.targetx-submit-success .targetx-submit-success-card {
  position: relative;
  top: 300px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: 300;
  color: #585e69;
}
.targetx-submit-success .targetx-submit-success-card p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
}
.targetx-submit-success .targetx-submit-success-card .targetx-button,
.targetx-submit-success .targetx-submit-success-card .targetx-button-header,
.targetx-submit-success .targetx-submit-success-card .targetx-button-secondary {
  min-width: 115px;
  margin-top: 25px;
}
.targetx-submit-success .targetx-submit-success-logo {
  width: 168px;
  height: 168px;
  margin: 0 auto 30px;
  background-image: url("../images/success-logo.png");
  background-size: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2) {
  .targetx-submit-success .targetx-submit-success-logo {
    background-image: url("../images/success-logo@2x.png");
  }
}
.targetx-submit-success .targetx-submit-success-header {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 5px;
}
/**
 * @license angular-bootstrap-datetimepicker  version: 0.3.8
 * (c) 2013-2014 Knight Rider Consulting, Inc. http://www.knightrider.com
 * License: MIT
 */
.datetimepicker {
  margin-top: 1px;
  border-radius: 0;
  direction: ltr;
  width: 100%;
}
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}
.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}
[class*=" datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
[class*=" datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}
[class*=" datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
[class*=" datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
  display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
  display: block;
}
.datetimepicker.days div.datetimepicker-days {
  display: block;
}
.datetimepicker.months div.datetimepicker-months {
  display: block;
}
.datetimepicker.years div.datetimepicker-years {
  display: block;
}
.datetimepicker table {
  margin: 0;
}
.datetimepicker .table td,
.datetimepicker .table th {
  text-align: center;
  width: 14.6%;
  height: 20px;
  border-radius: 4px;
  border: none;
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.datetimepicker .table-striped > tbody > tr:nth-child(odd) > td,
.datetimepicker .table-striped > tbody > tr:nth-child(odd) > td,
.datetimepicker .table-striped > tbody > tr:nth-child(odd) > td,
.datetimepicker .table-striped > tbody > tr:nth-child(odd) > th,
.datetimepicker .table-striped > tbody > tr:nth-child(odd) {
  background-color: transparent;
}
.datetimepicker table tr td.minute:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.hour:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.past,
.datetimepicker table tr td.future {
  color: #999999;
}
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #2ea3f2;
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #2ea3f2;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #2ea3f2;
}
.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datetimepicker span.hour {
  height: 26px;
  line-height: 26px;
}
.datetimepicker span.minute {
  height: 26px;
  line-height: 26px;
}
.datetimepicker table tr td span:hover {
  background: #eeeeee;
}
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #2ea3f2;
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #2ea3f2 #2ea3f2 #2ea3f2;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #2ea3f2;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #2ea3f2;
}
.datetimepicker table tr td span.past,
.datetimepicker table tr td span.future {
  color: #999999;
}
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}
.targetx-input-field-container,
.form-group {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .targetx-input-field-container,
  .form-group {
    margin-bottom: 40px;
  }
}
.targetx-input-label {
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: 300;
  /*&.targetx-file-input {
        border-bottom: 1px solid @tx-lt-blue-grey;
        
        
        
        &:after {
            &:extend(.targetx-icon-upload);
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            .font-size(18px);
            color: @tx-lt-blue;
        }
    }
    input[type=file] {
        //visibility: hidden;
    }*/
}
.targetx-input-label.targetx-small {
  width: 100%;
  margin-right: 0;
}
.targetx-input-label.targetx-small.targetx-first {
  margin-right: 3.4%;
}
.targetx-input-label.targetx-required:before {
  font-family: "targetx-icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  content: "\f10b";
  position: absolute;
  font-size: 5px;
  left: -10px;
  top: 7px;
  vertical-align: middle;
  color: #585e69;
}
@media (min-width: 768px) {
  .targetx-input-label.targetx-required:before {
    font-size: 8px;
    left: -15px;
  }
}
.targetx-input-label .targetx-input-placeholder,
.targetx-input-label .targetx-picklist-placeholder,
.targetx-input-label .targetx-input-text,
.targetx-input-label .targetx-input-textarea,
.targetx-input-label .targetx-select-box {
  font-weight: 300;
  font-size: 14px;
  /* font-size: 0.875rem; */
  line-height: 1.4;
  padding: 0 0 10px;
}
@media (min-width: 768px) {
  .targetx-input-label .targetx-input-placeholder,
  .targetx-input-label .targetx-picklist-placeholder,
  .targetx-input-label .targetx-input-text,
  .targetx-input-label .targetx-input-textarea,
  .targetx-input-label .targetx-select-box {
    font-size: 18px;
    /* font-size: 1.125rem; */
  }
}
.targetx-input-label .targetx-input-placeholder.ng-invalid.ng-touched,
.targetx-input-label .targetx-picklist-placeholder.ng-invalid.ng-touched,
.targetx-input-label .targetx-input-text.ng-invalid.ng-touched,
.targetx-input-label .targetx-input-textarea.ng-invalid.ng-touched,
.targetx-input-label .targetx-select-box.ng-invalid.ng-touched {
  border-color: #e74c3c;
}
.targetx-input-label .targetx-input-placeholder,
.targetx-input-label .targetx-picklist-placeholder {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  color: #585e69;
}
.targetx-input-label .targetx-input-placeholder.targetx-input-file-label,
.targetx-input-label .targetx-picklist-placeholder.targetx-input-file-label {
  color: #585e69;
}
.targetx-input-label .targetx-picklist-placeholder {
  z-index: 0;
  left: 0;
}
.targetx-input-label .targetx-select-box:focus + span,
.targetx-input-label .targetx-select-box.ng-dirty + span {
  bottom: 100%;
  padding: 0;
  font-size: 12px;
  /* font-size: 0.75rem; */
}
.targetx-input-label .targetx-input-text,
.targetx-input-label .targetx-input-textarea,
.targetx-input-label .targetx-date-field,
.targetx-input-label .targetx-file-input {
  -webkit-appearance: none;
  border-radius: 0;
  display: block;
  width: 100%;
  outline: 0;
  border: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #d3d6d9;
  margin-bottom: 1px;
  color: #585e69;
}
.targetx-input-label .targetx-input-text:focus,
.targetx-input-label .targetx-input-textarea:focus {
  border-bottom: 2px solid #3498db;
  margin-bottom: 0;
}
.targetx-input-label .targetx-input-text:focus + span,
.targetx-input-label .targetx-input-textarea:focus + span,
.targetx-input-label .targetx-input-text.ng-dirty + span,
.targetx-input-label .targetx-input-textarea.ng-dirty + span {
  bottom: 100%;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.targetx-input-label .targetx-input-text:focus + ul + span,
.targetx-input-label .targetx-input-textarea:focus + ul + span,
.targetx-input-label .targetx-input-text.ng-dirty + ul + span,
.targetx-input-label .targetx-input-textarea.ng-dirty + ul + span {
  bottom: 100%;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.targetx-input-label .targetx-file-input-value {
  position: absolute;
  opacity: .25;
  bottom: 0;
  padding: 0 0 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .targetx-input-label .targetx-file-input-value {
    padding: 0 0 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.targetx-input-label .targetx-file-input-field {
  width: 100%;
  border-bottom: 1px solid #d3d6d9;
  position: absolute;
  bottom: 0;
}
.targetx-input-label .targetx-file-input-field:after {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #3498db;
}
@media (min-width: 768px) {
  .targetx-input-label .targetx-file-input-field:after {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.targetx-input-label .targetx-file-input {
  opacity: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .targetx-input-label .targetx-file-input {
    padding: 0 0 10px;
  }
}
.targetx-input-label .targetx-file-input + span + span {
  opacity: 0;
}
.targetx-input-label .targetx-file-input:focus {
  border-bottom: 2px solid #3498db;
  margin-bottom: 0;
}
.targetx-input-label .targetx-file-input.ng-touched + span + span {
  opacity: 1;
}
.targetx-input-label .targetx-file-input.ng-touched + span {
  bottom: 100%;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.targetx-input-label .targetx-date-field:focus {
  border-bottom: 2px solid #3498db;
  margin-bottom: 0;
}
.targetx-input-label .targetx-date-field:focus + span,
.targetx-input-label .targetx-date-field.ng-valid + span {
  bottom: 100%;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.targetx-input-label .targetx-date-field:focus + ul + span,
.targetx-input-label .targetx-date-field.ng-valid + ul + span {
  bottom: 100%;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.targetx-input-textarea {
  height: 25px;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.targetx-input-textarea:focus,
.targetx-input-textarea.ng-dirty {
  height: 300px;
}
.targetx-radio-label,
.targetx-checkbox-label {
  margin-bottom: 15px;
  color: #585e69;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .targetx-radio-label,
  .targetx-checkbox-label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.targetx-option-label {
  margin-bottom: 10px;
  font-weight: 300;
  padding-left: 10px;
  color: #585e69;
}
.targetx-radio-option:last-of-type,
.targetx-checkbox-option:last-of-type {
  margin-bottom: 30px;
}
.targetx-select-box {
  width: 100%;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-bottom: 1px solid #d3d6d9;
  color: #585e69;
  font-weight: 300;
  position: relative;
  z-index: 1;
  border-radius: 0;
}
.targetx-select-box.ng-dirty {
  color: #585e69;
}
.targetx-select-box-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.targetx-select-box-icon:after {
  font-size: 12px;
  font-size: 0.75rem;
  color: #2ea3f2;
}
@media (min-width: 768px) {
  .targetx-input-label.targetx-small {
    width: 48%;
  }
}
/*** address widget *****/
.targetx-address-widget {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .targetx-address-widget {
    margin-bottom: 40px;
  }
}
/* style the radio buttons */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0;
  appearance: none;
}
.radio {
  display: inline-block;
  margin: 3px;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .radio {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.radio.ng-invalid.ng-touched .outer {
  border-color: #e74c3c;
}
.radio:hover .inner {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  opacity: .5;
}
.radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.radio input:checked + .outer {
  border: 1px solid #2ea3f2;
}
.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  background-color: #2ea3f2;
}
.radio .outer {
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  border: 1px solid #585e69;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
}
@media (min-width: 768px) {
  .radio .outer {
    width: 25px;
    height: 25px;
  }
}
.radio .inner {
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 6px;
  height: 6px;
  margin: 5px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  display: block;
  border-radius: 50%;
  background-color: #2ea3f2;
  opacity: 0;
}
@media (min-width: 768px) {
  .radio .inner {
    width: 11px;
    height: 11px;
    margin: 6px;
  }
}
.targetx-multi-select {
  display: block;
  width: 100%;
  padding: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  box-sizing: border-box;
  border-top: 1px solid #d3d6d9;
  border-bottom: 1px solid #d3d6d9;
  border-left: 0 solid #d3d6d9;
  border-right: 0 solid #d3d6d9;
  transition: 'border-color box-shadow' 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  margin-bottom: 36px;
}
.targetx-multi-select option {
  padding: 5px;
  transition: all 0.75s cubic-bezier(1, 0, 0, 1);
}
.targetx-multi-select.ng-invalid.ng-touched {
  border-color: #e74c3c;
}
.targetx-review-value-container {
  border-bottom: 1px solid #d3d6d9;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}
.targetx-review-value-container .targetx-review-item-label {
  display: inline-block;
  width: 25%;
  margin-right: 5%;
}
.targetx-review-value-container .targetx-review-item-value {
  display: inline-block;
  width: 50%;
}
@media (min-width: 768px) {
  .targetx-review-value-container {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .targetx-review-value-container .targetx-review-item-label {
    font-size: 12px;
    font-size: 0.75rem;
    padding-bottom: 4px;
  }
}
/* style the checkbox buttons */
.checkbox {
  display: inline-block;
  margin: 3px;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .checkbox {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.checkbox.ng-invalid.ng-touched .check-outer {
  border-color: #e74c3c;
}
.checkbox:hover .check-inner {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  opacity: .5;
}
.checkbox input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.checkbox input:checked + .check-outer .check-inner {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.checkbox input:checked + .check-outer {
  border: 1px solid #2ea3f2;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.checkbox .check-outer {
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  border: 1px solid #585e69;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #fff;
}
@media (min-width: 768px) {
  .checkbox .check-outer {
    width: 25px;
    height: 25px;
  }
}
.checkbox .check-inner {
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 12px;
  height: 12px;
  margin: 2px;
  content: '&#10003;';
  font-size: 12px;
  line-height: 13px;
  color: white;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  display: block;
  border-radius: 3px;
  background-color: #2ea3f2;
  opacity: 0;
}
@media (min-width: 768px) {
  .checkbox .check-inner {
    width: 19px;
    height: 19px;
    margin: 2px;
    font-size: 20px;
    line-height: 20px;
  }
}
/**** AUTOCOMPLETE ****/
.dropdown-menu {
  top: 25px;
  border: none;
  border-radius: 0;
  width: 100%;
}
@media (min-width: 480px) {
  .dropdown-menu.targetx-date-time-picker {
    width: 320px;
  }
}
.dropdown-menu .table-responsive {
  width: 100%;
  margin-bottom: 0;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: none;
}
.dropdown-menu li.active a,
.dropdown-menu li.active a:hover {
  background-color: #2ea3f2;
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.targetx-application-percentage-widget .targetx-dashboard-widget-body {
  padding: 30px;
  text-align: center;
}
.targetx-application-percentage-widget .targetx-button,
.targetx-application-percentage-widget .targetx-button-header,
.targetx-application-percentage-widget .targetx-button-secondary {
  display: block;
  width: 240px;
  margin: 30px auto 0;
}
.targetx-application-percentage-container {
  display: block;
  text-decoration: none;
  color: inherit;
  right: 0;
  top: 88px;
  z-index: 10;
  height: 320px;
  font-family: 'Open Sans', Arial, sans-serif;
  text-align: center;
}
.targetx-application-percentage-container canvas {
  position: absolute;
  margin-left: -100px;
  left: 50%;
  z-index: 0;
}
.targetx-application-percentage-container .targetx-application-percentage-date {
  font-size: 12px;
  font-size: 0.75rem;
  color: #585e69;
  text-transform: uppercase;
  font-weight: 900;
  top: 40px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.targetx-application-percentage-container .targetx-application-percentage-date span {
  color: #e74c3c;
}
.targetx-application-percentage {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 75px;
  margin-left: -100px;
  left: 50%;
  text-align: center;
  color: #585e69;
}
.targetx-application-percentage-info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.targetx-application-percentage-number {
  position: relative;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 900;
}
.targetx-application-percentage-number sup {
  position: absolute;
  top: 26px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 500;
}
.targetx-application-percentage-complete {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}
.targetx-application-percentage-disclaimer {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 2rem;
}
.targetx-application-fee-container {
  position: relative;
  max-width: 290px;
  margin: 0 auto;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.targetx-application-fee-container .targetx-application-fee {
  font-size: 12px;
  font-size: 0.75rem;
  top: 5px;
  position: relative;
}
.targetx-application-fee-container .targetx-application-fee:before {
  font-size: 16px;
  font-size: 1rem;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 20px;
  margin-bottom: -5px;
  margin-right: 5px;
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
}
.targetx-application-fee-container .targetx-application-fee-complete {
  font-family: 'targetx-icons';
}
.targetx-application-fee-container .targetx-application-fee-complete:before {
  content: '\f106';
  text-align: center;
  box-sizing: border-box;
  color: green;
}
.targetx-application-fee-container .targetx-application-fee-waiting {
  font-family: 'targetx-icons';
}
.targetx-application-fee-container .targetx-application-fee-waiting:before {
  content: '\f10f';
  text-align: center;
  box-sizing: border-box;
  color: #f1c71c;
}
.targetx-application-fee-container .targetx-application-fee-pending {
  font-family: 'targetx-icons';
}
.targetx-application-fee-container .targetx-application-fee-pending:before {
  content: '\f10b';
  text-align: center;
  box-sizing: border-box;
  color: #e74c3c;
}
.targetx-button-submit-container {
  max-width: 270px;
  position: relative;
  margin: 25px auto;
  text-align: center;
}
.targetx-button-submit-container .targetx-button-submit {
  margin: 0 auto;
  position: relative;
}
.targetx-application-sidebar {
  position: fixed;
  z-index: 3;
  top: 44px;
  left: 0;
  bottom: 0;
  width: 28px;
  overflow: hidden;
  transition: all 750ms cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #0a2233;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  font-weight: 300;
}
@media (min-width: 768px) {
  .targetx-application-sidebar {
    width: 100px;
    top: 88px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/**** Hamburger Navigation ****/
.targetx-application-hamburger-nav {
  display: block;
  width: 320px;
  height: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: 'width' 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 768px) {
  .targetx-application-hamburger-nav {
    height: 75px;
    width: 600px;
  }
}
.targetx-application-hamburger-nav .hamburger-menu-bar {
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-left: -5px;
  background-color: #2ea3f2;
  border-radius: 1px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.targetx-application-hamburger-nav .hamburger-menu-bar:first-child {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.targetx-application-hamburger-nav .hamburger-menu-bar:nth-child(2) {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
@media (min-width: 768px) {
  .targetx-application-hamburger-nav .hamburger-menu-bar {
    left: 50px;
    width: 30px;
    margin-left: -15px;
    height: 5px;
  }
  .targetx-application-hamburger-nav .hamburger-menu-bar:first-child {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .targetx-application-hamburger-nav .hamburger-menu-bar:nth-child(2) {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.targetx-application-hamburger-nav .targetx-application-nav-header {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  text-indent: 38px;
  min-width: 320px;
}
@media (min-width: 768px) {
  .targetx-application-hamburger-nav .targetx-application-nav-header {
    text-indent: 110px;
  }
}
.targetx-application-hamburger-nav:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.targetx-application-hamburger-nav:hover .hamburger-menu-bar {
  width: 14px;
  margin-left: -7px;
}
.targetx-application-hamburger-nav:hover .hamburger-menu-bar:first-child {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.targetx-application-hamburger-nav:hover .hamburger-menu-bar:nth-child(2) {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@media (min-width: 768px) {
  .targetx-application-hamburger-nav:hover .hamburger-menu-bar {
    width: 34px;
    margin-left: -17px;
  }
  .targetx-application-hamburger-nav:hover .hamburger-menu-bar:first-child {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  .targetx-application-hamburger-nav:hover .hamburger-menu-bar:nth-child(2) {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
.targetx-application-sidebar-body {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.targetx-application-sidebar-steps {
  padding-left: 0;
  margin-top: 15px;
  padding-bottom: 50px;
}
.targetx-application-sidebar-steps ul {
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .targetx-application-sidebar-steps {
    margin-top: 35px;
    padding-bottom: 107px;
  }
}
.targetx-nav-group:not(:last-child) .targetx-nav-item .targetx-nav-circle:after {
  content: '';
  height: 33px;
  width: 1px;
  position: absolute;
  top: 30px;
  left: 13px;
  background-color: rgba(255, 255, 255, 0.25);
}
@media (min-width: 768px) {
  .targetx-nav-group:not(:last-child) .targetx-nav-item .targetx-nav-circle:after {
    content: '';
    height: 33px;
    width: 1px;
    position: absolute;
    top: 35px;
    left: 49px;
    background-color: rgba(255, 255, 255, 0.25);
  }
}
.targetx-nav-group:last-child .targetx-nav-item:not(:last-child) .targetx-nav-circle:after {
  content: '';
  height: 33px;
  width: 1px;
  position: absolute;
  top: 30px;
  left: 13px;
  background-color: rgba(255, 255, 255, 0.25);
}
@media (min-width: 768px) {
  .targetx-nav-group:last-child .targetx-nav-item:not(:last-child) .targetx-nav-circle:after {
    content: '';
    height: 33px;
    width: 1px;
    position: absolute;
    top: 35px;
    left: 49px;
    background-color: rgba(255, 255, 255, 0.25);
  }
}
.targetx-nav-item {
  height: 43px;
  display: block;
  position: relative;
  min-width: 320px;
  box-sizing: border-box;
  margin: 0;
  /* .targetx-nav-circle{
            &:after {
                content: '';
                height: 33px;
                width: 1px;
                position: absolute;
                top: 30px;
                left: 13px;
                background-color: rgba(255,255,255,.25);
            }
        }*/
}
.targetx-nav-item:first-child .targetx-nav-link {
  border-top: 3px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
}
.targetx-nav-item.active .targetx-nav-circle {
  border-color: #ffffff;
}
.targetx-nav-item.active .targetx-nav-link {
  font-weight: 500;
}
@media (min-width: 768px) {
  .targetx-nav-item {
    height: 48px;
    min-width: 600px;
    /*.targetx-nav-circle{
                &:after {
                    content: '';
                    height: 33px;
                    width: 1px;
                    position: absolute;
                    top: 35px;
                    left: 49px;
                    background-color: rgba(255,255,255,.25);
                }
            }*/
  }
}
.targetx-nav-circle {
  width: 10px;
  height: 10px;
  margin-top: 20px;
  margin-left: 9px;
  margin-right: 9px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 15px;
  display: block;
  float: left;
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 768px) {
  .targetx-nav-circle {
    width: 15px;
    height: 15px;
    margin-top: 20px;
    margin-left: 42px;
    margin-right: 42px;
  }
}
.targetx-nav-complete {
  border-color: #4cc07a;
  background-color: #4cc07a;
}
.targetx-nav-incomplete {
  border-color: #f1c71c;
  background-image: url(../images/in-progress@2x.png);
  background-size: 10px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .targetx-nav-incomplete {
    background-size: 15px;
  }
}
.targetx-nav-active {
  border-color: white;
}
.targetx-nav-over {
  border-color: white;
}
.targetx-nav-link {
  float: left;
  min-width: 265px;
  margin-left: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  padding-top: 13px;
  box-sizing: border-box;
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.targetx-nav-link:hover,
.targetx-nav-link:focus,
.targetx-nav-link:active {
  color: #2ea3f2;
  text-decoration: none;
}
@media (min-width: 768px) {
  .targetx-nav-link {
    min-width: 380px;
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 11px;
  }
}
/**** SIDEBAR EXPANDED CLASS *****/
.targetx-expanded {
  width: 320px;
}
.targetx-expanded .targetx-application-hamburger-nav .hamburger-menu-bar {
  opacity: 0;
}
.targetx-expanded .targetx-application-hamburger-nav .hamburger-menu-bar:first-child {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}
.targetx-expanded .targetx-application-hamburger-nav .hamburger-menu-bar:nth-child(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}
@media (min-width: 768px) {
  .targetx-expanded {
    width: 600px;
  }
}
.targetx-application-container {
  top: 44px;
  position: relative;
}
@media (min-width: 768px) {
  .targetx-application-container {
    top: 88px;
  }
  .targetx-application-container.targetx-review-panel {
    background-color: #ffffff;
    width: 66.666%;
  }
}
@media (min-width: 992px) {
  .targetx-application-container.targetx-review-panel {
    width: 75%;
  }
  .targetx-application-container.targetx-review-panel,
  .targetx-application-container.targetx-review-panel .targetx-section-header,
  .targetx-application-container.targetx-review-panel .targetx-card {
    background-color: #ffffff;
  }
}
.targetx-application-aside {
  font-weight: 300;
  top: 44px;
  position: relative;
  background-color: #0a2233;
  font-family: 'Open Sans', Arial, sans-serif;
  right: auto;
  color: white;
}
@media (min-width: 768px) {
  .targetx-application-aside {
    position: fixed;
    right: 0;
    z-index: 10;
    height: 100%;
    top: 88px;
  }
}
.targetx-card-container {
  height: 100%;
  position: relative;
  display: inline-block;
  width: 100%;
}
.targetx-side-navigation {
  position: fixed;
  top: 0;
  z-index: 9;
}
/*# sourceMappingURL=com-targetx-ui.css.map */