/* fix sizing issues */
*{
  box-sizing: border-box;
}

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

  select,
  textarea,
  input {
    font-size: 16px !important;
  }
/* Links
   ========================================================================== */

/**
 * 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;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 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;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * 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%;
  color: gray;
}

p {
    margin: 0 0 10px 0;
    font-style: italic;
}

/**
 * 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * 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"], /* 1 */
[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 */
}

/**
 * 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 OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/* Screen Reader Assiting Styles */
.visuallyHidden { 
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.skip-link {
  left: -100%; 
  position: absolute;
}
.skip-link:focus{ 
  left: 50%;
  z-index:10000000;
}

/* fonts */
@font-face {
  font-family: 'Univers LT Std';
  src: url('../fonts/UniversLTStd-Cn.eot');
  src: url('../fonts/UniversLTStd-Cn.eot?#iefix') format('embedded-opentype'),
    url('../fonts/UniversLTStd-Cn.woff') format('woff'),
    url(../fonts/'UniversLTStd-Cn.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Univers LT Std';
  src: url('../fonts/UniversLTStd-BoldCnObl.eot');
  src: url('../fonts/UniversLTStd-BoldCnObl.eot?#iefix') format('embedded-opentype'),
    url('../fonts/UniversLTStd-BoldCnObl.woff') format('woff'),
    url('../fonts/UniversLTStd-BoldCnObl.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Univers LT Std';
  src: url('../fonts/UniversLTStd-BoldCn.eot');
  src: url('../fonts/UniversLTStd-BoldCn.eot?#iefix') format('embedded-opentype'),
    url('../fonts/UniversLTStd-BoldCn.woff') format('woff'),
    url('../fonts/UniversLTStd-BoldCn.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}


/* Typography */
h1, h2, h3, h4, h5, h6{
  font-family: 'Univers LT Std';
}
h1{
  font-size: 3.5em;
  margin: 0;
  font-style: italic;
}
h2, h3 {
    margin: .15em 0;
}

/* Global Styles */
hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee;
    border-top-width: 6px;
}
.clear{
  clear: both;
}
.container {
    padding: 0 2em;
}
@media screen and (min-width: 1350px){
  .container{
    padding: 0 7em;
  }
}
.reserve-it-icon:before {
  content: url(../img/icon-blue.svg);
  width: 30px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 2px 0px;
  top: 12px;
}
.navbar li:hover .reserve-it-icon:before{
  width: 28px;
   -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
@media screen and (max-width: 835px){
  .reserve-it-icon:before {
    width: 20px;
    top: 27px;
  }
  .navbar-mobile li:hover .reserve-it-icon:before{
    width: 17px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
}
.btn {
    text-decoration: none;
    color: white;
    background: #0061aa;
    padding: 1em .5em;
    width: 100%;
    display: inline-block;
    margin: .5em 0;
    text-align: center;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    text-shadow: rgba(0, 0, 0, 0.35) 1px 2px 0px;
    font-weight: bold;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: none;
}
.btn:hover {
    background-color: rgb(0, 122, 214);
    font-size: 1.01em;
}
.btn img {
    max-height: 35px;
    margin: -10px 5px -10px 0;
}
.btn-secondary {
    background: #c30f20;
}
.btn-secondary:hover {
    background: #ed1b2e;
}
.btn-default {
    background: #8c8c8c;
}
.btn-default:hover {
    background: #c30f20;
}
@media screen and (min-width: 700px){
  .two-col{
    width: 47%;
    display: inline-block;
    margin: 0 1%;
    vertical-align: top;
  }
  .right-btn-half {
    width: 25%;
    float: right;
  }
}


.spacer-right {
    margin-right: 1em;
}

.page-header {
    padding-top: 15px;
}

/* header */
.page-head {
    float: left;
    width: 100%;
    padding: 1.25em 0 0;
    border-bottom: 3px solid #004477;
    font-family: 'Univers LT Std';
    background: #444;
}

/* header nav */
.logo {
    float: left;
    width: 20%;
}
.logo.logo-main {
    max-width: 130px;
    margin-right: 7%;
}
.logo.logo-secondary {
    max-width: 200px;
    margin-left: 3%;
    margin-top: -1%;
}
.navbar {
    float: left;
    width: 60%;
    margin-top: 1%;
    margin: -1.25em 0 0;
    background: #0061aa;
}
.navbar ul {
    list-style: none;
    padding: 0px;
    font-weight: bold;
    float: left;
    width: 100%;
    position: relative;
    margin: 0px;
}
.navbar li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 2.5%;
    border-left: 3px solid #004477;
    border-right: 3px solid #0473c6;
}
.navbar a {
    display: block;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.25em;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 2px 0px;
}
.navbar .animation  {
    background: white;
    width: 1.5em;
    height: 1.5em;
    border-radius: 65%;
    line-height: 1em;
    color: #0061aa;
    display: block;
    font-size: 2em;
    margin: 0 auto .5em;
    padding-top: 9px;
    text-shadow: rgba(0, 0, 0, 0.14902) 1px 2px 0px;
    position: relative;
}
.navbar li:hover, .navbar-mobile li:hover {
  background-color: rgb(0, 122, 214);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.navbar li:hover .animation i, .navbar-mobile li:hover .animation i{
  font-size: .9em;
   -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.navbar li li:hover {
    border-top: none;
    margin-top: 0px;
}
.navbar li li:hover a{
    font-weight: 900;
}
.navbar li.login:hover {
    border-top: 2px solid;
    margin-top: 0px;
}
.navbar ul ul {
    position: absolute;
    background: #0061aa;
    width: 100%;
    min-width: 170px;
    padding: 1em 0;
    display: none;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}
.navbar ul ul a {
    color: white;
    font-weight: normal;
}
.navbar ul li:hover ul {
    display: block;
}
.navbar li li {
    width: 100%;
    text-align: left;
    margin: 0% 5%;
    padding-top: .3em;
}
.user-name {
    width: 20%;
    display: inline-block;
    padding-right: 0%;
    color: white;
    font-size: 1em;
    margin: -.5% 0% .5% 0%;
    float: right;
}
.user-name a{
  text-decoration: none;
  color: white;
}
.logged-out {
    margin-top: 3%;
}
.navbar-mobile {
    display: none;
    background: #0061aa;
    margin-bottom: -1%;
}
.navbar-mobile ul {
    list-style: none;
    padding: 0px;
    font-weight: bold;
    float: left;
    width: 100%;
    position: relative;
    margin: 0px;
}
.navbar-mobile a{
  color: white;
  font-family: arial;
  font-weight: normal;
  text-decoration: none;
  font-size: 12px;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 2px 0px;
  letter-spacing: 1px;
}
.navbar-mobile li {
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
    padding: 3%;
    border-right: 2px solid #0473c6;
    border-left: 2px solid #004477;
}
.navbar-mobile ul ul {
    position: absolute;
    background: #0061aa;
    width: 100%;
    min-width: 170px;
    display: none;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}
.navbar-mobile .animation{
    background: white;
    width: 1.5em;
    height: 1.5em;
    border-radius: 65%;
    line-height: 1em;
    color: #0061aa;
    display: block;
    font-size: 2em;
    margin: 0 auto .5em;
    padding-top: 5px;
    text-shadow: rgba(0, 0, 0, 0.15) 1px 2px 0px;
}


@media screen and (max-width: 1180px){
  .logo.logo-secondary {
      margin-left: 0%;
  }
  .logo.logo-main {
    margin-right: 3%;
  }
}
@media screen and (max-width: 1415px) and (min-width: 1181px){
  .user-name{
    margin: -1.5% -2% .5% 0%;
  }
}
@media screen and (max-width: 1180px) and (min-width: 981px){
  .user-name{
    margin: -1.5% 2% .5% 0%;
  }
}
@media screen and (max-width: 980px){
  .logo.logo-main {
    margin-right: 1%;
  }
  .navbar li {
    margin-right: 0%;
    width: 25%;
  }
}
@media screen and (max-width: 980px) and (min-width: 835px){
  .user-name{
    margin: -1% 0% .5% -1%;
    width: 22%;
  }
}
@media screen and (max-width: 835px){
  .page-head{
    padding-bottom: 0px;
  }
  .user-name{
    width: 100%;
    text-align: right;
    margin-top: -6%;
  }
  .navbar-mobile {
    display: inline-block;
    clear: both;
    width: 100%;
  }
  .navbar {
      display: none;
  }
  .logo.logo-secondary {
    float: right;
    width: 50%;
    margin-top: -1%;
  }
  .logo {
    width: 30%;
  }
  .logo.logo-main {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 550px){
  .navbar-mobile{
    margin-bottom: -2%;
  }
  .navbar-mobile li {
    padding: 5% 1%;
  }
  .user-name{
    margin: -4% 0 3%;
  }
}

/* Form Styling */
.form-section {
    margin-bottom: 15px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: 'Univers LT Std';
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
legend {
    padding: 0.3em 0.5em;
    width: auto;
    font-size: .75em;
    text-align: left;
    border-bottom: none;
    font-style: italic;
    margin-bottom: 10px;
    background-color: #444;
    color: #FFF;
    border-radius: 4px;
}
fieldset{
    padding: 0px 15px;
    margin-bottom: 30px;
    border-radius: 4px;
    background-color: #f0f0f0;
    padding-bottom: 5px;
    border: 2px solid #f0f0f0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
fieldset:hover {
    border-color: #CCC;
}
form hr {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #b1b1b1;
}
[ng-cloak] {
  display: none;
}
.alert-danger {
    padding-bottom:10px; color: red; font-weight: bold;
}

.btn-disabled, .btn-disabled:hover {
    background-color: #8c8c8c;
}

#forgot-pin {
    color: mediumslateblue;
    font-size: .75em;
    display: inline-block;
    float: right;
    cursor: pointer;
    padding-top:5px;
}


/* Jquery UI Overrides */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px;
}
.ui-widget-header {
    border: none;
    background: white;
    color: #333;
    font-weight: bold;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0 .25em;
}
.ui-tabs {
    position: relative;
    padding: 0px;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 0;
    background: #f7f7f7;
}
.ui-widget.ui-widget-content {
    border: none;
}
.ui-widget-header {
    border: none;
    background: #f4f4f4;
    color: #333;
    font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #c5c5c5;
    font-weight: normal;
    color: white;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none !important;
    background: #0061aa;
    font-weight: normal;
    color: #fff;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: white;
    text-decoration: none;
}
.ui-widget-overlay {
    background: #444;
    opacity: .75;
    filter: Alpha(Opacity=75);
    z-index: 9989 !important;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
    z-index: 99999 !important;
}
.ui-dialog .ui-state-default, .ui-dialog .ui-widget-content .ui-state-default, .ui-dialog .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #fafafa;
    font-weight: normal;
    color: white;
    border-radius: 13px;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
    width: 60% !Important;
    margin: 0 auto !Important;
    left: 0 !important;
    right: 0 !important;
    padding: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}
@media screen and (max-width: 835px){
  .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
    width: 92% !Important;
  }
}
.ui-dialog .ui-widget-header {
    border-bottom: 3px solid #004477;
    background: #0061aa;
    font-weight: bold;
    color: white;
    padding: 10px 15px !Important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 2px 0px;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .65em;
    top: 50%;
    width: 25px;
    margin: -12px 0 0 0;
    padding: 1px;
    height: 25px;
}

.req {font-size: 1.25em; color: red; text-decoration: none !important; } 

 div.hosted-payment {
    max-width: 500px !important;
    height: 95% !important;
    max-height: 673px !important;
}

div.hosted-payment .ui-dialog-content {
    height: 80% !important;
}