﻿html,
body {
  margin: 0px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #000;
}

body {
  display: flex;
  flex-direction: column;
}

table {
  border-collapse: collapse;
}

table,
td {
  padding: 0px;
}

img {
  border: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: normal;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 36px;
}

h3,
.comment-form h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

label,
.form label {
  font-size: 14px !important;
  font-weight: normal;
}

*::-moz-selection {
  background: #ec150a;
  color: #fff; /* Safari */
}

*::selection {
  background: #ec150a;
  color: #fff; /* Safari */
}

*::-moz-selection {
  background: #ec150a;
  color: #fff;
}

input,
select,
textarea {
  width: 100% !important;
}

input[type='submit'],
input[type='checkbox'],
input[type='radio'] {
  width: auto !important;
}

hr {
  border: 0;
  height: 1px;
  background: #eee;
  margin: 30px 0;
}

xmp {
  background: #eee;
  border-radius: 5px;
}

.no-gutter {
  padding: 0;
}

div.form div.item,
div.webform div.item {
  padding: 0;
}

table.webform td {
  padding: 5px 2px;
}

/* Bootstrap Resets*/
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 43px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.show {
  border: none;
  z-index: 10;
  outline: none;
  margin-left: 180px;
  height: 30px;
  margin-top: 40px;
  background: white;
  position: absolute;
}
.show2 {
  border: none;
  z-index: 10;
  outline: none;
  margin-left: 180px;
  height: 30px;
  margin-top: 40px;
  background: white;
  position: absolute;
}
.show3 {
  z-index: 10;
  border: none;
  outline: none;
  margin-left: 150px;
  height: 30px;
  margin-top: 40px;
  background: white;
  position: absolute;
}

@media screen and (max-width: 315px) {
  .show {
    position: absolute;
    margin-left: 140px;
  }
}
@media screen and (max-width: 250px) {
  .show {
    position: absolute;
    margin-left: 120px;
  }
}

@media screen and (max-width: 315px) {
  .show2 {
    position: absolute;
    margin-left: 140px;
  }
}
@media screen and (max-width: 250px) {
  .show2 {
    position: absolute;
    margin-left: 120px;
  }
}

@media screen and (max-width: 315px) {
  .show3 {
    position: absolute;
    margin-left: 90px;
  }
}
@media screen and (max-width: 250px) {
  .show3 {
    position: absolute;
    margin-left: 120px;
    margin-top: 60px;
  }
}

.row.no-gutters > [class^='col-'],
.row.no-gutters > [class*=' col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

.btn,
input[type='submit'] {
  /*font-size:14px;*/
  position: relative;
  padding: 10px 20px;
  color: #fff;
}

.btn:hover,
input[type='submit']:hover {
  color: #fff;
}

.btn.lrg {
  padding: 15px 20px;
  font-size: 16px;
}

.btn-primary,
.btn-primary:hover,
input[type='submit'] {
  background: #4a76b4;
}

.btn-default,
.btn-default:hover {
  background: #eee;
  color: #666;
}

.btn-secondary,
.btn-secondary:hover {
  background: #e19b42;
}

.search .input-group-addon {
  padding: 0;
}

.input-group-addon .btn,
.input-group-addon input {
  padding: 8px 12px;
  margin: 0;
}

.back-to-top {
  position: fixed;
  bottom: 100px;
  right: 50px;
  display: none;
  z-index: 9999;
}

#master-page {
  padding-right: 0px !important;
}
/* NAVIGATION */
.navigation ul {
  font-size: 14px;
}

.navigation ul li a {
  border-radius: 0;
}

.navigation ul li.selected a {
  background: #20417a;
  color: #fff;
}

.navigation ul li.selected li a {
  background: transparent;
}

.navigation ul li a:hover,
.navigation ul li.selected li a:hover {
  background: #20417a;
  color: #fff;
}

.navigation-inner ul ul li a {
  border-bottom: 1px solid #1a3365;
  background: #001c54;
}

.nav-mobile {
  overflow-x: hidden;
  background: #0b3c5d !important;
}

.nav-mobile li {
  float: none;
  display: block;
  width: 100%;
}

.nav-mobile li a {
  margin: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  padding: 1em;
  display: block;
}

.nav-mobile li a:hover {
  background: rgba(0, 0, 0, 0.3);
}

.nav-mobile li,
.nav-mobile li ul {
  padding: 0 !important;
  margin: 0 !important;
}

.nav-mobile li ul li {
  background: rgba(0, 0, 0, 0.2);
}

.nav-mobile {
  background: blue;
}

.nav-footer ul li ul {
  display: none;
}

.nav-footer .navigation ul {
  letter-spacing: 1px !important;
}

.nav-footer .nav-justified li {
  display: block !important;
  float: left;
  width: auto;
}

.container-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* position: relative; */
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #fff;
}

.modal-open .container-fixed {
  /* position: fixed !important; */
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: relative;
  /* z-index: 999; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  /* background: #fff; */
}

/* NAVIGATION */

/* BANNER */
.banner {
  background: #eee;
  margin-bottom: 20px;
  position: relative;
}

.banner .controls {
  text-align: center;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  z-index: 999;
  width: 100%;
}

.banner .controls a {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 30px;
  text-indent: -9999px;
  display: inline-block;
  margin: 0 2px;
}

.banner .controls a.active {
  background: #fff;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.8);
}

.banner .pager-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  width: 100%;
}

.banner .pager-arrows a {
  padding: 15px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: #fff;
}

.banner .pager-arrows .next {
  float: right;
}

.banner .pager-arrows .prev {
  float: left;
}

.banner-inner {
  height: 100%;
  position: relative;
  text-align: center;
}

.slide {
  height: 800px;
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.slide-inner h2 {
  margin-bottom: 10px;
}

.slide-inner h2 span {
  font-size: 1em;
  display: block;
  margin-bottom: 10px;
  display: block;
}

.slide-inner .text {
  margin-top: 20px;
  width: 550px;
  line-height: 25px;
}
/* BANNER */

/* CONTENT */

.page-content {
  flex: 1 0 auto;
}

div[id*='webapp_map'] {
  width: 100% !important;
}
/* ul */
.content .content-col ul.list {
  background: #eee;
  padding: 20px;
  margin: 20px 0;
}

.content .content-col ul.list li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 5px 5px 5px 30px;
  position: relative;
}

.content .content-col ul.list li:first-child {
  border: 0;
}

.content .content-col ul.list li:before {
  content: '\f105';
  position: absolute;
  left: 0;
  top: 8px;
  color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content .content-col ul.reset {
  background: transparent;
  padding: 0;
  margin: 0 0 0 40px;
}

.content .content-col ul.reset li {
  padding: 0;
  border: 0;
  display: list-item;
  list-style-type: disc;
}

.content .content-col ul.reset li:before {
  display: none;
}

.featured {
  margin-bottom: 20px;
}

.meta {
  border: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  padding: 10px 0;
  margin: 20px 0;
}

.comment-list {
  padding: 0;
}

.tags ul,
.tags ul li {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}

.tags ul li a {
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 3px 3px 0;
  background: #eee;
}

/* Tabs */
.content .content-col ul.tab-nav {
  background: transparent;
  padding: 0;
}

.content .content-col ul.tab-nav li {
  display: inline-block;
  padding: 0;
  border: 0;
}

.content .content-col ul.tab-nav li a {
  padding: 10px;
  display: block;
}

.content .content-col ul.tab-nav li:before {
  content: '';
  display: none;
}

ul.tab-nav .r-tabs-state-active {
  background: #eee;
}

.responsiveTabs {
  margin-top: 20px;
}

.responsiveTabs ul.ui-tabs-nav {
  overflow: hidden;
  border-bottom: 1px solid #0068ab;
  margin-bottom: 30px !important;
}

.responsiveTabs ul.ui-tabs-nav,
.responsiveTabs ul.ui-tabs-nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.responsiveTabs ul.ui-tabs-nav li {
  float: left;
  overvlow: hidden;
}

.responsiveTabs ul.ui-tabs-nav li a {
  background: #004d82;
  color: #fff;
  padding: 5px 15px;
  margin-right: 2px;
  display: block;
  border-radius: 3px 3px 0px 0px;
  font-size: 14px;
}

.responsiveTabs ul li.ui-tabs-active a,
.responsiveTabs ul li.ui-state-active a {
  background: #0068ab !important;
}

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
  overflow: hidden;
  border: 1px solid #eee;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs .r-tabs-accordion-title a {
  display: block;
  padding: 10px;
  background: #004d82;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.r-tabs .r-tabs-accordion-title a:before {
  float: right;
  position: relative;
  top: 2px;
  content: '\f106';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active a:before {
  content: '\f107';
  top: 5px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active a {
  background: #0068ab;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

.responsiveTabs.accordion {
}

.responsiveTabs.accordion.r-tabs .r-tabs-nav {
  display: none;
}

.responsiveTabs.accordion.r-tabs .r-tabs-accordion-title {
  display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }

  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}

.parallax {
  background: transparent !important;
}

/* CONTENT */

.secure-login {
  margin: 0;
}

.page-header {
  margin: 0; /*height:200px;*/
  border: 0;
}

.gallery a img {
  width: 100%;
}

.slideshow .nav {
  text-align: center;
  margin-top: 10px;
}

.slideshow .nav a {
  width: 10px;
  height: 10px;
  background: #ccc;
  text-indent: -9999px;
  display: inline-block;
  margin: 0 2px;
  border-radius: 300px;
}

.slideshow .cycle-pager-active a {
  background: #0099cb;
}

.slideshow .item {
  background-size: cover;
  height: 260px;
  width: 100%;
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}

/* STANDARD QUOTES */
q {
  quotes: '\201C''\201D''\2018''\2019';
}

q:lang(sv) {
  quotes: '\201D''\201D''\2019''\2019';
}

q:lang(da) {
  quotes: '\00BB''\00AB''\203A''\2039';
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}
/* SAFARI SUPPORT */
q:before {
  content: '\201C';
}

q:after {
  content: '\201D';
}

q q:before {
  content: '\2018';
}

q q:after {
  content: '\2019';
}
/* BLOCKQUOTES */
.quotes {
  position: relative; /*padding:0 0 0 115px;*/
}

.quotes * {
  quotes: none;
}

.quotes > *:before,
.quotes > *:after {
  position: absolute;
}

.quotes > *:before {
  content: '\201C';
  left: 7px;
}

.quotes > *:after {
  content: '\201D';
}

.quotes q:before {
  content: '\2018';
}

.quotes q:after {
  content: '\2019';
}
/* LANGUAGE-SPECIFIC QUOTES SAFARI STYLE */
*[lang~='da'] q:before,
q[lang~='da']:before,
*[lang~='da'] .quotes > *:before,
.quotes[lang~='da'] > *:before {
  content: '\201E';
}

*[lang~='da'] q:after,
q[lang~='da']:after,
*[lang~='da'] .quotes > *:after,
.quotes[lang~='da'] > *:after {
  content: '\201C';
}

*[lang~='da'] q q:before,
q[lang~='da'] q:before,
*[lang~='da'] .quotes q:before,
.quotes[lang~='da'] q:before {
  content: '\2019';
}

*[lang~='da'] q q:after,
q[lang~='da'] q:after,
*[lang~='da'] .quotes q:after,
.quotes[lang~='da'] q:after {
  content: '\2019';
}

*[lang~='sv'] q:before,
q[lang~='sv']:before,
*[lang~='sv'] .quotes > *:before,
.quotes[lang~='sv'] > *:before {
  content: '\201D';
}

*[lang~='sv'] q:after,
q[lang~='sv']:after,
*[lang~='sv'] .quotes > *:after,
.quotes[lang~='sv'] > *:after {
  content: '\201D';
}

*[lang~='sv'] q q:before,
q[lang~='sv'] q:before,
*[lang~='sv'] .quotes q:before,
.quotes[lang~='sv'] q:before {
  content: '\2019';
}

*[lang~='sv'] q q:after,
q[lang~='sv'] q:after,
*[lang~='sv'] .quotes q:after,
.quotes[lang~='sv'] q:after {
  content: '\2019';
}

.quotes > *:before,
.quotes > *:after {
  font-size: 80px;
  line-height: 20px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black,
    ' sans-serif';
  color: #e16a7b;
}

.quotes > *:before {
  content: '\201C';
  left: -42px;
  top: 18px;
}

.quotes > *:after {
  content: '\201D';
  right: 12px;
  bottom: -20px;
  display: none;
}

/* TABLES */
.table {
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 15px;
}

.table th {
  background: #999;
  color: #fff;
}

.table td {
  border: 1px solid #eee;
}

/* STORE */
.shop-main h2,
.shop-cart h2 {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.catalogueitemdump,
.catalogueitemdump ul,
.catalogueitemdump li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.catalogueitemdump li a {
  background: #eee;
  margin-bottom: 20px;
  font-size: 40px;
  padding: 40px;
  display: block;
}

.shop-product-small {
  border: 1px solid #eee;
  padding: 20px;
}

.shop-product-small .image {
  width: 100%;
  height: auto;
}

.shop-product-small .fav {
  float: right;
}

.shop-product-small .btn {
  width: 100%;
}

.total {
  font-size: 20px;
  font-weight: bold;
}

.total-title {
  text-align: right;
}

.catalog-levels {
  background: #eee;
  margin-bottom: 20px;
  padding: 50px;
}

.catalog-list {
  text-align: center;
  margin-bottom: 20px;
}

.catalog-list h4 {
  margin-top: 10px;
}

/* Cart Summary */
#catCartSummary {
  display: inline-block;
}

#cart-summary .cart-summary-padding {
  padding: 6px 10px;
}

#cart-summary #cart-items .dropdown-menu {
  width: 300px;
}

#cart-summary #cart-items .dropdown-menu .btn {
  margin: 0;
  padding: 10px;
  color: #fff;
}

#cart-summary #cart-items .dropdown-menu hr {
  margin: 5px 0;
}

#cart-summary #cart-items .dropdown-menu img {
  margin: 0;
}

#cart-summary #cart-items .btn.btn-cart {
  padding: 5px 10px;
  font-size: 20px;
  background: transparent;
  position: relative;
}

#cart-summary #cart-items .btn-cart .badge {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  padding: 3px 5px;
}

.order-list label {
  font-size: 10px !important;
  margin: 0;
}

.order-list .form-control-static {
  padding: 0;
}

@media (max-width: 768px) {
  .order-list .order-details {
    background: #eee;
    padding: 10px;
  }
}

/*LOCATION SEARCH*/
.location {
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.locations {
  overflow: hidden;
}

.locations h3 {
  padding: 12px 0;
}

.location-search {
  background: #eee;
  padding: 10px;
  border-top: 1px solid #ccc;
}

.location-search label {
  width: 100%;
  display: block;
}

/* FAQ */
.faq-control {
  background: #eee;
  margin-bottom: 20px;
}

.faq-control a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 5px 10px;
}

.faq-control a:hover {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.faq-control:first-child a {
  border: 0;
}

.box {
  padding: 80px 0;
  background: #eee;
}

.page-header {
  background: rgba(0, 0, 0, 0.1);
}

.content-header {
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  margin: 0 0 40px 0;
}

/* ANIMATIONS */
.animate {
  transition: transform 0.5s, opacity 0.5s;
  transition: all 700ms ease-out;
  transform: translate3d(0px, 100, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.out-animation {
  opacity: 0;
}

.in-animation {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.header-top {
  background: rgba(53, 153, 212, 0.2);
}

.header-bottom {
  padding: 20px 0;
}

.header .btn {
  margin: 0;
}

.header .search {
  width: 250px;
  position: relative;
}

.search input,
.search .input-group-addon {
  background: rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0;
  padding: 12px 0 12px 15px;
  color: #fff;
  height: auto;
}

.search input:focus {
  box-shadow: none;
}

.input-group-addon .fa {
  color: #6b9ddf;
  padding: 0 10px 0 0;
}

.search input[type='submit'] {
  background: transparent;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 35px !important;
  cursor: pointer;
  z-index: 3;
}

.search input::-webkit-input-placeholder {
  color: #6b9ddf;
  font-size: 12px;
  position: relative;
  top: 2px;
}

.footer {
  background: #eee;
  padding: 20px;
  flex-shrink: 0;
}

.inline-full-container-inner {
  position: absolute;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .container-fixed {
    position: static !important;
  }

  .logo a {
    background-size: 100%;
    width: 135px;
    height: 32px;
  }

  .sm-phone {
    margin: 27px 0 0 0;
  }

  .phone {
    font-size: 12px;
    border: 0;
    margin: 0 5px;
    padding: 0;
  }

  .navigation {
    display: none;
  }

  .navigation-bg {
    display: none;
  }

  h2 {
    font-size: 24px;
  }

  .banner {
    background-size: auto;
    width: 100%;
    height: auto;
  }

  .banner-inner {
  }

  .banner-inner h1 {
    font-size: 24px;
  }

  .banner-inner h3 {
    font-size: 16px;
  }

  .slide {
    height: auto;
    min-height: 100%;
  }

  .slide-inner {
    width: auto;
  }

  .slide-inner .text {
    width: auto;
  }

  .content-bg .content {
    margin-top: 40px;
  }

  .total-title {
    text-align: left;
  }

  .grid-box .item {
    height: auto !important;
  }
}

@media (max-width: 1080px) {
  .navigation ul {
    letter-spacing: 1px !important;
    font-size: 12px;
  }

  .nav-justified li {
    display: block !important;
    float: left;
    width: auto;
  }

  .banner {
    background-size: auto;
    width: 100%;
    height: auto;
  }

  .banner-inner {
  }

  .slide {
    height: auto;
    min-height: 100%;
  }

  .slide-inner {
    width: auto;
  }

  .slide-inner .text {
    width: auto;
  }
}

@media (max-width: 1200px) {
  .navigation ul {
    letter-spacing: 1px !important;
    font-size: 14px;
  }

  .nav-justified li {
    display: block !important;
    float: left;
    width: auto;
  }

  .banner {
    background-size: auto;
    width: 100%;
    height: auto;
  }

  .banner-inner {
  }

  .slide {
    height: auto;
    min-height: 100%;
    padding: 20px;
  }

  .slide-inner {
    width: auto;
  }

  .slide-inner .text {
    width: auto;
  }
}

/* FORM */
#form {
  overflow: hidden;
}

/* REGISTRATION */
.error {
  color: #f00;
  display: block;
  padding-bottom: 10px;
  text-align: left;
}

.text-center {
  text-align: center;
}

.valid {
  color: green;
  text-align: left;
}

.RegisterButton {
  text-align: center;
  margin: 0 auto;
  background-color: #2171a6 !important;
  color: white !important;
  font-size: 15pt;
}

.section-title {
  font-size: 16px;
  text-transform: uppercase;
  background: #eee;
  padding: 10px;
  margin: 20px 0;
}

.color {
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: inline-block;
  margin: 0 10px;
}

.color1 {
  background: #2171a6;
}

.color2 {
  background: #b91f38;
}

a {
  color: #2171a6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: normal;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 70px;
  color: #0d3e5a;
  font-weight: 600;
  margin-bottom: 10px;
}

h2.article-title {
  font-size: 50px;
}

h3,
.comment-form h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1372a3;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}

h4 a {
  color: #b91f38;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 11px;
}

.justify-content-center {
  justify-content: center !important;
  display: flex;
  flex-wrap: wrap;
}

/* General styles for all menus */
.cbp-spmenu {
  background: #47a3da;
  position: fixed;
}

.cbp-spmenu h3 {
  color: #afdefa;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #0d77b6;
}

.cbp-spmenu a {
  display: block;
  color: #fff;
  font-size: 1.1em;
  font-weight: 300;
}

.cbp-spmenu a:hover {
  background: #258ecd;
}

.cbp-spmenu a:active {
  background: #afdefa;
  color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
  overflow-y: scroll;
}

.cbp-spmenu-vertical a {
  border-bottom: 1px solid #258ecd;
  padding: 1em;
}

.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}

.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -240px;
}

.cbp-spmenu-right {
  right: -240px;
}

.cbp-spmenu-left.menu-open {
  left: 0px;
}

.cbp-spmenu-right.menu-open {
  right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
  top: -150px;
}

.cbp-spmenu-bottom {
  bottom: -150px;
}

.cbp-spmenu-top.menu-open {
  top: 0px;
}

.cbp-spmenu-bottom.menu-open {
  bottom: 0px;
}

/* Push classes applied to the body */
.push-body {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.push-body-toright {
  left: 240px;
}

.push-body-toleft {
  left: -240px;
}

/* Transitions */
.cbp-spmenu,
.push-body {
  transition: all 0.3s ease;
}

/* TEMPLATE STYLES */
.thumbnail {
  border-radius: 0;
}

.nav-mobile.cbp-spmenu {
  background: #991b0f;
}

.nav-mobile .nav > li {
  background: transparent;
}

.nav-mobile .nav > li > a:hover {
  background: #cc1100;
}

.nav-mobile .search i,
.nav-mobile .search input {
  color: #fff;
}

.nav-mobile .search input {
  color: #fff;
}

.nav-mobile .search input::-webkit-input-placeholder {
  color: #fff;
}

.comment-list,
.comment-form {
  background: transparent;
  border: 0;
}

.sidebar {
  border-top: 0;
}

.btn {
  border: 0;
  color: #2171a6;
}

.btn.btn-primary,
.btninput[type='submit'] {
  background: #2171a6;
  color: #fff;
}

.btn.btn-primary:hover,
.btninput[type='submit']:hover {
  background: #19547b;
}

.btn.btn-default {
  background: #eee;
  color: #666;
}

.btn.btn-default:hover {
  background: #d5d5d5;
}

.btn.btn-secondary {
  background: #b91f38;
  color: #fff;
}

.btn.btn-secondary:hover {
  background: #8d182b;
}

.btn.btn-bold {
  text-transform: uppercase;
  font-weight: bold;
}

.back-to-top span {
  text-indent: -9999px;
  display: inline-block;
}

body {
  font-family: 'Open Sans', sans-serif;
}

hr {
  margin: 40px 0;
}

.content {
  line-height: 30px;
}

.slide-inner {
  position: relative;
  z-index: 102;
  /* padding-top: 200px; */
}

.slide-inner h1,
.slide-inner h2 {
  font-weight: 700;
  color: #fff;
  font-size: 128px;
  line-height: 90px;
}

.slide-inner h1 span,
.slide-inner h2 span {
  font-weight: 600;
  color: #2371a5;
  font-size: 72px;
  margin-bottom: 20px;
  display: block;
}

.angled {
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  background: #5a5d5e;
}

.bar {
  background: red;
}

.col-inner {
  padding: 80px;
}

.top-left {
  height: 550px;
  background: #bb1f38 url(Content/assets/Home/bg-careers.png) no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}

.top-right {
  background: #a61c32;
  position: relative;
}

.top-right h2 {
  color: #fff;
  font-weight: 700;
}

.top-right .col-inner {
  position: absolute;
  right: 0;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}

.bottom-right {
  background: blue;
}

.bottom-left {
  background: #bb1f38 url(Content/assets/Home/bg-map.png) no-repeat;
  background-size: cover;
}

.col-angled {
  position: relative;
  z-index: 2;
  color: #fff;
}

.col-angled .item {
  position: absolute;
  width: 100%;
}

.home-careers {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  padding-bottom: 40px;
}

.testimonials {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 15px;
}

.home .footer {
  margin: 0;
}

.home .home-boxes {
  transform: translateY(-50%);
  margin-top: -20px;
}

.home-boxes {
  position: relative;
  z-index: 998;
  text-align: center;
}

.home-boxes .text {
  background: #559fd0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 40px;
  height: 100%;
  height: 400px;
}

.home-boxes .text h3,
.home-boxes .text span {
  color: #fff;
}

.home-boxes .text .icon i {
  color: rgba(255, 255, 255, 0.2) !important;
}

.home-boxes .thumbnail {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent;
}

.home-boxes .boxes {
  height: 100%;
}

.home-boxes .boxes .boxes-inner {
  height: 100%;
}

.home-boxes .boxes .boxes-inner .col {
  height: 100%;
}

.home-boxes .boxes .boxes-inner .col a {
  display: block;
}

.home-boxes .boxes .boxes-inner .col a:hover,
.home-boxes .boxes .boxes-inner .col a:focus {
  text-decoration: none !important;
}

.home-boxes .boxes .boxes-inner .col .home-box {
  height: 50%;
  padding: 20px;
  background: #eee;
  color: #fff;
  margin: 0;
}

.home-boxes .boxes .boxes-inner .col .home-box i {
  font-size: 70px;
  color: rgba(255, 255, 255, 0.5);
}

.home-boxes .boxes .boxes-inner .col .home-box h5 {
  font-size: 14px;
  margin-top: 20px;
}

.home-boxes .boxes .boxes-inner .col .home-box.blank {
  background: transparent;
}

.home-boxes .boxes .boxes-inner .col .home-box.red {
  background: #b91f38;
}

.home-boxes .boxes .boxes-inner .col .home-box.red:hover {
  background: #a31b31;
}

.home-boxes .boxes .boxes-inner .col .home-box.blue {
  background: #2171a6;
}

.home-boxes .boxes .boxes-inner .col .home-box.blue:hover {
  background: #1d6391;
}

.home-boxes .boxes .boxes-inner .col .home-box.pic {
  overflow: hidden;
  padding: 0;
  position: relative;
}

.home-boxes .boxes .boxes-inner .col .home-box.pic:first-child:before {
  background: rgba(13, 62, 90, 0.5);
}

.home-boxes .boxes .boxes-inner .col .home-box.pic:last-child {
  opacity: 0.3;
}

.home-boxes .boxes .boxes-inner .col .home-box.pic:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.3);
}

.container-fixed {
  /*background: #000a1e url(/content/assets/bg-header.png) no-repeat top center;*/
  border-bottom: 1px solid #041e38;
}

.header {
  background: #fff no-repeat top center;
  border-bottom: 1px solid #041e38;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.header .header-top {
  padding: 5px 0;
}

.header .header-top .btn {
  padding: 7px 20px;
}

.header .header-top .navigation ul {
  font-size: 14px;
}

.header .header-top .navigation ul li a {
  color: #95d6fc;
  font-weight: 400;
  padding: 6px 10px;
}

.header .header-top .navigation ul li.selected a {
  background: transparent;
  color: #fff;
}

.header .header-top .navigation ul li.selected li a {
  background: transparent;
}

.header .header-top .navigation ul li a:hover,
.header .header-top .navigation ul li.selected li a:hover {
  background: #20417a;
  color: #fff;
}

.header .header-top .sm {
  padding: 3px 20px;
}

.header .header-top .sm a {
  font-size: 20px;
  color: #7dbddd;
}

.header .header-bottom .navigation {
  float: right;
}

.header .header-bottom #Menu {
  float: right;
  padding-top: 10px;
}

.navigation ul {
  font-size: 18px;
}

.navigation ul li a {
  color: #20417a;
  font-weight: 600;
}

.navigation ul li > ul > li a {
  color: #fff;
}

.navigation ul li.selected a {
  background: transparent;
  color: #fff;
}

.navigation ul li.selected li a {
  background: transparent;
}

.navigation ul li a:hover,
.navigation ul li.selected li a:hover {
  background: #20417a;
  color: #fff;
  text-decoration: underline;
}

.navigation-inner ul ul li a {
  border-bottom: 1px solid #1a3365;
  background: #001c54;
}

.navigation div.Menu > ul > li > a:hover {
  color: #001c54;
  background: #fff;
}

.footer {
  background: #000a1e;
  color: #fff;
  padding: 0;
  margin-top: 40px;
}

.footer .footer-left-inner {
  padding: 40px 0;
}

.footer .footer-right-inner {
  padding: 40px 0 40px 80px;
}

.footer .doc-links ul,
.footer .doc-links li {
  padding: 0;
  margin: 0;
}

.footer .doc-links li {
  float: left;
  list-style-type: none;
  border-left: 1px solid #fff;
  font-size: 11px;
  padding: 0 5px;
}

.footer .doc-links li:first-child {
  border: 0;
}

.locations .location {
  padding: 0;
}

.locations .location .location-inner {
  padding: 30px;
}

.locations .location .nav {
  background: #eee;
}

.locations .location .nav .fax {
  padding: 10px 0;
}

.team .item {
  margin: 30px 0;
}

.team .item a {
  position: relative;
  display: block;
  transition: all 0.5s ease;
}

.team .item a .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.5s ease;
}

.team .item a .details .info {
  position: absolute;
  bottom: 0;
  padding: 20px;
}

.team .item a .details .info h4,
.team .item a .details .info h6 {
  color: #fff;
}

.team .item a:hover {
  text-decoration: none;
}

.team .item a:hover .details {
  opacity: 1;
}

.box {
  margin: 40px 0;
}

.box.box-primary {
  background: #a61c32;
  color: #fff;
}

.box.box-primary h2,
.box.box-primary h3,
.box.box-primary h4,
.box.box-primary h5,
.box.box-primary h6 {
  color: #fff;
}

.page-header {
  background: url(Content/assets/page-header-bg.png) no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.2);
  margin: 0 0 40px 0;
  padding: 0;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.page-header .page-header-inner {
  background: rgba(255, 255, 255, 0.2);
  padding: 40px 0;
}

.square {
  overflow: hidden;
}

.vcenter-outer {
  position: relative;
  height: 100%;
}

.vcenter-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.tabbed {
  height: 100%;
}

.tabbed [data-tabbed-item] {
  position: relative;
  height: 100%;
  padding: 10px;
}

.tabbed [data-tabbed-item] .icon i {
  color: rgba(0, 0, 0, 0.1);
  font-size: 300px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.tabbed [data-tabbed-item] .tabbed-text {
  width: 100%;
  height: 100%;
}

.tabbed [data-tabbed-item] span {
  font-size: 18px;
  line-height: 30px;
}

.tabbed [data-tabbed-item] span ul,
.tabbed [data-tabbed-item] span li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.popup-content {
  padding: 40px;
}

.faq-question h2 {
  margin-right: 20px;
}

.contact .tabbed [data-tabbed-link] {
  display: block;
  background: #eee;
  padding: 10px;
}

.contact .tabbed h4 {
  margin: 0;
}

.contact .tabbed a {
  margin-bottom: 20px;
  color: #0d3e5a;
}

.contact .tabbed a:hover {
  background: #ccc;
  text-decoration: none;
}

.sidebar .box {
  padding: 40px 0;
  margin: 0;
  margin-bottom: 20px;
}

.sidebar .quotes {
  padding: 0 40px 0 80px;
}

.sidebar .quotes > *:before,
.sidebar .quotes > *:after {
  font-size: 190px;
}

.sidebar .quotes > *:before {
  top: 75px;
}

.payments-button {
  background-color: #0b1e39;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .col-angled {
    height: auto !important;
  }

  .col-angled .item {
    position: relative;
  }

  .angled {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  .col-angled [class^='col-'],
  .col-angled [class*=' col-'] {
    width: 100%;
  }
}

.slide:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 101;
  -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
}

.banner-image {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.banner-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 101;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.5);
}

.header-image-inner {
  margin: 9rem 0rem;
}

.services .grid-box {
  padding-top: 30px;
}

.service-item {
  padding: 40px 30px 20px 30px;
}

.service-item i.icon {
  font-size: 60px;
  color: #b91f38;
}

.service-item h5 {
  font-weight: 600;
  margin-top: 20px;
}

.home-search {
  position: absolute;
  transform: translateY(-300px);
  z-index: 9;
  width: 100%;
}

.home-search .location-search {
  width: 40%;
  background: #818181;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.home-search .form-group {
  margin-right: 10px !important;
}

.home-search input,
.home-search select {
  border: 0;
}

.home-news {
  padding: 80px 0;
}

.home-news .date {
  margin-top: 30px;
  color: #666;
}

.home-news .btn {
  padding: 0;
  color: #b91f38;
}

.home-news .pagination {
  display: none;
}

.product {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .container {
    width: 90% !important;
    max-width: 1400px;
  }
}

@media (max-width: 1200px) {
  .nav > li li > a:hover {
    border: 0;
    margin: 0;
  }

  .service-item {
    padding: 20px 0;
  }

  .testimonials {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 1080px) {
  .banner {
    box-shadow: none;
  }

  .nav > li > a {
    font-size: 14px !important;
    padding: 10px 7px;
  }

  .nav > li li > a:hover {
    border: 0;
    margin: 0;
  }

  .banner {
    background-size: auto;
    width: 100%;
    height: auto;
  }

  .slide-inner {
    padding-top: 80px;
    padding-bottom: 180px;
  }

  .slide-inner h1,
  .slide-inner h2 {
    font-size: 88px;
    line-height: 60px;
  }

  .slide-inner h1 span,
  .slide-inner h2 span {
    font-size: 42px;
  }

  .home-boxes .text {
    height: 300px;
  }

  .tabbed [data-tabbed-item] .icon i {
    font-size: 200px;
  }

  .home-boxes .boxes .boxes-inner .col .home-box i {
    font-size: 50px;
  }

  .home-boxes .boxes .boxes-inner .col .home-box h5 {
    margin-top: 5px;
  }

  .home-search .location-search {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .services h5 {
    margin-bottom: 30px;
  }

  .service-item {
    padding: 10px 0;
    text-align: left;
    font-size: 14px;
  }

  .service-item h5 {
    margin: 0;
    font-size: 16px;
  }

  .home-careers {
    position: static;
  }

  .col-inner {
    padding: 20px;
  }

  .top-left {
    height: auto;
  }

  .top-left .testimonials {
    display: none;
  }

  .top-right {
    height: auto !important;
  }

  .top-right .col-inner {
    position: static;
    transform: none;
  }

  .bottom-left {
    display: none;
  }

  .col-angled {
    height: auto !important;
  }

  .banner {
    box-shadow: none;
  }

  h2 {
    font-size: 25px;
  }

  h3,
  .home .content .content-inner .certifications h3 {
    font-size: 25px;
  }

  .slide-inner {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .slide-inner h1,
  .slide-inner h2 {
    font-size: 60px;
    line-height: 40px;
  }

  .slide-inner h1 span,
  .slide-inner h2 span {
    font-size: 30px;
  }

  .grid-box .item {
    height: auto !important;
  }

  .vcenter .vcenter-inner {
    position: static;
    transform: none;
  }

  .home-boxes {
    transform: none !important;
    margin-bottom: 30px;
  }

  .home-boxes .tabbed [data-tabbed-item] .icon i {
    font-size: 100px;
  }

  .home-boxes .boxes {
    padding: 0;
  }

  .home-boxes .boxes .boxes-inner .col .home-box {
    padding: 10px;
  }

  .home-boxes .boxes .boxes-inner .col .home-box.pic {
    padding: 0;
  }

  .home-boxes .boxes .boxes-inner .col .home-box i {
    font-size: 35px;
  }

  .home-boxes .boxes .boxes-inner .col .home-box h5 {
    font-size: 11px;
    margin-top: 5px;
  }

  .home-boxes .text {
    height: auto !important;
    padding: 20px;
  }

  .inline-full-container {
    height: auto !important;
  }

  .inline-full-container .inline-full-container-inner {
    position: static !important;
  }

  .home-search .location-search {
    width: 90%;
  }

  .footer .logo {
    display: none;
  }
}

@media (max-width: 320px) {
  .content-inner {
    padding: 10px !important;
  }

  .btn {
    white-space: normal;
  }
}

.navigation-inner ul,
.navigation-inner li {
  margin: 0;
  padding: 0;
}

/* Level 1 */
.navigation-inner ul {
  position: relative;
  list-style: none;
  z-index: 999;
}

.navigation-inner ul li {
  white-space: normal;
  list-style: none;
  zoom: 1;
  margin: 0;
  padding: 0;
}

.navigation-inner ul li a:hover {
}

.navigation-inner ul li a:active {
}

.navigation-inner ul li a {
  display: block;
  outline: 0;
  text-decoration: none;
}

.navigation-inner ul li.hover,
.navigation-inner ul li:hover {
  position: relative;
}

.navigation-inner ul li.hover a {
}

/* Level 2 */
.navigation-inner ul ul {
  width: auto;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background: #002963;
}

.navigation-inner ul ul li {
  float: none;
  font-weight: normal;
  display: block !important;
  width: 100%;
}

.navigation-inner ul ul li a {
  min-width: 200px !important;
  font-size: 12px;
  display: block !important;
  width: 100%;
}

/* Level 3 */
.navigation-inner ul ul ul {
  top: 0;
  left: 100% !important;
}

.navigation-inner ul ul ul li:first-child {
  margin-top: 2px;
}

/* ACCORDION MENU */
.nav-accordion,
.nav-accordion li,
.nav-accordion ul {
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
}

.nav-accordion ul {
  background: rgba(0, 0, 0, 0.1);
  display: none;
}

.nav-accordion .subs {
  position: relative;
}

.nav-accordion .subs i {
  background: rgba(0, 0, 0, 0.2);
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.simple-header {
  text-align: center;
  margin-left: -25px;
  color: #1372a3;
}

@media (max-width: 520px) {
  .simple-header img {
    width: 20%;
    margin-left: -5px;
  }

  .simple-header h3 {
    font-size: 16px;
  }
}
.form-group label {
  font-weight: bold;
}

/* Expired Debit Cards */

.isExpired {
  color: #ff0000 !important;
}

#payAccount option {
  color: #555;
}
