/**
* @UD CUSTOM FORMS CSS
*
* Defines all of the basic reset styles and custom UD styles for Copland
* based HTML 5 forms.
*
* Based off the normalize.css standard by Nicolas Gallagher and Johnathan Neal
* Viewport Unit Based Typography by Zell Liew
*
* @project      UD Custom Forms CSS
* @version      1.0.3    Bulma CSS updated to 0.71
* @author       Christopher Leonard - University of Delaware | IT CS&S
* @copyright    ©2018 University of Delaware
* @license      MIT License
*/
/*------------------------------------------------------------------
[Table of contents]
   1. @COLOR CODES
   2. @BASE
   3. @SECTIONS
   4. @GROUPING CONTENT
   5. @TEXT-LEVEL SEMANTICS
   6. @EMBEDDED CONTENT
   7. @TABLES
   8. @UD HELPER CLASSES
   9. @FORMS
   10. @MEDIA QUERIES
   -------------------------------------------------------------------*/

/*------------------------------------------------------------------
  2. @BASE
  -------------------------------------------------------------------*/
@font-face {
  font-family: 'open_sans_regular';
  src: url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Light.woff') format('woff'), url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: 'open_sanscondensed_light';
  src: url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Light.woff') format('woff'), url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: 'open_sans_condensedbold';
  src: url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Bold.woff') format('woff'), url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: 'vanguard-regular';
  src: url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/vanguard-cf-regular.woff') format('woff'), url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/vanguard-cf-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal
}
  html,
  body,
  p,
  ol,
  ul,
  li,
  fieldset,
  legend,
  textarea,
  iframe,
  hr,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  margin: 0;
  padding: 0;
}

html,
input,
label,
textarea {box-sizing: border-box}
*,
::after,
::before {box-sizing: inherit}
html{
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -moz-osx-font-smoothing: grayscale;
  text-rendering:auto;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}

/*-------------------------------------------------------------------
  3. @SECTIONS
  -------------------------------------------------------------------*/
body {
  position:relative;
  font-family: "open_sans_regular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  color: #565656;
  line-height: 1.42857143;
}
article,
h1,
h2,
h3,
h4,
h5,
main,
nav,
section {
  display: block
}
h1{
  font-family:  'open_sans_condensedbold';
  margin: 5px 0;
  color: #003976;
  font-size: 2rem !important;
  line-height: 1.4;
  font-weight: normal;
  text-transform: uppercase;
}
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  color: #3D464D;
}
p+* {margin-top: 1.05rem}
h2 {
  font-size: 1.44rem !important;
}
h3 {
  font-size: 1.2rem !important;
  line-height: 1.3;
  font-weight: 500
}
/*-------------------------------------------------------------------
  4. @GROUPING CONTENT
    a. Add the correct box sizing in Firefox.
    b. Show the overflow in Edge and IE.
    -------------------------------------------------------------------*/
hr {
  box-sizing: content-box; /* a */
  height: 0; /* a */
  overflow: visible; /* b */
}
main {
  position: relative;
  padding-bottom: 2.105rem;
  width: 100%;
  margin: 0 auto;
}

p a{
  line-height: inherit
}
ol,
ul {
  list-style:none;
  list-style-image:none;
  list-style-position: outside;
  margin-top: 0;
  margin-bottom: 10px
}
.container {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .container {
    margin: 0 auto;
    max-width: 960px;
    width: 960px;
  }
  .container.is-fluid {
    margin: 0 20px;
    max-width: none;
    width: auto;
  }
}

@media screen and (min-width: 1192px) {
  .container {
    max-width: 1152px;
    width: 1152px;
  }
}

@media screen and (min-width: 1384px) {
  .container {
    max-width: 1344px;
    width: 1344px;
  }
}
/*-------------------------------------------------------------------
  5. @TEXT-LEVEL SEMANTICS
    a. Remove the gray background on active links in IE 10.
    b. Remove gaps in links underline in iOS 8+ and Safari 8+.
    c. Prevent the duplicate application of `bolder` by the next rule in
       Safari 6.
    d. Add the correct font weight in Chrome, Edge, and Safari.
    e. Add the correct font size in all browsers.
    f. Prevent `sub` and `sup` elements from affecting the line height in
       all browsers.
       -------------------------------------------------------------------*/
.uc-cb {
  line-height:3;
}
  a {
  background-color: transparent; /* a */
  -webkit-text-decoration-skip: objects; /* b */
  color: #337AB7;
  -webkit-transition: color .12s ease-in-out;
  transition: color .12s ease-in-out;
  border-bottom: 1px dotted rgba(26, 67, 106, .37);
  text-decoration: none;
}
a:active,
a:hover {
  outline-width: 0
}
a:focus, a:hover {
  color: #23527C;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
a:visited {
  color: #2B689C;
}
a[href $='.pdf']:after {
  content: "\f08e";
  font-family: 'FontAwesome';
  color: #337AB7;
  display: inline-block;
  margin: 0 0 0 5px;
  font-size:16px;
  vertical-align:5px;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 1px dotted #337AB7
}
b,
strong {font-weight: inherit /* c */}
b,
strong {font-weight: bolder /* d */}
small {font-size: 80% !important /* e */}
label + small {
  margin-top: -20px !important;
  display: inline-block;
  color: #333;
}
label + sup {
  display:  inline-block;
}
sup {
  color: #FF1744 ;
  font-weight: bold;
  font-size: 20px;
  line-height: 0; /* f */
  position: relative;
  vertical-align: baseline;
}
.fa-asterisk {
  color: #FFF;
}
.fa-exclamation-triangle {
  color: #FF1744 ;
}
/*-------------------------------------------------------------------
  6. @EMBEDDED CONTENT
    * a. Remove the border on images inside links in IE 10-.
    * b. Hide the overflow in IE.
    * c. Make svg image fluid in IE
    * https://tympanus.net/Tutorials/ResponsiveSVGs/index.html
    -------------------------------------------------------------------*/
.media {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
}
.media-left {
  margin-right: 1rem;
}
.media-left,
.media-right {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.media-content {
  webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  text-align: left;
}
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}
.content:not(:last-child) {
  margin-bottom: 1.5rem;
}
img {
  border-style: none; /* a */
  max-width:100%;
}
svg:not(:root) {
  overflow: hidden; /* b */
}
svg:not(:root).svg-inline--fa {
  overflow: visible;
}
.svg-inline--fa.fa-w-16 {
  width: 1em;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
svg {
  max-height: 100%;
  max-width: 100%;
}
img:not(.png) {
  width: 100%;
}
/*-------------------------------------------------------------------
  7. @TABLES
  -------------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  text-align: left;
  vertical-align: top;
}

table th {
  color: #363636;
}
td,
th {
  padding: 0;
  text-align: left;
}
/*-------------------------------------------------------------------
  8. @UD HELPER CLASSES
  -------------------------------------------------------------------*/
.ud_text_left {
  text-align:left !important
}
.ud_text_center {
  text-align:center !important
}
.ud_text_right {
  text-align:right !important
}
.ud_text_justify {
  text-align:justify !important
}
.ud_block {
  display: block !important
}
.ud_none {
  display: none !important
}
.ud_hidden {
  display: none !important;
  visibility: hidden;
}
.ud_inline_block {
  display: inline-block !important
}
.ud_float_left {
  float: left !important;
}
.ud_float_right {
  float: right !important;
}
.textComponent > iframe {
  width: 100% !important;
}
/*-------------------------------------------------------------------
  9. @FORMS
    a. Change the font styles in all browsers (opinionated).
    b. Remove the margin in Firefox and Safari.
    c. SEE IE.CSS
    d. Remove the inheritance of text transform in Edge, Firefox, and IE.
    e. Prevent a WebKit bug where (2) destroys native `audio` and `video`
       controls in Android 4.
    f. Correct the inability to style clickable types in iOS and Safari.
    g. Remove the inner border and padding in Firefox.
    h. Restore the focus styles unset by the previous rule.
    i. Change the border, margin, and padding in all browsers (opinionated).
    j. SEE IE.CSS
    k. SEE IE.CSS
    l. Remove the padding so developers are not caught out when they zero out
      `fieldset` elements in all browsers.
    m. SEE IE.CSS
    n. Support for all WebKit browsers.
    0. Support for Safari and Chrome.
    p. Support for Firefox.
    q. SEE IE.CSS
    -------------------------------------------------------------------*/
.message.is-info {
  background-color: #f6f9fe;
  margin-bottom: 2rem;
}
.message.is-info .message-header {
  background-color: #209cee;
  color: #fff;
}
.message:not(:last-child) {
  margin-bottom: 1.5rem;
}
.message {
  background-color: #f5f5f5;
  border-radius: 3px;
  font-size: 1rem;
}
.message-header {
  -webkit-align-items: center;
  align-items: center;
  background-color: #4a4a4a;
  border-radius: 3px 3px 0 0;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  position: relative;
}
.message.is-info .message-header {
  background-color: #209cee;
  color: #fff;
}
.message.is-info .message-body {
  border-color: #209cee;
  color: #12537e;
}
.message-header + .message-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
.message a:not(.button):not(.tag) {
  text-decoration: underline;
}
.message a:not(.button):not(.tag),
.message-body strong {
  color: inherit;
}
.message-body {
  border: 1px solid #ABB0B2;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ABB0B2;
  border-right-color: #ABB0B2;
  border-bottom-color: #ABB0B2;
  border-left-color: #ABB0B2;
  border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #4a4a4a;
  padding: 1em 1.25em;
}
.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
  vertical-align: baseline;
  padding: 0;
}
.checkbox input,
.radio input {
  cursor: pointer;
}


p.control label.checkbox {
  display: block;
}
[type="checkbox"] {
  float: left;
}
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 10;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  /*  background: #fff;*/
  padding: 15px 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px #000;
  text-align: left;
}
.modal table {
  background: #FFF;
  width: 100%;
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url("data:image/png;base64,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") no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,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") #111 no-repeat center center;
  border-radius: 8px;
}
div.errorContainer{
  margin-bottom:1.6em;
  padding:0 1.9em;
  background-color: #FFFAFA;
  border:1px solid #FF1744
}
.errorContainer span, span.error,.errorContainer h3, div.errorContainer{
  color:#FF1744
}

button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: baseline;
}

input, select:not(.ui-datepicker-month), textarea {
  font-family: Arial, sans-serif;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  outline: none;
  line-height: normal;
  display: block;
  padding: .375em .750em;
  border: 1px solid #CCC;
  box-shadow: 0 1px 0 #ffffff80, 0 0 3px #0000001a inset;
  margin-bottom: 1em;
}
input,
textarea,
.input,
.textarea {
  width: 100%;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.25em;
}

legend,
fieldset,
.button,
button,
form:not(#ud-search),
input,
select,
textarea {
  border-radius: 4px;
}
.field.extra {
  margin-bottom: 32px !important;
}
input:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 5px #51cbee;
  text-shadow: 0 2px 3px #0000001a;
  border: 1px solid #51CBEE;
  background: #FFF;
}
.button,
.file-cta,
.file-name,
.input,
.select select, .textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-align-items:  center;
  align-items: center;
  display: inline-flex;
  display: -webkit-inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(.375em - 1px);
  padding-left: calc(.625em - 1px);
  padding-right: calc(.625em - 1px);
  padding-top: calc(.375em - 1px);
  position: relative;
  vertical-align: top;
  }
input {
  font-weight: 300;
}
input.input.valid,
.input.valid,
.select.valid,
select.valid,
.textarea.valid,
textarea.valid {
  border: 2px solid #00E676 !important;
}

input.input.warn,
.input.input.warn,
.select.warn,
select.warn,
.textarea.warn,
textarea.warn, {
  border: 1px solid #F9A825;
}

input.input.is-danger,
.select.is-danger,
select.is-danger,
.textarea.is-danger,
textarea.is-danger {
  border: 1px solid #FF1744  !important; /* F44336 */
}
.control.has-icons-right .select .icon.is-right {
  right:25px;
}
.select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-alignitems: center;
  align-items: center;
  border-radius: 4px;
  box-shadow: none;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: #fff;
  border-color: #dbdbdb;
  color: #363636;
  cursor: pointer;
  max-width: 100%;
  outline: none;
  padding-right: 2.5em;
}
.select::after {
  border: 1px solid #00539f;
  border-top-color: #00539f;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #00539f;
  border-right-style: solid;
  border-right-width: 1px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0.5em;
  margin-top: -0.375em;
  right: 1.125em;
  top: 50%;
  z-index: 4;
}
div.is-danger {
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 12px;
  font-style: italic;
}
.is-grouped.is-danger label,
label.label.is-danger,
div.is-danger {
  color: #FF1744 ;
}
label.valid,
div.valid {
  color: #00E676;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 24px !important;
  display: flex !important;
  justify-content: center !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover{
  left: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
button,
input.input,
optgroup,
select,
textarea {
  font-family: "open_sans_regular", sans-serif; /* a */
  font-size: 100%; /* a */
  line-height: 1.15; /* a */
  margin: 0; /* b */
}
.button strong {
  color: inherit;
}
.button[disabled] {
  background-color: #FFF;
  border-color: #7A7A7A;
  box-shadow: none;
  opacity: 0.5;
}

.ud_date_icon > span {
  background-color: #EEE;
  border-left:  1px solid #CCC;
  color: #337AB7;
}
.itwd #ui-datepicker-div {
  z-index: 2000 !important
}

.itwd .ui-datepicker-calendar td.ui-state-highlight>a.ui-state-default {
  background: #d4e6f5
}

.itwd .ui-datepicker-calendar td.ui-state-highlight {
  border: 1px solid #fff
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  width: 18px;
  display: inline-block;
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 2px;
    padding-right:16px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
    width:18px;
    height:18px;
}
input[type="checkbox"], input[type="radio"] {
    margin: 4px 0 0;
        margin-left: 0px;
    margin-top: 1px\9;
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
    padding: 0;
}
label.radio-inline {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
button,
input.input {
  overflow: visible
}
button,
select { /* d */
  text-transform: none;
}
button,
html [type="button"], /* e */
[type="submit"] {
  -webkit-appearance: button; /* f */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none; /* g */
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; /* h */
}
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 0;
  /* padding-bottom: 2em !important; */
}
center > button {
  margin-top: 3em !important;
}
.field {
  padding: 0 1rem;
}
.sub-legend {
  font-size: 1.25rem;
  color: #333;
}

legend {
  padding: 0; /* l */
  color: #434343;
  font-family:  'open_sanscondensed_light';
  font-size: 2rem;
  font-weight: 100;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}
textarea {
  overflow: auto
}
div.group {
  transition: all .5s linear;
}

label.is-vertical {
  display: flex;
  align-items: baseline;
  margin-bottom: 1rem;
}

label.is-vertical input[type=radio] {
  flex: none;
  margin-right: .75rem;
}
[data-icon-after]::after {
  content: attr(data-icon-after);
  font-family: 'Material Icons';
  font-weight: normal;
  font-size:1.3rem;
  font-style: normal;
  display: inline-block;
  vertical-align: bottom;
  margin-left: .571rem;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased; /* n */
  text-rendering: optimizeLegibility; /* o */
  -moz-osx-font-smoothing: grayscale; /* p */
  -webkit-font-feature-settings: 'liga'; /* q */
  font-feature-settings: 'liga';
}
[data-icon-before]::before {
  content: attr(data-icon-before);
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  vertical-align: bottom;
  margin-right: .571rem;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased; /* n */
  text-rendering: optimizeLegibility; /* o */
  -moz-osx-font-smoothing: grayscale; /* p */
  -webkit-font-feature-settings: 'liga'; /* q */
  font-feature-settings: 'liga';
}
.column > small {
  padding-left: 8px;
}
#div_gocs label,
#div_eli label,
#div_prev label,
#div_new label {
  display:block;
}
#div_gocs,
#div_eli,
#div_prev,
#div_new {
  padding: 1em
}
/*-------------------------------------------------------------------
  10. @MEDIA QUERIES
    -webkit-min-device-pixel-ratio:1.5),
    (min-resolution:1.5dppx),
    (min-resolution:144dpi)
    Retina specific styles
-------------------------------------------------------------------*/
@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx),
(min-resolution:144dpi) {
  html {
    font-weight: 300
  }
}

.subtitle {
  color:#4a4a4a;
  font-size:1.25rem;
  font-weight:400;
  line-height:1.25
}
.column {
  display: block;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow:  1;
  flex-grow: 1;
  -webkit-flex-shrink:  1;
  flex-shrink: 1;
  padding: 0.75rem 0;
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: 0.75rem;
}

.columns.is-centered {
  justify-content: center;
}
.section {
  background-color: #FFF;
  padding: 3rem 1.5rem;
}
.file {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-align-items:stretch;
  align-items:stretch;
  display: -webkit-flex;
  display:flex;
  justify-content:flex-start;
  position:relative
}
.file-cta {
  background-color: #f5f5f5;
  color: #4a4a4a;
}
.file-cta:focus,
.file-cta:active,
.file-name:focus,
.file-name:active {
  outline:none
}
.file-cta[disabled],
.file-name[disabled] {
  cursor:not-allowed
}
.file-cta {
  background-color:#f5f5f5;
  color:#4a4a4a
}
.file.has-name .file-cta {
  border-bottom-right-radius:0;
  border-top-right-radius:0
}
.file.has-name .file-name {
  border-bottom-left-radius:0;
  border-top-left-radius:0
}
.file-icon {
  -webkit-align-items:center;
  align-items:center;
  display: -webkit-flex;
  display: flex;
  height:1em;
  justify-content:center;
  margin-right:.5em;
  width:1em
}
.file-icon .fa {
  font-size:14px
}
.file-input {
  height: 0.01em;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0.01em;
}

.file.is-boxed .file-label {
  -webkit-flex-direction:column;
  flex-direction:column
}
.file.is-boxed .file-cta {
 -webkit-flex-direction:column;
  flex-direction:column;
  height:auto;
  padding:1em 3em
}
.file.is-boxed .file-name {
  border-width:0 1px 1px
}
.file.is-boxed .file-icon {
  height:1.5em;
  width:1.5em
}
.file.is-boxed .file-icon .fa {
  font-size:21px
}
.file.is-info .file-cta {
  background-color:#209cee;
  border-color:transparent;
  color:#fff
}
.file.is-info:hover .file-cta {
  background-color:#1496ed;
  border-color:transparent;
  color:#fff
}
.file.is-info:focus .file-cta {
  border-color:transparent;
  box-shadow:0 0 .5em rgba(32,156,238,0.25);
  color:#fff
}
.file.is-info:active .file-cta {
  background-color:#118fe4;
  border-color:transparent;
  color:#fff
}
.file-label {
 -webkit-align-items:stretch;
  align-items:stretch;
  display: -webkit-flex;
  display: flex;
  cursor:pointer;
  justify-content:flex-start;
  overflow:hidden;
  position:relative
}
.file-label:hover .file-cta {
  background-color:#eee;
  color:#363636
}
.file-label:hover .file-name {
  border-color:#d5d5d5
}
.file-label:active .file-cta {
  background-color:#e8e8e8;
  color:#363636
}
.file-label:active .file-name {
  border-color:#cfcfcf
}
.file-name {
  border-color:#ABB0B2;
  border-style:solid;
  border-width:1px 1px 1px 0;
  display:block;
  max-width:16em;
  overflow:hidden;
  text-align:left;
  text-overflow:ellipsis
}
.label {
  color:#363636;
  display:block;
  font-size:1rem;
  font-weight:700
}
.label:not(:last-child) {
  margin-bottom:.5em
}
.help {
  display:block;
  font-size:.75rem;
  margin-top:.25rem
}

.field:not(:last-child) {
  margin-bottom:.75rem
}
.field.has-addons {
  display:-webkit-flex;
  display:flex;
  justify-content:flex-start
}
.field.has-addons .control:not(:last-child) {
  margin-right:-1px
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius:0
}
.field.has-addons .control:first-child .button,
.field.has-addons .control:first-child .input,
.field.has-addons .control:first-child .select select {
  border-bottom-right-radius:0;
  border-top-right-radius:0
}
.field.has-addons .control:last-child .button,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select {
  border-bottom-left-radius:0;
  border-top-left-radius:0
}
.field.has-addons .control .button:hover,
.field.has-addons .control .button.is-hovered,
.field.has-addons .control .input:hover,
.field.has-addons .control .input.is-hovered,
.field.has-addons .control .select select:hover,
.field.has-addons .control .select select.is-hovered {
  z-index:2
}
.field.has-addons .control .button:focus,
.field.has-addons .control .button:active,
.field.has-addons .control .input:focus,
.field.has-addons .control .input:active
.field.has-addons .control .select select:focus,
.field.has-addons .control .select select:active {
  z-index:3
}
.field.has-addons .control .button:focus:hover,
.field.has-addons .control .button:active:hover,
.field.has-addons .control .input:focus:hover,
.field.has-addons .control .input:active:hover,
.field.has-addons .control .select select:focus:hover,
.field.has-addons .control .select select:active:hover {
  z-index:4
}
.field.is-grouped {
  display: -webkit-flex;
  display:flex;
  justify-content:flex-start
}
.field.is-grouped>.control {
  -webkit-flex-shrink: 0;
  flex-shrink:0
}
.field.is-grouped>.control:not(:last-child) {
  margin-bottom:0;
  margin-right:.75rem
}
.field.is-grouped>.control.is-expanded {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.field.is-grouped.is-grouped-centered {
  justify-content:center
}
.field.is-grouped.is-grouped-right {
  justify-content:flex-end
}
.ud-radio {
  position: relative;
}
.ud-radio input[type="radio"]{
  vertical-align: text-top;
width: 13px;
height: 13px;
padding: 0;
margin: 0 .3em 0 0;
position: relative;
overflow: hidden;
display: inline;
}
@media screen and (min-width: 769px), print {
 .field.is-horizontal {
    display: -webkit-flex;
    display:flex;
  }
}
.field-label .label {
 font-size:inherit
}

@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .field-label {
    -webkit-flex-basis: 0;
    flex-basis:0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right:1.5rem;
    text-align:right
  }
}
.field-body .field .field {
  margin-bottom:0
}
@media screen and (min-width: 769px), print {
 .field-body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 0;
    flex-basis:0;
    -webkit-flex-grow: 5;
    flex-grow: 5;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
  }
  .field-body .field {
    margin-bottom:0
  }
  .field-body>.field {
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
  }
  .field-body>.field:not(.is-narrow) {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .field-body>.field:not(:last-child) {
    margin-right:.75rem
  }
}

.control {
  font-size: 1rem;
  position: relative;
  text-align: left;
  max-width: 65%;
}

.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon,
.control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color:#7a7a7a
}

.control.has-icon .input.is-small + .icon {
  font-size: 0.75rem;
}
.control.has-icons-left .icon,
.control.has-icons-right .icon {
  color:#ABB0B2;
  height:2.25em;
  pointer-events:none;
  position:absolute;
  top:0;
  width:2.25em;
  z-index:4
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left:2.25em
}
.control.has-icons-left .icon.is-left {
  left:0
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right:2.25em
}
.control.has-icons-right .icon.is-right {
  right:0
}
.icon {
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content:center;
  -webkit-align-items:center;
  align-items:center;
  height:1.5rem;
  width:1.5rem
}

.icon .fa {
  font-size: 21px;
}

.icon.is-small {
  height: 1rem;
  width: 1rem;
}

.icon.is-small .fa {
  font-size: 14px;
}

.icon.is-medium {
  height: 2rem;
  width: 2rem;
}

.icon.is-medium .fa {
  font-size: 28px;
}

.icon.is-large {
  height: 3rem;
  width: 3rem;
}

.icon.is-large .fa {
  font-size: 42px;
}
.fa {
  font-size: 21px;
  text-align: center;
  vertical-align: top;
}
