/* Minification failed. Returning unminified contents.
(4051,12): run-time error CSS1030: Expected identifier, found ' '
 */
/*===================================
=            VISA COLORS            =
===================================*/
/*============================================
=            TYPOGRAPHY VARIABLES            =
============================================*/
/*============================================
=            CONTEXTUAL VARIABLES            =
============================================*/
/*=========================================
=            SPACING VARIABLES            =
=========================================*/
.visa-gradient-blue, .header-nav, .menu-wrap--mobile {
    /*background: #fa9b00;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fa9b00), color-stop(100%, #fa9b00));
  background: -webkit-linear-gradient(45deg, #fa9b00 0%, #f4ca12 100%);
  background: linear-gradient(45deg, #fa9b00 0%, #f4ca12 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1A1E5A', endColorstr='#FF122D98', GradientType=1);*/
    background: #fff;
    border: solid 1px #acb4d6;
    -webkit-box-shadow: 0px -5px 0px 0px #375d74;
    -moz-box-shadow: 0px -5px 0px 0px #375d74;
    box-shadow: 0px -5px 0px 0px #375d74;
}

.visa-gradient-gold, .navline .nav-indicator-bar {
    background: #375d74;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #375d74), color-stop(100%, #375d74));
    background: -webkit-linear-gradient(45deg, #375d74 0%, #375d74 100%);
    background: linear-gradient(45deg, #375d74 0%, #375d74 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFA9B00', endColorstr='#FFF4CA12', GradientType=1);
}

.visa-gradient-blue-secondary {
  background: #00329E;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #00329E), color-stop(100%, #0050B9));
  background: -webkit-linear-gradient(45deg, #00329E 0%, #0050B9 100%);
  background: linear-gradient(45deg, #00329E 0%, #0050B9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00329E', endColorstr='#FF0050B9', GradientType=1); }

.visa-gradient-orange-secondary {
  background: #F26800;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #F26800), color-stop(100%, #FA9800));
  background: -webkit-linear-gradient(45deg, #F26800 0%, #FA9800 100%);
  background: linear-gradient(45deg, #F26800 0%, #FA9800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF26800', endColorstr='#FFFA9800', GradientType=1); }

.visa-gradient-yellow-secondary {
  background: #FFCB00;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #FFCB00), color-stop(100%, #FBE112));
  background: -webkit-linear-gradient(45deg, #FFCB00 0%, #FBE112 100%);
  background: linear-gradient(45deg, #FFCB00 0%, #FBE112 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFCB00', endColorstr='#FFFBE112', GradientType=1); }

.visa-gradient-orange-to-yellow {
  background: #F26800;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #F26800), color-stop(100%, #FBE112));
  background: -webkit-linear-gradient(left, #F26800 0%, #FBE112 100%);
  background: linear-gradient(left, #F26800 0%, #FBE112 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF26800', endColorstr='#FFFBE112', GradientType=1); }

/*=============================
=            FONTS            =
=============================*/

@font-face {
    font-family: "Oxygen";
    src: url('fonts/Oxygen-Bold.ttf') format('truetype'), url('fonts/Oxygen-Light.ttf') format('truetype'), url('fonts/Oxygen-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/Oxygen-300.woff') format('woff');
}

@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Oxygen-400.woff') format('woff');
}

@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Oxygen-700.woff') format('woff');
}

body, p, div {
    font-family: 'Oxygen', sans-serif;
}

label {
    position: relative;
}

    label > .icon {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        color: silver;
    }

    label > input {
        padding-left: calc(1em + 10px + 8px); /* icon width + icon padding-left + desired separation*/
         height: 2em; 
    }

/*
  SVG SpriteSheet
*/
        .spritesheet {
    display: none;
}

.icon {
    display: inline-block;
    width: 2em;
    /*height: 2em;*/
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td, .table--striped td, .table--responsive td, .table th, .table--striped th, .table--responsive th {
    background-color: #fff !important; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table, .table--striped, .table--responsive {
    border-collapse: collapse !important; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }

.container, .container--sm, .container--md, .container--lg {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container--sm:before, .container--md:before, .container--lg:before, .container:after, .container--sm:after, .container--md:after, .container--lg:after {
    content: " ";
    display: table; }
  .container:after, .container--sm:after, .container--md:after, .container--lg:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .container--sm, .container--md, .container--lg {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, .container--sm, .container--md, .container--lg {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, .container--sm, .container--md, .container--lg {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  font-size: .9em; }

.has-error label {
  color: #aa4543; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type="submit"]:focus, .btn-secondary:focus {
  outline: thin solid;
  outline-color: #008080;

  outline-offset: -2px; }


input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  padding: .8em;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: .35em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-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;
  height: 3em; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999999; }
  .form-control::-webkit-input-placeholder {
    color: #999999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"] {
  line-height: 34px; }

.form-group {
  position: relative;
  margin-bottom: 1.5em; }

.form-group label {
  font-family: 'Oxygen', sans-serif; }

.radio, .radio-inline, .checkbox, checkbox-inline {
  display: block;
  min-height: 20px;
  margin-top: 10px; }
  .radio label, .radio-inline label, .checkbox label, checkbox-inline label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
    font-size: 1em; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  display: inline-block;
  /*   padding-left: 20px; */
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  /*   margin-top: 0; */
  margin-left: 10px; }

.radio input, .radio-inline input {
  /*   display: none; */
  position: absolute;
  left: -999999px; }

.lt-ie9 .radio input, .lt-ie9 .radio-inline input {
  display: inline-block; }

.radio label, .radio-inline label {
  position: relative;
  padding-left: 2em;
  cursor: pointer;
  line-height: 1.1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  display: inline-block;
  margin-bottom: 1.5em; }

.radio label::before, .radio label::after, .radio-inline label::before, .radio-inline label::after {
  content: '';
  position: absolute;
  top: 0%;
  margin-top: -5px;
  left: 0;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%; }

.radio label::before, .radio-inline label::before {
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e4e8;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e4e8;
  box-shadow: inset 0px 0px 0px 1px #e3e4e8;
  background: #fff; }

    .radio label::after, .radio-inline label::after {
        background: #375d74;
        opacity: .2;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
    }

.radio input:checked + label::after, .radio-inline input:checked + label::after {
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
    opacity: 1;
    box-shadow: 0 0 3px -1px #375d74;
}

.radio input:focus + label::before, .radio-inline input:focus + label::before, .checkbox input:focus + label::before, .checkbox-inline input:focus + label::before {
  border: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.checkbox input, .checkbox-inline input {
  display: none;
  position: absolute;
  left: -99999px; }

.lt-ie9 .checkbox input, .lt-ie9 .checkbox-inline input {
  display: inline-block; }

.checkbox label, .checkbox-inline label {
  position: relative;
  padding-left: 2em;
  cursor: pointer;
  line-height: 1.1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  display: inline-block;
  margin-bottom: 1.5em; }

    .checkbox label::before, .checkbox label::after, .checkbox-inline label::before, .checkbox-inline label::after {
        content: '';
        position: absolute;
        top: 0%;
        left: 0;
        width: 1.4em;
        height: 1.4em;
        border-radius: .25em;
        color: #375d74;
    }

.checkbox label::before, .checkbox-inline label::before {
  -webkit-box-shadow: inset 0px 0px 0px 1px #e3e4e8;
  -moz-box-shadow: inset 0px 0px 0px 1px #e3e4e8;
  box-shadow: inset 0px 0px 0px 1px #e3e4e8;
  background: #fff; }

.checkbox label::after, .checkbox-inline label::after {
  opacity: .2;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; }

.checkbox input:checked + label::after, .checkbox-inline input:checked + label::after {
  content: "\e603";
  font-family: 'icomoon';
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  left: .2em;
  top: .1em; }

input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, select[multiple].input-sm {
  height: auto; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, select[multiple].input-lg {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }
  .has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #9c9c9c; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

input[type="text"].input-validation-error, select.input-validation-error, input[type="radio"].input-validation-error, input[type="password"].input-validation-error {
  border: 1px solid #e80c4d; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857;
        text-decoration: none;
        color: #375d74;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: -1px;
    }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a, .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
    .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
        color: #375d74;
        background-color: #eeeeee;
        border-color: #ddd;
    }
    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #375d74;
        border-color: #375d74;
        cursor: default;
    }
  .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before, .box:before, .box--white:before, .box--grey:before, .modal-content:before, .doc-upload__item:before, .menu-card-container:before, .product__row:before, .product__header:before, .clearfix:after, .box:after, .box--white:after, .box--grey:after, .modal-content:after, .doc-upload__item:after, .menu-card-container:after, .product__row:after, .product__header:after {
  content: " ";
  display: table; }
.clearfix:after, .box:after, .box--white:after, .box--grey:after, .modal-content:after, .doc-upload__item:after, .menu-card-container:after, .product__row:after, .product__header:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*! jQuery UI - v1.11.4 - 2015-10-29
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }


/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Oxygen,Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em; }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Oxygen,Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

.tooltip {
    position: relative;
    display: inline-block;

    left: 600px;
    bottom: 2.5em;
cursor:pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 260px;
    background-color: #fff;
    color: #555;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    border-style:ridge;
    cursor:pointer;
  font-size: .9em;
  color: #cd0a0a;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
cursor:pointer;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 0.7;
    cursor:pointer;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }


.checkmark {
  font-size: 16px;
  list-style-type: none;
  margin-bottom: 1em;
 
}

    .checkmark:after {
        content: " ";
        display: block;
        width: 0.3em;
        height: 1em;
        border: solid #375d74;
        border-width: 0 0.19em 0.19em 0;
        position: absolute;
        left: -2em;
        top: 10%;
        margin-top: -0.5em;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/* Small Devices, Tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .checkmark:after {
        content: " ";
        display: block;
        width: 0.3em;
        height: 1em;
        border: solid #375d74;
        border-width: 0 0.19em 0.19em 0;
        position: absolute;
        left: 1.2em;
        top: 10%;
        margin-top: 0em;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px; }

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
    font-family: 'Oxygen', sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em; }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: 'Oxygen', sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #e3e4e8;
    background: #ffffff;
    color: #375d74;
}

    .ui-widget-content a {
        color: #375d74;
    }

.ui-widget-header {
    border: 1px solid transparent;
    background: rgba(26, 31, 113, 0.1);
    color: #375d74;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #375d74;
    }

/* Interaction states
----------------------------------*/
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #e3e4e8;
        background: rgba(26, 31, 113, 0.1);
        font-weight: normal;
        color: #375d74;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #375d74;
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #375d74;
        font-weight: normal;
        color: #212121;
    }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #375d74;
        background: #375d74;
        color: white;
    }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-register-icon {
     width: 16px;
  height: 16px;
      background-image: url("images/InfoIc.ico"); 

}


.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: Oxygen;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
    font-family: Oxygen Mono, Oxygen Mono;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: hidden; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*================================
=            DEFAULTS            =
================================*/
* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  background: #fff;
  position: relative;
  font-size: 13px;
  min-height: 100%; }
  @media only screen and (min-width: 768px) {
    html {
      font-size: 14px; } }
  @media (min-width: 992px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    html {
      font-size: 17px; } }

body {
    /* color: #595959; */
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    line-height: 1.42857;
}
  @media only screen and (min-width: 768px) {
    body {
      margin: 0 0 80px;
      /* bottom = footer height */
} }

body, html {
  background-color: #F7F7F7; }

a {
    color: #375d74;
}

[role="button"], input[type="submit"], input[type="reset"], input[type="button"], button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* Reset `button` and button-style `input` default styles */
    input:: -moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Make `a` like a button */
/*==================================
=            TYPOGRAPHY            =
==================================*/
.link, .typography a {
    color: #375d74;
    text-decoration: none;
}
  .link:visited, .typography a:visited {
    color: purple; }
  .link:hover, .typography a:hover, .link:visited:hover, .typography a:visited:hover {
    color: #eb34b9;
    text-decoration: underline; }

.fixed, .typography pre, .typography code {
    font-family: 'Oxygen Mono', AndaleMono, monospace;
    font-size: 15px;
    line-height: 1.2;
}

.quiet {
  color: #ccc; }

.loud, .radio input:checked + label, .radio-inline input:checked + label, .bold, .typography b, .typography strong, .confirmation-table td:nth-child(2) {
    color: #000;
    font-family: 'Oxygen', sans-serif;
}

.italic, .typography i, .typography em {
  font-style: italic; }

.bold, .typography b, .typography strong {
  font-weight: 700; }

.h1, .typography h1, .h2, .typography h2, .h3, .typography h3, .flow-form__header, .h4, .h5, .typography h4, .claim-type__header, .confirmation-table thead td, .h6, .typography h5, .typography h6, .typography .accordion__toggle, p, ul, ol {
  margin-top: 0;
  margin-bottom: 1rem; }

.h1, .typography h1, .h2, .typography h2, .h3, .typography h3, .flow-form__header, .h4, .h5, .typography h4, .claim-type__header, .confirmation-table thead td, .h6, .typography h5, .typography h6, .typography .accordion__toggle {
    color: #375d74;
    font-family: 'Oxygen', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.h1, .typography h1, .h2, .typography h2 {
  line-height: 1.1; }

.h3, .typography h3, .flow-form__header, .h4 {
  line-height: 1.1; }

.h1, .typography h1 {
  font-size: 290%;
  letter-spacing: -.04em; }

.h2, .typography h2 {
  font-size: 210%;
  letter-spacing: -.02em; }

.h3, .typography h3, .flow-form__header {
  font-size: 150%;
  letter-spacing: -.02em; }

.h4 {
  font-size: 140%; }

.h5, .typography h4, .claim-type__header, .confirmation-table thead td {
    font-size: 120%;
    font-family: 'Oxygen', sans-serif;
}

.h6, .typography h5, .typography h6, .typography .accordion__toggle {
  font-size: 105%; }

@media only screen and (min-width: 768px) {
  .h1, .typography h1, .h2, .typography h2 {
    line-height: 1.1; }
  .h3, .typography h3, .flow-form__header, .h4 {
    line-height: 1.3; }
  .h1, .typography h1 {
    font-size: 360%; }
  .h2, .typography h2 {
    font-size: 250%; }
  .h3, .typography h3, .flow-form__header {
    font-size: 200%; }
  .h4 {
    font-size: 140%; }
    .h5, .typography h4, .claim-type__header, .confirmation-table thead td {
        font-size: 130%;
        font-family: 'Oxygen', sans-serif;
    }
  .h6, .typography h5, .typography h6, .typography .accordion__toggle {
    font-size: 110%; } }

.block-margins, .typography p, .typography ul, .typography ol, .typography pre, .typography li {
  margin: .8em 0; }

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0; }

ol.lower-alpha {
  list-style-type: lower-alpha; }

.unordered-list, .typography ul {
  list-style-type: disc; }

.ordered-list, .typography ol {
  list-style: decimal; }

.typography > :first-child {
  margin-top: 0; }
.typography h1 {
  margin: 1.25em 0 0.5em; }
.typography h2 {
  margin: 1.25em 0 0.5em; }
.typography h3 {
  margin: 1.25em 0 0.5em; }
.typography h4 {
  margin: 1.25em 0 0.5em; }
.typography h5 {
  margin: 1.25em 0 0.5em; }
.typography h6, .typography .accordion__toggle {
  margin: 1.25em 0 0.5em; }

/*=========================================
=            Contextual Styles            =
=========================================*/
.fine-print {
  font-size: .85em; 

  margin-top:2px;
}

.fine-print--2x {
  font-size: .75em; }

.fine-print--3x {
  font-size: .65em; }

.fine-print--4x {
  font-size: .55em; }

.intro {
  font-size: 1.2em; }

.success {
  color: #0E4A19; }

.info {
  color: #926700; }

.warning, .validation-summary-errors, .errorMessages {
  color: #aa4543; }

/*=============================
=            FONTS            =
=============================*/
/*=============================
=            ICONS            =
=============================*/
.icon--lg {
  font-size: 2em; }

/*=====================================
=            ICOMOON ICONS            =
=====================================*/
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot#iefix') format('embedded-opentype'), url('fonts/icomoon.woff2') format('woff2'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"], .icon, .accordion__toggle:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-documents:before {
  /*content: "\e006";*/ }

.icon-clipboard:before {
  content: "\e008";
  
  }




.icon-hourglass:before {
  content: "\e01f"; }

.icon-pricetags:before {
  content: "\e02f"; }

.icon-arrow_drop_down:before, .accordion__toggle:before {
  content: "\e201"; }

.icon-arrow_drop_down_circle:before, .accordion__toggle:hover:before {
  content: "\e202"; }

.icon-arrow_drop_up:before {
  content: "\e203"; }

.icon-cog2:before {
  content: "\e023"; }

.icon-square-check:before {
  content: "\e046"; }

.icon-outbox:before {
  content: "\e123"; }

.icon-log-out:before {
  content: "\e608"; }

.icon-checkmark:before {
  content: "\e603"; }

.icon-check-alt:before {
  content: "\e600"; }

.icon-x:before {
  content: "\e604"; }

.icon-x-altx-alt:before {
  content: "\e601"; }

.icon-cog:before {
  content: "\e607"; }

.icon-plus:before {
  content: "\e605"; }

.icon-plus-alt:before {
  content: "\e602"; }

.icon-upload:before {
  content: "\e606"; }

/*==================================
=            VISA ICONS            =
==================================*/
@font-face {
  font-family: "visaFont";
  src: url('fonts/visaFont.eot');
  src: url('fonts/visaFont.eot?#iefix') format('eot'), url('fonts/visaFont.woff') format('woff'), url('fonts/visaFont.ttf') format('truetype'), url('fonts/visaFont.svg#visaFont') format('svg');
  font-weight: normal;
  font-style: normal; }

.visa-icon {
  display: inline-block;
  font-family: "visaFont"; }

.visa-icon--lg {
  font-size: 2em; }

.visa-icon:before {
  font-family: "visaFont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.visa-icon-hamburger:before {
  content: "\E800"; }

.visa-icon-arrow-down:before {
  content: "\E801"; }

.visa-icon-triangle-up:before {
  content: "\E802"; }

.visa-icon-carat-arrow-right:before {
  content: "\E803A"; }

.visa-icon-carat-arrow-left:before {
  content: "\E803B"; }

.visa-icon-chevron-back:before {
  content: "\E804"; }

.visa-icon-checkmark:before {
  content: "\E805"; }

.visa-icon-checkmark-empty:before {
  content: "\E806"; }

.visa-icon-carat-left:before {
  content: "\E807A"; }

.visa-icon-carat-right:before {
  content: "\E807B"; }

.visa-icon-quote-left:before {
  content: "\E808A"; }

.visa-icon-quote-right:before {
  content: "\E808B"; }

.visa-icon-nav-ribbon-left:before {
  content: "\E809A"; }

.visa-icon-nav-ribbon-right:before {
  content: "\E809B"; }

.visa-icon-close:before {
  content: "\E810"; }

.visa-icon-alert:before {
  content: "\E811"; }

.visa-icon-books:before {
  content: "\E812"; }

.visa-icon-bank:before {
  content: "\E813"; }

.visa-icon-email-rev:before {
  content: "\E814"; }

.visa-icon-building:before {
  content: "\E815"; }

.visa-icon-stack-rev:before {
  content: "\E816"; }

.visa-icon-suitcase:before {
  content: "\E817"; }

.visa-icon-download:before {
  content: "\E818"; }

.visa-icon-flag:before {
  content: "\E819"; }

.visa-icon-global:before {
  content: "\E820"; }

.visa-icon-info:before {
  content: "\E821"; }

.visa-icon-light-buld:before {
  content: "\E822"; }

.visa-icon-ellipsis:before {
  content: "\E823"; }

.visa-icon-sm-biz:before {
  content: "\E824"; }

.visa-icon-shopping-cart:before {
  content: "\E825A"; }

.visa-icon-shopping-cart-empty:before {
  content: "\E825B"; }

.visa-icon-clock:before {
  content: "\E826"; }

.visa-icon-search:before {
  content: "\E827"; }

.visa-icon-wifi:before {
  content: "\E828"; }

.visa-icon-outside-link:before {
  content: "\E829"; }

.visa-icon-location:before {
  content: "\E830"; }

.visa-icon-security:before {
  content: "\E831"; }

.visa-icon-offers:before {
  content: "\E832"; }

.visa-icon-partners:before {
  content: "\E833"; }

.visa-icon-payment-tech:before {
  content: "\E834"; }

.visa-icon-play-arrow:before {
  content: "\E835"; }

.visa-icon-reload:before {
  content: "\E836"; }

.visa-icon-price-tag:before {
  content: "\E837"; }

.visa-icon-printer:before {
  content: "\E838"; }

.visa-icon-android:before {
  content: "\E850"; }

.visa-icon-apple:before {
  content: "\E851"; }

.visa-icon-sqaure-checkmark:before {
  content: "\E860"; }

.visa-icon-square-minus:before {
  content: "\E861"; }

.visa-icon-square-plus:before {
  content: "\E862"; }

.visa-icon-filter-close:before {
  content: "\E863"; }

.visa-icon-filter-open:before {
  content: "\E864"; }

.visa-icon-slider-left-right:before {
  content: "\E865"; }

.visa-icon-visa-card:before {
  content: "\E880"; }

.visa-icon-visa-ready:before {
  content: "\E881"; }

.visa-icon-cards:before {
  content: "\E882"; }

.visa-icon-card-back:before {
  content: "\E883"; }

.visa-icon-visa-tagline:before {
  content: "\E884"; }

.visa-icon-share:before {
  content: "\E890"; }

.visa-icon-facebook:before {
  content: "\E891A"; }

.visa-icon-facebook-rev:before {
  content: "\E891B"; }

.visa-icon-linkedin:before {
  content: "\E892A"; }

.visa-icon-linkedin-rev:before {
  content: "\E892B"; }

.visa-icon-twitter:before {
  content: "\E893A"; }

.visa-icon-twitter-rev:before {
  content: "\E893B"; }

.visa-icon-tumblr-rev:before {
  content: "\E894B"; }

.visa-icon-instagram:before {
  content: "\E895"; }

.visa-icon-paddle-left:before {
  content: "\E896"; }

.visa-icon-paddle-right:before {
  content: "\E897"; }

.visa-icon-global-impact:before {
  content: "\E898"; }

.visa-icon-visa-checkout:before {
  content: "\E899"; }

.visa-icon-payment-technology:before {
  content: "\E900"; }

.visa-icon-cards-main:before {
  content: "\E901"; }

.visa-icon-offers-and-perks:before {
  content: "\E902"; }

.visa-icon-ready-main:before {
  content: "\E903"; }

.visa-icon-info-for-partners:before {
  content: "\E904"; }

.visa-icon-about-visa:before {
  content: "\E905"; }

.visa-icon-start-accepting-visa:before {
  content: "\E906"; }

.visa-icon-commercial-solutions:before {
  content: "\E907"; }

.visa-icon-visa-performance-solutions:before {
  content: "\E908"; }

.visa-icon-innovation:before {
  content: "\E909"; }

.visa-icon-security-main:before {
  content: "\E910"; }

.visa-icon-small-business-management:before {
  content: "\E911"; }

/*======================================
=            SPACING RESETS            =
======================================*/
.margin-reset {
  margin: 0 !important; }
  .margin-reset--left {
    margin-left: 0 !important; }
  .margin-reset--right {
    margin-right: 0 !important; }
  .margin-reset--top {
    margin-top: 0 !important; }
  .margin-reset--bottom {
    margin-bottom: 0 !important; }
  .margin-reset--left-right {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .margin-reset--top-bottom {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }



.padding-reset {
  padding: 0 !important; }
  .padding-reset--left {
    padding-left: 0 !important; }
  .padding-reset--right {
    padding-right: 0 !important; }
  .padding-reset--top {
    padding-top: 0 !important; }
  .padding-reset--bottom {
    padding-bottom: 0 !important; }
  .padding-reset--left-right {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .padding-reset--top-bottom {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

/*====================================
=            SPACING 1/2            =
====================================*/
.margin-half {
  margin: 0.5rem; }
  .margin-half--left {
    margin-left: 0.5rem !important; }
  .margin-half--right {
    margin-right: 0.5rem !important; }
  .margin-half--top {
    margin-top: 0.5rem !important; }
  .margin-half--bottom {
    margin-bottom: 0.5rem !important; }
  .margin-half--left-right {
    margin-left: 0.5rem;
    margin-right: 0.5rem !important; }
  .margin-half--top-bottom {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem !important; }

.padding-half {
  padding: 0.5rem; }
  .padding-half--left {
    padding-left: 0.5rem !important; }
  .padding-half--right {
    padding-right: 0.5rem !important; }
  .padding-half--top {
    padding-top: 0.5rem !important; }
  .padding-half--bottom {
    padding-bottom: 0.5rem !important; }
  .padding-half--left-right {
    padding-left: 0.5rem;
    padding-right: 0.5rem !important; }
  .padding-half--top-bottom {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem !important; }

/*==================================
=            SPACING 1X            =
==================================*/
.margin-1x {
  margin: 1rem; }
  .margin-1x--left {
    margin-left: 1rem !important; }
  .margin-1x--right {
    margin-right: 1rem !important; }
  .margin-1x--top {
    margin-top: 1rem !important; }
  .margin-1x--bottom {
    margin-bottom: 1rem !important; }
  .margin-1x--left-right {
    margin-left: 1rem;
    margin-right: 1rem !important; }
  .margin-1x--top-bottom {
    margin-top: 1rem;
    margin-bottom: 1rem !important; }

.padding-1x, .alert-box:not(:empty), .alert-box--success:not(:empty), .alert-success:not(:empty), .alert-box--info:not(:empty), .alert-box--warning:not(:empty), .alert-failure:not(:empty) {
  padding: 1rem; }
  .padding-1x--left {
    padding-left: 1rem !important; }
  .padding-1x--right {
    padding-right: 1rem !important; }
  .padding-1x--top {
    padding-top: 1rem !important; }
  .padding-1x--bottom {
    padding-bottom: 1rem !important; }
  .padding-1x--left-right {
    padding-left: 1rem;
    padding-right: 1rem !important; }
  .padding-1x--top-bottom {
    padding-top: 1rem;
    padding-bottom: 1rem !important; }

/*==================================
=            SPACING 2X            =
==================================*/
.margin-2x {
  margin: 1rem; }
  .margin-2x--left {
    margin-left: 1rem !important; }
  .margin-2x--right {
    margin-right: 1rem !important; }
  .margin-2x--top {
    margin-top: 1rem !important; }
  .margin-2x--bottom, .box, /*.box--white,*/ .box--grey, .modal-content {
    margin-bottom: 1rem !important; }
  .margin-2x--left-right {
    margin-right: 1rem;
    margin-left: 1rem !important; }
  .margin-2x--top-bottom {
    margin-top: 1rem;
    margin-bottom: 1rem !important; }
  @media only screen and (min-width: 768px) {
    .margin-2x {
      margin: 2rem; }
      .margin-2x--left {
        margin-left: 2rem !important; }
      .margin-2x--right {
        margin-right: 2rem !important; }
      .margin-2x--top {
        margin-top: 2rem !important; }
      .margin-2x--bottom, .box, /*.box--white,*/ .box--grey, .modal-content {
        margin-bottom: 2rem !important; }
      .margin-2x--left-right {
        margin-right: 2rem;
        margin-left: 2rem !important; }
      .margin-2x--top-bottom {
        margin-top: 2rem;
        margin-bottom: 2rem !important; } }

.padding-2x, .modal-content {
  padding: 2rem; }
  .padding-2x--left {
    padding-left: 2rem !important; }
  .padding-2x--right {
    padding-right: 2rem !important; }
  .padding-2x--top {
    padding-top: 2rem !important; }
  .padding-2x--bottom {
    padding-bottom: 2rem !important; }
  .padding-2x--left-right {
    padding-left: 2rem;
    padding-right: 2rem !important; }
  .padding-2x--top-bottom {
    padding-top: 2rem;
    padding-bottom: 2rem !important; }
  @media only screen and (min-width: 768px) {
    .padding-2x, .modal-content {
      padding: 2rem; }
      .padding-2x--left {
        padding-left: 2rem !important; }
      .padding-2x--right {
        padding-right: 2rem !important; }
      .padding-2x--top {
        padding-top: 2rem !important; }
      .padding-2x--bottom {
        padding-bottom: 2rem !important; }
      .padding-2x--left-right {
        padding-left: 2rem;
        padding-right: 2rem !important; }
      .padding-2x--top-bottom {
        padding-top: 2rem;
        padding-bottom: 2rem !important; } }

/*==================================
=            SPACING 3X            =
==================================*/
.margin-3x {
  margin: 3rem; }
  .margin-3x--left {
    margin-left: 3rem !important; }
  .margin-3x--right {
    margin-right: 3rem !important; }
  .margin-3x--top {
    margin-top: 3rem !important; }
  .margin-3x--bottom {
    margin-bottom: 3rem !important; }
  .margin-3x--left-right {
    margin-right: 3rem;
    margin-left: 3rem !important; }
  .margin-3x--top-bottom {
    margin-top: 3rem;
    margin-bottom: 3rem !important; }
  @media only screen and (min-width: 768px) {
    .margin-3x {
      margin: 3rem; }
      .margin-3x--left {
        margin-left: 3rem !important; }
      .margin-3x--right {
        margin-right: 3rem !important; }
      .margin-3x--top {
        margin-top: 3rem !important; }
      .margin-3x--bottom {
        margin-bottom: 3rem !important; }
      .margin-3x--left-right {
        margin-right: 3rem;
        margin-left: 3rem !important; }
      .margin-3x--top-bottom {
        margin-top: 3rem;
        margin-bottom: 3rem !important; } }

.padding-3x {
  padding: 3rem; }
  .padding-3x--left {
    padding-left: 3rem !important; }
  .padding-3x--right {
    padding-right: 3rem !important; }
  .padding-3x--top {
    padding-top: 3rem !important; }
  .padding-3x--bottom {
    padding-bottom: 3rem !important; }
  .padding-3x--left-right {
    padding-left: 3rem;
    padding-right: 3rem; }
  .padding-3x--top-bottom {
    padding-top: 3rem;
    padding-bottom: 3rem !important; }
  @media only screen and (min-width: 768px) {
    .padding-3x {
      padding: 3rem; }
      .padding-3x--left {
        padding-left: 3rem !important; }
      .padding-3x--right {
        padding-right: 3rem !important; }
      .padding-3x--top {
        padding-top: 3rem !important; }
      .padding-3x--bottom {
        padding-bottom: 3rem !important; }
      .padding-3x--left-right {
        padding-left: 3rem;
        padding-right: 3rem !important; }
      .padding-3x--top-bottom {
        padding-top: 3rem;
        padding-bottom: 3rem !important; } }

/*==================================
=            SPACING 4X            =
==================================*/
.margin-4x {
  margin: 4rem; }
  .margin-4x--left {
    margin-left: 4rem !important; }
  .margin-4x--right {
    margin-right: 4rem !important; }
  .margin-4x--top {
    margin-top: 4rem !important; }
  .margin-4x--bottom {
    margin-bottom: 4rem !important; }
  .margin-4x--left-right {
    margin-right: 4rem;
    margin-left: 4rem !important; }
  .margin-4x--top-bottom {
    margin-top: 4rem;
    margin-bottom: 4rem !important; }
  @media only screen and (min-width: 768px) {
    .margin-4x {
      margin: 4rem; }
      .margin-4x--left {
        margin-left: 4rem !important; }
      .margin-4x--right {
        margin-right: 4rem !important; }
      .margin-4x--top {
        margin-top: 4rem !important; }
      .margin-4x--bottom {
        margin-bottom: 4rem !important; }
      .margin-4x--left-right {
        margin-right: 4rem;
        margin-left: 4rem !important; }
      .margin-4x--top-bottom {
        margin-top: 4rem;
        margin-bottom: 4rem !important; } }

.padding-4x {
  padding: 1rem; }
  .padding-4x--left {
    padding-left: 4rem !important; }
  .padding-4x--right {
    padding-right: 4rem !important; }
  .padding-4x--top {
    padding-top: 4rem !important; }
  .padding-4x--bottom {
    padding-bottom: 4rem !important; }
  .padding-4x--left-right {
    padding-left: 4rem;
    padding-right: 4rem !important; }
  .padding-4x--top-bottom {
    padding-top: 4rem;
    padding-bottom: 4rem !important; }
  @media only screen and (min-width: 768px) {
    .padding-4x {
      padding: 4rem; }
      .padding-4x--left {
        padding-left: 4rem !important; }
      .padding-4x--right {
        padding-right: 4rem !important; }
      .padding-4x--top {
        padding-top: 4rem !important; }
      .padding-4x--bottom {
        padding-bottom: 4rem !important; }
      .padding-4x--left-right {
        padding-left: 4rem;
        padding-right: 4rem !important; }
      .padding-4x--top-bottom {
        padding-top: 4rem;
        padding-bottom: 4rem !important; } }

/*========================================
=            NEGATIVE SPACING            =
========================================*/
/*=============================================
=            MISCELLANEOUS HELPERS            =
=============================================*/
.nobr {
  white-space: nowrap; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.br-mobile {
  display: block; }
  @media only screen and (min-width: 768px) {
    .br-mobile {
      display: none; } }

.br-desktop {
  display: none; }
  @media only screen and (min-width: 768px) {
    .br-desktop {
      display: block; } }

.mobile-spacer {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 768px) {
    .mobile-spacer {
      margin-bottom: initial; } }

/*=================================
=            ALIGNMENT            =
=================================*/
.float-left, .float-left--mobile {
  float: left;
  margin-right: 1em; }

.float-right, .float-right--mobile {
  float: right;
  margin-left: 1em; }

@media only screen and (min-width: 768px) {
  .float-left--mobile {
    float: none;
    margin: none; } }

@media only screen and (min-width: 768px) {
  .float-right--mobile {
    float: none;
    margin: none; } }

@media only screen and (min-width: 768px) {
  .float-left--desktop {
    float: left;
    margin-right: 1em; } }

@media only screen and (min-width: 768px) {
  .float-right--desktop {
    float: right;
    margin: 1em; } }

.text-left {
  text-align: left   !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right  !important; }

.border-reset {
  border: 0 !important; }
  .border-reset--left {
    border-left: 0 !important; }
  .border-reset--right {
    border-right: 0 !important; }
  .border-reset--top {
    border-top: 0 !important; }
  .border-reset--bottom {
    border-bottom: 0 !important; }
  .border-reset--left-right {
    border-left: 0 !important;
    border-right: 0 !important; }
  .border-reset--top-bottom {
    border-top: 0 !important;
    border-bottom: 0 !important; }

.box-shadow-reset {
  -webkit-box-shadow: inset 0px 0px 0px 0px transparent !important;
  -moz-box-shadow: inset 0px 0px 0px 0px transparent !important;
  box-shadow: inset 0px 0px 0px 0px transparent !important; }

.required-fields {
  float: right;
  font-size: .8em;
  margin-bottom: 0;
  margin-top: 1.5em; }

/*=====================================
=            HEADER STYLES            =
=====================================*/
.header-branding {
  float: left;
  margin-top: 1.9em;
  margin-left: 1em; }
  @media only screen and (min-width: 768px) {
    .header-branding {
      margin-left: 0;
      margin-top: 1.1em; } }
  .header-branding .logo {
    height: 2.3em; }
    @media only screen and (min-width: 768px) {
      .header-branding .logo {
        height: 2.7em; } }

@media only screen and (min-width: 768px) {
  .menu-wrap, .copyright-wrap {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    float: right; } }

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Oxygen', sans-serif; }
  @media only screen and (min-width: 768px) {
    .menu {
      display: inline-block;
      vertical-align: middle; } }
  .menu a, .menu button {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    transition: color 0.1s linear; }

.menu-item {
    text-align: center;
    color: #375d74;
    display: block;
    font-weight: 400;
}
  @media only screen and (min-width: 768px) {
    .menu-item {
      text-align: left;
      display: inline-block;
      vertical-align: middle; } }

.menu-item--divider {
  display: none; }
  @media only screen and (min-width: 768px) {
    .menu-item--divider {
      display: inline-block;
      width: 1px;
      height: 1em;
      position: relative;
      background-color: rgba(255, 255, 255, 0.25);
      position: static;
      margin: 0 1rem;
      height: 3.3em; } }

.menu-link, .copyright {
    padding: 1.45rem 2rem;
    color: inherit;
    display: block;
    text-decoration: none;
    line-height: 1em;
}
  @media only screen and (min-width: 768px) {
    .menu-link, .copyright {
      font-size: 1.1em;
      padding: 1.45rem .9rem; } }
  @media (min-width: 992px) {
    .menu-link, .copyright {
      padding: 1.45rem 1.15rem;
      font-size: 1.2em; } }
  .menu-link:hover, .copyright:hover {
    color: #0000FF; }
  .menu-link .icon, .copyright .icon, .menu-link .accordion__toggle:before, .copyright .accordion__toggle:before {
    top: .1em;
    position: relative;
    margin-right: .15em; }

.welcome-banner {
  margin-bottom: 2rem;
  height: 2rem; }
  @media only screen and (min-width: 768px) {
    .welcome-banner {
      margin-bottom: 0; } }

.welcome-msg {
  font-size: .95em;
  padding: 1em 0;
  line-height: 1;
  display: block; }
  @media only screen and (min-width: 768px) {
    .welcome-msg {
      padding: 1em 0 0 0;
      float: right; } }

.mobile-collapse {
  display: none; }
  @media only screen and (min-width: 768px) {
    .mobile-collapse {
      display: block; } }

.menu-wrap--mobile {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 2em;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: block;
  padding-top: 3em; }

.mobile-nav-toggle {
  position: relative;
  float: right;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  z-index: 999; }
  @media only screen and (min-width: 768px) {
    .mobile-nav-toggle {
      display: none; } }
.mobile-nav-toggle button {
    font-size: 3rem;
    line-height: 1;
    padding: 1.45rem 2rem;
    /*color: white;*/
    background: none;
    border: none;
}

.mobile-nav-toggle--open .visa-icon-close {
  display: none; }

.mobile-nav-toggle--close .visa-icon-close {
  display: block; }
.mobile-nav-toggle--close .visa-icon-hamburger {
  display: none; }

.navline {
  height: .2em;
  z-index: 3;
  display: block;
  width: 100%;
  position: relative;
  bottom: 0; }

.navline .nav-indicator-bar {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s; }

@media only screen and (min-width: 768px) {
  .util-menu {
    font-size: .85em; } }

.menu .icon, .menu .accordion__toggle:before {
  display: none; }
  @media only screen and (min-width: 768px) {
    .menu .icon, .menu .accordion__toggle:before {
      display: inline-block; } }

.btn.menu-btn {
  font-size: .6em;
  margin: 2em 2rem 0 2rem;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  @media only screen and (min-width: 768px) {
    .btn.menu-btn {
      margin: 0 1.25rem;
      font-size: .7rem;
      padding: 1.1em 2em .85em; } }
  .btn.menu-btn:hover {
    background: #080B3E !important;
    border: solid 1px transparent !important;
    color: white !important; }

/*=====================================
=            FOOTER STYLES            =
=====================================*/
.footer {
  background: #f6f6f6;
  color: rgba(104, 104, 104, 1); }
  @media only screen and (min-width: 768px) {
    .footer {
      position: absolute;
      left: 0;
      bottom: 0;
      /*height: 150px;*/
      width: 100%;
      /*padding-top: 2.6em;*/ } }

.copyright-wrap {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .copyright-wrap {
      float: left;
      text-align: left; } }

.copyright {
  font-family: 'Oxygen', sans-serif; }
  @media only screen and (min-width: 768px) {
    .copyright {
      font-size: .9em; } }

.footer-menu {
  text-align: center; }
  .footer-menu .menu-item {
    color: inherit;
    display: inline-block; }
  .footer-menu .menu-link, .footer-menu .copyright {
    display: inline-block;
    padding: 2em .5em; }
    @media only screen and (min-width: 768px) {
      .footer-menu .menu-link, .footer-menu .copyright {
        padding: 1.45rem 1.15rem; } }
  @media only screen and (min-width: 768px) {
    .footer-menu {
      font-size: .9em; } }

/*============================
=            SECTIONS            =
============================*/
.page {
  padding: 0 0 2em 0; }

.page-header {
  padding: 0 0 2em 0; }

.page-header--lg {
  padding: 0 0 2em 0; }
  @media only screen and (min-width: 768px) {
    .page-header--lg {
      padding: 2em 0 4em 0; } }

/*=================================
=            FLOW FORM            =
=================================*/
.flow-form {
  padding: 1rem;
  padding-top: 3rem; }
  @media only screen and (min-width: 768px) {
    .flow-form {
      padding: 4rem; } }

.flow-form__section {
  margin-bottom: 2rem; }

.flow-form__header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  color: #5C5C5C;
  border-bottom: solid 1px #DEDEDE; }

    .flow-form__header.h5, .typography h4.flow-form__header, .flow-form__header.claim-type__header, .confirmation-table thead td.flow-form__header {
        color: #375d74;
    }

/*===============================
=            SIDEBAR            =
===============================*/
.js-sticky-sidebar--stuck {
  position: fixed;
  top: 20px; }

/*===============================
=            BUTTONS            =
===============================*/
/*----------  BUTTON TYPES  ----------*/
.btn {
    padding: 1.5em 4em;
    border-radius: .35em;
    text-transform: uppercase;
    letter-spacing: .3em;
    line-height: 1em;
    text-decoration: none;
    color: black;
    background: #375d74;
    font-size: .8rem;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-right: 1rem;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
  @media only screen and (min-width: 768px) {
    .btn {
      margin-bottom: 0; }
      .btn:last-of-type {
        margin-right: 0; } }goo

.btn-ghost {
  background: white;
  border: solid 1px #e3e4e8; }

.btn-ghost-inverted {
    background: transparent !important;
    border: solid 1px black !important;
    color: #375d74 !important;
}

.btn-blank {
  background: none !important;
  border: solid 1px transparent !important;
  color: #B9B9B9; }
  .btn-blank:hover {
    border: solid 1px #B9B9B9 !important; }

/*----------  BUTTON SIZES  ----------*/
.btn-xs {
  padding: 1.1em 2em .85em;
  font-size: .7rem; }
  @media only screen and (min-width: 768px) {
    .btn-xs {
      font-size: .7rem; } }

.btn-sm {
  font-size: .7rem;
  font-family: 'Oxygen', sans-serif;
  padding: 1.2em 3em; }

.btn-md {
  font-size: .8rem; }

.btn-lg {
  font-size: .9rem; }

/*----------  PRIMARY / SECONDARY  ----------*/
.btn-primary {
    background: linear-gradient(to right,#375d74,#375d74);
    border: solid 1px #375d74;
    color: #FFF;
}
    .btn-primary:hover {
        background: linear-gradient(to right,#6ba1c2,#6ba1c2);
        border: solid 1px #080B3E;
    }
    .btn-primary.btn-ghost {
        background: transparent;
        border: solid 1px #375d74;
        color: #375d74;
    }
        .btn-primary.btn-ghost:hover {
            background: #6ba1c2;
            color: #375d74;
        }
    .btn-primary.btn-blank {
        color: #375d74;
    }
        .btn-primary.btn-blank:hover {
            border: solid 1px #375d74 !important;
        }

.btn-secondary {
    background: #375d74;
    border: solid 1px #375d74;
    color: white;
}
    .btn-secondary:hover {
        background: #375d74;
        border: solid 1px #375d74;
    }
    .btn-secondary.btn-ghost {
        background: transparent;
        border: solid 1px #375d74;
        color: #375d74;
    }
        .btn-secondary.btn-ghost:hover {
            background: #375d74;
            color: white;
        }
    .btn-secondary.btn-blank {
        color: #375d74;
    }
        .btn-secondary.btn-blank:hover {
            border: solid 1px #375d74 !important;
        }

/*----------  BUTTON CONTAINERS  ----------*/
.btn-well {
  text-align: center; }

/*----------  BUTTON MODIFIERS  ----------*/
.btn-block {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

/*----------  SPECIFIC BUTTONS  ----------*/
.add-more-btn {
  float: right;
  padding: 1em;
  text-align: center;
  letter-spacing: 1; }

@media only screen and (min-width: 768px) {
  .form-group .btn {
    margin-top: 1.3rem;
    padding: 1.2em 3em; } }

/*=============================================
=            MISCELLANEOUS MODULES            =
=============================================*/
.claim-type {
  margin-top: 3rem; }
  @media only screen and (min-width: 768px) {
    .claim-type {
      margin-top: 0; } }

.claim-type__item {
  display: none; }
  .claim-type__item--active {
    display: block; }

.claim-type__header img {
  margin-right: 1rem; }

.claim-status__claimId {
  float: right; }

/*========================================
=            CUSTOM CONTAINERS            =
========================================*/
@media only screen and (min-width: 768px) {
  .container--sm {
    width: 562.5px; } }
@media (min-width: 992px) {
  .container--sm {
    width: 630.5px; } }
@media (min-width: 1200px) {
  .container--sm {
    width: 643.5px; } }

@media only screen and (min-width: 768px) {
  .container--md {
    width: 525px; } }
@media (min-width: 992px) {
  .container--md {
    width: 679px; } }
@media (min-width: 1200px) {
  .container--md {
    width: 819px; } }

@media only screen and (min-width: 768px) {
  .container--lg {
    width: 637.5px; } }
@media (min-width: 992px) {
  .container--lg {
    width: 824.5px; } }
@media (min-width: 1200px) {
  .container--lg {
    width: 994.5px; } }

/*=====================================
=            BOXES/BUCKETS            =
=====================================*/
.box--white {
    background: white;
    border: solid 1px #acb4d6;
    -webkit-box-shadow: 0px -5px 0px 0px #375d74;
    -moz-box-shadow: 0px -5px 0px 0px #375d74;
    box-shadow: 0px -5px 0px 0px #375d74;
}

.box--grey {
  background: #F7F7F7; }

/*===================================
=            ALERT BOXES            =
===================================*/
.alert-box:not(:empty), .alert-box--success:not(:empty), .alert-success:not(:empty), .alert-box--info:not(:empty), .alert-box--warning:not(:empty), .alert-failure:not(:empty) {
  border-radius: .5em;
  background-color: #e3e4e8;
  color: black; }
  .alert-box:not(:empty) :last-child, .alert-box--success:not(:empty) :last-child, .alert-success:not(:empty) :last-child, .alert-box--info:not(:empty) :last-child, .alert-box--warning:not(:empty) :last-child, .alert-failure:not(:empty) :last-child {
    margin-bottom: 0; }

.alert-box--success:not(:empty), .alert-success:not(:empty) {
  background-color: #C4EFCC;
  color: #0E4A19; }

.alert-box--info:not(:empty) {
    background-color: #fcf8e3;
    color: #030200;
}

.alert-box--warning:not(:empty), .alert-failure:not(:empty) {
  background-color: #f1dedd;
  color: #aa4543; }

/*===============================================
=            STEP TRACKER MODULE            =
===============================================*/
.step-tracker {
  border-bottom: solid 1px #e3e4e8;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  counter-reset: step-counter;
  height: 3em;
  font-size: .9em; }
  @media only screen and (min-width: 768px) {
    .step-tracker {
      font-size: 1em; } }

.step-tracker .step {
    display: table-cell;
    padding: 1em;
    position: relative;
    vertical-align: middle;
    color: #595959;
    letter-spacing: -.03em;
    text-align: center;
}
  @media only screen and (min-width: 768px) {
    .step-tracker .step:before {
      content: counter(step-counter);
      counter-increment: step-counter;
      display: block;
      line-height: 1; } }
  @media (min-width: 992px) {
    .step-tracker .step:before {
      padding-right: .5em;
      content: counter(step-counter) ".";
      display: table-cell;
      vertical-align: middle; } }
  .step-tracker .step:after {
    content: "";
    height: 70%;
    top: 15%;
    vertical-align: middle;
    width: 2px;
    background: #e3e4e8;
    right: 0;
    position: absolute; }
  .step-tracker .step:last-child:after {
    display: none; }
  .step-tracker .step span {
    line-height: 1;
    display: block; }
    @media (min-width: 992px) {
      .step-tracker .step span {
        display: table-cell;
        vertical-align: middle; } }

.step-tracker .step--current {
    color: #375d74;
    font-family: 'Oxygen', sans-serif;
    -webkit-box-shadow: inset 0px -2px 0px 0px #375d74 !important;
    -moz-box-shadow: inset 0px -2px 0px 0px #375d74 !important;
    box-shadow: inset 0px -2px 0px 0px #375d74 !important;
}

.step-tracker .step--done:before {
  content: "\E805";
  font-family: "visaFont"; }
.step-tracker .step--done span {
  display: none; }
  @media only screen and (min-width: 768px) {
    .step-tracker .step--done span {
      display: block; } }
  @media (min-width: 992px) {
    .step-tracker .step--done span {
      display: table-cell;
      vertical-align: middle; } }

/*===============================================
=            STEP TRACKER MODULE            =
===============================================*/
.status-tracker {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .9em;
  text-align: left;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 3em;
  margin-bottom: 3em !important; }
  @media only screen and (min-width: 768px) {
    .status-tracker {
      margin-bottom: 1em !important; } }

.status-tracker .step {
    position: relative;
    vertical-align: middle;
    color: #424242;
    letter-spacing: -.03em;
    text-align: center;
    padding: 0 0 1em 0;
    display: table-cell;
    padding: 1em;
}

.status-tracker .step .step__number {
  display: block;
  line-height: 1;
  width: 3em;
  height: 3em;
  background: #e3e4e8;
  border-radius: 3em;
  line-height: 3em;
  position: relative;
  z-index: 1;
  text-decoration: none;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .status-tracker .step .step__number {
      margin: auto; } }
  @media (min-width: 992px) {
    .status-tracker .step .step__number {
      content: counter(step-counter);
      display: inline-block;
      vertical-align: middle;
      text-align: center; } }

.status-tracker .step .step__number:after {
    content: attr(data-tab-label);
    position: absolute;
    margin: auto;
    top: 4em;
    color: #375d74;
    display: block;
    left: -50%;
    right: -50%;
    line-height: 1;
    font-size: 1em;
}
  @media only screen and (min-width: 768px) {
    .status-tracker .step .step__number:after {
      display: none; } }

.status-tracker .step--current .step__number:after {
  font-family: 'Oxygen', sans-serif; }

.status-tracker .step .step__bar {
  height: 3px;
  top: 49%;
  width: 100%;
  background: #e3e4e8;
  right: 50%;
  left: auto;
  position: absolute;
  z-index: 0; }

.status-tracker .step:first-child .step__bar {
  display: none; }

.status-tracker .step--current .step__number {
    background: white;
    color: #375d74;
    -webkit-box-shadow: 0px 0px 0px 3px #375d74;
    -moz-box-shadow: 0px 0px 0px 3px #375d74;
    box-shadow: 0px 0px 0px 3px #375d74;
}

.status-tracker .step--current .step__bar {
    background: #375d74;
    color: white;
}

.status-tracker .step--done .step__number, .status-tracker .step--done .step__bar {
    background: #375d74;
    color: white;
}

/*===============================================
=            TABS MODULE            =
===============================================*/
.tabs {
  font-size: 1em;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  counter-reset: step-counter;
  height: 3em;
  font-size: .9em;
  border-bottom: 0;
  margin-top: -5px; }

.tabs--mobile-disable {
  display: none; }
  @media only screen and (min-width: 768px) {
    .tabs--mobile-disable {
      display: table; } }

@media only screen and (max-width: 768px) {
  .tabs--mobile-list {
    height: auto;
    margin-top: 0; } }

@media only screen and (max-width: 768px) {
  .tabs--mobile-list .tab {
    display: block !important; } }

.tabs .tab {
    cursor: pointer;
    display: table-cell;
    padding: 1em;
    position: relative;
    vertical-align: middle;
    color: #545454;
    letter-spacing: -.03em;
    text-align: center;
    background: #F7F7F7;
    border-top: solid 4px transparent;
    -webkit-box-shadow: inset 0px 4px 0px 0px #e3e4e8;
    -moz-box-shadow: inset 0px 4px 0px 0px #e3e4e8;
    box-shadow: inset 0px 4px 0px 0px #e3e4e8;
}
  .tabs .tab:after {
    content: "";
    height: 70%;
    top: 15%;
    vertical-align: middle;
    width: 1px;
    background: #EEEEEE;
    right: 0;
    position: absolute; }
  .tabs .tab:last-child:after {
    display: none; }
  .tabs .tab span, .tabs .tab a {
    line-height: 1;
    display: block; }
    @media (min-width: 992px) {
      .tabs .tab span, .tabs .tab a {
        display: inline-block;
        vertical-align: middle;
        width: auto; } }

.tabs .tab--active {
    color: #375d74;
    background: white;
    border-top: solid 4px #375d74;
    -webkit-box-shadow: inset 0px 4px 0px 0px transparent;
    -moz-box-shadow: inset 0px 4px 0px 0px transparent;
    box-shadow: inset 0px 4px 0px 0px transparent;
}
  .tabs .tab--active:after {
    display: none; }

.tab-anchor--mobile-disable {
  display: block; }

.tab-anchor {
  display: none; }

.tab-anchor.active {
  display: block; }

.tab-anchor.inactive {
  display: none; }

.tab-anchor--mobile-disable.inactive {
  display: block; }
  @media only screen and (min-width: 768px) {
    .tab-anchor--mobile-disable.inactive {
      display: none; } }

/*==============================
=            TABLES            =
==============================*/
.table, .table--striped, .table--responsive {
  width: 100%;
  border-collapse: collapse; }
  .table thead, .table--striped thead, .table--responsive thead {
    font-family: 'Oxygen', sans-serif; }
    .table thead th, .table--striped thead th, .table--responsive thead th {
      text-align: left;
      padding: 0 1rem; }
  .table tbody tr:nth-child(odd), .table--striped tbody tr:nth-child(odd), .table--responsive tbody tr:nth-child(odd) {
    background-color: #F7F7F7; }
  .table tr, .table--striped tr, .table--responsive tr {
    background-color: transparent; }
  .table td, .table--striped td, .table--responsive td {
    padding: 1rem;
    text-align: left; }

/*========================================
=            RESPONSIVE TABLE            =
========================================*/
@media only screen and (max-width: 992px) {
  .table--responsive {
    display: block;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */ }
    .table--responsive thead, .table--responsive tbody, .table--responsive th, .table--responsive td, .table--responsive tr {
      display: block; }
    .table--responsive thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .table--responsive tr {
      border: 1px solid #eee;
      margin-bottom: 1em; }
    .table--responsive td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%; }
    .table--responsive td:before {
      content: attr(data-label);
      /* Get label from data attribute*/
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      font-family: 'Oxygen', sans-serif; } }

/*====================================
=            CLAIMS TABLE            =
====================================*/
@media (min-width: 992px) {
  .claims-table {
    font-size: .8rem; } }
@media (min-width: 1200px) {
  .claims-table {
    font-size: .95rem; } }

/*========================================
=            CONFIRMATION TABLE            =
========================================*/
.confirmation-table {
  width: 100%; }
  .confirmation-table td {
    vertical-align: middle;
    padding: .5rem; }
    .confirmation-table td:nth-child(2) {
      text-align: left; }
  .confirmation-table thead td {
    border-top: solid 5px #F7F7F7;
    padding-top: 0; }
  .confirmation-table tbody td {
    border-top: solid 5px #F7F7F7;
    background: white; }

/*===============================
=            UPLOADER            =
===============================*/
/*.doc-upload__header {
  margin-left: 1rem; }*/

.doc-upload__item {
  background: white;
  margin-bottom: .5em;
  display: block;
  width: 100%;
  padding: 1rem;
  position: relative;
  display: table;
  min-height: 4em; }

.doc-upload__desc {
  display: table-cell;
  float: none;
  vertical-align: middle; }

.uploader {
  display: table-cell;
  float: none;
  vertical-align: middle;
  text-align: right; }

.doc-upload__item .icon-checkmark {
  color: green;
  position: absolute;
  top: -0.7em;
  left: -.8em;
  background: white;
  padding: .5em;
  border-radius: 100%;
  border: solid 1px #ECECEC; 

}

.filedescrip {
 width:550px;
font-size: 9pt; 
font-weight: 500;

}
.js-DUFileDescription {
     width:550px;
font-size: 9pt; 
font-weight: 500;
}



  @media (min-width: 992px) {
    .doc-upload__item .icon-checkmark {
      margin-right: 0.5rem;
      top: initial;
      left: initial;
      background: transparent;
      padding: 0;
      border: none;
      position: relative;
      display: inline-block;
      margin-top: .4em;
      padding-right: .5em; 

    } 

  }

.uploader__btn {
  display: block;
  margin-right: 0;
  float: right;
  font-size: .7em;
  padding: 1em;
  margin-bottom: 0; }

input[type="file"] {
  display: none; }

.uploader__btn--remove {
    background: none !important;
    border: solid 1px transparent;
    color: #767676;
    border-radius: 0;
    position: relative;
    font-size: .65em;
    padding: 1em 0;
}
  @media (min-width: 992px) {
    .uploader__btn--remove {
        padding-right: .5rem;
        padding-left: 2em;
        border-left: solid 1px #767676;
    } }

.js-doc-upload__item--template {
  display: none !important; }

/*==============================
=            MODALS            =
==============================*/
.modal-content {
  text-align: center; }

/*===============================
=            LOADING            =
===============================*/
.loader, .loader-overlay {
  z-index: -9999;
  opacity: 0;
  transition: opacity 200ms; }

.loader.active {
  z-index: 9999;
  opacity: 1; }

.loader-overlay.active {
  z-index: 999;
  opacity: 1; }

.loader-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 27, 0.79); }

.loader:before, .loader:after, .loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  font-size: 10px;
  position: fixed;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  left: 50%;
  top: 40%; }

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 3.5em; }

.loader:before, .loader:after {
  content: '';
  position: absolute;
  top: 0; }

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em white; }

  40% {
    box-shadow: 0 2.5em 0 0 white; } }

@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em white; }

  40% {
    box-shadow: 0 2.5em 0 0 white; } }

/*==================================
=            MENU CARDS            =
==================================*/
.menu-card-container {
  width: 100%;
  margin: auto; }
  @media only screen and (min-width: 768px) {
    .menu-card-container {
      text-align: center; } }

.menu-card {
  background: #F7F7F7;
  display: block;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
  -moz-box-shadow: 0px 0px 0px 1px transparent;
  box-shadow: 0px 0px 0px 1px transparent;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  border-radius: .5em;
  text-decoration: none;
  margin-bottom: .5em;
  padding: 1rem .5em; }
  @media only screen and (min-width: 768px) {
    .menu-card {
      padding: 1.5rem .5em;
      border-radius: 0;
      width: 40%;
      text-align: center;
      display: inline-block;
      margin: 10px;
      width: 140px;
      height: 130px;
      padding-top: 25px; } }
  @media (min-width: 992px) {
    .menu-card {
      width: 180px;
      height: 160px;
      padding-top: 30px;
      margin: 10px; } }
.menu-card:hover {
    -webkit-box-shadow: 0px 0px 0px 3px #375d74;
    -moz-box-shadow: 0px 0px 0px 3px #375d74;
    box-shadow: 0px 0px 0px 3px #375d74;
}
    .menu-card:hover .menu-card__title {
        color: #375d74;
    }

.menu-card__title {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    font-family: 'Oxygen', sans-serif;
    color: #545454;
    line-height: 1.2;
    margin: 0;
    text-decoration: none;
    font-weight: normal;
}
  @media only screen and (min-width: 768px) {
    .menu-card__title {
      display: block;
      font-size: .95em; } }
  @media (min-width: 992px) {
    .menu-card__title {
      font-size: .95em; } }
  @media (min-width: 1200px) {
    .menu-card__title {
      font-size: .95em; } }

.menu-card__icon {
  font-size: 1.65em;
  vertical-align: middle;
  display: inline-block;
  margin: 0 .4em;
  text-align: center;
  width: 1.2em;
  position: relative;
  height: 1.2em; }
  @media only screen and (min-width: 768px) {
    .menu-card__icon {
      font-size: 2.5em;
      display: block;
      width: auto;
      margin-bottom: .2em; } }

.menu-card__icon span {
  position: absolute;
  left: -50%;
  right: -50%;
  margin: auto;
  top: 0; }
  @media only screen and (min-width: 768px) {
    .menu-card__icon span {
      position: relative;
      left: auto;
      right: auto; } }

/*===================================
=            SIDEBAR NAV            =
===================================*/
.sidebar-nav {
  margin: 0;
  padding: 1em 0; }

.sidebar-nav__item {
  list-style: none; }
  .sidebar-nav__item a {
    display: block;
    text-decoration: none;
    margin-bottom: 0rem;
    padding: .5rem; }

.sidebar-nav__item--active a {
  background: rgba(26, 31, 113, 0.1);
  border-radius: .25em; }

/*=================================
=            ACCORDION            =
=================================*/
.accordion__toggle {
  font-family: 'Oxygen', sans-serif;
  font-weight: normal;
  padding-left: 2rem;
  position: relative;
  cursor: pointer;
  margin-bottom: .25em;
  margin-top: .25em; }
    .accordion__toggle:before {
        color: #375d74;
        position: absolute;
        left: .5em;
        -ms-transform: rotate(-90deg);
        /* IE 9 */
        -webkit-transform: rotate(-90deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-90deg);
    }

.accordion {
  margin-bottom: 2.5rem; }

.accordion__content {
  padding-left: 2rem;
  padding-right: 1em;
  position:relative;
  transition: opacity 0s, height 0 1s;
  -webkit-transition: opacity 0s, height 0 1s; }

.accordion__item {
  background: rgba(26, 31, 113, 0.1);
  padding: .75em .75em .75em 0;
  border-radius: .25em;
  margin-bottom: .25em; }

.accordion__content :last-child {
  margin-bottom: 0; }

.accordion__item--closed {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0; }
  .accordion__item--closed .accordion__toggle:before {
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg); }
  .accordion__item--closed .accordion__content {
    opacity: 0;
    transition: opacity 0s, height 0 1s;
    -webkit-transition: opacity 0s, height 0 1s;
    height: 0; }

/*===============================================
=            PRODUCT OVERVIEW MODULE            =
===============================================*/
.product {
  background: #F7F7F7;
  padding: 1rem;
  margin-bottom: 1rem; }

    .product .link, .product .typography a, .typography .product a {
        color: #375d74;
        text-decoration: underline;
    }
  .product .link:hover, .product .typography a:hover, .typography .product a:hover {
    color: #EC9A02; }

.product .hidden {
  display: none !important; }

.product__row, .product__header {
  display: table;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 0.5rem; }

@media (min-width: 1200px) {
  .product__header {
    font-size: 1.1em; } }

.product__header .link, .product__header .typography a, .typography .product__header a {
  margin-left: 0.5rem; }

.product__row {
  background: white;
  padding: 1rem; }

.product__col, .product__col--right, .product__col--divider, .product__col--right dl, .product__col--divider dl {
  display: table-cell;
  vertical-align: middle; }
  @media only screen and (max-width: 768px) {
    .product__col, .product__col--right, .product__col--divider, .product__col--right dl, .product__col--divider dl {
      display: block;
      width: 100%; } }
  .product__col--right, .product__col--divider {
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .product__col--right, .product__col--divider {
        text-align: left; } }

.product__col dl, .product__col--right dl, .product__col--divider dl {
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .product__col dl, .product__col--right dl, .product__col--divider dl {
      display: inline-block;
      margin-left: 1rem; } }

.product__col dt, .product__col--right dt, .product__col--divider dt {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 0.33333rem; }

.product__col dd, .product__col--right dd, .product__col--divider dd {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: 'Oxygen', sans-serif;
  color: #000;
  margin-right: 1rem; }

@media only screen and (min-width: 768px) {
  .product__col--right dl, .product__col--divider dl {
    margin-left: 1rem; }
    .product__col--right dl dt, .product__col--divider dl dt {
      margin-right: 0; }
    .product__col--right dl dd, .product__col--divider dl dd {
      margin-left: 0.33333rem;
      margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .product__name {
    width: 40%; } }
@media (min-width: 992px) {
  .product__name {
    width: 35%; } }

.product__action {
  width: 100%;
  margin-top: 1em; }
  @media only screen and (min-width: 768px) {
    .product__action {
      margin-top: 0;
      width: 14%; } }

.product__col--divider {
  display: none; }
  @media only screen and (min-width: 768px) {
    .product__col--divider {
      padding-left: 1rem;
      padding-right: 1rem;
      display: table-cell;
      width: 1px; }
      .product__col--divider:before {
        content: '';
        height: 100%;
        display: inline-block;
        border-left: solid 1px #e3e4e8;
        top: 0; } }

.product__name .link, .product__name .typography a, .typography .product__name a {
  display: inline;
  font-size: .75em;
  vertical-align: middle;
  background: none;
  border: 0;
  /* cursor: default; */
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none; }

/*----------  CLAIM ROW  ----------*/
.claim__image {
  display: block; }
  @media only screen and (min-width: 768px) {
    .claim__image {
      float: left; } }

.claim__header dl {
  display: block; }
@media only screen and (min-width: 768px) {
  .claim__header {
    width: 35%; } }
@media (min-width: 992px) {
  .claim__header {
    width: 40%; } }
@media (min-width: 1200px) {
  .claim__header {
    width: 25%; } }

/*============================================
=            RECAPTCHA RESPONSIVE            =
============================================*/
.g-recaptcha {
  margin-bottom: 1rem; }

@media only screen and (max-width: 768px) {
  #rc-imageselect {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }


/*# sourceMappingURL=maps/style.css.map */

input[type="text"].input-validation-error,
select.input-validation-error,
input[type="radio"].input-validation-error, input[type="password"].input-validation-error {
    border: 1px solid #e80c4d;
}

.full-width-bg{
    background-repeat:no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.tooltipimei {
    position: relative;
    display: inline-block;
    left: 350px;
    bottom: 2.5em;
    cursor: pointer;
}

    .tooltipimei .tooltiptextimei {
        visibility: hidden;
        width: 400px;
        background-color: #fff;
        color: #555;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
        border-style: ridge;
        cursor: pointer;
        font-size: .9em;
        color: #cd0a0a;
    }

    .tooltipimei .tooltiptextimei::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        cursor: pointer;
        border-color: #555 transparent transparent transparent;
    }

    .tooltipimei:hover .tooltiptextimei {
        visibility: visible;
        opacity: 0.7;
        cursor: pointer;
    }

/*Retina display*/ 
/*@media screen and (min-width: 1024px){
    .full-width-bg{
        background-image: url("images/BG-desktop.bmp");
    }
}*/

 /*Desktop*/ 
/*@media screen and (min-width: 760px) and (max-width: 1200px){
    .full-width-bg{
        background-image: url("images/BG-tablet.bmp");
    }
}*/

 /*Tablet*/ 
/*@media screen and (min-width: 760px) and (max-width: 980px){
    .full-width-bg{
        background-image: url("images/BG-mobile-hd.bmp");
    }
}*/

@media print {
    #print, #home {
        display: none;
    }
}

progress::-webkit-progress-value {
    background-color: #70ad47 !important;
}

.alert-box {
    /*display: flex;*/
    align-items: center;
    background-color: #f8d7da !important;
    border: 2px solid #f5c6cb;
    padding: 5px !important;
    border-radius: 15px !important;
    color: #721c24 !important;
}
.alert-box i {
    font-size: 35px;
    margin-right: 10px;
    color: #721c24;
}
.alert-box strong {
    font-weight: bold;
}
