@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", serif;
  font-weight: 700;
  color: #345298; }

/*! skeleton-framework | 1.1.1 | MIT | 5/12/2016 */
/* Table of contents
- Base Styles
- Grid
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
html {
  font-size: 1em;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  background-color: #fff;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5d5d5d;
  margin: 0px; }

img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto; }

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1200px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

/*.row {
  margin-left: -$container-padding;
  margin-right: -$container-padding;
}*/
.row::before,
.row::after {
  content: ' ';
  display: table; }

.row::after {
  clear: both; }

[class*='column'] {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.xs-one[class*='column'] {
  width: 8.3333333333%; }

.xs-two[class*='column'] {
  width: 16.6666666666%; }

.xs-three[class*='column'],
.xs-one-quarter[class*='column'] {
  width: 24.9999999999%; }

.xs-four[class*='column'],
.xs-one-third[class*='column'] {
  width: 33.3333333332%; }

.xs-five[class*='column'] {
  width: 41.6666666665%; }

.xs-six[class*='column'],
.xs-one-half[class*='column'] {
  width: 49.9999999998%; }

.xs-seven[class*='column'] {
  width: 58.3333333331%; }

.xs-eight[class*='column'],
.xs-two-thirds[class*='column'] {
  width: 66.6666666664%; }

.xs-nine[class*='column'] {
  width: 74.9999999997%; }

.xs-ten[class*='column'] {
  width: 83.333333333%; }

.xs-eleven[class*='column'] {
  width: 91.6666666663%; }

.xs-twelve[class*='column'] {
  width: 99.9999999996%; }

[class*='xs-'][class*='column'] ~ [class*='xs-'][class*='column'] {
  margin-top: 0; }

@media screen and (min-width: 560px) {
  [class*='column'] ~ [class*='column'] {
    margin-top: 0; }

  .one[class*='column'] {
    width: 8.3333333333%; }

  .two[class*='column'] {
    width: 16.6666666666%; }

  .three[class*='column'],
  .one-quarter[class*='column'] {
    width: 24.9999999999%; }

  .four[class*='column'],
  .one-third[class*='column'] {
    width: 33.3333333332%; }

  .five[class*='column'] {
    width: 41.6666666665%; }

  .six[class*='column'],
  .one-half[class*='column'] {
    width: 49.9999999998%; }

  .seven[class*='column'] {
    width: 58.3333333331%; }

  .eight[class*='column'],
  .two-thirds[class*='column'] {
    width: 66.6666666664%; }

  .nine[class*='column'] {
    width: 74.9999999997%; }

  .ten[class*='column'] {
    width: 83.333333333%; }

  .eleven[class*='column'] {
    width: 91.6666666663%; }

  .twelve[class*='column'] {
    width: 99.9999999996%; }

  .offset-by-one[class*='column'] {
    margin-left: 8.3333333333%; }

  .offset-by-two[class*='column'] {
    margin-left: 16.6666666666%; }

  .offset-by-three[class*='column'],
  .offset-by-one-quarter[class*='column'] {
    margin-left: 24.9999999999%; }

  .offset-by-four[class*='column'],
  .offset-by-one-third[class*='column'] {
    margin-left: 33.3333333332%; }

  .offset-by-five[class*='column'] {
    margin-left: 41.6666666665%; }

  .offset-by-six[class*='column'],
  .offset-by-one-half[class*='column'] {
    margin-left: 49.9999999998%; }

  .offset-by-seven[class*='column'] {
    margin-left: 58.3333333331%; }

  .offset-by-eight[class*='column'],
  .offset-by-two-thirds[class*='column'] {
    margin-left: 66.6666666664%; }

  .offset-by-nine[class*='column'] {
    margin-left: 74.9999999997%; }

  .offset-by-ten[class*='column'] {
    margin-left: 83.333333333%; }

  .offset-by-eleven[class*='column'] {
    margin-left: 91.6666666663%; }

  .sm-one[class*='column'] {
    width: 8.3333333333%; }

  .sm-two[class*='column'] {
    width: 16.6666666666%; }

  .sm-three[class*='column'],
  .sm-one-quarter[class*='column'] {
    width: 24.9999999999%; }

  .sm-four[class*='column'],
  .sm-one-third[class*='column'] {
    width: 33.3333333332%; }

  .sm-five[class*='column'] {
    width: 41.6666666665%; }

  .sm-six[class*='column'],
  .sm-one-half[class*='column'] {
    width: 49.9999999998%; }

  .sm-seven[class*='column'] {
    width: 58.3333333331%; }

  .sm-eight[class*='column'],
  .sm-two-thirds[class*='column'] {
    width: 66.6666666664%; }

  .sm-nine[class*='column'] {
    width: 74.9999999997%; }

  .sm-ten[class*='column'] {
    width: 83.333333333%; }

  .sm-eleven[class*='column'] {
    width: 91.6666666663%; }

  .sm-twelve[class*='column'] {
    width: 99.9999999996%; }

  .sm-offset-by-one[class*='column'] {
    margin-left: 8.3333333333%; }

  .sm-offset-by-two[class*='column'] {
    margin-left: 16.6666666666%; }

  .sm-offset-by-three[class*='column'],
  .sm-offset-by-one-quarter[class*='column'] {
    margin-left: 24.9999999999%; }

  .sm-offset-by-four[class*='column'],
  .sm-offset-by-one-third[class*='column'] {
    margin-left: 33.3333333332%; }

  .sm-offset-by-five[class*='column'] {
    margin-left: 41.6666666665%; }

  .sm-offset-by-six[class*='column'],
  .sm-offset-by-one-half[class*='column'] {
    margin-left: 49.9999999998%; }

  .sm-offset-by-seven[class*='column'] {
    margin-left: 58.3333333331%; }

  .sm-offset-by-eight[class*='column'],
  .sm-offset-by-two-thirds[class*='column'] {
    margin-left: 66.6666666664%; }

  .sm-offset-by-nine[class*='column'] {
    margin-left: 74.9999999997%; }

  .sm-offset-by-ten[class*='column'] {
    margin-left: 83.333333333%; }

  .sm-offset-by-eleven[class*='column'] {
    margin-left: 91.6666666663%; } }
@media screen and (min-width: 720px) {
  .md-one[class*='column'] {
    width: 8.3333333333%; }

  .md-two[class*='column'] {
    width: 16.6666666666%; }

  .md-three[class*='column'],
  .md-one-quarter[class*='column'] {
    width: 24.9999999999%; }

  .md-four[class*='column'],
  .md-one-third[class*='column'] {
    width: 33.3333333332%; }

  .md-five[class*='column'] {
    width: 41.6666666665%; }

  .md-six[class*='column'],
  .md-one-half[class*='column'] {
    width: 49.9999999998%; }

  .md-seven[class*='column'] {
    width: 58.3333333331%; }

  .md-eight[class*='column'],
  .md-two-thirds[class*='column'] {
    width: 66.6666666664%; }

  .md-nine[class*='column'] {
    width: 74.9999999997%; }

  .md-ten[class*='column'] {
    width: 83.333333333%; }

  .md-eleven[class*='column'] {
    width: 91.6666666663%; }

  .md-twelve[class*='column'] {
    width: 99.9999999996%; }

  .md-offset-by-one[class*='column'] {
    margin-left: 8.3333333333%; }

  .md-offset-by-two[class*='column'] {
    margin-left: 16.6666666666%; }

  .md-offset-by-three[class*='column'],
  .md-offset-by-one-quarter[class*='column'] {
    margin-left: 24.9999999999%; }

  .md-offset-by-four[class*='column'],
  .md-offset-by-one-third[class*='column'] {
    margin-left: 33.3333333332%; }

  .md-offset-by-five[class*='column'] {
    margin-left: 41.6666666665%; }

  .md-offset-by-six[class*='column'],
  .md-offset-by-one-half[class*='column'] {
    margin-left: 49.9999999998%; }

  .md-offset-by-seven[class*='column'] {
    margin-left: 58.3333333331%; }

  .md-offset-by-eight[class*='column'],
  .md-offset-by-two-thirds[class*='column'] {
    margin-left: 66.6666666664%; }

  .md-offset-by-nine[class*='column'] {
    margin-left: 74.9999999997%; }

  .md-offset-by-ten[class*='column'] {
    margin-left: 83.333333333%; }

  .md-offset-by-eleven[class*='column'] {
    margin-left: 91.6666666663%; } }
@media screen and (min-width: 960px) {
  .lg-one[class*='column'] {
    width: 8.3333333333%; }

  .lg-two[class*='column'] {
    width: 16.6666666666%; }

  .lg-three[class*='column'],
  .lg-one-quarter[class*='column'] {
    width: 24.9999999999%; }

  .lg-four[class*='column'],
  .lg-one-third[class*='column'] {
    width: 33.3333333332%; }

  .lg-five[class*='column'] {
    width: 41.6666666665%; }

  .lg-six[class*='column'],
  .lg-one-half[class*='column'] {
    width: 49.9999999998%; }

  .lg-seven[class*='column'] {
    width: 58.3333333331%; }

  .lg-eight[class*='column'],
  .lg-two-thirds[class*='column'] {
    width: 66.6666666664%; }

  .lg-nine[class*='column'] {
    width: 74.9999999997%; }

  .lg-ten[class*='column'] {
    width: 83.333333333%; }

  .lg-eleven[class*='column'] {
    width: 91.6666666663%; }

  .lg-twelve[class*='column'] {
    width: 99.9999999996%; }

  .lg-offset-by-one[class*='column'] {
    margin-left: 8.3333333333%; }

  .lg-offset-by-two[class*='column'] {
    margin-left: 16.6666666666%; }

  .lg-offset-by-three[class*='column'],
  .lg-offset-by-one-quarter[class*='column'] {
    margin-left: 24.9999999999%; }

  .lg-offset-by-four[class*='column'],
  .lg-offset-by-one-third[class*='column'] {
    margin-left: 33.3333333332%; }

  .lg-offset-by-five[class*='column'] {
    margin-left: 41.6666666665%; }

  .lg-offset-by-six[class*='column'],
  .lg-offset-by-one-half[class*='column'] {
    margin-left: 49.9999999998%; }

  .lg-offset-by-seven[class*='column'] {
    margin-left: 58.3333333331%; }

  .lg-offset-by-eight[class*='column'],
  .lg-offset-by-two-thirds[class*='column'] {
    margin-left: 66.6666666664%; }

  .lg-offset-by-nine[class*='column'] {
    margin-left: 74.9999999997%; }

  .lg-offset-by-ten[class*='column'] {
    margin-left: 83.333333333%; }

  .lg-offset-by-eleven[class*='column'] {
    margin-left: 91.6666666663%; } }
/* Base Typo
 ------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 10px; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 22px;
  line-height: 39px; }

h3 {
  font-size: 21px;
  line-height: 27px; }

h4 {
  font-size: 18px;
  line-height: 27px; }

h5 {
  font-size: 15px;
  line-height: 27px; }

h6 {
  font-size: 13px;
  line-height: 27px; }

/* Larger than phablet */
@media (min-width: 560px) {
  /* h1 {
     font-size: 3.2rem;
   }
   h2 {
     font-size: 2.6rem;
   }
   h3 {
     font-size: 2.2rem;
   }
   h4 {
     font-size: 1.6rem;
   }
   h5 {
     font-size: 1.5rem;
   }
   h6 {
     font-size: 1.2rem;
   }*/ }
p {
  margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #345298;
  text-decoration: none; }

a:hover {
  color: #000; }

/* Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-primary {
  color: #345298; }

.text-success {
  color: #5cb85c; }

.text-danger {
  color: #d9534f; }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.9rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: .8rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #345298;
  border: #345298 solid 1px;
  cursor: pointer; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #fff;
  background: #6785cb;
  outline: 0; }

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  color: #345298; }

.button.btnFull,
button.btnFull {
  width: 100%; }

.button:disabled,
.button:disabled:hover,
button[disabled],
.button[disabled],
.button-primary[disabled],
.button-success[disabled],
.button-danger[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
  border: #345298;
  color: #345298;
  cursor: not-allowed; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  border: #345298;
  color: #fff;
  background-color: #345298;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #345298;
  border-color: #345298; }

.button.button-primary:active,
button.button-primary:active,
input[type="submit"].button-primary:active,
input[type="reset"].button-primary:active,
input[type="button"].button-primary:active {
  color: #fff;
  background-color: #35539a;
  border-color: #157b9b; }

.button.button-primary:disabled,
button.button-primary:disabled,
input[type="submit"].button-primary:disabled,
input[type="reset"].button-primary:disabled,
input[type="button"].button-primary:disabled {
  color: #fff;
  cursor: not-allowed;
  background-color: #7CD9F8;
  border-color: #7CD9F8; }

.button.button-success,
button.button-success,
input[type="submit"].button-success,
input[type="reset"].button-success,
input[type="button"].button-success {
  border: 1px solid #5cb85c;
  color: #fff;
  background-color: #5cb85c;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.button.button-success:hover,
button.button-success:hover,
input[type="submit"].button-success:hover,
input[type="reset"].button-success:hover,
input[type="button"].button-success:hover,
.button.button-success:focus,
button.button-success:focus,
input[type="submit"].button-success:focus,
input[type="reset"].button-success:focus,
input[type="button"].button-success:focus {
  color: #fff;
  background-color: #2e3d8e;
  border-color: #2e3d8e; }

.button.button-success:active,
button.button-success:active,
input[type="submit"].button-success:active,
input[type="reset"].button-success:active,
input[type="button"].button-success:active {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71; }

.button.button-success:disabled,
button.button-success:disabled,
input[type="submit"].button-success:disabled,
input[type="reset"].button-success:disabled,
input[type="button"].button-success:disabled {
  color: #fff;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #345298; }

.button.button-danger,
button.button-danger,
input[type="submit"].button-danger,
input[type="reset"].button-danger,
input[type="button"].button-danger {
  border: 1px solid #d9534f;
  color: #fff;
  background-color: #d9534f;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.button.button-danger:hover,
button.button-danger:hover,
input[type="submit"].button-danger:hover,
input[type="reset"].button-danger:hover,
input[type="button"].button-danger:hover,
.button.button-danger:focus,
button.button-danger:focus,
input[type="submit"].button-danger:focus,
input[type="reset"].button-danger:focus,
input[type="button"].button-danger:focus {
  color: #000;
  background-color: #2e3d8e;
  border-color: #2e3d8e; }

.button.button-danger:active,
button.button-danger:active,
input[type="submit"].button-danger:active,
input[type="reset"].button-danger:active,
input[type="button"].button-danger:active {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }

.button.button-danger:disabled,
button.button-danger:disabled,
input[type="submit"].button-danger:disabled,
input[type="reset"].button-danger:disabled,
input[type="button"].button-danger:disabled {
  color: #fff;
  cursor: not-allowed;
  background-color: #d9534f;
  border-color: #d9534f; }

.cfSite .btn {
  background-color: #ad2323 !important; }
  .cfSite .btn:hover {
    background-color: #af2323 !important; }

/* Contact Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#contact_form label {
  display: none; }

form label + i,
form label + i {
  position: absolute;
  font-size: 14px !important;
  left: 25px;
  top: 13px;
  color: #345298; }

form label + i + .form-control {
  padding-left: 45px; }

.form-control {
  display: block;
  width: 100%; }

.form-group {
  margin-bottom: 14px;
  position: relative; }

input[type="email"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 0.4rem 0.6rem;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  -webkit-transition: border 0.2s;
  transition: border 0.2s; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
select:not([size]),
textarea:not([rows]) {
  height: 2.5rem;
  width: 100%; }

input.inputHalf {
  width: 50%; }

input.inputQuarter {
  width: 25%; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 4rem;
  resize: vertical;
  height: auto !important;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #345298;
  outline: 0; }

.error,
.has-error,
.has-error:focus,
.simplesearch-highlight {
  color: #d9534f; }

.success,
.has-success,
.has-success:focus {
  color: #5cb85c; }

label,
legend {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 600; }

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

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal; }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol,
ul {
  padding-left: 28px;
  margin-top: 0;
  list-style: none; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem; }

ul.bullet li:before {
  content: "\f101";
  font-family: "FontAwesome";
  color: #345298;
  margin-right: 6px;
  font-size: 12px; }

/* Cards */
.card {
  border: 1px solid #E1E1E1;
  padding: 15px 25px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 1px 1px 1px #E1E1E1;
  min-height: 160px;
  margin-bottom: 1rem; }

.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6,
.card p {
  margin-bottom: 1.2rem; }

a.card {
  display: block;
  color: #757575;
  text-decoration: none;
  -webkit-transition: color .3s, border-color .3s, -webkit-transform .3s;
  transition: color .3s, border-color .3s, -webkit-transform .3s;
  transition: color .3s, transform .3s, border-color .3s;
  transition: color .3s, transform .3s, border-color .3s, -webkit-transform .3s; }

a.card:hover,
a.card:active {
  color: black;
  border-color: #8A8A8A;
  -webkit-transform: translateX(-2px) translateY(-2px);
  transform: translateX(-2px) translateY(-2px); }

code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
  overflow-x: auto; }

@media (max-width: 560px) {
  pre > code {
    white-space: nowrap; } }
.alert {
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  padding: 10px 15px; }

.alert.alert-primary {
  border: 1px solid #33C3F0;
  color: #fff;
  background-color: #33C3F0; }

.alert.alert-success {
  border: 1px solid #2ecc71;
  color: #fff;
  background-color: #2ecc71; }

.alert.alert-danger {
  border: 1px solid #e74c3c;
  color: #fff;
  background-color: #e74c3c; }

.table-responsive {
  overflow-x: auto; }

.table-responsive th,
.table-responsive td {
  white-space: nowrap; }

table {
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
  width: 100%; }

th,
td {
  padding: 0.75rem 1rem; }

th {
  text-align: left; }

td {
  border-bottom: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1; }

td:first-child {
  border-left: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

tr th {
  border-bottom: 1px solid #000; }

@media (min-width: 560px) {
  th:first-child,
  td:first-child {
    padding-left: 1rem; } }
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1rem; }

.alert {
  margin-bottom: 1rem; }

.u-full-width {
  width: 100%; }

.u-max-full-width {
  max-width: 100%; }

/* Floats */
.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Positioning */
.u-center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/**
 * Note:
 *
 * Nest this class inside something with `position: relative` to have
 * your element centered relative to its containing element.
 *
 * Use this class without nesting it to have your element centered relative
 * to the viewport.
 */
.u-center-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

/* Type */
.u-text-center {
  text-align: center !important; }

.u-text-right {
  text-align: right !important; }

.u-text-left {
  text-align: left !important; }

.u-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* Peek a boo */
.u-hide {
  display: none !important; }

.u-show {
  display: block !important; }

.u-invisible {
  visibility: hidden !important; }

.u-visible {
  visibility: visible !important; }

/* spacng */
.m-0 {
  margin: 0 !important; }

.m-t {
  margin-top: 14px; }

.m-r {
  margin-right: 14px; }

.m-b {
  margin-bottom: 14px; }

.m-l {
  margin-left: 14px; }

.m-t-2 {
  margin-top: 28px; }

.m-t-3 {
  margin-top: 42px; }

.m-t-4 {
  margin-top: 56px; }

.m-b-2 {
  margin-bottom: 28px; }

.m-b-3 {
  margin-bottom: 42px; }

.m-b-4 {
  margin-bottom: 56px; }

.p-0 {
  padding: 0 !important; }

.p-t {
  padding-top: 14px; }

.p-r {
  padding-right: 14px; }

.p-b {
  padding-bottom: 14px; }

.p-l {
  padding-left: 14px; }

/* Misc */
.u-img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/* Misc */
hr {
  margin-top: 1rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #d9e1f2; }

/* Clearing */
.container:after,
.row:after {
  content: "";
  display: table;
  clear: both; }

/*****
* Media Queries
*
* Note: The best way to structure the use of media queries is to create the
* queries near the relevant code. For example, if you wanted to change the
* styles for buttons on small devices, paste the mobile query code up in the
* buttons section and style it there.
*****/
@media (min-width: 400px) {
  /* Larger than mobile */ }
@media (min-width: 560px) {
  /* Larger than phablet (also point when grid becomes active) */ }
@media (min-width: 720px) {
  /* Larger than tablet */ }
@media (min-width: 800px) {
  /* Larger than desktop */ }
@media (min-width: 960px) {
  /* Larger than Desktop HD */ }
/* ====================================================================================================
	MINIMAL CSS3 MENU
==================================================================================================== */
.minimal-menu {
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 0;
  margin-top: 68px;
  /*-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);*/
  display: flex;
  justify-content: flex-end;
  width: 100%; }

.minimal-menu h3 {
  font-weight: normal; }

.minimal-menu a {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out; }

.minimal-menu ul,
.minimal-menu ul li,
.minimal-menu ul li a {
  position: relative; }

.minimal-menu ul {
  z-index: 300; }

.minimal-menu ul li {
  padding-bottom: 15px; }

.minimal-menu ul li a {
  display: block;
  padding: 0 0 5px 10px;
  line-height: 20px;
  text-decoration: none;
  font-size: 14px; }

.minimal-menu > ul > li > a {
  text-transform: uppercase;
  border: 1px solid transparent;
  color: #345298;
  font-weight: 400; }

.minimal-menu > ul > li:hover > a {
  color: #000; }

.minimal-menu ul li.submenu > a:before,
.minimal-menu ul li.submenu > a:after {
  position: absolute;
  content: '';
  width: 5px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out; }

.minimal-menu ul li.submenu > a:before {
  margin-left: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.minimal-menu ul ul li.submenu > a:after {
  margin-left: -1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* RESPONSIVE
================================================== */
@media only screen and (min-width: 1024px) {
  .minimal-menu ul li.submenu > a:after {
    margin-left: -1px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }

  /* Basic
  ----------------*/
  .minimal-menu.basic {
    /*background: $white;*/ }

  .minimal-menu.basic > ul > li > a {
    color: #345298; }

  .minimal-menu.basic > ul > li:hover > a,
  .minimal-menu.basic > ul > li.active > a {
    		/*background: $blue;
            @include border-radius(5px);*/
    color: #000; }

  .minimal-menu.basic > ul > li.submenu > a:after
   {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    bottom: 12px;
    font-size: 13px; }

  .minimal-menu.basic ul ul li:hover > a {
    /*background: $white;*/
    color: #000; }

  .minimal-menu.basic > ul > li.submenu > a:before,
  .minimal-menu.basic > ul > li.submenu > a:after {
    /*background: $white;*/ }

  input[type="checkbox"].minimal-menu-button,
  .minimal-menu-button {
    display: none; }

  .minimal-menu.pos-fixed {
    position: fixed;
    top: -2px;
    left: -2px;
    right: -2px;
    z-index: 9999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

  .minimal-menu a {
    white-space: nowrap; }

  .minimal-menu > ul {
    margin-bottom: -15px !important;
    padding: 5px;
    text-align: right; }

  .minimal-menu ul li {
    display: inline-block; }

  .minimal-menu ul li.submenu:hover > a:before,
  .minimal-menu ul li.submenu:hover > a:after {
    /*bottom: -20px;*/
    opacity: 0.5; }

  /*** submenu ***/
  .minimal-menu ul ul, .minimal-menu ul .menu-wrapper {
    position: absolute;
    display: block;
    visibility: hidden;
    z-index: 1;
    height: auto;
    right: 3px;
    top: 87%;
    margin: 0;
    padding: 0;
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid white; }

  .minimal-menu ul li:hover > ul, .minimal-menu ul li:hover > .menu-wrapper {
    visibility: visible;
    padding: 10px 0;
    opacity: 1; }

  .minimal-menu ul ul li {
    display: block;
    overflow: hidden;
    height: auto;
    padding: 10px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    border-bottom: 1px solid white; }

  .minimal-menu ul ul li:last-child {
    border: none; }

  .minimal-menu ul ul li a {
    color: #345298;
    background: white; }

  .minimal-menu ul ul li:hover > a {
    color: #000; }

  .minimal-menu ul li:hover ul li {
    overflow: visible;
    padding: 0 10px; }

  .minimal-menu ul ul li.submenu > a:before,
  .minimal-menu ul ul li.submenu > a:after {
    left: auto;
    top: 50%;
    right: 0;
    background: #ccc; }

  .minimal-menu ul ul li.submenu > a:before {
    margin-top: -1px; }

  .minimal-menu ul ul li.submenu > a:after {
    margin-top: 2px; }

  .minimal-menu ul ul li.submenu > a:hover:before,
  .minimal-menu ul ul li.submenu > a:hover:after {
    right: -13px; }

  .minimal-menu ul ul ul {
    right: 100%;
    top: -11px;
    border: 1px solid white; }

  /* Megamenu */
  .minimal-menu ul li.megamenu {
    position: static; }

  .minimal-menu ul .menu-wrapper {
    position: absolute;
    left: -1px;
    top: 100%;
    margin-top: -5px;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }

  .minimal-menu ul .menu-wrapper a {
    white-space: inherit; }

  .minimal-menu ul .menu-wrapper .menu-col {
    position: relative;
    float: left;
    width: 23%;
    margin: 0 1%; }

  .minimal-menu ul .menu-wrapper h3 {
    margin: 20px 15px;
    line-height: 22px;
    color: #345298; }

  .minimal-menu ul .menu-wrapper ul {
    position: relative;
    visibility: hidden;
    height: 100%;
    border: 0;
    opacity: 1;
    background: transparent; }

  .minimal-menu ul li:hover > .menu-wrapper ul {
    visibility: visible; }

  .minimal-menu ul .menu-wrapper ul li {
    padding: 0 10px; }

  .minimal-menu .show-submenu {
    display: none; } }
@media only screen and (max-width: 1024px) {
  .minimal-menu {
    margin: 0; }
    .minimal-menu ul {
      width: 100%;
      text-align: left; }

  .minimal-menu.basic {
    background: #345298; }

  .minimal-menu.basic h3,
  .minimal-menu.basic ul li a {
    color: #fff;
    border-bottom-color: #345298; }

  .minimal-menu.basic h3 {
    background: rgba(0, 0, 0, 0.05); }

  .minimal-menu.basic ul li a:hover,
  .minimal-menu.basic ul li.submenu:hover,
  .minimal-menu.basic ul li.active a {
    background: #1a294c;
    color: #000; }

  .minimal-menu {
    border-color: black; }

  .minimal-menu-button, .minimal-menu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999; }

  input.minimal-menu-button {
    display: none; }

  /******
  	burger style menu
  ******/
  .minimal-menu-button {
    display: inline-block;
    cursor: pointer; }

  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #345298;
    margin: 6px 0;
    transition: 0.4s; }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px); }

  .change .bar2 {
    opacity: 0; }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px); }

  /******/
  /*label.minimal-menu-button {
  	display: inline-block;
  	width: 50px;
  	height: 50px;
  	text-transform: uppercase;
  	background: $white;
  	color: $blue;
  	cursor: pointer;
  	line-height: 30px;
  	border-top: 10px solid $blue;
  	border-bottom: 10px solid $blue;
  	/*text-indent: -9999px;*/
  	/*
  	@include transition(all,0.5s,ease-out);
  	text-align: center;
  	font-size: 14px;
  }
  label.minimal-menu-button:hover {
  	background: $blue;
  }*/
  /*label.minimal-menu-button:before {
  	position: absolute;
  	content: '';
  	width: 30px;
  	height: 5px;
  	left: 10px;
  	bottom: 13px;
  	border-top: 13px double $blue;
  	border-bottom: 4px solid $blue;
  	z-index: 1;
  }*/
  .minimal-menu {
    overflow: auto;
    left: -100%;
    bottom: 0;
    width: 55%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out; }

  #mobile-nav:checked + .minimal-menu {
    visibility: visible;
    left: 0;
    opacity: 1; }

  .minimal-menu h3, .minimal-menu ul li a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #1a294c;
    color: #fff; }

  .minimal-menu h3 {
    line-height: 1em;
    margin: 0;
    padding: 20px 0 20px 40px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1); }

  .minimal-menu ul {
    margin: 0;
    padding: 0; }

  .minimal-menu li, .minimal-menu a {
    display: block; }

  .minimal-menu li {
    position: relative; }

  .minimal-menu a:hover {
    background: #efefef;
    color: #345298; }

  .minimal-menu ul > li {
    padding-bottom: 0;
    margin-bottom: 0; }

  .minimal-menu ul ul a {
    padding-left: 40px; }

  .minimal-menu ul ul ul a {
    padding-left: 55px; }

  .minimal-menu ul ul ul ul a {
    padding-left: 70px; }

  .minimal-menu ul li.submenu > a:before,
  .minimal-menu ul li.submenu > a:after {
    top: 50%;
    left: auto;
    right: 12px; }

  .minimal-menu.basic ul li.submenu a:before,
  .minimal-menu.basic ul li.submenu a:after {
    background: #fff; }

  .minimal-menu ul li.submenu > a:before {
    margin-top: -2px; }

  .minimal-menu ul li.submenu > a:after {
    margin-top: 1px; }

  .minimal-menu .show-submenu {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    min-width: 100%;
    min-height: 40px;
    margin: 0;
    opacity: 0;
    -webkit-appearance: none; }

  .minimal-menu .show-submenu + ul,
  .minimal-menu .show-submenu + .menu-wrapper {
    display: none;
    visibility: hidden; }

  .minimal-menu .show-submenu:checked + ul,
  .minimal-menu .show-submenu:checked + .menu-wrapper {
    display: block;
    visibility: visible; } }
@media only screen and (max-width: 480px) {
  .minimal-menu {
    width: 70%; } }
@media print {
  .minimal-menu,
  .minimal-menu-button {
    display: none; } }
/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0px;
  background: #f2f0f0;
  border: none;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none; } }
.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 24px;
  display: inline-block;
  content: '\f001';
  color: #fff; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
.btnMenu {
  display: none;
  padding: 20px;
  display: block;
  background: white;
  color: #fff; }

.btnMenu i.fa {
  float: right; }

.vertical-menu {
  min-width: 300px;
  display: inline-block;
  line-height: 18px;
  width: 100%; }

.vertical-menu .menu {
  width: 100%;
  padding-left: 0px; }

.vertical-menu ul {
  list-style: none;
  margin: 0px;
  padding-left: 0px; }

.vertical-menu .menu li a {
  color: #345298;
  display: block;
  padding: 15px 20px;
  background: #e9ecef; }

.vertical-menu .menu li a:hover {
  background: #345298;
  color: #fff;
  cursor: pointer; }

.vertical-menu .menu i.fa {
  font-size: 12px;
  line-height: 18px;
  float: right;
  margin-left: 10px; }

.vertical-menu .menu ul {
  display: none; }

.vertical-menu .menu ul li a {
  background: #adb5bd;
  color: #fff; }

.vertical-menu .menu .active > a {
  background: #273e72;
  color: #fff; }

/*//////////////////////////////////////////////////////////
	SITE SPECIFIC STYLES						         */
body {
  background: #fff;
  padding: 0 10px; }

@media screen and (min-width: 768px) {
  body {
    padding: 0px;
    margin: 0px; } }
p {
  margin-bottom: 1.2rem; }

.blue {
  color: #345298; }

.red {
  color: #ad2323; }

.bgRed {
  background: #ad2323; }

.bgBlue {
  background: #345298; }

.bgGray100 {
  background: #f2f0f0; }

.logo {
  display: flex;
  align-items: flex-start;
  font-size: 2.3rem;
  margin: 14px 0 0 0; }
  .logo h1 {
    margin-bottom: 0px; }
  .logo a {
    color: #000; }
    .logo a span {
      display: none; }
    .logo a:hover {
      color: #ad2323; }

.headerTop {
  color: #fff;
  line-height: 40px;
  border-bottom: 1px dashed #fff; }

.headerTopInfo ul {
  margin: 0px;
  float: right; }
  .headerTopInfo ul li {
    float: left;
    line-height: 1.8rem;
    padding: 10px; }

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  border-radius: 0; }

.grad-light {
  background-image: linear-gradient(to top, #d0d0d0, white); }

.phone {
  font-weight: 400;
  display: flex;
  justify-content: flex-end; }
  .phone i {
    line-height: 40px;
    margin-right: 10px; }

.featureBox {
  padding: 40px; }

div.pdf a {
  background: url(../images/icon-pdf.gif) no-repeat 0px 0px;
  padding: 0px 0px 0px 35px;
  line-height: 32px;
  display: block;
  margin-bottom: 14px; }

.productCategory h2 {
  font-size: 1.2rem;
  line-height: 1.6rem; }

.page-heading {
  text-transform: uppercase;
  position: relative; }
  .page-heading span {
    font-family: "Quicksand", serif;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.6em;
    padding: 10px 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: rgba(52, 82, 152, 0.9); }
  .page-heading div {
    width: 100%;
    height: 100px;
    display: inline-block;
    margin: auto;
    padding-top: 23px; }
    .page-heading div h1 {
      color: #fff;
      text-align: center; }

.mainContent {
  margin: 90px 0; }

/*
******************************* Navigation 2 *********************************/
#nav2 {
  margin-bottom: 15px;
  overflow: hidden; }

#nav2 ul {
  list-style: none;
  margin: 10px 0 30px 0;
  border-top: 1px solid #ccc;
  padding: 0; }

#nav2 li {
  clear: both;
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 0; }

#nav2 li a {
  background: #f5f5f5 url(../images/charvo/nav-bullet.gif) no-repeat 3px 8px;
  border-bottom: 1px solid #ccc;
  color: #003a88;
  display: block;
  line-height: 14px;
  padding: 10px 0 10px 15px;
  text-decoration: none; }

#nav2 li a:hover, body.finishing #nav2 li a:hover {
  background: #f5f5f5 url(../images/charvo/nav-bullet.gif) no-repeat 3px 8px;
  border-bottom: 1px solid #ccc;
  color: #000; }

/*#nav2 li.active a {color: #666;}*/
/* Second level -------------------- */
#nav2 ul.level2 {
  display: none;
  margin: 0;
  border: none; }

#nav2 li.active ul.level2 {
  display: block; }

#nav2 li.active ul.level2 a {
  color: #444; }

#nav2 li.active ul.level2 li.active ul.level3 li a:hover {
  color: #000; }

#nav2 li.active ul.level2 li.active a,
#nav2 li.active ul.level2 li.active ul.level3 li.active a {
  color: #003A88; }

#nav2 ul.level2 li a {
  background: #fff;
  border-bottom: 1px solid #ccc !important;
  padding-left: 25px; }

#nav2 ul.level2 li a:hover {
  background: #f5f5f5;
  color: #000; }

/* Third level -------------------- */
#nav2 ul.level3 {
  display: none;
  margin: 0; }

#nav2 ul.level2 li.active ul.level3 {
  display: block; }

#nav2 ul.level2 li.active ul.level3 {
  border: none; }

#nav2 li.active ul.level2 li.active ul.level3 li a {
  background: #fff;
  color: #777;
  font-weight: normal;
  padding-left: 35px; }

#nav2 ul.level2 li.active ul.level3
#nav2 ul.level3 li.active a {
  font-weight: bold; }

#nav2 ul.level3 li a:hover {
  background: #fff; }

/*
	=	=	=	=	=	=	=	=	=	 Search */
form.search {
  margin: 0px;
  position: relative; }
  form.search input[type=text] {
    padding: 10px;
    border: 1px solid #dee2e6;
    float: left;
    width: 80%;
    background: #f2f0f0;
    margin: 0px;
    height: 1.8rem;
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px; }

form.search button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #345298;
  color: #fff;
  border: 1px solid #dee2e6;
  border-left: none;
  cursor: pointer;
  margin: 0px;
  height: 1.8rem;
  border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0; }

form.search button:hover {
  background: black; }

form.search::after {
  content: "";
  clear: both;
  display: table; }

.fa.fa-search {
  position: absolute;
  right: 15px;
  top: 10px; }

/*
	=	=	=	=	=	=	=	=	=	 Home Feature */
h1.emphasis, h1.emphasis-title {
  background: #f2f0f0;
  border: 1px solid #dcdbdb;
  width: 100%;
  padding: 10px 0;
  font-family: 'TertreExtraBold';
  text-shadow: 1px 1px 0px #ffffff;
  margin: 0 0 10px 0;
  color: #345298;
  text-align: center; }

/*
	=	=	=	=	=	=	=	=	 Social widget */
ul.social-widget {
  display: block;
  text-align: left;
  margin-bottom: 5px; }

@media screen and (min-width: 768px) {
  ul.social-widget {
    text-align: right; } }
ul.social-widget li {
  list-style: none;
  display: inline-block; }

#map {
  overflow: hidden; }

/* BOXES
**************************************************/
.col-sm-4.boxes {
  width: 100%;
  margin-bottom: 60px; }

@media screen and (min-width: 920px) {
  .col-sm-4.boxes {
    width: 33.33333%;
    margin-top: -80px; } }
.boxes-content {
  min-height: 300px; }

@media screen and (min-width: 770px) {
  .boxes-content {
    min-height: 560px; } }
@media screen and (min-width: 1020px) {
  .boxes-content {
    min-height: 360px; } }
.boxes-content {
  text-align: center;
  background: #fff;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin-bottom: 120px; }

.boxes-text .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%); }

.boxes-title {
  text-align: center;
  background-image: linear-gradient(to top, #840808, #b82626);
  position: absolute;
  left: 0;
  right: 0;
  padding: 6px 0;
  width: 80%;
  margin: 0 auto;
  top: -30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }

.boxes-title h2 {
  padding: 6px 0;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
  text-shadow: -1px -1px 2px #666666;
  font-weight: 300; }

.boxes-text {
  padding: 60px 20px 20px; }

.boxes-text .fas {
  font-size: 2em;
  color: #ad2323; }

/* old site boxes */
.box {
  display: block; }

.box-content {
  overflow: hidden; }

.box-title a h2 {
  color: #000; }
  .box-title a h2:hover {
    color: #ad2323; }

.box-text img {
  opacity: 1; }
  .box-text imghover {
    opacity: .8; }

.box-title h2::after,
.bx-wrapper {
  box-shadow: none;
  margin: 0; }
  .box-title h2::after img,
  .bx-wrapper img {
    height: 300px; }

.bx-window {
  border: 1px #ccc solid; }

#slider {
  overflow: hidden;
  width: 640px;
  height: 210px;
  background: #fff; }

#slider div.slider-outer {
  float: left;
  width: 620px;
  height: 210px;
  padding: 10p; }

.bx-pager a {
  width: 14px;
  height: 14px;
  border: 1px #ccc solid;
  margin: 7px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  background-color: #f5f5f5;
  color: #666;
  display: block;
  float: left;
  cursor: pointer; }

.bx-pager a:visited {
  color: #666; }

.bx-pager a:hover {
  background-color: white;
  color: #000; }

.bx-pager a.active {
  background-color: white;
  color: #000; }

.slider-left {
  width: 249px;
  float: left;
  padding: 10px; }

.slider-right {
  float: right;
  margin: 0;
  padding: 10px; }

.slider-right img {
  border: 2px #fff solid; }

.slider-left h2 {
  font-family: 'TertreExtraBold', Arial, Helvetica, Sans-serif;
  font-size: 130%;
  padding: 0 0 5px 0;
  letter-spacing: 0.1em; }

.bx-wrapper #slider2 .bx-caption {
  bottom: 50%;
  left: 10%;
  width: 80%;
  background: none;
  text-align: center; }
  .bx-wrapper #slider2 .bx-caption span {
    font-size: 2.2em; }

#slider2 > div {
  background: #345298;
  height: 345px; }

.bx-wrapper img {
  margin: 0 auto;
  height: 100%; }

/*
	=	=	=	=	=	=	=	=	 Footer */
footer {
  border-top: 1px dotted #fff;
  padding-top: 56px;
  font-size: .9rem;
  margin-top: 56px;
  background: #345298;
  color: #fff; }
  footer a {
    color: #000; }
    footer a:hover {
      color: #fff; }

footer ul.social-widget {
  text-align: left; }

.bottom {
  background: #000;
  color: #fff;
  margin-top: 56px;
  font-size: .9rem; }

.to-top {
  border-radius: 50%;
  padding: 11px 6px;
  background: #345298;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff; }

/* Charvo Finishing specific styles
**************************************************/
.headerImage {
  max-height: 345px;
  background: #ad2323; }
  .headerImage img {
    margin: 0 auto; }

.cfSite .minimal-menu ul li a {
  color: #ad2323; }
.cfSite .button, .cfSite a.button {
  background: #ad2323;
  border: none; }
  .cfSite .button:hover, .cfSite a.button:hover {
    background: #dd5959; }
.cfSite footer {
  background: #ad2323;
  color: #fff; }
  .cfSite footer a {
    color: #fff; }
    .cfSite footer a:hover {
      color: #000; }
.cfSite .minimal-menu ul li a:after {
  content: '/';
  padding: 0 0 0 10px; }
.cfSite .minimal-menu ul li:last-child a:after {
  content: ''; }
.cfSite .minimal-menu > ul > li:hover > a, .cfSite .minimal-menu > ul > li.active > a {
  color: #000;
  background: none; }

/* Sidebar
**************************************************/
ul.sidebar {
  text-align: left; }

.prductCategory h2 {
  font-size: 1rem;
  line-height: 1.6rem; }

/* Charvo Ltd and Finishing buttons
**************************************************/
.charvoLtdFinWrap .charvoLtdFin {
  align-items: center;
  background: #345298;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 40px 80px;
  position: relative;
  z-index: 1; }

.charvoLtdFinWrap .charvoLtdFin:before {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  content: "";
  height: 150px;
  left: -30px;
  position: absolute;
  top: -30px;
  width: 150px;
  z-index: -1; }

.charvoLtdFinWrap .columns:last-child .charvoLtdFin {
  background: #ad2323; }

.charvoLtdFinWrap .charvoLtdFin h2,
.charvoLtdFinText {
  color: #fff; }

/* Media Queries
**************************************************/
@media screen and (max-width: 992px) {
  .bottom, .box-text {
    text-align: center; } }
@media screen and (max-width: 768px) {
  .container {
    text-align: center; }

  footer ul.social-widget,
  .homeFeature h4 {
    text-align: center; }

  .footerRight {
    text-align: center;
    background: #ced4da; }

  .bottom {
    margin-top: 0px; }

  .b-r-3 {
    border: none; } }
