/*
01. BASE
---------------
Setting up reset, variables, typography.
--------------- */
/* Usage:
div.logo {
  background: url("logo.png") no-repeat;
  @include image-2x("logo2x.png", 100px, 25px);
}
*/
/* Usage:
.article {
  @include clearfix();
}
*/
/* Usage:
.button {
  @include border-radius(5px);
}

.submit-button {
  @include border-top-radius(10px);
  @include border-right-radius(8px);
  @include border-bottom-radius(10px);
  @include border-left-radius (6px);
}
*/
/* Usage:
.article-heading {
  @include opacity(0.8);
}
*/
/* Usage:
.text-truncate {
  @include text-truncate;
}
*/
/* Usage:
.abs {
  @include abs-pos(10px, 10px, 5px, 15px);
}
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  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"] {
  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;
  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;
}

body {
  background: #fff;
  padding: 0;
  margin: 0;
  color: #606771;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page-content {
  padding: 50px 0;
}

.page-content.background {
  background-color: #f5f5f7;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", Arial, sans-serif;
  padding: 0;
  margin: 0;
}

p {
  padding: 0 0 20px 0;
  margin: 0;
}

a {
  color: #0f0e9f;
}

a.nounderline {
  text-decoration: none;
}

h1, h2 {
  color: #343b4c;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 20px;
  }
}

h1 {
  font-size: 42px;
  line-height: 1.2;
}

h2 {
  font-size: 42px;
  line-height: 1.2;
}

h3 {
  font-size: 26px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
}

.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 {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-success {
  color: #48a54a;
}

.text-danger {
  color: #a94442;
}

.text-light {
  color: #fff;
}

.text-third {
  color: #ebad42;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
}

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.6;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/*
02. UTILS
---------------
Utils will be used for small helpers, functions and mixins.
--------------- */
.clearfix {
  clear: both;
}

.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;
}

.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.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;
}

@media screen and (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: left;
  }
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.h-space-10, .h-space-20, .h-space-30, .h-space-40, .h-space-50, .h-space-60 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.h-space-10 {
  height: 10px;
}

.h-space-20 {
  height: 20px;
}

.h-space-30 {
  height: 30px;
}

.h-space-40 {
  height: 40px;
}

.h-space-50 {
  height: 50px;
}

.h-space-60 {
  height: 60px;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*
03. LAYOUT
---------------
Main layout styles, like grid, header, footer, sidebars etc.
--------------- */
@-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;
  }
  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;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@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;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col, .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, .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, .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, .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, .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,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  background: #fff;
  border-bottom: solid 1px #eee;
  padding: 18.5px 0;
  color: #343b4c;
  width: 100%;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: fixed;
  z-index: 7000;
}

header a {
  color: #343b4c !important;
}

header .btn {
  color: #2e3192 !important;
  margin-left: 15px;
}

header .btn:hover {
  color: #fff !important;
}

header .logo {
  margin-top: 0px;
  width: 190px;
  height: 35px;
  display: block;
}

header .logo img {
  display: block;
  float: left;
}

@media screen and (max-width: 991px) {
  header .logo {
    height: 35px;
  }
  header .logo img {
    height: 35px;
  }
}

header.header-home {
  background: none;
  border: none;
}

header.headroom-top {
  width: 100%;
  z-index: 1500;
  position: fixed;
}

header.headroom--not-top {
  background: #fff;
  border-bottom: solid 1px #eee;
  padding: 11px 0;
  color: #343b4c !important;
}

header.headroom--not-top a {
  color: #343b4c !important;
}

.header-filler {
  height: 95px;
  z-index: 9000;
}

@media screen and (max-width: 1199px) {
  .header-filler {
    height: 73px;
  }
}

footer {
  color: #606771;
  padding: 50px 0 0 0;
}

footer h4 {
  color: #343b4c;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 30px;
}

footer ul {
  padding: 0;
  margin: 0 0 30px 0;
}

footer li {
  line-height: 1.8;
}

footer a {
  color: #606771;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer p {
  line-height: 1.8;
  padding: 0;
}

footer .copy {
  border-top: solid 1px #e4eff2;
  padding: 30px;
  margin-top: 20px;
}

/*
04. COMPONENTS
---------------
Buttons, carousels, nav bars.
--------------- */
.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 2px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

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

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

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #e6f0f8;
  border-color: #c6dceb;
  color: #85a7bf;
}

.alert-info hr {
  border-top-color: #b3d0e4;
}

.alert-info .alert-link {
  color: #648fad;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #fff2f4;
  border-color: #f6c4c4;
  color: #e57373;
}

.alert-danger hr {
  border-top-color: #f3aeae;
}

.alert-danger .alert-link {
  color: #dd4848;
}

.arrow {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}

.arrow.arrow-right {
  transform: rotate(45deg) translate(0, 8px);
}

.arrow.arrow-top {
  transform: rotate(-45deg) translate(-2px, 2px);
}

.arrow.arrow-left {
  transform: rotate(-135deg) translate(0, -8px);
}

.arrow.arrow-bottom {
  transform: rotate(135deg) translate(-2px, 2px);
}

.arrow.arrow-style-1 {
  border-color: #bcc6cc;
}

.arrow.arrow-style-2 {
  border-color: #8f9cc2;
}

.article-card {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  overflow: hidden;
  margin-bottom: 20px;
}

.article-card .content-holder {
  border-left: solid 1px #eef1f6;
  border-right: solid 1px #eef1f6;
  border-bottom: solid 1px #eef1f6;
  padding: 25px 30px;
}

.article-card h4 {
  padding-bottom: 10px;
}

.article-card h4 a {
  color: #343b4c;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.article-card p {
  padding-bottom: 25px;
}

.article-card a.read-more {
  color: #ebad42;
  font-weight: 500;
}

.blockquote {
  border-left: solid 4px #0f0e9f;
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
}

.blockquote p {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 10px;
}

.blockquote strong {
  font-weight: 600;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  padding: 11px 25px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  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;
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn img {
  vertical-align: middle;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn .ico-mail {
  margin-top: -2px;
  margin-right: 5px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: transparent;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: transparent;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: transparent;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: transparent;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: transparent;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: transparent;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-default:hover {
  background-color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #2e3192;
  border-color: #2e3192;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #22246b;
  border-color: #22246b;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #22246b;
  border-color: #22246b;
}

.btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #22246b;
  border-color: #22246b;
}

.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #191b50;
  border-color: #22246b;
}

.btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
  background-image: none;
}

.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary:hover,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #2e3192;
  border-color: #2e3192;
}

.btn-secondary .badge {
  color: #2e3192;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #0f0e9f;
  border-color: #0f0e9f;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0b0a70;
  border-color: #0b0a70;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b0a70;
  border-color: #0b0a70;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0b0a70;
  border-color: #0b0a70;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #07074f;
  border-color: #0b0a70;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0f0e9f;
  border-color: #0f0e9f;
}

.btn-primary .badge {
  color: #0f0e9f;
  background-color: #fff;
}

.btn-white {
  color: #2e3192;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:focus, .btn-white.focus {
  color: #2e3192;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.btn-white:hover {
  color: #2e3192;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.btn-white:active, .btn-white.active,
.open > .btn-white.dropdown-toggle {
  color: #2e3192;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus,
.open > .btn-white.dropdown-toggle:hover,
.open > .btn-white.dropdown-toggle:focus,
.open > .btn-white.dropdown-toggle.focus {
  color: #2e3192;
  background-color: #d4d4d4;
  border-color: #e6e6e6;
}

.btn-white:active, .btn-white.active,
.open > .btn-white.dropdown-toggle {
  background-image: none;
}

.btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white.focus {
  background-color: #fff;
  border-color: #fff;
}

.btn-white .badge {
  color: #fff;
  background-color: #2e3192;
}

.btn-success {
  color: #fff;
  background-color: #72c02b;
  border-color: #72c02b;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #599622;
  border-color: #599622;
}

.btn-success:hover {
  color: #fff;
  background-color: #599622;
  border-color: #599622;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #599622;
  border-color: #599622;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #48791b;
  border-color: #599622;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #72c02b;
  border-color: #72c02b;
}

.btn-success .badge {
  color: #72c02b;
  background-color: #fff;
}

.btn-border-light {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.btn-border-light:focus, .btn-border-light.focus {
  color: #fff;
  background-color: rgba(230, 230, 230, 0.1);
  border-color: #e6e6e6;
}

.btn-border-light:hover {
  color: #fff;
  background-color: rgba(230, 230, 230, 0.1);
  border-color: #e6e6e6;
}

.btn-border-light:active, .btn-border-light.active,
.open > .btn-border-light.dropdown-toggle {
  color: #fff;
  background-color: rgba(230, 230, 230, 0.1);
  border-color: #e6e6e6;
}

.btn-border-light:active:hover, .btn-border-light:active:focus, .btn-border-light:active.focus, .btn-border-light.active:hover, .btn-border-light.active:focus, .btn-border-light.active.focus,
.open > .btn-border-light.dropdown-toggle:hover,
.open > .btn-border-light.dropdown-toggle:focus,
.open > .btn-border-light.dropdown-toggle.focus {
  color: #fff;
  background-color: rgba(212, 212, 212, 0.1);
  border-color: #e6e6e6;
}

.btn-border-light:active, .btn-border-light.active,
.open > .btn-border-light.dropdown-toggle {
  background-image: none;
}

.btn-border-light.disabled:hover, .btn-border-light.disabled:focus, .btn-border-light.disabled.focus, .btn-border-light[disabled]:hover, .btn-border-light[disabled]:focus, .btn-border-light[disabled].focus,
fieldset[disabled] .btn-border-light:hover,
fieldset[disabled] .btn-border-light:focus,
fieldset[disabled] .btn-border-light.focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.btn-border-light .badge {
  color: rgba(255, 255, 255, 0.1);
  background-color: #fff;
}

.btn-border-dark {
  color: #343b4c;
  background-color: transparent;
  border-color: #dee6ef;
}

.btn-border-dark:focus, .btn-border-dark.focus {
  color: #343b4c;
  background-color: transparent;
  border-color: #bcccde;
}

.btn-border-dark:hover {
  color: #343b4c;
  background-color: transparent;
  border-color: #bcccde;
}

.btn-border-dark:active, .btn-border-dark.active,
.open > .btn-border-dark.dropdown-toggle {
  color: #343b4c;
  background-color: transparent;
  border-color: #bcccde;
}

.btn-border-dark:active:hover, .btn-border-dark:active:focus, .btn-border-dark:active.focus, .btn-border-dark.active:hover, .btn-border-dark.active:focus, .btn-border-dark.active.focus,
.open > .btn-border-dark.dropdown-toggle:hover,
.open > .btn-border-dark.dropdown-toggle:focus,
.open > .btn-border-dark.dropdown-toggle.focus {
  color: #343b4c;
  background-color: transparent;
  border-color: #bcccde;
}

.btn-border-dark:active, .btn-border-dark.active,
.open > .btn-border-dark.dropdown-toggle {
  background-image: none;
}

.btn-border-dark.disabled:hover, .btn-border-dark.disabled:focus, .btn-border-dark.disabled.focus, .btn-border-dark[disabled]:hover, .btn-border-dark[disabled]:focus, .btn-border-dark[disabled].focus,
fieldset[disabled] .btn-border-dark:hover,
fieldset[disabled] .btn-border-dark:focus,
fieldset[disabled] .btn-border-dark.focus {
  background-color: transparent;
  border-color: #dee6ef;
}

.btn-border-dark .badge {
  color: transparent;
  background-color: #343b4c;
}

.btn-border-darker {
  color: #2e3192;
  background-color: transparent;
  border-color: #b7b6e2;
}

.btn-border-darker:focus, .btn-border-darker.focus {
  color: #2e3192;
  background-color: transparent;
  border-color: #9392d4;
}

.btn-border-darker:hover {
  color: #2e3192;
  background-color: transparent;
  border-color: #9392d4;
}

.btn-border-darker:active, .btn-border-darker.active,
.open > .btn-border-darker.dropdown-toggle {
  color: #2e3192;
  background-color: transparent;
  border-color: #9392d4;
}

.btn-border-darker:active:hover, .btn-border-darker:active:focus, .btn-border-darker:active.focus, .btn-border-darker.active:hover, .btn-border-darker.active:focus, .btn-border-darker.active.focus,
.open > .btn-border-darker.dropdown-toggle:hover,
.open > .btn-border-darker.dropdown-toggle:focus,
.open > .btn-border-darker.dropdown-toggle.focus {
  color: #2e3192;
  background-color: transparent;
  border-color: #9392d4;
}

.btn-border-darker:active, .btn-border-darker.active,
.open > .btn-border-darker.dropdown-toggle {
  background-image: none;
}

.btn-border-darker.disabled:hover, .btn-border-darker.disabled:focus, .btn-border-darker.disabled.focus, .btn-border-darker[disabled]:hover, .btn-border-darker[disabled]:focus, .btn-border-darker[disabled].focus,
fieldset[disabled] .btn-border-darker:hover,
fieldset[disabled] .btn-border-darker:focus,
fieldset[disabled] .btn-border-darker.focus {
  background-color: transparent;
  border-color: #b7b6e2;
}

.btn-border-darker .badge {
  color: transparent;
  background-color: #2e3192;
}

.btn-border-primary {
  color: #343b4c;
  background-color: transparent;
  border-color: #0f0e9f;
}

.btn-border-primary:focus, .btn-border-primary.focus {
  color: #343b4c;
  background-color: transparent;
  border-color: #0b0a70;
}

.btn-border-primary:hover {
  color: #343b4c;
  background-color: transparent;
  border-color: #0b0a70;
}

.btn-border-primary:active, .btn-border-primary.active,
.open > .btn-border-primary.dropdown-toggle {
  color: #343b4c;
  background-color: transparent;
  border-color: #0b0a70;
}

.btn-border-primary:active:hover, .btn-border-primary:active:focus, .btn-border-primary:active.focus, .btn-border-primary.active:hover, .btn-border-primary.active:focus, .btn-border-primary.active.focus,
.open > .btn-border-primary.dropdown-toggle:hover,
.open > .btn-border-primary.dropdown-toggle:focus,
.open > .btn-border-primary.dropdown-toggle.focus {
  color: #343b4c;
  background-color: transparent;
  border-color: #0b0a70;
}

.btn-border-primary:active, .btn-border-primary.active,
.open > .btn-border-primary.dropdown-toggle {
  background-image: none;
}

.btn-border-primary.disabled:hover, .btn-border-primary.disabled:focus, .btn-border-primary.disabled.focus, .btn-border-primary[disabled]:hover, .btn-border-primary[disabled]:focus, .btn-border-primary[disabled].focus,
fieldset[disabled] .btn-border-primary:hover,
fieldset[disabled] .btn-border-primary:focus,
fieldset[disabled] .btn-border-primary.focus {
  background-color: transparent;
  border-color: #0f0e9f;
}

.btn-border-primary .badge {
  color: transparent;
  background-color: #343b4c;
}

.btn-border-light, .btn-border-dark {
  box-shadow: none;
}

.btn-border-primary:hover {
  background: #0f0e9f;
  border-color: #0f0e9f;
  color: #fff;
}

.btn-border-light:hover {
  background: #fff;
  border-color: #fff;
  color: #2e3192;
}

.btn-border-dark:hover, .btn-border-darker:hover {
  border-color: #2e3192;
  background: #2e3192;
  color: #fff;
}

.btn-link {
  color: #0f0e9f;
  font-weight: normal;
  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: #080859;
  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: #fff;
  text-decoration: none;
}

.btn-xl {
  padding: 22px 50px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 4px;
}

.btn-lg {
  padding: 19px 40px;
  font-size: 16px;
  line-height: 1.33333;
  border-radius: 4px;
}

.btn-sm {
  padding: 9px 15px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-round {
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.btn-block {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .btn-block-xs {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

.btn-block {
  margin-top: 10px;
}

.btn-block + .btn-block {
  margin-top: 10px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-store {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #54646c;
  height: 48px;
  overflow: hidden;
  display: inline-block;
  margin: 10px;
  padding: 0 15px;
}

.btn-store:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.btn-store img {
  vertical-align: middle;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .btn-store {
    width: 100%;
    margin: 10px auto;
  }
}

.btn-icalendar img, .btn-googlecalendar img, .btn-outlook img {
  vertical-align: middle;
}

.btn-icalendar img {
  margin: -4px 4px 0 0;
}

.btn-googlecalendar img {
  margin: -3px 4px 0 0;
}

.btn-outlook img {
  margin: -1px 4px 0 0;
}

.calendar-day-names div.title {
  width: 14.28%;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 0 10px 8px;
}

.calendar-day-names div.title span {
  color: #343b4c;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .calendar-day-names div.title {
    text-align: center;
  }
}

.calendar-component {
  border-bottom: solid 1px #e6e9ef;
}

.calendar-component .day {
  background: #fff;
  border-top: solid 1px #e6e9ef;
  border-left: solid 1px #e6e9ef;
  padding: 8px;
  min-height: 110px;
  cursor: pointer;
  position: relative;
  width: 14.28%;
  float: left;
}

.calendar-component .day span.label {
  color: #343b4c;
  font-size: 14px;
  display: block;
  padding-bottom: 4px;
}

.calendar-component .day p.date, .calendar-component .day p.description {
  color: #2e3192;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.calendar-component .day:nth-child(7n) {
  border-right: solid 1px #e6e9ef;
}

.calendar-component .day:hover, .calendar-component .day.active {
  background: #eaeaf8;
}

.calendar-component .day.selected {
  border: solid 2px #8287de;
  background-color: #eaeaf8;
}

.calendar-component .day .day-popup {
  background: #fff;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: -15px;
  left: 95%;
  z-index: 99;
  padding: 30px 35px;
  min-width: 520px;
}

.calendar-component .day .day-popup span {
  color: #606771;
}

.calendar-component .day .day-popup p {
  color: #343b4c;
  font-size: 16px;
  padding-bottom: 8px;
}

.calendar-component .day .day-popup .close {
  display: block;
  position: absolute;
  z-index: 120;
  top: 10px;
  right: 15px;
  color: #999;
  font-size: 20px;
  text-decoration: none;
  padding: 0 4px;
}

.calendar-component .day:nth-child(7n) .day-popup, .calendar-component .day:nth-child(7n-1) .day-popup, .calendar-component .day:nth-child(7n-2) .day-popup {
  right: 95%;
  left: auto;
}

@media screen and (max-width: 991px) {
  .calendar-component .day {
    min-height: 0;
  }
  .calendar-component .day p.date, .calendar-component .day p.description {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .calendar-component {
    position: relative;
  }
  .calendar-component .day {
    text-align: center;
    position: static;
  }
  .calendar-component .day span.label {
    padding: 0;
  }
  .calendar-component .day .day-popup {
    min-width: 0;
    width: 90%;
    max-height: 300px;
    overflow-y: scroll;
    top: 60px;
    left: 5% !important;
    right: auto !important;
    padding: 15px;
    text-align: left !important;
  }
  .calendar-component .day .day-popup .row {
    padding-bottom: 10px;
  }
  .calendar-component .day .day-popup .col-sm-4 span {
    font-weight: 600;
  }
  .calendar-component .day .day-popup .btn {
    margin-bottom: 10px;
    width: 100%;
  }
}

.additional-calendar-links {
  padding-top: 30px;
}

.additional-calendar-links a {
  color: #868a92;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding-right: 40px;
}

.additional-calendar-links a img {
  vertical-align: middle;
  vertical-align-margin: -4px 4px 0 0;
}

.list-faq {
  padding: 0;
  margin: 0;
}

.list-faq li {
  border-bottom: solid 1px #e7ecf4;
  padding: 22px 0 25px 0;
}

.list-faq li:last-child {
  border-bottom: none;
}

.list-faq li .answer {
  padding-top: 15px;
  padding-left: 35px;
  display: none;
}

.list-faq h4 a {
  color: #606771;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding-left: 35px;
  position: relative;
}

.list-faq h4 a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0f0e9f;
  border-top: 2px solid #0f0e9f;
  transform: rotate(45deg) translate(0, 4px);
  -moz-transition: all .25s ease 0s;
  -o-transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  position: absolute;
  left: 0px;
  top: 5px;
}

.list-faq a.active:before {
  transform: rotate(135deg) translate(0, 2px);
}

.list-faq .answer.active {
  display: block;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  color: #78909c;
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
}

label.label-checkbox {
  color: #485a66;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 10px;
  display: block;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #343b4c;
}

.form-control {
  display: block;
  width: 100%;
  height: 49px;
  padding: 11px 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #343b4c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6e9ef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #0f0e9f;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 49px;
  }
  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: 33px;
  }
  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: 64px;
  }
}

.form-group {
  margin-bottom: 18px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 25px;
  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: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0;
  min-height: 41px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 33px;
  padding: 5px 4px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}

select.input-sm {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 39px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg {
  height: 64px;
  padding: 19px 15px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 4px;
}

select.input-lg {
  height: 64px;
  line-height: 64px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 64px;
  padding: 19px 40px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 4px;
}

.form-group-lg select.form-control {
  height: 64px;
  line-height: 64px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 64px;
  min-height: 43px;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 61.25px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 64px;
  height: 64px;
  line-height: 64px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.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: #e57373;
}

.has-error .form-control {
  border-color: #e57373;
  -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: #dd4848;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f5c9c9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f5c9c9;
}

.has-error .input-group-addon {
  color: #e57373;
  border-color: #e57373;
  background-color: #fff2f4;
}

.has-error .form-control-feedback {
  color: #e57373;
}

.has-feedback label ~ .form-control-feedback {
  top: 30px;
}

.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: 12px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 37px;
}

.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: 12px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 20px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.icon-holder {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: solid 2px #f0f5f9;
  padding: 55px;
  margin: 10px auto 25px auto;
  width: 210px;
  height: 210px;
  text-align: center;
}

.icon-holder img {
  width: 100px;
  height: auto;
}

.ico-social {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

.linkedin {
  background-image: url(assets/images/ico-linkedin.svg);
}

.linkedin.color {
  background-image: url(assets/images/ico-linkedin-color.svg);
}

.modal-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1950;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  overflow: hidden;
  background: #fff;
  position: relative;
  max-width: 800px;
  margin: 30px auto;
}

.modal-dialog.modal-narrow {
  max-width: 550px;
}

.modal-dialog .modal-title {
  font-size: 30px;
  font-weight: normal;
  padding: 25px 0;
}

.modal-header {
  padding: 15px 40px;
  border-bottom: solid 1px #e0e0e0;
}

.modal-header small {
  font-size: 18px;
  font-weight: normal;
  color: #666666;
}

.modal-body {
  background: #fcfcfc;
  padding: 0 30px 20px 30px;
}

.modal-close {
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: solid 2px #cad7dd;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #cad7dd;
  line-height: 23px;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 26px;
  height: 26px;
  text-align: center;
  text-decoration: none;
}

.modal-close:hover {
  border: solid 2px #c7d4d8;
  text-decoration: none;
  color: #c7d4d8;
}

.modal-close.modal-close-dark {
  border-color: #2e3192;
  color: #2e3192;
}

@media screen and (max-width: 767px) {
  .modal-dialog {
    width: 90%;
  }
}

.modal-login .modal-body {
  padding-left: 80px;
  padding-right: 80px;
}

.modal-login .form-control {
  background-color: #fafbfc;
}

@media screen and (max-width: 767px) {
  .modal-login .modal-body {
    padding-left: 40px;
    padding-right: 40px;
  }
}

nav.main-nav {
  display: inline-block;
}

nav.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0px 0 0;
}

nav.main-nav li {
  height: 58px;
  line-height: 58px;
  padding: 0 15px;
  margin: 0;
  display: inline-block;
}

nav.main-nav li:last-child {
  padding-right: 0;
}

nav.main-nav a {
  color: #343b4c;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

nav.main-nav a:after {
  content: "";
  display: block;
  width: 0px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  border-bottom: solid 1px #343b4c;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

nav.main-nav a:hover:after, nav.main-nav a.active:after {
  width: 100%;
  left: 0;
  border-bottom: solid 1px #343b4c;
}

nav.main-nav li.current-menu-item > a:after {
  width: 100%;
  left: 0;
  border-bottom: solid 1px #343b4c;
}

@media screen and (max-width: 991px) {
  nav.main-nav {
    position: fixed;
    width: 200px;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate3d(-200px, 0, 0);
    z-index: 9999;
    background: #222;
    font-size: 0.9em;
    font-weight: bold;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  nav.main-nav ul {
    margin-right: 0px;
  }
  nav.main-nav.navigation-open {
    transform: translate3d(0px, 0, 0);
    z-index: 9100;
  }
  nav.main-nav.navigation-open .link-button a {
    background-color: #0f0e9f;
  }
  nav.main-nav li {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 1;
    height: auto;
    text-align: left;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  nav.main-nav a {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    padding: 0 12px;
    display: block;
    color: #fff !important;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  nav.main-nav a:hover, nav.main-nav a.active {
    background: rgba(255, 255, 255, 0.2);
  }
  nav.main-nav a:hover:after, nav.main-nav a.active:after {
    width: 0 !important;
  }
  nav.main-nav li.current-menu-item > a {
    background: rgba(255, 255, 255, 0.2);
  }
  nav.main-nav li.current-menu-item > a:after {
    width: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .toggle-menu {
    height: 18px;
    vertical-align: middle;
    padding-top: 0px;
    margin-left: 20px;
    margin-top: 10px;
    display: inline-block;
  }
  .toggle-menu img {
    height: 18px;
  }
}

ul.sub-menu {
  display: none !important;
}

li.menu-item-has-children {
  position: relative;
}

li.menu-item-has-children:hover ul.sub-menu {
  width: 100%;
  position: absolute;
  display: block !important;
  left: 0;
}

li.menu-item-has-children:hover ul.sub-menu li {
  background: #fff;
  display: block;
  min-width: 250px;
  width: 100%;
  text-align: left !important;
}

@media screen and (max-width: 991px) {
  li.menu-item-has-children:hover ul.sub-menu, li.menu-item-has-children:focus ul.sub-menu {
    background-color: #222 !important;
  }
  li.menu-item-has-children:hover ul.sub-menu li, li.menu-item-has-children:focus ul.sub-menu li {
    background-color: #222 !important;
  }
  li.menu-item-has-children ul.sub-menu {
    position: static !important;
    display: block !important;
    padding-left: 10px;
  }
  li.menu-item-has-children ul.sub-menu a {
    font-size: 12px !important;
    text-transform: none !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  nav.main-nav li {
    padding: 0 12px !important;
  }
}

.site-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6900;
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0s;
  -o-transition: transform 0s;
  transition: transform 0s;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.site-overlay.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .site-overlay.only-xs {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .site-overlay.only-sm {
    display: none !important;
  }
}

@media screen and (min-width: 1600px) {
  .site-overlay.only-md {
    display: none !important;
  }
}

.section-newsletter {
  background-color: #f7f7fa;
}

.section-newsletter h2 {
  padding-bottom: 15px;
}

.section-newsletter .social-media h5 {
  color: #939aa4;
  font-size: 14px;
  letter-spacing: 1.3;
  padding-bottom: 15px;
}

.section-newsletter .social-media li {
  padding: 0 10px;
}

.newsletter-form {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #fff;
  background-image: url(assets/images/ico-newsletter.svg);
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 20px 20px;
  height: 63px;
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 50px;
}

.newsletter-form input {
  background: none;
  border: none;
  width: 60%;
  padding: 22px 22px 22px 22px;
  color: #606771;
  outline: none;
}

.newsletter-form input:focus {
  outline: none;
}

.newsletter-form button.btn {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 40%;
  float: right;
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  .newsletter-form {
    background: none;
    height: auto;
  }
  .newsletter-form input {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
    padding-left: 22px;
  }
  .newsletter-form button.btn {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    width: 100%;
  }
}

.page-content h2 {
  color: #363a3d;
  font-size: 28px;
  font-weight: normal;
  padding-bottom: 25px;
}

.page-content h3 {
  color: #363a3d;
  font-size: 24px;
}

.page-content h3.regular {
  font-weight: normal;
}

.page-content h5 {
  font-size: 16px;
  font-weight: normal;
}

.page-content h5.medium {
  font-weight: 600;
}

.page-tabs {
  border-bottom: solid 1px #e7ecf4;
  margin-bottom: 50px;
}

.page-tabs ul {
  padding: 0;
  margin: 0;
}

.page-tabs ul li {
  padding: 0;
  margin-right: 50px;
  display: inline;
  line-height: 1.3;
}

.page-tabs ul li a {
  color: #606771;
  text-decoration: none;
  display: inline-block;
  padding: 20px 0;
  font-size: 16px;
}

.page-tabs ul li.active a {
  color: #343b4c;
  border-bottom: solid 3px #0f0e9f;
}

.page-btn-tabs .btn {
  margin: 0 5px;
}

.page-btn-tabs .btn-border-dark {
  font-weight: 600;
  color: #606771;
}

.page-btn-tabs .btn-border-dark:hover {
  color: #fff;
}

.page-btn-tabs .btn-active {
  color: #0f0e9f;
  border-color: #0f0e9f;
}

.page-btn-tabs .btn-active:hover {
  background: #0f0e9f;
  color: #fff;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 9px 13px 8px 13px;
  line-height: 1;
  text-decoration: none;
  color: #343b4c;
  font-size: 14px;
  background-color: #f5f5f7;
  border: 2px solid #e6e9ef;
  margin: 0 4px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  background-clip: padding-box;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #343b4c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #343b4c;
  background-color: #fff;
  border-color: #e6e9ef;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 19px 40px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  background-clip: padding-box;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  background-clip: padding-box;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  background-clip: padding-box;
}

.stars {
  background-image: url(assets/images/ico-star@2x.png);
  background-repeat: repeat-x;
  background-size: 38px 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
}

.stars.stars-1 {
  width: 38px;
}

.stars.stars-2 {
  width: 78px;
}

.stars.stars-3 {
  width: 116px;
}

.stars.stars-4 {
  width: 155px;
}

.stars.stars-5 {
  width: 195px;
}

.vertical-nav {
  background: #fff;
  box-shadow: 0px 0px 16px rgba(42, 54, 67, 0.14);
  width: 104px;
  padding: 20px 0 10px 0;
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 9999;
}

.vertical-nav ul {
  margin: 0;
  padding: 0;
}

.vertical-nav li {
  padding: 12px 0;
  text-align: center;
}

.vertical-nav a {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.vertical-nav a span {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: solid 3px #d6d6df;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
}

.vertical-nav a strong {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: 1;
}

.vertical-nav a:hover span {
  background-color: #d6d6df;
}

.vertical-nav a.active span {
  background-color: #2e3192;
  border: solid 3px #2e3192;
}

.vertical-nav a.active strong {
  color: #2e3192;
  opacity: 1;
  filter: alpha(opacity=100);
}

/*
05. PAGES
---------------
Here we'll have all the styles needed for content pages. Each page will have its own scss file.
--------------- */
.hero-page {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-page .overlay {
  padding: 130px 0;
  background: rgba(29, 36, 57, 0.45);
}

.hero-page h1 {
  color: #fff;
  font-size: 42px;
}

.hero-page.about {
  background-image: url(assets/images/hero-images/contact.jpg);
}

.hero-page.about h1 {
  padding-bottom: 25px;
}

.hero-page.about p, .hero-page.about a {
  color: #fff;
}

.page-content.whatwedo {
  padding: 100px 0 60px 0;
}

.page-content.whatwedo h2 {
  font-size: 32px;
  padding-bottom: 10px;
}

.page-content.whatwedo p {
  padding: 20px 0 40px 0;
}

.team-member {
  padding-bottom: 20px;
}

.team-member .image-holder {
  padding: 14px 0;
}

.team-member h4 {
  color: #343b4c;
  font-size: 28px;
  font-weight: normal;
}

.team-member p {
  color: #606771;
}

.section-resources-quiz {
  background-image: url(assets/images/section-resources-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.section-resources-quiz h4 {
  font-size: 32px;
  font-weight: 300;
  padding-bottom: 20px;
}

.hero-page.agencies {
  background-image: url(assets/images/hero-images/agencies.jpg);
}

.section-agencies {
  padding-top: 50px !important;
}

.agency-item {
  width: 25%;
  float: left;
  text-align: center;
  border-bottom: solid 1px #e6e9ef;
  border-left: solid 1px #e6e9ef;
  padding: 35px 15px 5px 15px;
  height: 200px;
}

.agency-item:nth-child(4n), .agency-item:last-child {
  border-right: solid 1px #e6e9ef;
}

.agency-item:first-child, .agency-item:nth-child(2), .agency-item:nth-child(3), .agency-item:nth-child(4) {
  border-top: solid 1px #e6e9ef;
}

.agency-item img {
  width: 100%;
  max-width: 100px;
}

.agency-item span {
  display: block;
}

@media screen and (max-width: 991px) {
  .agency-item {
    padding-top: 25px;
    height: 210px;
  }
}

@media screen and (max-width: 767px) {
  .agency-item {
    width: 50%;
  }
  .agency-item:nth-child(2n), .agency-item:last-child {
    border-right: solid 1px #e6e9ef;
  }
  .agency-item:first-child, .agency-item:nth-child(2) {
    border-top: solid 1px #e6e9ef;
  }
  .agency-item:nth-child(3), .agency-item:nth-child(4) {
    border-top: none;
  }
}

.page-apply-job .form-holder {
  background: #fff;
  padding: 20px 30px;
}

.page-apply-job h4 {
  margin: 5px 0 10px 0;
}

.hero-page.blog {
  background-image: url(assets/images/hero-images/contact.jpg);
}

.hero-page.blog .overlay {
  padding: 180px 0 170px 0;
}

.hero-page.blog h1 {
  padding-bottom: 25px;
}

.hero-page.blog p, .hero-page.blog a {
  color: #fff;
}

.article-item {
  padding: 0 0 40px 0;
}

.article-item small {
  color: #99a0ab;
  font-size: 14px;
}

.article-item h3 {
  font-size: 20px;
  padding: 8px 0 20px 0;
}

.article-item h3 a {
  color: #343b4c;
  text-decoration: none;
}

.article-item p {
  padding-bottom: 25px;
}

.article-item a.read-more {
  text-decoration: none;
}

.blog-article small {
  color: #99a0ab;
  font-size: 14px;
}

.blog-article h1, .blog-article h2, .blog-article h3, .blog-article h4, .blog-article h5 {
  color: #343b4c;
}

.blog-article h1 {
  font-size: 42px;
  padding: 10px 0 70px 0;
}

.blog-article h2 {
  font-size: 34px;
}

.blog-article h3 {
  font-size: 20px;
}

.blog-article .entry-content {
  color: #606771;
  font-size: 18px;
}

.blog-article .entry-content p.intro {
  font-size: 32px;
  font-weight: 300;
}

.blog-article .entry-content a {
  color: #060e9f;
  font-weight: 600;
  text-decoration: none;
}

.blog-article .share {
  color: #606771;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  padding-right: 20px;
}

.blog-article .share img {
  vertical-align: middle;
}

.hero-page.board {
  background-image: url(assets/images/hero-images/board.jpg);
}

.board-item {
  text-align: center;
  font-size: 16px;
  padding-bottom: 20px;
  min-height: 380px;
}

.board-item h4 {
  color: #484e5e;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 5px;
}

.board-item span {
  display: block;
  line-height: 1.65;
  padding-bottom: 8px;
}

.hero-page.careers {
  background-image: url(assets/images/hero-images/contact.jpg);
}

.hero-page.careers .overlay {
  padding: 180px 0 170px 0;
}

.hero-page.careers h1 {
  padding-bottom: 25px;
}

.hero-page.careers p, .hero-page.careers a {
  color: #fff;
}

.list-jobs {
  padding: 0;
  margin: 0;
}

.list-jobs li {
  border-bottom: solid 1px #e7ecf4;
  padding: 32px 0 34px 0;
}

.list-jobs li .description {
  color: #606771;
  padding-top: 15px;
  padding-left: 35px;
}

.list-jobs h4 a {
  color: #606771;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding-left: 35px;
  position: relative;
  display: block;
}

.list-jobs h4 a span {
  color: #606771;
  font-size: 16px;
  font-weight: 300;
  padding-right: 35px;
  float: right;
  position: relative;
}

.list-jobs h4 a span:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0f0e9f;
  border-top: 2px solid #0f0e9f;
  transform: rotate(45deg) translate(0, 4px);
  -moz-transition: all .25s ease 0s;
  -o-transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  position: absolute;
  right: 0px;
  top: 5px;
}

.list-jobs a.active span:before {
  transform: rotate(135deg) translate(0, 2px);
}

.list-jobs .description.active {
  display: block;
}

.hero-page.contact {
  background-image: url(assets/images/hero-images/contact.jpg);
}

.contact-sidebar {
  padding-top: 30px;
}

.contact-sidebar .item {
  background-position: 20px 5px;
  background-repeat: no-repeat;
  padding-left: 60px;
  padding-bottom: 30px;
}

.contact-sidebar .item span {
  display: block;
}

.contact-sidebar .phone-number {
  background-image: url(assets/images/ico-phone.png);
}

.contact-sidebar .fax-number {
  background-image: url(assets/images/ico-fax.png);
}

.contact-sidebar .email-address {
  background-image: url(assets/images/ico-email.png);
}

.contact-sidebar .address {
  background-image: url(assets/images/ico-address.png);
}

.page-faq .section-faq {
  padding: 30px 0 80px 0;
}

.section {
  padding: 100px 0;
}

.section h2 {
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

.box-3d-holder {
  position: relative;
  padding-top: 20px;
  perspective: 200px;
}

.box-3d-holder .top {
  content: "";
  background: #f0f3f5;
  position: absolute;
  z-index: 5;
  left: 25px;
  top: -2px;
  width: calc( 100% - 50px);
  height: 30px;
  -webkit-transform: rotateX(30deg);
  /* Chrome, Safari, Opera  */
  transform: rotateX(30deg);
}

.box-3d {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #fff;
  box-shadow: 0px 15px 30px rgba(42, 54, 67, 0.11);
  padding: 50px 50px 30px 50px;
  position: relative;
  z-index: 10;
}

.section-hero {
  background-image: url(assets/images/home-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  box-sizing: border-box;
  position: relative;
}

.section-hero .container {
  height: 565px;
  padding-top: 120px;
  position: relative;
}

.section-hero .box-hero-holder {
  position: absolute;
  bottom: -180px;
  left: 15px;
  width: 100%;
}

.section-hero .hero-content {
  color: #fff;
}

.section-hero h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 300;
  padding-bottom: 20px;
}

.section-hero .description {
  font-size: 18px;
}

.section-hero .box-3d-holder h4 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
}

.section-hero .box-3d-holder p {
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .section-hero {
    background-position: right -150px;
  }
  .section-hero .container {
    padding-top: 50px;
  }
  .section-hero .box-hero-holder {
    position: static;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1250px) {
  .section-hero {
    background-position: right -200px;
  }
}

@media screen and (min-width: 1550px) {
  .section-hero {
    background-position: right -300px;
  }
}

@media screen and (min-width: 1921px) {
  .section-hero {
    background-position: right -350px;
  }
  .section-hero .container {
    height: 765px;
    padding-top: 220px;
    position: relative;
  }
}

.section-slider {
  padding-top: 300px;
}

.section-map {
  background-image: url(assets/images/map-vector-big.svg);
  background-position: 30% 25%;
  background-repeat: no-repeat;
  background-color: #f7f7fc;
  background-size: cover;
  padding: 180px 0;
}

.section-map .text-big {
  color: #2e3192;
  font-size: 42px;
}

@media screen and (max-width: 1600px) {
  .section-map {
    padding: 90px 0;
  }
}

@media screen and (max-width: 1199px) {
  .section-map {
    background-position: 50% 0;
    padding: 70px 0;
  }
}

@media screen and (max-width: 991px) {
  .section-map {
    background-position: -100px 20%;
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .section-map {
    background-position: left top;
    background-size: contain;
    padding: 150px 0 20px 0;
  }
  .section-map h2 {
    font-size: 36px;
  }
  .section-map .text-big {
    color: #2e3192;
    font-size: 32px;
  }
}

.section-articles h2 {
  padding-bottom: 85px;
}

.section-articles .box-3d-holder {
  position: relative;
  padding-top: 20px;
  perspective: 200px;
}

.section-articles .box-3d-holder .top {
  content: "";
  background: #f0f3f5;
  position: absolute;
  z-index: 5;
  left: 5px;
  top: 2px;
  width: calc( 100% - 10px);
  height: 30px;
  -webkit-transform: rotateX(30deg);
  /* Chrome, Safari, Opera  */
  transform: rotateX(30deg);
}

.section-articles .box-3d {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #fff;
  box-shadow: 0px 5px 20px rgba(42, 54, 67, 0.05);
  padding: 0px;
  position: relative;
  z-index: 10;
}

.section-connect {
  background-image: url(assets/images/hero-images/home-connect.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-connect h2 {
  color: #fff;
}

.section-connect h4 {
  font-size: 28px;
  font-weight: 300;
  padding-bottom: 20px;
}

.section-connect p {
  color: #cccccc;
}

.section-connect a {
  color: #f5d59e;
}

.section-connect .connect-form {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #fff;
  padding: 50px 64px 35px 64px;
  margin: 50px 0 20px 0;
}

@media screen and (max-width: 767px) {
  .section-connect .connect-form {
    padding: 25px 30px;
  }
}

.section-joinus {
  background: #edeeff;
  background: -webkit-linear-gradient(top left, #edeeff, #ffecff);
  background: linear-gradient(to bottom right, #edeeff, #ffecff);
}

.section-joinus img {
  position: absolute;
  right: 0;
  top: -160px;
  width: 90%;
  height: auto;
}

.section-joinus .hashtag-big {
  color: #2e3192;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section-joinus img {
    position: static;
    width: 80%;
    display: block;
    margin: 10px auto;
  }
}

.intranet-background {
  background-image: url(assets/images/intranet-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intranet-background .overlay {
  background-color: rgba(52, 49, 66, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intranet-background .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 230px;
}

.intranet-background .content h1 {
  color: #fff;
  padding-bottom: 25px;
}

.intranet-background .content p {
  color: #fff;
  font-size: 18px;
  padding-bottom: 25px;
}

.intranet-background .form-holder {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
}

.intranet-background .form-holder .btn {
  background-color: #2e3192 !important;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .intranet-background .content {
    height: auto;
    padding-top: 120px;
  }
  .intranet-background .form-control {
    margin-bottom: 15px;
  }
}

.intranet-resources {
  padding: 60px 0;
}

.intranet-resources h4 {
  color: #343b4c;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 35px;
}

@media screen and (max-width: 480px) {
  .intranet-resources {
    padding: 30px 0;
  }
  .intranet-resources h4 {
    font-size: 16px;
  }
}

.resources-categories li {
  padding: 8px 0;
}

.resources-categories li a {
  background: url(assets/images/ico-folder-closed@2x.png) no-repeat center left;
  background-size: 24px 20px;
  display: block;
  color: #7a808a;
  padding-left: 32px;
  text-decoration: none;
  text-transform: uppercase;
}

.resources-categories li a:hover, .resources-categories li a.active {
  background-image: url(assets/images/ico-folder-opened@2x.png);
  color: #0f0e9f;
}

@media screen and (max-width: 480px) {
  .resources-categories {
    display: none;
    height: 0px;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 10px 20px;
    -webkit-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
    position: absolute;
    left: 15px;
    z-index: 100;
    width: calc( 100% - 30px);
  }
  .resources-categories.active {
    display: block;
    height: auto;
  }
  .resources-categories li a {
    font-size: 12px;
  }
}

.selected-resource {
  background: url(assets/images/ico-folder-opened@2x.png) no-repeat 20px center #fff;
  background-size: 24px 20px;
  color: #0f0e9f;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: solid 1px #e6e9ef;
  font-size: 12px;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  padding: 15px 6px 14px 52px;
  position: relative;
}

.selected-resource:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0f0e9f;
  border-top: 2px solid #0f0e9f;
  transform: rotate(45deg) translate(0, 4px);
  -moz-transition: all .25s ease 0s;
  -o-transition: all .25s ease 0s;
  -webkit-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  position: absolute;
  right: 10px;
  top: 15px;
  -webkit-transition: 0.25 all ease;
  -o-transition: 0.25 all ease;
  transition: 0.25 all ease;
}

.selected-resource.active:before {
  transform: rotate(135deg) translate(4px, 0px);
}

.list-resources li {
  border-bottom: solid 1px #e6e9ef;
  padding: 5px 0;
}

.list-resources li:last-child {
  border-bottom: none;
}

.list-resources li a {
  background-position: left center;
  background-repeat: no-repeat;
  color: #606771;
  text-decoration: none;
  display: block;
  padding: 23px 0 23px 70px;
}

.list-resources li a.type-doc {
  background-image: url(assets/images/ico-doc.png);
}

.list-resources li a.type-pdf {
  background-image: url(assets/images/ico-pdf.png);
}

.list-resources li a span {
  color: #838c98;
  font-size: 14px;
  text-transform: uppercase;
  float: right;
}

.list-resources li a span i {
  font-style: normal;
}

.list-resources li a span img {
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 6px;
}

@media screen and (max-width: 480px) {
  .list-resources {
    padding: 0 5px;
  }
  .list-resources li a {
    font-size: 14px;
  }
  .list-resources li a span i {
    display: none;
  }
}

.hero-page.non-eligible {
  background-color: #5c5c6c;
  min-height: 310px;
  position: relative;
}

.hero-page.non-eligible .image-bg {
  background: url(assets/images/hero-images/non-eligible.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 310px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.hero-page.non-eligible .overlay {
  min-height: 310px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  background: rgba(92, 92, 108, 0.8);
  background: -webkit-linear-gradient(left, rgba(92, 92, 108, 0.8), rgba(92, 92, 108, 0));
  background: linear-gradient(to right, rgba(92, 92, 108, 0.8), rgba(92, 92, 108, 0));
}

.page-content.non-eligible .container {
  margin-top: -130px;
  position: relative;
  z-index: 100;
}

.page-content.non-eligible .hero-content {
  background: #fff;
  text-align: center;
  padding: 55px 30px;
  margin-bottom: 100px;
}

.page-content.non-eligible .hero-content .ico-close {
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #fff;
  border: solid 1px #e6e9ef;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto 30px auto;
}

.page-content.non-eligible .hero-content .ico-close img {
  vertical-align: middle;
  margin-top: -2px;
}

.page-content.non-eligible .hero-content .ico-close span {
  font-family: Arial, sans-serif;
  color: #d95240;
  font-size: 40px;
}

.page-content.non-eligible .hero-content p.description {
  font-size: 32px;
  font-weight: 300;
}

.page-content.non-eligible .hero-content p.secondary-description {
  font-size: 18px;
}

.page-content.non-eligible .hero-content p.secondary-description a {
  color: #060e9f;
  font-weight: bold;
}

.page-content.non-eligible .hero-content .btn-download img {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}

.page-content.non-eligible h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 70px;
}

.page-content.non-eligible .public-resources-list li {
  border-bottom: solid 1px #e6e9ef;
  padding: 15px 0;
}

.page-content.non-eligible .public-resources-list li:last-child {
  border-bottom: none;
}

.page-content.non-eligible .public-resources-list li a {
  color: #838c98;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

.page-content.non-eligible .public-resources-list li .details {
  background-image: url(assets/images/ico-arrow-right.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 16px;
  float: right;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 25px;
  min-width: 30px;
  min-height: 20px;
}

.eligible-content .right-border {
  border-right: solid 1px #e4e4f0;
}

@media screen and (max-width: 767px) {
  .eligible-content .right-border {
    border-right: none;
  }
}

.eligible-content h3 {
  padding-bottom: 5px !important;
}

.eligible-content p {
  padding: 0;
  margin: 0;
}

.provider-profile .avatar-holder {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #fff;
  border: solid 1px #efeff2;
  height: 166px;
  width: 166px;
  display: block;
  position: absolute;
  left: 0;
  top: -83px;
}

.provider-profile .avatar-holder img {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 126px;
  max-height: 126px;
  height: auto;
  width: auto;
}

.provider-profile .row-item {
  padding-top: 30px;
  padding-bottom: 30px;
}

.provider-profile .row-item p {
  padding: 0;
  margin: 0;
}

.provider-profile .row-item .check {
  background-image: url(assets/images/ico-check.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
  padding-left: 30px;
  display: block;
}

.provider-profile .comment-item .stars {
  margin-bottom: 10px;
}

.provider-profile .comment-item p {
  padding-bottom: 25px;
}

.eligibilityu-quiz-hero {
  background-image: url(assets/images/hero-images/agencies.jpg);
}

.eligibilityu-quiz-hero .overlay {
  color: #fff;
  padding: 80px 0;
}

.eligibilityu-quiz-hero .overlay h1 {
  padding-bottom: 10px;
}

.eligibility-quiz {
  padding: 60px 0;
}

.eligibility-quiz h4 {
  border-bottom: solid 1px #e8e8f3;
  color: #343b4c;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.eligibility-quiz h4 small {
  color: #aeb4bc;
  font-size: 16px;
  font-style: italic;
  text-transform: none;
}

.eligibility-quiz .left-indent {
  padding-left: 40px;
}

.eligibility-quiz .form-inline .radio, .eligibility-quiz .form-inline .checbox {
  padding-right: 50px;
}

.eligibility-quiz a.add-condition {
  text-decoration: none;
  display: inline-block;
  padding: 10px 0;
}

.eligibility-quiz .input-with-list {
  padding-bottom: 10px;
}

.eligibility-quiz .input-with-list label {
  width: 40px;
  display: inline-block;
}

.eligibility-quiz .input-with-list input {
  width: calc(100% - 80px);
  display: inline-block;
}

.eligibility-quiz .btn-submit {
  padding-left: 45px;
  padding-right: 45px;
}

h3.title-line {
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 5px;
}

h3.title-line span {
  height: 30px;
  line-height: 30px;
}

h3.title-line img {
  vertical-align: middle;
}

h3.title-line.orange {
  background-color: #ef831a;
}

h3.title-line.green {
  background-color: #28b83f;
}

.search-item {
  border-bottom: solid 1px #e8e8f3;
  padding: 30px 0 20px;
}

.search-item h4 {
  font-size: 18px;
  padding-bottom: 15px;
}

.search-item h4 a {
  color: #343b4c;
  font-weight: 600;
  text-decoration: none;
}

.search-item li {
  padding: 4px 0;
}

.search-item .img-holder {
  background: #fff;
  border: solid 1px #e4e4ea;
  width: 98px;
  height: 90px;
  float: left;
  position: relative;
}

.search-item .img-holder img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: auto;
  width: auto;
}

.search-item .content-holder {
  width: calc( 100% - 110px);
  float: right;
}

.view-map {
  text-decoration: none;
  background-size: 14px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 21px;
  margin-left: 5px;
  display: inline-block;
}

.view-map.orange {
  background-image: url(assets/images/ico-view-map-or@2x.png);
  color: #ef831a;
}

.view-map.green {
  background-image: url(assets/images/ico-view-map-gr@2x.png);
  color: #28b83f;
}

.selected-filters {
  border: solid 1px #e4e4ea;
  background: #fff;
  padding: 24px;
  margin-bottom: 20px;
  max-width: 90%;
}

.selected-filters ul.filters {
  font-size: 14px;
}

.selected-filters ul.filters li {
  padding-bottom: 5px;
}

.selected-filters ul.filters span {
  display: block;
}

.selected-filters ul.filters a {
  display: block;
  text-decoration: none;
}

.selected-filters h4 {
  border-bottom: solid 1px #e8e8f3;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.filters-section {
  padding-bottom: 10px;
  max-width: 80%;
}

.filters-section h4 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}

.filters-section li {
  font-size: 14px;
  padding-bottom: 4px;
}

.filters-section li label {
  color: #343b4c;
}

.filters-section .input-holder {
  padding-left: 20px;
}

.section-signin {
  background: #f7f7fc;
}

.section-signin h1 {
  padding-bottom: 25px;
}

.section-signin img.signin-screen {
  width: 100%;
  height: auto;
  max-width: 738px;
  margin-right: -70px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .section-signin img.signin-screen {
    margin-right: 0;
  }
  .section-signin .text-right {
    text-align: center !important;
  }
}

/*
06. Vendors
---------------
Vendors is for using 3rd party stylesheets, like bootstrap and other frameworks/plugins.
--------------- */
.form-group.required .control-label:after {
  content:"*";
}