/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]: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; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td, .table th {
      background-color: #fff !important; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  -webkit-border-radius: 6px;
          border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small, .small {
  font-size: 85%; }

mark, .mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt, dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before, blockquote small:before, blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
            box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    -webkit-border-radius: 0;
            border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      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.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.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.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .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.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .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.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .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;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-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="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.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
          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 .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .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::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: false; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 34px; }
    input[type="date"].input-sm, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm input[type="month"] {
      line-height: 30px; }
    input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] {
      line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  position: relative;
  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; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
  cursor: false; }

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: false; }

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: false; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
          border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
          border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
          border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  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, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  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, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  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; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@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 .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
      width: auto; }
  .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;
    vertical-align: middle; }
    .form-inline .radio label, .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.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; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -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 {
    cursor: false;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  -webkit-border-radius: 0;
          border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
          border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup, .dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: false; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: false; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      -webkit-border-radius: 4px 4px 0 0;
              border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    -webkit-border-radius: 4px;
            border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      -webkit-border-radius: 4px 4px 0 0;
              border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      -webkit-border-radius: 4px;
              border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: hidden;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      -webkit-border-radius: 0;
              border-radius: 0; } }

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
      -webkit-border-radius: 0;
              border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
            border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio, .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  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;
    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-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.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);
  -webkit-border-radius: 6px;
          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);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0; }

.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.428571429px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.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; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@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, .clearfix:after {
  content: " ";
  display: table; }
.clearfix: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 !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  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 (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !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 (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !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; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.navbar-default {
  background-color: transparent;
  border: none;
  margin-bottom: 0; }
  .navbar-default .container {
    padding-top: 10px;
    background-color: white;
    -webkit-transition: background-color 0.8s;
            transition: background-color 0.8s; }
    .navbar-default .container .navbar-brand {
      padding: 0;
      margin: 0 0 0 15px;
      line-height: normal;
      height: auto; }
      .navbar-default .container .navbar-brand img {
        height: 30px;
        width: auto;
        margin-top: 10px; }
  .navbar-default .navbar-nav.navbar-right {
    margin-right: 0;
    margin-left: -15px;
    margin-top: 5px; }
  .navbar-default .navbar-nav li a {
    font-family: 'ProximaNova-Regular',sans-serif;
    font-size: 13px;
    /*WO0000000684918*/
    color: #000000;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none; }
    .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
      color: #DADADA; }
    .navbar-default .navbar-nav li a .icon-arrow-right {
      display: none; }
  .navbar-default .navbar-nav li a, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
    text-decoration: none; }
  .navbar-default .navbar-collapse {
    overflow-y: hidden;
    border: none;
    /*WO0000000684918*/
    background-color: #FFF;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-right: 0;
    padding-left: 0; }
  .navbar-default .navbar-toggle {
    border: none;
    background-color: transparent !important; }
    .navbar-default .navbar-toggle .icon-bar {
        /*WO0000000684918*/
      background-color: #00263e;
      position: relative;
      -webkit-transition: all 200ms ease-in-out;
              transition: all 200ms ease-in-out; }
      .navbar-default .navbar-toggle .icon-bar:nth-of-type(1) {
        top: 6px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .navbar-default .navbar-toggle .icon-bar:nth-of-type(2) {
        background-color: transparent; }
      .navbar-default .navbar-toggle .icon-bar:nth-of-type(3) {
        top: -6px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .navbar-default .navbar-toggle.collapsed .icon-bar {
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0);
      top: 0; }
      .navbar-default .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
          /*WO0000000684918*/
          background-color: #00263e; }
  .navbar-default.alt-bg-scroll .container, .navbar-default.navbar-wizard .container {
    background-color: #FFF; }
  .navbar-default.alt-bg-scroll .navbar-nav li.alternative-item a {
    background-color: #3894e7;
    padding-top: 14px; }
    .navbar-default.alt-bg-scroll .navbar-nav li.alternative-item a .icon-arrow-right {
      display: inline-block;
      padding-left: 10px; }
  .navbar-default.navbar-wizard .navbar-header {
    text-align: center; }
  .navbar-default.navbar-wizard .navbar-brand {
    float: none; }
  .navbar-default.navbar-wizard .navbar-collapse {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px; }
  .navbar-default.navbar-wizard ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 40px;
    background-color: #003f5d;
    -webkit-border-radius: 20px;
            border-radius: 20px; }
  .navbar-default.navbar-wizard li {
    display: inline-block;
    padding-right: 11px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(/Styles/Flysure/Images/wizard-right.png);
    height: 40px; }
    .navbar-default.navbar-wizard li a {
      display: inline-block;
      color: #878787;
      text-decoration: none;
      margin: 0 0 0 11px;
      padding: 12px 5px 7px 0;
      text-transform: uppercase;
      letter-spacing: 0.01em; }
    .navbar-default.navbar-wizard li span {
      float: left; }
    .navbar-default.navbar-wizard li.current {
      background-image: url(/Styles/Flysure/Images/wizard-right-current.png);
      margin-left: -16px; }
      .navbar-default.navbar-wizard li.current a {
        color: #FFF;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url(/Styles/Flysure/Images/wizard-right.png);
        background-color: #3894E7;
        padding-left: 20px;
        margin-left: 0;
        margin-right: -1px; }
    .navbar-default.navbar-wizard li.current:first-child {
      margin-left: 0;
      -webkit-border-top-left-radius: 20px;
              border-top-left-radius: 20px;
      -webkit-border-bottom-left-radius: 20px;
              border-bottom-left-radius: 20px; }
      .navbar-default.navbar-wizard li.current:first-child a {
        background-image: none;
        padding-left: 20px;
        margin-left: 0;
        -webkit-border-top-left-radius: 20px;
                border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
                border-bottom-left-radius: 20px; }
    .navbar-default.navbar-wizard li.current:last-child {
      background-image: none;
      padding-right: 0;
      -webkit-border-bottom-right-radius: 20px;
              border-bottom-right-radius: 20px;
      -webkit-border-top-right-radius: 20px;
              border-top-right-radius: 20px;
      padding-right: 0; }
      .navbar-default.navbar-wizard li.current:last-child a {
        -webkit-border-bottom-right-radius: 20px;
                border-bottom-right-radius: 20px;
        -webkit-border-top-right-radius: 20px;
                border-top-right-radius: 20px;
        padding-right: 20px;
        padding-left: 20px; }
    .navbar-default.navbar-wizard li.passed a {
      color: #74c678;
      margin-right: 10px; }
    .navbar-default.navbar-wizard li.passed .text {
      margin-right: 3px; }
    .navbar-default.navbar-wizard li.passed:first-child a {
      padding-left: 10px; }
  .navbar-default.navbar-wizard li:last-child {
    background-image: none; }
  .navbar-default.navbar-wizard .pos, .navbar-default.navbar-wizard .text {
    display: none; }

.nav-tabs {
  text-align: center;
  border-bottom: none; }
  .nav-tabs > li {
    display: inline-block;
    float: none; }
    .nav-tabs > li > a {
      -webkit-border-radius: 0;
              border-radius: 0;
      padding: 20px 35px 19px;
      background-color: #f7f7f7;
      border: none;
      outline: none;
      -webkit-transition: none;
              transition: none;
      font-family: 'OpenSans-Semibold', sans-serif;
      font-size: 14px;
      font-weight: 600;
      font-style: normal;
      line-height: normal;
      letter-spacing: .025em;
      color: #00283b; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:hover {
      background-color: #DDE7E9;
      border: none;
      padding-bottom: 20px;
      color: #484848; }

.tab-content > .tab-pane.padding {
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 767px) {
  .navbar.alt-bg .container {
    /*WO0000000684918*/
    background-color: #fff; }
  .navbar.alt-bg .navbar-nav li.alternative-item a {
    background-color: #3894e7;
    margin: 10px 0;
    padding: 6px 20px 3px 20px; }
    .navbar.alt-bg .navbar-nav li.alternative-item a .icon-arrow-right {
      display: inline-block;
      padding-left: 10px; } }

@media (min-width: 460px) {
  .navbar-wizard .current .text {
    display: inline; }
  .navbar-wizard .current .pos {
    display: inline; }
  .navbar-wizard .current .pos-mob {
    display: none; } }

@media (min-width: 768px) {
  .navbar-default .container {
    padding-bottom: 15px; }
  .navbar-default .navbar-nav li a {
    margin-left: 5px;
    margin-right: 5px;
    font-family: 'ProximaNova-Bold',sans-serif;
    text-align: left; }
  .navbar-default .navbar-nav.navrab-right {
    margin-right: 15px;
    margin-top: 5px; }
  .navbar-default .navbar-collapse {
    background-color: transparent; }
  .navbar-default .navbar-brand img {
    height: 40px; }
  .navbar-default.alt-bg-scroll .navbar-nav li.alternative-item a {
    background-color: #3894E7;
    -webkit-border-radius: 23px;
            border-radius: 23px;
    margin: 10px 0;
    padding: 6px 20px 3px 20px; }
    .navbar-default.alt-bg-scroll .navbar-nav li.alternative-item a .icon-arrow-right {
      display: inline-block; }
  .navbar-default.navbar-wizard .navbar-header {
    text-align: left; }
  .navbar-default.navbar-wizard .navbar-brand {
    float: left; }
  .navbar-default.navbar-wizard .navbar-collapse {
    margin-bottom: 0;
    margin-top: 0; }
  .navbar-default.navbar-wizard li.passed a {
    margin-right: 6px; } }

@media (min-width: 992px) {
  .navbar-default .navbar-nav li a {
    font-size: 14px;
    margin-left: 8px;
    margin-right: 8px; }
  .navbar-default .navbar-nav.navbar-right {
    margin-top: 20px;
    margin-right: 30px; }
  .navbar-default .container .navbar-brand {
    margin-left: 30px; }
    .navbar-default .container .navbar-brand img {
      height: 50px; }
  .navbar-default.navbar-wizard .navbar-nav.navbar-right {
    margin-top: 15px; }
  .navbar-default.navbar-wizard .navbar-nav li a {
    font-size: 12px;
    font-family: 'ProximaNova-Regular',sans-serif; }
  .navbar-default.navbar-wizard .navbar-nav li.current {
    margin-left: -26px; }
  .navbar-default.navbar-wizard .pos, .navbar-default.navbar-wizard .text {
    display: inline; }
  .navbar-default.navbar-wizard .pos-mob {
    display: none; } }

@media (min-width: 1200px) {
  .navbar-default .navbar-nav li a {
    margin-left: 15px;
    margin-right: 15px; }
  .navbar-wizard li.passed .text {
    background-image: url(/Styles/Flysure/Images/wizard-passed.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 15px; } }

@media (min-width: 1400px) {
  .container {
    width: 1370px; } }

/* --------------- 0_x -------------- */
/*            Proxima Nova            */
/* ---------------------------------- */
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("/Styles/Flysure/Fonts/ProximaNova-Bold.otf") format("opentype"); }

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("/Styles/Flysure/Fonts/ProximaNova-Regular.otf") format("opentype"); }

/*@font-face{
	font-family: 'ProximaNova-Regular';
	src: url('/Styles/Flysure/Fonts/ProximaNova-Regular.eot');
	src: url('/Styles/Flysure/Fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
	     url('/Styles/Flysure/Fonts/ProximaNova-Regular.woff') format('woff'),
	     url('/Styles/Flysure/Fonts/ProximaNova-Regular.ttf') format('truetype'),
}*/
/* --------------- 0_x -------------- */
/*            Icons Section           */
/* ---------------------------------- */
@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  src: url('/Styles/Flysure/Fonts/ico-flysure.eot?k66mf1');
  src: url('/Styles/Flysure/Fonts/ico-flysure.eot?#iefixk66mf1') format('embedded-opentype'), url('/Styles/Flysure/Fonts/ico-flysure.woff?k66mf1') format('woff'), url('/Styles/Flysure/Fonts/ico-flysure.ttf?k66mf1') format('truetype'), url('/Styles/Flysure/Fonts/ico-flysure.svg?k66mf1#icomoon') format('svg'); }

[class^='icon-'], [class*=' icon-'] {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-left:before {
  content: '\e600'; }

.icon-arrow-right:before {
  content: '\e601'; }

.icon-calendar:before {
  content: '\e602'; }

.icon-claim:before {
  content: '\e603'; }

.icon-doc:before {
  content: '\e604'; }

.icon-extra:before {
  content: '\e605'; }

.icon-health:before {
  content: '\e606'; }

.icon-location:before {
  content: '\e607'; }

.icon-mail:before {
  content: '\e608'; }

.icon-PRINT:before {
  content: '\e609'; }

.icon-protection:before {
  content: '\e60a'; }

.icon-regular-arrow:before {
  content: '\e60b'; }

.icon-select-arrow:before {
  content: '\e60c'; }

.icon-tel:before {
  content: '\e60d'; }

.icon-tick:before {
  content: '\e60e'; }

.icon-time:before {
  content: '\e60f'; }

.icon-warning:before {
  content: '\e610'; }

.icon {
  position: relative;
  top: 1px;
  display: inline-block; }

/*-----date picker------------------*/
.form-group.date-picker .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -15px; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker:before {
  position: absolute;
  top: -11px;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  content: '';
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  border-top: 2px solid #3894E7;
  border-left: 2px solid #3894E7;
  background-color: #003F5D; }

.ui-datepicker {
  display: none;
  margin-top: 14px;
  padding: 0;
  color: #FFF;
  border: 2px solid #3894E7;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #00283B; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  font-family: 'ProximaNova-Regular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 60px;
  width: 100%;
  height: 60px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #003F5D; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 26px;
  height: 20px;
  background-image: url(/Styles/Flysure/Images/arrow-white-left.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  -webkit-background-size: 26px 26px;
          background-size: 26px; }

.ui-datepicker .ui-datepicker-prev {
  left: 20px; }

.ui-datepicker .ui-datepicker-next {
  background-image: url(/Styles/Flysure/Images/arrow-white-right.png);
  right: 20px; }

.ui-datepicker .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-next.ui-state-disabled {
  opacity: 0.5;
  -webkit-background-size: 22px 22px !important;
          background-size: 22px !important; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: none; }

.ui-datepicker .ui-datepicker-title {
  margin: 16px 2.3em 0;
  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 {
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 10px 10px; }

.ui-datepicker th {
  padding: 1em .7em;
  text-align: center;
  border: 0;
  font-family: 'ProximaNova-Regular', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-transform: uppercase;
  color: #3894E7; }

.ui-datepicker td {
  border: 0;
  padding: 1px;
  text-align: center; }

.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  padding: 0.7em 0.5em;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  letter-spacing: .1em;
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 12px;
  border: none;
  line-height: 12px; }

.ui-datepicker td span {
  color: #005780; }

.ui-datepicker td a {
  -webkit-transition: color .15s linear;
  transition: color .15s linear;
  color: #C2C2C2; }

.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-datepicker td span, .ui-datepicker td a {
  width: 30px;
  height: 30px;
  position: relative; }

.ui-datepicker .ui-datepicker-other-month .ui-state-default {
  color: #005780; }

.ui-datepicker .ui-datepicker-unselectable .ui-state-default, .ui-datepicker-other-month.ui-datepicker-unselectable .ui-state-default {
  color: #484848; }

.ui-datepicker .ui-state-default:before {
  line-height: 32px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -17px;
  margin-left: -16px;
  content: '';
  -webkit-transition: background .15s linear;
  transition: background .15s linear;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.ui-datepicker .ui-state-default.ui-state-active {
  color: #00283B; }

.ui-datepicker .ui-state-default.ui-state-active:before {
  background-color: #E3BA15; }

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle, .checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px; }

.toggle {
  position: relative;
  overflow: hidden; }

.toggle input[type="checkbox"] {
  display: none; }

.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
  background-color: #878787;
  border-color: #878787; }

.toggle.off .toggle-group {
  left: -100%; }

.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0; }

.toggle-off.btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0; }

.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  width: 0px;
  border-width: 0 1px;
  left: 50%;
  position: absolute;
  margin-left: 4px; }

.toggle-handle.btn-xs {
  height: 18px;
  width: 18px;
  margin: 4px 0 0 4px;
  -webkit-border-radius: 35px;
          border-radius: 35px;
  transition: left 0.35s;
  -webkit-transition: left 0.35s; }

.toggle.btn-success .toggle-handle.btn-xs {
  margin-left: -22px; }

.toggle-on.btn, .toggle-off.btn {
  border: none;
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }
  .toggle-on.btn.btn-xs, .toggle-off.btn.btn-xs {
    font-size: 12px;
    color: #FFF;
    padding-top: 5px; }

.toggle.btn {
  min-width: 59px;
  min-height: 34px;
  margin: 0; }

.toggle-on.btn {
  padding-right: 24px; }

.toggle-off.btn {
  padding-left: 24px;
  background-color: transparent; }

.toggle.btn-lg {
  min-width: 79px;
  min-height: 45px; }

.toggle-on.btn-lg {
  padding-right: 31px; }

.toggle-off.btn-lg {
  padding-left: 31px; }

.toggle-handle.btn-lg {
  width: 40px; }

.toggle.btn-sm {
  min-width: 50px;
  min-height: 30px; }

.toggle-on.btn-sm {
  padding-right: 20px; }

.toggle-off.btn-sm {
  padding-left: 20px; }

.toggle.btn-xs {
  min-width: 60px;
  min-height: 22px; }

.toggle-on.btn-xs {
  padding-right: 24px; }

.toggle-off.btn-xs {
  padding-left: 24px; }

/*!
 * Datepicker for Bootstrap v1.4.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  margin-top: 16px;
  direction: ltr;
  padding: 0;
  color: #FFF;
  border: 2px solid #3894E7;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #00283B; }
  .datepicker.datepicker-rtl {
    direction: rtl; }
    .datepicker.datepicker-rtl table tr td span {
      float: right; }

.datepicker-inline {
  width: 220px; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #3894E7;
  border-top: 0;
  position: absolute;
  margin-left: -8px; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #003F5D;
  border-top: 0;
  position: absolute;
  margin-left: -4px; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 50%; }
.datepicker-dropdown.datepicker-orient-left:after {
  left: 50%; }
.datepicker-dropdown.datepicker-orient-right:before {
  right: 50%; }
.datepicker-dropdown.datepicker-orient-right:after {
  right: 50%; }
.datepicker-dropdown.datepicker-orient-top:before {
  top: -16px; }
.datepicker-dropdown.datepicker-orient-top:after {
  top: -12px; }
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -16px;
  border-bottom: 0;
  border-top: 16px solid #3894E7; }
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -12px;
  border-bottom: 0;
  border-top: 12px solid #00283B; }
.datepicker-dropdown.datepicker-orient-bottom {
  margin-top: -16px; }

.datepicker > div {
  display: none; }

.datepicker.days .datepicker-days, .datepicker.months .datepicker-months, .datepicker.years .datepicker-years {
  display: block; }

.datepicker table {
  margin: 0 0 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 0;
            border-radius: 0;
    border: none;
    position: relative; }
  .datepicker table tr td {
    color: #c2c2c2; }
    .datepicker table tr td.old, .datepicker table tr td.new {
      color: #005780; }
    .datepicker table tr td.day:hover {
      color: #FFF;
      z-index: 2;
      cursor: pointer; }
    .datepicker table tr td.day:hover:before, .datepicker table tr td.day.focused:before, .datepicker table tr td.active:before {
      content: " ";
      position: absolute;
      width: 30px;
      height: 30px;
      left: 50%;
      margin-left: -15px;
      top: 50%;
      margin-top: -15px;
      -webkit-border-radius: 15px;
              border-radius: 15px;
      z-index: -1; }
    .datepicker table tr td.day:hover:before {
      background-color: #041B27; }
    .datepicker table tr td.active, .datepicker table tr td.active:hover {
      color: #00283B; }
    .datepicker table tr td.active:before, .datepicker table tr td.active:hover:before {
      background-color: #E3BA15;
      border-color: #E3BA15; }
    .datepicker table tr td.disabled:before, .datepicker table tr td.disabled:hover:before {
      background-color: transparent;
      content: none; }
    .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
      background: none;
      color: #484848;
      cursor: default; }
    .datepicker table tr td span {
      display: block;
      width: 23%;
      height: 54px;
      line-height: 54px;
      float: left;
      margin: 1%;
      cursor: pointer;
      -webkit-border-radius: 4px;
              border-radius: 4px; }
      .datepicker table tr td span:hover {
        background-color: #041B27;
        color: #FFF; }
      .datepicker table tr td span.active, .datepicker table tr td span.active:hover {
        color: #00283B;
        background-color: #E3BA15;
        border-color: #E3BA15; }
      .datepicker table tr td span.old, .datepicker table tr td span.new {
        color: #999999; }
      .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: none;
        color: #484848;
        cursor: default; }

.datepicker-days td {
  line-height: 30px; }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker .datepicker-switch {
  width: 145px; }
.datepicker .datepicker-days .datepicker-switch:hover, .datepicker .datepicker-months .datepicker-switch:hover {
  cursor: pointer; }
.datepicker .datepicker-years .year, .datepicker .datepicker-months .month {
  -webkit-border-radius: 28px;
          border-radius: 28px; }

.datepicker thead tr {
  background-color: #00283B; }
.datepicker thead tr:first-child {
  background-color: #003F5D; }
.datepicker thead tr:first-child th {
  padding: .2em 0;
  font-family: 'ProximaNova-Regular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 60px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  visibility: visible !important; }
.datepicker thead .prev, .datepicker thead .next {
  background-image: url(/Styles/Flysure/Images/arrow-white-left.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -10000px;
  width: 50px;
  cursor: pointer;
  -webkit-transition: all .15s linear;
  transition: all .15s linear; }
.datepicker thead .next {
  background-image: url(/Styles/Flysure/Images/arrow-white-right.png); }
.datepicker thead .prev:hover {
  background-position: 40% center; }
.datepicker thead .next:hover {
  background-position: 60% center; }
.datepicker thead tr th.dow {
  padding: 1em .7em;
  text-align: center;
  border: 0;
  font-family: 'ProximaNova-Regular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  text-transform: uppercase;
  color: #3894E7; }
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }
.datepicker thead tr:first-child .cw {
  cursor: default;
  background-color: transparent; }

.input-daterange {
  width: 100%; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

.form-group.date .calendar-icon {
  background-image: url(/Styles/Flysure/Images/calendar.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 16px;
  width: 28px;
  height: 30px; }
.form-group.date.selected .calendar-icon {
  background-image: url(/Styles/Flysure/Images/calendar-blue.png); }

/*******************/
h1, h2, h3, h4, h5, h6, h7 {
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #00283b;
  border: none; }

h1 {
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
  padding: 0;
  letter-spacing: .03em;
  text-transform: uppercase; }

h2 {
  font-family: 'ProximaNova-Regular', sans-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  line-height: 24px;
  letter-spacing: .01em;
  text-transform: none; }

h3 {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  line-height: 30px;
  letter-spacing: .025em;
  text-transform: none; }

h4, .policy-holder-label {
  font-family: 'OpenSans-Semibold', sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  letter-spacing: .025em;
  text-transform: none; }
  h4 .desc, .policy-holder-label .desc {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #878787; }

.policy-holder-label {
  font-size: 16px;
  background-color: #FFF !important; }

h5 {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 26px;
  letter-spacing: .025em;
  text-transform: none; }

h6 {
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  line-height: 22px;
  padding: 0;
  letter-spacing: .1em;
  text-transform: uppercase; }

.lead {
  font-family: 'proxima-nova', sans-serif;
  font-size: 22px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 32px !important;
  letter-spacing: 0;
  text-transform: none;
  color: #6d6e71 !important;
  border: none; }

p, .type {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: .025em;
  text-transform: none;
  color: #484848;
  border: none; }

a {
  line-height: 11px;
  display: inline-block;
  -webkit-transition: all .4s;
          transition: all .4s;
  color: #2b93e3;
  border-bottom: 1px solid transparent; }
  a.phone {
    border-bottom: none;
    text-decoration: none;
    color: #484848;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: normal; }
    a.phone.with-icon {
      padding-left: 25px;
      background-image: url(/Styles/Flysure/Images/phone.png);
      background-position: center left;
      background-repeat: no-repeat;
      -webkit-background-size: 20px 20px;
              background-size: 20px 20px; }

textarea {
  resize: none; }

.bold {
  font-weight: bold; }

.break-word {
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto; }

/* --------------- 0_x -------------- */
/*            Forms Section           */
/* ---------------------------------- */
.form-block, .view-block {
  position: relative;
  max-width: 530px;
  margin: 0 auto 16px;
  padding-top: 20px; }

.view-block {
  padding: 20px 16px; }

.with-details {
  margin-bottom: 0; }

.with-details + h5 {
  margin-top: -5px;
  margin-bottom: 20px; }

.form-label, .form-label p {
  font-family: 'OpenSans-Semibold', sans-serif;
  color: #003f5d;
  font-weight: bold; }

.form-label {
  display: table-cell;
  width: 35%;
  padding: 0 10px;
  vertical-align: middle;
  background-color: #f7f7f7; }
  .form-label span {
    color: #878787;
    font-size: 14px; }
  .form-label p {
    margin: 0; }

.form-input {
  width: 100%;
  height: 64px;
  margin: 0;
  padding: 0 32px;
  color: #484848;
  border: none; }

.form-input:focus {
  outline: 0; }

.form-group {
  position: relative;
  max-width: 530px;
  margin: 0 auto 16px; }
  .form-group .form {
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 15px;
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    max-width: 530px;
    height: 64px;
    color: #484848;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: #fff; }
  .form-group .form:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 4px;
    height: 100%;
    content: ''; }
  .form-group .error {
    display: none; }
  .form-group.wrong .form {
    border: 1px solid #f2475c;
    -webkit-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0; }
  .form-group.wrong .form-label {
    color: #f2475c;
    background-color: #fff; }
  .form-group.wrong .form-input, .form-group.wrong .select-panel {
    background-color: #ffe5e8; }
  .form-group.wrong .error {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 32px;
    background-color: #f2475c;
    display: block;
    color: #FFF; }
    .form-group.wrong .error .icon-warning {
      position: absolute;
      top: 50%;
      right: 21px;
      margin-top: -8px; }
    .form-group.wrong .error p {
      color: #FFF;
      margin: 0;
      padding: 10px; }
  .form-group.ok .form {
    border: 1px solid #74c678; }
  .form-group.ok .form:before {
    background-color: #74c678; }
  .form-group.selected .form {
    border: 1px solid #3894e7; }
  .form-group.selected .form:before {
    background-color: #3894e7; }
  .form-group.checkbox-form-group .form {
    background-color: transparent;
    height: auto;
    min-height: 40px; }
  .form-group.inline-group .form-label, .form-group.inline-group .radio-buttons {
    display: inline-block;
    background-color: #FFF;
    width: 49%; }
  .form-group.inline-group .radio-buttons {
    text-align: center; }
  .form-group.small-group .form {
    height: 40px; }
    .form-group.small-group .form .form-input {
      height: 40px;
      padding-left: 10px;
      padding-right: 10px; }
  .form-group.small-group.date .calendar-icon {
    -webkit-background-size: 19px 20px;
            background-size: 19px 20px;
    width: 19px;
    height: 20px;
    margin-top: -10px;
    margin-right: -6px; }
  .form-group.multiline-input .form {
    background-color: transparent; }
  .form-group.multiline-input .form-label {
    display: block;
    float: left;
    vertical-align: top;
    height: 64px;
    padding: 20px 10px;
    border: 1px solid #FFF;
    border-left-width: 2px;
    -webkit-border-radius: 3px 0 0 3px;
            border-radius: 3px 0 0 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .form-group.multiline-input .form-input {
    height: auto;
    width: 65%;
    display: block;
    float: left;
    padding: 22px 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 0 3px 3px 3px;
            border-radius: 0 3px 3px 3px; }
  .form-group.multiline-input.wrong .form {
    background-color: #FFF; }

.radio-buttons {
  padding: 20px 32px 0; }

/*fix for IE**********************/
@media screen and (min-width: 0\0) {
  .form-select select {
    background: none; } }

.radio-label, .checkbox-label {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding-left: 25px;
  cursor: pointer; }

.radio-label {
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #003f5d; }

.radio-label:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  margin-right: 10px;
  content: '';
  border: 2px solid #3894e7;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff; }

.form-radio[type=radio] {
  display: none; }

.form-radio[type=radio]:checked + .radio-label:before {
  background-color: #3894e7; }

.checkbox-label {
  font-family: 'OpenSans-Regular', sans-serif;
  letter-spacing: .025em;
  color: #484848;
  font-weight: normal; }

.checkbox-label:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 10px;
  margin-left: 2px;
  content: '';
  border: 2px solid #3894e7;
  background-color: #fff; }

.form-checkbox[type=checkbox] {
  position: absolute;
  left: -9999px; }

.form-checkbox[type=checkbox]:checked + .checkbox-label:before, .checkbox-form-group .form.checked .checkbox-label:before {
  background-color: #3894e7;
  background-image: url(/Styles/Flysure/Images/checkbox-arrow.png);
  background-repeat: no-repeat;
  background-position: 1px 1px; }

::-webkit-input-placeholder {
  color: #c2c2c2; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #c2c2c2; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #c2c2c2; }

:-ms-input-placeholder {
  color: #c2c2c2; }

.table {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 32px;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.table1--list {
  width: 100%;
  margin: 0;
  padding: 0; }

.table1--list:before {
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  content: '';
  background-color: #edc41e; }

.table1--list--item {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 14px;
  display: table;
  width: 100%;
  padding: 20px 45px;
  list-style: none;
  letter-spacing: .025em;
  color: #003f5d;
  background: #fff; }

.table1--list--item:nth-child(odd) {
  background-color: #f7f7f7; }

.table1--list--item span:nth-child(2) {
  font-family: 'OpenSans-Bold', sans-serif;
  display: table-cell;
  width: 10%;
  padding-left: 8px;
  list-style: none; }

.table2--list {
  width: 100%;
  margin: 0;
  padding: 0; }

.table2--list--item {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 14px;
  display: table;
  width: 100%;
  padding: 20px 45px;
  list-style: none;
  letter-spacing: .025em;
  color: #003f5d;
  background: #fff; }

.table2--list--item:nth-child(odd) {
  background-color: #f7f7f7; }

.table2--list--item:first-child {
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #edc41e; }

.table2--list--item:first-child span {
  font-family: 'ProximaNova-Bold', sans-serif; }

.table2--list--item span {
  font-family: 'OpenSans-Bold', sans-serif;
  display: table-cell;
  width: 172px;
  max-width: 172px;
  padding: 0 8px;
  list-style: none; }

.table2--list--item span:last-child {
  width: 102px;
  max-width: 102px; }

.table-mobile--list {
  width: 100%;
  margin: 0;
  padding: 0; }

.table-mobile--list--item {
  font-family: 'OpenSans-Regular', sans-serif;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 20px 16px;
  list-style: none;
  letter-spacing: .025em;
  color: #003f5d;
  background: #fff; }

.table-mobile--list--item:nth-child(odd) {
  background-color: #f7f7f7; }

.table-mobile--list--item .title {
  font-family: 'OpenSans-Semibold', sans-serif; }

.table-mobile--list--item span {
  font-family: 'OpenSans-Bold', sans-serif;
  display: inline-block;
  width: 50%;
  padding: 0;
  list-style: none; }

.table-mobile--list--item span p {
  font-size: 9px;
  margin: 10px 0 0;
  text-transform: uppercase;
  color: #636566; }

.table-desc {
  margin-top: -10px;
  font-size: 13px;
  color: #878787; }

.sub {
  font-size: 13px;
  color: #878787; }

.table-summary {
  width: 100%;
  margin: 0;
  padding: 0; }
  .table-summary li {
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 15px;
    font-weight: bold;
    display: table;
    width: 100%;
    padding: 0;
    list-style: none;
    letter-spacing: .025em;
    color: #003f5d; }
    .table-summary li span {
      display: table-cell;
      list-style: none;
      padding: 20px 30px;
      border: 1px solid #DDE7E9; }
      .table-summary li span:first-child {
        background-color: #f7f7f7;
        width: 35%; }
      .table-summary li span:last-child {
        background-color: #f1f1f1;
        width: 65%;
        color: #484848; }

.policy-total {
  float: right;
  background-color: #FFF;
  padding: 10px;
  margin-right: 1px;
  font-family: 'OpenSans-Semibold', sans-serif;
  color: #003f5d; }
  .policy-total .title {
    text-transform: uppercase;
    font-size: 16px; }
  .policy-total .value {
    display: inline-block;
    padding-left: 20px;
    font-size: 20px; }

.summary-total {
  margin-top: 40px;
  text-align: right;
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #003f5d; }
  .summary-total .title, .summary-total .value {
    display: block; }
  .summary-total .title {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 20px; }
  .summary-total .value {
    font-size: 34px; }

.btn, .btn:focus, .btn:active, .btn:hover, button, button:focus, button:active {
  outline: 0 none;
  -moz-outline: 0 none; }

.buttons-container {
  padding: 0 0 32px 0;
  float: none; }
  .buttons-container .next-btn-panel {
    text-align: center; }

.btn {
  font-size: 16px;
  -webkit-transition: all .4s;
          transition: all .4s;
  letter-spacing: 0;
  color: #fff;
  -webkit-border-radius: 30px;
          border-radius: 30px; }

a.btn, button.btn, input[type=button].btn {
  width: 100%; }

.btn:focus {
  color: #fff; }

.btn .icon-arrow-right {
  font-size: 13px;
  display: inline-block;
  margin-left: 30px; }

.primary {
  font-family: 'ProximaNova-Regular', sans-serif;
  font-size: 14px;
  padding: 20px 36px 19px;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #3894e7; }

.primary:hover {
  color: #fff;
  background-color: #2b73b3; }

.secondary {
  font-family: 'ProximaNova-Regular', sans-serif;
  font-size: 14px;
  padding: 9px 30px 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #3894e7; }

.secondary:hover {
  color: #fff;
  background-color: #2b73b3; }

.tertiary, .btn.tertiary {
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 13px;
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  text-transform: uppercase;
  color: #3894e7;
  border: none;
  background: none;
  width: auto; }

.tertiary .icon-regular-arrow {
  font-size: 10px;
  margin-left: 16px; }

.tertiary:hover, .btn.tertiary:hover {
  color: #2b73b3; }

.btn-back {
  padding-left: 20px;
  background-image: url(/Styles/Flysure/Images/arrow-blue-left.png);
  background-repeat: no-repeat;
  background-position: 7px 4px; }

.btn-remove, .btn-remove:hover, .btn-remove:focus {
  display: inline-block;
  padding-right: 16px;
  background-image: url(/Styles/Flysure/Images/icon-close.png);
  background-repeat: no-repeat;
  background-position: right center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #878787; }

/*---------------------------------------custom-------------*/
body {
  background-color: #F3F3F3;
  color: #484848; }

.container {
  background-color: #FFF; }

a.btn {
  border-bottom: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.even-color {
  background-color: #dde7e9; }

.third-color {
  background-color: #FFF; }

.border-radius {
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.page-header-block {
  position: relative;
  /*WO0000000684918*/
  /*background-position: center center;*/ 
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  .page-header-block .baner-image {
    width: auto;
    height: 100%;
    position: absolute; }
  .page-header-block .page-header-desc {
    text-align: center;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 60px; }
    .page-header-block .page-header-desc .banner-text {
      color: #FFF;
      font-family: 'OpenSans-Regular', sans-serif;
      letter-spacing: 0.05em;
      font-size: 16px; }
    .page-header-block .page-header-desc.home {
      margin-bottom: 40px; }

.copyrigth-block {
  background-color: #00283b;
  color: #878787;
  padding: 40px 10px; }

.copyrigth-block .designed-by-logo {
  width: auto;
  height: 16px; }

.footer-tradein-block {
  position: relative;
  color: #c2c2c2;
  margin-top: 50px;
  margin-bottom: -1px;
  z-index: 10; }

.footer-tradein-block.even-color {
  margin-top: 0; }

.footer-tradein-block .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0px; }

.footer-tradein-block .tradein-text {
  margin-top: 30px;
  margin-bottom: 50px; }

.footer-tradein-block .logo img {
  max-height: 70px;
  width: auto;
  height: auto;
  margin-bottom: 20px; }

.footer-menu {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 0 10px; }

.footer-menu li {
  display: inline-block;
  margin: 0;
  padding: 0 5px 0 6px;
  border-left: 1px solid #878787;
  line-height: 10px; }

.footer-menu li:first-child {
  border-left: none; }

.footer-menu li a {
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #878787;
  text-transform: uppercase;
  text-decoration: none; }

.content-block {
  padding-top: 20px; }

.content-block .simple-img {
  width: 100%;
  height: auto;
  max-width: 400px; }

.content-text ul {
  padding-left: 0;
  list-style: none; }
  .content-text ul li {
    background-image: url(/Styles/Flysure/Images/point-yellow.png);
    background-position: left 9px;
    background-repeat: no-repeat;
    padding-left: 16px; }
  .content-text ul li + li {
    margin-top: 10px; }

ul.intro-options {
  list-style: none;
  margin: 50px 0;
  padding: 0;
  width: 100%; }

.intro-options li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center; }

.intro-options.intro-options-3 li {
  width: 33%; }

.intro-options.intro-options-4 li {
  width: 25%; }

.intro-options.intro-options-5 li {
  width: 20%; }

.intro-options.intro-options-6 li {
  width: 16%; }

.intro-options li img {
  margin-bottom: 20px; }

.mobile-copyright {
  margin: 20px 5px; }

.show-mobile {
  display: none; }

.hide-mobile {
  display: block; }

.tertiary .icon-select-arrow {
  font-size: 10px;
  margin-left: 16px; }

.documents-list {
  list-style: none;
  margin: 50px auto;
  padding: 0;
  width: 100%;
  max-width: 530px; }

.documents-list li {
  display: block;
  width: 100%;
  margin: 15px 0;
  padding: 0;
  text-align: center; }

.documents-list li a {
  display: block;
  padding: 15px;
  margin: 0;
  background-color: #3894E7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #FFF;
  position: relative;
  text-align: left;
  padding-left: 50px;
  border: 0;
  text-decoration: none;
  line-height: normal;
  //Document Page Text Alignment
  font-size: 11px;
  letter-spacing: 0.05em;
  overflow: hidden;
  white-space: nowrap;
  font-family: 'ProximaNova-Regular',sans-serif;
  text-overflow: ellipsis; }

.documents-list .icon-block {
  background-image: url(/Styles/Flysure/Images/doc.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFF;
  display: inline-block;
  width: 41px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  -webkit-background-size: 35% 35%;
          background-size: 35%; }

.member-panel {
  max-width: 530px;
  background-color: #e7eef0;
  padding: 10px 20px;
  margin-bottom: 20px; }

.member-panel .btn-remove {
  margin-top: 30px; }

.quote-summary-box {
  border: 1px solid #5281AD;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #C2D6E8; }
  .quote-summary-box h5 {
    background-color: #5281AD;
    color: #FFF;
    font-family: 'ProximaNova-Bold', sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 15px; }
  .quote-summary-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden; }
  .quote-summary-box li {
    padding: 10px 0;
    text-align: left; }
    .quote-summary-box li.total {
      border-top: 1px solid #5281AD; }
      .quote-summary-box li.total .summary-title {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        padding-top: 6px;
        display: inline-block; }
      .quote-summary-box li.total .summary-value {
        font-size: 20px;
        font-weight: bold; }
    .quote-summary-box li:after {
      float: left;
      width: 0;
      white-space: nowrap;
      content: ". . . . . . . . . . . . . . . . . . . . " 
              ". . . . . . . . . . . . . . . . . . . . " 
              ". . . . . . . . . . . . . . . . . . . . " 
              ". . . . . . . . . . . . . . . . . . . . "; }
    .quote-summary-box li.total:after {
      padding-top: 5px;
      content: none; }
  .quote-summary-box .summary-title {
    font-size: 12px;
    font-family: 'OpenSans-Regular', sans-serif;
    color: #003F5D;
    padding-left: 15px;
    background-color: #C2D6E8; }
  .quote-summary-box .summary-value {
    float: right;
    font-size: 14px;
    font-family: 'OpenSans-Regular', sans-serif;
    color: #003F5D;
    font-weight: bold;
    padding-right: 15px;
    background-color: #C2D6E8;
    position: relative;
    z-index: 1; }

.need-help {
  margin-top: 30px;
  text-align: center; }
  .need-help h5, .need-help a {
    color: #484848;
    font-family: 'OpenSans-Semibold', sans-serif;
    font-weight: bold;
    text-decoration: none; }

.cover-options {
  padding-top: 0; }
  .cover-options .content-block:first-child {
    padding-top: 0; }
  .cover-options .cover-option-block {
    padding-right: 90px;
    position: relative;
    margin: 15px; }
  .cover-options ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .cover-options .cover-option {
    background-color: #FFF;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    color: #003F5D; }
    .cover-options .cover-option span.title {
      background-color: #FFF;
      font-family: 'OpenSans-Semibold', sans-serif; }
    .cover-options .cover-option span.price {
      font-family: 'OpenSans-Semibold', sans-serif;
      font-weight: bold;
      background-color: #FFF;
      z-index: 2;
      position: relative;
      display: block; }
  .cover-options .options {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    background-color: #FFF; }
  .cover-options .benefit-btn, .cover-options .benefit-btn-mob {
    display: block;
    color: #3894e7;
    font-size: 13px;
    font-family: 'OpenSans-Semibold', sans-serif;
    font-weight: bold;
    cursor: pointer; }
  .cover-options .benefit-btn-mob {
    text-align: center;
    background-color: #f7f7f7;
    padding: 5px; }

.cards ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0; }
  .cards ul li {
    display: inline-block;
    width: 45%;
    padding-bottom: 20px;
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 14px;
    vertical-align: top; }
  .cards ul img {
    width: 40px !important;
    height: auto !important;
    margin-right: 6px; }

.medical-screening {
  position: relative; }
  .medical-screening .medical-screening-image {
    display: none; }

.key-points ul {
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  list-style: none;
  margin: 20px 0 0;
  padding: 10px 20px;
  width: auto; }
  .key-points ul li {
    display: block;
    padding-bottom: 5px;
    color: #e8e8e8;
    text-transform: uppercase;
    font-family: 'ProximaNova-Regular';
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.08em; }
  .key-points ul .tick {
    background-image: url(/Styles/Flysure/Images/tick-yellow.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    -webkit-background-size: 15px 15px;
            background-size: 15px; }

.policy-option ul {
  list-style: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto; }
  .policy-option ul li {
    width: 100%;
    display: block; }
    .policy-option ul li .btn {
      width: 100%; }

.m-height200 {
  min-height: 200px; }

.medical-declaration-block {
  padding-top: 0 !important;
  margin-bottom: 2px; }
  .medical-declaration-block > .form-group, .medical-declaration-block > .view-block {
    margin-bottom: 0; }

.medical-declaration {
  padding-top: 0;
  padding-bottom: 0; }
  .medical-declaration .form-group .form {
    border: 1px solid #c2c2c2; }
  .medical-declaration .phone {
    margin: 20px 0;
    padding: 5px 5px 5px 25px; }

.contacts-list {
  list-style: none !important;
  margin: 0;
  padding: 0; }
  .contacts-list li {
    background: none !important;
    padding: 0 !important;
    display: block;
    margin: 20px 0; }
    .contacts-list li img {
      margin-bottom: 2px;
      margin-right: 5px; }

.map-block {
  position: relative; }
  .map-block ul {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0; }
    .map-block ul li {
      display: block;
      padding: 20px; }
      .map-block ul li:first-child {
        background-color: #f7f7f7; }
      .map-block ul li:last-child {
        background-color: #FFF; }
  .map-block .map-image {
    width: 100%;
    height: auto; }
  .map-block .map-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px 25px;
    text-transform: uppercase;
    background-color: #3894e7;
    color: #FFF;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 14px;
    line-height: normal;
    letter-spacing: .05em;
    text-decoration: none;
    -webkit-border-radius: 3px;
            border-radius: 3px; }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.spinner-block {
  position: fixed;
  top: 40%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  z-index: 1050;
  text-align: center; }

.spinner-qsb-block {
  padding-top: 20%;
  text-align: center; }

.spinner {
  position: relative;
  display: inline-block;
  width: 5em;
  height: 5em;
  margin: 2em .5em;
  font-size: 6px;
  text-indent: 999em;
  overflow: hidden;
  -webkit-animation: spin 1s infinite steps(8);
          animation: spin 1s infinite steps(8); }

.spinner:before, .spinner:after, .spinner > div:before, .spinner > div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 2.25em;
  /* (container width - part width)/2  */
  width: .5em;
  height: 1.5em;
  -webkit-border-radius: .2em;
          border-radius: .2em;
  background: #eee;
  -webkit-box-shadow: 0 3.5em #eee;
          box-shadow: 0 3.5em #eee;
  /* container height - part height */
  -webkit-transform-origin: 50% 2.5em;
      -ms-transform-origin: 50% 2.5em;
          transform-origin: 50% 2.5em;
  /* container height / 2 */ }

.spinner:before {
  background: #484848; }

.spinner:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #878787; }

.spinner > div:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: #c2c2c2; }

.spinner > div:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  background: #e8e8e8; }

.login-form-validation-summary > ul {
    list-style: outside none none;
    padding:0px;
    color:#f2475c;
}

.table-search-result {
    width:100%;
   
}

.table-search-result th, .table-search-result td {
    border: 1px solid #f7f7f7;
    text-align:left;
    color: #003f5d;
    padding:10px;
}

.table-search-result > thead > tr > th {
    background-color: #edc41e;
    font-family: "ProximaNova-Bold",sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

.table-search-result > tbody > tr > td {
    font-family: "OpenSans-Bold",sans-serif;
}

.table-search-result > tbody > tr:nth-child(2n+1) {
    background-color: #f7f7f7;
}

@media (max-width: 767px) {
  .intro-options {
    margin-left: 20px; }
  .intro-options li {
    display: block;
    width: auto !important;
    float: none;
    clear: both;
    text-align: left; }
  .intro-options li img {
    float: left;
    width: 26px;
    height: auto;
    margin-right: 30px; }
  .intro-options li p {
    padding-top: 2px; }
  .table-mobile--list--item span {
    width:32%; }
  .show-mobile {
    display: block; }
  .hide-mobile {
    display: none; }
  .center-bock-mob {
    display: block;
    float: none !important;
    text-align: center; }
  .quote-summary-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0;
            border-radius: 0; }
    .quote-summary-box ul {
      display: none;
      margin: 5px; }
    .quote-summary-box .mobile-header {
      background-color: #5281AD; }
    .quote-summary-box h5 {
      float: left;
      width: 65%;
      cursor: pointer; }
      .quote-summary-box h5 .icon-arrow-up, .quote-summary-box h5 .icon-arrow-down {
        background-image: url(/Styles/Flysure/Images/arrow-white-up.png);
        background-repeat: no-repeat;
        background-position: center center;
        width: 12px;
        height: 12px;
        display: inline-block;
        -webkit-background-size: 12px 12px;
                background-size: 12px 12px; }
      .quote-summary-box h5 .icon-arrow-down {
        background-image: url(/Styles/Flysure/Images/arrow-white-down.png);
        background-position: center center; }
    .quote-summary-box .total {
      margin: 1px 0 -1px;
      float: right;
      width: 35%;
      background-color: #C2D6E8;
      padding-top: 7px; }
      .quote-summary-box .total span {
        text-align: center;
        display: block;
        float: none;
        padding: 0;
        margin: 0; }
        .quote-summary-box .total span.summary-title {
          text-transform: uppercase;
          font-size: 14px;
          font-weight: bold; }
        .quote-summary-box .total span.summary-value {
          font-size: 20px;
          font-weight: bold; }
  .get-aquote-container .copyrigth-block {
      /*WO0000000684918*/
   
    margin-bottom: 40px; }
  /*WO0000000684918*/
  .footer-tradein-block  {
       margin-top: 0 !important; 
     margin-bottom: 0 !important;
  }
  .footer-tradein-block .bg-image  {
      height: 45% !important;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
    .footer-tradein-block .bg-image  {
      height: 57% !important;
  }
}

@media (max-width: 500px) {
  .footer-menu li {
    display: block;
    padding: 5px 0;
    border: none; }
  .mobile-copyright .col-xs-6 {
    display: block;
    text-align: left;
    /*WO0000000739996*/
    /*float: none;*/
    margin-bottom: 5px;
    width: 100%; } }

/* ---------------------------------------- @group Tablet Landscape Style (1024px) ---------------------------------------- */
@media (max-width: 1032px) {
  /* --------------- 0_x -------------- */
  /*           Buttons Section          */
  /* ---------------------------------- */
  .btn {
    margin: 8px 0; } }

/* ----------------------------------------  @group Tablet Style Portrait (768px) ---------------------------------------- */
/* ---------------------------------------- @group Mobile Landscape(480px) Style ---------------------------------------- */
@media (max-width: 484px) {
  .pad {
    display: none; }
  /* --------------- 0_x -------------- */
  /*             Typography             */
  /* ---------------------------------- */
  .type h1 {
    font-size: 28px;
    margin-bottom: 0; }
  .type h2 {
    font-size: 24px;
    line-height: 56px; }
  .type h3 {
    font-size: 18px;
    line-height: 44px; }
  .type h4 {
    font-size: 16px; }
  .type h5 {
    font-size: 15px; }
  .type h6 {
    font-size: 12px; }
  .type p {
    font-size: 14px; }
  /* --------------- 0_x -------------- */
  /*            Buttons Section         */
  /* ---------------------------------- */
  .tertiary {
    font-size: 14px; }
  /* --------------- 0_x -------------- */
  /*            Tables Section          */
  /* ---------------------------------- */
  .table1--list:before {
    width: 2px; }
  .table1--list--item {
    padding: 20px 16px; }
  .table1--list--item span:nth-child(2) {
    width: 20%;
    min-width: 64px;
    padding-left: 20px; }
  .table2 {
    display: none; }
  .table-summary li {
    display: block;
    margin-bottom: 10px; }
    .table-summary li span {
      width: 100% !important;
      display: block;
      padding: 10px;
      border: none; }
    .table-summary li span:first-child {
      font-weight: normal; }
    .table-summary li span:last-child {
      padding: 15px 10px; }
  .policy-total {
    float: none;
    margin: 0 auto;
    width: 80%; }
    .policy-total .title, .policy-total .value {
      display: inline-block;
      width: 49%; }
    .policy-total .title {
      text-align: left; }
    .policy-total .value {
      text-align: right; }
  .summary-total {
    text-align: center; }
  /* --------------- 0_x -------------- */
  /*            Forms Section           */
  /* ---------------------------------- */
  .form-label {
    font-size: 12px;
    display: block;
    width: auto;
    margin: 0;
    padding: 10px 16px; }
    .form-label span {
      font-size: 12px; }
  .form-input, .radio-buttons {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 16px; }
  .radio-buttons {
    padding-top: 10px; }
  .form-group.inline-group .form-label, .form-group.inline-group .radio-buttons {
    width: auto;
    display: block; }
  .form-group.inline-group .form-label {
    background-color: #F7F7F7; }
  .form-group.inline-group .radio-buttons {
    text-align: left; }
  .form-group.multi {
    display: none; }
  .form-group.selected .form-select .icon-calendar {
    font-size: 20px;
    right: 16px;
    margin-top: 8px; }
  .form-group.date .calendar-icon {
    margin-top: 3px; }
  .calendar {
    width: 100%; }
  .calendar--header {
    font-size: 11px;
    height: 45px;
    height: 45px;
    line-height: 45px; }
  .calendar--weeks-day {
    padding: 20px 20px 10px; }
  .form-select--dropdown {
    display: none; }
  .form-group .form {
    display: block;
    overflow: visible;
    width: auto;
    height: auto; }
  .form-group .select-panel {
    display: block;
    width: auto; }
    .form-group .select-panel .select2-container {
      height: 45px;
      max-width: none;
      width: 100% !important; }
      .form-group .select-panel .select2-container .select2-selection--single {
        height: 45px;
        margin-left: 5px; }
      .form-group .select-panel .select2-container .select2-selection__rendered {
        padding-top: 8px;
        padding-left: 16px; }
      .form-group .select-panel .select2-container .select2-selection__arrow {
        top: 10px; }
  .form-group.date-picker .ui-datepicker-trigger {
    top: 60px; }
  .form-group.multiline-input .form-label {
    float: none;
    height: auto;
    padding: 10px 16px;
    border-left-width: 1px;
    -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0; }
  .form-group.multiline-input .form-input {
    height: auto;
    width: 100%;
    float: none;
    padding: 16px;
    -webkit-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px; } }

@media (min-width: 480px) {
  button.btn, a.btn, input[type=button].btn {
    width: auto; }
  .policy-option ul li .btn {
    width: auto;
    margin: 0 auto; } }
/*start WO0000000684918*/
@media (max-width: 480px) and (min-width:320px) {
	.header-help-block{
		margin-top:19.5% !important;
	}
    .page-header-block{
        background-position:center center;
    }
}
@media (max-width: 768px) and (min-width:481px){
    .header-help-block {
        margin-top: 9.5% !important;
    }
}
@media (max-width: 1024px) and (min-width:767px) {
    .header-help-block {
        margin-top: 11.5% !important
    }
}
@media (max-width: 1400px) and (min-width:1023px) {
    .header-help-block {
        margin-top: 8.5% !important;
    }
}
/* end WO0000000684918*/
@media (min-width: 768px) {
  .buttons-container {
    padding: 32px 0; }
    .buttons-container .next-btn-panel {
      text-align: right; }
  h1 {
    font-size: 40px;
    line-height: 46px; }
  h2 {
    font-size: 40px;
    line-height: 46px; }
  .form-block, .view-block, .content-block {
    padding-top: 32px; }
  .view-block {
    padding: 32px 16px; }
  .summary-panel {
    position: absolute;
    top: 120px;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  .quote-summary-box ul {
    display: block !important; }
  .cards ul li {
    width: 30%;
    padding-bottom: 30px;
    font-size: 16px; }
  .cards ul img {
    width: 60px !important;
    margin-right: 10px; }
  .medical-screening .medical-screening-data {
    margin-right: 200px; }
  .medical-screening .medical-screening-image {
    display: inline;
    position: absolute;
    right: 0;
    bottom: -80px;
    z-index: 1;
    width: 200px;
    height: auto; }
  .key-points ul {
    width: auto;
    display: inline-block; }
    .key-points ul li {
      display: inline-block;
      padding: 10px; }
  .page-header-block .page-header-desc {
    margin-top: 100px;
    margin-bottom: 100px; }
    .page-header-block .page-header-desc.home {
      margin-bottom: 180px; }
  .policy-option {
    background-image: url(/Styles/Flysure/Images/policy-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    height: 140px;
    padding-top: 50px; }
    .policy-option label {
      color: #FFF;
      font-weight: normal; }
    .policy-option ul li {
      display: inline-block;
      width: auto;
      text-align: left;
      vertical-align: top;
      padding: 0 5px; }
      .policy-option ul li .btn {
        width: auto;
        margin: 0; }
  .cover-options .cover-option-block {
    position: relative;
    padding-right: 180px; }
  .cover-options .cover-option span.title {
    padding-right: 5px; }
  .cover-options .cover-option span.price {
    float: right;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    right: 90px;
    top: 50%;
    margin-top: -10px; }
  .cover-options .options {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px; }
  .cover-options .benefit-btn {
    background-color: transparent;
    text-align: left;
    margin: 0;
    padding: 0; }
  .contacts-list li {
    display: inline-block;
    margin: 20px 30px 20px 0; }
    .contacts-list li img {
      margin-bottom: 2px;
      margin-right: 5px; }
  .need-help {
    text-align: left; }
  .map-block ul {
    display: table; }
    .map-block ul li {
      display: table-cell;
      width: 50%; }
    /*WO0000000684918*/ 
    .header-help-block{
		margin-top:8.5% ;
	}
}

@media (min-width: 992px) {
  .key-points ul li {
    padding: 10px 15px; }
  .page-header-block .page-header-desc {
    margin-top: 160px;
    margin-bottom: 160px; }
    .page-header-block .page-header-desc.home {
      margin-bottom: 250px; }
  .policy-option ul li {
    padding: 0 10px; } }


@media (max-width: 500px) {
    .cover-options .options .toggle-group {
        -webkit-border-radius: 30px;
        border-radius: 30px;
        background-color:transparent; }
    .cover-options .options .toggle-off {
        background-color: #878787; 
        -webkit-border-radius: 30px;
        border-radius: 30px; }
}

#flysure-cookie-bar {
    display: none;
    color: #ffffff;
    min-height: 30px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    padding: 5px;
    background-color: #020202;
}

/*WO0000000684918*/
@media (min-width:568px) and (max-width:767px){
.marketing_consent{
                margin-left:1%;
}
}
@media (min-width:767px) and (max-width: 959px) {
.marketing_consent{
                margin-left:14%;
}
}

@media (min-width: 960px) and (max-width:1199px) {
}
@media (min-width: 1200px) and (max-width:1399px) {
.marketing_consent{
                margin-left:2.5%;
}
}
@media (min-width: 1400px){
.marketing_consent{
                margin-left:9.5%;
}
}
h1.banner-text-color {
color:#fff;
}

.select-panel {
  width: 65%;
  display: table-cell;
}
.select-panel select{
/*    display: none;*/
    display:block !important;
    position:absolute;
    left:-5000px;
    z-index:-10;
}
.select2-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    
    height: 64px;  
    max-width: 342px;
}  

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 64px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
  padding-left: 32px;
  padding-top: 18px;
    padding-right: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.select-panel .select2-container--default .select2-selection--single {
    background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f6f6f6;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), to(#eeeeee));
    background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #eeeeee));
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#ffffff));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent; 
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.small-dropdown .select2-container {
        height: 42px;  
    }  

.small-dropdown .select2-container .select2-selection--single {
        height: 42px;
    }

.small-dropdown .select2-container .select2-selection--single .select2-selection__rendered {
      padding-left: 10px;
      padding-top: 7px;
        padding-right: 10px;
}
.small-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}
