:root {
  /* Size */
  --containerMaxWidth: 1024px;
  --containerWidth: 1200px;
  --xlargeWidth: 120px;
  --largeWidth: 64px;
  --mediumWidth: 48px;
  --smallWidth: 32px;
  --xsmallWidth: 24px;

  --marginDivident: 5px;
  --paddingDivident: 5px;

  --smallFontSize: 12px;
  --dafaultFontSize: 14px;
  --baseFontSize: 16px;
  --bodyFont: 16px;

  --xlargePadding: 120px;
  --largePadding: 48px;
  --mediumPadding: 32px;
  --smallPadding: 15px;
  --xsmallPadding: 10px;
  --secLargeMobPad: 30px 20px 10px 15px;

  /* Fonts*/
  --headingFont: "Glider", sans-serif;
  --bodyFamily: "Roboto", Helvetica, sans-serif;
  --helvetica: Helvetica, Arial, sans-serif;

  /* Font Weight */
  --thin: 100;
  --light: 300;
  --regular: normal;
  --medium: 500;
  --semiBold: 600;
  --bold: 700;
  --extraBold: 900;

  /* Font Style */
  --italicStyle: italic;
  --normalStyle: normal;

  /* colors */
  --primary: #d44500;
  --primaryLight: #bb3d00;
  --primaryDark: #7f3200;
  --secondary: #3a474e;
  --secondaryLight: #616c71;
  --secondaryDark: #293237;
  --secondaryDarker: #171c1f;
  --disabled: #d8dadc;
  --disabledLabel: #899195;
  --offWhite: #f2f2f2;
  --hueWhite: #e4e4e4;

  --iconGreen: #178841;
  --darkGreen: #125430;
  --darkHoverGreen: #0e4728;
  --darkestGreen: #072d19;
  --inactiveGreen: #d0ddd6;
  --mildGreen: #25861e;
  --mildHoverGreen: #1c6917;
  --mildDarkestGreen: #125430;
  --inactiveLightGreen: #d3e792;
  --buttonGreen: #0d5127;

  --yellow: #ffda00;
  --hoverYellow: #f5d30a;
  --darkestYellow: #edc00a;
  --inactiveYellow: #f2ecd4;
  --lightYellow: #e29746;
  --lightestYellow: #ff0;

  --grey: #eeeeee;
  --smokeGrey: #e2e2e2;
  --lightGrey: #d3d3d3;
  --mediumGrey: #d7d7d7;
  --darkerGrey: #dfdfdf;
  --light: #fff;
  --lightShadeGrey: #f9f9f9;
  --lightShadeGreyNine: #9f9f9f;

  --charcoal: #3a474e;
  --darkerCharcoal: #283035;
  --darkestCharcoal: #181e21;
  --charcoalMedium: #454545;
  --charcoalLight: #c0c2c3;

  --headerBg: #09542d;
  --greenBg: #138941;
  --successAlert: #a5c84d;
  --successAlertIcon: #158841;
  --successAlertBg: #edf4db;
  --darkGreen: #0c542d;

  --lightSmokeBg: #e1e1e1;
  --ligherSmoke: #eee;
  --smokeBg: #d2d2d2;
  --greyBg: #f5f5f5;
  --secondaryGreyBorder: #e2e2e2;
  --greyBorder: #dcdcdc;
  --infoAlertBg: #edf6fb;
  --errorAlertBg: #fde8e9;
  --light-black: rgba(0, 0, 0, 0.3);

  --darkFont: #3a474e;
  --lightDark: #616c71;
  --darkGrey: #c4c4c4;
  --darkFontBorder: #3a474e26;

  --maroon: #ed1c24;
  --errorAlert: #bd161c;
  --infoAlert: #66acd7;
  --warningAlert: #a7641e;
  --warning: #e5c300;
  --priceBlockbg: #899195;
  --offerBg: rgb(255, 221, 0);
  --danger: #e2001a;
  --greyText: #e2e2e2;
  --btnRoundColor: #757476;
  --btnRoundBg: #f2f3f0;
  --formErrorBg: #fef3f4;
  --formErrorBorder: #ef1a24;
  --topBarColor: #e23b48;
  --white: #fff;
  --smokeWhite: #f2f2f2;
  --bodyBg: #eee;
  --paraGraph: #5a5a5a;
  --errorMessage: #ed1c24;
  --orange: #d44500;

  --secondaryBadge: #a2cfb3;
  --secondaryLabelColor: #39474f;
  --primaryBadge: #43a066;
  --warningBadge: #ffe966;
  --infoBadge: #0074bc;

  --defaultBtnActive: #7f3200;

  --btnGroupDefaultColor: #616c71;

  /* Additional Colors*/
  --pink: #e6007e;
  --green: #1d6b18;
  --greenDark: #0a371f;
  --silver: #ccc;
  --greySeven: #f7f7f7;
  --black: #000;
  --darkSilver: #dddddd;
  --lightSilver: #e8e8e8;
  --lightBlue: #428bca;
  --lightRed: #b94a48;
  --mexicanRed: #953b39;
  --lightGreen: #00ab4e;
  --darkestGrey: #9d9e9a;
  --inbentaGreen: #009d39;
  --inbentaLightCharcol: #3e3e3e;
  --lightOrange: #bb3d00;
  --lightOrange90: #ffefe5;
  --facebookColor: #3b5998;
  --twitterColor: #00aced;
  --instagramColor: #517fa4;
  --googleplusColor: #db402c;
  --linkedinColor: #007bb6;
  --pinterestColor: #cc2127;
  --youtubeColor: #bb0000;
  --emailColor: #00ab4e;
  --tumblrColor: #32506d;
  --printColor: #32506d;
  --limeGreen: #7ec537;
  --aquaGreen: #30bc9d;
  --highlight: #998;
  --darkRed: #a61717;
  --greyNine: #999;
  --softPink: #fdd;
  --lightPink: #faa;
  --darkRed: #a00;

  /* New DAVE colors */
  /* Text colors */
  --primaryText: #3a474e;
  --secondaryText: #ffffff;
  --tertiaryText: #616c71;
  --linkDefault: #d44500;
  --linkHover: #bb3d00;

  --backgroundOrange: #fd6400;
  --backgroundDarkOrange: #d44500;
  --backgroundPrimary: #ffffff;
  --backgroundSecondary: #f2f2f2;

  /* additional colors */
  --secondaryCharcoal: #3a474e;
  --secondaryPeach: #ffad8b;
  --secondaryMint: #cfe2d8;
  --pastelPink: #f6adcd;
  --pastelPinkLight: #fad1e3;
  --pastelRed: #f48588;
  --pastelRedLight: #f9b7b3;
  --pastelOrgange: #f8a07c;
  --pastelOrgangeLight: #fcc8ac;
  --pastelHoney: #fdc68a;
  --pastelHoneyLight: #ffdeb1;
  --pastelYellow: #ffeb8c;
  --pastelYellowLight: #fff4b9;
  --pastelGreen: #c0dd9b;
  --pastelGreenLight: #d8eab8;
  --pastelAqua: #92cac2;
  --pastelAquaLight: #bddfda;
  --pastelBlue: #badcf0;
  --pastelBlueLight: #d4e9fb;
  --pastelPurple: #bcafd6;
  --pastelPurpleLight: #d4c8e3;
  --neutralStone: #cdc7c2;
  --neutralStoneLight: #e1deda;
  --pebble: #9b9b9d;
  --pebbleLight: #cacaca;
  --rock: #857e7c;
  --rockLight: #bbb8b7;
}


.wow-car:before {
  content: "\f102";
}

.wow-carpark:before {
  content: "\f103";
}

.wow-carport:before {
  content: "\f104";
}

.wow-cat:before {
  content: "\f105";
}

.wow-close:before {
  content: "\f106";
}

.wow-compound:before {
  content: "\f107";
}

.wow-cross:before {
  content: "\f108";
}

.wow-ctp:before {
  content: "\f109";
}

.wow-dog:before {
  content: "\f10a";
}

.wow-driveway:before {
  content: "\f10b";
}

.wow-error:before {
  content: "\f10c";
}

.wow-garage:before {
  content: "\f10d";
}

.wow-home:before {
  content: "\f10e";
}

.wow-info:before {
  content: "\f10f";
}

.wow-key:before {
  content: "\f110";
}

.wow-life:before {
  content: "\f111";
}

.wow-pet:before {
  content: "\f112";
}

.wow-rsa:before {
  content: "\f113";
}

.wow-street:before {
  content: "\f114";
}

.wow-submittedclaims:before {
  content: "\f115";
}

.wow-success:before {
  content: "\f116";
}

.wow-tick:before {
  content: "\f117";
}

.wow-tickmark:before {
  content: "\f118";
}

.wow-warning:before {
  content: "\f119";
}

/*---Button CSS----*/
.button {
  display: inline-block;
  color: var(--light);
  vertical-align: middle;
  padding: 13px 24px;
  cursor: pointer;
  background-color: var(--secondaryBtn);
  font-family: var(--roboto);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  transition: all .15s linear;
  border-radius: 24px;
  border: 2px solid;
  border-color: var(--secondaryBtn);
  color: var(--light);
  font-weight: $medium;
}
.button:hover {
  background-color: var(--secondaryBtnHover);
  border-radius: 24px;
  border: 2px solid;
  border-color: var(--secondaryBtnHover);
  color: var(--light);
}
.button:active {
  background-color: var(--primaryBtnHover);
  border-radius: 24px;
  border: 2px solid;
  border-color: var(--primaryBtnHover);
  color: var(--light);
}

.button-list {
  /*---Button width End----*/
  /*-----Button Colors------*/
  /*---Shopping Action Buttons---*/
  /*----- End -----*/
  /*--- Primary button------*/
  /*----------End-------*/
  /* Reversed Primary Button Style */
  /*-------- End -------------*/
  /* Secondary Buttons Style */
  /* End */
  /* Reversed Secondary Button Style */
  /* End */
  /* Secondary Dark Style */
  /* End */
  /* Specials Button Style */
  /* End */
  /* Disabled Button Style */
  /* End */
  /* --- Reversed Disabled ---*/
  /* Orange Button Style */
  /* ENd */
}
.button-list button {
  text-decoration: none;
  color: var(--light);
  border: 2px solid;
}
.button-list .button:hover {
  text-decoration: none;
  color: var(--light);
  border: 2px solid;
}
.button-list .button.full-width {
  width: 100%;
}
.button-list .button.small {
  padding: 9px 16px;
  font-size: 14px;
}
.button-list .button.default {
  padding: 13px 24px;
  font-size: 14px;
}
.button-list .button.large {
  border-radius: 28px;
  padding: 17px 24px;
  font-size: 14px;
}
.button-list .button.xlarge {
  border-radius: 30px;
  padding: 20px 32px;
  font-size: 16px;
}
.button-list .button-group .button {
  float: left;
  border-radius: 0;
}
.button-list .button-group .button:first-child {
  border-radius: 4px 0 0 4px;
  border-right: 1px solid var(--secondaryBtn);
}
.button-list .button-group .button:last-child {
  border-radius: 0 4px 4px 0;
  border-left: 1px solid var(--secondaryBtn);
}
.button-list .secondary-button-icon {
  width: 15px;
  margin-left: 10px;
  margin-right: -7px;
  height: 15px;
  border-radius: 15px;
}
.button-list .button--green-light {
  background: var(--secondaryBtn);
  border-color: var(--secondaryBtn);
  color: var(--light);
}
.button-list .button--green-light:focus, .button-list .button--green-light:hover {
  background-color: var(--secondaryBtnHover);
  border-color: var(--secondaryBtnHover);
  color: var(--light);
}
.button-list .button--green-light:active {
  background: var(--buttonGreen);
  border-color: var(--buttonGreen);
  color: var(--light);
}
.button-list .button--green-light.is-disabled, .button-list .button--green-light:disabled {
  background-color: var(--inactiveLightGreen);
  border-color: var(--inactiveLightGreen);
  color: var(--light);
}
.button-list .button--green {
  background: var(--darkGreen);
  border-color: var(--darkGreen);
  color: var(--light);
}
.button-list .button--green:focus, .button-list .button--green:hover {
  background-color: var(--primaryBtnHover);
  border-color: var(--primaryBtnHover);
  color: var(--light);
}
.button-list .button--green:active {
  background: var(--primaryBtnActive);
  border-color: var(--primaryBtnActive);
  color: var(--light);
}
.button-list .button--green.is-disabled, .button-list .button--green:disabled {
  background-color: var(--inactiveGreen);
  border-color: var(--inactiveGreen);
  color: var(--light);
}
.button-list .button--reversed {
  background: var(--light);
  border-color: var(--light);
  color: var(--secondaryBtn);
}
.button-list .button--reversed:focus, .button-list .button--reversed:hover {
  background-color: var(--grey);
  border-color: var(--grey);
  color: var(--secondaryBtnHover);
}
.button-list .button--reversed:active {
  border-color: var(--rprimaryBtnActive);
  background-color: var(--rprimaryBtnActive);
  color: var(--buttonGreen);
}
.button-list .button--reversed.is-disabled, .button-list .button--reversed:disabled {
  background-color: var(--light);
  border-color: var(--light);
  color: var(--darkestCharcoal);
}
.button-list .button--outlined {
  color: var(--darkFont);
  border-color: var(--darkFont);
  background: var(--light);
}
.button-list .button--outlined:hover {
  color: var(--light);
  border-color: var(--darkFont);
  background-color: var(--darkFont);
}
.button-list .button--outlined:active {
  color: var(--light);
  border-color: var(--outlineBtnActive);
  background-color: var(--outlineBtnActive);
}
.button-list .button--revSecondary {
  background: transparent;
  border-color: var(--light);
  color: var(--light);
}
.button-list .button--revSecondary:focus, .button-list .button--revSecondary:hover {
  background-color: var(--light);
  border-color: var(--light);
  color: var(--darkFont);
}
.button-list .button--revSecondary:active {
  border-color: var(--rprimaryBtnActive);
  background-color: var(--rprimaryBtnActive);
  color: var(--darkFont);
}
.button-list .button--revSecondary.is-disabled, .button-list .button--revSecondary:disabled {
  background-color: var(--charcoalLight);
  border-color: var(--charcoalLight);
  color: var(--light);
}
.button-list .button--secondaryDark {
  background: var(--charcoal);
  border-color: var(--charcoal);
  color: var(--light);
}
.button-list .button--secondaryDark:focus, .button-list .button--secondaryDark:hover {
  background-color: var(--darkerCharcoal);
  border-color: var(--darkerCharcoal);
  color: var(--light);
}
.button-list .button--secondaryDark:active {
  border-color: var(--rprimaryBtnActive);
  background-color: var(--rprimaryBtnActive);
  color: var(--darkFont);
}
.button-list .button--secondaryDark.is-disabled, .button-list .button--secondaryDark:disabled {
  background-color: var(--charcoalLight);
  border-color: var(--charcoalLight);
  color: var(--light);
}
.button-list .button--special {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--darkFont);
}
.button-list .button--special:focus, .button-list .button--special:hover {
  background-color: var(--hoverYellow);
  border-color: var(--hoverYellow);
  color: #000000;
}
.button-list .button--special:active {
  background: var(--warning);
  border-color: var(--warning);
  color: #000000;
}
.button-list .button--special.is-disabled, .button-list .button--special:disabled {
  background-color: var(--inactiveYellow);
  border-color: var(--inactiveYellow);
  color: var(--charcoalLight);
}
.button-list .button--secondaryLight {
  background-color: rgba(58, 71, 78, 0.1);
  border-color: rgba(58, 71, 78, 0);
  color: rgba(58, 71, 78, 0.8);
  transition: .2s;
}
.button-list .button--secondaryLight:focus, .button-list .button--secondaryLight:hover {
  background-color: rgba(58, 71, 78, 0.1);
  border-color: rgba(58, 71, 78, 0);
  color: rgba(58, 71, 78, 0.8);
  cursor: not-allowed;
}
.button-list .button--revDisabled {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0);
  color: rgba(23, 28, 31, 0.8);
  transition: .2s;
}
.button-list .button--revDisabled:focus, .button-list .button--revDisabled:hover {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0);
  color: rgba(23, 28, 31, 0.8);
}
.button-list .button--orange {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--light);
}
.button-list .button--orange:focus, .button-list .button--orange:hover {
  background-color: #ff5200;
  border-color: #ff5200;
  color: var(--light);
}
.button-list .button--orange:active {
  background: #D44300;
  border-color: #D44300;
  color: var(--light);
}
.button-list .button--orange.is-disabled, .button-list .button--orange:disabled {
  background-color: #ffa462;
  border-color: #ffa462;
  color: var(--light);
}

/* ENd */
.button--green-outlined {
  background: var(--darkGreen);
  border-color: var(--mildGreen);
  color: var(--light);
}
.button--green-outlined:hover, .button--green-outlined:focus {
  background: #13361c;
  border-color: var(--mildGreen);
  color: var(--light);
}

/*-----Button arrow style----------*/
.button .fa-angle-right {
  font-size: 16px;
  padding-left: 8px;
}

.column-border .button .fa-angle-right {
  font-size: 16px;
  padding-left: 0px;
}

.iconww-ArrowRight:before {
  content: "\e933";
}

span.button:after {
  content: "\f105";
  font-size: 16px;
  padding-left: 8px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.content__buttons__vertical .button {
  margin-top: 5px;
}

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

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

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

.widget_banner_content_alignment {
  padding: 52px 0px 0px 0px;
}

.banner_heading {
  font-size: 32px;
  line-height: 45px;
  margin: 0 0 20px;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
  font-weight: $medium;
}
@media (max-width: 767px) {
  .banner_heading {
    font-size: 18px;
    line-height: 32px;
    padding: 16px;
    margin: 0;
    text-align: center;
    text-shadow: none;
  }
}

.widget_banner__bg {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.widget_banner__bg_mobile {
  height: 211px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_widget {
  padding: 0 10px;
}
@media (min-width: 481px) and (max-width: 767px) {
  .banner_widget {
    padding: 0 70px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .banner_widget {
    padding: 0 10px;
    margin-bottom: 15px;
  }
}
.banner_widget .section {
  min-height: 186px;
  overflow: hidden;
  background: var(--light);
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(58, 71, 78, 0.15);
  -webkit-box-shadow: 0 2px 4px 0 rgba(58, 71, 78, 0.15);
  -moz-box-shadow: 0 2px 4px 0 rgba(58, 71, 78, 0.15);
}
@media (max-width: 480px) {
  .banner_widget .button-component .button {
    padding: 9px 16px !important;
  }
}

.widget_content {
  background-color: var(--light);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-align: center;
  box-shadow: 4px 4px 10px 0 rgba(51, 71, 78, 0.5);
}

.widget_heading {
  font-size: 16px;
  padding: 15px;
  border-radius: 8px 8px 0 0;
  text-align: center;
  font-family: 'Glider', sans-serif;
}
@media (min-width: 768px) {
  .widget_heading {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .widget_heading {
    height: 55px !important;
  }
}

.widget_text {
  padding: 10px 20px;
}
@media (min-width: 768px) and (max-width: 920px) {
  .widget_text {
    padding: 10px 7px;
  }
}

@media (min-width: 768px) {
  .hide_desktop_tablet {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show_desktop_tablet {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .widget_description {
    height: 124px;
    overflow: hidden;
  }
}
.widget_description p {
  margin: 0 !important;
}
.widget_description span, .widget_description img {
  line-height: 70px;
}
@media (max-width: 767px) {
  .widget_description span, .widget_description img {
    line-height: 65px;
  }
}

.widget_heading i {
  font-size: 5rem;
  line-height: 1px;
  margin-top: -10px;
  margin-right: 5px;
}

.service-carousel .button {
  padding: 8px 15px !important;
}
.service-carousel .column-border {
  border-bottom: none;
}
.service-carousel .carousel-inner > .next {
  position: initial;
  top: initial;
  width: initial;
}
.service-carousel .carousel-inner .row {
  flex-wrap: initial;
}
.service-carousel .carousel-item.active.carousel-item-right {
  display: none;
}
.service-carousel .carousel-item.active.carousel-item-left {
  display: none;
}

.service-carousel-desktop .column-border {
  border-right: 1px solid var(--charcoal);
}
.service-carousel-desktop .column-border:last-of-type {
  border-right: 0px !important;
}
.service-carousel-desktop .service-content {
  margin-right: 20px;
}

.carousel-service {
  font-size: 40px;
  color: var(--light);
}

.service-carousel-inner {
  padding: 10px 0;
}

.service-carousel-mobile .carousel-control.left {
  color: #333;
}
.service-carousel-mobile .carousel-control.right {
  color: #333;
}
.service-carousel-mobile .service-carousel.carousel-control.right {
  margin-right: 0;
  right: 0;
}
.service-carousel-mobile .service-carousel.carousel-control.left {
  margin-left: 0;
  left: 0;
}
.service-carousel-mobile ol {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.service-carousel-mobile ul {
  padding: 0 0 0 1.5em;
}

.carousel-section {
  padding: .5rem;
}
.carousel-section .button {
  padding: 13px 15px;
}

.offer-heading {
  height: 40px;
}

.text-image-reverse {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}
.text-image-reverse .img {
  margin-left: 0 !important;
}

.carousel-mobile-controller .carousel-indicators {
  position: initial;
  z-index: 15;
  width: 100%;
  padding-left: initial;
  margin-left: 0;
  text-align: center;
  list-style: none;
  color: var(--darkGreen) !important;
  display: block;
}
.carousel-mobile-controller .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: var(--darkGreen) !important;
  border: 1px solid var(--darkGreen);
}
.carousel-mobile-controller .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 10px;
  background: #C3C7C9;
  border: 1px solid #C3C7C9;
}

.service-carousel-tablet .service-carousel.carousel-control.right {
  margin-right: 5px;
}
.service-carousel-tablet .service-carousel.carousel-control.left {
  margin-left: 0;
}

.service-carousel.carousel-control.left .carousel-service {
  left: 7px;
}

.content-section {
  padding: 10px 0;
}

.image-section {
  padding: 10px 0;
}

.carousel-inner > .prev {
  position: initial;
  top: initial;
  width: initial;
}
.carousel-inner > .carousel-item-left {
  position: initial;
  top: initial;
  width: initial;
}
.carousel-inner > .carousel-item-right {
  position: initial;
  top: initial;
  width: initial;
}

.service-carousel.carousel-control {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  font-size: 20px;
  color: var(--light);
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  opacity: 1;
}
.service-carousel.carousel-control .previous {
  width: 40px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-carousel.carousel-control .next {
  width: 40px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-carousel .carousel-item-next {
  top: initial;
}
.service-carousel .carousel-item-prev {
  top: initial;
}
.service-carousel .carousel-item {
  transition: transform 0.4s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .service-carousel-desktop {
    display: none;
  }

  .service-carousel-inner {
    padding: 10px 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .service-carousel-tablet {
    display: none;
  }

  .service-carousel .img {
    width: 80px;
    height: 80px;
    margin-left: -30px;
  }
}
@media only screen and (min-width: 992px) {
  .service-carousel-tablet {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .service-carousel-mobile {
    display: none;
  }

  .service-banner {
    float: left;
  }

  .service-carousel-tablet .carousel-control {
    font-size: 30px;
  }
  .service-carousel-tablet .carousel-control.right {
    right: -5px;
  }
  .service-carousel-tablet .right.carousel-control .carousel-service {
    right: 7px;
  }
  .service-carousel-tablet .left.carousel-control .carousel-service {
    right: 14px;
  }

  .service-carousel .img {
    width: 88px;
    height: 88px;
    margin-left: -30px;
  }
  .service-carousel .image-section .img {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .service-banner .inner-container {
    padding: 0 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-column-width-tablet {
    width: 50% !important;
  }
}
@media (max-width: 991px) {
  .service-carousel .carousel-inner .active.left {
    left: -100%;
    display: none;
  }
  .service-carousel .carousel-inner .active.right {
    left: -100%;
    display: none;
  }
}
.service-carousel.carousel-control .previous {
  margin-right: auto;
}
.service-carousel.carousel-control .next {
  margin-left: auto;
}

/*-------------- Banner Notification--------------*/
.notification-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  clear: both;
  content: "";
  display: table;
  box-sizing: inherit;
}

.notification-banner {
  width: 100%;
  color: var(--light);
  padding: .5em .5em;
  width: 100%;
  color: var(--light);
  display: table;
  vertical-align: middle;
}
.notification-banner .inner-container {
  display: table;
  margin: 0 auto !important;
  padding: 15px 0;
}
.notification-banner .inner-container .column {
  padding-left: 0;
  padding-right: 0px;
  display: table-cell;
  vertical-align: middle;
}

.banner_notification a {
  color: var(--iconGreen);
}

.banner_notification .notification-text.success a {
  color: var(--iconGreen);
}

.banner_notification .notification-text.warning a {
  color: var(--warningAlert);
}

.banner_notification .notification-text.info a {
  color: var(--infoBadge);
}

.banner_notification .notification-text.error a {
  color: var(--errorAlert);
}

.alert-icon {
  margin: 0px;
}
.alert-icon:before {
  content: '\f06a';
  font-family: FontAwesome;
  margin-right: 9px;
}

.notification-icon-fonts {
  font-family: FontAwesome;
  font-style: $normalStyle;
  font-size: 20px;
  margin-right: 10px;
  display: table-cell;
}

.notification-text {
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.notification-text p {
  margin: 0px !important;
}

i.close-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 1;
  margin-top: 7px;
}
i.close-icon:before {
  position: absolute;
  content: ' ';
  height: 10.74px;
  width: 2px;
  background-color: var(--light);
  transform: rotate(45deg);
}
i.close-icon:after {
  position: absolute;
  content: ' ';
  height: 10.74px;
  width: 2px;
  background-color: var(--light);
  transform: rotate(-45deg);
}

@media screen and (max-width: 1023px) {
  .notification-banner {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .notification-banner .inner-container {
    padding: .5em;
  }

  .banner-notification-dismiss {
    text-align: initial !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .banner-notification-dismiss {
    padding-right: 25px !important;
  }
}
.feed-items ul {
  padding-bottom: 10px;
}

#travelins_navigation .page_link {
  display: none;
}
#travelins_navigation .next_link {
  position: relative !important;
  display: inline-block;
  font-style: $normalStyle !important;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased !important;
  color: var(--mildGreen) !important;
  text-decoration: none !important;
  content: "\e079";
  border: none !important;
  margin: 0px !important;
  padding-right: 5px !important;
  float: right;
}
#travelins_navigation .previous_link {
  position: relative !important;
  display: inline-block;
  font-style: $normalStyle !important;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased !important;
  color: var(--mildGreen) !important;
  text-decoration: none !important;
  content: "\e079";
  border: none !important;
  margin: 0px !important;
  padding-left: 5px !important;
}

.rss-feed-image {
  text-align: center;
  height: 65px;
  text-indent: -9999px;
}
.rss-feed-image img {
  margin: auto;
}

.fa-rss-square:before {
  color: orange;
  margin-right: 5px;
}

.rss-feed-link {
  display: block;
}

.feed-items {
  padding: 0px 10px;
}

.wow-video-carousel {
  position: relative;
}
.wow-video-carousel .thumb-indicators {
  margin-top: -6px !important;
  max-height: 320px;
  overflow-y: scroll;
}
.wow-video-carousel .thumb-indicators .thumb {
  opacity: 1;
  vertical-align: middle;
  cursor: pointer;
  min-width: 30px;
  padding-bottom: 10px;
}
.wow-video-carousel .thumb-indicators .thumb img {
  max-width: 142px;
  height: 75px;
  width: 100%;
}
.wow-video-carousel .thumb-indicators .thumb.active {
  background: none;
  opacity: 1;
  background-color: #F5F5F5;
}
.wow-video-carousel .thumb-indicators .thumb.active.thumb-indicator-border img {
  border: 1px solid var(--mildGreen);
  background: none;
}
.wow-video-carousel .thumb-indicators::-webkit-scrollbar {
  width: 2px;
  background-color: #C3C7C9;
}
.wow-video-carousel a {
  text-decoration: none;
}
.wow-video-carousel .thumbnail-indicator {
  position: absolute;
  margin-bottom: 0px;
}
.wow-video-carousel .thumbnail-indicator [class^='col-'] {
  margin-bottom: 0px;
}
.wow-video-carousel .thumbnail-indicator.text-panel-bottom {
  top: 1%;
}
.wow-video-carousel .thumbnail-indicator.display-video-right {
  right: auto;
}
.wow-video-carousel .thumbnail-indicator.display-video-left {
  right: 1%;
}
.wow-video-carousel .carousel-inner {
  position: relative;
  overflow: hidden;
}
.wow-video-carousel .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.wow-video-carousel .carousel-inner > .item > img {
  line-height: 1;
}
.wow-video-carousel .carousel-inner > .active {
  display: block;
  left: 0;
}
.wow-video-carousel .carousel-indicator {
  position: absolute;
  bottom: -26px;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin: 0 !important;
  justify-content: left;
  margin-right: 0%;
  position: relative;
  bottom: 0px;
  left: 0px;
  width: auto;
  margin-left: 0%;
  padding-left: 0;
  list-style: none;
  text-align: left;
}
.wow-video-carousel .wow-carousel {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0px 40px 0px;
}
.wow-video-carousel .item img {
  width: 100% !important;
  max-width: none !important;
  margin-top: 0;
  padding-bottom: 0px;
  -webkit-box-shadow: 0 10px 13px -13px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 13px -13px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 13px -13px rgba(0, 0, 0, 0.5);
}
.wow-video-carousel .external-video {
  width: 100%;
  height: 320px;
}
.wow-video-carousel video {
  width: 100%;
  height: 320px;
}

.thumb.active {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .wow-video-carousel .thumbnail-indicator {
    position: unset;
  }
  .wow-video-carousel .thumbnail-indicator.text-panel-top {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .wow-video-carousel .thumbnail-indicator.text-panel-top {
    margin-top: -325px;
  }
}
@media screen and (max-width: 639px) {
  .wow-video-carousel .mobile-device-hide {
    display: none !important;
  }
  .wow-video-carousel .mobile-device-show {
#CQ .graphic-selection-image I {
  font-size: 20px;
}

.container_limeGreen {
  background-color: var(--successAlert);
  color: var(--light);
}

.container_mildGreen {
  background-color: var(--secondaryBtn);
  color: var(--light);
}

.container_darkGreen {
  background-color: var(--darkGreen);
  color: var(--light);
}

.container_charcoal {
  background-color: var(--darkFont);
  color: var(--light);
}

.container_lightGrey {
  background-color: var(--lightShadeGrey);
  color: var(--darkFont);
}

.container_softGrey {
  background-color: var(--grey);
  color: var(--darkFont);
}

.container_yellow {
  background-color: var(--yellow);
  color: var(--darkFont);
}

.container_orange {
  background-color: var(--orange);
  color: var(--light);
}

.container_red {
  background-color: var(--maroon);
  color: var(--light);
}

.container_pink {
  background-color: var(--pink);
  color: var(--light);
}

.container_white {
  background-color: var(--light);
  color: var(--darkFont);
}

.container_charcoal3 {
  background-color: #616C71;
  color: var(--light);
}

.container_charcoal4 {
  background-color: #899195;
  color: var(--light);
}

.container_charcoal5 {
  background-color: #C3C7C9;
  color: var(--light);
}

.text_white {
  color: var(--light);
}

.text_grey {
  color: var(--grey);
}

.text_dark {
  color: var(--darkFont);
}

.text_mildGreen {
  color: var(--secondaryBtn);
}

.text_darkGreen {
  color: var(--darkGreen);
}

.text_yellow {
  color: var(--yellow);
}

.text_orange {
  color: var(--orange);
}

.text_red {
  color: var(--maroon);
}

.text_pink {
  color: var(--pink);
}

.custom-inner-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 960px) {
  .custom-inner-container {
    padding: 1em;
  }
}
.custom-inner-container:after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 767px) {
  .custom-inner-container .row {
    display: block !important;
    padding: .5rem 0;
  }
}

/*# sourceMappingURL=main.css.map */

.searchfacets > .row { margin: 0; padding: 15px; background: #f1f1f1; padding: 0 10px 10px 10px; }
.facet-container.multi-facet .multiselect.dropdown-toggle { width: 100%; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; }
.facet-container.multi-facet .btn-group { width: 100%; }
.facet-container.multi-facet .btn-group button.multiselect { width: 100%; text-align: left;  }
.facet-container.multi-facet .btn-group .multiselect-container.dropdown-menu { width: 100%; }

.search-results > div { padding: 10px; }
.search-results .result { padding: 20px; }
.search-results .result { background: #F0F1F2; }
.search-results .row .result { background: transparent; }
.search-results .result-superheading { color: #979798; }
.row.search-results > .row { margin-left: 10px; margin-right: 10px; border-bottom: 1px solid gray; }
.row.search-results > .row:last-child { border-bottom: 0; }
.facet-container.multi-facet .btn-group button.multiselect { overflow: hidden; }
.facet-container{ margin-top: 5px; margin-bottom: 5px}
.search-control .form-control-feedback { z-index: 5; pointer-events: auto; cursor: pointer; }
.alert.alert-success { background: #ff670f; color: #fff; }
.facet-container.multi-facet button.btn.multiselect { background: #e5e5e3; font-size: 25px; color: #666666; -webkit-box-shadow: none; box-shadow: none; }
.facet-container.multi-facet button.btn.multiselect b.caret {display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; border:0;position: absolute;top: 10px;right: 30px;}
.facet-container.multi-facet button.btn.multiselect b.caret:before {content:"\f107";}
/* Css file for the textimage extended component */

div.textimage div.image {
    float: left;
    margin: 0 8px 8px 0;
}
div.textimage.image_left div.image {
}

div.textimage.image_right div.image {
    float: right !important;
    margin: 0 0 8px 8px !important;
}

div.text-center .img-responsive {
    margin: 0 auto;
}

div.text-center .left {
    margin-right:10px;
}

div.text-center .right {
    margin-left:10px;
}
/* Css file for the common accordion component */

a.bs-accordion {
  display: inline-block;
  width: 100%;
}

button,
button:hover,
button:active,
button:focus {
  text-decoration: none !important;
}

.panel-heading .state-closed,
.panel-heading .state-opened {
  outline: none;
}
.panel-heading .state-closed {
  display: block;
}
.panel-heading .state-opened {
  display: none;
}
.panel-heading.active .state-closed {
  display: none;
}
.panel-heading.active .state-opened {
  display: block;
}
.accordion-block {
  display: -webkit-inline-grid;
  display: inline-grid;
}
.accordion-button {
  order: 3;
  -webkit-order: 3;
}
.accordion-content {
  order: 2;
  -webkit-order: 2;
}
.accordion-head {
  order: 1;
  -webkit-order: 1;
}
.displayinlineblock {
  display: inline-block;
}
.displaynone {
  display: none;
}
a.collapsable-btn {
  cursor: pointer;
}

/* Bookmarkable Accordion Css Starts here */
.accordion-content {
  font-family: var(--bodyFamily);
}
.icon-arrow-up,
.icon-arrow-down {
  float: right;
  top: 10px;
}
div[data-accordion-id*='ui-accordion-custom-'] .ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
div[data-accordion-id*='ui-accordion-custom-'] .accordion-content {
  height: auto !important;
}
div[data-accordion-id*='ui-accordion-custom-'] .headerTitle {
  color: var(--secondary);
  cursor: pointer;
  display: flex;
}
div[data-accordion-id*='ui-accordion-custom-'] .accordion-heading {
  border: 0px;
  background: none !important;
  font-size: 20px;
  font-weight: var(--medium);
  margin: 0;
}
@media screen and (max-width: 1024px) {
  div[data-accordion-id*='ui-accordion-custom-'] .accordion-heading {
    font-size: 16px;
  }
}
div[data-accordion-id*='ui-accordion-custom-'] .accordion-content {
  border: 0px;
  background: none !important;
  margin-top: 24px;
}

div[data-accordion-id*='ui-accordion-custom-'] .ui-widget-content a {
  color: var(--primary) !important;
}
div[data-accordion-id*='ui-accordion-custom-'] .ui-accordion-custom {
  font-size: 1em !important;
}
div[data-accordion-id*='ui-accordion-custom-'].ui-widget {
  font-size: 1em !important;
  padding: 24px;
  box-shadow: inset 0px -1px 0px var(--disabled);
}
div[data-accordion-id*='ui-accordion-custom-'] .ui-icon {
  width: 24px;
  height: 12px;
}

/* Bookmarkable Accordion Css Ends here */

.video-content-left {
  text-align: left;
}
.video-content-right {
  text-align: right;
}
.video-content-center {
  text-align: center;
}
@media (min-width: 768px) {
  .mob_container.enable-edit {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .insurance_dropdown .button {
    font-size: 14px;
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px){
.insurance_dropdown a.form-control {
    width: 35% !important;
        margin-top: 1px;
}
.video-content .dropdown{display:none;}
}
.sticky-badge {
  display: block;
  width: 122px;
  z-index: 1000;
  border-radius: 5px 5px 0 0;
}

.display-mobile-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .display-mobile-only {
    display: block;
  }
}
.sticky-position-right {
  top: 225px;
  right: -60px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  border-radius: 10px 10px 0 0 !important;
  position: fixed;
  width: 200px;
}
.sticky-position-left {
  top: 225px;
  left: -60px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  border-radius: 10px 10px 0 0 !important;
  position: fixed;
  width: 200px;
}
.sticky-position-inplace {
  border-radius: 0 !important;
  width: 100% !important;
}
.sticky-position-inplace a {
  text-align: center;
}

.sticky-badge .inner-container {
  margin-bottom: 0 !important;
  padding: 20px;
}
.sticky-badge .button-list .button {
  margin: 0 !important;
}

.display-mobile-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .display-mobile-only {
    display: block;
  }
}

.live-chat,
.olive-chat {
  position: fixed;
  right: 16px;
  bottom: 0;
  z-index: 999;
  cursor: pointer;
  overflow: hidden;
}
.live-chat-container .live-chat-link,
.olive-chat-container .olive-chat-link {
  float: right;
  color: var(--light) !important;
  text-align: center;
  background-color: var(--primary);
  padding: 10px 30px;
  border-radius: 20px 20px 0px 0px;
  font-weight: var(--medium);
  font-size: 14px;
}
.bubble-icon {
  background-image: url('../../../../../etc/designs/everyday-insurance/clientlib-site/images/chat-icon-white.png');
}

.olive-chat-container .olive-chat-link {
  border: inherit;
  cursor: inherit;
}

.wow-component-tag-name {
  color: var(--lightDark);
  cursor: default;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  bottom: 15px;
  text-align: center;
}

/* Css file for the common quoteline header and footer */
@media screen and (max-width: 640px) {
  .quotelineHeader {
    margin-bottom: 45px;
  }
}

.ww-brand-quoteline {
  padding: 0 16px !important;
  z-index: 13 !important;
}

.ww-product-nav > ul > li > .ww-quote-title {
  color: var(--light);
  text-decoration: none;
  padding: 0 16px;
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--lightGrey);
  line-height: 40px;
}
@media screen and (min-width: 1025px) {
  .ww-product-nav > ul > li > .ww-quote-title {
    line-height: 51px;
    border-bottom: 0;
  }
  .ww-product-nav-quoteline ul > li:hover {
    background-color: inherit !important;
  }
}
.ww-product-nav-quoteline {
  display: block !important;
}
.ww-product-nav-quoteline > ul {
  background-color: var(--primary) !important;
}
.ww-product-nav-quoteline > ul > li > .ww-quote-title {
  cursor: auto !important;
}
.ww-footer-quoteline .ww-footer-follow,
.ww-footer-quoteline .ww-footer-legal-disclaimer {
  background-color: var(--lightSmokeBg) !important;
}
.ww-footer-quoteline .ww-footer-follow {
  background-color: inherit;
}
.ww-footer-quoteline .ww-footer-legal-menu {
  background-color: var(--smokeBg) !important;
}
@media print {
  .ww-footer-quoteline .ww-footer-legal-menu {
    display: none;
  }
}
.ww-footer-quoteline .ww-footer-legal .ww-footer-legal-menu {
  margin: 0px;
  border-bottom: none;
  padding: 29px 0 29px;
}
.ww-footer-quoteline .ww-footer-legal .ww-footer-legal-menu li:after {
  margin: 5px;
}
.ww-footer-quoteline .container-fluid {
  padding-top: 7px;
  padding-bottom: 7px;
  box-shadow: inset 0 1px 0 0 var(--lightShadeGrey);
}

section[id*='tab-group-tab_content_resp'],
section.tab-content-responsive-section {
  margin-top: 10px;
  border: 1px solid var(--grey);
}
[id*='tab-group-tab_content_resp'] > div,
.tab-content-responsive-section > div {
  padding: 10px;
  background-color: var(--light);
}
.tab-content-header .tabs {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-between;
}
.tab-content-header .tabs li a {
  border-right: solid 1px var(--grey);
  font-size: 18px;
  color: var(--darkFont);
}
.tab-content-header .tabs li a.tab--active {
  color: var(--primary);
}
.tab-content-header .tabs li:last-child a {
  border-right: none;
}
.tab-content-header .tabs li {
  width: 100%;
  text-align: center;
  display: grid;
  margin: 0;
  padding: 10px 0;
}
.tab-content-header .tabs li.active {
  border-bottom: 3px solid var(--primary) !important;
  border: none;
}
[id*='tab-content-mobile'] .tab-content-header,
.tab-content-mobile-element .tab-content-header {
  background-color: var(--light);
}
section#tab-group-tab_content {
  margin-top: 10px;
  border: 1px solid var(--grey);
}
#tab-group-tab_content > div {
  padding: 10px;
  background-color: var(--light);
}
@media screen and (max-width: 767px) {
  .section#tab-group-tab_content {
    margin: 0;
  }
}
[id*='tab-content-mobile'] .table-responsive {
  border: none;
}
[id*='tab-content-mobile'] .collapse-bar.expand {
  border-bottom: 3px solid var(--primary);
}

@media screen and (max-width: 767px) {
  #tab-content-mobile a.collapse-bar {
    position: relative;
    display: block;
    padding: 12px 40px 12px 20px;
    height: auto;
    line-height: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20px;
    font-weight: bold;
    /* text-align: center; */
  }
  #tab-content-mobile .theme-primary {
    color: var(--darkFont) !important;
  }
  #tab-content-mobile a.collapse-bar.collapsed {
    color: var(--greyText) !important;
    background: #f4f4f4;
  }
  #tab-content-mobile a.collapse-bar.expand {
    color: var(--primary) !important;
    background: var(--light);
  }

  #tab-content-mobile a.collapse-bar span.arrow {
    content: '';
    font-size: 20px;
    color: var(--lightSilver);
    left: 86%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 5px;
    margin-top: 14px;
    z-index: 1;
    margin-left: 0px;
    position: absolute;
    padding-bottom: 10px;
  }
  #tab-content-mobile a.collapse-bar {
    margin-top: 0;
    height: auto;
    border-top: 1px solid var(--lightSilver);
    background-color: var(--light);
  }
}
#tab-group-tab_content span.tab-icon-up,
#tab-group-tab_content span.tab-icon-down {
  float: right;
  margin-right: -20px;
  font-size: 35px;
  margin-top: -5px;
}
@media (max-width: 479px) {
  #tab-group-tab_content table td {
    padding: 20px !important;
    font-size: 12px;
  }
}
#tab-content-mobile .collapse .tab-icon-up {
  display: none;
}
#tab-content-mobile .expand .tab-icon-down {
  display: none;
}
@media screen and (max-width: 767px) {
  .display-none-mobile-only {
    display: none !important;
  }
}

#CQ .graphic-selection .x-panel-bwrap {
  display: none;
}

#CQ .graphic-selection-current-container {
  border: 1px solid #ccc;
  cursor: pointer;
}

#CQ .graphic-selection-list {
  border-left: 1px solid #ccc;
}

#CQ .graphic-selection-item,
#CQ .graphic-selection-current {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 25%;
  padding: 10px;
  text-align: center;
}

#CQ .graphic-selection-current {
  float: none;
  cursor: pointer;
}

#CQ .graphic-selection-current * {
  cursor: pointer;
}

#CQ .graphic-selection-item {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#CQ .graphic-selection-item.selected {
  background: #ddd;
}

#CQ .graphic-selection-image {
  text-align: center;
}

#CQ .graphic-selection-item img,
#CQ .graphic-selection-current img {
  max-width: 100%;
  max-height: 125px;
}

#CQ .graphic-selection-current .graphic-selection-image {
  height: 125px;
  height: auto;
}

#CQ .graphic-selection .image-staging {
  visibility: hidden;
  right: 100%;
  overflow: hidden;
  z-index: -1000;
}

#CQ .graphic-selection.icon-selection {
  max-height: 215px;
  overflow: auto;
}

#CQ .graphic-selection.icon-selection .graphic-selection-list {
  border-top: 1px solid #d0d0d0;
}

#CQ .graphic-selection.icon-selection .graphic-selection-item {
  width: 10%;
  float: left;
}

#CQ .graphic-selection.icon-selection .graphic-selection-item .fa {
  font-style: normal;
}

#CQ .graphic-selection.icon-selection .graphic-selection-image {
  min-height: 14px;
}

#CQ .graphic-selection.icon-selection .image-staging {
  visibility: visible;
}
