.icons li {
  display: inline-block;
  list-style: none;
  padding: 2px 10px;
}
.icons li img {
  cursor: pointer;
  max-width: 50px;
  max-height: 50px;
}

.signup-container {
  display: none;
}

.authorized-container {
  display: none;
}

.tabs li {
  display: inline-block;
  list-style: none;
}
.tabs li a {
  padding: 2px 10px;
}
.tabs li a.active {
  background-color: #cecece;
  color: #fff;
}

/**************************************************
LOGIN MENU
*************************************************/
.clearfix {
  overflow: auto;
  zoom: 1;
}

.clear {
  clear: both;
}

.or {
  font-size: 25px;
  font-weight: 200;
}
@media screen and (max-width: 991px) {
  .or {
    padding: 20px 0 30px;
    display: block;
    font-size: 18px;
  }
}

#pageheader .active {
  background: transparent;
  color: #000000;
}
#pageheader > li.account {
  position: relative;
}
#pageheader > li.account.active > a {
  background: transparent;
  color: #000000;
}
#pageheader > li.account:hover > a {
  background: transparent;
  color: #000000;
}
#pageheader > li.account:hover .login-dropdown {
  visibility: visible;
  opacity: 1;
}
#pageheader > li.account.account-incomplete .login-dropdown {
  visibility: hidden;
  opacity: 0;
}
#pageheader > li.account.signed-in > a {
  background: transparent;
  color: #000000;
}
#pageheader > li.account.signed-in > a .icon {
  color: #C21A15;
}

.login-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -162px;
  padding-top: 17px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in, visibility 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in, visibility 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in, visibility 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in, visibility 0.5s ease-in;
  transition: opacity 0.5s ease-in, visibility 0.5s ease-in;
}
.signed-in .login-dropdown {
  margin-left: -130px;
}
.login-dropdown .login-error {
  font-size: 20px;
  color: #C21A15;
}
.login-dropdown .login-frame {
  background: #ffffff;
  padding: 30px 30px;
  width: 320px;
  box-shadow: 0 0px 10px 0px #000000;
  position: relative;
}
.signed-in .login-dropdown .login-frame {
  width: 260px;
}
.login-dropdown .login-frame:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #000000;
  border-width: 15px;
  margin-left: -15px;
  filter: blur(20deg);
}
.login-dropdown .login-frame:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 15px;
  margin-left: -15px;
}
#pageheader .login-dropdown a {
  text-transform: none;
}
.login-dropdown #login-form {
  margin: 0;
}
.login-dropdown input {
  border-width: 0 0 2px 0;
}
.login-dropdown .login-btn {
  margin-bottom: 0;
}
.login-dropdown .create-account {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.login-dropdown .create-account:focus {
  background: #C21B17;
}

#create-form .pagehead {
  padding: 0 15px;
}

.social-wrap {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .social-wrap {
    padding: 0;
  }
}

.login-social-icons {
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
  margin: 0 7px 0 0;
}
@media screen and (min-width: 992px) {
  .login-social-icons {
    margin: 0;
  }
}
.login-social-icons img {
  width: 100%;
  display: block;
}
.login-social-icons:hover {
  opacity: 0.8;
}

.login-social-padding {
  padding-top: 0px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .login-social-padding {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}

.login-menu-or {
  text-align: center;
}
.login-menu-or .col-sm-12 {
  margin-bottom: 20px;
  font-size: 14px;
}

.login-small-text {
  font-size: 12px;
  margin-top: 15px;
  line-height: 18px;
  text-align: center;
}

.login-bold-text {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

.login-button {
  margin-top: 30px;
}

ul.login-menu-text {
  font-weight: bold;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.login-menu-text li {
  padding: 0px;
  margin: 0px 0 10px 0;
}

/* FORM ELEMENTS */
.login-menu input {
  background: none;
  border-radius: 0px;
  outline: none;
  border: 0;
  border-bottom: 1px #ccc solid;
  color: #000;
  font-size: 16px;
  padding: 10px 0px;
  margin: 0 0 0px;
}
.login-menu input:focus {
  background: none;
  border-radius: 0px;
  outline: none;
  border-bottom: 1px #c21b17 solid;
}
.login-menu ::-webkit-input-placeholder { /* Chrome */
  color: #ccc;
}
.login-menu :-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
.login-menu ::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
  opacity: 1;
}
.login-menu :-moz-placeholder { /* Firefox 4 - 18 */
  color: #ccc;
  opacity: 1;
}

.signed-in-view {
  display: none;
}
.signed-in-view nav {
  text-align: left;
  margin: 0 0 20px;
}
.signed-in-view nav a {
  display: block;
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 14px;
}
.signed-in-view .sign-out {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

/* FLOATING FORM LABELS */
.form-control:focus {
  -webkit-box-shadow: none;
}

.bl_form {
  margin: 150px 0;
}
.bl_form input {
  padding-top: 15px;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 10px 15px;
  border-radius: 0px;
  font-size: 16px;
  outline: none;
  color: #000;
}

.lb_wrap .lb_label {
  font-weight: bold;
  color: #6d6e71;
}
.lb_wrap .lb_label.top, .lb_wrap .lb_label.bottom {
  left: 15px !important;
}
.lb_wrap .lb_label.left {
  left: 0;
  color: #000;
}
.lb_wrap .lb_label.active {
  color: #000;
}

.floating-label {
  color: #6d6e71;
  font-size: 12px;
  position: relative;
  top: -10px;
  font-weight: normal;
  z-index: 2;
  opacity: 0;
}

.pin {
  color: #6d6e71;
}

/* HIDE PLACEHOLDER TEXT ON FOCUS */
:focus::-webkit-input-placeholder {
  text-indent: -999px;
  color: transparent;
}

::-moz-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  text-indent: -999px;
  color: transparent;
}

/* ***** Button Styles *********/
.btn {
  color: #FFFFFF;
  background-color: #C21B17;
  border-color: none;
  border-radius: 0px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
  text-decoration: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn, .btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled] .btn:hover, .btn.disabled:focus, .btn[disabled]:focus, fieldset[disabled] .btn:focus, .btn.disabled:active, .btn[disabled]:active, fieldset[disabled] .btn:active, .btn.disabled.active, .btn[disabled].active, fieldset[disabled] .btn.active {
  background-color: #C21B17;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
  color: #FFFFFF;
  background-color: #851714;
}

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

a.btn {
  color: #fff;
  text-decoration: none;
}

.btn-wide {
  padding: 10px;
  width: 100%;
}

a.btn.btn-wide.btn-confirmation {
  background: #000;
}

/* -----  MOBILE STYLES ------ */
/* Medium Devices, Desktops
@media only screen and (max-width : 992px) {}*/
/* Small Devices, Tablets
@media only screen and (max-width : 768px) {} */
/* Extra Small Devices, Phones
@media only screen and (max-width : 480px) {}*/
.full-login .login-error-text span {
  padding: 15px;
  margin: 10px 0;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.full-login .create-account {
  margin: 40px 0 0;
  display: block;
  text-align: center;
}
.full-login .create-account-small-text {
  margin-top: 20px;
}

/**************************************************
Choose Plan Page
*************************************************/
.page-head h2 {
  margin: 0px;
}

.page-head hr {
  border-bottom: 1px #999 solid;
  margin: 0px 0 10px;
  padding: 0px;
}

.page-head .secondary {
  text-align: right;
  float: right;
  font-size: 14px;
  padding: 15px 0 0 0;
  color: #000;
}

.page-head .tertiary {
  text-align: right;
  font-size: 14px;
  color: #000;
  margin: 0 0 50px;
}

.page-head {
  margin: 170px 0 70px;
}

.error-msg {
  display: none;
}

.create-account-save {
  margin-top: 34px;
}
@media screen and (max-width: 991px) {
  .create-account-save {
    margin: 0;
  }
}

/* PAGE STYLES */
.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.create-account h3 {
  color: #000;
  line-height: 30px;
}

.create-account .column-header-padding {
  padding-top: 32px;
}

/* FORM ELEMENTS */
.create-account input {
  background: none;
  border-radius: 0px;
  outline: none;
  border: 0;
  border-bottom: 1px #ccc solid;
  color: #000;
  font-size: 20px;
  padding: 10px 0px;
  margin: 0 0 0px;
}

.create-account input:focus {
  background: none;
  border-radius: 0px;
  outline: none;
  border-bottom: 1px #c21b17 solid;
}

.create-account ::-webkit-input-placeholder { /* Chrome */
  color: #ccc;
}

.create-account :-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}

.create-account ::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

.create-account :-moz-placeholder { /* Firefox 4 - 18 */
  color: #ccc;
  opacity: 1;
}

.create-account input.create-account-full {
  width: 100%;
}

.create-account input.create-account-half {
  width: 250px;
}

.create-account input.create-account-quarter {
  width: 110px;
  margin-left: 30px;
}

.create-account sup {
  font-size: 11px;
}

.create-account-traveler-info {
  font-size: 16px;
}

.create-account-small-text {
  font-size: 12px;
  margin-top: 10px;
  line-height: 18px;
}

.input-wrap {
  position: relative;
  padding: 5px 0 0;
}
.row .input-wrap .form-error {
  position: absolute;
  padding: 0 0 0px;
  margin-top: 3px;
  display: block;
  color: #C21B17;
  line-height: 12px;
}
.input-wrap label {
  position: absolute;
  bottom: 5px;
  left: 0;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}
.input-wrap label.set {
  bottom: 32px;
  opacity: 1;
  font-size: 14px;
}

/* CUSTOM SELECT FORM */
.quote-select span.ui-selectmenu-text {
  background: transparent;
  color: #C21B17;
  font-weight: normal;
}
.quote-select select {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  color: #C21B17;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #CCC;
  height: 42px;
}
.quote-select .ui-button {
  background: transparent;
  color: #C21B17;
  border: 0px;
}
.quote-select .ui-button:hover, .quote-select .ui-button:focus {
  border: 0px;
  background: transparent;
  font-weight: normal;
  color: #000000;
  border-bottom: 1px #C21B17 solid;
}
.quote-select .ui-button:active {
  color: #000000;
}
.quote-select .ui-button .ui-icon {
  display: none;
}
.quote-select .ui-selectmenu-button.ui-button {
  padding: 0px 0 5px 0;
  margin: 0px 0 0px 0px;
  width: 100%;
  border-bottom: 1px #ccc solid;
  font-size: 20px;
}
.quote-select .quote-gender-select {
  margin-top: 30px;
}
/**************************************************
appended styles for GGA B2C
 @Author: Sean Pfost
 @Date: 7/25/2016

*************************************************/
/*$color-generali-red: #c41807;*/
div.menuContainer {
  position: fixed;
  z-index: 1010;
  top: 0;
  right: 0;
  height: 100%;
  width: 70px;
  background-color: transparent;
  border-left: 1px solid #CCC;
  padding: 0;
}
@media only screen and (max-width: 1330px) {
  div.menuContainer {
    height: 70px;
    border-left: none;
  }
}
div.menuContainer a.hamburger {
  position: absolute;
  top: 0;
  right: 0;
  height: 63px;
  width: 70px;
  background-color: #C21A17;
  color: #FFF;
  text-align: center;
  font-size: 1em;
}
div.menuContainer a.hamburger span {
  position: relative;
  top: 20px;
  padding: 5px 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

nav.nav-main {
  background-color: rgba(255, 255, 255, 0.85);
  margin-right: 602px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

#header.fixed.transparent nav.nav-main {
  background-color: rgb(255, 255, 255);
  margin-right: 602px;
}

h1.home.tagLine {
  position: absolute;
  top: 150px;
  left: 300px;
  color: #FFF;
  font-size: 1.75em;
  font-weight: 400;
}

div.home.quoteTeaser {
  position: absolute;
  top: 250px;
  left: 0;
  height: 300px;
  width: 900px;
  border: 1px solid white;
  padding: 25px;
  z-index: 1020;
}

/* carousel margin override etc/foundation/main.css:200 */
div.carousel {
  margin: 0;
}

/* adding this so content doesn't overlap the logo when scrolled up on choose plan page, only used on card screen for now */
@media only screen and (min-width: 991px) {
  .bg-white-block {
    height: 180px;
    width: 100%;
    position: fixed;
    background-color: #FFFFFF;
    z-index: 999;
  }
}
/* Global print class for hiding objects in print media */
@media print {
  .dont-print {
    display: none;
  }
}
/*$color-generali-red: #c41807;*/
@media only screen and (max-width: 1340px) {
  /* db - - adjusting the above media query so there is no nav/logo overlap with the full nav */
  nav.nav-main {
    visibility: hidden;
  }
}
#topMain > li > a {
  height: 64px;
  line-height: 44px;
  padding: 10px 25px;
  border-left: 1px solid transparent !important;
  text-align: center;
  min-width: 85px;
  max-width: 315px;
  background-color: rgba(255, 255, 255, 0.01);
}

/* Building in extra padding on buttons for huge screens*/
@media only screen and (min-width: 1600px) {
  #topMain > li > a {
    padding: 10px 50px;
  }
}
#topMain > li.search > a {
  padding: 10px 21px;
}

#topMain li.hide-me a {
  width: 266px;
  font-size: 12px;
  font-weight: 600;
}

#topMain.nav-pills > li > a {
  color: #000;
  font-weight: 600;
  border-bottom: 4px solid #dedede;
}
#topMain.nav-pills > li > a.nav1 {
  border-bottom: 4px solid #C21A17;
}
#topMain.nav-pills > li > a.nav2 {
  border-bottom: 4px solid #f1644a;
}
#topMain.nav-pills > li > a.nav3 {
  border-bottom: 4px solid #851714;
}
#topMain.nav-pills > li > a.nav4 {
  border-bottom: 4px solid #ab1835;
}

#topMain.nav-pills > li:hover > a,
#topMain.nav-pills > li:focus > a {
  color: #eee;
  background-color: rgba(0, 0, 0, 0.45);
}

#topMain.nav-pills > li.active > a {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.75);
}

#topMain.nav-pills > li > a.dropdown-toggle {
  padding-right: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#topMain.nav-pills > li > a.dropdown-toggle:after {
  display: block;
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -5px 0 0;
  font-family: FontAwesome;
  font-size: 12px;
  opacity: 0.3;
  line-height: 1em;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transition: -moz-transform 0.2s ease-in;
  -ms-transition: -ms-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}

#header.bottom.dropup #topMain.nav-pills > li > a.dropdown-toggle:after {
  content: "\f106";
}

#topNav .navbar-collapse {
  float: right;
}

#topNav a.logo {
  height: 104px;
  line-height: 50px;
  overflow: hidden;
  display: inline-block;
}

#topNav a.logoMobile {
  float: left;
  margin: 15px;
  position: fixed;
}

#topNav a.logoMobile > img {
  width: 175px;
}

@media only screen and (max-width: 1279px) {
  #topMain.nav-pills > li > a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1445px) {
  /* Force 60px */
  #header {
    height: 64px !important;
  }
  #header #topNav a.logo {
    height: 60px !important;
    line-height: 50px !important;
  }
  #header #topNav a.logo > img {
    /* logo is too small under 1445px desktop viewport */
    height: 90px !important;
    max-height: 90px !important;
  }
  #header #topNav #topMain > li > a {
    height: 64px !important;
    line-height: 64px !important;
    padding-top: 0;
  }
  #topMain > li {
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  }
  #topMain > li:last-child {
    border-bottom: 0;
  }
  #pageheader li.search .search-box {
    margin: 0 !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px !important;
    width: 100%;
    background-color: #fff;
    border-top: rgba(0, 0, 0, 0.1) 1px solid;
  }
}
/* db - logo was too small between 768px and 1445px desktop viewport, making it bigger */
@media only screen and (min-width: 768px) and (max-width: 1445px) {
  #header #topNav a.logo {
    height: 95px !important;
  }
  #header #topNav a.logo > img {
    max-height: 95px !important;
  }
}
/* db - adding drop shadow here for now */
@media only screen and (min-width: 1279px) and (max-width: 1350px) {
  #header #topNav a.logo {
    height: 95px !important;
  }
  #header #topNav a.logo > img {
    max-height: 95px !important;
  }
}
/*$color-generali-red: #c41807;*/
@font-face {
  font-family: "gga-custom";
  src: url("../../../etc/clientlibs/gga/icons/gga-custom.eot");
  src: url("../../../etc/clientlibs/gga/icons/gga-custom.eot?#iefix") format("embedded-opentype"), url("../../../etc/clientlibs/gga/icons/gga-custom.woff") format("woff"), url("../../../etc/clientlibs/gga/icons/gga-custom.ttf") format("truetype"), url("../../../etc/clientlibs/gga/icons/gga-custom.svg#gga-custom") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
[data-icon]:before {
  font-family: "gga-custom" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "gga-custom" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-gga-user:before {
  content: "a";
}

#pageheader .icon-gga-user:before {
  vertical-align: middle;
}

.icon-gga-phone:before {
  content: "b";
}

.btn-mobile .icon-gga-phone:before {
  color: #212121;
}

.gga-color-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1120;
}
@media only screen and (max-width: 992px) {
  .gga-color-bar {
    visibility: hidden;
  }
}

@media only screen and (max-width: 767px) {
  #topBar {
    visibility: hidden;
  }
}
#pageheader {
  float: right;
  /* adding a bit more opacity from 0.75 to 0.85 */
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

#pageheader.solid {
  background-color: rgb(255, 255, 255);
  /* db - previously 1279px below, need to make this 1350 so no nav/logo overlap */
}
@media only screen and (max-width: 1350px) {
  #pageheader.solid {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
}

#pageheader.solid2 {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 1200px) {
  #pageheader > li.account { /*width: 199px; temp width change for no search button*/
    width: 262px;
  }
}

#pageheader > li.phone {
  width: 135px;
}

#pageheader > li.claimLink {
  width: 135px;
}

#pageheader > li > a {
  height: 64px;
  line-height: 44px;
  padding: 10px 6px;
}

#pageheader > li.search > a {
  padding: 10px 0px;
}

#pageheader > li.search > a > i.ti-search {
  padding: 25px 21px;
}

#pageheader.nav-pills > li > a {
  color: #000;
  font-weight: 600;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 4px solid #dedede;
}

#pageheader.nav-pills > li:hover > a,
#pageheader.nav-pills > li:focus > a {
  color: #eee;
  background-color: rgba(0, 0, 0, 0.45);
}

#pageheader.nav-pills > li.active > a {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.75);
}

#pageheader.nav-pills li + li {
  margin-left: 0;
}

/* below is to keep look of button without hover state or cursor change - phone # */
/*#pageheader>li.phone {
    height:64px;
    line-height:44px;
    padding: 10px;
}*/
#pageheader.nav-pills > li.phone {
  color: #000;
  /* border-bottom: 4px solid #dedede; */
}

#pageheader.nav-pills > li.phone:hover,
#pageheader.nav-pills > li.phone:focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

#pageheader.nav-pills > li.phone.active {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

/* above is to keep look of button without hover state or cursor change - header */
#pageheader.nav-pills > li > a.dropdown-toggle {
  padding-right: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#pageheader.nav-pills > li > a.dropdown-toggle:after {
  display: block;
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -5px 0 0;
  font-family: FontAwesome;
  font-size: 12px;
  opacity: 0.3;
  line-height: 1em;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  -moz-transition: -moz-transform 0.2s ease-in;
  -ms-transition: -ms-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}

#topBar ul#pageheader > li:hover > .dropdown-menu {
  display: block !important;
}

#topBar ul#pageheader > li .dropdown-menu {
  z-index: 3000;
}

#pageheader li.search {
  display: inline-block;
}

#pageheader li.search a {
  font-size: 19px;
  vertical-align: middle;
}

#pageheader li.search .search-box {
  display: none;
  right: 0;
  left: auto;
  top: 100%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  box-shadow: 0px 4px 8px rgba(91, 91, 91, 0.2);
  width: 345px;
  margin-top: 0px;
  z-index: 22;
}

#pageheader.fixed li.search .search-box {
  margin-top: 0px;
  background-color: rgb(255, 255, 255);
}

form.mobile-search {
  display: none;
}
/*$color-generali-red: #c41807;*/
.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

span.red-asterisk {
  color: #C21A17;
  font-size: 18px;
}
span.red-asterisk.req-section {
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  top: -5px;
  left: -10px;
}
@media only screen and (max-width: 768px) {
  .selectclaimtype span.red-asterisk.req-section {
    left: 5px;
  }
}

#create-form h1 {
  border-bottom: 1px solid #555;
  font-size: 30px;
  padding-bottom: 15px;
  margin: 0 0 32px 0;
}

.login .pagehead h1 {
  font-size: 24px;
  border-bottom: 1px solid #555;
  padding-bottom: 15px;
  margin: 0 0 32px 0;
}

/* FORM ELEMENTS */
.create-account, .purchase-plan, .gga-form, .homeaway-form {
  margin: 40px 0;
}
.create-account h3, .purchase-plan h3, .gga-form h3, .homeaway-form h3 {
  color: #000;
  line-height: 30px;
  margin: 0;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .create-account h3, .purchase-plan h3, .gga-form h3, .homeaway-form h3 {
    margin: 0 0 0 -15px;
    padding-bottom: 15px;
  }
}
.create-account h3 span.help-block, .purchase-plan h3 span.help-block, .gga-form h3 span.help-block, .homeaway-form h3 span.help-block {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  color: #737373;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5em;
  padding-right: 30px;
}
.create-account .column-header-padding, .purchase-plan .column-header-padding, .gga-form .column-header-padding, .homeaway-form .column-header-padding {
  padding-top: 32px;
}
.create-account input, .create-account select, .purchase-plan input, .purchase-plan select, .gga-form input, .gga-form select, .homeaway-form input, .homeaway-form select {
  background: none;
  border-radius: 0;
  outline: none;
  border: 0;
  border-bottom: 1px #ccc solid;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
  margin: 0;
  width: 100%;
  height: 40px;
}
.create-account input ::-webkit-input-placeholder, .create-account select ::-webkit-input-placeholder, .purchase-plan input ::-webkit-input-placeholder, .purchase-plan select ::-webkit-input-placeholder, .gga-form input ::-webkit-input-placeholder, .gga-form select ::-webkit-input-placeholder, .homeaway-form input ::-webkit-input-placeholder, .homeaway-form select ::-webkit-input-placeholder { /* Chrome */
  color: #ccc;
}
.create-account input :-ms-input-placeholder, .create-account select :-ms-input-placeholder, .purchase-plan input :-ms-input-placeholder, .purchase-plan select :-ms-input-placeholder, .gga-form input :-ms-input-placeholder, .gga-form select :-ms-input-placeholder, .homeaway-form input :-ms-input-placeholder, .homeaway-form select :-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
.create-account input ::-moz-placeholder, .create-account select ::-moz-placeholder, .purchase-plan input ::-moz-placeholder, .purchase-plan select ::-moz-placeholder, .gga-form input ::-moz-placeholder, .gga-form select ::-moz-placeholder, .homeaway-form input ::-moz-placeholder, .homeaway-form select ::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
  opacity: 1;
}
.create-account input :-moz-placeholder, .create-account select :-moz-placeholder, .purchase-plan input :-moz-placeholder, .purchase-plan select :-moz-placeholder, .gga-form input :-moz-placeholder, .gga-form select :-moz-placeholder, .homeaway-form input :-moz-placeholder, .homeaway-form select :-moz-placeholder { /* Firefox 4 - 18 */
  color: #ccc;
  opacity: 1;
}
.create-account select, .purchase-plan select, .gga-form select, .homeaway-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  height: 40px;
}
.create-account input:focus, .create-account select:focus, .purchase-plan input:focus, .purchase-plan select:focus, .gga-form input:focus, .gga-form select:focus, .homeaway-form input:focus, .homeaway-form select:focus {
  background: none;
  outline: none;
  border-bottom: 1px #c21b17 solid;
}
.create-account span.form-error, .create-account span.producer-error, .purchase-plan span.form-error, .purchase-plan span.producer-error, .gga-form span.form-error, .gga-form span.producer-error, .homeaway-form span.form-error, .homeaway-form span.producer-error {
  position: absolute;
  background-color: transparent !important;
  z-index: 10;
  bottom: 0;
  left: 0;
  font-size: 11px;
  font-weight: 400;
  padding: 0;
  display: block !important;
  color: #c21b17;
  box-shadow: none;
  margin: 0;
  top: 40px;
}
.create-account .has-error .form-control, .create-account .has-success .form-control, .purchase-plan .has-error .form-control, .purchase-plan .has-success .form-control, .gga-form .has-error .form-control, .gga-form .has-success .form-control, .homeaway-form .has-error .form-control, .homeaway-form .has-success .form-control {
  box-shadow: none;
  border-bottom: 1px #ccc solid;
  background: none;
}

.create-account input[type=submit] {
  width: 100%;
}

.create-account input.create-account-full {
  width: 100%;
}

.create-account input.create-account-half {
  width: 250px;
}

.create-account input.create-account-quarter {
  width: 110px;
  margin-left: 30px;
}

.create-account sup {
  font-size: 11px;
}

.create-account-traveler-info {
  font-size: 16px;
}

.create-account-small-text {
  font-size: 12px;
  margin-top: 10px;
  line-height: 18px;
}

.textinput {
  height: 4em;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}
.textinput input, .textinput select, .textinput label {
  cursor: text;
  font-size: 1.35em;
  padding: 0.15em 4% 0 0;
  position: absolute;
  transition: all 0.15s ease;
  width: 96%;
  font-weight: 600;
  z-index: 100;
}
.textinput label {
  color: #BCB9B8;
  padding: 0.15em 4% 0 0;
  font-weight: 400;
  font-size: 1.5em;
  z-index: 90;
}
.textinput select {
  cursor: pointer;
  z-index: 110;
}
.textinput select[disabled] {
  background-color: #FFFFFF;
}
.textinput input.error, .textinput select.error {
  border: 0 !important;
  border-bottom: 1px #ccc solid !important;
  background: none !important;
}
.textinput .policy-help {
  position: absolute;
  bottom: -5px;
  color: #737373;
  font-size: 13px;
}

.voucher-request .textinput input {
  padding: 0;
  width: 100%;
}

.textinput input.filled ~ label,
.textinput input:focus ~ label,
.textinput select.filled ~ label,
.textinput select:focus ~ label,
.textinput.has-success input ~ label,
.textinput.has-success select ~ label {
  font-size: 0.85em;
  font-weight: 400;
  position: absolute;
  top: -15px;
  color: #555;
}
.textinput input.filled ~ label.fadehide,
.textinput input:focus ~ label.fadehide,
.textinput select.filled ~ label.fadehide,
.textinput select:focus ~ label.fadehide,
.textinput.has-success input ~ label.fadehide,
.textinput.has-success select ~ label.fadehide {
  opacity: 0;
}

.textinput.has-success.is-empty input ~ label,
.textinput.has-success.is-empty select ~ label {
  color: #BCB9B8;
  font-size: 1.5em;
  top: 0;
}

.textinput.is-empty input.filled ~ label,
.textinput.is-empty input:focus ~ label,
.textinput.is-empty select.filled ~ label,
.textinput.is-empty select:focus ~ label {
  font-size: 0.85em;
  font-weight: 400;
  position: absolute;
  top: -15px;
  color: #555;
}
.textinput.is-empty input.filled ~ label.fadehide,
.textinput.is-empty input:focus ~ label.fadehide,
.textinput.is-empty select.filled ~ label.fadehide,
.textinput.is-empty select:focus ~ label.fadehide {
  opacity: 0;
}

.textinput > i {
  font-size: 26px;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #C21B17;
  z-index: -1;
}
.inline-tooltip > i {
  font-size: 14px;
  color: #777;
}

/* ***** Button Styles *********/
.btn {
  color: #FFFFFF;
  background-color: #C21B17;
  border-color: transparent;
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
}

a.btn {
  color: #fff;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
  color: #FFFFFF;
  background-color: #851714;
}

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
  background-color: #C21B17;
}

button.btn[disabled], button.btn.disabled,
input[type=submit].btn[disabled], input[type=submit].btn.disabled {
  color: #FFF;
  background-color: #CCC;
  border: none;
}
button.btn[disabled]:hover, button.btn.disabled:hover,
input[type=submit].btn[disabled]:hover, input[type=submit].btn.disabled:hover {
  color: #FFF;
  background-color: #CCC;
}

.btn .badge {
  color: #C21B17;
  background-color: #FFFFFF;
}
.btn .tiny {
  font-size: 11px;
  padding: 10px 15px;
}
.btn.small {
  font-size: 14px;
  padding: 10px 15px;
}
.btn.large {
  font-size: 16px;
}
.btn.btn-wider {
  background: #C21B17 25px center no-repeat;
}
.btn.btn-wider.inProgress {
  background: #C21B17 url("../../../etc/clientlibs/gga/images/loading.svg") 25px center no-repeat;
}
.btn.btn-wider.inProgress.isIe {
  background: #C21B17 url("../../../etc/clientlibs/gga/images/loading.gif") 25px center no-repeat;
}
.btn.btn-wider.btn-off {
  background: #ccc;
}

.btn-wide {
  padding: 10px;
  width: 100%;
}
.btn-wide.btn-off {
  background: #ccc;
}

.btn-wider-2 {
  padding: 20px 80px 20px 80px;
}

a.btn.btn-wider-2.btn-off, a.btn.btn-wider-2.btn-off:hover {
  background: #ccc;
}

/* -----  MOBILE STYLES ------ */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  input#firstname {
    width: 100%;
  }
  .font-bigger-or {
    font-size: 20px;
    text-align: left;
    display: block;
    clear: both;
    padding: 40px 0px 30px 0px;
  }
  #create-form h1 {
    font-size: 24px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  input#dob {
    width: 100%;
  }
  input#phone {
    width: 100%;
  }
}
/* Extra Small Devices, Phones  */
@media only screen and (max-width: 480px) {
  .textinput label {
    font-size: 1.35em;
  }
  .voucher-request .textinput .help {
    font-size: 0.7em;
  }
}
/** Red	#C21A17
 **************************************************************** **/
::selection {
  background: #C21A17;
}

::-moz-selection {
  background: #C21A17; /* Firefox */
}

::-webkit-selection {
  background: #C21A17; /* Safari */
}

a,
a:focus:not(.btn),
section.dark a,
#slidetop a:hover,
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span,
.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > span,
ul.list-links > li > a:hover,
#sidepanel ul li a[data-toggle=collapse],
#sidepanel ul li a[data-toggle=collapse]:hover,
#sidepanel ul li a:hover,
.menu-list ul li a:hover,
.menu-list ul li.active a,
#menu_overlay_close:hover,
#topMain.nav-pills > li.active > a > span.topMain-icon,
#page-menu.page-menu-light ul > li:hover > a > i,
#page-menu.page-menu-dark ul > li:hover > a > i,
#page-menu.page-menu-transparent ul > li:hover > a > i,
#page-menu.page-menu-light ul > li.active > a > i,
#page-menu.page-menu-dark ul > li.active > a > i,
#page-menu.page-menu-transparent ul > li.active > a > i,
.tp-caption.block_white,
section span.theme-color,
section em.theme-color,
section i.theme-color,
section b.theme-color,
section div.theme-color,
section p.theme-color,
.owl-carousel.featured a.figure > span > i,
.owl-carousel.featured a:hover,
figure.zoom > a.lightbox:hover,
#portfolio h2 > a:hover,
#portfolio h3 > a:hover,
#portfolio h4 > a:hover,
#portfolio h5 > a:hover,
#portfolio h6 > a:hover,
.tab-post a:hover,
.tag:hover > span.txt,
section.dark .tag:hover > span.txt,
ul.widget-twitter li > small > a:hover,
.blog-post-item h2 > a:hover,
.blog-post-item h3 > a:hover,
.blog-post-item h4 > a:hover,
.blog-post-item h5 > a:hover,
.item-box .item-hover .inner .ico-rounded:hover > span,
ul.side-nav > li:hover > a,
ul.side-nav > li a:hover,
ul.side-nav > li.active > a,
a.href-reset:hover,
a.href-reset.active,
.href-reset a.active,
.href-reset a:hover,
.href-reset a.active,
.price-clean-popular h4,
.box-icon.box-icon-color i,
.switch-primary.switch-round > input:checked + .switch-label:after,
section.dark .nav-tabs.nav-clean > li.active > a {
  color: #C21A17;
}

#sidepanel.sidepanel-theme-color,
div.alert.alert-theme-color,
div.alert.alert-primary,
span.badge-default,
span.label-default,
.list-group-item.active > .badge.badge-default,
.nav-tabs.nav-alternate > li.active > a,
.datepicker table tr td.active.active,
.callout-theme-color,
.progress-bar-primary,
.toast-primary,
.owl-theme .owl-controls .owl-page span,
.open > .dropdown-toggle.btn-primary,
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.pagination > .active > a,
.pagination > .active > a:hover,
#header li.quick-cart .quick-cart-box a.btn,
#header li.quick-cart .quick-cart-box a.btn:hover,
#topMain.nav-pills > li.active > a > span.theme-color,
.ei-slider-thumbs li.ei-slider-element,
.flex-control-paging li a.flex-active,
.tp-caption.block_theme_color,
.tp-bullets.simplebullets.round .bullet.selected,
i.ico-color,
.caption-primary,
.shop-list-options .btn.active,
.box-static.box-color,
.switch.switch-primary > input:checked + .switch-label,
.fancy-file-upload.fancy-file-primary > span.button,
.primary-slider .ui-slider .ui-slider-handle:before,
.primary-slider .ui-slider .ui-slider-range,
.ribbon-inner,
.info-bar.info-bar-color,
.music-album-title:hover,
.inews-item .inews-thumbnail .inews-sticky,
#progressBar #bar,
#page-menu,
#page-menu ul {
  background-color: #C21A17;
}

/* !important required */
#music-player .mejs-controls .mejs-time-rail .mejs-time-current,
#music-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
section .theme-background,
.swiper-pagination-bullet-active {
  background-color: #C21A17 !important;
}

.inews-content-inner h3 > a,
div.side-nav ul > li:hover > a,
div.side-nav ul > li.active > a,
.pagination.pagination-simple > li.active > a,
div.side-nav ul.list-group-bordered > li > a:hover,
section .theme-color {
  color: #C21A17 !important;
}

.primary-slider .ui-slider .ui-slider-handle,
.switch.switch-primary > input:checked + .switch-label,
.timeline_center li h3:before,
.timeline_center:after,
a.thumbnail.active,
a.thumbnail:hover,
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  border-color: #C21A17;
}

.open > .dropdown-toggle.btn-primary,
.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover .pagination > .active > a,
.pagination > .active > a:hover {
  border-color: #C21A17;
}

#topNav ul.dropdown-menu { /* submenu border top color */
  border-top-color: #C21A17;
}

section.featured-grid div.row > div .ribbon:before,
.modal-content {
  border-top-color: #C21A17;
}

#topNav ul.dropdown-menu {
  border-color: #C21A17 #fff #fff;
}

#topNav div.submenu-dark ul.dropdown-menu {
  border-color: #C21A17 #3F3F3F #3F3F3F;
}

#topNav div.submenu-color ul.dropdown-menu {
  border-color: #C21A17 #3F3F3F #3F3F3F;
}

#topMain li.search .search-box {
  border-bottom: #C21A17 1px solid;
}

/* COLOR DROP DOWN MENU */
#topNav div.submenu-color ul.dropdown-menu {
  background-color: #C21A17;
}

#topNav div.submenu-color ul.dropdown-menu {
  border-color: #888 #C21A17 #C21A17;
}

#topNav div.submenu-color ul.dropdown-menu a.dropdown-toggle {
  background-image: url("images/submenu_light.png");
}

#topNav div.submenu-color ul.dropdown-menu li.active > a,
#topNav div.submenu-color ul.dropdown-menu li.active:hover > a,
#topNav div.submenu-color ul.dropdown-menu li.active:focus > a,
#topNav div.submenu-color ul.dropdown-menu li:hover > a,
#topNav div.submenu-color ul.dropdown-menu li:focus > a,
#topNav div.submenu-color ul.dropdown-menu li:focus > a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
}

#topNav div.submenu-color ul.dropdown-menu li.divider {
  background-color: rgba(255, 255, 255, 0.3);
}

#topNav div.submenu-color ul.dropdown-menu > li a {
  color: #fff;
}

#topNav div.submenu-color #topMain > li.mega-menu div.row div > ul > li > span {
  color: #fff;
}

#topNav div.submenu-color #topMain > li.mega-menu div.row div {
  border-left: rgba(0, 0, 0, 0.2) 1px solid;
}

/* Theme Color Section */
section.theme-color,
section.theme-color div.heading-title.heading-dotted h1,
section.theme-color div.heading-title.heading-dotted h2,
section.theme-color div.heading-title.heading-dotted h3,
section.theme-color div.heading-title.heading-dotted h4,
section.theme-color div.heading-title.heading-dotted h5,
section.theme-color div.heading-title.heading-dotted h6 {
  color: #fff;
  background-color: #C21A17;
}

section.theme-color div.heading-title h1,
section.theme-color div.heading-title h2,
section.theme-color div.heading-title h3,
section.theme-color div.heading-title h4,
section.theme-color div.heading-title h5,
section.theme-color div.heading-title h6 {
  background-color: #C21A17;
}

section.theme-color div.heading-title h1 span,
section.theme-color div.heading-title h2 span,
section.theme-color div.heading-title h3 span,
section.theme-color div.heading-title h4 span,
section.theme-color div.heading-title h5 span,
section.theme-color div.heading-title h6 span {
  color: #fff;
}

section.theme-color a {
  color: #fff;
  text-decoration: none;
}

section.theme-color a:hover {
  color: #111;
}

section.theme-color pre {
  background-color: rgba(0, 0, 0, 0.1);
}

section.theme-color div.heading-border-bottom.heading-color {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

/**	Vertical Menu
*************************************************** **/
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar li:hover > a,
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu > .active > a,
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu > .active > a:focus,
body.menu-vertical #mainMenu.sidebar-vertical .dropdown-menu > .active > a:hover,
body.menu-vertical #mainMenu.sidebar-vertical .navbar-default .navbar-nav > .active > a,
body.menu-vertical #mainMenu.sidebar-vertical .sidebar-nav .navbar li:hover > a {
  color: #C21A17 !important;
}

/**	[Shortcode] Buttons
*************************************************** **/
section.dark .btn-default:hover {
  color: #C21A17;
  background-color: rgba(0, 0, 0, 0.3);
}

/**	[Shortcode] Page Header
*************************************************** **/
section.page-header .breadcrumb a:hover {
  color: #C21A17 !important;
  text-decoration: none;
}

/**	[Shortcode] Dividers
*************************************************** **/
div.divider.divider-color i {
  color: #fff;
}

div.divider.divider-color:before,
div.divider.divider-color:after {
  border-top: #C21A17 1px solid;
}

div.divider.divider-color i {
  color: #C21A17;
}

div.divider.divider-circle.divider-color i {
  color: #fff;
  background-color: #C21A17;
}

div.divider.divider-border > a:hover > i {
  color: #C21A17;
}

/**	[Shortcode] Headings
*************************************************** **/
div.heading-title.heading-line-single.heading-color:before,
div.heading-title.heading-line-double.heading-color:before {
  border-color: #C21A17;
}

div.heading-border-bottom.heading-color {
  border-bottom-color: #C21A17;
}

div.heading-title.heading-border.heading-color,
div.heading-title.heading-border.heading-inverse.heading-color {
  border-color: #C21A17;
}

section.dark div.heading-title.heading-border-bottom {
  border-bottom-color: #C21A17;
}

/**	[Shortcode] Icon Boxes
*************************************************** **/
.box-icon a.box-icon-title:hover > h2 {
  color: #C21A17;
}

.box-icon a.box-icon-title:hover > i {
  color: #fff;
  background-color: #C21A17;
}

.box-icon a.box-icon-more {
  color: #111;
}

.box-icon a.box-icon-more:hover,
section.dark .box-icon a.box-icon-more:hover {
  color: #C21A17;
}

.box-video a.box-video-title:hover h2,
.box-video a.box-image-title:hover h2 {
  color: #C21A17;
}

.box-flip .box2 {
  color: #fff;
  background-color: #C21A17;
}

.box-flip .box2 h1,
.box-flip .box2 h2,
.box-flip .box2 h3,
.box-flip .box2 h4,
.box-flip .box2 h5,
.box-flip .box2 h6 {
  color: #fff;
}

.box-static.box-border-top {
  border-color: #C21A17;
}

/**	[Shortcode] Navigations
*************************************************** **/
.navbar-primary {
  border-color: #C21A17 !important;
  background-color: #C21A17 !important;
}

/**	[Shortcode] Paginations
*************************************************** **/
section.dark .pagination > li.active > a,
.pagination > li.active > a {
  border-color: #C21A17;
  background-color: #C21A17;
}

/** [Shortcode] Process Steps
*************************************************** **/
.process-wizard-primary > .process-wizard-step > .process-wizard-dot,
.process-wizard-primary > .process-wizard-step > .progress > .progress-bar {
  background: #C21A17;
}

.process-wizard-primary > .process-wizard-step > .process-wizard-dot:after {
  background-color: rgba(0, 0, 0, 0.4);
}

ul.process-steps li.active a,
ul.process-steps li.active a:focus,
ul.process-steps li.active:hover > a {
  background-color: #C21A17 !important;
  border-color: #C21A17 !important;
}

ul.process-steps li.active h1,
ul.process-steps li.active h2,
ul.process-steps li.active h3,
ul.process-steps li.active h4,
ul.process-steps li.active h5,
ul.process-steps li.active h6 {
  color: #C21A17;
}

/** [Shortcode] Process Steps
*************************************************** **/
div.mega-price-table .pricing-title,
div.mega-price-table .pricing-head,
div.mega-price-table .pricing.popular {
  background-color: #C21A17;
}

div.mega-price-table .pricing:hover h4,
div.mega-price-table .pricing-table i.fa {
  color: #C21A17;
}

/** Styled Icons
 **************************************************************** **/
section.dark i.ico-hover:hover,
i.ico-hover:hover {
  background-color: #C21A17;
  border-color: #C21A17;
}

/** [Shortcode] Tabs
 **************************************************************** **/
.nav-tabs.nav-top-border > li.active > a,
.nav-tabs.nav-top-border > li.active > a:hover {
  border-top-color: #C21A17 !important;
}

.nav-tabs.nav-bottom-border > li.active > a,
.nav-tabs.nav-bottom-border > li.active > a:hover {
  border-bottom-color: #C21A17 !important;
}

.nav-tabs.nav-alternate > li.active > a {
  background-color: #C21A17 !important;
}

.nav-tabs > li.active > a {
  color: #C21A17 !important;
}

/** Sky Forms
 **************************************************************** **/
/**/
/* normal state */
/**/
.sky-form .toggle i:before {
  background-color: #C21A17;
}

.sky-form .button {
  background-color: #C21A17;
}

/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
  background-color: #C21A17;
}

.sky-form .checkbox input + i:after {
  color: #C21A17;
}

.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
  border-color: #C21A17;
}

.sky-form .rating input:checked ~ label {
  color: #C21A17;
}

/** Hover Buttons
 **************************************************************** **/
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #C21A17, 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active,
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active,
.hvr-sweep-to-right:before,
.hvr-sweep-to-left:before,
.hvr-sweep-to-bottom:before,
.hvr-sweep-to-top:before,
.hvr-bounce-to-right:before,
.hvr-bounce-to-left:before,
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before,
.hvr-radial-out:before,
.hvr-radial-in,
.hvr-rectangle-inm .hvr-rectangle-out:before,
.hvr-shutter-in-horizontal,
.hvr-shutter-out-horizontal:before,
.hvr-shutter-in-vertical,
.hvr-shutter-out-vertical:before,
.hvr-underline-from-left:before,
.hvr-underline-from-center:before,
.hvr-underline-from-right:before,
.hvr-overline-from-left:before,
.hvr-overline-from-center:before,
.hvr-overline-from-right:before,
.hvr-underline-reveal:before,
.hvr-overline-reveal:before {
  background-color: #C21A17;
}