/*
  Color Palette
  #48466d
  #3d84a8
  #46cdcf
  #abedd8
*/

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: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
.code {
  background-color: #e5e5e5;
  padding: 4px;
  color:#16508c;
}
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;
  -moz-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;
  -moz-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;
  -moz-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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]: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;
  }
  .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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
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: 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 {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  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;
  padding: 0;
  margin: -1px;
  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;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row.centered {
  justify-content: center;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.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-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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,
.visible-sm,
.visible-md,
.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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}

* {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

section {
  margin-top: 0px;
}

img {
  max-width: 100%;
}

.header-container {
  text-align: center;
  max-width: 100%;
}

.header-container-search .tagline {
  color: #fff;
  text-align: center;
  font-weight: 100;
  font-size: 32px;
  line-height: 1.2em;
  max-width: 600px;
  margin: 0;
}
.header-container-search .tagline .tagline-callout {
  font-weight: bold;
}

.label-header {
  text-transform: uppercase;
  font-size: 13px;
  opacity: 0.75;
}

.btn {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 100px;
  margin: 10px;
}

.btn.primary {
  background: #fff;
  border: 1px solid #fff;
  color: #617095;
}

.btn.secondary {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn.tertiary {
  background: transparent;
  border: 1px solid #617095;
  color: #617095;
  border-radius: 3px;
  padding: 8px 18px;
  font-size: 14px;
  margin: 10px 0px;
}

.hero-image {
  margin-bottom: -250px;
}

.benefits {
  margin-top: 20px;
}

.section-header {
  font-size: 36px;
  text-align: center;
  font-weight: 100;
  opacity: 0.35;
  margin-bottom: 40px;
}

.section-header.small {
  font-size: 32px;
}

.subheader {
  font-size: 21px;
  max-width: 800px;
  margin: auto;
  text-align: center;
  margin-bottom: 60px;
  color: #999;
  font-weight: 300;
}

.benefit-container {
  height: 80%;
}

.benefit-container img {
  padding: 30px;
  padding-bottom: 0px;
}

.benefit-container a {
  text-decoration: none;
}

.benefit-container.benefit-one {
  background-image: linear-gradient(59deg, #47b8e0 0%, #056aa4 100%);
}

.benefit-container.benefit-one h3 {
  background: #fff;
  color: #449dcf;
}

.benefit-container.benefit-two {
  background-image: linear-gradient(225deg, #3c83c7 0%, #0d4780 100%);
}

.benefit-container.benefit-two h3 {
  background: #fff;
  color: #4185c8;
}

.benefit-container.benefit-three {
  background-image: linear-gradient(46deg, #202f86 0%, #262b4e 100%);
}

.benefit-container.benefit-three h3 {
  background: #fff;
  color: #333f84;
}

.benefit-container.benefit-three a {
  text-decoration: underline;
  color: #fff;
}

.benefit-container .content-container {
  text-align: left;
  color: #fff;
  position: relative;
  top: 45%;
  /*transform: translateY(-45%);*/
}

.mascot-icon img {
  max-height: 350px;
  margin-bottom: 30px;
  width: auto !important;
}

.float-to-right {
  float: right;
}


@media screen and (max-width: 991px) {
  .benefit-container{
    height: auto;
    padding: 100px 20px;
  }
  .benefit-container .content-container {
    text-align: center;
    color: #fff;
    position: relative;
    top: auto;
    transform: none;
  }

  .mascot-icon img {
    max-height: 200px;
    margin-bottom: 30px;
  }

  .mascot-icon.float-to-right{
    float: none !important;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px)  {
  .mascot-icon-b img{
    margin-top:30%;
  }
}

.benefit-container h3,
.contribute-box h3 {
  font-size: 28px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 12px;
  font-weight: 700;
  margin-bottom: 60px;
}

.benefit-container p,
.contribute-box p {
  font-size: 18px;
  color: #fff;
  line-height: 2;
  font-weight: 300;
}
.benefit-container p {
  max-width: 700px;
  margin: auto;
  margin-left: 0px;
}

@media screen and (max-width: 767px) {
  .benefit-container p,
  .contribute-box p {
    padding: 0px;
    font-size: 18px;
    line-height: 1.5;
  }

  .benefit-container h3 {
    font-size: 21px;
  }
}
.navbar-nav {
  background-color: #f3f8ff;
  margin: 0px;
  padding: 10px 0px 10px 30px;
  border-bottom: 1px solid #88a1d8;
}

.contribute-box p {
  padding: 0 20px;
}

.features h3 {
  font-weight: 500;
  font-size: 42px;
  line-height: 1.3;
  margin-top: 60px;
}

.features p {
  font-size: 21px;
  font-weight: 300;
  color: #888;
  line-height: 1.5;
}

.feature-box {
  margin-top: 30px;
}

.mini-features h5 {
  text-align: center;
  font-size: 18px;
  color: #5477c5;
  font-weight: 400;
}

.mini-feature {
  text-align: center;
}

.contribute-box {
  text-align: center;
}

footer {
  background-color: #2b266d;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: #fff;
}

.footer-header {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
}

.footer-links {
  list-style: none;
  text-align: left;
  color: #888;
  padding: 0px;
}
.footer-links li {
  padding: 2px 0;
}

.footer-links li a {
  color: #888;
  font-size: 14px;
}
.footer-links li a:hover {
  color: #617095;
  font-size: 14px;
}

.footer-copyright {
  margin-top: 60px;
  color: #888;
  font-size: 12px;
}

.adult-icon {
  width: 14px;
  height: 14px;
  margin-top: -3px;
}

.social-icon {
  text-indent: -9999px;
  background-repeat: no-repeat;
  width: 24px;
  height: 26px;
  margin: auto;
  display: inline-block;
  margin: 4px;
  opacity: 0.6;
}
.social-icon:hover {
  opacity: 1;
  cursor: pointer;
}
.social-icon.fb {
  background-image: url(../img/icon-social-fb.png);
}
.social-icon.twitter {
  background-image: url(../img/icon-social-twitter.png);
}
.social-icon.linkedin {
  background-image: url(../img/icon-social-linkedin.png);
}
.social-icon.instagram {
  background-image: url(../img/icon-social-instagram.png);
}

.right-image {
  float: right;
}

.no-top-margin {
  margin-top: 0px;
}

@media (max-width: 991px) {
  .features {
    text-align: center;
  }
  .right-image {
    float: none;
  }
  footer,
  .footer-links,
  .footer-header {
    text-align: center;
  }
  section {
    margin: auto;
    padding: 20px 0;
  }
  .hero-image {
    margin-bottom: -180px;
  }
  .contribute-box,
  .feature-box,
  .benefit {
    margin-bottom: 50px;
  }
  .feature-box {
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  section {
    margin: auto;
    padding: 20px;
  }
}

.form-control::-webkit-input-placeholder {
  color: #ddd;
}

.form-control:-moz-placeholder {
  color: #ddd;
}

.form-control::-moz-placeholder {
  color: #ddd;
}

.form-control:-ms-input-placeholder {
  color: #ddd;
}

.form-control::-ms-input-placeholder {
  color: #ddd;
}

html,
body {
  height: 100%;
}

.gradient {
  background-image: linear-gradient(135deg, #3d83a7 0%, #474c72 100%);
  min-height: 100%;
  transition: height 250ms linear;
  display: flex;
  flex-direction: column;
}

.gradient.smaller {
  min-height: 0%;
}

.header-container-search {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  max-height: 80%;
  margin: 0 auto;
  padding: 10px 10px;
  width: 100%;
  flex: auto 1 1;
  overflow: hidden;
}

.header-container-search-separator-large {
  width: 10px;
  height: 40px;
  flex: auto 0 100;
}
.header-container-search-separator-small {
  width: 10px;
  height: 20px;
  flex: auto 0 2;
}

.gradient.gradient-collapsed {
  min-height: 200px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .gradient.gradient-collapsed {
    height: 260px;
  }
}
.gradient.gradient-collapsed.gradient-collapsed-notransition {
  transition: none;
}
.gradient.gradient-collapsed .tagline {
  font-size: 21px;
}

.bootstrap-select > .dropdown-toggle {
  width: auto;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.bootstrap-select .dropdown-toggle {
  font-size: 11px;
}
.option-container {
  width: auto;
  flex-shrink: 0;
  float: right;
  padding: 9px 10px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .option-container {
    float: left;
    position: absolute;
    margin-top: 46px;
    text-align: center;
    width: 100%;
  }
  #search-box#search-box {
    height: 86px;
  }
}

#page-content {
  flex: 1 0 auto;
}

.btn-secondary-outline {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 10px 15px;
  font-size: 15px;
  background: transparent;
  opacity: 0.8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline:active {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff !important;
  padding: 10px 15px;
  font-size: 15px;
  background: transparent;
  opacity: 1;
}
.btn-icon {
  margin-right: 8px;
  margin-top: -2px;
  float: left;
}

.settings-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.navbar {
  padding: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.main-container {
  text-align: center;
  margin-top: 250px;
}

.has-search .form-control {
  padding-left: 2.5rem;
  padding-right: 17rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.8rem;
  margin-left: 5px;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

#search-box {
  width: 100%;
  flex: auto 0 0;
  margin: 0;
  height: 48px;
}
.search-box-line {
  width: 100%;
  position: relative;
  display: flex;
  background: #fff;
  border-radius: 4px;
  height: 55px;
      font-size: 15px;
}

.searchinput {
  width: 100%;
  border-right: none;
  padding: 5px 12px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #333;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.selectpicker {
  color: #333;
  height: 30px;
  max-width: 120px;
  border: 1px solid #eee;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

.form-control {
  padding: 10px 20px;
}
.search-btn-spinner {
  background-image: url("/img/spinner.gif");
  width: 32px;
  height: 32px;
}
.search-btn {
  float: right;
  margin-right: 0px;
  background: #3d84a8;
  border-color: #3d84a8;
  border-radius: 0px 4px 4px 0px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.search-btn button {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
}

.btn-white {
  background: #3d84a8;
  color: #fff;
}

.search-btn button:focus {
  outline: none;
}
.btn-primary {
  background: #3d84a8;
  border-color: #3d84a8;
  color: #1c3a4b;
  min-width: 120px;
  height: auto;
}
.search-btn:hover,
.search-btn:focus,
.search-btn:active,
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #3d9bbb;
  border-color: #3d9bbb;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #3d9bbb;
  border-color: #3d9bbb;
  color: #1c3a4b;
}

.btn-light {
  background: transparent;
}

.load-btn {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 50px;
  text-align: center;
}

.search-results-container {
  margin-bottom: 50px;
}

.nav-link {
  padding: 5px 8px;
  margin: auto 8px;
  color: #4e84ab;
  font-size: 15px;
  margin-top: 70px;
}

.nav-link.active {
  border-bottom: 2px solid #0584ff;
  color: #0584ff;
}

.nav.res .nav-link {
  margin-top: 10px;
}

.icon-logo {
  float: left;
  margin-top: 10px;
}

.settings-btn:hover {
  border: 1px solid #ccc;
  color: #666;
}

.result {
  text-align: left;
  padding: 10px 5px 10px 10px;
  border: 1px solid #fff;
  margin-bottom: 15px;
}

.card.card-placeholder > *,
.result.result-placeholder > * {
  opacity: 0;
}

.card-placeholder,
.result.result-placeholder,
.result.result-placeholder:hover {
  background: #ffffff;
  opacity: 0.5;
  border: 1px solid #dedede;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 20px;
  animation: loadingFader 0.9s infinite alternate;
  -moz-animation: loadingFader 0.9s infinite alternate; /* Firefox */
  -webkit-animation: loadingFader 0.9s infinite alternate; /* Safari and Chrome */
  -o-animation: loadingFader 0.9s infinite alternate; /* Opera */
}
.result:hover {
  border: 1px solid #eee;
  border-radius: 6px;
}

.result .title {
  font-size: 18px;
  color: #3d84a8;
}
.result .title:hover {
  text-decoration: underline;
}

.result .url {
  font-size: 15px;
  color: #188d2a;
  word-break: break-word;
}

.result .link {
  text-decoration: none;
}

.result .excerpt {
  font-size: 15px;
  color: #666;
  margin-top: 5px;
}

.result .result-date {
  font-style: italic;
  color: #a9a9a9;
}

.result .result-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.result .thumbnail {
  flex: 100px 0 0;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-top: 8px;
  object-fit: cover;
  object-position: top;
  background-color: #ddd;
}

.results-container {
  margin-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
}

.large-wrapper {
  max-width: 1500px;
  margin: auto;
}

.search-type {
  margin-right: 5px;
}

.card {
  background: #ffffff;
  border: 1px solid #dedede;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.card.green {
  padding: 20px 25px 20px 25px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}

.loading {
  animation: loadingFader 0.9s infinite alternate;
  -moz-animation: loadingFader 0.9s infinite alternate; /* Firefox */
  -webkit-animation: loadingFader 0.9s infinite alternate; /* Safari and Chrome */
  -o-animation: loadingFader 0.9s infinite alternate; /* Opera */
}

.card.metabox {
  padding: 20px 30px 20px 35px;
  font-weight: 300;
  line-height: 1.5;
  display: block;
  text-align: left;
}

.metabox-span {
  opacity: 0.85;
  text-align: left !important;
}

.green.card h2 {
  font-size: 18px;
  color: #3d84a8;
  font-weight: 300;
  line-height: 1.5;
}

.green.card p {
  font-size: 15px !important;
  color: #666;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.85;
}

.card-image-container {
  padding-left: 0px;
}

.card-image {
  max-width: 100%;
}

.card-title {
  font-size: 18px;
  color: #2c2e2f;
  font-weight: 500;
  text-align: left;
  padding-left: 15px;
  padding-bottom: 14px;
}

.card-excerpt {
  font-size: 14px;
  color: #777;
  text-align: left;
}

.lang-menu {
  background: transparent;
  border: 0;
  font-size: 11px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-transform: uppercase;
  color: #888;
}

.lang-menu:hover {
  cursor: pointer;
}

.dropdown-item {
  font-size: 13px;
}

@media (min-width: 1200px) {
  .results-container {
    width: 1170px;
  }
}

@media screen and (max-width: 991px) {
  .card {
    margin-top: 80px;
  }
}

@media screen and (max-width: 550px) {
  .results-container {
    margin-top: 0px;
  }
  .card {
    margin-top: 50px;
  }
}

.modal-dialog {
  margin-top: -5px;
}

.modal-content {
  border-radius: 0px;
  border: 0;
}

.close {
  color: #fff;
}
.close:hover,
.close:focus,
.close:active {
  color: #fff;
}
.close.dark {
  color: #111;
}
.close.dark:hover,
.close.dark:focus,
.close.dark:active {
  color: #111;
}

.modal-title {
  color: #fff;
  font-size: 28px;
}

.modal-subtitle {
  color: #fff;
  font-size: 13px;
  opacity: 0.6;
}
.span_pseudo,
.custom-checkbox span:before,
.custom-checkbox span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.custom-checkbox {
  position: relative;
  height: 2rem;
  display: flex;
  align-items: center;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox input:checked ~ span {
  background: #46557b;
  border-color: #46557b;
}
.custom-checkbox input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.custom-checkbox input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.custom-checkbox input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.custom-checkbox input:disabled ~ label {
  color: #dcdcdc;
}
.custom-checkbox input:disabled ~ label:hover {
  cursor: default;
}
.custom-checkbox label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
}
.custom-checkbox span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #d3d3d3;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
  border-radius: 3px;
}
.custom-checkbox span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}
.custom-checkbox span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}
.dropdown-item {
  padding: 0.25rem 1.5rem 0.25rem 1rem;
}
.dropdown-item.active,
.dropdown-item:active {
  background: #46557b;
}
@media (min-width: 690px) {
  .modal-dialog {
    max-width: 690px;
  }
}
.custom-radio-label,
.custom-checkbox label {
  font-size: 15px;
  color: #333;
}
.custom-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-dot {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #bebebe;
}

.custom-radio:hover input ~ .radio-dot {
  background-color: transparent;
}

.custom-radio input:checked ~ .radio-dot {
  background-color: white;
  border: 1px solid #bebebe;
}

.radio-dot:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-radio input:checked ~ .radio-dot:after {
  display: block;
}

.custom-radio .radio-dot:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #46557b;
}

.settings-section p {
  font-size: 13px;
  color: #888;
  line-height: 1.3;
}

.settings-section a {
  color: #0093c5;
}

.settings-section {
  padding-top: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #eee;
}
.modal-footer,
.modal-header {
  border-top: 0;
  border-bottom: 0;
}

.modal-footer,
.modal-header,
.modal-body {
  padding: 1rem 2rem;
}
.modal-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-evenly;
  padding-top: 0px;
}
.bootstrap-select .default ~ .dropdown-toggle {
  font-size: 15px;
}
.modal-messaging {
  text-align: center;
  padding: 3rem;
}
.modal-messaging .msg {
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
}
h5 {
  font-size: 1.2rem;
}

.nav {
  z-index: 9999;
  height:  50px;
  width: 100%;
  background: transparent;
  position: relative;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.085);
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 15px;
}
.nav > .nav-links > a,
.nav-title > a {
  display: inline-block;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  color: #fff;
  border-radius: 100px;
}

.nav > .nav-links > a:hover,
.nav-title > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.mascot {
  opacity: 1;
  width: 110px;
  height: 150px;
}

@media (max-height: 400px) {
  .mascot {
    width: 55px;
    height: 75px;
  }
}

.mascot-small {
  float: right;
  width: 60px;
  margin-left: 15px;
}

.gradient.gradient-collapsed .mascot {
  opacity: 0;
  width: 0px;
  height: 0px;
  transition: all 200ms linear;
}
.gradient.gradient-collapsed
  .header-container-search-separator-large:first-child {
  height: 0;
  transition: height 200ms linear;
}
.gradient.gradient-collapsed.gradient-collapsed-notransition .mascot {
  animation: none;
  transition: none;
}

.settings-container {
  color: #333;
  text-align: left;
  top: 50px;
  transform: none;
  margin-top: 50px;
}

.settings-header {
  margin: 0px;
  padding: 0px;
  padding: 10px 0 20px 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  color: #777;
}

.settings-row {
  border-top: 1px solid #eee;
  padding: 20px;
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .settings-container {
    color: #333;
    text-align: left;
    top: 0px;
    transform: none;
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .settings-row {
    border-top: 1px solid #eee;
    padding: 20px 0px;
    font-size: 13px;
    line-height: 1.8;
  }
  .settings-header {
    padding: 10px 0 20px 0px;
  }
}

.settings-row:last-child {
  border-bottom: 1px solid #eee;
}

.settings-row .language {
  float: right;
}

.toggle-container {
  position: relative;
  margin: auto;
  float: right;
}

.switch {
  visibility: hidden;
  margin-left: -9999px;
  position: absolute;
}
.switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 2px 5px;
  width: 45px;
  height: 25px;
  border-radius: 100px;
  user-select: none;
}
.switch + label:before {
  right: 1px;
  background-image: linear-gradient(135deg, #ccc 0%, #ddd 100%);
  border: 1px solid #aaa;
  border-radius: 75px;
  transition: 0.4s;
}
.switch + label:after {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
  transition: 0.4s;
}

input.switch + label:before,
input.switch + label:after {
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  bottom: 2px;
  content: "";
}

input.switch + label:after {
  border: 1px solid #aaa;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

.switch:checked + label:before {
  background-image: linear-gradient(135deg, #51a4d1 0%, #3f6fb7 100%);
  border: 1px solid #3c5c7f;
}
.switch:checked + label:after {
  margin-left: 20px;
  border: 1px solid #3c5c7f;
}

@keyframes loadingFader {
  0% {
    background: #f0f0f0;
  }
  100% {
    background: #e1e1e1;
  }
}

@-moz-keyframes loadingFader /* Firefox */ {
  0% {
    background: #f0f0f0;
  }
  100% {
    background: #e1e1e1;
  }
}

@-webkit-keyframes loadingFader /* Safari and Chrome */ {
  0% {
    background: #f0f0f0;
  }
  100% {
    background: #e1e1e1;
  }
}

@-o-keyframes loadingFader /* Opera */ {
  0% {
    background: #f0f0f0;
  }
  50% {
    background: #e1e1e1;
  }
}

.nav > .nav-header .nav-title[data-page=how-it-works] {
  display: none;
}

@media screen and (max-width: 450px) {
    .nav {
      height: auto;
      min-height: 50px;
    }

    .nav > .nav-header, .nav > .nav-links {
      text-align: center;
    }

    .nav > .nav-header {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .nav > .nav-header .nav-title[data-page=how-it-works] {
      display: initial;
    }

    .nav > .nav-header .nav-title[data-page=extension]{
      display: none;
    }

    .nav > .nav-links {
      display: none;
    }
}

/* About Page */
.about-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  
}

[class^=about-separator-] {
  width: 10px;
  flex: auto 0 100;
}

.about-separator-xxlarge { height: 160px; }
.about-separator-xlarge { height: 80px; }
.about-separator-large { height: 40px; }
.about-separator-small { height: 20px; }

.about-header h1 {
  font-size: 31px;
  line-height: 1.1;
  color: #426b90;
  padding: 9px 20px;
  background-color: #fff;
}

.about-header p {
  font-size: 27px;
  font-weight: 100;
  line-height: 1.2em;
  max-width: 600px;
  text-align: center;
  color: #ffffff;
  max-width: 745px;
  margin-top: 1.5rem;
}

.about-badge {
  font-size: 14px;
  font-weight: 300;
  color: #3d83a7;
  font-size: 85%;
}

.about-feature {
  border-radius: 4px;
  box-shadow: 0 56px 91px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  padding: 45px;
}

.about-feature h3 {
  font-size: 25px;
  font-weight: normal;
  letter-spacing: -0.67px;
  color: #1f2532;
  margin-bottom: 1.6rem;
}

.about-feature p {
  opacity: 0.78;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.43px;
  color: #4a515b;
}

.about-process .row {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
}

.about-process [class^=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

.about-process h2 {
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1f2532;
}

.about-process-item {
  border-radius: 4px;
  padding: 24px;
  height: 100%;
  position: relative;
}

.about-process-item img {
  display: block;
  float:left;
  margin-right: 20px;
}

.about-process-item.small {
  padding: 12px;
  text-align: center;
  background-color: #2891C0;
}

.about-process-item.small h3 {
  color: #ffffff;
}


.about-process-container img {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width: 80px;
}

.about-process-item h3 {
  font-size: 20px;
  font-weight: 350;
  line-height: 1.2em;
  color: #1f2532;
  padding: 0px;
  margin: 0px;
}



.about-process-item p {
  opacity: 0.78;
  font-size: 16px;
  line-height: 1.5;
  color: #2c2e2f;
}

.about-arrow-down {
  display:none;
  margin:auto;
  padding: 20px;
}

.about-facts {
  background-image: linear-gradient(75deg, #47b8e0 -34%, #056aa4 107%);
  color: #fff;
}

.about-facts h2 {
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}

.about-facts-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fact-separator {
  height: 130px;
  width: 1px;
  opacity: 0.23;
  background-color: #fff;
}

.about-fact-item {
  text-align: center;
}

.about-fact-item h3 {
  display: inline-block;
  font-size: 50px;
  font-weight: normal;
  line-height: normal;
  position: relative;
  margin: 0 0 20px;
  padding: 0 10px;
}

.about-fact-item h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  opacity: 0.43;
  background-color: #b8ecff;
  position: absolute;
  bottom: 2px;
  left: 0;
}

.about-fact-item h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.about-fact-item p {
  opacity: 0.78;
  font-size: 16px;
  line-height: 1.5;
  margin: 5px 0 0;
}

.about-extension {
  text-align: center;
}

.about-extension .container {
  flex-direction: column;
  align-items: center;
  max-width: 768px;
}

.about-extension h2 {
  font-size: 35px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -0.93px;
  color: #1f2532;
}

.about-extension p {
  opacity: 0.78;
  font-size: 16px;
  line-height: 1.5;
  color: #1f2532;
}

.about-extension-body {
  text-align: left !important;
  font-size: 14px !important;
}

.about-extension-preamble {
  text-align: center;
  width: 100%;
}

.about-extension .btn {
  border-radius: 2px;
  background-color: #16508c;
  color: #fff;
  padding: 15px 40px;
  font-size: 14px;
  text-decoration: none;
  width: 100%;
  max-width: 400px;
  margin: 0px;
  margin-bottom: 10px;
}

.about-extension .btn.standard {
  background-image: linear-gradient(135deg, #3d83a7 0%, #474c72 100%);
}

.about-extension .btn.chrome {
  background-image: linear-gradient(91deg, #4C8BF5, #1DA462);
}
.about-extension .btn.firefox {
  background-image: linear-gradient(91deg, #d65126, #ee8424);
}

.about-extension .btn.signature {
  background-color: #e5e5e5;
  color: #16508c;
}

.about-blog {
  position: relative;
}

.about-blog .decoration {
  position: absolute;
  right: 0;
  bottom: 110px;
  height: 487px;
  width: 1066px;
  border-radius: 23px 0 0 23px;
  background-image: linear-gradient(245deg, #3c82c7 0%,#0e4680 100%);
}

.about-blog h2, h3 {
  font-size: 35px;
  font-weight: 100;
  line-height: 1.2em;
  letter-spacing: -0.93px;
  color: #1f2532;
  margin: 0;
}

.about-blog h3 {
  font-size: 28px;
}

.about-blog .container > p {
  opacity: 0.85;
  font-size: 16px;
  line-height: 1.5;
}

.about-blog .container .preamble {
  font-size: 18px;
  line-height: 1.5;
  color: #4a515b;
}

.about-blog-article {
  border-radius: 4px;
  box-shadow: 0 17px 47px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.about-blog-article .article-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 27px;
  flex-grow: 1;
}

.about-blog-article a {
  font-size: 18px;
  line-height: 1.5;
  color: #1f2532;
  margin-bottom: 20px;
}

.about-blog-article .article-category {
  font-size: 12px;
  line-height: 2;
  color: #9ba2ac;
  text-transform: uppercase;
}

.about-more-articles {
  text-align: center;
  position: relative;
}

.about-blog .btn {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #2564a3;
  border-radius: 2px;
  padding: 15px 48px;
  background-color: #fff;
  text-decoration: none;
}

.about-audit {
  background-color: #f9f9f9;
  text-align: center;
}

.about-audit .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-audit h2 {
  font-size: 35px;
  font-weight: 100;
  line-height: 1.2em;
  letter-spacing: -0.93px;
  color: #1f2532;
}

.about-audit p {
  max-width: 648px;
  opacity: 0.78;
  font-size: 16px;
  line-height: 1.5;
  color: #1f2532;
}

.about-blog .btn {
  border-radius: 2px;
  background-image: linear-gradient(91deg, #3d83a7, #474c72);
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: table;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .about-separator-xxlarge { height: 80px; }
  .about-separator-xlarge { height: 40px; }
  .about-separator-large { height: 20px; }
  .about-separator-small { height: 10px; }

  .about-process-container img {
    display: block;
    width: 80px;
    top: 0%;
    left: 0%;
    position: relative;
    transform: none;
    padding-top: 30px;
  }

  .benefit-container img {
    width: 40%;
  }

  .about-header h1 {
    text-align: center;
    padding-top:15px;
    background-color: transparent;
    color: #fff;
    font-weight: 100;
    font-size: 32px;
    line-height: 1.2em;
    max-width: 600px;
    margin: 0;
  }

  .about-header p {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .about-process, .about-facts, .about-blog {
    padding: 10px;
  }
  
  .about-feature, .about-process-item, .about-blog-article {
    margin-bottom: 15px;
  }
  
  .arrow-line {
    display: none !important;
  }
  
  .fact-separator {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }

  .about-blog .decoration {
    bottom: 55px;
  }
  
  .about-facts-list {
    flex-direction: column;
  }
}

footer {
  height: 24px;
  background-image: linear-gradient(91deg, #3d83a7, #474c72);
}