@charset "UTF-8";
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 *
 */
/* ==========================================================================
  Compass prefix support
  ========================================================================== */
/* ==========================================================================
  Common variables
  ========================================================================== */
/**
*
* DO NOT use these variables directly in components.
* Assign them to component specific variables
*
*/
/* Colors */
/* Border radius */
/* ==========================================================================
  Browser support
  ========================================================================== */
/* ==========================================================================
  Component specific variables
  ========================================================================== */
/* Typography
   ========================================================================== */
/* ==========================================================================
   Fonts
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=PT+Sans|Roboto+Condensed:400,700");
/*
use PT Sans instead of myriad pro
and Roboto Condensed instead of Helvetica Neue
*/
@font-face {
  font-family: "Museo";
  src: url("../fonts/Museo700-Regular-webfont.woff2") format("woff2"),
    url("../fonts/Museo700-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Grid
   ========================================================================== */
/* Link
   ========================================================================== */
/* Box
   ========================================================================== */
/* Contour */
/* Box foot */
/* Divider
   ========================================================================== */
/* List
   ========================================================================== */
/* Table
   ========================================================================== */
/* Form
   ========================================================================== */
/* Button
   ========================================================================== */
/* Template
   ========================================================================== */
/* header */
/* footer */
span.seo-p {
  display: block;
}

/**
* @desc         Base typography styles.
* @name         Typography
* @author
* @tested
* @requires     variables.scss
*/
/* ==========================================================================
   Base Type
   ========================================================================== */
html {
  font-size: 100%;
}

body {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "PT Sans";
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
input,
select,
textarea {
  font-family: "PT Sans";
}

/* ==========================================================================
   Headings and paragraph
   ========================================================================== */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-style: normal;
}

h1,
.h1 {
  font-size: 36px;
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

/* ==========================================================================
   Code
   ========================================================================== */
.btn.btn-lg {
  text-transform: uppercase;
  min-width: 146px;
  border: 2px solid;
  padding: none;
}
.btn.btn-xl {
  font-family: "Museo";
  font-size: 24px;
  padding: 10px 30px;
  border-radius: 50px;
  margin: 10px 0;
  text-transform: uppercase;
}
.btn.btn-xl.btn-primary {
  background-color: #00986a;
  border: 2px solid #00986a;
}
.btn.btn-xl:after {
  content: "";
  font-family: "icomoon";
  padding-left: 10px;
}
.btn.btn-primary {
  border: 2px solid #003366;
  background-color: #003366;
}
.btn.btn-default {
  border: 2px solid #003366;
  background-color: transparent;
  color: #003366;
}
.btn.btn-default.active {
  background-color: #003366;
  color: #fff;
  border: 2px solid #003366;
}

.navbar {
  font-size: 18px;
  font-size: 1.125rem;
  min-height: 100px;
  color: #0071b1;
  margin-bottom: 0;
  border: none;
}
.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar.navbar-default {
  background-color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.navbar.navbar-default .navbar-nav {
  margin: 25px 0;
}
.navbar.navbar-default .navbar-nav > a {
  float: left;
}
.navbar.navbar-default .navbar-nav > li:first-of-type a {
  background: #3886d6;
  text-align: center;
  display: inline-block;
  color: white;
  border-radius: 5px;
  padding: 10px;
}
.navbar.navbar-default .navbar-nav > li.button-navbar a {
  padding: 8px;
  border: 2px solid #0071b1;
  border-radius: 5px;
  margin-top: 4px;
}
.navbar.navbar-default .navbar-nav > li > a {
  color: #0070af;
  text-transform: uppercase;
  padding: 10px 8px;
  font-size: 0.85em;
}
.navbar .search-icon {
  background-color: #3886d6;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  margin-left: 5px;
}
.navbar .nav-search-mobile {
  position: relative;
  margin-top: 20px;
}
.navbar .nav-search-mobile input.form-header-search {
  border-radius: 19px;
  background-color: #3886d6;
  padding: 1px 40px 2px 15px;
  color: #fff;
  width: 100%;
}
.navbar .nav-search-mobile i.search-submit-icon {
  position: absolute;
  right: 7px;
  top: 5px;
  color: #fff;
  background-color: #3886d6;
}
.navbar .nav-search-mobile input::placeholder {
  color: #fff;
}

.search-dropdown {
  display: none;
  position: relative;
  background: #3886d6;
  padding: 20px;
  text-align: center;
}
.search-dropdown input.form-header-search {
  border-radius: 19px 17px;
  border: 2px #fff solid;
  padding: 1px 40px 2px 15px;
  color: #000;
}
.search-dropdown input::placeholder {
  color: #bbb;
}
.search-dropdown .search-submit-icon {
  margin-left: -37px;
  color: #3886d6;
  font-size: 33px;
  top: 5px;
  position: relative;
  cursor: pointer;
}

.search-dropdown:after {
  bottom: 100%;
  right: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #3886d6;
  border-width: 30px;
  margin-left: -30px;
}

.navbar-brand {
  padding: 25px 15px;
}
.navbar-brand > img {
  height: 53px;
}

.nav > li > a {
  padding: 10px 8px;
  font-size: 16px;
}

.navbar-toggle {
  margin-top: 35px;
}

.navbar-default .navbar-toggle {
  border-color: #003366;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #003366;
}

.navbar-default .navbar-collapse {
  border: none;
}

.hero-banner {
  position: relative;
  display: block;
}
.hero-banner .item {
  position: relative;
  color: #fff;
  text-align: center;
  font-family: Museo;
  min-height: 590px;
}
.hero-banner .item .item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-banner .item .item-content .btn {
  margin-top: 10px;
}
.hero-banner .item .item-content .call-to-action {
  margin-top: 50px;
}
.hero-banner .slick-prev {
  left: 0px;
}
.hero-banner .slick-next {
  right: 0px;
}
.hero-banner .slick-prev,
.hero-banner .slick-next {
  position: absolute;
  top: 40%;
  opacity: 0.2;
  width: 80px;
  height: 80px;
  z-index: 999;
}

.hero-banner.carousel .item {
  height: 586px;
}
.hero-banner h2.slide-header {
  font-family: Museo;
  font-size: 1.8rem;
}
.hero-banner .btn-default {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

/* ==========================================================================
How can I remove the gloss on a select element in Safari on Mac?
https://stackoverflow.com/questions/7638677/how-can-i-remove-the-gloss-on-a-select-element-in-safari-on-mac
========================================================================== */
div#state-filter select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+)
    no-repeat 98% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
}

form#webform-submission-contact-us-form select,
form#webform-submission-contact-us-node-3411-form select,
form#webform-submission-contact-us-2-1-node-3411-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  background-color: #eff2f6;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+);
  background-position: right;
  background-repeat: no-repeat;
  padding: 1px 15px;
  border: 2px solid #eff2f6;
}

fieldset.required div.form-checkboxes label.option::after,
span.form-required::after,
label.form-required::after {
  content: "";
  vertical-align: super;
  display: inline-block;
  background-image: url(../images/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
}

.nav-pills {
  margin-top: 32px;
}
.nav-pills > li {
  border: 2px solid #003366;
  border-radius: 6px;
}
.nav-pills > li > a {
  color: #003366;
  background-color: transparent;
  text-transform: uppercase;
  min-width: 156px;
  text-align: center;
  font-size: 18px;
  font-family: Museo;
  padding: 10px 16px;
}
.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
  background-color: transparent;
}
.nav-pills > li.active {
  background-color: #003366;
}
.nav-pills > li.active > a {
  background-color: transparent;
}
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: transparent;
}
.nav-pills.center-pills {
  display: flex;
  justify-content: center;
}

.nav-pills > li + li {
  margin-left: 0px;
}

.nav-pills > li:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-pills > li:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.product-thumb {
  max-width: 300px;
  height: 300px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  position: relative;
}
.product-thumb .bg-img {
  height: 100%;
  width: 100%;
}
.product-thumb h4 {
  color: #003366;
  font-family: "Museo";
}
.product-thumb p {
  color: #999999;
  font-family: Sans-Serif;
  font-size: 18px;
}
.product-thumb .caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}
.product-thumb .caption h2 {
  font-size: 1.5rem;
}
.product-thumb .badge {
  position: absolute;
  font-size: 18px;
  background-color: #003366;
  border-radius: 10px 0 10px;
  bottom: 30px;
  right: 30px;
  padding: 10px 15px;
}

.feature-thumb {
  position: relative;
  max-width: 400px;
  width: 400px;
  height: 300px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
}
.feature-thumb .caption {
  padding: 25px 35px;
}
.feature-thumb h3 {
  font-family: "Museo";
  margin-bottom: 0;
}
.feature-thumb span {
  color: #cccccc;
}
.feature-thumb p {
  margin-top: 40px;
}
.feature-thumb i {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 70px;
}

.products-tabs {
  padding: 20px 0;
  text-align: center;
  font-family: "PT Sans", sans-serif;
}
.products-tabs h1 {
  text-align: left;
}
.products-tabs h1.text-center {
  text-align: center;
}
.products-tabs .nav-pills > li > a {
  font-family: "PT Sans", sans-serif;
}
.products-tabs p {
  font-size: 24px;
  text-align: left;
}
.products-tabs h2 {
  margin-top: 0;
  text-transform: uppercase;
}
.products-tabs h2.slide-header {
  text-transform: none;
  text-align: left;
  font-size: 2.25rem;
}
.products-tabs.product-tabs-heading h1 {
  text-align: center;
}
.products-tabs.product-tabs-heading p {
  text-align: center;
}
.products-tabs img.icon {
  width: 60px;
  float: left;
  margin-right: 15px;
}
.products-tabs .slick-slide .col-md-6 > img.img-responsive {
  width: 100%;
}
.landing .products-tabs {
  background: #24d2fc;
  background: -webkit-linear-gradient(left, #24d2fc, #3886d6);
  background: -o-linear-gradient(right, #24d2fc, #3886d6);
  background: -moz-linear-gradient(right, #24d2fc, #3886d6);
  background: linear-gradient(to right, #24d2fc, #3886d6);
  color: #fff;
}
.landing .products-tabs .nav-pills > li {
  border-color: #fff;
}
.landing .products-tabs .nav-pills > li > a {
  color: #fff;
}
.nav-tabs {
  text-transform: uppercase;
  margin: 20px 0;
}
.nav-tabs.nav li {
  border: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 20px;
}
.nav-tabs.nav li a {
  color: #444444 !important;
  font-weight: bold;
  border: 0px;
  font-size: 18px;
}
.nav-tabs.nav li a:hover {
  background-color: transparent;
}
.nav-tabs.nav li:focus,
.nav-tabs.nav li:hover,
.nav-tabs.nav li.active {
  text-decoration: none;
  background-color: transparent;
  border-bottom: 4px solid #003366;
}
.nav-tabs.nav li.active a {
  border: 0px;
}
.nav-tabs.nav li.active a:focus,
.nav-tabs.nav li.active a:hover {
  border: 0px;
}
.nav-tabs.nav.nav-lg li {
  padding-top: 40px;
  padding-bottom: 40px;
}
.nav-tabs.nav.nav-lg li a {
  font-size: 24px;
}

.products-thumbs {
  margin: 40px 0;
}

.products-banner {
  color: #fff;
  margin: 35px 0;
}
.products-banner h4 {
  font-family: "Museo";
  border: 2px solid #fff;
  float: left;
  padding: 15px;
  font-size: 24px;
  border-radius: 20px 0 20px 0;
}
.products-banner h3.subheader {
  border: none;
  float: none;
  font-size: 1.875rem;
  padding: 0;
  font-weight: 500;
  line-height: 1.1;
  font-family: "PT Sans";
}
.products-banner h2 {
  text-transform: capitalize;
}
.products-banner .btn {
  margin-top: 10px;
  font-family: "Museo";
}
.products-banner .btn a {
  color: #fff;
}
.products-banner .btn a:hover {
  text-decoration: none;
}
.products-banner .footer img {
  vertical-align: middle;
  margin-right: 30px;
}
.products-banner .footer p {
  line-height: 50px;
}

.products-carousel.carousel {
  color: #fff;
  padding: 32px 0 52px 0;
}
.products-carousel .right {
  padding-left: 30px;
  padding-right: 30px;
}
.products-carousel .features {
  padding: 20px 0;
}
.products-carousel .features .feature {
  padding: 10px 0;
}
.products-carousel .features .feature h4 {
  line-height: 40px;
  text-align: left;
}
.products-carousel .features .feature i {
  background: #003366 none repeat scroll 0 0;
  border-radius: 100px;
  color: #fff;
  float: left;
  height: 60px;
  line-height: 60px;
  margin-right: 15px;
  text-align: center;
  width: 60px;
}
.products-carousel .call-to-action {
  padding: 20px 0;
}
.products-carousel .call-to-action h4 {
  line-height: 32px;
  text-decoration: underline;
  line-height: 25px;
  float: left;
}
.products-carousel .call-to-action .btn {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .products-carousel .call-to-action .btn {
    float: none;
    margin-top: 5px;
  }
}
.products-carousel .btn-default {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

a {
  color: #23527c;
}
a:hover {
  text-decoration: underline;
}

.features-banner {
  padding-top: 60px;
}
.features-banner .feature-thumb {
  margin-left: 25px;
  margin-right: 25px;
}

.mini-carousel {
  margin: 40px 0;
}
.mini-carousel .product-thumb {
  margin-left: 25px;
  margin-right: 25px;
}

.other-products h2 {
  text-align: center;
  color: #3886d6;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-family: Museo;
  font-size: 2.25rem;
}

.system-features {
  padding-top: 30px;
  /*==========  Mobile First Method  ==========*/
  /* Custom, iPhone Retina */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Large Devices, Wide Screens */
}
.system-features .top {
  text-align: center;
}
.system-features .top h1 {
  text-transform: capitalize;
  color: #3886d6;
}
.system-features .item i {
  font-size: 50px;
  padding-top: 20px;
}
.system-features .item h3 {
  font-family: "Museo";
  margin-bottom: 0;
}
.system-features .more {
  padding-top: 40px;
  text-decoration: underline;
  text-transform: capitalize;
}
.system-features .left {
  margin-top: -300px;
}
.system-features .left img {
  max-width: 100%;
}
@media only screen and (min-width: 320px) {
  .system-features .right {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 480px) {
  .system-features .right {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .system-features .right {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 992px) {
  .system-features .right {
    padding: 0 100px;
  }
}
.services-carousel {
  text-align: center;
  padding-bottom: 20px;
  /* Large Devices, Wide Screens */
  /* Medium Devices, Desktops */
  /* Small Devices, Tablets */
  /* Extra Small Devices, Phones */
  /* Custom, iPhone Retina */
}
.services-carousel h2,
.services-carousel h3 {
  margin-top: 0px;
  padding-top: 40px;
  font-family: "Museo";
  font-size: 2.25rem;
}
.services-carousel .caption {
  text-align: left;
}
.services-carousel p {
  margin: 0 0 20px;
}
.services-carousel .carousel-indicators {
  position: relative;
}
.services-carousel .carousel-indicators li {
  border: 1px solid #003366;
}
.services-carousel .carousel-indicators .active {
  background-color: #003366;
}
.services-carousel .slick-dots {
  top: 0;
}
.services-carousel .slick-dots li.slick-active button {
  background-color: #003366;
}
.services-carousel .slick-dots li button {
  border: 1px solid #003366;
}
.express-steps {
  /* Large Devices, Wide Screens */
  /* Medium Devices, Desktops */
  /* Small Devices, Tablets */
  /* Extra Small Devices, Phones */
  /* Custom, iPhone Retina */
}
.express-steps h1,
.express-steps h3 {
  color: #003366;
  text-align: center;
}
.express-steps .express-step {
  float: left;
  width: 100%;
}
.express-steps .express-step .glyphicon {
  font-size: 30px;
  margin-top: 50px;
  color: #444444;
}
.express-steps .express-step {
  padding: 70px 0px;
  text-align: center;
  display: block;
  height: 340px;
}
.express-steps .express-step img {
  padding: 30px 0;
  margin-right: auto;
  margin-left: auto;
}
.express-steps .express-step p {
  color: #444444;
  padding: 0px;
  margin: 0px;
}
.express-steps .express-step p.phone {
  color: #3886d6;
  font-weight: bold;
}
.panel-group {
  margin-bottom: 0px;
}
.panel-group .panel {
  font-size: 18px;
  border: 0px;
  border-radius: 0px;
}
.panel-group .panel a {
  text-decoration: none;
}
.panel-group .panel .panel-title {
  font-size: 18px;
  font-weight: bold;
  color: white;
}
@media (max-width: 767px) {
  .panel-group .panel .panel-title:after {
    font-family: "FontAwesome";
    content: "";
  }
}
.panel-group .panel .panel-heading {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 17px 35px;
  font-weight: bold;
}
.panel-group .panel .panel-heading a:after {
  font-family: "FontAwesome";
  content: "";
  float: right;
}
.panel-group .panel .panel-heading a.collapsed:after {
  content: "";
}
.panel-group .panel.panel-default > .panel-heading {
  color: #444444;
}
.panel-group .panel.panel-default > .panel-heading a:after {
  color: #3886d6;
}
.panel-group .panel.panel-primary > .panel-heading {
  background-color: #1171b8;
  color: #fff;
  border-top: 1px solid #ddd;
}
.panel-group .panel.panel-primary > .panel-heading a:after {
  color: #fff;
}
.panel-group .list-group .list-group-item a {
  color: #444444;
  margin-left: 40px;
}

i.fa.round {
  padding: 5px 10px;
  display: inline-block;
  font-size: 0.8em;
  border: #fff 2px solid;
  background: #1171b8;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: 0px 0px 2px #888;
  -webkit-box-shadow: 0px 0px 2px #888;
  box-shadow: 0px 0px 2px #888;
}

.media-list {
  padding: 20px;
}
.media-list .media h4 {
  color: #444444;
}
.media-list .media h4 span,
.media-list .media h4 a {
  color: #3886d6;
  text-transform: uppercase;
}
.media-list .media ol {
  padding: 15px;
}
.media-list .media .media-left i {
  border: 1px solid #3886d6;
  color: #3886d6;
  border-radius: 100px;
  line-height: 60px;
  width: 60px;
  text-align: center;
}
.media-list .media .media-heading {
  margin: 20px;
}
.media-list .media .media-body {
  width: inherit;
}
.media-list .media .media-right {
  line-height: 60px;
  width: 60px;
}
.media-list .media .media-right a i {
  color: #999999;
}

.page-node-type-claims .products-banner {
  margin-top: 0;
}
.page-node-type-claims .ph1 {
  background-color: #2d74b4;
}
.page-node-type-claims .ph2 {
  background-color: #4babe0;
}
.page-node-type-claims .ph3 {
  background-color: #78cef5;
}
.page-node-type-claims .ph4 {
  background-color: #b3e0f9;
}
.page-node-type-claims
  a[data-toggle="collapse"]
  .panel-heading
  .panel-title:after {
  font-family: FontAwesome;
  content: "";
  float: right;
  color: #fff;
}
.page-node-type-claims
  a[aria-expanded="false"]
  .panel-heading
  .panel-title:after {
  font-family: FontAwesome;
  content: "";
  float: right;
  color: #fff;
}
.page-node-type-claims
  a[aria-expanded="true"]
  .panel-heading
  .panel-title:after {
  font-family: FontAwesome;
  content: "";
  float: right;
  color: #fff;
}
.page-node-type-claims .claim {
  font-size: 0.8em;
  font-family: "PT Sans";
}
.page-node-type-claims .claim .main-content strong {
  color: #2d74b4;
}
.page-node-type-claims .claim .main-content .claims-breadcrumb {
  padding: 10px 35px;
  color: #337ab7;
  border-bottom: 2px solid #d3d3d3;
}
.page-node-type-claims .claim .main-content .content {
  padding: 17px 35px;
}
.page-node-type-claims .claim .main-content h1 {
  font-family: Museo;
}
.page-node-type-claims .claim .claims-and-help {
  background: #337ab7;
  padding: 12px;
}
.page-node-type-claims .claim .claims-and-help h3 {
  margin: 15px 0 5px 25px;
  color: #fff;
}
.page-node-type-claims
  .claim
  .claims-and-help
  #block-searchform
  input#edit-keys {
  width: 95%;
  padding: 0.9em;
}
.page-node-type-claims .claim .col-md-3 {
  border-right: 1px solid #ccc;
  padding: 0;
}
.page-node-type-claims .claim .col-md-3 .info {
  padding: 25px 50px 15px 50px;
}
.page-node-type-claims .claim .col-md-3 .info .browse-again {
  font-size: 0.8em;
}
.page-node-type-claims .claim .col-md-3 .info h3 {
  margin-top: 10px;
}
.page-node-type-claims .claim .nav li a {
  color: #000;
  font-size: 0.9em;
  padding: 10px 30px 10px 50px;
}
.page-node-type-claims .claim .nav li.active {
  background: #eee;
}
.page-node-type-claims .claim .nav li.active a:after {
  font-family: FontAwesome;
  content: "";
  float: right;
  color: #337ab7;
}
.page-node-type-claims .claim .col-md-9 {
  padding: 0;
}
.page-node-type-claims .claim .col-md-9 .claims-breadcrumb {
  padding: 20px 30px;
  border-bottom: 1px solid #ccc;
}
.page-node-type-claims .claim .col-md-9 .claims-breadcrumb i:before {
  color: #337ab7;
}
.page-node-type-claims .claim .col-md-9 .tab-content {
  padding: 30px;
}
.page-node-type-claims .claim .file {
  display: block;
  padding: 10px 0;
}
.page-node-type-claims .claim .file a {
  color: #000;
}
.page-node-type-claims .claim .file a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 20px;
  color: #337ab7;
}
.page-node-type-claims .claim .file a:hover {
  text-decoration: none;
}
.page-node-type-claims .claims-title {
  padding-top: 3%;
}
.page-node-type-claims .claims-title h1 {
  color: #337ab7;
}
.page-node-type-claims .page-title {
  margin-bottom: 3.5em;
  margin-top: 1em;
}
.page-node-type-claims .page-title h1 {
  text-align: center;
  font-weight: bold;
  font-size: 5vw;
  margin: 0;
}
@media (min-width: 768px) {
  .page-node-type-claims .page-title h1 {
    font-size: 2em;
  }
}
.page-node-type-claims .field-icon {
  text-align: center;
  margin-top: 3em;
}
.page-node-type-claims .field-claims-paragraph-reference + div {
  clear: left;
  padding-top: 1em;
}
@media (min-width: 768px) {
  .page-node-type-claims .paragraph-claims-tile {
    display: inline-block;
    width: 50%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .page-node-type-claims .paragraph-claims-tile {
    width: 25%;
  }
}
.page-node-type-claims .paragraph-claims-tile .inner-content {
  position: relative;
}
@media (min-width: 1024px) {
  .page-node-type-claims .paragraph-claims-tile .inner-content {
    height: 300px;
  }
}
.page-node-type-claims .paragraph-claims-tile .inner-content .field-body {
  color: white;
  width: 100%;
  height: auto;
  font-size: 1rem;
  max-height: 100%;
  padding: 10%;
}
.page-node-type-claims .paragraph-claims-tile .inner-content .field-body p {
  margin: 0;
}
.page-node-type-claims .accordionwrapper {
  width: 90%;
  margin: 0 auto 30px auto;
}
@media (max-width: 767px) {
  .page-node-type-claims .accordionwrapper {
    width: 100%;
  }
}
.page-node-type-claims .accordionwrapper div.content {
  padding: 15px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.page-node-type-claims .accordionwrapper div.content strong {
  color: #2873b6;
}
.page-node-type-claims div.fourcol {
  margin-bottom: 30px;
}
.page-node-type-claims div.fourcol .col {
  width: 25%;
  border: 0;
  padding: 20px;
  color: white;
  font-size: 16px;
  min-height: 305px;
  background-size: cover;
}
@media (max-width: 767px) {
  .page-node-type-claims div.fourcol .col {
    width: 100%;
    min-height: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .horizontal-list-of-content .container {
    margin: 1.5em auto;
    position: relative;
  }
  .horizontal-list-of-content .container .bg-img {
    width: 30%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .horizontal-list-of-content .container .row > div {
    background: none !important;
  }
  .horizontal-list-of-content .col-sm-4 {
    display: flex;
    width: 100%;
  }
  .horizontal-list-of-content .col-sm-4:nth-child(even) div.content {
    background: #e7e7e8;
  }
  .horizontal-list-of-content .col-sm-4:nth-child(odd) div.content {
    background: #f3f3f4;
  }
  .horizontal-list-of-content .panel-group .panel-heading {
    padding: 10px 35px;
    text-align: center;
  }
  .horizontal-list-of-content .col-sm-4 > .mobile {
    width: 100%;
  }
  .horizontal-list-of-content .panel-collapse {
    display: block;
    width: 70%;
    float: right;
    background-color: #e7e7e8;
    height: auto !important;
  }
  .horizontal-list-of-content .panel-collapse .content a {
    color: #3a3a3c;
    font-weight: 900;
    position: relative;
    padding: 3% 0;
    text-indent: 0;
    margin-left: 5em;
    display: flex;
    align-items: center;
  }
  .horizontal-list-of-content .panel-collapse .content a:before {
    content: "";
    position: absolute;
    padding: 1em;
    top: 50%;
    height: auto;
    transform: translateY(-50%);
    left: -3em;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .horizontal-list-of-content .panel.panel-default {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .horizontal-list-of-content .panel.panel-default > a {
    pointer-events: none;
    cursor: default;
    width: 30%;
  }
  .horizontal-list-of-content #services a {
    padding: 7% 0;
  }
}
.horizontal-list-of-content .container {
  position: relative;
  background-image: url("../images/claims-woman.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-color: #08507d;
}
.horizontal-list-of-content .container > .row > div:nth-of-type(2) {
  background: rgba(41, 170, 226, 0.2);
}
.horizontal-list-of-content .container > .row > div:nth-of-type(3) {
  background: rgba(99, 205, 246, 0.4);
}
.horizontal-list-of-content .bg-img {
  display: none;
}
.horizontal-list-of-content + .products-banner {
  margin-top: 0;
}
.horizontal-list-of-content h2 {
  font-weight: bold;
  margin-top: 0;
}
.horizontal-list-of-content .col-sm-4 {
  padding: 0;
}
.horizontal-list-of-content .panel.panel-default {
  box-shadow: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  .horizontal-list-of-content .panel-group .panel .panel-heading {
    padding: 76px 10%;
  }
}
.horizontal-list-of-content .panel-group .panel .panel-title {
  font-size: 2rem;
  color: white;
  font-weight: bold;
}
.horizontal-list-of-content .panel-group .panel .panel-title:after {
  content: "";
}
@media (max-width: 767px) {
  .horizontal-list-of-content .panel-group .panel .panel-title:after {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    right: 5%;
  }
}
.horizontal-list-of-content
  #motor-claims
  .content
  > div:nth-of-type(1)
  > a:before {
  background-image: url(../images/own-claims-icon.png);
}
.horizontal-list-of-content
  #motor-claims
  .content
  > div:nth-of-type(2)
  > a:before {
  background-image: url(../images/no-fault-own-damage-icon.png);
}
.horizontal-list-of-content
  #motor-claims
  .content
  > div:nth-of-type(3)
  > a:before {
  background-image: url(../images/theft-icon.png);
}
.horizontal-list-of-content
  #motor-claims
  .content
  > div:nth-of-type(4)
  > a:before {
  background-image: url(../images/windscreen-claims-icon.png);
}
.horizontal-list-of-content
  #motor-claims
  .content
  > div:nth-of-type(5)
  > a:before {
  background-image: url(../images/third-party-damage-icon.png);
}
.horizontal-list-of-content
  #other-claims
  .content
  > div:nth-of-type(1)
  > a:before {
  background-image: url(../images/medical-claims-icon.png);
}
.horizontal-list-of-content
  #other-claims
  .content
  > div:nth-of-type(2)
  > a:before {
  background-image: url(../images/motor-bodily-injury-icon.png);
}
.horizontal-list-of-content
  #other-claims
  .content
  > div:nth-of-type(3)
  > a:before {
  background-image: url(../images/kurnia-travel-claims-icon.png);
}
.horizontal-list-of-content
  #other-claims
  .content
  > div:nth-of-type(4)
  > a:before {
  background-image: url(../images/personal-accident-claims-icon.png);
}
.horizontal-list-of-content
  #other-claims
  .content
  > div:nth-of-type(5)
  > a:before {
  background-image: url(../images/householder-claims-icon.png);
}
.horizontal-list-of-content #services .content > div:nth-of-type(1) > a:before {
  background-image: url(../images/kurnia-express-claims-icon.png);
}
.horizontal-list-of-content .content {
  background-color: white;
}
.horizontal-list-of-content .content a {
  color: #000;
  font-size: 0.9em;
  padding: 3% 0;
  text-indent: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .horizontal-list-of-content .content a {
    height: 70px;
    border-bottom: 1px solid #ccc;
    width: 90%;
    margin: 0 auto;
  }
}
.horizontal-list-of-content .content a:not:nth-last-of-type {
  border-bottom: 1px solid #ccc;
}
.horizontal-list-of-content .content a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .horizontal-list-of-content .content a:before {
    content: "";
    height: 100%;
    padding: 1.5em;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
  }
}

div.three_column_image_text {
  font-family: Museo;
  text-align: center;
  padding-bottom: 30px;
}
div.three_column_image_text h2 {
  margin: 40px;
  font-size: 2.5rem;
}
div.three_column_image_text div.col-sm-4 img {
  width: 80%;
}
div.three_column_image_text div.col-sm-4 p {
  font-family: "PT Sans";
  line-height: 1.4;
}

.image-with-text .container {
  height: inherit;
}
.image-with-text .caption {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.card-display {
  padding: 40px 0;
}
.card-display .container {
  padding: 5px 0;
}
.card-display .card {
  padding: 20px;
}
.card-display h2,
.card-display h3 {
  font-weight: bold;
}

.video {
  text-align: center;
  padding: 25px 0;
}
.video h1 {
  font-weight: bold;
  padding: 20px 0;
}
.video p {
  width: 80%;
  margin: auto;
}
.video .video-embed-field-responsive-video {
  width: 90%;
  margin: auto;
}

.page-node-type-article {
  font-family: "PT Sans", "Helvetica Neu Regular", "HelveticaNeue-Regular",
    Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #414042;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: normal;
}
.page-node-type-article .slick-dots {
  display: none !important;
}
.page-node-type-article .header {
  margin-bottom: -2rem;
  z-index: -1;
}
.page-node-type-article h1 {
  line-height: 1em;
  margin-top: 25px;
  font-size: 3rem;
  margin-bottom: 25px;
  font-weight: bolder;
}
.page-node-type-article #block-kurnia-page-title {
  display: none;
}
.page-node-type-article .article-body > .container {
  position: relative;
}
.page-node-type-article .video-embed-field-responsive-video {
  clear: both;
}
.page-node-type-article .author-attributes {
  float: left;
  line-height: 2.5rem;
  min-height: 40px;
  font-size: 1rem;
  color: #414042;
}
.page-node-type-article .field_video,
.page-node-type-article .field_image {
  margin-bottom: 20px;
}
.page-node-type-article .field_image img {
  max-width: 100%;
  height: 100%;
}
.page-node-type-article .primary-content .block-sharethis {
  float: right;
}
@media only screen and (min-width: 768px) {
  .page-node-type-article .primary-content {
    width: 65%;
    float: left;
  }
}
.page-node-type-article .secondary-content {
  border-top: 1px solid;
  margin-top: 0;
  padding-top: 15px;
  clear: left;
}
@media only screen and (min-width: 768px) {
  .page-node-type-article .secondary-content {
    width: 65%;
    float: left;
  }
}
.page-node-type-article .sidebar-content {
  display: none;
}
@media only screen and (min-width: 768px) {
  .page-node-type-article .sidebar-content {
    display: block;
    float: right;
    width: 30%;
  }
  .page-node-type-article .sidebar-content h1 {
    font-size: 1.5rem;
    font-weight: 100;
  }
}
.page-node-type-article .sidebar-content .sidebar-primary-content {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
}
.page-node-type-article
  .sidebar-content
  .sidebar-primary-content
  .field-tags
  a {
  color: #414042;
  font-size: 0.8rem;
  font-style: italic;
}
.page-node-type-article
  .sidebar-content
  .sidebar-primary-content
  .field-tags
  p {
  margin: 0;
}
.page-node-type-article .sidebar-content .sidebar-primary-content h1 {
  margin: 0;
}
.page-node-type-article .sidebar-content .sidebar-primary-content h1 a {
  color: #414042;
}
.page-node-type-article
  .sidebar-content
  .sidebar-primary-content
  .publishing-details {
  font-size: 1rem;
  color: #414042;
}
.page-node-type-article .sidebar-content .title {
  padding: 1em 0.75em;
  background-color: grey;
  color: #fff;
}
.page-node-type-article .sidebar-content .sidebar-secondary-content {
  margin-top: 3em;
  /*-webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);*/
  border: 1px solid lightgray;
}
.page-node-type-article
  .sidebar-content
  .sidebar-secondary-content
  .field--tags
  .inner-content {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-node-type-article .sidebar-content .sidebar-secondary-content h1 {
  margin: 0;
  font-size: 1.5rem;
}
.page-node-type-article .sidebar-content .sidebar-secondary-content .tag {
  margin: 0.5em 1em;
  padding-bottom: 0.7em;
  display: inline-block;
}
.page-node-type-article .sidebar-content .sidebar-secondary-content .tag a {
  /*color: #414042;*/
  color: darkgray;
}
.page-node-type-article .popout-teaser {
  margin: 0.5em 1em;
  padding-bottom: 0.7em;
}
.page-node-type-article .popout-teaser:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.block-sharethis,
.sharethis-wrapper {
  float: left;
}
.block-sharethis .st_sharethis_custom,
.sharethis-wrapper .st_sharethis_custom {
  background: url('data:image/svg+xml;utf8,<svg width="64" height="64" xmlns="http://www.w3.org/2000/svg"><g><title>background</title><rect fill="#ffffff" id="canvas_background" height="66" width="66" y="-1" x="-1"/></g><g><title>Layer 1</title><path fill="#3a9dde" id="svg_1" d="m32,7.173c-13.689,0 -24.826,11.137 -24.826,24.826c0,13.69 11.137,24.828 24.826,24.828s24.826,-11.138 24.826,-24.828c0,-13.689 -11.137,-24.826 -24.826,-24.826zm-6.516,24.783c0,0.25 -0.025,0.494 -0.061,0.734l10.447,5.115c0.894,-0.94 2.154,-1.529 3.554,-1.529c2.711,0 4.908,2.197 4.908,4.908s-2.197,4.908 -4.908,4.908s-4.908,-2.197 -4.908,-4.908c0,-0.25 0.025,-0.494 0.061,-0.734l-10.447,-5.115c-0.894,0.94 -2.154,1.529 -3.554,1.529c-2.711,0 -4.908,-2.197 -4.908,-4.908s2.197,-4.908 4.908,-4.908c1.406,0 2.671,0.595 3.566,1.542l10.432,-5.059c-0.034,-0.234 -0.058,-0.472 -0.058,-0.716c0,-2.711 2.197,-4.908 4.908,-4.908s4.908,2.197 4.908,4.908s-2.197,4.908 -4.908,4.908c-1.406,0 -2.671,-0.595 -3.566,-1.542l-10.432,5.059c0.035,0.235 0.058,0.472 0.058,0.716z"/></g></svg>');
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
  background-size: cover;
}
.block-sharethis .views-field.views-field-created,
.sharethis-wrapper .views-field.views-field-created {
  font-size: 20px;
}
.block-sharethis .views-field.views-field-created .content,
.sharethis-wrapper .views-field.views-field-created .content {
  float: left;
  line-height: 2.5rem;
  min-height: 40px;
  margin-right: 0.5em;
}
.block-sharethis .views-field.views-field-created .block-sharethis-widget-block,
.block-sharethis .views-field.views-field-created .views-field-sharethis-node,
.sharethis-wrapper
  .views-field.views-field-created
  .block-sharethis-widget-block,
.sharethis-wrapper
  .views-field.views-field-created
  .views-field-sharethis-node {
  float: left;
}

.views-field-sharethis-node + div {
  clear: both;
}

a.gradient-button {
  margin: 10px 0;
  background-image: linear-gradient(180deg, #60cdf6, #3873b5);
  padding: 7px;
  border-radius: 5px;
  display: inline-block;
}

.search-block-form {
  position: relative;
}
.search-block-form .js-form-type-search {
  color: #5e6166;
  font-size: 0.9em;
}
.search-block-form .js-form-type-search input.form-search {
  width: 45%;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  border: none;
  padding: 1em;
}
@media (max-width: 767px) {
  .search-block-form .js-form-type-search input.form-search {
    width: 95%;
  }
}
.search-block-form input.form-submit {
  display: none;
}

#block-searchform .form-actions {
  position: absolute;
  top: 8px;
  right: 5%;
  width: max-content;
}
@media (min-width: 768px) {
  #block-searchform .form-actions {
    right: 28.5%;
  }
}
@media (min-width: 1024px) {
  #block-searchform .form-actions {
    right: 7%;
  }
}
#block-searchform .form-actions #edit-submit {
  font-family: FontAwesome;
  color: #5e6165;
  display: block;
  font-size: 21px;
  background-color: transparent;
  border: 0;
}

.path-search .block-system-main-block .search-form {
  display: none;
}
.path-search .block-system-main-block h2 {
  display: none;
}
.path-search .block-system-main-block ol li {
  padding: 5px 0;
  list-style: none;
}
.path-search .block-system-main-block ol li p {
  font-size: 0.9em;
}
.path-search .block-system-main-block .search-page-form {
  background: #337ab7;
  padding: 10px 0;
}
.path-search .block-system-main-block .search-page-form .search-help-link {
  display: none;
}
.path-search .block-system-main-block .search-page-form label {
  color: #fff;
  font-weight: 400;
  margin-left: 50px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .path-search .block-system-main-block .search-page-form label {
    display: none;
  }
}
.path-search
  .block-system-main-block
  .search-page-form
  .js-form-type-search:after {
  content: "";
  font-family: FontAwesome;
  margin-left: -70px;
  font-size: 0.8em;
  color: #5e6166;
}
@media only screen and (max-width: 768px) {
  .path-search
    .block-system-main-block
    .search-page-form
    .js-form-type-search:after {
    margin-left: -55px;
  }
}
.path-search .block-system-main-block .search-page-form input.form-search {
  padding: 0.8em;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  border: none;
  margin: 0 2%;
  color: #5e6166;
  font-size: 0.8em;
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .path-search .block-system-main-block .search-page-form input.form-search {
    width: 94%;
  }
}
.path-search
  .block-system-main-block
  .search-page-form
  input.form-search:focus {
  outline: none;
}
.path-search .block-system-main-block .search-page-form input.form-submit {
  display: none;
}

.header-with-search .js-form-type-search input.form-search {
  padding: 0.5em;
}

.static-header h1 {
  font-family: Museo;
  text-align: center;
}
.static-header .container {
  height: inherit;
}
.static-header .caption {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}

.side-border {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
}

.nopadding {
  padding: 0;
}

#block-kurnia-main-menu {
  position: inherit;
}
@media (min-width: 1024px) {
  #block-kurnia-main-menu {
    margin-left: 300px;
  }
}

.text-center {
  text-align: center;
}

nav.pager ul {
  border-top: #000 solid 1px;
  padding: 5px 15px;
  text-align: center;
}
nav.pager ul li a {
  border: none;
  padding: 0 8px;
}
nav.pager ul li a:hover {
  background: none;
}

.tags-page .tag-container {
  margin-bottom: 0;
  margin-top: 1em;
}
.tags-page .tag-container .content {
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .tags-page .tag-container .content {
    height: 96px;
  }
}
@media only screen and (min-width: 768px) {
  .tags-page .tag-title {
    float: left;
    height: 100%;
    width: 50%;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .tags-page .tag-title .inner-content {
    position: absolute;
    bottom: 0.5em;
    left: 0;
  }
}
.tags-page .tag-title h1 {
  color: #414042;
  display: inline;
  font-weight: 900;
  font-size: 2em;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .tags-page .back-to-articles {
    float: right;
    height: 100%;
    width: 50%;
    position: relative;
  }
}
.tags-page .back-to-articles .inner-content {
  margin-left: 1.75em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
@media only screen and (min-width: 768px) {
  .tags-page .back-to-articles .inner-content {
    position: absolute;
    bottom: 1em;
    right: 0;
    text-align: right;
    margin: 0;
  }
}
.tags-page .back-to-articles span,
.tags-page .back-to-articles a {
  font-size: 15px;
  text-decoration: none;
  color: #414042;
}
.tags-page .back-to-articles span {
  position: relative;
}
.tags-page .back-to-articles span:before {
  content: "";
  height: 15px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAL+SURBVGhD7Zk9aBRBGIYvOTAGjYg/lT8kIAQRRRFrOQsRRUQQUUFIVALWioJibFRSBkGNjRaKGvwpRC0stDSNpQRiiog2RgsF/0C985mddyPH7d7t5nZ1Bu6Bl9mZ+b5v3o8c2bmk0KKF41Qqle5yubyTsagl/6CBfvSdJiqMF7TsD5juQFdMAyHMH2nbDzC8HI3J/wxeNYLZEpqW9yq8aASfbRg9hn5a27U43wge52Ny1NqNx+lGMNeLXslrXZxtBGO70Wf5bIhzjeCpiKnzqGwtJsOpRjCzGD2Vt1SQN4FOhmJpgHEP2oLWogU6Jl84eCOHTQWucoL6H9AYusy0j3G1js8GCh5CwVXjX8O5U+giKjFtk6V0kGyuGiO25P8HL+PoKOqUxcYQHHnVcAF8vUF7ZbU+BD5WnrPg8QlaJMvREHBH8U6Dz0m0RrZrYbML3VO80+BzGq2S9VqIMZfB4yj2MugKeHyNlsp6NASY6/l75TgLHh/IcjwELUMvlOMseNwuy/EQN4fASzYlHeSZd8ApHocYh9FVdAvdRc+RucI0/dKlxjhDshcnwQfRV5uaDOITXRqJW4F2oNPI/Hr9ohKJIWezyjWG+PUkTNrUxhA7q9svqeZTsBXdRN9stfqYWKUng5yFxqBNr4+JU9qsocwSZD6ajX5Kn1C6e5lJoPAg+h2UiCGLRkIot5J6z2zlaNjvVXg6SNyGPqpODVk2YqBkOxoKikfTp9D0YLYHvVShKrJuJIS6Z3REFaw395dNasylyDVb7i95NWKg9m0dMwNrI9puDmqZr7I/bNmg8ENtZQ6156F3OiqA+ai2m4dim1D49XhAy7nAOf06J4B5tp8ACnZSt1vT3OCMds56G3QBPN/Xln9g/pz6MI1c17J/YH6D+jCNDGvZP/BfROatbho5q2U/oYHgD4iM+7TkJzQQ/KeMcZ2W/IQGTqBfqENLfkIDR9CEpv5CEwfQDU39hSZ2ocOa+gtN7Ec9mvoLTZT06Dc00qXHFi3yo1D4A0xGpIx8O/YrAAAAAElFTkSuQmCC");
  width: 15px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 15px;
  background-position: 5px;
  position: absolute;
  right: 7.5em;
  top: -0.25em;
  background-color: #414042;
  padding: 13px;
  border-radius: 100%;
}

.views-tags {
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .views-tags {
    width: 65%;
    float: left;
  }
}
.views-tags .views-field-title {
  margin: 1em 0;
}
.views-tags .views-field-title h2 {
  color: #414042;
  font-size: 2em;
  font-weight: 900;
  margin: 0;
  padding: 0;
}
.views-tags .views-field-created {
  float: left;
  font-size: 18px;
  line-height: 3rem;
  min-height: 40px;
  font-size: 1rem;
  color: #414042;
}
.views-tags .views-field-sharethis-node {
  float: right;
}
.views-tags .views-field-body {
  border-top: 1px solid;
  padding-top: 20px;
}
.views-tags .views-more-link {
  border-radius: 6px;
  background-color: #11b6e0;
  color: #fff;
  padding: 6px 10px;
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  display: block;
  width: max-content;
}

div.articles-container .sidebar-content {
  display: none;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
}
@media only screen and (min-width: 768px) {
  div.articles-container .sidebar-content {
    display: block;
    float: right;
    width: 30%;
  }
  div.articles-container .sidebar-content h1 {
    font-size: 1.5rem;
    font-weight: 100;
  }
}
div.articles-container .sidebar-content .field-tags a {
  color: #414042;
  font-size: 0.8rem;
  font-style: italic;
}
div.articles-container .sidebar-content .field-tags p {
  margin: 0;
}
div.articles-container .sidebar-content h1 {
  margin: 0;
}
div.articles-container .sidebar-content h1 a {
  color: #414042;
}
div.articles-container .sidebar-content ul {
  list-style-type: none;
  margin: 8px 20px;
  padding: 0px;
}
div.articles-container .sidebar-content ul li {
  display: inline-block;
  margin: 5px;
}
div.articles-container .sidebar-content .publishing-details {
  font-size: 1rem;
  color: #414042;
}
div.articles-container .sidebar-content .title {
  padding: 1em 0.75em;
  background-color: grey;
  color: #fff;
}

.contact-us {
  margin-bottom: 20px;
}
.contact-us .form-heading {
  color: #3886d6;
  font-size: 1, 8rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  font-family: Museo;
}
.contact-us .head {
  padding: 15px 0 40px 0;
}
.contact-us .head h1 {
  text-transform: capitalize;
  color: #0070af;
}
.contact-us .row.row-eq-height .block {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  padding: 40px 30px 15px 30px;
  text-align: center;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .contact-us .row.row-eq-height .block {
    min-height: 550px;
    line-height: 1.4;
  }
}
.contact-us .row.row-eq-height .block .timings {
  font-size: 65%;
  margin-bottom: 10px;
}
.contact-us .row.row-eq-height .block a {
  background: #eee;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: bold;
  line-height: 2;
}
.contact-us .row.row-eq-height .block a:hover {
  text-decoration: none;
}
.contact-us .row.row-eq-height .block a i {
  padding-right: 10px;
}
.contact-us .row.row-eq-height .block .bottom-padding {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .contact-us .row.form-group {
    padding: 3px 0;
    margin-bottom: 0;
  }
}
.contact-us label {
  font-weight: 100;
  font-size: 20px;
}
.contact-us fieldset.required div.form-checkboxes label {
  display: block;
}
.contact-us legend {
  border: none;
  margin-bottom: 5px;
}
.contact-us input,
.contact-us select,
.contact-us textarea {
  background: #eff2f6;
  border: none;
  box-shadow: none;
}
.contact-us input[type="submit"] {
  padding: 20px 8px;
}
.contact-us input[type="file"] {
  padding: 10px;
}
.contact-us .input-lg {
  height: 39px;
  padding: 0 10px;
}
.contact-us input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  border: none;
}
.contact-us .js-webform-radios .js-form-type-radio {
  width: 80px;
  float: left;
}
.contact-us input[type="submit"] {
  text-transform: uppercase;
  font-weight: bold;
  background: #3886d6;
  border-radius: 0;
  width: 100%;
  font-size: 1.2rem;
  border: none;
}
.contact-us input[type="submit"]:after {
  display: none;
}
.contact-us #edit-contact-us-submit,
.contact-us #edit-submit--2 {
  width: 100%;
  display: block;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}
.contact-us .tile-container {
  font-family: museo;
  margin-bottom: 12px;
  padding-right: 7px;
  padding-left: 7px;
}
.contact-us .tile-container a {
  color: #fff;
}
.contact-us .tile-container a:hover {
  text-decoration: none;
}
.contact-us .tile-container a:hover .tile-overlay {
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-us .tile-container .tile {
  overflow: hidden !important;
  position: relative;
  height: 300px;
  padding: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.contact-us .tile-container .tile h1,
.contact-us .tile-container .tile h2,
.contact-us .tile-container .tile h3,
.contact-us .tile-container .tile h4 {
  margin-top: 0;
}
.contact-us .tile-container .tile p {
  font-size: 0.9rem;
}
.contact-us .tile-container .tile h2 {
  margin-top: 0;
  color: #fff;
  text-decoration: none;
}
.contact-us .tile-container .tile h2:hover {
  color: #fff;
  text-decoration: none;
}
.contact-us .tile-container .tile .tile-cta {
  position: absolute;
  top: 240px;
}
.contact-us .tile-container .tile .tile-cta span {
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  font-size: 14px;
}
.contact-us .image-with-text {
  height: 300px;
  overflow: hidden;
}
.contact-us .image-with-text .static-header {
  height: 300px !important;
}
.contact-us .image-with-text .static-header h1,
.contact-us .image-with-text .static-header h2,
.contact-us .image-with-text .static-header p {
  text-align: left;
  text-shadow: 3px 3px 10px #222;
}
.contact-us .image-with-text .static-header h3 {
  font-size: 1.8rem;
  text-align: left;
  font-family: Museo;
}
.contact-us .image-with-text .static-header h2 {
  font-size: 3.5rem;
  font-weight: bold;
}
.contact-us .image-with-text .static-header p {
  font-size: 1.2rem;
}
.contact-us .image-with-text .static-header span.large-phone {
  font-size: 3.5rem;
  font-weight: bold;
  font-family: "PT Sans";
  text-align: left;
  display: block;
  text-shadow: 3px 3px 10px #222;
}

.buy-online-headers {
  font-family: Museo;
  text-align: center;
  background: #24d2fc;
  background: -webkit-linear-gradient(left, #24d2fc, #3886d6);
  background: -o-linear-gradient(right, #24d2fc, #3886d6);
  background: -moz-linear-gradient(right, #24d2fc, #3886d6);
  background: linear-gradient(to right, #24d2fc, #3886d6);
  font-size: 1.15em;
  color: #fff;
  padding: 25px;
  margin-top: 0;
  margin-bottom: 12px;
}

.clear-floats {
  clear: both;
}

.custom-container .carousel {
  margin-bottom: 50px;
}
.custom-container .carousel .slick-dots {
  margin-bottom: -66px;
}
.custom-container .carousel .slick-dots li button {
  background: #fff;
  border: 1px solid #3886d6;
  height: 16px;
}
.custom-container .carousel .slick-dots li.slick-active button {
  background: #3886d6;
}

.contact-us-v2-header {
  padding: 50px 0;
  color: #3886d6;
}
.contact-us-v2-header h2 {
  font-size: 2em;
  margin: 0;
  padding: 0;
}

/* Avoid image issues with Google Maps and CSS resets */
.bh-sl-map-container img {
  border-radius: 0 !important;
  box-shadow: none !important;
  max-height: none !important;
  max-width: none !important;
}

@media (max-width: 767px) {
  .bh-sl-container .bh-sl-form-container .search {
    padding: 20px 30px 20px 32px;
  }
}
.bh-sl-container #feature-filter {
  padding: 35px 0;
}
.bh-sl-container #feature-filter .btn {
  background: #fff;
  color: #000;
  border: #ddd 1px solid;
}
.bh-sl-container #feature-filter .btn.no-round {
  border-radius: 0;
  margin: 0;
  width: auto;
}
.bh-sl-container #feature-filter .btn.no-round.right-curve {
  border-radius: 0 7px 7px 0;
}
.bh-sl-container #feature-filter .btn.no-round.left-curve {
  border-radius: 7px 0 0 7px;
}
.bh-sl-container #feature-filter .btn.active {
  background: #0f72b0;
  color: #fff;
}
.bh-sl-container #bh-sl-submit {
  background: none;
  margin-left: -35px;
  z-index: 9;
}
.bh-sl-container .filters {
  border-right: 1px #ddd solid;
}
.bh-sl-container .bh-sl-filters-container {
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}
.bh-sl-container .bh-sl-filters-container #category-filter,
.bh-sl-container .bh-sl-filters-container #state-filter,
.bh-sl-container .bh-sl-filters-container #search-filter,
.bh-sl-container .bh-sl-filters-container #feature-filter {
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .bh-sl-container .bh-sl-filters-container .cat-filter .category-filter,
    .bh-sl-container .bh-sl-filters-container .cat-filter h2 {
    margin-left: 2.5%;
  }
}
.bh-sl-container .bh-sl-filters-container input,
.bh-sl-container .bh-sl-filters-container select {
  height: 41px;
  border-radius: 33px;
}
.bh-sl-container .bh-sl-filters-container h2 {
  font-weight: bold;
  font-size: 18px;
}
.bh-sl-container .bh-sl-filters-container .btn-group {
  width: 100%;
}
.bh-sl-container .bh-sl-filters-container .btn-group .btn {
  border-radius: 17px;
  width: 22%;
  margin: 0 5px;
}
.bh-sl-container
  .bh-sl-filters-container
  .btn-group
  > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.bh-sl-container
  .bh-sl-filters-container
  .btn-group
  > .btn:last-child:not(:first-child),
.bh-sl-container
  .bh-sl-filters-container
  .btn-group
  > .dropdown-toggle:not(:first-child),
.bh-sl-container
  .bh-sl-filters-container
  .btn-group
  > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 17px;
  background: #e9f4fa;
  color: #000;
  border: none;
}
.bh-sl-container
  .bh-sl-filters-container
  .btn-group
  > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle).active,
.bh-sl-container
  .bh-sl-filters-container
  .btn-group
  > .btn:last-child:not(:first-child).active,
.bh-sl-container
  .bh-sl-filters-container
  .btn-group
  > .dropdown-toggle:not(:first-child).active,
.bh-sl-container
  .bh-sl-filters-container
  .btn-group
  > .btn:first-child:not(:last-child):not(.dropdown-toggle).active {
  background: #0f72b0;
  color: #fff;
}
.bh-sl-container
  .bh-sl-filters-container
  .input-group
  .form-control:first-child {
  border-radius: 33px;
  padding-right: 33px;
}
.bh-sl-container .bh-sl-filters-container .btn.btn-default {
  min-width: 100px;
  text-align: center;
  font-size: 18px;
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.bh-sl-container .bh-sl-filters-container .btn.btn-default.active {
  background-color: #003366;
}
.bh-sl-container .bh-sl-loc-list {
  font-size: 13px;
  height: 530px;
  overflow-x: auto;
  width: 100%;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title,
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc {
  font-size: 20px;
}
.bh-sl-container .bh-sl-loc-list .welcome {
  text-align: center;
  margin-top: 40%;
}
.bh-sl-container .bh-sl-loc-list .welcome h1 {
  font-family: Museo;
}
.bh-sl-container .bh-sl-loc-list ul {
  display: block;
  clear: left;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bh-sl-container .bh-sl-loc-list ul li {
  border: 1px solid #fff;
  /* Adding this to prevent moving li elements when adding the list-focus class*/
  box-sizing: border-box;
  clear: left;
  cursor: pointer;
  display: block;
  float: left;
  width: 100%;
}
.bh-sl-container .bh-sl-loc-list .list-label {
  background: #1d538b;
  border-radius: 15px;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  margin: 10px 0 0 15px;
  padding: 4px 7px;
  text-align: center;
  width: auto;
  min-width: 13px;
}
.bh-sl-container .bh-sl-loc-list .list-details {
  float: left;
  /* padding-left: 6px; */
  width: 100%;
}
.bh-sl-container .bh-sl-loc-list .list-details .list-content {
  padding: 20px;
}
.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
  color: #8e8e8e;
  font-weight: bold;
  font-style: italic;
}
.bh-sl-container .bh-sl-loc-list .list-focus {
  border: 1px solid rgba(0, 82, 147, 0.4);
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  background: #0f72b0 !important;
  color: #fff;
}
.bh-sl-container .bh-sl-loc-list .list-focus a {
  color: #fff;
}
.bh-sl-container .bh-sl-loc-list .list-focus .loc-addr {
  padding: 10px 0;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
  height: 20px;
  position: relative;
  width: 100%;
}
.bh-sl-container
  .bh-sl-loc-list
  .bh-sl-close-directions-container
  .bh-sl-close-icon {
  right: 6px;
  top: 0;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel {
  margin: 0 2%;
  /* Avoid issues with table-layout */
}
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table {
  table-layout: auto;
  width: 100%;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table,
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
  vertical-align: middle;
  border-collapse: separate;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
  padding: 1px;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-placemark {
  margin: 10px 0;
  border: 1px solid #c0c0c0;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-marker {
  padding: 3px;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
  font-weight: bold;
  margin: 15px;
}
.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc {
  margin: 0 15px;
}
.bh-sl-container .loc-name {
  /* Picked up by both list and infowindows */
  font-size: 15px;
  font-weight: bold;
}
.bh-sl-container .bh-sl-map {
  float: left;
  height: 530px;
  width: 100%;
  position: relative;
}
.bh-sl-container .bh-sl-map .gm-style-iw {
  padding: 15px;
}
.bh-sl-container .bh-sl-map i {
  padding-right: 10px;
  float: left;
}
.bh-sl-container .bh-sl-map .info {
  padding-top: 10px;
}
.bh-sl-container .bh-sl-map .info .loc-addr,
.bh-sl-container .bh-sl-map .info .loc-phone {
  overflow: hidden;
}
.bh-sl-container .bh-sl-pagination-container {
  clear: both;
}
.bh-sl-container .bh-sl-pagination-container ol {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.bh-sl-container .bh-sl-pagination-container ol li {
  color: #3886d6;
  cursor: pointer;
  display: inline-block;
  font: bold 14px Arial, Helvetica, sans-serif;
  padding: 10px;
}
.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
  color: #555;
  cursor: auto;
  text-decoration: none;
}

.ui-autocomplete {
  font-size: 14px;
  width: 50px;
}
.ui-autocomplete .ui-menu-item {
  border-bottom: 1px solid #ccc;
}
.ui-autocomplete .ui-menu-item:hover {
  background: #0f72b0;
  color: #fff;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #0f72b0;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 35%;
  left: 35%;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a {
  color: #000;
}
a.directions-button {
  background: #e9f4fa;
  padding: 4px 20px;
  margin-top: 15px;
  border-radius: 32px;
  font-size: 1.2em;
  display: inline-block;
}
a.directions-button:hover {
  text-decoration: none;
}

.slick-prev {
  left: 0px;
}

.slick-next {
  right: 0px;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 40%;
  opacity: 0.2;
  width: 80px;
  height: 80px;
  z-index: 999;
}

.slick-dots {
  position: absolute;
  bottom: 40px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  height: 13px;
  cursor: pointer;
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  background: transparent;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #fff;
}

.claim .content {
  line-height: 1.5;
}
.claim .content p {
  font-size: 18px;
}
.claim .header {
  padding-right: -15px;
  padding-left: -15px;
}
.claim .header h2 {
  font-family: Museo;
}
.claim .header .media .media-body {
  padding: 30px 20px;
}

.overview {
  padding: 0 15px;
}
.overview p {
  font-size: 18px;
}
.overview h4 {
  color: #003366;
  font-weight: bold;
  margin-top: 20px;
}

.steps-checklist p {
  padding: 15px;
  font-size: 18px;
}
.steps-checklist a,
.steps-checklist h4 {
  color: #003366;
}
.steps-checklist .panel-heading a,
.steps-checklist .panel-heading h4 {
  color: #444444;
}
.steps-checklist h4 {
  padding-left: 20px;
  padding-right: 20px;
}

.form-download .media-list .media h4 a {
  color: #444444;
}

.col-no-padding {
  padding-right: 0;
  padding-left: 0;
}

div#motor-claims div.content {
  min-height: 360px;
}

.path-articles {
  font-family: "PT Sans", "Helvetica Neu Regular", "HelveticaNeue-Regular",
    Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #414042;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: normal;
}
.path-articles .slick-dots {
  display: none !important;
}
.path-articles .hero-banner {
  margin-bottom: -3rem;
}
.path-articles .slick-list {
  z-index: -1;
}
.path-articles .tag-name h1,
.path-articles .views-articles h1,
.path-articles .views-tags h1 {
  font-weight: bold;
  font-size: 3.5rem;
  padding: 2rem 0;
  font-family: "PT Sans", "Helvetica Neu Regular", "HelveticaNeue-Regular",
    Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 768px) {
  .path-articles .views-articles.views-row.container {
    width: 65%;
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .path-articles .container.pager__items {
    padding: 0 4em;
  }
}
.path-articles .views-articles img,
.path-articles .views-tags img {
  width: 100%;
  height: auto;
}
.path-articles .views-articles .views-field-title h1,
.path-articles .views-tags .views-field-title h1 {
  font-family: "PT Sans", "Helvetica Neu Regular", "HelveticaNeue-Regular",
    Arial, Helvetica, sans-serif;
}
.path-articles .views-articles .views-more-link,
.path-articles .views-tags .views-more-link {
  border-radius: 6px;
  background-color: #11b6e0;
  color: #fff;
  padding: 6px 10px;
  margin-top: 30px;
  display: inline-block;
  font-size: 24px;
}
.path-articles .views-articles a:hover,
.path-articles .views-tags a:hover {
  text-decoration: none;
}
.path-articles .views-articles .views-row,
.path-articles .views-tags .views-row {
  padding: 2rem 0;
}
.path-articles .views-articles .views-field.views-field-body,
.path-articles .views-tags .views-field.views-field-body {
  border-top: #000 1px solid;
  padding: 25px 0;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}
.path-articles .views-articles .views-field.views-field-created,
.path-articles .views-tags .views-field.views-field-created {
  font-size: 20px;
}
.path-articles .views-articles .views-field.views-field-created .content,
.path-articles .views-tags .views-field.views-field-created .content {
  float: left;
  line-height: 2.5rem;
  min-height: 40px;
  margin-right: 0.5em;
}
.path-articles
  .views-articles
  .views-field.views-field-created
  .block-sharethis-widget-block,
.path-articles
  .views-tags
  .views-field.views-field-created
  .block-sharethis-widget-block {
  float: left;
}
.path-articles .views-element-container article[data-history-node-id="5751"] h2,
.path-articles
  .views-element-container
  article[data-history-node-id="5756"]
  h2 {
  display: none;
}
.path-articles .tag-name h1 {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
.path-articles .views-articles .views-field.views-field-created + div {
  clear: both;
}

#whyChooseUs {
  font-family: Museo;
  padding: 90px 0 0 0;
}
#whyChooseUs .item-header {
  text-align: center;
}
#whyChooseUs img {
  width: 100%;
  margin: 0 auto;
}
#whyChooseUs h3 {
  color: #999999;
}
#whyChooseUs h2 {
  font-family: "Museo";
  font-size: 2.25rem;
}
#whyChooseUs p.subheader {
  color: #003366;
  font-size: 1.875rem;
}
#whyChooseUs .btn {
  margin: 40px 0;
}
#whyChooseUs .slick-dots {
  top: 40px;
}
#whyChooseUs .slick-dots li button {
  border-color: #3886d6;
}
#whyChooseUs .slick-dots li.slick-active button {
  background: #3886d6;
}

footer {
  color: #fff;
  background: #24d2fc;
  background: -webkit-linear-gradient(left, #24d2fc, #3886d6);
  background: -o-linear-gradient(right, #24d2fc, #3886d6);
  background: -moz-linear-gradient(right, #24d2fc, #3886d6);
  background: linear-gradient(to right, #24d2fc, #3886d6);
  padding-top: 30px;
  font-family: "PT Sans", sans-serif;
}
footer p.large {
  font-weight: bold;
  font-size: 1.875rem;
}
footer h4 {
  font-size: 15px;
  color: #ededed;
}
footer img {
  max-width: 100%;
}
footer span.large-phone {
  font-weight: bold;
  font-size: 1.875rem;
}
footer span.contact-hours {
  font-size: 15px;
  line-height: unset;
  display: inline-block;
}
footer span.contact-email {
  color: white;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
footer .payments {
  padding-bottom: 30px;
}
footer .payments .payments-types {
  text-align: center;
}
footer span.footer-info {
  display: block;
  font-size: 15px;
  color: #ededed;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer .copyright {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  padding: 30px 0;
  background-color: #003366;
}
footer .copyright .footer-menu ul {
  margin-bottom: 20px;
  padding-left: 5px;
}
footer .copyright .footer-menu li {
  display: inline;
  padding: 0 15px;
}
@media (max-width: 767px) {
  footer .copyright .footer-menu li {
    display: block;
    padding: 5px;
  }
}
footer .copyright .footer-menu li a {
  color: #fff;
}
footer form.footer-newsletter {
  padding-top: 5px;
}
footer form.footer-newsletter div {
  display: inline;
}
footer form.footer-newsletter input#edit-stay-in-touch {
  width: 50%;
  -webkit-border-radius: 19px 17px;
  -moz-border-radius: 19px 17px;
  border-radius: 19px 17px;
  border: 2px #fff solid;
  padding: 1px 40px 2px 5px;
  color: #000;
}
@media (max-width: 767px) {
  footer form.footer-newsletter input#edit-stay-in-touch {
    width: 40%;
  }
}
footer form.footer-newsletter input#edit-stay-in-touch:hover {
  outline: none;
}
footer form.footer-newsletter input#edit-submit-button-s-submit {
  -webkit-border-radius: 19px 17px;
  -moz-border-radius: 19px 17px;
  border-radius: 19px 17px;
  background: #1171b8;
  margin: 0 0 0 -36px;
  border: 2px #fff solid;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 5px 15px 3px 16px;
}
@media (max-width: 767px) {
  footer form.footer-newsletter input#edit-submit-button-s-submit {
    padding: 4px 15px 4px 16px;
  }
}
footer form.footer-newsletter span#or {
  padding: 0 5px;
}
footer .footer-note {
  font-size: 0.6em;
  padding: 15px;
}
footer .footer-top-left {
  display: flex;
}
@media (max-width: 767px) {
  footer .footer-top-left {
    display: block;
  }
}
footer .footer-top-left .contact-nums {
  margin: auto;
  bottom: 9px;
}
@media (max-width: 767px) {
  footer .footer-top-left {
    text-align: center;
  }
}
footer div.footer-social-menu ul {
  padding: 0;
}
footer div.footer-social-menu li {
  display: inline-block;
  width: 60px;
}

.single-product .product-header {
  height: 600px;
  padding-top: 180px;
  color: #fff;
  font-family: Museo;
}
@media only screen and (max-width: 768px) {
  .single-product .product-header {
    padding-top: 40px;
    height: 300px;
  }
}
@media only screen and (max-width: 468px) {
  .single-product .product-header {
    padding-top: 40px;
    height: 200px;
  }
}
.single-product .product-header .heading {
  font-size: 1.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .single-product .product-header .heading {
    font-size: 1em;
  }
}
.single-product .product-header .sub-heading {
  text-align: center;
}
.single-product .product-header .product-category {
  text-align: center;
  font-size: 0.7em;
}
.single-product .product-header .icon {
  width: 150px;
  display: block;
  margin: 20px auto;
}
@media only screen and (max-width: 768px) {
  .single-product .product-header .icon {
    display: block;
    width: 40px;
    margin-bottom: 5px;
  }
}
.single-product .product-header .icon img {
  width: 100%;
  height: auto;
}
.single-product header {
  padding-bottom: 40px;
}
.single-product header h2 {
  color: #3886d6;
  text-transform: capitalize;
  font-size: 2.25rem;
}
.single-product header .page-title {
  margin: 58px 0;
}
.single-product header .page-title img {
  float: left;
  margin-right: 50px;
}
.single-product header .page-title h1 {
  color: #003366;
  font-family: "Museo";
}
.single-product header .right img {
  width: 100%;
  padding-top: 60px;
}
.single-product .product-tiles .row > .heading {
  text-align: center;
  color: #3886d6;
  text-transform: capitalize;
  margin: 20px 0;
  font-family: Museo;
  font-size: 2.25rem;
}
.single-product .product-tiles .single-tile-container {
  background: #e7e8e9;
  border-radius: 5px;
  color: #222;
  padding: 20px;
  min-height: 350px;
  overflow: hidden;
  margin-bottom: 20px;
}
.single-product .product-tiles .single-tile-container .heading {
  font-weight: bold;
  margin-bottom: 10px;
}
.single-product .product-tiles .single-tile-container .description {
  margin-top: 10px;
  font-size: 0.8em;
}
.single-product .product-tiles .single-tile-container .icon {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
.single-product .product-tiles .single-tile-container .icon img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.single-product .product-intro {
  padding: 20px;
}
.single-product .product-intro > .heading {
  text-align: center;
  color: #3886d6;
  text-transform: capitalize;
  margin: 20px 0;
  font-family: Museo;
  font-size: 2.25rem;
}
.single-product .product-intro .description {
  font-size: 1.2rem;
}
.single-product .product-intro .links {
  margin: 20px 0;
}
.single-product .product-intro .links a {
  background: #3c7dbe;
  padding: 10px 20px;
  color: #fff;
  text-transform: capitalize;
  font-family: Museo;
  margin-bottom: 5px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .single-product .product-intro .links a {
    width: 48%;
    display: inline-block;
  }
  .single-product .product-intro .links a:nth-child(2n) {
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  .single-product .product-intro .links a {
    width: calc((100% / 3) - 10px);
    margin: 0 10px 10px 0;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .single-product .product-intro .links a {
    display: block;
    width: 100%;
  }
}
.single-product .product-intro .links a:hover {
  text-decoration: none;
  background-color: #005e91;
}

section.forms-and-downloads h2 {
  color: #3886d6;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-family: Museo;
  text-align: center;
  font-size: 2.25rem;
}
section.forms-and-downloads ul {
  padding-left: 0px;
}
section.forms-and-downloads ul li {
  width: 50%;
  float: left;
  padding: 0 30px 0 42px;
  margin-bottom: 10px;
  min-height: 35px;
  list-style-type: none !important;
  position: relative;
}
@media (max-width: 767px) {
  section.forms-and-downloads ul li {
    width: 100%;
  }
}
section.forms-and-downloads ul li a:before {
  font-family: "fontawesome";
  font-weight: normal;
  content: "";
  color: #0067b4;
  display: inline-block;
  position: absolute;
  left: -42px;
  font-size: 25px;
  font-size: 2rem;
  top: 2px;
}
section.forms-and-downloads ul li a {
  font-weight: bold;
  color: #414042;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 15px;
}
section.forms-and-downloads ul li a .about {
  font-weight: normal;
  display: block;
}

section.kurnia2016_content {
  padding-bottom: 30px;
  background: #efefef;
}
section.kurnia2016_content h1 {
  font-family: Museo;
  padding-bottom: 10px;
  font-size: 3rem;
  font-weight: extra-bold;
}
section.kurnia2016_content .content_wrapper {
  background: #fff;
  padding: 30px;
}
section.kurnia2016_content .content_wrapper p {
  font-family: "PT Sans";
  line-height: 1.4;
}
section.kurnia2016_content .content_wrapper a {
  color: #2281e6;
  text-decoration: underline;
}

.tile-container {
  font-family: museo;
  margin-bottom: 12px;
  padding-right: 7px;
  padding-left: 7px;
}
.tile-container a {
  color: #fff;
}
.tile-container a:hover {
  text-decoration: none;
}
.tile-container a:hover .tile-overlay {
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tile-container .tile {
  overflow: hidden;
  position: relative;
  height: 300px;
  padding: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.tile-container .tile h1,
.tile-container .tile h2,
.tile-container .tile h3,
.tile-container .tile h4 {
  margin-top: 0;
}
.tile-container .tile h2 {
  margin-top: 0;
  color: #fff;
  text-decoration: none;
}
.tile-container .tile h2:hover {
  color: #fff;
  text-decoration: none;
}
.tile-container .tile h3 {
  font-size: 1.875rem;
}
.tile-container .tile .tile-cta {
  position: absolute;
  top: 240px;
}
.tile-container .tile .tile-cta span {
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  font-size: 14px;
}

.buy-online-headers {
  font-family: Museo;
  text-align: center;
  background: #24d2fc;
  background: -webkit-linear-gradient(left, #24d2fc, #3886d6);
  background: -o-linear-gradient(right, #24d2fc, #3886d6);
  background: -moz-linear-gradient(right, #24d2fc, #3886d6);
  background: linear-gradient(to right, #24d2fc, #3886d6);
  font-size: 1.15em;
  color: #fff;
  padding: 25px;
  margin-top: 0;
  margin-bottom: 12px;
}

.clear-floats {
  clear: both;
}

.custom-container .carousel {
  margin-bottom: 50px;
}
.custom-container .carousel .slick-dots {
  margin-bottom: -66px;
}
.custom-container .carousel .slick-dots li button {
  background: #fff;
  border: 1px solid #3886d6;
  height: 16px;
}
.custom-container .carousel .slick-dots li.slick-active button {
  background: #3886d6;
}

.products-carousel.carousel {
  color: #fff;
  padding: 32px 0 52px 0;
}
.products-carousel .right {
  padding-left: 30px;
  padding-right: 30px;
}
.products-carousel .features {
  padding: 20px 0;
}
.products-carousel .features .feature {
  padding: 10px 0;
}
.products-carousel .features .feature h4 {
  line-height: 40px;
  text-align: left;
}
.products-carousel .features .feature i {
  background: #003366 none repeat scroll 0 0;
  border-radius: 100px;
  color: #fff;
  float: left;
  height: 60px;
  line-height: 60px;
  margin-right: 15px;
  text-align: center;
  width: 60px;
}
.products-carousel .call-to-action {
  padding: 20px 0;
}
.products-carousel .call-to-action h4 {
  line-height: 32px;
  text-decoration: underline;
  line-height: 25px;
  float: left;
}
.products-carousel .call-to-action .btn {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .products-carousel .call-to-action .btn {
    float: none;
    margin-top: 5px;
  }
}
.products-carousel .btn-default {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

a {
  color: #23527c;
}
a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=main.css.map */
#block-breadcrumbs ol li {
  display: inline-block;
}

#block-breadcrumbs ol {
  padding-left: 0;
}

#block-breadcrumbs ol > li + li:before {
  content: ">";
  padding: 0 3px;
  font-weight: 600;
  color: #23527c;
}

.articles-container #block-breadcrumbs ol {
  margin-top: 15px;
  margin-bottom: 15px;
}

.articles-container .cols-0 {
  width: 75%;
}

.category-side-block .load-more a {
  padding: 0 5px 2px;
  transition: border-bottom-color 0.2s;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  font-weight: 500;
  line-height: 1.55em;
  cursor: pointer;
}

.category-side-block .load-more {
  display: none;
  text-align: center;
  padding-bottom: 10px;
}

#category-side-block-items li {
  display: none;
}

.articles-container .author-details {
  display: none;
}

#category-side-block-items li a {
  color: darkgray;
}

#block-kurnia-content #article_category_list {
  display: none;
}

.blog-page-category h2 {
  margin-top: 5px;
}

.blog-page-category table tbody tr td {
  text-align: justify;
}

.blog-page-category {
  padding-right: 25px;
}

.sharethis-wrapper .stButton {
  margin: 0;
}

#block-kurnia-content .user-login-form {
  margin: 5% auto;
  width: 40%;
}

#block-kurnia-content .user-login-form input[type="text"],
#block-kurnia-content .user-login-form input[type="password"] {
  width: 100%;
}

.az-element table.compare-policy tbody ul li {
  display: none;
}

.load-more-keys {
  color: #009fdf;
  font-weight: 600;
  font-size: smaller;
  cursor: pointer;
  padding-bottom: 10px;
}

.category-side-block ul#category-side-block-items {
  list-style-type: none;
  margin: 8px 20px;
  padding: 0px;
}
.category-side-block #category-side-block-items li a {
  color: #444444;
}

.sidebar-content .field--tags {
  margin-bottom: 40px;
  border: 0px;
  background: #fff;
}

.sidebar-content .inner-content {
  background: #d6f2ff;
}

#category-side-block-items li a.active {
  font-weight: 600;
  color: #23527c;
}

#telecom-info-number {
  display: none;
}

.collapse-show-more {
  cursor: pointer;
}

.path-sitemap {
  background: #efefef;
}
.path-sitemap #block-kurnia-content {
  display: block;
  padding-bottom: 30px;
  background: #efefef;
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.sitemap {
  margin-bottom: 0;
  background: #ffffff;
  padding: 30px;
  margin-top: 40px;
}
.sitemap .sitemap-box h2 {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0px;
  padding-top: 0;
}
.sitemap .sitemap-box ul {
  padding-left: 3.5em;
  line-height: 31px;
}
@media (max-width: 767px) {
  .path-sitemap #block-kurnia-content {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .path-sitemap #block-kurnia-content {
    width: 100%;
  }
}

/* Category blog page - views-view--taxonomy-term.html.twig */
.articles-taxonomy
  .path-articles
  .views-articles
  .views-field.views-field-body {
  border-top: #ddd 1px solid;
}
.articles-taxonomy div.articles-container .sidebar-content .title {
  background-color: #3886d6;
  padding: 10px 15px;
}
.articles-taxonomy .views-tags .views-more-link {
  background-color: #3886d6;
  font-size: 16px;
  font-weight: normal;
}
.articles-taxonomy .views-tags .views-field-body {
  border-top: 0px solid #ddd;
  padding-top: 0px;
}
.articles-taxonomy .tag-container.container {
  width: 1250px;
}
.articles-taxonomy .container.articles-container {
  width: 1250px;
}
.articles-taxonomy .tags-page .tag-container {
  margin-top: -10px;
}
/*.views-align-left a{font-size:2.25rem;}*/
.articles-taxonomy .views-field-created {
  padding: 0px 15px;
}
.articles-taxonomy .views-field-created p {
  padding: 0px 0px;
  margin-bottom: 0px;
}
.articles-taxonomy .views-field-created .author-details {
  padding: 5px 0px;
}
.articles-taxonomy .views-more-link {
  font-size: 16px !important;
  background: #3886d6;
  padding: 10px;
  border-radius: 4px;
  color: #fff;
}
.articles-taxonomy .views-more-link:hover {
  color: #fff;
}
.articles-taxonomy .views-field-field-image {
  padding-top: 10px;
  vertical-align: top;
}
.articles-taxonomy .views-tags {
  width: 100%;
}
.articles-taxonomy div.articles-container .sidebar-content {
  width: 25%;
}
.articles-taxonomy .sidebar-content .title {
  background-color: #6ab9e0 !important;
  padding: 10px 15px;
}
.articles-taxonomy .sidebar-content ul li {
  /*display: block !important;*/
  margin: 5px;
  padding: 5px 5px;
}
.articles-taxonomy .views-tags .views-field-created {
  float: none;
}
.articles-taxonomy .field--tags {
  margin-bottom: 40px;
  /*box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);*/
  /*border: 1px solid lightgray;*/
  background: #fff;
}
.articles-taxonomy .field-articles {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  background: #fff;
}
.articles-taxonomy .field-articles .inner-content {
  padding: 20px;
}
.articles-taxonomy div.articles-container .sidebar-content {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.articles-taxonomy .path-articles {
  line-height: 1.2rem !important;
}
.articles-taxonomy .field-articles .inner-content .views-row {
  padding-bottom: 15px;
  text-align: justify;
}
.articles-taxonomy .path-articles .views-articles .views-more-link {
  background-color: #3886d6;
  font-size: 16px;
  padding: 10px 15px;
  font-weight: normal;
}
.articles-taxonomy footer .footer-note {
  font-size: 12px;
  padding: 15px;
}
.articles-taxonomy .views-field-created p a {
  display: block;
  background: #3886d6;
  padding: 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  width: 150px;
  margin-top: 10px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .articles-taxonomy .container.articles-container {
    width: 100%;
  }
  .articles-taxonomy .tag-container.container {
    width: 100%;
  }
  .articles-taxonomy header .container {
    width: 100%;
  }
  .articles-taxonomy .path-articles .views-articles.views-row.container {
    width: 100%;
  }
  .articles-taxonomy .path-taxonomy .views-field-field-image img {
    max-width: 100%;
    height: 100%;
  }
  .articles-taxonomy .views-tags {
    padding-left: 0px;
    width: 100%;
  }
  .articles-taxonomy .blog-right {
    width: 100%;
  }
  .articles-taxonomy .views-field-created {
    padding: 0px 35px 0px 15px;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .articles-taxonomy .views-field-field-image {
    padding-top: 10px;
    vertical-align: top;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .articles-taxonomy .tags-page .tag-title h1 {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .articles-taxonomy header .container {
    width: 100%;
  }
  .articles-taxonomy .tag-container.container {
    width: 100%;
  }
}
.articles-taxonomy .blog-page-category table h2 {
  margin-top: 3px;
}

/*Article blog Page - node--article.html.twig*/

.article-blog-page .guides.article-guides .product-thumb {
  display: inline-block;
  vertical-align: top;
  margin: 15px 5px 15px 5px;
  width: 270px;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}
.article-blog-page .product-thumb .caption {
  position: absolute;
  bottom: 0;
  top: 0px;
  bottom: 150px;
  width: 100%;
  height: 300px;
  padding: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  z-index: 9;
  left: 0px;
  text-align: left;
}
.article-blog-page .product-thumb .bg-img {
  height: auto;
}
.article-blog-page .product-thumb .caption h3 {
  margin: 0px;
}
.article-blog-page .product-thumb .art-related-bg {
  height: auto;
  width: 268px;
  background-size: cover;
  background-position: 50%;
  top: 150px;
  bottom: 0;
  background-repeat: no-repeat;
  position: absolute;
}
.article-blog-page .guides.article-guides {
  text-align: center;
}
.page-node-type-article .article-blog-page .primary-content {
  width: 100%;
}
.page-node-type-article .article-blog-page .secondary-content {
  width: 70%;
}
.page-node-type-article .article-blog-page .sidebar-content {
  width: 25%;
}
.page-node-type-article .article-blog-page .sidebar-content .title {
  background-color: #3886d6;
  padding: 10px 15px;
}

.page-node-type-article
  .article-blog-page
  .sidebar-content
  .sidebar-secondary-content
  .tag
  a,
.article-blog-page .secondary-content p {
  font-size: 16px;
}
.page-node-type-article .article-blog-page h1 {
  margin-bottom: 0px;
  margin-top: 50px;
}
.page-node-type-article .article-blog-page .article-body > .container {
  position: relative;
  width: 1250px;
}
.page-node-type-article .article-blog-page .field_video {
  margin-top: 40px;
}
.article-blog-page .guides.article-guides {
  margin-top: 20px;
  margin-bottom: 50px;
}
.article-blog-page hr {
  border: 1px solid #afcdec;
  margin: 30px 150px 0px;
}
.article-blog-page .guides.article-guides h2 {
  color: #3886d6;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Museo;
  text-align: center;
  font-size: 2.25rem;
}
.page-node-type-article .article-blog-page .secondary-content {
  border-top: 0px solid #ddd;
}
.page-node-type-article .article-blog-page .author-attributes {
  float: none;
}
.page-node-type-article
  .article-blog-page
  .sidebar-content
  .sidebar-secondary-content
  .tag {
  margin: 8px 20px;
  padding-left: 10px;
  padding-bottom: 0;
  display: block;
}
.article-blog-page .sidebar-content .title {
  background-color: #6ab9e0 !important;
  padding: 10px 15px;
}
.article-blog-page footer .footer-note {
  font-size: 12px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .page-node-type-article .article-blog-page .article-body > .container {
    position: relative;
    width: 100%;
  }
  .page-node-type-article .article-blog-page .primary-content,
  .page-node-type-article .article-blog-page .secondary-content {
    width: 100%;
  }
  .article-blog-page .guides.article-guides .product-thumb {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0px;
    width: 100%;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
  }
  .article-blog-page .product-thumb .art-related-bg {
    height: auto;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    top: 150px;
    bottom: 0;
    background-repeat: no-repeat;
    position: absolute;
  }
  .article-blog-page header .container {
    width: 100%;
  }
  .article-blog-page .blog-right {
    width: 100%;
  }
}

.article-blog-page .category-side-block ul#category-side-block-items {
  list-style-type: none;
  margin: 8px 20px;
  padding: 0px;
}
.page-node-type-article .article-blog-page .sidebar-content .field--tags h1 {
  margin: 0;
}
.article-blog-page .field--tags {
  margin-bottom: 40px;
  border: 0;
  background: #fff;
}
.article-blog-page .sidebar-content ul li {
  margin: 5px;
  padding: 5px 5px;
  line-height: 1.2;
}
.page-node-type-article .article-blog-page .sidebar-content {
  margin-top: 18px;
}
.page-node-type-article .field_image_article img {
  margin-bottom: 20px;
}

/*Full Articles - views-view--unformatted--articles.html.twig */
.full-articles .blog-right {
  width: 75%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 2px;
}
.full-articles .blog-right h2 {
  margin-top: 5px;
}
.full-articles .blog-left {
  /* width: 50%; */
  float: left;
  margin-top: 12px;
}
.full-articles .blog-left img {
  width: 220px;
  height: 100%;
}
.full-articles .blog-left-content {
  width: 75%;
  float: left;
  position: relative;
  padding-right: 20px;
  text-align: justify;
}
.full-articles .path-articles .views-articles .views-field.views-field-body {
  border-top: #ddd 0px solid;
}
.full-articles .articles-container .sidebar-content ul li {
  display: block;
  margin: 5px;
  padding: 5px 5px;
}
.full-articles .articles-container .sidebar-content .title {
  background-color: #6ab9e0 !important;
  padding: 10px 15px;
}
.full-articles .articles-container h1 {
  margin-top: 0px;
}
.full-articles .container.articles-container {
  width: 1250px;
}
.full-articles .articles-container .cnt-btn {
  background: #3886d6;
  padding: 10px;
  border-radius: 4px;
  color: #fff;
}
.full-articles .container.articles-container .container {
  width: 100%;
}
.full-articles header .container {
  width: 1250px;
}
.full-articles header .articles-headings {
  border-bottom: 1px solid #000;
  padding: 10px 0px;
  margin-bottom: 0;
}
.full-articles .path-articles .views-articles.views-row.container {
  width: 70%;
}
.full-articles .articles-container .sidebar-content {
  width: 25%;
  margin-top: 5px;
}
.full-articles .path-articles .views-articles .views-more-link {
  background-color: #3886d6;
  font-size: 16px;
  padding: 10px 15px;
  font-weight: normal;
}
.full-articles footer .footer-note {
  font-size: 12px;
  padding: 15px;
}
.full-articles .field-content p {
  font-size: 16px;
  font-weight: normal;
}
.full-articles .articles-container .sidebar-content ul {
  margin: 8px 20px;
}
.full-articles .field--tags {
  margin-bottom: 40px;
  /*box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);*/
  border: 0;
  background: #fff;
}
.full-articles .field-articles {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
  background: #fff;
}
.full-articles .field-articles .inner-content {
  padding: 20px;
}
.full-articles .articles-container .sidebar-content {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.full-articles .path-articles {
  line-height: 1.2rem !important;
}
.full-articles .field-articles .inner-content .views-row {
  padding-bottom: 15px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .full-articles .container.articles-container {
    width: 100%;
  }
  .full-articles header .container {
    width: 100%;
  }
  .full-articles .path-articles .views-articles.views-row.container {
    width: 100%;
  }
  .full-articles .blog-right {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .full-articles header .container {
    width: 100%;
  }
}

#chat-circle {
  position: fixed;
  bottom: 13px;
  right: 18px;
  /* background: #003366; */
  width: 250px;
  height: auto;
  /* border-radius: 50%; */
  color: white;
  /* padding: 25px; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); */
  z-index: 1;
}

#chat-circle img{
  width: 100%;
  height: 100%;
}

/* #chat-circle svg{ 
  width: 30px;
  height: 28px;
} */

#chat-overlay {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: none;
}

@media only screen and (max-width: 768px) {
  /* #chat-circle svg{ 
    width: 25px;
    height: 23px;
  } */
  #chat-circle {
    width: 200px;
    bottom: 12px;
  right: 10px;
  }
}

/* #chat-box {
  z-index: 999999;
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: white;
  box-shadow: 1px 1px 8px 0 rgba(59, 64, 76, 0.8);
  border-radius: 5px;
}

#chat-box .chat-header {
  padding-left: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgb(0, 51, 102), rgb(3, 60, 110));
  height: 3rem;
  border-radius: 5px 5px 0 0;
}

#chat-box .chat-header .chat-close-btn {
  position: absolute;
  right: 1rem;
}

#chat-box .chat-container {
  padding: 1.5rem;
} */


.plug-container .title h5 {
  font-weight: bold;
}
.plug-container .plug-body {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0;
}
.plug-container .plug-body .plug-connector {
  /* display: flex;
  justify-content: flex-start; */
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 12px;
  margin: 15px auto;
} 
.plug-container .plug-body .plug-icon {
  border-radius: 10px;
  /* margin: 15px; */
  padding: 8px 50px;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list-focus .plug-container .plug-body .plug-icon {
  background-color: rgb(238, 238, 238);
}
.list-focus .plug-container .plug-body .plug-icon p {
  color: #095099;
}
.plug-container .plug-body .plug-icon p {
  margin: 0;
  white-space: nowrap;
}

.loc-directions {
  margin-top: 10px;
  /* margin-left: 10px; */
}
#category-filter .btn-group .btn-primary {
  margin-bottom: 5px;
  /* min-width: 100px; */
  min-width: 94px;
}

@media only screen and (max-width: 480px) {
  .plug-container .plug-body .plug-connector {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  } 
}

@media only screen and (min-width: 991px) and (max-width: 1300px) {
  .plug-container .plug-body .plug-connector {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  } 
}