/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/Anderson/default/en_US/css/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../../frontend/Anderson/default/en_US/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../../frontend/Anderson/default/en_US/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../../frontend/Anderson/default/en_US/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../../frontend/Anderson/default/en_US/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../../frontend/Anderson/default/en_US/css/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.dropdown_menu--animated {
  perspective: 1000px;
  display: none;
}

.dropdown_parent {
  perspective: 1000px;
}
.dropdown_parent.open .dropdown_menu--animated {
  display: block;
}

.dropdown_menu-animate {
  animation: rotateMenu 400ms ease-in-out forwards;
  transform-origin: top center;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.light--scrollbar::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.light--scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.light--scrollbar::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}

@font-face {
  font-family: "Gotham-Book";
  src: url("../../frontend/Anderson/default/en_US/fonts/Gotham-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("../../frontend/Anderson/default/en_US/fonts/Gotham-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../../frontend/Anderson/default/en_US/fonts/Gotham-Bold.otf") format("opentype");
}
@font-face {
  font-family: "AgencyFBBlackExtended";
  src: url("../../frontend/Anderson/default/en_US/fonts/AgencyFBBlackExtended2.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "ProhibitionRegular";
  src: url("../../frontend/Anderson/default/en_US/fonts/Prohibition-Regular.woff2") format("woff2"), url("../../frontend/Anderson/default/en_US/fonts/Prohibition-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "ProhibitionOblique";
  src: url("../../frontend/Anderson/default/en_US/fonts/Prohibition-Oblique.woff2") format("woff2"), url("../../frontend/Anderson/default/en_US/fonts/Prohibition-Oblique.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../../frontend/Anderson/default/en_US/fonts/SourceSansPro-Bold.otf") format("opentype");
  src: url("../../frontend/Anderson/default/en_US/fonts/SourceSansPro-Regular.otf") format("opentype");
  src: url("../../frontend/Anderson/default/en_US/fonts/SourceSansPro-Semibold.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
body {
  font-family: "Gotham-Book";
  font-size: 14px;
  background-color: #fff !important;
}

.columns {
  float: left !important;
}

.block .title {
  font-weight: 400;
  font-family: "Gotham-Bold";
}

/*homepage content css starts here */
.cms-home .page-main {
  padding: 0;
}
.cms-home .column.main {
  padding-bottom: 0;
}
.cms-home .columns {
  float: none !important;
}

.homepage_featured {
  margin: 0 0 60px;
}
.homepage_featured .title {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Gotham-Bold";
  background: #16355D;
  position: relative;
  margin-bottom: 185px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
}
.homepage_featured .title:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #16355D;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
}
.homepage_featured .homepage_featured--contents {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.homepage_featured .homepage_featured--contents:after {
  content: "";
  display: table;
  clear: both;
}
.homepage_featured .homepage_featured--contents .row {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.homepage_featured .homepage_featured--contents .row .item {
  float: left;
  width: 33.3333%;
  position: relative;
  padding: 0 20px;
  margin-bottom: 40px;
}
.homepage_featured .featured-product {
  border: 1px solid #C9CFD4;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.homepage_featured .featured-product > a {
  display: block;
  width: 100%;
  margin: auto 0 0;
  text-decoration: none;
  background: #EE8922;
  white-space: nowrap;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Gotham-Bold";
  padding: 10px;
  text-align: center;
  line-height: 1;
}
.homepage_featured .featured-product > img {
  display: inline-block;
  margin: -100px auto 20px;
}
.homepage_featured .featured-product--contents {
  padding: 20px;
}
.homepage_featured .featured-product--contents h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Gotham-Bold";
  font-size: 40px;
  color: #16355D;
  line-height: 1;
  margin: 0 0 20px;
}
@media screen and (max-width: 1900px) and (min-width: 768px) {
  .homepage_featured .title {
    font-size: 24px;
    margin-bottom: 85px;
  }
  .homepage_featured .featured-product > a {
    font-size: 20px;
  }
  .homepage_featured .featured-product > img {
    margin: -50px auto 20px;
    max-height: 100px;
    width: auto;
  }
  .homepage_featured .featured-product--contents {
    padding: 10px;
  }
  .homepage_featured .featured-product--contents h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .homepage_featured {
    margin-bottom: 0;
  }
  .homepage_featured .title {
    font-size: 24px;
    margin-bottom: 85px;
  }
  .homepage_featured .featured-product > a {
    font-size: 20px;
  }
  .homepage_featured .featured-product > img {
    margin: -60px auto 20px;
    max-height: 160px;
    width: auto;
  }
  .homepage_featured .homepage_featured--contents .row .item {
    width: 100%;
    margin-bottom: 80px;
  }
  .homepage_featured .homepage_featured--contents .row .item:last-child {
    margin-bottom: 40px;
  }
  .homepage_featured .featured-product--contents {
    padding: 10px;
  }
  .homepage_featured .featured-product--contents h2 {
    font-size: 24px;
  }
}

.homepage_images {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 20px;
  padding: 0 20px;
}
.homepage_images:after {
  content: "";
  display: table;
  clear: both;
}
.homepage_images .row {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home_image {
  float: left;
  width: 33.3333%;
  position: relative;
  padding: 0 20px;
  margin-bottom: 40px;
}
.home_image a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.home_image a:after {
  content: "Go";
  text-transform: uppercase;
  color: #fff;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 48px;
  padding: 4px 17px;
  background: #EE8922;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.home_image a img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.home_image a .image-text {
  font-family: "Gotham-Medium", sans-serif;
  position: absolute;
  top: 25px;
  left: 30px;
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
}
@media screen and (max-width: 1900px) and (min-width: 768px) {
  .home_image a:after {
    font-size: 1.5vw;
  }
  .home_image a .image-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .home_image a:after {
    font-size: 24px;
  }
  .home_image a .image-text {
    font-size: 24px;
  }
}

.homepage-static-banner {
  position: relative;
  overflow: hidden;
}
.homepage-static-banner > img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.homepage-static-banner .contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.homepage-static-banner .static-banner-text {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.homepage-static-banner .static-banner-text img {
  display: block;
  margin-right: 40px;
}
.homepage-static-banner .static-banner-text span {
  font-family: "AgencyFBBlackExtended";
  font-size: 40px;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-static-banner .static-banner-text span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-static-banner > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: none;
    height: 100%;
    width: auto;
  }
  .homepage-static-banner .contents {
    position: relative;
    z-index: 1;
    padding: 20px;
    text-align: center;
  }
  .homepage-static-banner .static-banner-text {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .homepage-static-banner .static-banner-text img {
    margin: 0 auto 20px;
  }
  .homepage-static-banner .static-banner-text span {
    font-size: 18px;
  }
}

.home_image:hover img {
  opacity: 0.5;
}

.home_image .center {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  transform: translate(-50%, -50%);
}

.homepage_images .center {
  font-family: "AgencyFBBlackExtended" !important;
}

.lower_image {
  float: left;
  width: 100%;
}

.lower_image img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .payment-method-billing-address .action-edit-address,
  .payment-method-billing-address .actions-toolbar .action-cancel {
    margin: 0 20px !important;
  }
  .payment-method-billing-address .action-edit-address:after,
  .payment-method-billing-address .actions-toolbar .action-cancel:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .product-item-actions {
    display: block !important;
  }
  .home_image {
    width: 50%;
  }
  .mobile-search-wrapper {
    margin: 0 auto;
  }
  .block-search .action.search::before {
    line-height: 30px !important;
  }
  .cat1234 {
    font-size: 12px !important;
  }
  .cat123 {
    font-size: 12px !important;
  }
  .page-header {
    margin-bottom: 0px !important;
  }
  .block-static-block {
    padding: 0px !important;
  }
}
/*homepage content css ends here */
/*header css starts here */
.header.content {
  padding: 15px !important;
}

.page-header .panel.wrapper .panel.header {
  display: none;
}

.page-header .header-wrapper-right {
  display: flex;
}

.search-wrapper {
  order: 0;
}

.minicart-wrapper {
  order: 2;
}

.authorization-top-link {
  order: 1;
}

.page-header .authorization-link.switcher, .page-header .search-wrapper, .page-header .minicart-wrapper {
  line-height: 30px !important;
}

.bottom_header {
  padding: 6px 0px;
}

.cat1234 {
  background-color: #E8E3E6;
  padding: 14px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  font-family: "AgencyFBBlackExtended";
}

span.cat1234:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #E8E3E6;
  transform-origin: bottom left;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}

.cat123 {
  position: relative;
  font-size: 12px;
  color: #aaa;
  padding: 10px 25px 15px 50px;
  font-family: "Gotham-Book";
}

span.cat123:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #eee;
  transform-origin: bottom left;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}

.block-static-block {
  margin: 0 !important;
}

/*header css end here */
/*footer css start here */
.page-footer {
  font-size: 14px;
  background-color: #AAB4BC;
}

.footer.content {
  max-width: 1420px;
  width: 100%;
  color: #16355D;
}

.footer a,
.footer-bottom a {
  color: #16355D !important;
}

.footer_column li {
  float: left;
  width: 100%;
}

.block-search .action.search::before {
  color: #fff !important;
  font-size: 26px !important;
}

.block-search .control {
  background-color: transparent !important;
  padding: 0;
}

.sticky-menu .block-search {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 4;
  padding: 0;
}

.actions button::after {
  border: 0px !important;
}

.authorization-link {
  width: 50px !important;
}

.page-header .authorization-link.switcher .action.toggle.switcher-trigger::before {
  content: "Login" !important;
  font-size: 16px !important;
  font-family: "Gotham-Medium" !important;
  text-transform: uppercase;
}

.block-products-list .block-title strong {
  text-align: center;
  font-size: 22px;
  color: #0033a0;
  text-transform: uppercase;
  font-family: "Gotham-Bold", sans-serif;
  font-weight: 400;
}

.block-products-list .block-title {
  text-align: center;
  margin-bottom: 0;
}

.block-products-list .owl-carousel .owl-nav {
  top: 0;
}

.footer.content .links li {
  margin: 0 0 5px !important;
}

/*footer css end here */
.page-wrapper {
  overflow: hidden;
}

.dailydeal-block {
  background-image: url("../../frontend/Anderson/default/en_US/images/dailydeal.jpg") !important;
}

.dailydeal-block {
  float: left;
  width: 100%;
  height: 350px;
}

.newsletter-block .col-sm-12 {
  padding: 35px !important;
}

.text-daily {
  font-size: 39.5px;
  color: #0033a0;
  font-family: initial;
  padding: 5px;
  margin-top: 15px !important;
  font-family: "AgencyFBBlackExtended";
}

.newsletter-block {
  background-image: url("../../frontend/Anderson/default/en_US/images/newsletter-background.png") !important;
  float: left;
  width: 100%;
  height: 350px;
  background: no-repeat;
  background-size: 100%;
}

.newsletter-text {
  font-size: 28px;
  color: white;
  font-family: "AgencyFBBlackExtended";
  text-transform: uppercase;
  line-height: 33px !important;
}

.input-email-sign {
  border-radius: 20px !important;
  width: 50% !important;
}

.input-form {
  margin-top: 5%;
}

.action.primary::after {
  border: 0px !important;
}

.text-daily strong {
  color: #fff !important;
  position: relative;
  padding: 50px 10px;
}

.text-daily strong::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 3%;
  left: 1%;
  z-index: -1;
  background: #0033a0;
  transform-origin: top;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}

.col-sm-24 {
  z-index: 0;
}

/*about us page */
.cms-page-view .page-layout-1column .columns {
  margin: 0px !important;
  padding: 0px !important;
}

.main-image img {
  width: 100%;
}

.cms-page-view .widget {
  padding: 0px !important;
}

.cms-page-view .columns {
  padding: 0px !important;
}

.main-text {
  position: absolute;
  top: 62%;
  left: 22%;
  font-size: 50px;
  color: #fff;
  font-family: AgencyFBBlackExtended;
  line-height: 50px;
  text-align: center;
}

.main-image {
  position: relative;
}

.page-title-wrapper {
  padding: 20px 0 0 0;
}

.account .page-title-wrapper {
  padding-left: 20px;
}

.sidetext {
  float: left;
  width: 50%;
  padding: 30px;
  font-size: 16px;
  color: #555;
}

.page-title-wrapper span {
  color: #0033a0 !important;
  font-weight: 400;
  font-family: "Gotham-Bold";
}

.actions-secondary {
  display: none !important;
}

.newsletter-text .action {
  width: 225px !important;
}

.dialdeal-image img {
  min-height: 200px !important;
  width: 60%;
}

.input-email-sign {
  width: 235px !important;
}

::-webkit-input-placeholder {
  font-weight: normal;
  color: #333 !important;
}

::-moz-placeholder {
  font-weight: normal;
  color: #333 !important;
}

:-ms-input-placeholder {
  font-weight: normal;
  color: #333 !important;
}

::placeholder {
  font-weight: normal;
  color: #333 !important;
}

.products-grid .product-items:not(.owl-carousel) > .product-item .product-item-info {
  background-color: transparent !important;
  width: 100%;
  text-align: center;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product-item .product-reviews-summary .reviews-actions {
  display: none;
}

.shopalldeals {
  background-color: #828282 !important;
  margin-left: 20px !important;
}

/**ADDED CSS ON 13JUNE**/
.bottom_header .cat1234, .bottom_header .cat123, .cdz-slideshow {
  z-index: -1 !important;
}

.dailydeal-block {
  height: 425px;
}

.cdz-menu .col-sm-6 {
  width: 23% !important;
  padding: 30px;
  border: 1px solid #ddd;
  margin: 10px;
  min-height: 300px !important;
}

.cdz-menu .col-sm-6:hover {
  opacity: 0.5;
  color: #fff !important;
}

.cdz-menu .col-sm-4:hover {
  opacity: 0.5;
  color: #fff !important;
}

.cdz-menu .col-sm-4 {
  padding: 30px;
  border: 1px solid #ddd;
  margin: 10px;
  min-height: 300px !important;
}

.cdz-menu .img1 {
  margin-top: 60px !important;
}

.cdz-menu .img2 {
  margin-left: 60px !important;
}

.cdz-menu .img3 {
  margin-left: 90px !important;
  width: 50% !important;
}

.menu_text {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, -50%);
  font-family: "AgencyFBBlackExtended";
  width: 100% !important;
  text-align: center;
}

.groupmenu-drop-content.groupmenu-width-24 {
  width: 100% !important;
  margin: 0px !important;
}

.img-responsive {
  min-height: 135px !important;
  height: 150px !important;
}

.mobile-view {
  display: none !important;
}

.lower_css_menu .row .col-sm-4:last-child {
  display: none;
}

@media only screen and (max-width: 600px) {
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block !important;
  }
}
.wrapper-breadcrums {
  order: 1;
}

#maincontent {
  order: 3;
}

.page-footer {
  order: 5;
}

.block-static-block {
  margin: 0 !important;
  padding: 0 !important;
}

.category-description {
  display: block !important;
}

#layered-filter-block {
  z-index: 0 !important;
}

.main-image {
  float: left;
  width: 100%;
}

.products-list .item a.product-item-photo .main-image .product-image-container, .products-grid .item a.product-item-photo .main-image .product-image-container {
  position: relative !important;
}

.page-with-filter .products-grid .product-items:not(.owl-carousel) {
  display: flex;
  flex-wrap: wrap;
}

.page-with-filter .products-grid .product-items:not(.owl-carousel) > .product-item {
  width: 50% !important;
  padding-left: 10px;
  padding-right: 10px;
  float: none !important;
  margin-left: 0;
  margin-right: 0;
}

.page-with-filter .products-grid .product-items:not(.owl-carousel) > .product-item .product-item-info {
  border: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page-with-filter .products-grid .product-items:not(.owl-carousel) > .product-item .product-item-info .product-item-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
}

.action.tocart.primary.show-tooltip:hover {
  background-color: #F09127 !important;
}

.page-with-filter .product.name {
  display: block;
  float: left !important;
  width: 100% !important;
}

.page-with-filter .products-grid .product-item-info .product-item-details {
  padding: 0;
}

.page-with-filter .products-grid .product.name {
  padding: 10px 0 0;
  margin-bottom: auto;
  margin-top: 0;
}

.page-with-filter .products-grid .product_skus {
  margin-bottom: auto;
  margin-top: 0;
}
.page-with-filter .products-grid .product_skus p {
  margin: 0;
}

.page-products .sorter {
  padding-right: 0;
  right: 0;
}

.breadcrumbs .item:not(:last-child)::after {
  font-size: 26px;
}

.page-products .columns {
  width: 100% !important;
}

.stock.unavailable {
  width: 100% !important;
}

.cms-contact-us .page-title-wrapper {
  width: 100%;
  text-align: center;
}

.cms-create-dealer-account .page-main {
  max-width: 1200px !important;
  padding: 0 10px !important;
}
.cms-create-dealer-account .page-title-wrapper {
  padding: 20px 0 0 0;
}

/* filter css */
.filter-title strong {
  border-bottom: 0px !important;
}

.filter-title {
  background-color: #858786;
}

.sections.nav-sections {
  padding: 0 !important;
}

.page-header .groupmenu {
  margin: 0;
  padding: 0;
  float: left;
}

.cms-rf-85 .block-title {
  display: none !important;
}

.price-box .price {
  font-family: "Gotham-Bold" !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  color: #0033a0 !important;
}

.products-grid .product-item-info .product-item-name {
  height: unset !important;
  float: left;
  width: 100%;
  font-weight: 400;
}

.products-grid .product-item-info .product-item-name a {
  text-transform: uppercase;
  font-family: "Gotham-Medium";
  color: #2c2a29;
}

.products-grid .product-item-info .unavailable, .products-grid .product-item-info .available {
  margin: 0;
  padding: 0;
}

.page-header {
  z-index: 899;
}

.page-main:after {
  content: "";
  display: table;
  clear: both;
}

.page.messages {
  width: 100%;
}

#message {
  width: 100% !important;
}

.cms-contact-us .columns {
  margin: 0 !important;
}

.amform-form {
  max-width: 100% !important;
  margin: 0;
}

.amform-form .amform-form-fieldset.fieldset {
  margin-bottom: 0;
}

.amform-form .action.primary.amcform-submit {
  float: left;
  margin-bottom: 0;
}

.head_text, .contact-details {
  font-size: 16px !important;
  margin: 0 !important;
}

::placeholder {
  font-weight: normal;
  font-family: "Gotham-Book";
}

.side-text {
  float: left;
  width: 50%;
}

.side-text a {
  color: #0033a0 !important;
}

.inner-side-text {
  float: left;
}

.contact_us_bottons, .contact-details {
  float: left;
  width: 100%;
}

.contact_us_bottons_inner a {
  float: left;
  width: 48%;
}

.contact_us_bottons_inner, .contact-details-inner {
  padding: 30px;
  float: left;
}

.cms-contact-us .form-control {
  border-radius: 20px !important;
}

.cms-contact-us .contact_us_bottons_inner a {
  padding: 10px;
  background-color: #0033a0;
  margin: 10px;
  border-radius: 20px;
  color: #fff;
}

/* filter css */
.block-title.filter-title {
  background-color: #999999 !important;
  color: #fff !important;
  border: 0 !important;
  position: relative;
}

.block-title.filter-title strong {
  padding: 5px !important;
  font-size: 20px !important;
  margin: 0 10px !important;
}

.block-content.filter-content {
  margin-top: 15px !important;
  border: 0px !important;
}

.filter-options-item, .filter dl.options-item, .filter-options dt, .filter dl.options dt {
  border: 1px solid !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
}

.page-main .sidebar .block:not(.block-static-block) {
  padding: 0 !important;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
}

.filter-options-title, .filter dl.options-title, .filter-options dt, .filter dl.options dt {
  padding: 0px 12px !important;
  background-color: #254194 !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
}

.filter-options-title::after, .filter dl.options-title::after, .filter-options dt::after, .filter dl.options dt::after {
  top: 0px !important;
  right: 10px !important;
}

.filter-options-content .item::before {
  content: none !important;
}

.filter-content .item {
  margin: 4px 10px !important;
}

.filter-options-content .count {
  border: 0 !important;
}

.filter-options-title::after {
  content: "\f067" !important;
  font-family: "FontAwesome" !important;
  display: none;
}

.active > .filter-options-title::after {
  content: "\f068" !important;
  font-family: "FontAwesome" !important;
}

.filter-options-content a, .filter dl.options-content a, .filter-options dd a, .filter dl.options dd a {
  font-weight: normal !important;
  font-size: 14px;
  color: #2c2a29;
}
.filter-options-content a .price, .filter dl.options-content a .price, .filter-options dd a .price, .filter dl.options dd a .price {
  font-weight: normal !important;
  font-size: 14px !important;
  color: #2c2a29 !important;
}

.block.widget.block-products-list.grid {
  margin: 0 0 60px;
}
.block.widget.block-products-list.grid .block-title {
  background: #16355D;
  position: relative;
  margin-bottom: 25px;
}
.block.widget.block-products-list.grid .block-title:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #16355D;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
}
.block.widget.block-products-list.grid .block-title strong {
  font-size: 40px;
  color: #fff;
}
.block.widget.block-products-list.grid .block-content {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.block.widget.block-products-list.grid .products-grid .product-items > .product-item .product-item-info {
  border: none;
}
@media screen and (max-width: 767px) {
  .block.widget.block-products-list.grid {
    margin: 0 0 30px;
  }
  .block.widget.block-products-list.grid .block-title strong {
    font-size: 18px;
  }
}

.footer.content .links li, .footer_column {
  font-size: 13px;
  font-family: "Gotham-Book";
}

.action.primary:hover {
  background-color: #fff !important;
  color: #F09127;
  border-color: #F09127;
}

.breadcrumbs .items {
  color: #2c2a29;
  padding-top: 15px;
  text-transform: uppercase;
}

.col-sm-10.about-bottom {
  padding: 25px;
  font-family: "Gotham-Book" !important;
  font-size: 18px !important;
}

.full-slideshow-wrapper {
  z-index: 0 !important;
  margin-bottom: 60px;
}

.catalog-category-view .page-title-wrapper {
  width: 100%;
  padding: 0;
}

.catalog-product-view .page-title-wrapper {
  float: left;
  width: 100% !important;
  padding: 0px !important;
}

.breadcrumbs {
  order: 1;
}

.product-info-main .product-info-stock-sku .availability.out-of-stock {
  color: red;
}

.catalog-product-view .columns {
  width: 100% !important;
}

.lower_css_menu .col-sm-4 {
  width: 18% !important;
}

.checkout-container .btn-back-cart {
  float: left;
}

.checkout-container .opc-estimated-wrapper {
  clear: left;
}

.checkout-shipping-address .address-button-container {
  width: 100%;
  margin: 10px 0 30px;
  text-align: right;
}

.checkout-shipping-address .address-button-container > p {
  float: left;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .products-grid .product-items:not(.owl-carousel) > .product-item:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 1024px) {
  .products-grid .product-items:not(.owl-carousel) > .product-item {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-grid .product-items:not(.owl-carousel) > .product-item:nth-child(4n+1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .products-grid .product-items:not(.owl-carousel) {
    margin: 0 -10px;
    overflow: hidden;
  }
  .products-grid .product-items:not(.owl-carousel) > .product-item {
    margin-bottom: 20px;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-grid .product-items:not(.owl-carousel) > .product-item:nth-child(2n+1) {
    clear: left;
  }
  .full-slideshow-wrapper {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 639px) {
  .block-title.filter-title strong {
    font-size: 14px !important;
    margin: 0 10px 0 0 !important;
    top: -65px;
    padding: 6px !important;
    border: 1px solid #0033a0 !important;
    color: #fff;
    background-color: #0033a0;
    font-weight: 400;
  }
  .block-title.filter-title strong:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0b0";
    font-size: 14px;
    margin-right: 10px;
  }
  .page-products .sorter {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 13px;
    padding: 10px 0;
  }
  .sorter .sorter-action {
    display: none !important;
  }
  .toolbar select {
    width: 140px;
  }
}
@media only screen and (max-width: 450px) {
  .home_image {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 30px;
  }
  .cat1234 {
    font-size: 8px !important;
    padding: 8px !important;
  }
  .cat123 {
    font-size: 8px !important;
    padding: 8px !important;
  }
  .bottom_header {
    padding: 0px !important;
  }
  .block-search .action.search::before {
    line-height: 30px !important;
  }
  .groupmenu {
    width: 100% !important;
  }
  .block-search .action.search::before {
    line-height: 30px !important;
  }
  .page-header .header-wrapper-right {
    padding-top: 0px !important;
  }
  .page-header .logo {
    margin: 10px 0 0 0 !important;
    display: block;
    width: auto;
  }
  .page-header .header-wrapper-right {
    padding-top: 0px !important;
  }
  .bottom_header {
    display: none !important;
  }
  .headrf {
    width: 100% !important;
  }
  .sidetext {
    width: 100% !important;
  }
  .block.widget.block-products-list.grid {
    padding: 10px !important;
  }
  .toolbar-amount {
    display: none;
  }
  .cms-about_us .col-sm-8 {
    text-align: center !important;
  }
  .cms-about_us .main-text {
    top: 0% !important;
    left: 5% !important;
    font-size: 20px !important;
  }
}
.amform-form-9 {
  width: 100% !important;
}

.data-table .nobr {
  white-space: nowrap;
}

.customer-address-index .main .actions-toolbar {
  padding: 0 20px;
}

.address-message {
  margin: 0 0 20px 20px;
  font-size: 16px;
}

.catalog-product-view .page.messages,
.catalog-product-view .columns,
.checkout-cart-index .page.messages,
.checkout-cart-index .columns,
body.account .page.messages,
body.account .columns {
  float: none !important;
}

.custom-modal {
  z-index: 999999;
}

.amform-form label {
  color: #5d5b5b;
  font-size: 16px;
}

.amform-form .field .control {
  max-width: 560px;
}

.sub-category-grid {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sub-category-grid li {
  padding: 0;
  margin: 0 0 30px;
}
.sub-category-grid li a {
  display: block;
  text-decoration: none;
  color: #0232a0;
  font-size: 48px;
  text-transform: uppercase;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
  padding: 15px;
  text-align: center;
}
.sub-category-grid li a span {
  display: block;
}
.sub-category-grid li a img {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
}

.sub-category-filters {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sub-category-filters .icon-filter {
  display: inline-block;
  padding-left: 20px;
  margin-right: 20px;
  background: url("../../frontend/Anderson/default/en_US/images/icon_filter.png") 0 50% no-repeat;
}
.sub-category-filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sub-category-filters ul li {
  padding: 0 20px 0 0;
  margin: 0;
  display: inline-block;
}
.sub-category-filters input[type=checkbox] {
  margin-top: 0;
  position: static;
  vertical-align: middle;
}
.sub-category-filters label {
  cursor: pointer;
  vertical-align: middle;
}
.sub-category-filters > input[type=checkbox] {
  position: absolute;
}
.sub-category-filters > label {
  color: #274091;
  font-size: 20px;
  line-height: 1;
  order: 99;
  display: none;
}

.sub-category-product-grid .products-grid .product-item {
  display: none;
}

.customer-address-form .column.main > form {
  padding: 0 0 0 20px;
}
.customer-address-form ul.form-list {
  list-style: none;
}
.customer-address-form ul.form-list .fields .field {
  margin-bottom: 15px;
}

.checkout-ffl-info .actions-toolbar .secondary {
  float: left;
}
.checkout-ffl-info .actions-toolbar .primary {
  float: right;
}

@media (min-width: 640px) {
  .page-with-filter.page-layout-2columns-left .page-wrapper {
    overflow: initial;
  }
  .page-with-filter.page-layout-2columns-left .columns {
    padding-top: 60px;
    display: flex;
    float: none !important;
    width: auto !important;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 0;
  }
  .page-with-filter.page-layout-2columns-left .columns.filters-active .column.main .products-grid {
    transform: translateX(33.3333%);
  }
  .page-with-filter.page-layout-2columns-left .columns.filters-active .column.main .products-grid .product-items {
    width: 67.8166%;
  }
  .page-with-filter.page-layout-2columns-left .columns.filters-active .column.main .products-grid .product-items > .product-item {
    width: 50% !important;
  }
  .page-with-filter.page-layout-2columns-left .columns.filters-active .sidebar-main {
    transform: translateX(0);
    overflow: visible;
  }
  .page-with-filter.page-layout-2columns-left .columns.filters-active .block-title.filter-title:after {
    border-width: 7px 7px 7px 0;
    border-color: transparent #f79421 transparent transparent;
  }
  .page-with-filter.page-layout-2columns-left .column.main {
    width: calc(100% - 105px);
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    float: none;
    flex: 0 0 auto;
    margin-top: -60px;
  }
  .page-with-filter.page-layout-2columns-left .column.main .products-grid {
    transition: transform 0.2s ease;
  }
  .page-with-filter.page-layout-2columns-left .column.main .page-title-wrapper {
    margin-left: -115px;
  }
  .page-with-filter.page-layout-2columns-left .sidebar-main {
    width: 100%;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    transition: transform 0.2s ease;
    transform: translateX(-100%);
    float: none;
    flex: 0;
    padding: 0;
    overflow: hidden;
    position: sticky;
    top: 110px;
    height: var(--filter-height);
  }
  .page-with-filter.page-layout-2columns-left .filter-actions {
    margin: -35px -10px 25px;
  }
  .page-with-filter.page-layout-2columns-left .filter-options-content {
    max-height: 200px;
    overflow: auto;
  }
  .page-with-filter.page-layout-2columns-left .filter-options-content::-webkit-scrollbar {
    height: 5px;
    width: 5px;
  }
  .page-with-filter.page-layout-2columns-left .filter-options-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .page-with-filter.page-layout-2columns-left .filter-options-content::-webkit-scrollbar-thumb {
    background-color: darkgrey;
  }
  .page-with-filter.page-layout-2columns-left .filter .filter-current {
    border: solid #b4b4b4;
    border-width: 1px 0;
    margin: 5px 0 10px;
  }
  .page-with-filter.page-layout-2columns-left .filter .filter-current + .block-actions {
    display: none;
  }
  .page-with-filter.page-layout-2columns-left .filter .filter-current.active .items {
    display: block;
  }
  .page-with-filter.page-layout-2columns-left .filter .filter-current.active .block-subtitle:before {
    transform: rotate(-45deg);
    top: 16px;
  }
  .page-with-filter.page-layout-2columns-left .filter .filter-current-subtitle {
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 10px 0;
  }
  .page-with-filter.page-layout-2columns-left .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    vertical-align: middle;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(135deg);
    display: none;
  }
  .page-with-filter.page-layout-2columns-left .filter .filter-current-subtitle:after {
    color: #7d7d7d;
    content: " (" attr(data-count) ")";
    font-size: 0.9em;
  }
  .page-with-filter.page-layout-2columns-left .sidebar .block.filter {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .page-with-filter.page-layout-2columns-left .sidebar .block.filter .block-content {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    bottom: 0;
    background: #fff;
    margin: 0 !important;
    width: 280px;
  }
  .page-with-filter.page-layout-2columns-left .sidebar .block.filter.active .filter-title {
    background: #ffffff !important;
    height: 40px;
    left: 230px;
    right: initial;
    top: 0;
    z-index: 2;
    min-width: 0 !important;
    width: 40px;
    position: absolute;
    z-index: 101;
  }
  .page-with-filter.page-layout-2columns-left .sidebar .block.filter.active .filter-title strong {
    right: 0;
    left: initial;
    margin: 0 !important;
    font-size: 0 !important;
    top: 3px;
    line-height: 30px !important;
  }
  .page-with-filter.page-layout-2columns-left .sidebar .block.filter.active .filter-title strong:before {
    display: none;
  }
  .page-with-filter.page-layout-2columns-left .sidebar .block.filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px !important;
    line-height: inherit;
    color: #ffffff;
    content: "\e616";
    font-family: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-with-filter.page-layout-2columns-left .sidebar .block.filter.active .filter-subtitle {
    display: block;
    height: 40px;
    left: 10px;
    line-height: 40px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3;
    margin-right: 50px;
    color: #2c2a29;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
  }
  .page-with-filter.page-layout-2columns-left .sidebar .block.filter.active .block-content {
    transform: translateX(0);
  }
  .page-with-filter.page-layout-2columns-left .sidebar .block-title.filter-title {
    display: none;
  }
  .page-with-filter.page-layout-2columns-left .toolbar {
    box-shadow: none;
    margin-bottom: 0;
    margin-top: -50px;
  }
  .page-with-filter.page-layout-2columns-left .toolbar .modes {
    display: none;
  }
  .page-with-filter.page-layout-2columns-left .toolbar .toolbar-amount {
    display: none;
  }
  .page-with-filter.page-layout-2columns-left .toolbar .sorter {
    padding-top: 0;
  }
  .page-with-filter.page-layout-2columns-left .toolbar select {
    width: auto !important;
  }
  .page-with-filter.page-layout-2columns-left .products.wrapper ~ .toolbar {
    margin-top: 0;
  }
  .page-with-filter.page-layout-2columns-left .products.wrapper ~ .toolbar .toolbar-amount {
    position: static;
    float: left;
    display: block;
    padding: 10px 20px 10px 0;
    line-height: 18px;
  }
  .page-with-filter.page-layout-2columns-left .block-title.filter-title {
    cursor: pointer;
    text-align: center;
    z-index: 101;
    display: flex;
    align-items: center;
    border: 1px solid #0033a0 !important;
    color: #ffffff;
    background-color: #0033a0 !important;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0 30px 0 0 !important;
    width: 75px;
    flex: 0 0 75px;
    padding: 12px 0 12px 20px;
    opacity: 0.8;
    position: sticky;
    top: 110px;
  }
  .page-with-filter.page-layout-2columns-left .block-title.filter-title:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #f79421;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
  }
  .page-with-filter.page-layout-2columns-left .block-title.filter-title p {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    font-size: 0;
  }
  .page-with-filter.page-layout-2columns-left .block-title.filter-title span {
    display: flex;
    justify-content: space-between;
    width: 24px;
    height: 10px;
    margin-bottom: 4px;
  }
  .page-with-filter.page-layout-2columns-left .block-title.filter-title span:before, .page-with-filter.page-layout-2columns-left .block-title.filter-title span:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 1px;
  }
  .page-with-filter.page-layout-2columns-left .block-title.filter-title span + span {
    margin-bottom: 0;
  }
  .page-with-filter.page-layout-2columns-left .block-title.filter-title:hover {
    opacity: 1;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .page-with-filter.page-layout-2columns-left .columns.filters-active .column.main .products-grid {
    transform: translateX(50%);
  }
  .page-with-filter.page-layout-2columns-left .columns.filters-active .column.main .products-grid .product-items {
    width: 50%;
  }
  .page-with-filter.page-layout-2columns-left .columns.filters-active .column.main .products-grid .product-items > .product-item {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .page-layout-1column.catalog-category-view .sub-category-product-grid .products-grid .product-items:not(.owl-carousel) > .product-item {
    width: 33.3333% !important;
  }
  .page-with-filter.page-layout-2columns-left .products-grid .product-items:not(.owl-carousel) > .product-item {
    width: 33.3333% !important;
  }
  .category-description {
    padding-bottom: 0;
  }
  .category-description div[data-element=inner] {
    padding: 0 !important;
  }
  .sub-category-filters {
    display: none;
  }
  .sub-category-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .sub-category-grid li {
    padding: 0 5px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .sub-category-grid li {
    margin-bottom: 5px;
  }
  .sub-category-grid li a {
    font-size: 24px;
  }
  .sub-category-filters {
    align-items: flex-start;
  }
  .sub-category-filters > label {
    display: block;
  }
  .sub-category-filters ul {
    max-height: 1.4em;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
  }
  .sub-category-filters > input[type=checkbox]:checked + label .fa:before {
    content: "\f0d8";
  }
  .sub-category-filters > input[type=checkbox]:checked + label + ul {
    max-height: 1000px;
    transition: max-height 0.15s ease-in;
  }
  .page-layout-1column.catalog-category-view .category-description {
    padding-bottom: 0;
  }
  .page-layout-1column.catalog-category-view .columns {
    padding-top: 0 !important;
  }
  .account .page-main .sidebar .block-collapsible-nav {
    padding: 15px !important;
  }
}
@media (max-width: 639px) {
  .page-with-filter.page-layout-2columns-left .columns {
    padding-top: 60px;
  }
  .page-with-filter.page-layout-2columns-left .block-title.toggle-filters {
    display: none;
  }
}
.homepage_banners {
  display: flex;
  margin-bottom: 160px;
}
.homepage_banners .homepage_banner--col {
  width: 50%;
  position: relative;
}
.homepage_banners .homepage_banner--col img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.homepage_banners .homepage_banner--col + .homepage_banner--col .homepage_banner--contents {
  left: 40%;
}
.homepage_banners .homepage_banner--contents {
  position: absolute;
  top: 0;
  left: 30%;
  right: 0;
  bottom: 0;
  padding: 50px 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.homepage_banners .homepage_banner--contents a {
  text-transform: uppercase;
  color: #EE8922;
  font-size: 38px;
  font-family: "Gotham-Medium";
}
.homepage_banners .homepage_banner--contents p {
  font-size: 24px;
  line-height: 1.35;
}
.homepage_banners .homepage_banner--title {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 400;
  font-family: "Gotham-Bold";
}
@media (max-width: 1900px) and (min-width: 768px) {
  .homepage_banners {
    margin-bottom: 40px;
  }
  .homepage_banners .homepage_banner--title {
    font-size: 1.7vw;
  }
  .homepage_banners .homepage_banner--contents a {
    font-size: 1.7vw;
  }
  .homepage_banners .homepage_banner--contents p {
    font-size: 1.2vw;
  }
}
@media (max-width: 767px) {
  .homepage_banners {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .homepage_banners .homepage_banner--col {
    width: 100%;
  }
  .homepage_banners .homepage_banner--title {
    font-size: 15px;
  }
  .homepage_banners .homepage_banner--contents {
    padding: 10px;
  }
  .homepage_banners .homepage_banner--contents a {
    font-size: 15px;
  }
  .homepage_banners .homepage_banner--contents p {
    font-size: 10px;
  }
  .homepage_banners .homepage_banner--col:not(:last-child) {
    margin-bottom: 20px;
  }
}

.page-header .block-search .action.search {
  background: #748491;
  opacity: 1 !important;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
}
.page-header .searchsuite-autocomplete {
  right: 0;
  top: 41px;
  width: 100%;
  min-width: 280px;
  left: auto;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-header .logo {
    display: block;
    margin: auto;
  }
  .page-header .sticky-menu.active {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-header .logo .main-logo {
    max-width: 120px;
  }
  .page-header .header.content {
    padding-bottom: 0 !important;
  }
  .page-header .header-wrapper-content {
    position: relative;
    padding-bottom: 45px;
  }
  .page-header .header-main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-header .header-wrapper-center {
    min-width: 180px;
  }
  .page-header .logo .main-logo {
    max-width: 100px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .page-header .logo .main-logo {
    max-width: 160px;
  }
}
@media screen and (min-width: 992px) {
  .page-header .header-wrapper-center {
    padding: 0 10px;
  }
  .page-header .header-wrapper-left {
    position: relative;
  }
  .page-header .sticky-menu.active .header-wrapper-center:after {
    border-left-width: 80px;
    border-bottom-width: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .page-header .header-wrapper-center {
    padding: 0 20px;
    min-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .page-header .searchsuite-autocomplete {
    right: 0;
    left: 0;
  }
  .page-header .header.content {
    max-width: 100% !important;
    padding: 15px 15px 0 !important;
  }
  .page-header .header.content > .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .page-header .header.content > .row > .mid-col {
    padding: 0;
  }
  .page-header .header.content > .row > .left-col {
    /* flex: 1 0 auto;*/
  }
  .page-header .header.content > .row > .right-col {
    margin-left: auto;
  }
  .page-header .logo {
    margin: 0 auto 0 0 !important;
    width: auto !important;
    display: block;
  }
  .page-header .logo .main-logo {
    margin: 0 auto 0 40px !important;
    max-width: 100px;
  }
  .page-header .logo img {
    max-height: none !important;
  }
  .page-header .header-wrapper-right {
    height: 0;
  }
  .page-header .header-wrapper-right .block-search {
    width: 0 !important;
    display: none;
  }
  .page-header .header-wrapper-middle {
    padding: 10px 0;
  }
  .page-header .header-right-links {
    display: none;
  }
  .page-header .authorization-links {
    position: absolute;
    top: 50%;
    right: 70px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 2px 0 0;
    height: 36px;
    line-height: 1;
  }
  .page-header .authorization-links .login-popup-link {
    width: 25px;
    font-size: 0;
    height: 36px;
    background: url(../../frontend/Anderson/default/en_US/images/user_icon_2.png) 50% no-repeat;
    background-size: 100%;
  }
  .page-header .mobile-search-wrapper {
    padding: 0 15px;
  }
  .page-header .mobile-search-wrapper .mobile-search-content {
    margin: 0 auto;
  }
  .page-header .mobile-search-wrapper .mobile-search-content .action.search {
    background: #748491;
    display: block;
    position: absolute;
    top: 0;
  }
  .page-header .mobile-search-wrapper .mobile-search-content .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .page-header .mobile-search-wrapper .mobile-search-content .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    content: "\e615";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-header .mobile-search-wrapper .mobile-search-form-container input[type=text] {
    border-radius: 0;
  }
  .page-header .minicart-wrapper {
    position: static;
  }
  .page-header .minicart-wrapper .action.showcart {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .page-header .nav-toggle {
    width: 26px;
    height: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .page-header .nav-toggle:before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 26px;
    height: 2px;
    background: #16355D;
    content: "";
  }
  .page-header .nav-toggle:after {
    display: none;
  }
  .page-header .nav-toggle span:before, .page-header .nav-toggle span:after {
    position: absolute;
    left: 0;
    width: 26px;
    height: 2px;
    background: #16355D;
    content: "";
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .page-header .nav-toggle span:after {
    bottom: 0;
  }
}
@media screen and (max-width: 425px) {
  .page-header .authorization-links .logged-in-menu-link span {
    display: none;
  }
}

.page-footer .footer.content {
  padding: 30px 10px;
  margin: 0 auto;
  border: none;
}
.page-footer .footer.content .widget.block {
  float: none;
}
.page-footer .footer.content .widget.block:after {
  content: "";
  display: table;
  clear: both;
}
.page-footer .footer.content .footer_column {
  font-size: 17px;
}
.page-footer .footer.content .footer_column:after {
  content: "";
  display: table;
  clear: both;
}
.page-footer .footer.content .footer_column .title {
  color: #16355D;
  font-size: 21px;
  text-transform: uppercase;
}
.page-footer .footer.content .footer_column .links {
  padding: 0;
  margin: 0 0 25px;
}
.page-footer .footer.content .footer_column .links li {
  font-size: 17px;
  padding-right: 10px;
  float: none;
}
.page-footer .footer.content .footer_column .links li a {
  text-transform: uppercase;
}
.page-footer .footer.content .links-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.page-footer .footer.content .social-links {
  text-align: center;
  padding: 20px 0 10px;
}
.page-footer .footer.content .social-links li {
  float: none;
  display: inline-block;
  width: auto;
  padding: 0 10px;
}
.page-footer .footer.content .social-links li a {
  color: #16355D !important;
  font-size: 30px;
  padding: 0 10px;
}
.page-footer .bottom-footer-wrapper {
  background: #AAB4BC;
  color: #16355D;
  border: none;
  padding: 40px 15px;
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.page-footer .footer-copyright {
  text-align: center;
}
.page-footer .footer-copyright p {
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page-footer .footer.content .footer_column .title {
    font-size: 18px;
  }
  .page-footer .footer.content .footer_column .links li {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-footer .footer.content {
    padding: 30px 30px 10px;
  }
  .page-footer .footer.content .footer_column {
    padding-bottom: 30px;
  }
  .page-footer .footer.content .footer_column .title {
    font-size: 18px;
  }
  .page-footer .footer.content .footer_column .links li {
    font-size: 15px;
  }
  .page-footer .footer.content .footer_column .links li a {
    padding: 5px 0;
  }
  .page-footer .footer.content .footer_column .links:last-child {
    margin-bottom: 0;
  }
  .page-footer .footer.content .links-wrapper {
    display: block;
  }
  .page-footer .footer.content .links-wrapper .links {
    margin: 0;
  }
  .page-footer .footer.content .social-links {
    padding: 0;
  }
}

.newsletter-footer-container {
  background: #AAB4BC;
  padding: 20px;
  position: fixed;
  bottom: -400px;
  left: 0;
  right: 0;
  z-index: 1;
  transition: bottom 0.2s ease;
}
.newsletter-footer-container.open {
  bottom: 0;
}
.newsletter-footer-container .close-icon {
  display: block;
  width: 20px;
  height: 20px;
  background: #16355D;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: 0;
}
.newsletter-footer-container .close-icon:before, .newsletter-footer-container .close-icon:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-left: -6px;
}
.newsletter-footer-container .close-icon:before {
  transform: rotate(45deg);
}
.newsletter-footer-container .close-icon:after {
  transform: rotate(-45deg);
}
.newsletter-footer-container .newsletter-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.newsletter-footer-container .newsletter-wrapper .title {
  font-family: "Gotham-Bold";
  font-weight: 400;
  color: #16355D;
  text-transform: uppercase;
}
.newsletter-footer-container .form.subscribe label {
  color: #16355D;
  font-size: 18px;
  padding-right: 30px;
}
.newsletter-footer-container .form.subscribe .field {
  display: flex;
  max-width: 320px;
  position: relative;
}
.newsletter-footer-container .form.subscribe .field input {
  height: 40px;
  color: #16355D;
  background-color: #fff;
  border: 2px solid #19468d;
  min-width: 260px;
}
.newsletter-footer-container .form.subscribe .field input::-webkit-input-placeholder {
  color: #16355D !important;
}
.newsletter-footer-container .form.subscribe .field input::-moz-placeholder {
  color: #16355D !important;
}
.newsletter-footer-container .form.subscribe .field input:-ms-input-placeholder {
  color: #16355D !important;
}
.newsletter-footer-container .form.subscribe .field input:-moz-placeholder {
  color: #16355D !important;
}
.newsletter-footer-container .form.subscribe .field .action {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  background: #16355D !important;
  border-radius: 0 !important;
  width: 40px;
  height: 40px;
  text-align: center;
}
.newsletter-footer-container .form.subscribe .field .action span {
  font-size: 0;
}
.newsletter-footer-container .form.subscribe .field .action:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
}
.newsletter-footer-container .form.subscribe .field div.mage-error[generated] {
  position: absolute;
  top: 100%;
  margin-top: 2px;
}
@media all and (min-width: 992px) {
  .newsletter-footer-container .newsletter-wrapper {
    display: flex;
    align-items: center;
  }
  .newsletter-footer-container .newsletter-wrapper .title {
    padding-right: 15px;
    font-size: 30px;
    max-width: 50%;
  }
  .newsletter-footer-container .newsletter-wrapper .content {
    flex: 1;
    padding-left: 15px;
  }
  .newsletter-footer-container .form.subscribe {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media all and (max-width: 991px) {
  .newsletter-footer-container {
    text-align: center;
  }
  .newsletter-footer-container .newsletter-wrapper .title {
    font-size: 24px;
  }
  .newsletter-footer-container .form.subscribe label {
    margin: 10px 0;
    display: block;
  }
  .newsletter-footer-container .form.subscribe .field {
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .newsletter-footer-container .newsletter-wrapper .title {
    font-size: 24px;
  }
  .newsletter-footer-container .form.subscribe label {
    font-size: 16px;
  }
}

.flipbook-index-view main .columns {
  float: none !important;
}

.b2b-portal-register main .columns {
  width: 100%;
}
.b2b-portal-register .form.create.account {
  margin-left: 0;
}

.bookcontainer .book-details h2 {
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.1;
  margin: 0 0 10px;
  cursor: pointer;
}
.bookcontainer .book-details h2 a {
  text-decoration: none;
  color: #000;
}

.cms-am10 main .columns {
  float: none !important;
  margin: 0;
}
.cms-am10 main .columns img {
  max-width: 100%;
}
.cms-am10 .hero {
  position: relative;
  font-size: 0;
}
.cms-am10 .hero img {
  display: block;
  width: 100%;
}
.cms-am10 .hero .title {
  font-family: "ProhibitionOblique", sans-serif;
  font-size: 130px;
  font-size: 6.77vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}

.hero2 {
  font-size: 0;
  padding: 20px;
  background: url("../../frontend/Anderson/default/en_US/images/am10/hero-bg.jpg") 50% no-repeat;
  background-size: cover;
}
.hero2 .contents {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px;
}
.hero2 .contents .row {
  z-index: 1;
}
.hero2 .contents p {
  color: #fff;
  font-size: 28px;
  line-height: 1.35;
}
.hero2 .contents .corner {
  display: block;
  width: 68px;
  height: 68px;
  background: url("../../frontend/Anderson/default/en_US/images/am10/corner.png") 50% no-repeat;
  background-size: 100%;
  position: absolute;
}
.hero2 .contents .corner.corner-1 {
  top: 0;
  left: 0;
}
.hero2 .contents .corner.corner-2 {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
.hero2 .contents .corner.corner-3 {
  bottom: 0;
  left: 0;
  transform: rotate(270deg);
}
.hero2 .contents .corner.corner-4 {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.video-hero {
  padding: 60px 0;
}
.video-hero .title {
  font-family: "ProhibitionOblique", sans-serif;
  color: #19468d;
  max-width: 1600px;
  margin: 0 auto 60px;
  text-align: center;
  line-height: 1.35;
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.2vw;
}
.video-hero .video-wrapper {
  max-width: 1600px;
  margin: 0 auto;
}
.video-hero .video-wrapper img {
  display: block;
  max-width: 100%;
}
.video-hero > p {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #112f5f;
  font-size: 18px;
  line-height: 1.75;
  padding-left: 10px;
  padding-right: 10px;
}
.video-hero .video-wrapper > img {
  margin-left: auto;
  margin-right: auto;
}

.hero3 {
  background: url("../../frontend/Anderson/default/en_US/images/am10/hero-bg-2.png") bottom center no-repeat;
  background-size: 100%;
  padding: 100px 0 100px;
  position: relative;
}
.hero3:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100px;
  background: #19468d;
}
.hero3 .container {
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;
  max-width: 1620px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.hero3 .container + .container {
  position: relative;
  margin-top: 90px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.hero3 .container + .container:before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  left: 10px;
  right: 10px;
  top: 0;
  background: #ffffff;
}
.hero3 .title {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
  max-width: 800px;
  margin: 0 auto;
}
.hero3 p {
  color: #fff;
  font-size: 24px;
  line-height: 1.35;
  text-align: center;
}
.hero3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero3 ul li {
  display: block;
  padding: 0;
  margin: 0 0 50px;
}
.hero3 ul li p {
  margin: 0;
  text-align: left;
}
.hero3 ul li p strong {
  font-family: "ProhibitionOblique", sans-serif;
  color: #f79421;
  text-transform: uppercase;
}
.hero3 ul li:last-child {
  margin-bottom: 0;
}

.hero4 {
  text-align: center;
  background-color: #f79421;
  padding: 30px 15px;
}
.hero4 .h1 {
  font-family: "ProhibitionOblique", sans-serif;
  font-size: 76px;
  color: #fff;
}
.hero4 p {
  font-size: 36px;
  color: #fff;
  line-height: 1.35;
  max-width: 1200px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .hero4 .h1 {
    font-size: 24px;
  }
  .hero4 p {
    font-size: 14px;
  }
}

.heros ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.heros ul li {
  margin: 0;
  padding: 0;
}
.heros ul a {
  display: block;
}
.heros ul img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-left: -1px;
}

.hero-banners {
  max-width: 1620px;
  font-size: 0;
  margin: 0 auto;
  padding: 0 10px;
}
.hero-banners ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-banners ul li {
  padding: 100px 0;
}
.hero-banners ul li a {
  display: block;
}
.hero-banners ul li a img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.hero-banners ul li:nth-child(2) {
  padding: 0;
}

.cms-kiger .main .contents,
.cms-precision-series .main .contents {
  padding-left: 10px;
  padding-right: 10px;
}
.cms-kiger .main .intro,
.cms-precision-series .main .intro {
  background-color: #19468d;
  text-align: center;
  padding: 100px 15px;
  color: #fff;
  line-height: 1.35;
  font-size: 26px;
}
.cms-kiger .main .intro .contents,
.cms-precision-series .main .intro .contents {
  padding: 0;
  max-width: 960px;
  margin: 0 auto;
}
.cms-kiger .main .intro .contents p:last-child,
.cms-precision-series .main .intro .contents p:last-child {
  margin-top: 60px;
}
.cms-kiger .main .intro p,
.cms-precision-series .main .intro p {
  margin: 0 0 40px;
}
.cms-kiger .main .intro p strong,
.cms-precision-series .main .intro p strong {
  color: #f79421;
  font-family: "ProhibitionOblique";
  font-size: 67px;
}
.cms-kiger .main .item-banner img,
.cms-precision-series .main .item-banner img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.cms-kiger .main .item-info,
.cms-precision-series .main .item-info {
  text-align: center;
}
.cms-kiger .main .item-info .contents,
.cms-precision-series .main .item-info .contents {
  text-align: left;
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 10px 90px;
}
.cms-kiger .main .item-info .contents p,
.cms-precision-series .main .item-info .contents p {
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 30px;
}
.cms-kiger .main .item-info .contents .btn-shop-now,
.cms-precision-series .main .item-info .contents .btn-shop-now {
  display: inline-block;
  font-family: "AgencyFBBlackExtended";
  color: #19468d;
  text-transform: uppercase;
  padding: 10px 15px;
  border: 2px solid #f79421;
}
.cms-kiger .main .item-info .features,
.cms-precision-series .main .item-info .features {
  border: 2px solid #19468d;
}
.cms-kiger .main .item-info .features strong,
.cms-precision-series .main .item-info .features strong {
  background-color: #19468d;
  display: block;
  font-family: "AgencyFBBlackExtended";
  text-transform: uppercase;
  padding: 10px 20px;
  color: #fff;
  font-style: italic;
  font-size: 24px;
}
.cms-kiger .main .item-info .features ul,
.cms-precision-series .main .item-info .features ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.cms-kiger .main .item-info .features ul li,
.cms-precision-series .main .item-info .features ul li {
  margin: 0;
  padding: 10px 20px;
  font-family: "ProhibitionOblique";
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .cms-kiger .main .intro,
  .cms-precision-series .main .intro {
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 16px;
  }
  .cms-kiger .main .intro p strong,
  .cms-precision-series .main .intro p strong {
    font-size: 30px;
  }
  .cms-kiger .main .item-info .contents p,
  .cms-precision-series .main .item-info .contents p {
    font-size: 16px;
  }
  .cms-kiger .main .item-info .features ul li,
  .cms-kiger .main .item-info .features strong,
  .cms-precision-series .main .item-info .features ul li,
  .cms-precision-series .main .item-info .features strong {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .hero2 .contents .row {
    display: flex;
    align-items: center;
  }
  .hero3 {
    padding-bottom: 160px;
  }
  .hero3:before {
    bottom: 160px;
  }
  .hero3 .container .row {
    display: flex;
    align-items: center;
  }
  .hero3 .container .row > div:first-child .contents {
    text-align: center;
    max-width: 560px;
  }
  .hero3 .container .row > div:first-child .contents img {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .hero2 {
    padding: 160px 20px;
  }
  .video-hero {
    padding-top: 100px;
    padding-bottom: 160px;
  }
  .video-hero > p {
    font-size: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .hero2 .contents .row > div:first-child {
    margin-bottom: 60px;
    text-align: center;
  }
  .hero3 .container .row > div:first-child {
    margin-bottom: 60px;
    text-align: center;
  }
  .hero3 .container .row > div:first-child .contents img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .hero2 .contents {
    padding: 60px 30px 30px;
  }
  .hero2 .contents p {
    font-size: 18px;
  }
  .hero2 .contents .row > div:first-child {
    margin-bottom: 20px;
  }
  .video-hero {
    padding: 60px 10px;
  }
  .video-hero .title {
    font-size: 24px;
  }
  .video-hero > p {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }
  .hero3 {
    padding: 60px 0;
    background-size: 100%;
    background-position: bottom center;
    position: relative;
  }
  .hero3:before {
    bottom: 60px;
  }
  .hero3 .container {
    position: relative;
    z-index: 1;
  }
  .hero3 .container + .container {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hero3 p {
    font-size: 18px;
  }
  .hero3 .title {
    font-size: 18px;
  }
  .hero-banners ul li {
    padding: 30px 0;
  }
}
.cms-srs .hero {
  padding: 4.5vw 15px 5vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.cms-srs .hero .hero-logo {
  width: 30vw;
  max-width: 495px;
  margin: 0 auto 16.6667vw;
}
.cms-srs .hero .hero-heading {
  color: #ffffff;
  font-family: "ProhibitionOblique", sans-serif;
  font-size: 38px;
  font-size: 2vw;
  letter-spacing: 1vw;
  text-align: center;
  margin-bottom: 2vw;
  line-height: 1;
  text-transform: uppercase;
}
.cms-srs .hero .hero-title {
  text-align: center;
  font-family: "AgencyFBBlackExtended";
  color: #fff;
  font-size: 2.6vw;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2vw;
  font-style: italic;
  letter-spacing: 0.5vw;
}
.cms-srs .hero .hero-title span {
  color: #f79421;
}
.cms-srs .hero .hero-footer {
  text-align: center;
}
.cms-srs .hero .hero-footer img {
  max-width: 1120px;
  margin: 3.125vw auto 3.125vw;
}
.cms-srs .hero .hero-text {
  max-width: 1260px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 1.34vw;
}
.cms-srs .hero .hero-text p {
  margin-bottom: 1.5625vw;
  line-height: 1.35;
}
.cms-srs .hero .hero-text p:last-child {
  margin-bottom: 0;
}
.cms-srs .intro {
  background-color: #19468d;
  text-align: center;
  padding: 100px 15px 60px;
  color: #fff;
  line-height: 1.35;
  font-size: 26px;
}
.cms-srs .intro p {
  margin-bottom: 40px;
}
.cms-srs .intro p strong {
  font-family: "AgencyFBBlackExtended";
  color: #f79421;
  font-size: 44px;
  font-style: italic;
  text-transform: uppercase;
}
.cms-srs .intro .contents {
  max-width: 1040px;
  margin: 0 auto;
}
.cms-srs .series {
  padding: 150px 15px;
}
.cms-srs .series > div {
  max-width: 1310px;
  margin: 0 auto;
}
.cms-srs .series > div p {
  font-size: 26px;
  line-height: 1.35;
  margin-bottom: 40px;
}
.cms-srs .series > div p strong {
  color: #19468d;
}
.cms-srs .series > div img {
  display: block;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 15px;
}
.cms-srs .series .series-title {
  font-family: "AgencyFBBlackExtended";
  color: #19468d;
  font-size: 44px;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cms-srs .hero .hero-heading {
    font-size: 16px;
  }
  .cms-srs .hero .hero-title {
    font-size: 18px;
  }
  .cms-srs .hero .hero-text {
    font-size: 12px;
  }
  .cms-srs .intro {
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 16px;
  }
  .cms-srs .intro p strong {
    font-size: 30px;
  }
  .cms-srs .series {
    padding: 30px 15px;
  }
  .cms-srs .series > div p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .cms-srs .series .series-title {
    font-size: 24px;
  }
}

.cms-dissipator .hero4 {
  background: #22231e;
  color: #fff;
}
.cms-dissipator .hero4 h1 {
  font-size: 33px;
  color: #fff;
  font-weight: 700;
}
.cms-dissipator .hero4 h2 {
  font-family: "ProhibitionOblique", sans-serif;
  font-size: 40px;
  color: #f79421;
  font-weight: 400;
  margin-bottom: 20px;
}
.cms-dissipator .hero4 p {
  font-size: 28px;
  max-width: 1240px;
}
.cms-dissipator .hero5 img {
  width: auto;
  margin: 0 auto;
}
.cms-dissipator .video-hero {
  padding-top: 30px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .cms-dissipator .hero4 h1 {
    font-size: 24px;
  }
  .cms-dissipator .hero4 h2 {
    font-size: 24px;
  }
  .cms-dissipator .hero4 p {
    font-size: 14px;
  }
}

.cms-customshop .hero4 .h1, .cms-customshop .hero4 .h2, .cms-customshop .hero4 h1, .cms-customshop .hero4 h2,
.cms-customshop .hero5 .h1,
.cms-customshop .hero5 .h2,
.cms-customshop .hero5 h1,
.cms-customshop .hero5 h2,
.cms-customshop .hero6 .h1,
.cms-customshop .hero6 .h2,
.cms-customshop .hero6 h1,
.cms-customshop .hero6 h2,
.cms-customshop .video-hero .h1,
.cms-customshop .video-hero .h2,
.cms-customshop .video-hero h1,
.cms-customshop .video-hero h2,
.cms-custom-shop .hero4 .h1,
.cms-custom-shop .hero4 .h2,
.cms-custom-shop .hero4 h1,
.cms-custom-shop .hero4 h2,
.cms-custom-shop .hero5 .h1,
.cms-custom-shop .hero5 .h2,
.cms-custom-shop .hero5 h1,
.cms-custom-shop .hero5 h2,
.cms-custom-shop .hero6 .h1,
.cms-custom-shop .hero6 .h2,
.cms-custom-shop .hero6 h1,
.cms-custom-shop .hero6 h2,
.cms-custom-shop .video-hero .h1,
.cms-custom-shop .video-hero .h2,
.cms-custom-shop .video-hero h1,
.cms-custom-shop .video-hero h2,
.cms-frontline .hero4 .h1,
.cms-frontline .hero4 .h2,
.cms-frontline .hero4 h1,
.cms-frontline .hero4 h2,
.cms-frontline .hero5 .h1,
.cms-frontline .hero5 .h2,
.cms-frontline .hero5 h1,
.cms-frontline .hero5 h2,
.cms-frontline .hero6 .h1,
.cms-frontline .hero6 .h2,
.cms-frontline .hero6 h1,
.cms-frontline .hero6 h2,
.cms-frontline .video-hero .h1,
.cms-frontline .video-hero .h2,
.cms-frontline .video-hero h1,
.cms-frontline .video-hero h2 {
  padding-left: 10px;
  padding-right: 10px;
}
.cms-customshop .hero4 p,
.cms-customshop .hero5 p,
.cms-customshop .hero6 p,
.cms-customshop .video-hero p,
.cms-custom-shop .hero4 p,
.cms-custom-shop .hero5 p,
.cms-custom-shop .hero6 p,
.cms-custom-shop .video-hero p,
.cms-frontline .hero4 p,
.cms-frontline .hero5 p,
.cms-frontline .hero6 p,
.cms-frontline .video-hero p {
  padding-left: 10px;
  padding-right: 10px;
}
.cms-customshop .hero4,
.cms-custom-shop .hero4,
.cms-frontline .hero4 {
  background-color: #000;
}
.cms-customshop .hero4 p,
.cms-custom-shop .hero4 p,
.cms-frontline .hero4 p {
  font-size: 24px;
  max-width: 1500px;
}
.cms-customshop .hero6,
.cms-custom-shop .hero6,
.cms-frontline .hero6 {
  text-align: center;
  padding-bottom: 60px;
}
.cms-customshop .hero6 h2,
.cms-custom-shop .hero6 h2,
.cms-frontline .hero6 h2 {
  font-family: "ProhibitionOblique", sans-serif;
  font-size: 50px;
  color: #f79421;
  font-weight: 400;
  margin: 60px 0 30px;
}
.cms-customshop .hero6 p,
.cms-custom-shop .hero6 p,
.cms-frontline .hero6 p {
  font-size: 24px;
  max-width: 1240px;
  line-height: 1.35;
  margin: 30px auto;
}
.cms-customshop .hero6 .btn-shop-now,
.cms-custom-shop .hero6 .btn-shop-now,
.cms-frontline .hero6 .btn-shop-now {
  display: inline-block;
  font-family: "AgencyFBBlackExtended";
  color: #19468d;
  text-transform: uppercase;
  padding: 10px 15px;
  border: 2px solid #f79421;
}
.cms-customshop .hero5,
.cms-custom-shop .hero5,
.cms-frontline .hero5 {
  font-size: 0;
}
.cms-customshop .hero5 img,
.cms-custom-shop .hero5 img,
.cms-frontline .hero5 img {
  display: block;
  width: 100%;
}
.cms-customshop .video-hero,
.cms-custom-shop .video-hero,
.cms-frontline .video-hero {
  background: #19468d;
  text-align: center;
  padding: 100px 0 30px;
}
.cms-customshop .video-hero h2,
.cms-custom-shop .video-hero h2,
.cms-frontline .video-hero h2 {
  font-family: "ProhibitionOblique", sans-serif;
  font-size: 50px;
  color: #f79421;
  font-weight: 400;
  margin: 60px 0 30px;
}
.cms-customshop .video-hero p,
.cms-custom-shop .video-hero p,
.cms-frontline .video-hero p {
  color: #fff;
  font-size: 24px;
  max-width: 1200px;
  line-height: 1.35;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .cms-customshop .hero4 .h1, .cms-customshop .hero4 .h2, .cms-customshop .hero4 h1, .cms-customshop .hero4 h2,
  .cms-customshop .hero5 .h1,
  .cms-customshop .hero5 .h2,
  .cms-customshop .hero5 h1,
  .cms-customshop .hero5 h2,
  .cms-customshop .hero6 .h1,
  .cms-customshop .hero6 .h2,
  .cms-customshop .hero6 h1,
  .cms-customshop .hero6 h2,
  .cms-customshop .video-hero .h1,
  .cms-customshop .video-hero .h2,
  .cms-customshop .video-hero h1,
  .cms-customshop .video-hero h2,
  .cms-custom-shop .hero4 .h1,
  .cms-custom-shop .hero4 .h2,
  .cms-custom-shop .hero4 h1,
  .cms-custom-shop .hero4 h2,
  .cms-custom-shop .hero5 .h1,
  .cms-custom-shop .hero5 .h2,
  .cms-custom-shop .hero5 h1,
  .cms-custom-shop .hero5 h2,
  .cms-custom-shop .hero6 .h1,
  .cms-custom-shop .hero6 .h2,
  .cms-custom-shop .hero6 h1,
  .cms-custom-shop .hero6 h2,
  .cms-custom-shop .video-hero .h1,
  .cms-custom-shop .video-hero .h2,
  .cms-custom-shop .video-hero h1,
  .cms-custom-shop .video-hero h2,
  .cms-frontline .hero4 .h1,
  .cms-frontline .hero4 .h2,
  .cms-frontline .hero4 h1,
  .cms-frontline .hero4 h2,
  .cms-frontline .hero5 .h1,
  .cms-frontline .hero5 .h2,
  .cms-frontline .hero5 h1,
  .cms-frontline .hero5 h2,
  .cms-frontline .hero6 .h1,
  .cms-frontline .hero6 .h2,
  .cms-frontline .hero6 h1,
  .cms-frontline .hero6 h2,
  .cms-frontline .video-hero .h1,
  .cms-frontline .video-hero .h2,
  .cms-frontline .video-hero h1,
  .cms-frontline .video-hero h2 {
    font-size: 24px;
  }
  .cms-customshop .hero4 p,
  .cms-customshop .hero5 p,
  .cms-customshop .hero6 p,
  .cms-customshop .video-hero p,
  .cms-custom-shop .hero4 p,
  .cms-custom-shop .hero5 p,
  .cms-custom-shop .hero6 p,
  .cms-custom-shop .video-hero p,
  .cms-frontline .hero4 p,
  .cms-frontline .hero5 p,
  .cms-frontline .hero6 p,
  .cms-frontline .video-hero p {
    font-size: 14px;
  }
}

.cms-frontline .video-hero {
  padding: 60px 0 120px;
}
.cms-frontline .video-hero h2 {
  color: #fff;
  margin: 0 0 30px;
}
.cms-frontline .video-hero p {
  max-width: 1080px;
  margin: 0 auto 90px;
  line-height: 1.5;
}
.cms-frontline .hero6 {
  background: #112f5f;
  padding: 100px 0;
}
.cms-frontline .hero6 h2 {
  color: #fff;
  margin: 0 auto 30px;
  font-size: 98px;
}
.cms-frontline .hero6 h2 span {
  color: #f79421;
  font-weight: 300;
}
.cms-frontline .hero6 p {
  color: #fff;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .cms-frontline .video-hero {
    padding: 30px 0 30px;
  }
  .cms-frontline .video-hero p {
    margin-bottom: 30px;
  }
  .cms-frontline .hero6 {
    padding: 60px 0 30px;
  }
  .cms-frontline .hero6 h2 {
    font-size: 24px;
  }
}

.anderson-menu > .groupmenu {
  float: none;
  text-align: center;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}
.anderson-menu > .groupmenu ul {
  display: none;
}
.anderson-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.anderson-menu li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.anderson-menu a {
  color: #748491;
  text-decoration: none;
  pointer-events: none;
  text-transform: uppercase;
}
.anderson-menu a:hover {
  color: #748491;
}
.anderson-menu .anderson-button {
  pointer-events: none;
  background: #AAB4BC;
  border: none;
  text-transform: capitalize;
  font-size: 16px;
  margin: 0;
  display: none;
}
.anderson-menu .anderson-button:before {
  display: none;
}
.anderson-menu .anderson-button:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #16355D;
  border-bottom: none;
  position: static;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}
.anderson-menu.loaded a, .anderson-menu.loaded .anderson-button {
  pointer-events: auto;
}
.anderson-menu .level0 > a {
  display: inline-block;
  vertical-align: top;
  padding: 12px 10px;
  font-family: Gotham-Bold, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
.anderson-menu .level0 > a:hover {
  background-color: #ffffff;
  color: #0033a0;
}
.anderson-menu .level0 > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  justify-content: center;
  background: #fff;
  z-index: 10;
}
.anderson-menu .level0.open > a {
  background-color: #ffffff;
  color: #0033a0;
}
.anderson-menu .level0.open > ul {
  display: flex;
}
.anderson-menu .level1 > a {
  display: inline-block;
  vertical-align: top;
  padding: 12px 10px;
  font-family: Gotham-Medium, sans-serif;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  text-align: left;
  background: #fff;
}
.anderson-menu .level1 > a:hover {
  color: #16355D;
}
.anderson-menu .level1.parent > a:after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin: 0 0 0 10px;
  top: -2px;
  position: relative;
}
.anderson-menu .level1 > ul {
  text-align: left;
  padding: 0 20px;
  background: #fff;
}
.anderson-menu .level1 > ul > li {
  display: block;
}
.anderson-menu .level1.open {
  display: flex;
  flex-direction: column;
}
.anderson-menu .level1.open > a {
  color: #16355D;
}
.anderson-menu .level1.open > ul {
  display: block;
}
.anderson-menu .level2 > a {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.anderson-menu .level2 > a:hover {
  color: #16355D;
}
.anderson-menu .level2.parent > a:after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  transform: rotate(135deg);
  width: 6px;
  margin: 0 0 0 10px;
  top: -4px;
  position: relative;
}
.anderson-menu .level2 > ul {
  text-align: left;
  padding: 0 5px 10px 30px;
}
.anderson-menu .level2 > ul > li {
  display: block;
}
.anderson-menu .level2.open > a {
  color: #16355D;
}
.anderson-menu .level2.open > ul {
  display: block;
}
.anderson-menu .level3 > a {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}
.anderson-menu .level3 > a:hover {
  color: #16355D;
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .anderson-menu .level0 > a {
    font-size: 13px;
  }
  .anderson-menu .level1 > a {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .anderson-menu .level0 > a {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .anderson-menu .level0 > a {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .anderson-menu .level1 > a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .anderson-menu .level0 > a,
  .anderson-menu .level1 > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .anderson-menu > .groupmenu {
    display: block;
    text-align: left;
  }
  .anderson-menu li {
    display: block;
  }
  .anderson-menu .level0 > a {
    display: flex;
    align-items: center;
    padding: 10px;
    font-family: Gotham-Medium, sans-serif;
    font-size: 18px;
  }
  .anderson-menu .level0 > ul {
    position: static;
    box-shadow: none;
  }
  .anderson-menu .level0.parent > a:after {
    margin-left: auto;
    margin-right: 10px;
  }
  .anderson-menu .level0.open > ul {
    display: block;
    padding: 10px 15px;
  }
  .anderson-menu .level1 > a {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 15px;
  }
  .anderson-menu .level1 > ul {
    padding: 0 5px 5px 30px;
  }
  .anderson-menu .level1.parent > a:after {
    margin-left: auto;
    margin-right: 0;
  }
  .anderson-menu .level1.open {
    display: block;
  }
  .anderson-menu .level2 > a {
    display: flex;
    align-items: center;
    font-size: 13px;
  }
  .anderson-menu .level2.parent > a:after {
    margin-left: auto;
    margin-right: 0;
  }
}

.sticky-menu.active {
  padding-bottom: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.sticky-menu.active .header-main-menu {
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  width: auto;
  height: 100%;
  margin: auto 10px;
}
.sticky-menu.active .anderson-menu .anderson-button {
  display: block;
  min-width: 200px;
  color: #16355D;
  position: relative;
  z-index: 1;
}
.sticky-menu.active .anderson-menu > .groupmenu {
  display: none;
  text-align: left;
  position: absolute;
  top: 100%;
  background: #fff;
  width: auto;
  min-width: 260px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  box-shadow: 0 1px 4px 2px rgba(50, 50, 50, 0.4);
}
.sticky-menu.active .anderson-menu li {
  display: block;
}
.sticky-menu.active .anderson-menu .level0 > a {
  display: flex;
  align-items: center;
  padding: 10px;
  font-family: Gotham-Medium, sans-serif;
  font-size: 18px;
}
.sticky-menu.active .anderson-menu .level0 > ul {
  position: static;
  box-shadow: none;
}
.sticky-menu.active .anderson-menu .level0.parent > a:after {
  margin-left: auto;
  margin-right: 10px;
}
.sticky-menu.active .anderson-menu .level0.open > ul {
  display: block;
  padding: 10px 15px;
}
.sticky-menu.active .anderson-menu .level1 > a {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 15px;
}
.sticky-menu.active .anderson-menu .level1 > ul {
  padding: 0 5px 5px 30px;
}
.sticky-menu.active .anderson-menu .level1.parent > a:after {
  margin-left: auto;
  margin-right: 0;
}
.sticky-menu.active .anderson-menu .level1.open {
  display: block;
}
.sticky-menu.active .anderson-menu .level2 > a {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.sticky-menu.active .anderson-menu .level2.parent > a:after {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .sticky-menu.active .anderson-menu.open > .groupmenu {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .sticky-menu.active .header-wrapper-left:after {
    border-left-width: 80px;
    border-bottom-width: 80px;
  }
  .sticky-menu.active .header-wrapper-center {
    padding-left: 40px;
  }
  .sticky-menu.active .header-main-menu {
    margin-left: 100px;
  }
}

.page-products.page-layout-2columns-left .category-view {
  display: none;
}
.cms-index-index .header-wrapper-content {
  box-shadow: none;
}

.homepage-slideshow-wrapper {
  width: 100vw;
}

.myriad-slider {
  margin-bottom: 0;
}
.myriad-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.myriad-slider .slick-prev,
.myriad-slider .slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 0;
  margin: 0 5px;
  padding: 0;
  border: 1px solid rgb(0, 51, 160);
  border-radius: 0;
  transition: all 500ms ease 0s;
  backface-visibility: hidden;
  display: inline-block;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 51, 160);
}
.myriad-slider .slick-prev:before,
.myriad-slider .slick-next:before {
  -webkit-font-smoothing: antialiased;
  font-size: 38px;
  line-height: 38px;
  content: "\e617";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding: 0;
}
.myriad-slider .slick-prev:after,
.myriad-slider .slick-next:after {
  display: none;
}
.myriad-slider .slick-prev:hover,
.myriad-slider .slick-next:hover {
  color: rgb(0, 51, 160);
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 51, 160);
}
.myriad-slider .slick-prev {
  left: 0;
}
.myriad-slider .slick-next {
  right: 0;
}
.myriad-slider .slick-next:before {
  content: "\e608";
}
.myriad-slider .slick-dots {
  font-size: 0;
  bottom: 20px;
}
.myriad-slider .slick-dots li {
  margin: 0 10px;
  width: 10px;
  height: 10px;
}
.myriad-slider .slick-dots li button {
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  outline: none;
  border: none;
  width: 10px;
  height: 10px;
}
.myriad-slider .slick-dots li button:before, .myriad-slider .slick-dots li button:after {
  display: none;
}
.myriad-slider .slick-dots li.slick-active button {
  background: rgb(255, 255, 255);
}
.myriad-slider img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.myriad-slider img.desktop-image {
  display: none;
}
@media (min-width: 768px) {
  .myriad-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .myriad-slider .slick-prev {
    left: 25px;
  }
  .myriad-slider .slick-next {
    right: 25px;
  }
  .myriad-slider img.mobile-image {
    display: none;
  }
  .myriad-slider img.desktop-image {
    display: block;
  }
  .myriad-slider .slick-dots {
    bottom: 40px;
  }
  .myriad-slider .slick-dots li {
    margin: 0 15px;
    width: 20px;
    height: 20px;
  }
  .myriad-slider .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}
