/**
* @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.2 (updated to latest H5BP specs 9/12/17)
* @author       Christopher Leonard - University of Delaware | IT CS&S
* @copyright    ©2017 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
   11. @UD BRAND HEADER
   12. @SCREEN READERS
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
  1. @COLOR CODES
  BODY_____________________________________
    background                #FFF
    textarea                  #333
  HEADINGS_____________________________________
    h1:                         #003976
    h2:                         ##003976
    h3:                         ##003976
    h4:                         ##003976
    h5:                         ##003976
  FORMS________________________________________
    label:                      #4C4C4C
    text:                       #4C4C4C
    Fieldset:
      background                #FAFAFA
      border                    #AAA
    Fieldset Fieldset:
      background                #F7F7F7
      border                    #AAA
    Fieldset Legend:
      background                #23527C
      border                    #337AB7
      color                     #FFF
    Fieldset Fieldset Legend:   #FFF
    Required:                   #FF1744
    Error:                      #FF1744
  _____________________________________________
  LINKS________________________________________
  a href:
    standard                    #337AB7
    visited                     #2B689C
    focus                       #23527C
    hover                       #23527C
    border-bottom               rgba(26, 67, 106, .37)
   _____________________________________________
  BUTTONS________________________________________
    border                      #00A0DF
    text                        #00A0DF
    background                  #FFF
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
  2. @BASE
-------------------------------------------------------------------*/
@font-face {
  font-family: 'open_sans_regular';
  src: url('/deptforms/fonts/OpenSans-Regular.eot');
  src: url('/deptforms/fonts/OpenSans-Regular.eot') format('embedded-opentype'),
  url('/deptforms/fonts/OpenSans-Regular.woff') format('woff'),
  url('/deptforms/fonts/OpenSans-Regular.ttf') format('truetype'),
  url('/deptforms/fonts/OpenSans-Regular.svg#open_sanscondensed_light') format('svg');
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: 'open_sanscondensed_light';
  src: url('/deptforms/fonts/OpenSans-CondLight-webfont.eot');
  src: url('/deptforms/fonts/OpenSans-CondLight-webfont.eot') format('embedded-opentype'),
  url('/deptforms/fonts/OpenSans-CondLight-webfont.woff') format('woff'),
  url('/deptforms/fonts/OpenSans-CondLight-webfont.ttf') format('truetype'),
  url('/deptforms/fonts/OpenSans-CondLight-webfont.svg#open_sanscondensed_light') format('svg');
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-family: 'open_sans_condensedbold';
  src: url('/deptforms/fonts/OpenSans-CondBold-webfont.eot');
  src: url('/deptforms/fonts/OpenSans-CondBold-webfont.eot') format('embedded-opentype'),
  url('/deptforms/fonts/OpenSans-CondBold-webfont.woff') format('woff'),
  url('/deptforms/fonts/OpenSans-CondBold-webfont.ttf') format('truetype'),
  url('/deptforms/fonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg');
  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%;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #003976;
  text-shadow: none;
}

::selection {
  background: #003976;
  text-shadow: none;
}
/*-------------------------------------------------------------------
  3. @SECTIONS
    a. Correct the font size and margin on 'h1' elements within 'section' and
       'article' contexts in Chrome, Firefox, and Safari.
-------------------------------------------------------------------*/
body {
  position:relative;
  font-family: "OpenSans-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: 0.67em 0;
  color: #003976;
  font-size: 2rem !important; /* a */
  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 {
    margin: 0 0 10px
}
p a{
  line-height:inherit
}
/* li,
p,
ul {
    margin: 0;
    padding: 0
} */
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.
-------------------------------------------------------------------*/
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 /*etc...*/ {
  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: #F9A825; */
  color: #FF1744 ;
}
[data-icon="icon-pc"]:before,
[data-icon="icon-mac"]:before,
[data-bgd="icon-phone"]:before,
[data-icon="icon-help"]:before   {
  display: inline-block;
  content:'';
  background-image: url('/deptforms/images/icons/sprites.png');
  background-repeat: no-repeat;
}
[data-icon="icon-pc"]:before,
 [data-icon="icon-mac"]:before  {
  width: 34px;
  height: 34px;
}
[data-icon="icon-submit"]:before,
[data-bgd="icon-help"]:before {
  display: inline-block;
  content:'»';
  width:18px;
  height:18px;
  font-size:2rem;
  vertical-align:sub;
}
[data-icon="icon-pc"]:before {
  background-position: -5px -65px;
  width:26px;
}
[data-icon="icon-mac"]:before {
  background-position: -43px -66px;
    width: 22px;
}
[data-icon="icon-help"]:before {
  background-position:-113px -8px;
  width: 20px;
  height: 20px;
  -webkit-transform: scale(0.75);
            transform: scale(0.75);
-webkit-transform-origin: 0 0;
        transform-origin: 0 0;
}
/*-------------------------------------------------------------------
  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
-------------------------------------------------------------------*/
img {
  border-style: none; /* a */
  max-width:100%;
}
svg:not(:root) {
  overflow: hidden; /* b */
}
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
    a. Hide visually and from screen readers, but maintain layout
    b. For long content, line feeds are not interpreted as spaces and small
       width causes content to wrap 1 word per line:
       @link  https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
    c. Extends the .visuallyhidden class to allow the element to be focusable
       when navigated to via the keyboard: https://www.drupal.org/node/897638
    d. Hide visually and from screen readers, but maintain layout
-------------------------------------------------------------------*/
.ud_hidden {
  display: none !important; /* a */
}
.ud_visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* b */
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { /* c */
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}
.ud_invisible { /* d */
  visibility: hidden;
}
.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_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
-------------------------------------------------------------------*/
/* label.checkbox {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}
.checkbox,
input[type="checkbox"] {
  width: 13px;
  height: 13px;
  padding: 0;
  margin:0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
} */
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;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  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,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  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
}

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: 3px dotted #FF1744  !important; /* F44336 */
}
.control.has-icons-right .select .icon.is-right {
  right:25px;
}
select,
.select,
textarea,
.textarea {
  margin-bottom: .524rem
}
/* label.valid:after,
label.invalid:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  vertical-align: sub;
  transition: all .5s linear;
}
label.invalid:after {
  content: '\e001';
}
label.valid:after {
  content: '\e876';
}

label.invalid:after,
div.invalid {
  color: #FF1744 ;
} */
select + div.is-danger {
    margin-top: 7px;
}
div.is-danger {
  position: relative;
  top: -5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 16px;
  font-style: italic;
}
.is-danger small,
label.label.is-danger {
  color: #333;
}
label.label.is-danger sup {
  display: none;
}
.is-grouped.is-danger label,
label.label.is-danger,
div.is-danger {
  color: #FF1744;
}
label.valid,
div.valid {
  color: #00E676;
}


button.aem-btn,
.aem-btn {
  background: #FFF;
  font-family: 'open_sans_condensedbold';
  font-size: 20px;
  color: #00A0DF !important;
  font-weight: bold;
  border: 1px solid #00A0DF;
  text-align: center;
  height: 40px;
  line-height: 38px;
  margin: 10px 0 0 0;
  padding: 0 12px;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
}
button,
input.input,
optgroup,
select,
textarea {
  font-family: "OpenSans-Regular", sans-serif; /* a */
  font-size: 100%; /* a */
  line-height: 1.15; /* a */
  margin: 0; /* b */
}

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: -webkit-inline-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  font-size: 1rem;
  height: 2.25em;
  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;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  cursor: pointer;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
  text-align: center;
  white-space: nowrap;
}

.button strong {
  color: inherit;
}
.button .icon,
.button .icon.is-small,
.button .icon.is-medium,
.button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}

.button.valid:focus, .button.valid.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
  color: #FFF;
}

.button.valid.is-outlined,
.button.valid.is-outlined:hover,
.button.valid.is-outlined:active,
.button.valid.is-outlined.is-active,
.button.valid.is-outlined[disabled]{
  background-color: transparent;
  border-color: #00E676;
  color: #00E676;
}
.button.valid.is-outlined.is-loading:after {
  border-color: transparent transparent #00E676 #00E676 !important;
}

.button.valid.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00E676;
  box-shadow: none;
  color: #00E676;
}

.button.valid:active, .button.valid.is-active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

.button.valid[disabled] {
  box-shadow: none;
}

.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.button.is-medium {
  font-size: 1.25rem;
}

.button.is-large {
  font-size: 1.5rem;
}

.button[disabled] {
  background-color: #FFF;
  border-color: #7A7A7A;
  box-shadow: none;
  opacity: 0.5;
}




input[disabled],
textarea[disabled],
select[disabled]
.input[disabled],
.textarea[disabled],
.select[disabled],
[type="checkbox"][disabled],
[type="radio"][disabled],
.checkbox[disabled],
.radio[disabled],
.button[disabled],
button[disabled] {
  cursor: not-allowed;
  color: #7A7A7A;
}
input[disabled]:not('#todays_date'),
select[disabled],
textarea[disabled] {
  background-color: #7A7A7A;
  border-color: #7A7A7A;
  box-shadow: none;
}

.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
}


 label + [type="checkbox"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #ABB0B2;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  /* position: absolute;
  left: -9999px;
  visibility: hidden; */
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}




input.input {
  margin-right: .524rem;
  margin-bottom: .524rem;
  padding: .381rem .571rem;
  border: 1px solid #ABB0B2;
  border-radius: 4px;
  font-size: inherit;
  line-height: inherit
}



[type="radio"] + [type="radio"] {
  margin-left: 0.5em;
}
html input[type="button"],
button,
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.select {
  display: inline-block;
  height: 2.25em;
  max-width: 100%;
  position: relative;
  vertical-align: top;
  will-change: transform;
  transform: translateZ(0);
}
.select:after {
  border: 1px solid #ABB0B2;
  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;
}
select::-ms-expand {
  display: none;
}
select.is-disabled:after {
  border-color: #7A7A7A;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}

button.button,
input[type="submit"].button {
  line-height: 1;
  padding-bottom: 0.4em;
  padding-top: 0.35em;
}
button {
  display: inline-block;
  position: relative;
  padding: .381rem .762rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: background .15s ease-out,
                      transform .15s ease-out,
                      box-shadow .15s ease-out;
  transition: background .15s ease-out,
              transform .15s ease-out,
              box-shadow .15s ease-out;
  border-radius: 4px;
  background: #00A0DF;
  color: #FFF;
  font-size: inherit;
  cursor: pointer
}
button,
input.input {
    overflow: visible
}
button,
select { /* d */
  text-transform: none;
}
button,
html [type="button"], /* e */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* f */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none; /* g */
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; /* h */
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
  border: 0;
  /* padding-bottom: 2em !important; */
}
center > button {
    margin-top: 3em !important;
}
.sub-legend {
    font-size: 1.25rem;
    color: #333;
}
.input.is-1,
.input.is-2,
.input.is-3,
.input.is-4,
.input.is-5,
.input.is-6,
.input.is-7,
.input.is-8,
.input.is-9,
.input.is-10,
.input.is-11,
.input.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.input.is-1 {
  width: 8.33333%;
}

.input.is-2 {
  width: 16.66667%;
}

.input.is-3 {
  width: 25%;
}

.input.is-4 {
  width: 33.33333%;
}

.input.is-5 {
  width: 41.66667%;
}

.input.is-6 {
  width: 50%;
}

.input.is-7 {
  width: 58.33333%;
}
.input.is-8 {
  width: 66.66667%;
}

.input.is-9 {
  width: 75%;
}

.input.is-10 {
  width: 83.33333%;
}

.input.is-11 {
  width: 91.66667%;
}

.input.is-12 {
  width: 100%;
}


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 {
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

label.is-vertical {
  display: -webkit-flex;
  -webkit-align-items: baseline;
   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 {
/*    font-size: 11px;
    color: #555;*/
    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
  }
}


/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */




.modal.is-active {
  display: -webkit-flex;
  display: flex;
}
.column {
  display: block;
  -webkit-flex-basis: 0;
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.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 {
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (min-width: 769px), print {
  .columns.is-grid {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.is-grid > .column {
    max-width: 33.3333%;
    padding: 0.75rem;
    width: 33.3333%;
  }
  .columns.is-grid > .column + .column {
    margin-left: 0;
  }
  .columns:not(.is-desktop) {
    display: -webkit-flex;
    display: flex;
  }
  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    -webkit-flex: none;
            flex: none;
    width: 75%;
  }
  .col-half {
      width: 40%;
  }
}
@media screen and (max-width: 768px), print {
  .col-half {
    display: -webkit-flex;
    display: flex;
  }
  .input.is-1,
  .input.is-2,
  .input.is-3,
  .input.is-4,
  .input.is-5,
  .input.is-6,
  .input.is-7,
  .input.is-8,
  .input.is-9,
  .input.is-10,
  .input.is-11,
  .input.is-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .columns.is-desktop {
    display: -webkit-flex;

    display: flex;
  }
}


.section {
  background-color: #FFF;
  padding: 1.5rem;
}


/*-------------------------------------------------------------------
  11. @UDBRAND HEADER
\*-------------------------------------------------------------------*/
#udtbp_header span a,#udtbp_logo a:hover,#udtbp_logo+a{text-decoration:none}#udtbp_header span{display:inline-flex;align-content:center;margin:10px 0 0;font-weight:500}#udtbp_header span a{color:#FFF;outline:0;height:48px;line-height:2.2}#udtbp_header{background:url(//www.udel.edu/deptforms//img/logos/ud-seal-cpa.png) center 0 no-repeat #0048A5;-webkit-background-size:auto 100%;background-size:auto 100%;margin:0;padding:0;overflow:visible;border-bottom:3px solid #FFD300;height:auto;max-height:177px;-webkit-transition:height .3s ease-in 0s;transition:height .3s ease-in 0s;width:100%}#udtbp_header>div{text-align:center}#udtbp_logo+a{font-family:"Open Sans",sans-serif;font-weight:400;-webkit-font-smoothing:subpixel-antialiased;-webkit-text-stroke:1px transparent;padding-bottom:0;color:#FFF;border-bottom:none;display:inline-block;height:50px;line-height:50px;-webkit-transition:height .3s ease-in 0s;transition:height .3s ease-in 0s}#udtbp_header>a{font-size:calc(112.5% + .25vw)!important}#udtbp_logo img{height:auto;width:calc(50% - 13.905rem);-webkit-transition:width .3s ease 0s,height .3s ease 0s,transform .3s ease 0s;transition:width .3s ease 0s,height .3s ease 0s,transform .3s ease 0s;max-width:218px;padding:0!important}#udtbp_logo{display:block;font-size:.1rem;color:#333;overflow:visible;border-bottom:none;padding:20px 0}@media only screen and (max-width:767px){#udtbp_logo{padding:10px 0}#udtbp_logo img{min-width:120px}#udtbp_header{-webkit-background-size:cover;background-size:cover}}a{background-color:transparent;-webkit-text-decoration-skip:objects}b,strong{font-weight:bolder}.ud_alignleft{text-align:left!important}.ud_aligncenter{text-align:center!important}.ud_alignright{text-align:right!important}.last{margin-right:0!important}.first{margin-left:0!important}.left{float:left}.right{float:right}.disabled{opacity:.6}.hide{display:none}.block{display:block}.inline_block{display:inline-block}.ud_grid{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0}.ud_grid--full>.ud_grid-cell{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}.ud_grid-cell{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ud_grid--top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.ud_grid--bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.ud_grid--center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ud_grid--justifyCenter{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ud_grid-cell--top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.ud_grid-cell--bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.ud_grid-cell--center{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.ud_grid--fit>.ud_grid-cell{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.u-1of4,.u-3of4{-webkit-box-flex:0!important;-webkit-flex:none!important;flex:none!important}.u-1of4{width:25%!important}.u-3of4{width:75%!important}



/** bulma css */
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
  vertical-align: baseline;
  box-sizing: border-box;
  padding: 0;
  margin-right: 10px;
}


input.input,
input[type="text"],
select,
.select {
  width: 100%;
  /* font-size: 14px;
  position: relative;
  text-align: left; */
}
input.input,
.textarea,
textarea,
.select select {
  border: 1px solid #ABB0B2;
  box-shadow: none !important;
}
input.input:focus,
input.input:active,
textarea:focus,
textarea:active,
select:focus,
select:active,
.select select:focus,
.select select.is-focused,
.select select:active,
.select select.is-active,
.input:focus,
.input.is-focused,
.input:active,
.input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid #51CBEE;
  outline: none;
}

.input.is-small,
.textarea.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.input.is-medium,
.textarea.is-medium {
  font-size: 1.25rem;
}

.input.is-large,
.textarea.is-large {
  font-size: 1.5rem;
}

.input.is-fullwidth,
.textarea.is-fullwidth {
  display: block;
  width: 100%;
}

.input.is-inline,
.textarea.is-inline {
  display: inline;
  width: auto;
}

.textarea,
textarea {
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
}


[type="checkbox"] input,
[type="radio"] input {
  cursor: pointer;
}

.checkbox:hover,
.radio:hover {
  color: #363636;
}

.checkbox[disabled],
.radio[disabled] {
  color: #7a7a7a;
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}



.select:after {
  will-change: transform;
  transform: translateZ(0);
  border: 1px solid #00d1b2;
  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;
}





.select select[disabled] {
  cursor: not-allowed;
}

.select select:hover, .select select.is-hovered {
  border-color: #b5b5b5;
}



.select select[disabled] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}

.select select[disabled]::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select[disabled]::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select[disabled]:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select[disabled]:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:hover {
  border-color: #b5b5b5;
}

.select select::-ms-expand {
  display: none;
}

.select select[disabled]:hover {
  border-color: whitesmoke;
}

.select:hover:after {
  border-color: #363636;
}
.input[disabled],
.textarea[disabled] {
  cursor: not-allowed;
}

.input:hover, .input.is-hovered,
.textarea:hover,
.textarea.is-hovered {
  border-color: #b5b5b5;
}



.input[disabled],
.textarea[disabled] {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}

input[disabled]::-moz-placeholder,
select[disabled]::-moz-placeholder,
textarea[disabled]::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

input[disabled]::-webkit-input-placeholder,
select[disabled]::-webkit-input-placeholder,
textarea[disabled]::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

input[disabled]:-moz-placeholder,
select[disabled]:-moz-placeholder,
textarea[disabled]:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

input[disabled]:-ms-input-placeholder,
select[disabled]:-ms-input-placeholder,
textarea[disabled]:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}



.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.select.is-medium {
  font-size: 1.25rem;
}

.select.is-large {
  font-size: 1.5rem;
}

.select.is-disabled:after {
  border-color: #7a7a7a;
}

.select.is-fullwidth {
  width: 100%;
}

.select.is-fullwidth select {
  width: 100%;
}


.label:not(:last-child) {
  margin-bottom: 0.5em;
}

.label.is-small {
  font-size: 0.75rem;
}

.label.is-medium {
  font-size: 1.25rem;
}

.label.is-large {
  font-size: 1.5rem;
}


/************************************
FIELDS
*************************************/
.field {
  padding: 0 1rem;
}
.field:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.has-addons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.field.has-addons .control {
  margin-right: -1px;
}

.field.has-addons .control:first-child .button,
.field.has-addons .control:first-child .input,
.field.has-addons .control:first-child .select select {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.field.has-addons .control:last-child .button,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.field.has-addons .control .button,
.field.has-addons .control .input,
.field.has-addons .control .select select {
  border-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.is-focused, .field.has-addons .control .button:active, .field.has-addons .control .button.is-active,
.field.has-addons .control .input:focus,
.field.has-addons .control .input.is-focused,
.field.has-addons .control .input:active,
.field.has-addons .control .input.is-active,
.field.has-addons .control .select select:focus,
.field.has-addons .control .select select.is-focused,
.field.has-addons .control .select select:active,
.field.has-addons .control .select select.is-active {
  z-index: 3;
}

.field.has-addons .control .button:focus:hover, .field.has-addons .control .button.is-focused:hover, .field.has-addons .control .button:active:hover, .field.has-addons .control .button.is-active:hover,
.field.has-addons .control .input:focus:hover,
.field.has-addons .control .input.is-focused:hover,
.field.has-addons .control .input:active:hover,
.field.has-addons .control .input.is-active:hover,
.field.has-addons .control .select select:focus:hover,
.field.has-addons .control .select select.is-focused:hover,
.field.has-addons .control .select select:active:hover,
.field.has-addons .control .select select.is-active:hover {
  z-index: 4;
}

.field.has-addons .control.is-expanded {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.field.has-addons.has-addons-centered {
  -webkit-justify-content: center;
  justify-content: center;
}

.field.has-addons.has-addons-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.field.has-addons.has-addons-fullwidth .control {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.field.is-grouped {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  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: 0.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 {
  -webkit-justify-content: center;
  justify-content: center;
}

.field.is-grouped.is-grouped-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@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-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

@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 {
    -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-bottom: 0;
    margin-right: 0.75rem;
  }
}

.control.has-icon .icon {
  color: #dbdbdb;
  height: 36px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 36px;
  z-index: 4;
}

.control.has-icon .input:focus + .icon {
  color: #7a7a7a;
}

.control.has-icon .input.is-small + .icon {
  font-size: 0.75rem;
}

.control.has-icon .input.is-medium + .icon {
  font-size: 1.25rem;
}

.control.has-icon .input.is-large + .icon {
  font-size: 1.5rem;
}

.control.has-icon:not(.has-icon-right) .icon {
  left: 0;
}

.control.has-icon:not(.has-icon-right) .input {
  padding-left: 2.25em;
}

.control.has-icon.has-icon-right .icon {
  right: 0;
}

.control.has-icon.has-icon-right .input {
  padding-right: 2.25em;
}

.control.has-icons-left .input:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon {
  color: #7a7a7a;
}

.control.has-icons-left .input.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon {
  font-size: 0.75rem;
}

.control.has-icons-left .input.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon {
  font-size: 1.25rem;
}

.control.has-icons-left .input.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon {
  font-size: 1.5rem;
}

.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}

.control.has-icons-left .input {
  padding-left: 2.25em;
}

.control.has-icons-left .icon.is-left {
  left: 0;
}

.control.has-icons-right .input {
  padding-right: 2.25em;
}

.control.has-icons-right .icon.is-right {
  right: 0;
}

.icon {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: 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;
}
.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

.highlight:not(:last-child) {
  margin-bottom: 1.5rem;
}
