/* This style sheet has been copied from the abpm-com.css file compiled by the certifications.abpm asp.net project. */
/*
    [Table of Contents]

    Imports


*/
/*-------------------------------------------------------------
8888888                                         888             
  888                                           888             
  888                                           888             
  888   88888b.d88b.  88888b.   .d88b.  888d888 888888 .d8888b  
  888   888 "888 "88b 888 "88b d88""88b 888P"   888    88K      
  888   888  888  888 888  888 888  888 888     888    "Y8888b. 
  888   888  888  888 888 d88P Y88..88P 888     Y88b.       X88 
8888888 888  888  888 88888P"   "Y88P"  888      "Y888  88888P' 
                      888                                       
                      888                                       
                      888                                       
-------------------------------------------------------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/*  @import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,700,700i");
/* html {
  font-family: sans-serif;
  /* 1 */
 /*  line-height: 1.15;
  /* 2 */
 /* -ms-text-size-adjust: 100%;
  /* 3 */
 /*  -webkit-text-size-adjust: 100%;
 /* /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* base.scss contains baseline styles such as html, body, a, a:hover, etc.  */
html {
  box-sizing: border-box; }

html * {
  font-family: 'Roboto', sans-serif; }

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

body {
  background: #033850; }

.group:after, .clearfix:after {
  content: "";
  display: table;
  clear: both; }

a {
  text-decoration: none;
  color: #4085D0; }
  a:hover {
    color: #55A0F1; }
  a:active {
    color: #3167a1; }

i, em, q, cite {
  font-style: italic; }

q {
  quotes: "“" "”" "‘" "’"; }

strong, b {
  font-weight: 600; }

ins, mark {
  background: #ffa; }

abbr, acronym {
  border-bottom: 1px dotted; }

blockquote {
  padding-left: 15px;
  border-left: 1px solid #b8b8b8;
  font-style: italic; }

small {
  font-size: smaller; }

big {
  font-size: 110%; }

p, li, div, .btn {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #555555; }

p, li, div {
  font-weight: 300;
  line-height: 24px; }

ul {
  padding-left: 0;
  list-style-type: none; }

li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 24px; }

ul > li {
  background-image: url("../img/icons/bullet-one.png");
  background-image: url("../img/icons/bullet-one.svg");
  background-repeat: no-repeat;
  background-position: 0px 2px;
  background-size: 16px auto; }

ol ul > li,
ul ul > li {
  background-image: url("../img/icons/bullet-two.png");
  background-image: url("../img/icons/bullet-two.svg");
  background-repeat: no-repeat;
  background-position: 0px 2px;
  background-size: 16px auto; }

ol {
  padding-left: 0;
  list-style-type: none;
  counter-reset: counter-one; }

ol > li {
  position: relative; }

ol > li:before {
  content: counter(counter-one, decimal) ".";
  counter-increment: counter-one;
  position: absolute;
  left: 0;
  font-weight: 600;
  color: #4085D0; }

ul ol,
ol ol {
  counter-reset: counter-two; }

ul ol > li,
ol ol > li {
  position: relative; }

ul ol > li:before,
ol ol > li:before {
  content: counter(counter-two, upper-latin) ".";
  counter-increment: counter-two;
  position: absolute;
  left: 0;
  font-weight: 600;
  color: #959595; }

ul ol ol,
ol ul ol,
ul ul ol,
ol ol ol {
  counter-reset: counter-three; }

ul ol ol > li,
ol ul ol > li,
ul ul ol > li,
ol ol ol > li {
  position: relative; }

ul ol ol > li:before,
ol ul ol > li:before,
ul ul ol > li:before,
ol ol ol > li:before {
  content: counter(counter-three, lower-latin) ".";
  counter-increment: counter-three;
  position: absolute;
  left: 0;
  font-weight: 600;
  color: #959595; }

/*
ol {
	list-style-type: decimal;
}

ul ol,
ol ol {
	list-style-type: upper-alpha;
}

ul ol ol,
ol ul ol,
ul ul ol,
ol ol ol {
	list-style-type: lower-alpha;
}
*/
p + p {
  margin-top: 10px; }

h6, h5, h4, h3, h2, h1, label {
  font-family: 'Montserrat', sans-serif;
  color: #555555; }

h1 {
  font-size: 26px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 0; }

p + h1 {
  margin-top: 30px; }

h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0; }

p + h2 {
  margin-top: 25px; }

h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0; }

p + h3 {
  margin-top: 25px; }

h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0; }

p + h4 {
  margin-top: 20px; }

h5 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0; }

p + h5 {
  margin-top: 20px; }

h6 {
  font-size: 20px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 0; }

p + h6 {
  margin-top: 20px; }

audio, canvas, img, svg, video {
  max-width: 100%;
  height: auto; }

/* components.scss contains styles for elements such as inputs, buttons, tables, etc  */
/*-------------------------------------------------------------

888888b.            888    888                               
888  "88b           888    888                               
888  .88P           888    888                               
8888888K.  888  888 888888 888888  .d88b.  88888b.  .d8888b  
888  "Y88b 888  888 888    888    d88""88b 888 "88b 88K      
888    888 888  888 888    888    888  888 888  888 "Y8888b. 
888   d88P Y88b 888 Y88b.  Y88b.  Y88..88P 888  888      X88 
8888888P"   "Y88888  "Y888  "Y888  "Y88P"  888  888  88888P' 

-------------------------------------------------------------*/
input:not([type]).btn,
.btn, button {
  padding: 14px 40px 12px 40px;
  border-radius: 3px;
  background: none;
  border: 2px solid #555555;
  color: #555555;
  font-weight: 600;
  display: inline-block;
  font-size: 22px;
  cursor: pointer; }

input:not([type]).btn-blue,
button,
.btn-default,
.btn-blue {
  border: none;
  padding: 16px 42px 14px 42px;
  background: linear-gradient(to right, #3065B6, #387BE3);
  color: #ffffff;
  transition: all .2s linear;
  box-shadow: 0 4px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
  font-weight: 300;
  border-radius: 6px;
  position: relative;
  bottom: 4px; }
  input:not([type]).btn-blue:hover,
  button:hover,
  .btn-default:hover,
  .btn-blue:hover {
    color: #ffffff;
    box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
    bottom: 2px; }
  input:not([type]).btn-blue:active,
  button:active,
  .btn-default:active,
  .btn-blue:active {
    color: #ffffff;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
    bottom: 0; }
  input:not([type]).btn-blue.medium,
  button.medium,
  .btn-default.medium,
  .btn-blue.medium {
    padding: 12px 30px;
    font-size: 18px; }
  input:not([type]).btn-blue.small,
  button.small,
  .btn-default.small,
  .btn-blue.small {
    padding: 10px 19px;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 0 3px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
    font-weight: 500;
    bottom: 3px; }
    input:not([type]).btn-blue.small:hover,
    button.small:hover,
    .btn-default.small:hover,
    .btn-blue.small:hover {
      color: #ffffff;
      box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
      bottom: 1px; }
    input:not([type]).btn-blue.small:active,
    button.small:active,
    .btn-default.small:active,
    .btn-blue.small:active {
      color: #ffffff;
      box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
      bottom: 0; }
  input:not([type]).btn-blue.purple,
  button.purple,
  .btn-default.purple,
  .btn-blue.purple {
    background: linear-gradient(to right, #54386b, #754a98); }

.btn-disabled {
  border: none;
  padding: 16px 42px 14px 42px;
  background: linear-gradient(to right, #7f7f7f, #c5c5c5);
  cursor: not-allowed;
  color: #ffffff;
  transition: all .2s linear;
  box-shadow: 0 4px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
  font-weight: 300;
  border-radius: 6px;
  position: relative;
  bottom: 4px; }
  .btn-disabled:hover {
    color: #ffffff;
    box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
    bottom: 2px; }
  .btn-disabled:active {
    color: #ffffff;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
    bottom: 0; }

button.nostyles {
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
  font-weight: 400;
  display: inline;
  font-size: 16px;
  color: #ffffff;
  transition: 0;
  box-shadow: none;
  bottom: 0; }
  button.nostyles:hover {
    box-shadow: none;
    bottom: 0; }

.btn-blue-nofill {
  border: 2px solid #448DD7;
  color: #448DD7;
  transition: all .2s;
  font-weight: 300;
  border-radius: 2px;
  font-size: 18px;
  padding: 10px 40px 12px; }
  .btn-blue-nofill:hover {
    background-color: #448DD7;
    color: #ffffff; }

.btn-grey {
  padding: 5px 14px 5px 14px;
  border-width: 2px;
  border-radius: 3px;
  border-style: solid;
  background: #ffffff;
  border-color: #959595;
  color: #959595;
  font-size: 16px;
  transition: all .2s linear; }
  .btn-grey:hover {
    border-color: #959595;
    background: #959595;
    color: #ffffff; }
  .btn-grey.medium {
    padding: 8px 24px;
    font-size: 18px;
    font-weight: 400; }
  .btn-grey.saveButton {
    vertical-align: top;
    margin-left: 10px;
    margin-top: 33px; }

.btn-public-nofill {
  background: #ffffff;
  border: 1px solid #448DD7;
  color: #448DD7;
  transition: all .2s;
  font-weight: 500;
  border-radius: 2px;
  font-size: 18px;
  padding: 17px 40px 19px;
  display: inline-block; }
  .btn-public-nofill:hover {
    background-color: #E6E6E6; }
  .btn-public-nofill.btn-100 {
    display: block; }
  .btn-public-nofill.initial {
    color: #16B4A6;
    border: 1px solid #16B4A6; }
  .btn-public-nofill.moc {
    color: #3297BD;
    border: 1px solid #3297BD; }
  .btn-public-nofill.white {
    background: rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    border: 1px solid #FFFFFF; }
    .btn-public-nofill.white:hover {
      background: rgba(0, 0, 0, 0.2); }
        .btn-public-nofill.small {
    padding: 7px 40px 8px; }

#saved-fade {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  color: green;
  vertical-align: top;
  margin-top: 40px; }

.button-edit {
  background: #ffffff;
  background-image: linear-gradient(to right, #3065B6, #387BE3);
  padding: 1px;
  padding-bottom: 1px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  transition: all 0.15s linear; }
  .button-edit > span {
    background: #fff;
    padding: 3px 7px;
    border-radius: 1px;
    display: inline-block;
    transition: all 0.3s linear;
    font-weight: 700;
    font-size: 14px; }
    .button-edit > span span {
      padding: 0;
      transition: all 0.3s linear;
      color: #3065B6;
      display: inline;
      padding-left: 18px;
      background-image: url("../img/icons/pencil.png");
      background-image: url("../img/icons/pencil.svg");
      background-repeat: no-repeat;
      background-position: 0px 50%;
      background-size: 16px auto;
      font-weight: 400; }
  .button-edit:hover {
    color: #ffffff; }
    .button-edit:hover > span {
      background: transparent; }
      .button-edit:hover > span span {
        background-image: url("../img/icons/white-pencil.png");
        background-image: url("../img/icons/white-pencil.svg");
        color: #ffffff; }
  .button-edit:active {
    color: #ffffff; }

.button-delete {
  background: #AC4464;
  background-image: linear-gradient(to right, #AC4464, #AC4464);
  padding: 1px;
  padding-left: 1px;
  padding-bottom: 1px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  transition: all 0.15s linear; }
  .button-delete > span {
    background: #fff;
    padding: 3px 7px;
    border-radius: 1px;
    display: inline-block;
    transition: all 0.3s linear;
    font-weight: 700;
    font-size: 14px; }
    .button-delete > span span {
      padding: 0;
      transition: all 0.3s linear;
      color: #ac4464;
      display: inline;
      padding-left: 18px;
      font-weight: 400;
      position: relative; }
      .button-delete > span span:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        background-image: url("../img/icons/red-delete-x.png");
        background-image: url("../img/icons/red-delete-x.svg");
        background-size: 16px 16px;
        left: 0;
        top: calc(50% - 8px); }
  .button-delete:hover {
    color: #ffffff; }
    .button-delete:hover > span {
      background: transparent; }
      .button-delete:hover > span span {
        color: #ffffff; }
        .button-delete:hover > span span:before {
          background-image: url("../img/icons/white-delete-x.png");
          background-image: url("../img/icons/white-delete-x.svg");
          background-size: 16px 16px; }
  .button-delete:active {
    color: #ffffff; }
    .button-delete:active > span {
      background: transparent; }
      .button-delete:active > span span {
        color: #ffffff; }
        .button-delete:active > span span:before {
          background-image: url("../img/icons/white-delete-x.png");
          background-image: url("../img/icons/white-delete-x.svg");
          background-size: 16px 16px; }
  .button-delete.deleting > span span {
    position: relative;
    background: none; }
    .button-delete.deleting > span span:before {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      background-image: url("../img/icons/red-delete-x.png");
      background-image: url("../img/icons/red-delete-x.svg");
      background-size: 16px 16px;
      left: 0;
      top: calc(50% - 8px);
      animation: spin 1s infinite linear; }
  .button-delete:hover.deleting > span span:before, .button-delete:active.deleting > span span:before {
    background-image: url("../img/icons/white-delete-x.png");
    background-image: url("../img/icons/white-delete-x.svg");
    background-size: 16px 16px; }

.button-fancy {
  background: #ffffff;
  background-image: linear-gradient(to right, #54386B, #754A98);
  padding: 2px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 4px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.15s linear;
  position: relative;
  bottom: 4px;
  border: none; }
  .button-fancy > span {
    background: #fff;
    padding: 14px 40px 12px 40px;
    border-radius: 4px;
    display: inline-block;
    color: #ac4464;
    transition: all 0.3s linear;
    font-weight: 700;
    font-size: 18px; }
    .button-fancy > span span {
      padding: 0;
      transition: all 0.3s linear;
      display: inline; }
  .button-fancy:hover {
    color: #ffffff;
    box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
    bottom: 2px; }
    .button-fancy:hover > span {
      background: transparent; }
      .button-fancy:hover > span span {
        color: #ffffff; }
  .button-fancy:active {
    color: #ffffff;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
    bottom: 0; }

.btn-continue {
  padding: 16px 40px 14px 42px;
  background-image: linear-gradient(to right, #5D8F79, #67DD72);
  box-shadow: 0 4px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-weight: 300;
  font-size: 22px;
  transition: all 0.15s linear;
  position: relative;
  bottom: 4px;
  border-radius: 6px; }
  .btn-continue:hover {
    color: #ffffff;
    box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
    bottom: 2px; }
  .btn-continue:active {
    color: #ffffff;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
    bottom: 0; }
  .btn-continue.small {
    font-size: 18px;
    padding: 8px 30px;
    font-weight: 300;
    box-shadow: 0 3px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
    bottom: 3px;
    border-radius: 3px; }
    .btn-continue.small:hover {
      box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
      bottom: 1px; }
    .btn-continue.small:active {
      box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
      bottom: 0; }

.btn-help {
  font-size: 18px;
  padding: 8px 15px;
  font-weight: 400;
  border-radius: 6px;
  border-color: #ffffff;
  border-width: 1px;
  color: #ffffff;
  line-height: 24px;
  transition: all .2s linear; }
  .btn-help:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2); }
  .btn-help img {
    margin-left: 5px;
    height: 24px;
    vertical-align: bottom; }
  .btn-help.help-dark {
    border-color: #4085D0;
    color: #4085D0; }
    .btn-help.help-dark:hover {
      background: rgba(64, 133, 208, 0.2); }

.btn-white {
  font-size: 18px;
  padding: 8px 30px;
  font-weight: 300;
  border-radius: 3px;
  border-color: #ffffff;
  border-width: 1px; }

.btn-100 {
  width: 100%;
  text-align: center; }
  .btn-100 span {
    width: 100%;
    text-align: center; }

.btn-sharp {
  border-radius: 0; }

.btn-verify {
  text-align: center;
  padding: 9px 0 9px 0;
  vertical-align: bottom;
  margin-top: 51px;
  font-size: 18px;
  border-radius: 3px;
  background: linear-gradient(to right, #3065B6, #387BE3);
  transition: all .2s linear;
  border: none;
  color: #ffffff;
  font-weight: 300;
  border-radius: 3px;
  box-shadow: none;
  bottom: 0; }
  .btn-verify:hover {
    bottom: 0;
    box-shadow: none; }
  .btn-verify:active {
    bottom: 0;
    box-shadow: none; }

/* If it's a direct child of a col */
[class*='col-'] > btn,
[class*='col-'] > button,
[class*='col-'] > .button-fancy,
[class*='col-'] > .button-edit {
  width: 100%; }

@media screen and (max-width: 800px) {
  .btn-verify {
    margin-top: 10px;
    box-shadow: 0 4px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
    bottom: 4px; }
    .btn-verify:hover {
      color: #ffffff;
      box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
      bottom: 2px; }
    .btn-verify:active {
      color: #ffffff;
      box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.22), inset 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
      bottom: 0; } }

@media screen and (max-width: 399px) {
  .btn-continue {
    font-size: 20px;
    width: 100%;
    text-align: center; } }

/*-------------------------------------------------------------

8888888888 888b    888 8888888b.      888888b.            888    888                               
888        8888b   888 888  "Y88b     888  "88b           888    888                               
888        88888b  888 888    888     888  .88P           888    888                               
8888888    888Y88b 888 888    888     8888888K.  888  888 888888 888888  .d88b.  88888b.  .d8888b  
888        888 Y88b888 888    888     888  "Y88b 888  888 888    888    d88""88b 888 "88b 88K      
888        888  Y88888 888    888     888    888 888  888 888    888    888  888 888  888 "Y8888b. 
888        888   Y8888 888  .d88P     888   d88P Y88b 888 Y88b.  Y88b.  Y88..88P 888  888      X88 
8888888888 888    Y888 8888888P"      8888888P"   "Y88888  "Y888  "Y888  "Y88P"  888  888  88888P' 

-------------------------------------------------------------*/
button .down-caret-circle,
button .right-caret-circle,
a .down-caret-circle,
a .right-caret-circle {
  width: 17px;
  vertical-align: middle;
  transition: margin .2s ease; }

button .right-caret-circle,
a .right-caret-circle {
  margin-left: 5px;
  margin-right: 2px; }

button:hover .right-caret-circle,
a:hover .right-caret-circle {
  margin-left: 7px;
  margin-right: 0px; }

.btn-continue:hover .right-caret-circle {
  margin-left: 5px;
  margin-right: 2px; }

.btn-continue .right-caret-circle {
  vertical-align: baseline; }

.completed-icon {
  margin-right: 5px;
  vertical-align: bottom;
  width: auto; }

h1 .completed-icon {
  height: 50px; }

h2 .completed-icon {
  height: 22px; }

h3 .completed-icon {
  height: 28px; }

h4 .completed-icon {
  height: 26px; }

h5 .completed-icon {
  height: 24px; }

h6 .completed-icon {
  height: 22px; }

.header-icon {
  vertical-align: middle;
  margin-right: 5px; }

hr {
  background: #e4e4e4;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px; }

.grey-line {
  background: #e4e4e4;
  width: 100%;
  height: 1px; }

.white-line {
  background: #fff;
  width: 100%;
  height: 1px; }

.pdf {
  background-image: url("../img/icons/pdf.png");
  background-image: url("../img/icons/pdf.svg");
  background-size: 20px 28px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 30px; }

.docx,
.docm,
.dotx,
.dot,
.dotm,
.docb,
.wbk,
.doc {
  background-image: url("../img/icons/doc.png");
  background-image: url("../img/icons/doc.svg");
  background-size: 20px 28px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 30px; }

.jpeg,
.jpg {
  background-image: url("../img/icons/jpg.png");
  background-image: url("../img/icons/jpg.svg");
  background-size: 20px 28px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 30px; }

.xlsx,
.xlsm,
.xltx,
.xltm,
.xlt,
.xlm,
.xlsb,
.xla,
.xlam,
.xll,
.xlw,
.xls {
  background-image: url("../img/icons/xls.png");
  background-image: url("../img/icons/xls.svg");
  background-size: 20px 28px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 30px; }

.pot,
.pps,
.potx,
.potm,
.ppam,
.ppsx,
.ppsm,
.sldx,
.sldm,
.pptx,
.pptm,
.ppt {
  background-image: url("../img/icons/ppt.png");
  background-image: url("../img/icons/ppt.svg");
  background-size: 20px 28px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 30px; }

.png {
  background-image: url("../img/icons/png.png");
  background-image: url("../img/icons/png.svg");
  background-size: 20px 28px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 30px; }

.zip {
  background-image: url("../img/icons/zip.png");
  background-image: url("../img/icons/zip.svg");
  background-size: 20px 28px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 30px; }

.mp3 {
  background-image: url("../img/icons/mp3.png");
  background-image: url("../img/icons/mp3.svg");
  background-size: 20px 28px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 30px; }

.txt {
  background-image: url("../img/icons/txt.png");
  background-image: url("../img/icons/txt.svg");
  background-size: 20px 28px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 30px; }

.psd {
  background-image: url("../img/icons/psd.png");
  background-image: url("../img/icons/psd.svg");
  background-size: 20px 28px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 30px; }

.csv {
  background-image: url("../img/icons/csv.png");
  background-image: url("../img/icons/csv.svg");
  background-size: 20px 28px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 30px; }

.mp4 {
  background-image: url("../img/icons/mp4.png");
  background-image: url("../img/icons/mp4.svg");
  background-size: 20px 28px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 30px; }

.exe {
  background-image: url("../img/icons/exe.png");
  background-image: url("../img/icons/exe.svg");
  background-size: 20px 28px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 30px; }

.rtf {
  background-image: url("../img/icons/rtf.png");
  background-image: url("../img/icons/rtf.svg");
  background-size: 20px 28px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 30px; }

/*-------------------------------------------------------------

8888888b.                                               
888   Y88b                                              
888    888                                              
888   d88P  .d88b.  88888b.  888  888 88888b.  .d8888b  
8888888P"  d88""88b 888 "88b 888  888 888 "88b 88K      
888        888  888 888  888 888  888 888  888 "Y8888b. 
888        Y88..88P 888 d88P Y88b 888 888 d88P      X88 
888         "Y88P"  88888P"   "Y88888 88888P"   88888P' 
                    888               888               
                    888               888               
                    888               888               

-------------------------------------------------------------*/
.popup-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 5; }
  .popup-wrapper .popup-close-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .popup-wrapper .popup {
    position: absolute;
    top: 25%;
    left: calc(50% - 380px);
    width: 760px;
    padding: 30px;
    background: #ffffff;
    border-radius: 6px;
    max-width: 100%; }
    .popup-wrapper .popup .popup-content {
      max-height: 70vh;
      overflow-y: auto;
      overflow-x: hidden; }
      .popup-wrapper .popup .popup-content h2 {
        text-align: center; }
        .popup-wrapper .popup .popup-content h2 img {
          height: 30px;
          vertical-align: text-bottom;
          margin-right: 10px; }
      .popup-wrapper .popup .popup-content .button-holder {
        margin-top: 30px;
        text-align: center; }
    .popup-wrapper .popup .close-modal {
      position: absolute;
      right: -17px;
      top: -17px;
      width: 34px;
      height: 34px;
      cursor: pointer; }

@media screen and (max-width: 840px) {
  .popup-wrapper .popup {
    left: inherit;
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px; } }

@media screen and (max-width: 450px) {
  .popup-wrapper .popup {
    left: inherit;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    padding: 15px; }
    .popup-wrapper .popup .close-modal {
      right: -10px;
      top: -10px; } }

/*-------------------------------------------------------------

888                             888                           
888                             888                           
888                             888                           
888       .d88b.   8888b.   .d88888  .d88b.  888d888 .d8888b  
888      d88""88b     "88b d88" 888 d8P  Y8b 888P"   88K      
888      888  888 .d888888 888  888 88888888 888     "Y8888b. 
888      Y88..88P 888  888 Y88b 888 Y8b.     888          X88 
88888888  "Y88P"  "Y888888  "Y88888  "Y8888  888      88888P' 

-------------------------------------------------------------*/
.little-loader {
  display: none;
  height: 1em;
  width: 1em;
  border: 4px solid #4085D0;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 1s infinite linear;
  transform: translate(-50%, -50%);
  vertical-align: baseline;
  margin-left: 3px;
  margin-right: 3px;
  position: absolute; }
  .little-loader.show {
    display: inline-block; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.overlay-loader {
  display: none;
  background: rgba(0, 0, 0, 0.15);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .overlay-loader div {
    display: inline-block;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    height: 100px;
    width: 100px;
    border: 10px solid #4085D0;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin 1s infinite linear;
    transform: translate(-50%, -50%);
    vertical-align: baseline;
    margin-left: 5px;
    margin-right: 5px;
    position: absolute; }

/*-------------------------------------------------------------

88888888888          888      888                   
    888              888      888                   
    888              888      888                   
    888      8888b.  88888b.  888  .d88b.  .d8888b  
    888         "88b 888 "88b 888 d8P  Y8b 88K      
    888     .d888888 888  888 888 88888888 "Y8888b. 
    888     888  888 888 d88P 888 Y8b.          X88 
    888     "Y888888 88888P"  888  "Y8888   88888P' 

-------------------------------------------------------------*/
.app-inner-content table {
  background-image: linear-gradient(to right, #2f4e88, #293e74);
  border-collapse: collapse;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.09); }
  .app-inner-content table thead tr {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff; }
    .app-inner-content table thead tr td,
    .app-inner-content table thead tr th {
      padding-top: 10px;
      padding-bottom: 10px;
      align-items: center;
      font-size: 18px;
      line-height: 22px;
      font-weight: 400; }
      .app-inner-content table thead tr td p,
      .app-inner-content table thead tr th p {
        line-height: 22px;
        font-size: 18px;
        font-weight: 400;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0;
        position: relative;
        color: #fff; }
        .app-inner-content table thead tr td p:after,
        .app-inner-content table thead tr th p:after {
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          width: 1px;
          height: 100%;
          background: rgba(255, 255, 255, 0.09); }
  .app-inner-content table tbody {
    background: #ffffff; }
    .app-inner-content table tbody tr td {
      padding: 15px;
      text-align: center;
      font-weight: 500;
      line-height: 20px; }
      .app-inner-content table tbody tr td p {
        font-weight: 500;
        line-height: 20px;
        margin: 0; }
    .app-inner-content table tbody tr:nth-of-type(odd) td {
      background: #ececec; }
    .app-inner-content table tbody tr:last-of-type td:first-of-type {
      border-radius: 0 0 0 6px; }
    .app-inner-content table tbody tr:last-of-type td:last-of-type {
      border-radius: 0 0 6px 0; }
  .app-inner-content table .mobile-table-header {
    display: none; }

@media screen and (max-width: 700px) {
  .app-inner-content table thead {
    display: none; }
  .app-inner-content table .mobile-table-header {
    display: block;
    text-decoration: underline;
    font-weight: 600; }
  .app-inner-content table tbody tr td {
    display: block;
    width: 100%;
    padding-bottom: 0;
    text-align: left; }
    .app-inner-content table tbody tr td:last-of-type {
      padding-bottom: 15px; }
  .app-inner-content table tbody tr:first-of-type td:first-of-type {
    border-radius: 6px 6px 0 0; }
  .app-inner-content table tbody tr:last-of-type td:last-of-type {
    border-radius: 0 0 6px 6px; } }

/*-------------------------------------------------------------

8888888888 888b    888 8888888b.      88888888888          888      888                   
888        8888b   888 888  "Y88b         888              888      888                   
888        88888b  888 888    888         888              888      888                   
8888888    888Y88b 888 888    888         888      8888b.  88888b.  888  .d88b.  .d8888b  
888        888 Y88b888 888    888         888         "88b 888 "88b 888 d8P  Y8b 88K      
888        888  Y88888 888    888         888     .d888888 888  888 888 88888888 "Y8888b. 
888        888   Y8888 888  .d88P         888     888  888 888 d88P 888 Y8b.          X88 
8888888888 888    Y888 8888888P"          888     "Y888888 88888P"  888  "Y8888   88888P' 

-------------------------------------------------------------*/
/* forms.scss contains any form related styles such as labels, inputs, textareas, radios, etc.  */
/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
label {
  display: block;
  font-weight: 500;
  margin: 1.5em 0 0.2em; }
  label.inline {
    display: inline;
    margin-right: 10px; }
  label.plain-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 15px; }
  label.optional:after {
    content: " (optional)";
    display: inline;
    font-style: italic;
    font-weight: 300; }

.checkbox input {
  position: relative;
  z-index: -9999;
  display: inline;
  width: 0; }

.checkbox label {
  background-image: url("../img/icons/checkbox-blank.png");
  background-repeat: no-repeat;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("../img/icons/checkbox-blank.png") left center no-repeat;
  background-size: 18px 19px;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
  padding-left: 23px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  min-height: 20px;
  padding-top: 1px;
  cursor: pointer; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .checkbox label {
      background: url("../img/icons/checkbox-blank@2x.png") left center no-repeat;
      background-size: 18px 19px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .checkbox label {
      background: url("../img/icons/checkbox-blank@2x.png") left center no-repeat;
      background-size: 18px 19px; } }
  @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
    .checkbox label {
      background: url("../img/icons/checkbox-blank@3x.png") left center no-repeat;
      background-size: 18px 19px; } }

.checkbox input:checked ~ label {
  background-image: url("../img/icons/checkbox-filled.png");
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("../img/icons/checkbox-filled.png") left center no-repeat;
  background-size: 18px 19px;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */ }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .checkbox input:checked ~ label {
      background: url("../img/icons/checkbox-filled@2x.png") left center no-repeat;
      background-size: 18px 19px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .checkbox input:checked ~ label {
      background: url("../img/icons/checkbox-filled@2x.png") left center no-repeat;
      background-size: 18px 19px; } }
  @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
    .checkbox input:checked ~ label {
      background: url("../img/icons/checkbox-filled@3x.png") left center no-repeat;
      background-size: 18px 19px; } }

.checkbox + span.checkbox {
  margin-left: 10px; }

.radio input {
  position: relative;
  z-index: -9999;
  display: inline;
  width: 0; }

.radio label {
  background-image: url("../img/icons/radio-blank.png");
  background-repeat: no-repeat;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("../img/icons/radio-blank.png") left center no-repeat;
  background-size: 18px 19px;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
  padding-left: 23px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  min-height: 20px;
  padding-top: 1px;
  cursor: pointer; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .radio label {
      background: url("../img/icons/radio-blank@2x.png") left center no-repeat;
      background-size: 18px 19px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .radio label {
      background: url("../img/icons/radio-blank@2x.png") left center no-repeat;
      background-size: 18px 19px; } }
  @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
    .radio label {
      background: url("../img/icons/radio-blank@3x.png") left center no-repeat;
      background-size: 18px 19px; } }

.radio input:checked ~ label {
  background-image: url("../img/icons/radio-filled.png");
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("../img/icons/radio-filled.png") left center no-repeat;
  background-size: 18px 19px;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */ }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .radio input:checked ~ label {
      background: url("../img/icons/radio-filled@2x.png") left center no-repeat;
      background-size: 18px 19px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .radio input:checked ~ label {
      background: url("../img/icons/radio-filled@2x.png") left center no-repeat;
      background-size: 18px 19px; } }
  @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
    .radio input:checked ~ label {
      background: url("../img/icons/radio-filled@3x.png") left center no-repeat;
      background-size: 18px 19px; } }

.radio input:focus ~ label {
  background-image: url("../img/icons/radio-focus.png");
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("../img/icons/radio-focus.png") left center no-repeat;
  background-size: 21px 22px;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
  background-size: 21px 22px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .radio input:focus ~ label {
      background: url("../img/icons/radio-focus@2x.png") left center no-repeat;
      background-size: 21px 22px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .radio input:focus ~ label {
      background: url("../img/icons/radio-focus@2x.png") left center no-repeat;
      background-size: 21px 22px; } }
  @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
    .radio input:focus ~ label {
      background: url("../img/icons/radio-focus@3x.png") left center no-repeat;
      background-size: 21px 22px; } }

.radio input:checked:focus ~ label {
  background-image: url("../img/icons/radio-focus-checked.png");
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("../img/icons/radio-focus-checked.png") left center no-repeat;
  background-size: 21px 22px;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
  background-size: 21px 22px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .radio input:checked:focus ~ label {
      background: url("../img/icons/radio-focus-checked@2x.png") left center no-repeat;
      background-size: 21px 22px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .radio input:checked:focus ~ label {
      background: url("../img/icons/radio-focus-checked@2x.png") left center no-repeat;
      background-size: 21px 22px; } }
  @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
    .radio input:checked:focus ~ label {
      background: url("../img/icons/radio-focus-checked@3x.png") left center no-repeat;
      background-size: 21px 22px; } }

.radio + span.radio {
  margin-left: 10px; }

.checkbox2 input {
  position: relative;
  z-index: -9999;
  display: inline;
  width: 0; }

.checkbox2 span {
  background-image: url("../img/icons/checkbox-blank.png");
  background-repeat: no-repeat;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("../img/icons/checkbox-blank.png") left center no-repeat;
  background-size: 18px 19px;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
  padding-left: 23px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  min-height: 20px;
  padding-top: 1px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .checkbox2 span {
      background: url("../img/icons/checkbox-blank@2x.png") left center no-repeat;
      background-size: 18px 19px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .checkbox2 span {
      background: url("../img/icons/checkbox-blank@2x.png") left center no-repeat;
      background-size: 18px 19px; } }
  @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
    .checkbox2 span {
      background: url("../img/icons/checkbox-blank@3x.png") left center no-repeat;
      background-size: 18px 19px; } }

.checkbox2 input:checked ~ span {
  background-image: url("../img/icons/checkbox-filled.png");
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("../img/icons/checkbox-filled.png") left center no-repeat;
  background-size: 18px 19px;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */ }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .checkbox2 input:checked ~ span {
      background: url("../img/icons/checkbox-filled@2x.png") left center no-repeat;
      background-size: 18px 19px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .checkbox2 input:checked ~ span {
      background: url("../img/icons/checkbox-filled@2x.png") left center no-repeat;
      background-size: 18px 19px; } }
  @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
    .checkbox2 input:checked ~ span {
      background: url("../img/icons/checkbox-filled@3x.png") left center no-repeat;
      background-size: 18px 19px; } }

.checkbox2 input:focus ~ span {
  background-image: url("../img/icons/checkbox-focus.png");
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("../img/icons/checkbox-focus.png") left center no-repeat;
  background-size: 21px 22px;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
  background-size: 21px 22px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .checkbox2 input:focus ~ span {
      background: url("../img/icons/checkbox-focus@2x.png") left center no-repeat;
      background-size: 21px 22px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .checkbox2 input:focus ~ span {
      background: url("../img/icons/checkbox-focus@2x.png") left center no-repeat;
      background-size: 21px 22px; } }
  @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
    .checkbox2 input:focus ~ span {
      background: url("../img/icons/checkbox-focus@3x.png") left center no-repeat;
      background-size: 21px 22px; } }

.checkbox2 input:checked:focus ~ span {
  background-image: url("../img/icons/checkbox-focus-checked.png");
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("../img/icons/checkbox-focus-checked.png") left center no-repeat;
  background-size: 21px 22px;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
  background-size: 21px 22px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .checkbox2 input:checked:focus ~ span {
      background: url("../img/icons/checkbox-focus-checked@2x.png") left center no-repeat;
      background-size: 21px 22px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .checkbox2 input:checked:focus ~ span {
      background: url("../img/icons/checkbox-focus-checked@2x.png") left center no-repeat;
      background-size: 21px 22px; } }
  @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
    .checkbox2 input:checked:focus ~ span {
      background: url("../img/icons/checkbox-focus-checked@3x.png") left center no-repeat;
      background-size: 21px 22px; } }

.radio2 input {
  position: relative;
  z-index: -9999;
  display: inline;
  width: 0; }

.radio2 span {
  background-image: url("../img/icons/radio-blank.png");
  background-repeat: no-repeat;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("../img/icons/radio-blank.png") left center no-repeat;
  background-size: 18px 19px;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */
  padding-left: 23px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  min-height: 20px;
  padding-top: 1px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .radio2 span {
      background: url("../img/icons/radio-blank@2x.png") left center no-repeat;
      background-size: 18px 19px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .radio2 span {
      background: url("../img/icons/radio-blank@2x.png") left center no-repeat;
      background-size: 18px 19px; } }
  @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
    .radio2 span {
      background: url("../img/icons/radio-blank@3x.png") left center no-repeat;
      background-size: 18px 19px; } }

.radio2 input:checked ~ span {
  background-image: url("../img/icons/radio-filled.png");
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: url("../img/icons/radio-filled.png") left center no-repeat;
  background-size: 18px 19px;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */ }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .radio2 input:checked ~ span {
      background: url("../img/icons/radio-filled@2x.png") left center no-repeat;
      background-size: 18px 19px; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .radio2 input:checked ~ span {
      background: url("../img/icons/radio-filled@2x.png") left center no-repeat;
      background-size: 18px 19px; } }
  @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
    .radio2 input:checked ~ span {
      background: url("../img/icons/radio-filled@3x.png") left center no-repeat;
      background-size: 18px 19px; } }

.input-div,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
body .ui.selection.dropdown {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #c9c9c9;
  background: linear-gradient(to top, #ffffff 0%, #f7f7f7 100%);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.65) 0px 2px 0px inset;
  border-radius: 3px;
  vertical-align: middle;
  color: #555555; }

body .ui.selection.dropdown {
  width: 100%;
  min-height: 0; }

body .ui.search.dropdown > .text {
  line-height: 1.15;
  font-weight: 400; }

body .ui.selection.dropdown > .delete.icon, body .ui.selection.dropdown > .dropdown.icon, body .ui.selection.dropdown > .search.icon {
  top: 9px; }

body .ui.search.selection.dropdown > input.search {
  padding: 0.5em 0.6em; }

body .ui.active.search.dropdown input.search:focus + .text {
  color: rgba(60, 60, 60, 0.87) !important; }

body .ui.dropdown:not(.button) > .default.text {
  color: rgba(100, 100, 100, 0.87) !important; }

body .ui.selection.dropdown .menu > .item {
  padding: 0.5em 0.6em !important;
  font-weight: 300; }

input[type="date"].dateInput {
  padding-top: 4px;
  padding-bottom: 4px; }

textarea {
  height: 10em; }

/* If it's in a column, fill the full column. */
[class*='col-'] .input-div,
[class*='col-'] input[type="text"],
[class*='col-'] input[type="password"],
[class*='col-'] input[type="email"],
[class*='col-'] input[type="url"],
[class*='col-'] input[type="date"],
[class*='col-'] input[type="month"],
[class*='col-'] input[type="time"],
[class*='col-'] input[type="datetime"],
[class*='col-'] input[type="datetime-local"],
[class*='col-'] input[type="week"],
[class*='col-'] input[type="number"],
[class*='col-'] input[type="search"],
[class*='col-'] input[type="tel"],
[class*='col-'] input[type="color"],
[class*='col-'] select,
[class*='col-'] textarea {
  width: 100%; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #c9c9c9;
  background: linear-gradient(to top, #ffffff 0%, #f7f7f7 100%);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.65) 0px 2px 0px inset;
  border-radius: 3px;
  vertical-align: middle;
  color: #555555; }

/* If it's in a column, fill the full column. */
[class*='col-'] input:not([type]) {
  width: 100%; }

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
input[type="color"] {
  padding: 0.2em 0.5em; }

.input-div:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #129FEA; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
input:not([type]):focus {
  outline: 0;
  border-color: #129FEA; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin solid #129FEA;
  outline: 1px auto #129FEA; }

.input-div[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  background: linear-gradient(to bottom, #eaeded 0%, #e0e2e2 100%);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  color: #cad2d3; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

.input-div[readonly],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc; }

.input-div:focus:invalid,
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d; }

input[type="file"]:focus:invalid:focus,
input[type="radio"]:focus:invalid:focus,
input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d; }

select {
  /* Normalizes the height; padding is not sufficient. */
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: white;
  padding-right: 38px;
  background: url("../img/icons/white-down-circle.png"), linear-gradient(to right, #3065B6, #387BE3), linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background: url("../img/icons/white-down-circle.svg"), linear-gradient(to right, #3065B6, #387BE3), linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-size: 18px 18px, 36px 100%, 100% 100%;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) calc(50% - 1px), 100% 0, 100% 100%;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none; }

select[disabled] {
  background: url("../img/icons/white-down-circle.png"), linear-gradient(to right, #3065B6, #387BE3), linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background: url("../img/icons/white-down-circle.svg"), linear-gradient(to right, #3065B6, #387BE3), linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-size: 18px 18px, 36px 100%, 100% 2px, 100% 100%;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) calc(50% - 1px), 100% 0, 100% 100%;
  cursor: not-allowed;
  -webkit-appearance: none;
  -moz-appearance: none; }

select[multiple] {
  height: auto; }

select option:nth-child(2n) {
  background: #f8f8f8; }

select option:checked,
select option:focus,
select option:hover {
  background: #387BE3;
  color: #ffffff; }

fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5; }

.topbar form {
  display: inline; }

.menu-user-main-nav-container [type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer; }

@media only screen and (max-width: 480px) {
  button[type="submit"] {
    margin: 0.7em 0 0; }
  .input-div,
  input:not([type]),
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="url"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  label {
    margin-bottom: 0.3em;
    display: block; } }

input.input-validation-error,
.input-div.input-validation-error,
input[type="text"].input-validation-error,
input[type="password"].input-validation-error,
input[type="email"].input-validation-error,
input[type="url"].input-validation-error,
input[type="date"].input-validation-error,
input[type="month"].input-validation-error,
input[type="time"].input-validation-error,
input[type="datetime"].input-validation-error,
input[type="datetime-local"].input-validation-error,
input[type="week"].input-validation-error,
input[type="number"].input-validation-error,
input[type="search"].input-validation-error,
input[type="tel"].input-validation-error,
input[type="color"].input-validation-error,
select.input-validation-error,
textarea.input-validation-error,
.ui.selection.dropdown.input-validation-error {
  border: 1px solid #AC4464; }

input.input-validation-verified,
.input-div.input-validation-verified,
input[type="text"].input-validation-verified,
input[type="password"].input-validation-verified,
input[type="email"].input-validation-verified,
input[type="url"].input-validation-verified,
input[type="date"].input-validation-verified,
input[type="month"].input-validation-verified,
input[type="time"].input-validation-verified,
input[type="datetime"].input-validation-verified,
input[type="datetime-local"].input-validation-verified,
input[type="week"].input-validation-verified,
input[type="number"].input-validation-verified,
input[type="search"].input-validation-verified,
input[type="tel"].input-validation-verified,
input[type="color"].input-validation-verified,
select.input-validation-verified,
textarea.input-validation-verified,
.ui.selection.dropdown.input-validation-verified {
  color: #2aa940 !important; }

.field-validation-error {
  display: inline-block;
  margin-top: 5px;
  color: #AC4464;
  font-style: italic; }

.field-validation-verified {
  display: inline-block;
  margin-top: 5px;
  color: #2aa940;
  font-style: italic;
  padding-left: 30px;
  line-height: 25px;
  background: url("../img/icons/application-check-25.png") no-repeat left center; }

.validation-summary-errors li {
  color: #AC4464 !important;
  font-style: italic; }

.label-validation-error {
  color: #AC4464 !important; }

.warning, .error {
  color: #AC4464 !important;
  font-style: italic; }

.validation-summary-errors ul, ul.error {
  padding-left: 0; }
  .validation-summary-errors ul li, ul.error li {
    background: none;
    padding-left: 0;
    font-weight: 500; }

.subInputText {
  margin: 10px 0;
  font-style: italic;
  margin-top: 18px; }

.requirements-list {
  /*	.fulfilled {
		background-image: url('/img/icons/green-check.png');
		background-image: url('/img/icons/green-check.svg');
		background-repeat: no-repeat;
		background-position: 0px 50%;
		background-size: 16px auto;
	}
	.not-fulfilled {
		background-image: url('/img/icons/application-x-25.png');
		background-image: url('/img/icons/application-x-25.svg');
		background-repeat: no-repeat;
		background-position: 0px 50%;
		background-size: 16px auto;
	}*/ }

.qq-gallery .qq-upload-button {
  display: inline !important;
  width: 100%  !important;
  padding: 7px 10px  !important;
  float: left  !important;
  text-align: center  !important;
  background: transparent  !important;
  color: transparent  !important;
  border-radius: 2px  !important;
  border: none  !important;
  box-shadow: none  !important;
  position: absolute !important;
  left: 0  !important;
  top: 0  !important;
  height: 100%  !important; }

.qq-gallery .qq-upload-button div {
  color: transparent; }

@media screen and (max-width: 800px) {
  .subInputText {
    margin-top: 25px; } }

@media screen and (max-width: 499px) {
  .qq-gallery.qq-uploader:before {
    font-size: 30px !important;
    top: 30% !important;
    line-height: 40px !important; } }

/* _layout.scss contains any layout styles such as columns, responsive breakpoints, etc. */
.wrapper {
  max-width: 1169px;
  margin: 0 auto; }

.grid {
  margin: 0 -10px;
  width: calc(100% + 20px); }
  .grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both; }
  .grid [class*='col-'] {
    padding: 0 10px;
    float: left; }
  .grid .col-1 {
    width: 8.33%; }
  .grid .col-2 {
    width: 16.66%; }
  .grid .col-3 {
    width: 25%; }
  .grid .col-4 {
    width: 33.33%; }
  .grid .col-5 {
    width: 41.66%; }
  .grid .col-6 {
    width: 50%; }
  .grid .col-7 {
    width: 58.33%; }
  .grid .col-8 {
    width: 66.66%; }
  .grid .col-9 {
    width: 75%; }
  .grid .col-10 {
    width: 83.33%; }
  .grid .col-11 {
    width: 91.66%; }
  .grid .col-12 {
    width: 100%; }

@media screen and (max-width: 1179px) {
  .wrapper {
    padding-left: 5px;
    padding-right: 5px; } }

@media screen and (max-width: 800px) {
  .grid .col-1 {
    width: 16.66%; }
  .grid .col-2 {
    width: 33.33%; }
  .grid .col-3 {
    width: 50%; }
  .grid .col-4 {
    width: 66.66%; }
  .grid .col-5 {
    width: 83.33%; }
  .grid .col-6 {
    width: 100%; }
  .grid .col-7 {
    width: 100%; }
  .grid .col-8 {
    width: 100%; }
  .grid .col-9 {
    width: 100%; }
  .grid .col-10 {
    width: 100%; }
  .grid .col-11 {
    width: 100%; }
  .grid .col-12 {
    width: 100%; } }

@media screen and (max-width: 450px) {
  .grid .col-1 {
    width: 100%; }
  .grid .col-2 {
    width: 100%; }
  .grid .col-3 {
    width: 100%; }
  .grid .col-4 {
    width: 100%; }
  .grid .col-5 {
    width: 100%; }
  .grid .col-6 {
    width: 100%; }
  .grid .col-7 {
    width: 100%; }
  .grid .col-8 {
    width: 100%; }
  .grid .col-9 {
    width: 100%; }
  .grid .col-10 {
    width: 100%; }
  .grid .col-11 {
    width: 100%; }
  .grid .col-12 {
    width: 100%; } }

/* _common-modules.scss contains any common modules, such as top bar, footer, and other common UI elements. */
.topbar {
  padding: 16px 30px 15px 30px;
  background: #ddd;
  background-image: linear-gradient(to left, #0077A8, #293E74); }
  .topbar h6 {
    margin: 0;
    display: inline-block;
    font-weight: 400;
    line-height: 28px; }
    .topbar h6 a {
      color: #ffffff; }
    .topbar h6 img {
      vertical-align: middle;
      height: 28px;
      margin-right: 5px;
      position: relative;
      top: -2px; }
  .topbar ul {
    display: flex;
    margin: 0;
    float: right;
    padding-left: 0;
    line-height: 28px; 
    padding-top: 3px;}
    .topbar ul li {
      display: inline-block;
      margin: 0 0 0 15px;
      padding-left: 0;
      color: #ffffff;
      font-weight: 300;
      background: none; }
      .topbar ul li:before {
        display: none; }
      .topbar ul li a {
        color: #ffffff;
        font-weight: 500; }

header {
  padding: 10px 0;
  border-bottom: 1px solid #ccc; }
  header h1 {
    margin: 0;
    display: inline-block; }
  header nav {
    display: inline-block;
    float: right; }
    header nav ul {
      padding-left: 0; }
      header nav ul li {
        display: inline-block;
        margin: 0 0 0 15px;
        padding-left: 0;
        background: none; }
        header nav ul li:before {
          display: none; }

.position-footer {
  min-height: calc(100vh - 133px);
  padding-bottom: 30px; }

footer {
  background-image: linear-gradient(to right, #483D74, #20578B);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px; }
  footer .top-row {
    width: 100%; }
    footer .top-row tr {
      border: none; }
      footer .top-row tr td {
        padding: 0; }
        footer .top-row tr td p {
          font-family: 'Montserrat', sans-serif;
          font-weight: 300;
          font-size: 14px; }
          footer .top-row tr td p img {
            vertical-align: middle;
            height: 22px;
            margin-right: 5px; }
          footer .top-row tr td p a {
            font-family: 'Montserrat', sans-serif;
            color: #ffffff; }
            footer .top-row tr td p a:hover {
              text-decoration: underline; }
        footer .top-row tr td:first-of-type p {
          text-align: left; }
        footer .top-row tr td:nth-of-type(2) p {
          text-align: left; }
        footer .top-row tr td:nth-of-type(3) p img {
          width: 20px;
          height: auto; }
        footer .top-row tr td:nth-of-type(4) p {
          text-align: right; }
          footer .top-row tr td:nth-of-type(4) p img {
            width: 16px;
            height: 16px; }
  footer ul.bottom-row {
    text-align: center;
    padding-left: 0; }
    footer ul.bottom-row li {
      background: none;
      display: inline-block;
      color: #ffffff;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      text-align: center;
      margin: 0;
      padding: 5px 15px;
      font-size: 14px;
      font-weight: 300; }
      footer ul.bottom-row li a {
        color: #ffffff; }
        footer ul.bottom-row li a:hover {
          text-decoration: underline; }
      footer ul.bottom-row li:last-of-type {
        border-right: none; }
  footer .white-line {
    background: rgba(255, 255, 255, 0.25); }

@media screen and (max-width: 1023px) {
  .topbar {
    padding: 11px 15px; }
  footer {
    padding: 5px 15px; }
    footer .top-row {
      display: block; }
      footer .top-row tbody {
        display: block; }
      footer .top-row tr {
        font-size: 0;
        display: block; }
        footer .top-row tr td {
          padding: 0;
          display: inline-block;
          vertical-align: top;
          width: 50%; }
          footer .top-row tr td:first-of-type p {
            text-align: center; }
          footer .top-row tr td:nth-of-type(2) p {
            text-align: center; }
          footer .top-row tr td:nth-of-type(3) p {
            text-align: center; }
          footer .top-row tr td:nth-of-type(4) p {
            text-align: center; }
    footer ul.bottom-row {
      text-align: center; } }

.mobileMenu {
  display: none;
  background: #0077a8; }
  .mobileMenu ul {
    margin: 0; }
    .mobileMenu ul li {
      margin: 0;
      padding: 0;
      background: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .mobileMenu ul li:last-of-type {
        border-bottom: none; }
    .mobileMenu ul a, .mobileMenu ul button {
      font-family: 'Montserrat', sans-serif;
      display: block;
      width: 100%;
      text-align: center;
      padding: 10px 0;
      color: #ffffff;
      font-size: 16px;
      font-weight: 600;
      background-color: transparent;
      transition: all .4s linear; }
      .mobileMenu ul a:active, .mobileMenu ul a:hover, .mobileMenu ul button:active, .mobileMenu ul button:hover {
        background-color: #293e74; }

.mobileNavButton {
  position: relative;
  display: none;
  width: 24px;
  height: 15px;
  cursor: pointer;
  z-index: 25;
  right: -3px;
  top: 3px; }
  .mobileNavButton span {
    display: block;
    position: absolute;
    height: 2px;
    background: #ffffff;
    width: 100%;
    border-radius: 3px;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    .mobileNavButton span:nth-child(1) {
      top: -2px; }
    .mobileNavButton span:nth-child(2) {
      top: 5px; }
    .mobileNavButton span:nth-child(3) {
      top: 12px; }
  .mobileNavButton.open span:nth-child(1) {
    top: 5px;
    transform: rotate(135deg); }
  .mobileNavButton.open span:nth-child(2) {
    opacity: 0; }
  .mobileNavButton.open span:nth-child(3) {
    top: 5px;
    transform: rotate(-135deg); }

@media screen and (max-width: 767px) {
  .topbar .menu-user-main-nav-container {
    display: none; }
  .topbar h6 {
    width: calc(100% - 32px); }
    .topbar h6 span {
      display: none; }
    .topbar h6 img {
      left: calc(50% - 20px); }
  .mobileNavButton {
    display: inline-block; }
  footer ul.bottom-row {
    text-align: left;
    font-size: 0; }
    footer ul.bottom-row li {
      width: 50%; }
      footer ul.bottom-row li:first-of-type {
        border-right: none;
        width: 100%;
        padding: 15px 0; } }

@media screen and (max-width: 599px) {
  footer .top-row tr td {
    width: 100%; }
    footer .top-row tr td:first-of-type p {
      text-align: left; }
    footer .top-row tr td:nth-of-type(2) p {
      text-align: left; }
    footer .top-row tr td:nth-of-type(3) p {
      text-align: left; }
    footer .top-row tr td:nth-of-type(4) p {
      text-align: left; }
  footer ul.bottom-row li {
    padding: 5px; } }

.float-right {
  float: right; }

.pointer {
  cursor: pointer; }

.fw300 {
  font-weight: 300; }

.fw400 {
  font-weight: 400; }

.fw500 {
  font-weight: 500; }

.fw600 {
  font-weight: 600; }

.fw700 {
  font-weight: 700; }

.float-right {
  float: right; }

.mt45 {
  margin-top: 45px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt0 {
  margin-top: 0 !important; }

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

.text-center {
  text-align: center !important; }

#toast-container > div {
  opacity: 0.95 !important; }

.toast-message {
  color: #fff;
  font-weight: 400; }
  
  
.error-page {
  background-color: #1C456C;
  background: url(../img/404error-02.png), url(../img/404error-01.png), url(../img/spacebg.jpg);
  background-size: auto 60%, 100% auto, cover;
  background-position: 50% 30%, left bottom, top left;
  background-repeat: no-repeat, no-repeat, no-repeat;
  width: 100%;
  height: calc(100vh - 314px);
  display: block;
  margin-bottom: -30px; }
  .error-page .wrapper {
    padding-top: 15vh; }
  .error-page .error-content {
    padding: 0 30px 0 30px; }
    .error-page .error-content h1 {
      font-size: 34px;
      font-weight: 500; }
    .error-page .error-content p {
      font-weight: 400;
      font-size: 18px;
      line-height: 29px; }
    .error-page .error-content p, .error-page .error-content h1, .error-page .error-content h2, .error-page .error-content h3, .error-page .error-content h4, .error-page .error-content h5, .error-page .error-content h6, .error-page .error-content li, .error-page .error-content div {
      color: #ffffff; }

@media screen and (max-width: 1100px) {
  .error-page {
    background: url(../img/404error-02.png), url(../img/404error-01.png), url(../img/spacebg.jpg);
    background-size: auto 60%, 100% auto, cover;
    background-position: 90% 30%, left bottom, top left;
    background-repeat: no-repeat, no-repeat, no-repeat; } }

@media screen and (max-width: 715px) {
  .error-page {
    background: url(../img/404error-02.png), url(../img/404error-01.png), url(../img/spacebg.jpg);
    background-size: auto 30%, 100% auto, cover;
    background-position: 90% 90%, left bottom, top left;
    background-repeat: no-repeat, no-repeat, no-repeat; } }
.menu-top-menu-container {
  text-transform: uppercase;
}
