      html, body, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: 200;
      }

      *, *:before, *:after {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
      }
      html {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-family: "Calibri", sans-serif;
        -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
        position: relative;
        min-height: 100%;
      }
      body {
        font-family: "Calibri", sans-serif;
        font-size: 18px;
        line-height: 1.428571429;
        margin: 0;
        background: -webkit-radial-gradient(circle, #eaeef3  10%, #d1d6dc  90%);
        background: -moz-radial-gradient(circle, #eaeef3  10%, #d1d6dc  90%);
        background: -o-radial-gradient(circle, #eaeef3  10%, #d1d6dc  90%);
        background: radial-gradient(circle, #eaeef3 10%, #d1d6dc  90%);
        margin-bottom: 100px;
        color: #000;
      }
      .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-size: 18px;
        font-family: "Calibri", sans-serif !important;
      }
      a {
        color: #428bca;
        text-decoration: none;
        transition: 0.3s;
      }
      a:active, a:hover {
        outline: 0;
      }
      a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline;
      }
      a:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
      }
      h1, h2, h3, h4, h5, h6 {
        font-family: "Calibri", sans-serif !important;
        font-weight: 500;
        line-height: 1.1;
      }
      h1, h2, h3 {
        margin-top: 20px;
        margin-bottom: 10px;
      }
      h4, h5, h6 {
        margin-top: 10px;
        margin-bottom: 10px;
      }
      h2.heading {
        padding-top: 50px;
        padding-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: .1em;
      }
      h4.heading {
        padding-top: 20px;
        font-weight: 500;
      }
      b, strong {
        font-weight: 500;
      }
      p {
        margin: 0 0 10px;
      }
      hr {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #eeeeee;
        height: 0;
        -moz-box-sizing: content-box;
             box-sizing: content-box;
      }
      img {
        vertical-align: middle;
        border: 0;
      }
      .img-responsive {
        display: block;
        height: auto;
        max-width: 100%;
      }
      .text-left {
        text-align: left;
      }
      .text-right {
        text-align: right;
      }
      .text-center {
        text-align: center;
      }
      ul, ol {
        margin-top: 0;
        margin-bottom: 10px;
      }
      ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
      }
      .list-unstyled {
        padding-left: 0;
        list-style: none;
      }
      .list-inline {
        padding-left: 0;
        list-style: none;
      }
      .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
      }
      .badge {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #ffffff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        background-color: #999999;
        border-radius: 10px;
      }
      .badge:empty {
        display: none;
      }
      .clearfix:before, .clearfix:after {
        display: table;
        content: " ";
      }
      .clearfix:after {
        clear: both;
      }
      .pull-right {
        float: right !important;
      }
      .pull-left {
        float: left !important;
      }
      footer, header, main, nav, section, summary {
        display: block;
      }
      main {
        width: 100%;
      }

      /* padding */
      .pt-5, .py-5 {
        padding-top: 3rem!important;
      }
      .pt-4, .py-4 {
        padding-top: 1.5rem!important;
      }
      .pt-3, .py-3 {
        padding-top: 1rem!important;
      }
      .pt-2, .py-2 {
        padding-top: .5rem!important;
      }
      .pt-1, .py-1 {
        padding-top: .25rem!important;
      }
      .pt-0, .py-0 {
        padding-top: 0!important;
      }
      .pb-5, .py-5 {
        padding-bottom: 3rem!important;
      }
      .pb-4, .py-4 {
        padding-bottom: 1.5rem!important;
      }
      .pb-3, .py-3 {
        padding-bottom: 1rem!important;
      }
      .pb-2, .py-2 {
        padding-bottom: .5rem!important;
      }
      .pb-1, .py-1 {
        padding-bottom: .25rem!important;
      }
      .pb-0, .py-0 {
        padding-bottom: 0!important;
      }
      .pl-5, .px-5 {
        padding-left: 3rem!important;
      }
      .pl-4, .px-4 {
        padding-left: 1.5rem!important;
      }
      .pl-3, .px-3 {
        padding-left: 1rem!important;
      }
      .pl-2, .px-2 {
        padding-left: .5rem!important;
      }
      .pl-1, .px-1 {
        padding-left: .25rem!important;
      }
      .pl-0, .px-0 {
        padding-left: 0!important;
      }
      .pr-5, .px-5 {
        padding-right: 3rem!important;
      }
      .pr-4, .px-4 {
        padding-right: 1.5rem!important;
      }
      .pr-3, .px-3 {
        padding-right: 1rem!important;
      }
      .pr-2, .px-2 {
        padding-right: .5rem!important;
      }
      .pr-1, .px-1 {
        padding-right: .25rem!important;
      }
      .pr-0, .px-0 {
        padding-right: 0!important;
      }
      .p-0 {
        padding: 0!important;
      }

      /* margin */
      .mt-5, .my-5 {
        margin-top: 3rem!important;
      }
      .mt-4, .my-4 {
        margin-top: 1.5rem!important;
      }
      .mt-3, .my-3 {
        margin-top: 1rem!important;
      }
      .mt-2, .my-2 {
        margin-top: .5rem!important;
      }
      .mt-1, .my-1 {
        margin-top: .25rem!important;
      }
      .mt-0, .my-0 {
        margin-top: 0!important;
      }
      .mb-5, .my-5 {
        margin-bottom: 3rem!important;
      }
      .mb-4, .my-4 {
        margin-bottom: 1.5rem!important;
      }
      .mb-3, .my-3 {
        margin-bottom: 1rem!important;
      }
      .mb-2, .my-2 {
        margin-bottom: .5rem!important;
      }
      .mb-1, .my-1 {
        margin-bottom: .25rem!important;
      }
      .mb-0, .my-0 {
        margin-bottom: 0!important;
      }
      .ml-5, .mx-5 {
        margin-left: 3rem!important;
      }
      .ml-4, .mx-4 {
        margin-left: 1.5rem!important;
      }
      .ml-3, .mx-3 {
        margin-left: 1rem!important;
      }
      .ml-2, .mx-2 {
        margin-left: .5rem!important;
      }
      .ml-1, .mx-1 {
        margin-left: .25rem!important;
      }
      .ml-0, .mx-0 {
        margin-left: 0!important;
      }
      .mr-5, .mx-5 {
        margin-right: 3rem!important;
      }
      .mr-4, .mx-4 {
        margin-right: 1.5rem!important;
      }
      .mr-3, .mx-3 {
        margin-right: 1rem!important;
      }
      .mr-2, .mx-2 {
        margin-right: .5rem!important;
      }
      .mr-1, .mx-1 {
        margin-right: .25rem!important;
      }
      .mr-0, .mx-0 {
        margin-right: 0!important;
      }
      .m-0 {
        margin: 0!important;
      }

      /* container || row */
      .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 945px;
      }
      .sm-container {
        max-width: 600px !important;
      }
      .container:before, .container:after, .row:before, .row:after {
        display: table;
        content: " ";
      }
      .container:after, .row:after {
        clear: both;
      }
      .row.display-flex {
        display: flex;
        flex-wrap: wrap;
      }
      .row.display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
      }
      .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,
      .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,
      .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,
      .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 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 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 {
        float: left;
      }
      .col-xs-1 {
        width: 8.333333333333332%;
      }
      .col-xs-2 {
        width: 16.666666666666664%;
      }
      .col-xs-3 {
        width: 25%;
      }
      .col-xs-4 {
        width: 33.33333333333333%;
      }
      .col-xs-5 {
        width: 41.66666666666667%;
      }
      .col-xs-6 {
        width: 50%;
      }
      .col-xs-7 {
        width: 58.333333333333336%;
      }
      .col-xs-8 {
        width: 66.66666666666666%;
      }
      .col-xs-9 {
        width: 75%;
      }
      .col-xs-10 {
        width: 83.33333333333334%;
      }
      .col-xs-11 {
        width: 91.66666666666666%;
      }
      .col-xs-12 {
        width: 100%;
      }
      @media (min-width: 768px) {
        .container {
          max-width: 750px;
        }
        .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 {
          float: left;
        }
        .col-sm-1 {
          width: 8.333333333333332%;
        }
        .col-sm-2 {
          width: 16.666666666666664%;
        }
        .col-sm-3 {
          width: 25%;
        }
        .col-sm-4 {
          width: 33.33333333333333%;
        }
        .col-sm-5 {
          width: 41.66666666666667%;
        }
        .col-sm-6 {
          width: 50%;
        }
        .col-sm-7 {
          width: 58.333333333333336%;
        }
        .col-sm-8 {
          width: 66.66666666666666%;
        }
        .col-sm-9 {
          width: 75%;
        }
        .col-sm-10 {
          width: 83.33333333333334%;
        }
        .col-sm-11 {
          width: 91.66666666666666%;
        }
        .col-sm-12 {
          width: 100%;
        }
        .col-sm-push-1 {
          left: 8.333333333333332%;
        }
        .col-sm-push-2 {
          left: 16.666666666666664%;
        }
        .col-sm-push-3 {
          left: 25%;
        }
        .col-sm-push-4 {
          left: 33.33333333333333%;
        }
        .col-sm-push-5 {
          left: 41.66666666666667%;
        }
        .col-sm-push-6 {
          left: 50%;
        }
        .col-sm-push-7 {
          left: 58.333333333333336%;
        }
        .col-sm-push-8 {
          left: 66.66666666666666%;
        }
        .col-sm-push-9 {
          left: 75%;
        }
        .col-sm-push-10 {
          left: 83.33333333333334%;
        }
        .col-sm-push-11 {
          left: 91.66666666666666%;
        }
        .col-sm-pull-1 {
          right: 8.333333333333332%;
        }
        .col-sm-pull-2 {
          right: 16.666666666666664%;
        }
        .col-sm-pull-3 {
          right: 25%;
        }
        .col-sm-pull-4 {
          right: 33.33333333333333%;
        }
        .col-sm-pull-5 {
          right: 41.66666666666667%;
        }
        .col-sm-pull-6 {
          right: 50%;
        }
        .col-sm-pull-7 {
          right: 58.333333333333336%;
        }
        .col-sm-pull-8 {
          right: 66.66666666666666%;
        }
        .col-sm-pull-9 {
          right: 75%;
        }
        .col-sm-pull-10 {
          right: 83.33333333333334%;
        }
        .col-sm-pull-11 {
          right: 91.66666666666666%;
        }
        .col-sm-offset-1 {
          margin-left: 8.333333333333332%;
        }
        .col-sm-offset-2 {
          margin-left: 16.666666666666664%;
        }
        .col-sm-offset-3 {
          margin-left: 25%;
        }
        .col-sm-offset-4 {
          margin-left: 33.33333333333333%;
        }
        .col-sm-offset-5 {
          margin-left: 41.66666666666667%;
        }
        .col-sm-offset-6 {
          margin-left: 50%;
        }
        .col-sm-offset-7 {
          margin-left: 58.333333333333336%;
        }
        .col-sm-offset-8 {
          margin-left: 66.66666666666666%;
        }
        .col-sm-offset-9 {
          margin-left: 75%;
        }
        .col-sm-offset-10 {
          margin-left: 83.33333333333334%;
        }
        .col-sm-offset-11 {
          margin-left: 91.66666666666666%;
        }
      }
      @media (min-width: 992px) {
        .container {
          max-width: 970px;
        }
        .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 {
          float: left;
        }
        .col-md-1 {
          width: 8.333333333333332%;
        }
        .col-md-2 {
          width: 16.666666666666664%;
        }
        .col-md-3 {
          width: 25%;
        }
        .col-md-4 {
          width: 33.33333333333333%;
        }
        .col-md-5 {
          width: 41.66666666666667%;
        }
        .col-md-6 {
          width: 50%;
        }
        .col-md-7 {
          width: 58.333333333333336%;
        }
        .col-md-8 {
          width: 66.66666666666666%;
        }
        .col-md-9 {
          width: 75%;
        }
        .col-md-10 {
          width: 83.33333333333334%;
        }
        .col-md-11 {
          width: 91.66666666666666%;
        }
        .col-md-12 {
          width: 100%;
        }
        .col-md-push-0 {
          left: auto;
        }
        .col-md-push-1 {
          left: 8.333333333333332%;
        }
        .col-md-push-2 {
          left: 16.666666666666664%;
        }
        .col-md-push-3 {
          left: 25%;
        }
        .col-md-push-4 {
          left: 33.33333333333333%;
        }
        .col-md-push-5 {
          left: 41.66666666666667%;
        }
        .col-md-push-6 {
          left: 50%;
        }
        .col-md-push-7 {
          left: 58.333333333333336%;
        }
        .col-md-push-8 {
          left: 66.66666666666666%;
        }
        .col-md-push-9 {
          left: 75%;
        }
        .col-md-push-10 {
          left: 83.33333333333334%;
        }
        .col-md-push-11 {
          left: 91.66666666666666%;
        }
        .col-md-pull-0 {
          right: auto;
        }
        .col-md-pull-1 {
          right: 8.333333333333332%;
        }
        .col-md-pull-2 {
          right: 16.666666666666664%;
        }
        .col-md-pull-3 {
          right: 25%;
        }
        .col-md-pull-4 {
          right: 33.33333333333333%;
        }
        .col-md-pull-5 {
          right: 41.66666666666667%;
        }
        .col-md-pull-6 {
          right: 50%;
        }
        .col-md-pull-7 {
          right: 58.333333333333336%;
        }
        .col-md-pull-8 {
          right: 66.66666666666666%;
        }
        .col-md-pull-9 {
          right: 75%;
        }
        .col-md-pull-10 {
          right: 83.33333333333334%;
        }
        .col-md-pull-11 {
          right: 91.66666666666666%;
        }
        .col-md-offset-0 {
          margin-left: 0;
        }
        .col-md-offset-1 {
          margin-left: 8.333333333333332%;
        }
        .col-md-offset-2 {
          margin-left: 16.666666666666664%;
        }
        .col-md-offset-3 {
          margin-left: 25%;
        }
        .col-md-offset-4 {
          margin-left: 33.33333333333333%;
        }
        .col-md-offset-5 {
          margin-left: 41.66666666666667%;
        }
        .col-md-offset-6 {
          margin-left: 50%;
        }
        .col-md-offset-7 {
          margin-left: 58.333333333333336%;
        }
        .col-md-offset-8 {
          margin-left: 66.66666666666666%;
        }
        .col-md-offset-9 {
          margin-left: 75%;
        }
        .col-md-offset-10 {
          margin-left: 83.33333333333334%;
        }
        .col-md-offset-11 {
          margin-left: 91.66666666666666%;
        }
      }
      @media (min-width: 1200px) {
        .container {
          max-width: 1170px;
        }
        .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 {
          float: left;
        }
        .col-lg-1 {
          width: 8.333333333333332%;
        }
        .col-lg-2 {
          width: 16.666666666666664%;
        }
        .col-lg-3 {
          width: 25%;
        }
        .col-lg-4 {
          width: 33.33333333333333%;
        }
        .col-lg-5 {
          width: 41.66666666666667%;
        }
        .col-lg-6 {
          width: 50%;
        }
        .col-lg-7 {
          width: 58.333333333333336%;
        }
        .col-lg-8 {
          width: 66.66666666666666%;
        }
        .col-lg-9 {
          width: 75%;
        }
        .col-lg-10 {
          width: 83.33333333333334%;
        }
        .col-lg-11 {
          width: 91.66666666666666%;
        }
        .col-lg-12 {
          width: 100%;
        }
        .col-lg-push-0 {
          left: auto;
        }
        .col-lg-push-1 {
          left: 8.333333333333332%;
        }
        .col-lg-push-2 {
          left: 16.666666666666664%;
        }
        .col-lg-push-3 {
          left: 25%;
        }
        .col-lg-push-4 {
          left: 33.33333333333333%;
        }
        .col-lg-push-5 {
          left: 41.66666666666667%;
        }
        .col-lg-push-6 {
          left: 50%;
        }
        .col-lg-push-7 {
          left: 58.333333333333336%;
        }
        .col-lg-push-8 {
          left: 66.66666666666666%;
        }
        .col-lg-push-9 {
          left: 75%;
        }
        .col-lg-push-10 {
          left: 83.33333333333334%;
        }
        .col-lg-push-11 {
          left: 91.66666666666666%;
        }
        .col-lg-pull-0 {
          right: auto;
        }
        .col-lg-pull-1 {
          right: 8.333333333333332%;
        }
        .col-lg-pull-2 {
          right: 16.666666666666664%;
        }
        .col-lg-pull-3 {
          right: 25%;
        }
        .col-lg-pull-4 {
          right: 33.33333333333333%;
        }
        .col-lg-pull-5 {
          right: 41.66666666666667%;
        }
        .col-lg-pull-6 {
          right: 50%;
        }
        .col-lg-pull-7 {
          right: 58.333333333333336%;
        }
        .col-lg-pull-8 {
          right: 66.66666666666666%;
        }
        .col-lg-pull-9 {
          right: 75%;
        }
        .col-lg-pull-10 {
          right: 83.33333333333334%;
        }
        .col-lg-pull-11 {
          right: 91.66666666666666%;
        }
        .col-lg-offset-0 {
          margin-left: 0;
        }
        .col-lg-offset-1 {
          margin-left: 8.333333333333332%;
        }
        .col-lg-offset-2 {
          margin-left: 16.666666666666664%;
        }
        .col-lg-offset-3 {
          margin-left: 25%;
        }
        .col-lg-offset-4 {
          margin-left: 33.33333333333333%;
        }
        .col-lg-offset-5 {
          margin-left: 41.66666666666667%;
        }
        .col-lg-offset-6 {
          margin-left: 50%;
        }
        .col-lg-offset-7 {
          margin-left: 58.333333333333336%;
        }
        .col-lg-offset-8 {
          margin-left: 66.66666666666666%;
        }
        .col-lg-offset-9 {
          margin-left: 75%;
        }
        .col-lg-offset-10 {
          margin-left: 83.33333333333334%;
        }
        .col-lg-offset-11 {
          margin-left: 91.66666666666666%;
        }
      }

      .alert {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px;
      }

      .alert > p,
      .alert > ul {
        margin-bottom: 0;
      }

      .alert > p + p {
        margin-top: 5px;
      }

      .alert-danger {
        color: #d12842;
        background-color: #f2dede;
        border-color: #e2bcbc;
      }

      /* table */
      table {
        max-width: 100%;
        background-color: transparent;
        border-collapse: collapse;
        border-spacing: 0;
      }
      th {
        text-align: left;
      }
      .table {
        width: 100%;
        margin-bottom: 20px;
      }
      .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #dddddd;
      }
      .table thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
      }
      .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
        border-top: 0;
      }
      .table tbody + tbody {
        border-top: 2px solid #dddddd;
      }
      .table .table {
        background-color: #ffffff;
      }
      .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
      }
      .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
      }
      @media (max-width: 768px) {
        .table-responsive {
          width: 100%;
          margin-bottom: 15px;
          overflow-x: scroll;
          overflow-y: hidden;
          border: 1px solid #dddddd;
        }
        .table-responsive > .table {
          margin-bottom: 0;
          background-color: #fff;
        }
        .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap;
        }
      }

      /* form */
      fieldset {
        padding: 0.35em 0.625em 0.75em;
        margin: 0 2px;
        border: 1px solid #c0c0c0;
      }
      legend {
        padding: 0;
        border: 0;
      }
      .form-control:-moz-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
        color: #999999;
      }
      .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #555555;
        vertical-align: middle;
        background-color: #ffffff;
        border: 1px solid #cbd6e2;
        border-radius: 4px;
        -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 0.15s, box-shadow ease-in-out 0.15s;
                transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
      }
      .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[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
      }
      textarea.form-control {
        height: auto;
      }
      .form-group {
        margin-bottom: 15px;
      }
      .radio, .checkbox {
        display: block;
        min-height: 20px;
        padding-left: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        vertical-align: middle;
      }
      .radio label, .checkbox label {
        display: inline;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
      }
      .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;
      }
      input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled],
      fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline,
      fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
      }
      @media (min-width: 768px) {
        .form-inline .form-group {
          display: inline-block;
          margin-bottom: 0;
          vertical-align: middle;
        }
        .form-inline .form-control {
          display: inline-block;
        }
        .form-inline .radio, .form-inline .checkbox {
          display: inline-block;
          padding-left: 0;
          margin-top: 0;
          margin-bottom: 0;
        }
        .form-inline .radio input[type="radio"],   .form-inline .checkbox input[type="checkbox"] {
          float: none;
          margin-left: 0;
        }
      }
      .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
        padding-top: 7px;
        margin-top: 0;
        margin-bottom: 0;
      }
      .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        display: table;
        content: " ";
      }
      .form-horizontal .form-group:after {
        clear: both;
      }
      @media (min-width: 768px) {
        .form-horizontal .control-label {
          text-align: right;
        }
      }

      /* button */
      .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 4px;
        transition: 0.3s;
        text-transform: uppercase;
        letter-spacing: .2em;
        border: 1px solid #0000001a;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
             -o-user-select: none;
                user-select: none;
      }
      .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
      }
      .btn:hover, .btn:focus {
        color: #333333;
        text-decoration: none;
      }
      .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      }
      .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
                box-shadow: none;
      }
      .btn-primary {
        color: #ffffff;
        border-color: #0000001a;
        background: #d12842;
        font-size: 14px !important;
      }
      .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background: #991b30;
        border-color: #0000001a;
      }
      .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none;
      }
      input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
        width: 100%;
      }
      .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
      }
      .input-group .form-control {
        width: 100%;
        margin-bottom: 0;
      }
      .input-group-addon, .input-group .form-control {
        display: table-cell;
      }
      .input-group-addon:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
      }
      .input-group-addon, .input-group-btn {
        width: 1%;
        white-space: nowrap;
        vertical-align: middle;
      }
      .input-group-addon {
        padding: 6px 12px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        text-align: center;
        background-color: #eeeeee;
        border: 1px solid #cccccc;
        border-radius: 4px;
      }
      .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
      }
      .input-group .form-control:first-child, .input-group-addon:first-child  {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }
      .input-group-addon:first-child {
        border-right: 0;
      }
      .input-group .form-control:last-child, .input-group-addon:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
      }
      .input-group-addon:last-child {
        border-left: 0;
      }
      @-ms-viewport {
        width: device-width;
      }
      @media screen and (max-width: 400px) {
        @-ms-viewport {
          width: 320px;
        }
      }

      /* page */
      .logo {
        text-align: center;
        margin: 20px 0;
      }
      .logo img {
        height: 40px;
      }
      .search-wrap {
        max-width: 700px;
      }
      .srch {
        -webkit-box-shadow: 0 0 5px 0 rgba(43,43,43,0.1), 0 11px 6px -7px rgba(43,43,43,0.1);
        -moz-box-shadow: 0 0 5px 0 rgba(43,43,43,0.1), 0 11px 6px -7px rgba(43,43,43,0.1);
        box-shadow: 0 0 5px 0 rgba(43,43,43,0.1), 0 11px 6px -7px rgba(43,43,43,0.1);
        background: #fff;
        border-radius: 20px;
        position: relative;
        margin-bottom: 30px;
      }
      .srch input[type=text] {
        outline: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
        padding: 10px 0 10px 20px;
        height: unset;
      }
      .srch input[type=text]:focus, .srch input[type=text]:active, .srch input[type=text]:hover {
        border: 0;
        box-shadow: none;
        outline: 0;
      }
      .srch .input-group-addon {
        background: none;
        border: 0;
        padding: 0;
        border-radius: 0;
      }
      .srch #submitButton {
        width: 40px;
        height: 40px;
        border: 0;
        background: #d12842;
        border-radius: 0 20px 20px 0;
        transition: 0.3s;
        cursor: pointer;
      }
      .srch #submitButton:hover {
        background: #991b30;
      }
      .ui-autocomplete.ui-menu {
        overflow-y: auto;
        overflow-x: hidden;
        background: #fff;
        max-height: 250px;
        position: absolute;
        border: 0;
        -webkit-box-shadow: 0 0 5px 0 rgba(43,43,43,0.1), 0 11px 6px -7px rgba(43,43,43,0.1);
        -moz-box-shadow: 0 0 5px 0 rgba(43,43,43,0.1), 0 11px 6px -7px rgba(43,43,43,0.1);
        box-shadow: 0 0 5px 0 rgba(43,43,43,0.1), 0 11px 6px -7px rgba(43,43,43,0.1);
        margin-top: 7px;
        border-radius: 3px;
      }
      .ui-autocomplete li {
        padding: 5px 20px;
        cursor: pointer;
      }
      .ui-autocomplete li:hover {
        background: #f2f2f2;
      }
      .ui-autocomplete .ui-state-active, .ui-autocomplete.ui-widget-content .ui-state-active {
        background: none;
        border: 1px solid transparent;
        color: unset;
      }
      .link h4 {
        color: #061b67;
        font-weight: 600;
        margin-left: 30px;
      }
      .link ul {
        list-style: none;
        margin: 0;
        padding: 0;
      }
      .link li {
        margin-top: 10px;
        padding:5px 10px;
      }
      .link ul .site a {
        text-decoration: none;
        color: #fff;
        padding: 5px 0;
        display: block;
        font-size: 14px;
        padding: 10px 30px;
      }
      .link ul li:hover {
        background: #00000012;
      }
      .link .url {
        color: #6b6b6b;
        display: block;
      }
      .link .lnk {
        color: #0A395B;
        font-weight: 400;
        font-size: 16px;
        display: block;
      }
      .link .desc a{
        color: #000;
      }
      .list-2 {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
      }
      .list-6 {
        columns: 6;
        -webkit-columns: 6;
        -moz-columns: 6;
      }
      .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
      }
      .footer ul {
        padding: 0;
        padding-bottom: 15px;
        margin: 0;
        list-style: none;
      }
      .footer ul li {
        display: inline;
      }
      .footer ul a {
        color: #313131;
        line-height: 15px;
        padding: 0 7px;
        border-right: 1px solid #8c8c8c;
      }
      .footer ul li:last-child a {
        border-right: 0;
      }
      .footer ul a:hover {
        background: none;
        opacity: .7;
      }
      .list {
        list-style: none;
        padding-left: 20px;
      }
      .list li {
        margin-bottom: 10px;
      }
      .form-horizontal.text-left label {
        text-align: left;
        font-weight: 400;
      }
      .beta {
        background: #343a40;
        font-size: 11px;
        margin-left: 5px;
      }
      .embed-responsive {
        position: relative;
        display: block;
        padding: 0;
        overflow: hidden;
      }
      .embed-responsive::before {
        display: block;
        content: "";
      }
      @media (max-width: 380px) {
        .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 0;
        }
      }
      @media (max-width: 576px) {
        .col-12 {
          width: 100%;
        }
        .list-6 {
          columns: 3;
          -webkit-columns: 3;
          -moz-columns: 3;
        }
        h2.heading {
          padding: 0;
          letter-spacing: .02em;
        }
      }
      @media (max-width: 767px) {
        .footer ul.navbar-nav > li {
          float: left;
        }
        .d-xs-none {
          display: none;
        }
      }
      #autocomplete_result {
        border: 1px solid silver;
        border-top: 0;
        position: absolute;
        overflow: auto;
        max-height: 200px;
        background: #fff;
        left: 0px;
        width: 93%;
        padding:10px;
      }
      #autocomplete_result p:hover{
        background-color: #cbd6e2;
        cursor: pointer;
      }