@font-face {
  font-family: 'proxima_nova_light';
  src: url("/fonts/proxima_nova-light-webfont.eot");
  src: url("/fonts/proxima_nova-light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/proxima_nova-light-webfont.woff2") format("woff2"), url("/fonts/proxima_nova-light-webfont.woff") format("woff"), url("/fonts/proxima_nova-light-webfont.ttf") format("truetype"), url("/fonts/proxima_nova-light-webfont.svg#proxima_novalight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova';
  src: url("/fonts/proxima_nova-regular-webfont.eot");
  src: url("/fonts/proxima_nova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/proxima_nova-regular-webfont.woff2") format("woff2"), url("/fonts/proxima_nova-regular-webfont.woff") format("woff"), url("/fonts/proxima_nova-regular-webfont.ttf") format("truetype"), url("/fonts/proxima_nova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova_bold';
  src: url("/fonts/proxima-nova-alt-bold-webfont.eot");
  src: url("/fonts/proxima-nova-alt-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/proxima-nova-alt-bold-webfont.woff2") format("woff2"), url("/fonts/proxima-nova-alt-bold-webfont.woff") format("woff"), url("/fonts/proxima-nova-alt-bold-webfont.ttf") format("truetype"), url("/fonts/proxima-nova-alt-bold-webfont.svg#proxima_nova_altbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

.company-name::before {
  content: "magnum";
}

.company-address::before {
  content: "123 Test St";
}

.company-address-town::before {
  content: "Hamilton";
}

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
button, hr {
  overflow: visible;
}

img, legend {
  border: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre, textarea {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring, input:-moz-focusring {
  outline: ButtonText dotted 1px;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  padding: 0;
}

optgroup {
  font-weight: 700;
}

.row:after {
  content: '';
  display: block;
  clear: both;
}

.row {
  display: block;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1.4rem;
  min-height: 2rem;
  background: none;
  padding: 0;
}

.col {
  float: left;
  display: block;
  background: none;
  min-height: 1rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 1.4rem;
  margin-right: 2%;
}
.col:last-of-type {
  margin-right: 0;
}

.col-center, .xsb-col__single {
  float: none;
  margin: 0 auto;
  width: 98%;
  max-width: 1320px;
}

.col.df-1 {
  width: 6.5%;
}

.col.df-2 {
  width: 15.0%;
}

.col.df-3 {
  width: 23.5%;
}

.col.df-4 {
  width: 32%;
}

.col.df-5 {
  width: 40.5%;
}

.col.df-6 {
  width: 49%;
}

.col.df-7 {
  width: 57.5%;
}

.col.df-8 {
  width: 66%;
}

.col.df-9 {
  width: 74.5%;
}

.col.df-10 {
  width: 83.0%;
}

.col.df-11 {
  width: 91.5%;
}

.col.df-12 {
  width: 100%;
}

@media (max-width: 379px) {
  .col.xs-1 {
    width: 6.5%;
  }

  .col.xs-2 {
    width: 15.0%;
  }

  .col.xs-3 {
    width: 23.5%;
  }

  .col.xs-4 {
    width: 32%;
  }

  .col.xs-5 {
    width: 40.5%;
  }

  .col.xs-6 {
    width: 49%;
  }

  .col.xs-7 {
    width: 57.5%;
  }

  .col.xs-8 {
    width: 66%;
  }

  .col.xs-9 {
    width: 74.5%;
  }

  .col.xs-10 {
    width: 83.0%;
  }

  .col.xs-11 {
    width: 91.5%;
  }

  .col.xs-12 {
    width: 100%;
  }
}
@media (min-width: 380px) {
  .col.sm-1 {
    width: 6.5%;
  }

  .col.sm-2 {
    width: 15.0%;
  }

  .col.sm-3 {
    width: 23.5%;
  }

  .col.sm-4 {
    width: 32%;
  }

  .col.sm-5 {
    width: 40.5%;
  }

  .col.sm-6 {
    width: 49%;
  }

  .col.sm-7 {
    width: 57.5%;
  }

  .col.sm-8 {
    width: 66%;
  }

  .col.sm-9 {
    width: 74.5%;
  }

  .col.sm-10 {
    width: 83.0%;
  }

  .col.sm-11 {
    width: 91.5%;
  }

  .col.sm-12 {
    width: 100%;
  }
}
@media (min-width: 460px) {
  .col.md-1 {
    width: 6.5%;
  }

  .col.md-2 {
    width: 15.0%;
  }

  .col.md-3 {
    width: 23.5%;
  }

  .col.md-4 {
    width: 32%;
  }

  .col.md-5 {
    width: 40.5%;
  }

  .col.md-6 {
    width: 49%;
  }

  .col.md-7 {
    width: 57.5%;
  }

  .col.md-8 {
    width: 66%;
  }

  .col.md-9 {
    width: 74.5%;
  }

  .col.md-10 {
    width: 83.0%;
  }

  .col.md-11 {
    width: 91.5%;
  }

  .col.md-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col.ml-1 {
    width: 6.5%;
  }

  .col.ml-2 {
    width: 15.0%;
  }

  .col.ml-3 {
    width: 23.5%;
  }

  .col.ml-4 {
    width: 32%;
  }

  .col.ml-5 {
    width: 40.5%;
  }

  .col.ml-6 {
    width: 49%;
  }

  .col.ml-7 {
    width: 57.5%;
  }

  .col.ml-8 {
    width: 66%;
  }

  .col.ml-9 {
    width: 74.5%;
  }

  .col.ml-10 {
    width: 83.0%;
  }

  .col.ml-11 {
    width: 91.5%;
  }

  .col.ml-12 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .col.lg-1 {
    width: 6.5%;
  }

  .col.lg-2 {
    width: 15.0%;
  }

  .col.lg-3 {
    width: 23.5%;
  }

  .col.lg-4 {
    width: 32%;
  }

  .col.lg-5 {
    width: 40.5%;
  }

  .col.lg-6 {
    width: 49%;
  }

  .col.lg-7 {
    width: 57.5%;
  }

  .col.lg-8 {
    width: 66%;
  }

  .col.lg-9 {
    width: 74.5%;
  }

  .col.lg-10 {
    width: 83.0%;
  }

  .col.lg-11 {
    width: 91.5%;
  }

  .col.lg-12 {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .col.xl-1 {
    width: 6.5%;
  }

  .col.xl-2 {
    width: 15.0%;
  }

  .col.xl-3 {
    width: 23.5%;
  }

  .col.xl-4 {
    width: 32%;
  }

  .col.xl-5 {
    width: 40.5%;
  }

  .col.xl-6 {
    width: 49%;
  }

  .col.xl-7 {
    width: 57.5%;
  }

  .col.xl-8 {
    width: 66%;
  }

  .col.xl-9 {
    width: 74.5%;
  }

  .col.xl-10 {
    width: 83.0%;
  }

  .col.xl-11 {
    width: 91.5%;
  }

  .col.xl-12 {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .col.xxl-1 {
    width: 6.5%;
  }

  .col.xxl-2 {
    width: 15.0%;
  }

  .col.xxl-3 {
    width: 23.5%;
  }

  .col.xxl-4 {
    width: 32%;
  }

  .col.xxl-5 {
    width: 40.5%;
  }

  .col.xxl-6 {
    width: 49%;
  }

  .col.xxl-7 {
    width: 57.5%;
  }

  .col.xxl-8 {
    width: 66%;
  }

  .col.xxl-9 {
    width: 74.5%;
  }

  .col.xxl-10 {
    width: 83.0%;
  }

  .col.xxl-11 {
    width: 91.5%;
  }

  .col.xxl-12 {
    width: 100%;
  }
}
/* perfect-scrollbar v0.6.10 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps-container.ps-in-scrolling {
  pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
}

.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

.reset-text, h1, h2, h3, h4, h5, h6, p, label {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.shadow-block, .drop-down .inner-menu {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  transition: all 200ms ease;
}

.drop-down {
  position: relative;
}
.drop-down:hover .inner-menu, .drop-down:active .inner-menu {
  top: 100%;
}
.drop-down .inner-menu {
  position: absolute;
  top: 130%;
  right: 0;
  z-index: 10;
  display: block;
  height: auto;
  min-width: 200px;
  max-width: 300px;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px;
}
.drop-down .inner-menu > a:not(.button) {
  display: block;
  margin: 0 0 5px 0;
  padding: 10px 10px;
  color: #38424d;
  background: transparent;
  border-radius: 3px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.4rem;
  white-space: nowrap;
}
.drop-down .inner-menu > a:not(.button) .icon {
  margin: 0;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-bottom: -3px;
}
.drop-down .inner-menu > a:not(.button):hover {
  background: #e6ebf1;
}
.drop-down .inner-menu a.warning:hover {
  color: #fff;
  background: #e72151;
}

.icon {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: none;
}
.icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #38424d;
}

.hidden, .drop-down .inner-menu {
  opacity: 0;
  pointer-events: none;
}

.hidden-legacy {
  display: none;
}

.shown, .drop-down:hover .inner-menu, .drop-down:active .inner-menu {
  opacity: 1;
  pointer-events: all;
}

.shown-legacy {
  display: block;
}

.break-word {
  word-wrap: break-word;
}

@font-face {
  font-family: 'latoblack';
  src: url("assets/font/lato-black-webfont.eot");
  src: url("assets/font/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("assets/font/lato-black-webfont.woff2") format("woff2"), url("assets/font/lato-black-webfont.woff") format("woff"), url("assets/font/lato-black-webfont.ttf") format("truetype"), url("assets/font/lato-black-webfont.svg#latoblack") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latoblack_italic';
  src: url("assets/font/lato-blackitalic-webfont.eot");
  src: url("assets/font/lato-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("assets/font/lato-blackitalic-webfont.woff2") format("woff2"), url("assets/font/lato-blackitalic-webfont.woff") format("woff"), url("assets/font/lato-blackitalic-webfont.ttf") format("truetype"), url("assets/font/lato-blackitalic-webfont.svg#latoblack_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latobold';
  src: url("assets/font/lato-bold-webfont.eot");
  src: url("assets/font/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("assets/font/lato-bold-webfont.woff2") format("woff2"), url("assets/font/lato-bold-webfont.woff") format("woff"), url("assets/font/lato-bold-webfont.ttf") format("truetype"), url("assets/font/lato-bold-webfont.svg#latobold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latobold_italic';
  src: url("assets/font/lato-bolditalic-webfont.eot");
  src: url("assets/font/lato-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("assets/font/lato-bolditalic-webfont.woff2") format("woff2"), url("assets/font/lato-bolditalic-webfont.woff") format("woff"), url("assets/font/lato-bolditalic-webfont.ttf") format("truetype"), url("assets/font/lato-bolditalic-webfont.svg#latobold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latohairline';
  src: url("assets/font/lato-hairline-webfont.eot");
  src: url("assets/font/lato-hairline-webfont.eot?#iefix") format("embedded-opentype"), url("assets/font/lato-hairline-webfont.woff2") format("woff2"), url("assets/font/lato-hairline-webfont.woff") format("woff"), url("assets/font/lato-hairline-webfont.ttf") format("truetype"), url("assets/font/lato-hairline-webfont.svg#latohairline") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latohairline_italic';
  src: url("assets/font/lato-hairlineitalic-webfont.eot");
  src: url("assets/font/lato-hairlineitalic-webfont.eot?#iefix") format("embedded-opentype"), url("assets/font/lato-hairlineitalic-webfont.woff2") format("woff2"), url("assets/font/lato-hairlineitalic-webfont.woff") format("woff"), url("assets/font/lato-hairlineitalic-webfont.ttf") format("truetype"), url("assets/font/lato-hairlineitalic-webfont.svg#latohairline_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latoitalic';
  src: url("assets/font/lato-italic-webfont.eot");
  src: url("assets/font/lato-italic-webfont.eot?#iefix") format("embedded-opentype"), url("assets/font/lato-italic-webfont.woff2") format("woff2"), url("assets/font/lato-italic-webfont.woff") format("woff"), url("assets/font/lato-italic-webfont.ttf") format("truetype"), url("assets/font/lato-italic-webfont.svg#latoitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latolight';
  src: url("assets/font/lato-light-webfont.eot");
  src: url("assets/font/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("assets/font/lato-light-webfont.woff2") format("woff2"), url("assets/font/lato-light-webfont.woff") format("woff"), url("assets/font/lato-light-webfont.ttf") format("truetype"), url("assets/font/lato-light-webfont.svg#latolight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latolight_italic';
  src: url("assets/font/lato-lightitalic-webfont.eot");
  src: url("assets/font/lato-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("assets/font/lato-lightitalic-webfont.woff2") format("woff2"), url("assets/font/lato-lightitalic-webfont.woff") format("woff"), url("assets/font/lato-lightitalic-webfont.ttf") format("truetype"), url("assets/font/lato-lightitalic-webfont.svg#latolight_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latoregular';
  src: url("assets/font/lato-regular-webfont.eot");
  src: url("assets/font/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/font/lato-regular-webfont.woff2") format("woff2"), url("assets/font/lato-regular-webfont.woff") format("woff"), url("assets/font/lato-regular-webfont.ttf") format("truetype"), url("assets/font/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

html, body {
  font-weight: 400;
  font-size: 100%;
  line-height: 100%;
  -webkit-font-smoothing: antialaised;
}

h1, h2, h3, h4, h5, h6, p, label {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
}

p, span, a, label, strong, li, blockquote, em, i, b, code, pre {
  font-size: 16px;
  line-height: 2rem;
}

p {
  margin: 0 0 1.0rem 0;
}

small {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-top: 2.4rem;
  margin-bottom: 0;
}

h1 {
  font-size: 2rem;
  line-height: 4.5rem;
  margin-top: 0;
  margin-bottom: 0.2rem;
}

h2 {
  font-size: 1.8rem;
  line-height: 3.6rem;
  margin-top: 0;
  margin-bottom: 0.8rem;
}

h3 {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 1.2rem;
}

h5 {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 0.8rem;
}

h6 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 0.6rem;
}

a {
  color: #3097ff;
  text-decoration: none;
}
a:hover {
  color: #365880;
  text-decoration: underline;
}
a.main, a.main * {
  color: #00996a;
}
a.main:hover, a.main *:hover {
  color: #00cc8d;
}

hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  margin: 12px 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  cursor: default;
  margin: 0;
}

p, span, li, small, strong, div {
  color: #5e6c7f;
  font-family: "proxima_nova_light", "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #2e3c54;
  font-family: "proxima_nova_bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}

strong, b {
  font-weight: 700;
}

blockquote {
  box-sizing: border-box;
  margin: 0;
  padding: 1em;
  border-width: 1px 1px 1px 4px;
  border-style: solid;
  border-color: #ddd;
  border-left-color: #999;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="number"],
.form-text,
textarea,
select {
  outline: none;
  box-sizing: border-box;
  box-shadow: none;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid #ddd;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
.form-text::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #cccccc;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
.form-text:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
.form-text::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
.form-text:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #cccccc;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="number"],
.form-text,
textarea,
select {
  background: white;
  border-color: #dddddd;
  border-radius: 3px;
  color: #38424d;
  padding: 8px 12px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
.form-text:focus,
textarea:focus,
select:focus {
  background: none;
  background: #fefefe;
  border-color: #109b4a;
  color: #38424d;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
.form-text:hover,
textarea:hover,
select:hover {
  background: white;
  border-color: #5e6c7f;
  color: #38424d;
}

textarea {
  max-width: 100%;
  background: white !important;
  border-color: #dddddd !important;
}
textarea:hover {
  border-color: #5e6c7f !important;
  background-color: white !important;
}
textarea:focus {
  border-color: #109b4a !important;
  background-color: white !important;
}

label, .form-label {
  color: #5e6c7f;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-transform: none;
  letter-spacing: none;
  padding: none;
  margin: 0;
}

.input-group .error-text:not(:empty) {
  display: inline-block;
  color: #e72151;
  background: #fae8ed;
  padding: 1px 6px;
  margin-top: 6px;
  border-radius: 4px;
  font-size: 12px;
}
.input-group label,
.input-group input,
.input-group textarea {
  display: block;
  width: 100%;
}

input[type="radio"] {
  display: none;
  margin: 0px 13px 0 0;
}

input[type="checkbox"] {
  margin: 6px 0 0 4px;
  display: none;
}

input[type="radio"] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 16px;
  transition: all .2s ease-in-out;
  text-transform: none;
  background: none;
  border-radius: 3px;
  padding: 4px 8px 4px 30px;
}

input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 16px;
  transition: all .2s ease-in-out;
  text-transform: none;
  background: none;
  border-radius: 3px;
  padding: 4px 8px 4px 30px;
}

input[type="radio"] + label:before,
input[type="radio"] + label:after,
input[type="checkbox"] + label:before,
input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  text-align: center;
  color: #f5f5f5;
  font-family: Times;
  border-radius: 50%;
  transition: all .3s ease;
}

input[type="radio"] + label:before {
  box-shadow: inset 0 0 0 1px #666565, inset 0 0 0 16px white, inset 0 0 0 16px #109b4a;
}

input[type="radio"] + label:hover:before {
  animation-duration: .5s;
  animation-name: change-size;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  box-shadow: inset 0 0 0 1px #109b4a, inset 0 0 0 16px white, inset 0 0 0 16px #109b4a;
}

input[type="radio"]:checked + label:hover {
  cursor: default;
}

input[type="radio"]:checked + label:before {
  animation-duration: .2s;
  animation-name: select-radio;
  animation-iteration-count: 1;
  animation-direction: Normal;
  box-shadow: inset 0 0 0 1px #109b4a, inset 0 0 0 3px white, inset 0 0 0 16px #109b4a;
  background-color: #109b4a;
}

@keyframes change-size {
  from {
    box-shadow: 0 0 0 0 #109b4a, inset 0 0 0 1px #109b4a, inset 0 0 0 16px white, inset 0 0 0 16px #109b4a;
  }

  to {
    box-shadow: 0 0 0 1px #109b4a, inset 0 0 0 1px #109b4a, inset 0 0 0 16px white, inset 0 0 0 16px #109b4a;
  }
}

@keyframes select-radio {
  0% {
    box-shadow: inset 0 0 0 2px white, inset 0 0 0 3px #109b4a, inset 0 0 0 16px white, inset 0 0 0 16px #109b4a;
  }

  90% {
    box-shadow: inset 0 0 0 0 white, inset 0 0 0 1px #109b4a, inset 0 0 0 2px white, inset 0 0 0 16px #109b4a;
  }

  100% {
    box-shadow: inset 0 0 0 0 white, inset 0 0 0 1px #109b4a, inset 0 0 0 3px white, inset 0 0 0 16px #109b4a;
  }
}

@keyframes select-checkbox {
  0% {
    box-shadow: inset 0 0 0 2px white, inset 0 0 0 3px #109b4a, inset 0 0 0 16px white, inset 0 0 0 16px #109b4a;
  }

  90% {
    box-shadow: inset 0 0 0 0 white, inset 0 0 0 1px #109b4a, inset 0 0 0 0 white, inset 0 0 0 16px #109b4a;
  }

  100% {
    box-shadow: inset 0 0 0 0 white, inset 0 0 0 1px #109b4a, inset 0 0 0 0 white, inset 0 0 0 16px #109b4a;
  }
}

input[type="checkbox"] + label {
  color: #5e6c7f;
  display: block;
  left: 24px;
}

input[type="checkbox"]:checked + label {
  color: #109b4a;
}

input[type="checkbox"] + label:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  background-color: #FFFFFF;
  color: #FFFFFF;
  box-shadow: inset 0 0 0 1px #aaaaaa, inset 0 0 0 16px white, inset 0 0 0 16px #109b4a;
  left: -24px;
  top: 0px;
}

input[type="checkbox"] + label:hover:before {
  color: #FFFFFF;
  animation-duration: .5s;
  animation-name: change-size;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  box-shadow: inset 0 0 0 1px #109b4a, inset 0 0 0 16px white, inset 0 0 0 16px #109b4a;
}

input[type="checkbox"]:checked + label:before {
  background-color: #C3C3C3;
  color: #FFFFFF;
  animation-duration: .2s;
  animation-name: select-checkbox;
  animation-iteration-count: 1;
  animation-direction: Normal;
  box-shadow: inset 0 0 0 1px #109b4a, inset 0 0 0 0 white, inset 0 0 0 16px #109b4a;
}

.select {
  position: relative;
  display: inline-block;
}
.select select {
  padding-right: 32px;
  appearance: none;
  cursor: pointer;
}
.select:after {
  content: 'keyboard_arrow_down';
  font-family: "Material Icons";
  font-size: 18px;
  line-height: 26px;
  color: inherit;
  position: absolute;
  right: 6px;
  top: 6px;
  pointer-events: none;
}
.select:hover select {
  border-color: #bebebe;
}

.dropdown.select .options {
  height: 0px;
  overflow: hidden;
}
.dropdown.select .options .option {
  display: block;
}

.dropdown {
  cursor: pointer;
  position: relative;
  background: #f5f5f5;
  border: 1px solid #eee;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 3px;
  line-height: 1.8rem;
}
.dropdown:hover nav.inner-menu {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
.dropdown nav.inner-menu {
  position: absolute;
  top: 105%;
  left: 0;
  z-index: 10;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  min-width: 180px;
  width: 100%;
  max-width: 300px;
  text-align: left;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95);
  transition: all 100ms ease;
}
.dropdown nav.inner-menu ul {
  list-style: none;
}
.dropdown nav.inner-menu li {
  display: block;
  margin-bottom: 1px;
  position: relative;
}
.dropdown nav.inner-menu li.rule {
  margin: 6px -10px;
  height: 1px;
  overflow: hidden;
  border-top: 1px solid #eee;
}
.dropdown nav.inner-menu li.label {
  text-transform: uppercase;
  color: #ccc;
  font-size: 1.1rem;
}
.dropdown nav.inner-menu li.disabled {
  color: #ccc;
  pointer-events: none;
  cursor: not-allowed;
}
.dropdown nav.inner-menu li.disabled:hover,
.dropdown nav.inner-menu li.disabled a,
.dropdown nav.inner-menu li.disabled a:hover {
  background: none;
  color: #ccc;
}
.dropdown nav.inner-menu li a {
  position: relative;
  color: inherit;
  display: block;
  padding: 3px 7px;
  background: none;
  border-radius: 3px;
  margin: 0 -5px;
}
.dropdown nav.inner-menu li a:hover {
  background: #f5f5f5;
  text-decoration: none;
}
.dropdown nav.inner-menu li a.warning {
  color: #e72151;
}
.dropdown nav.inner-menu li a.warning:hover {
  background: #e72151;
  color: #fff;
}
.dropdown nav.inner-menu li a > span, .dropdown nav.inner-menu li a .text {
  text-decoration: inherit;
}
.dropdown nav.inner-menu li a > [role="icon"],
.dropdown nav.inner-menu li > [role="icon"] {
  float: left;
  margin-top: 1px;
  margin-right: 6px;
  font-size: 21px;
  line-height: 21px;
  width: 21px;
  height: 21px;
}

.dropdown.select.active .options {
  height: auto;
}

.xsb-page-home .xsb-header {
  background-color: rgba(250, 250, 250, 0.8) !important;
}

.mag-visor {
  background-color: #2e3c54;
  color: white;
  height: 35px;
  z-index: 200;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .mag-visor {
    height: 57px;
  }
}
.mag-visor .col-center {
  position: relative;
}
.mag-visor .country-select {
  z-index: 220;
}
@media (max-width: 767px) {
  .mag-visor .country-select {
    padding-top: 10px;
  }
}
@media (min-width: 380px) {
  .mag-visor .country-select {
    position: relative;
    text-align: left;
    background: none !important;
    margin-top: 10px;
    width: auto;
    display: block;
    margin-left: 20px;
  }
}
@media (min-width: 460px) {
  .mag-visor .country-select {
    position: relative;
    text-align: left;
    background: none !important;
    margin-top: 10px;
    width: auto;
    display: block;
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .mag-visor .country-select {
    position: relative;
    text-align: left;
    background: none !important;
    margin-top: 10px;
    width: auto;
    display: block;
    margin-left: 20px;
  }
}
@media (min-width: 1280px) {
  .mag-visor .country-select {
    position: relative;
    text-align: left;
    background: none !important;
    margin-top: 10px;
    width: auto;
    display: block;
    margin-left: 20px;
  }
}
@media (min-width: 1440px) {
  .mag-visor .country-select {
    position: relative;
    text-align: left;
    background: none !important;
    margin-top: 10px;
    width: auto;
    display: block;
    margin-left: 280px;
  }
}
@media (min-width: 1920px) {
  .mag-visor .country-select {
    position: relative;
    text-align: left;
    background: none !important;
    margin-top: 10px;
    width: auto;
    display: block;
    margin-left: 280px;
  }
}
.mag-visor .country-select .site-select {
  display: inline-block;
  margin-right: 5px;
  background-color: white;
  transition: opacity 0.5s ease;
}
.mag-visor .country-select .site-select .country-text, .mag-visor .country-select .site-select span {
  padding: 0 10px;
  font-size: 0.9em;
  color: #2e3c54;
}
.mag-visor .country-select .site-select.selectable {
  opacity: 1;
}
.mag-visor .country-select .site-select.selectable:hover {
  opacity: 0.9;
  background-color: #109b4a;
}
.mag-visor .country-select .site-select.selectable:hover span {
  color: white;
}
.mag-visor .country-select .site-select.current {
  opacity: 0.8;
}
.mag-visor .country-select .current-site {
  background: none !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
}
.mag-visor .country-select .current-site .country-text, .mag-visor .country-select .current-site span {
  padding: 3px 5px;
  font-size: 0.7em;
  line-height: 0.8em;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .mag-visor .cart-link {
    margin-right: 15px;
    color: white;
    display: block;
    background-color: #109b4a;
    padding: 7px 7px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    z-index: 300;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .mag-visor .cart-link {
    color: white;
    display: block;
    background-color: #109b4a;
    padding: 7px 7px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    z-index: 300;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
}
@media (min-width: 1280px) {
  .mag-visor .cart-link {
    color: white;
    display: block;
    background-color: #109b4a;
    padding: 7px 7px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    z-index: 300;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
}
@media (min-width: 1440px) {
  .mag-visor .cart-link {
    color: white;
    display: block;
    background-color: #109b4a;
    padding: 7px 7px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    z-index: 300;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
}
@media (min-width: 1920px) {
  .mag-visor .cart-link {
    color: white;
    display: block;
    background-color: #109b4a;
    padding: 7px 7px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    z-index: 300;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
}
.mag-visor .cart-link .cart-text {
  color: white;
  text-align: center;
  display: inline-block;
  line-height: 1.7em;
  margin-top: 4px;
  opacity: 1;
}
.mag-visor .cart-link .cart-number {
  display: inline-block;
  color: white;
  opacity: 1;
}
.mag-visor .cart-link:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

#mag-header {
  background-color: #f2f4f7;
  display: block;
  position: relative;
  z-index: 190;
}
@media (max-width: 379px) {
  #mag-header {
    height: auto;
  }
}
@media (min-width: 380px) {
  #mag-header {
    height: auto;
  }
}
@media (min-width: 460px) {
  #mag-header {
    height: auto;
  }
}
@media (min-width: 768px) {
  #mag-header {
    height: 89px;
  }
}
@media (min-width: 1280px) {
  #mag-header {
    height: 89px;
  }
}
@media (min-width: 1440px) {
  #mag-header {
    height: 89px;
  }
}
@media (min-width: 1920px) {
  #mag-header {
    height: 89px;
  }
}
#mag-header .mag-logo {
  background-color: none;
}
@media (max-width: 379px) {
  #mag-header .mag-logo {
    width: 100%;
    padding: 20px;
    margin: 0;
    background-color: #109b4a;
    box-sizing: border-box;
  }
}
@media (min-width: 380px) {
  #mag-header .mag-logo {
    width: 100%;
    padding: 20px;
    margin: 0;
    background-color: #109b4a;
    box-sizing: border-box;
  }
}
@media (min-width: 460px) {
  #mag-header .mag-logo {
    width: 100%;
    padding: 20px;
    margin: 0;
    background-color: #109b4a;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  #mag-header .mag-logo {
    background-color: transparent;
  }
}
#mag-header .mag-logo .header-mobile-logo {
  display: block;
  float: none;
  margin: 0px auto;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 380px) {
  #mag-header .mag-logo .header-mobile-logo {
    display: block;
  }
}
@media (min-width: 460px) {
  #mag-header .mag-logo .header-mobile-logo {
    display: block;
    width: 200px;
  }
}
@media (min-width: 768px) {
  #mag-header .mag-logo .header-mobile-logo {
    display: none;
  }
}
@media (min-width: 1280px) {
  #mag-header .mag-logo .header-mobile-logo {
    display: none;
  }
}
@media (min-width: 1440px) {
  #mag-header .mag-logo .header-mobile-logo {
    display: none;
  }
}
@media (min-width: 1920px) {
  #mag-header .mag-logo .header-mobile-logo {
    display: none;
  }
}
#mag-header .mag-logo .header-logo {
  display: none;
  float: none;
  margin: 0px auto;
  margin-top: -60px;
  position: relative;
  width: 80%;
  z-index: 900;
}
@media (min-width: 380px) {
  #mag-header .mag-logo .header-logo {
    display: none;
  }
}
@media (min-width: 460px) {
  #mag-header .mag-logo .header-logo {
    display: none;
    float: none;
    margin: 0px auto;
    margin-top: -20px;
    position: relative;
    width: 50%;
  }
}
@media (min-width: 768px) {
  #mag-header .mag-logo .header-logo {
    display: inline-block;
    float: left;
    width: 200px;
  }
}
@media (min-width: 1280px) {
  #mag-header .mag-logo .header-logo {
    display: inline-block;
    float: left;
    width: 200px;
  }
}
@media (min-width: 1440px) {
  #mag-header .mag-logo .header-logo {
    display: inline-block;
    float: left;
    width: 250px;
    margin-top: -60px;
    z-index: 900;
  }
}
@media (min-width: 1920px) {
  #mag-header .mag-logo .header-logo {
    display: inline-block;
    float: left;
    margin-top: -60px;
    width: 250px;
    z-index: 900;
  }
}
#mag-header .mag-full-navigation {
  float: right;
  display: none;
}
@media (max-width: 379px) {
  #mag-header .mag-full-navigation {
    display: none;
  }
}
@media (min-width: 380px) {
  #mag-header .mag-full-navigation {
    display: none;
  }
}
@media (min-width: 460px) {
  #mag-header .mag-full-navigation {
    display: none;
  }
}
@media (min-width: 768px) {
  #mag-header .mag-full-navigation {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  #mag-header .mag-full-navigation {
    display: inline-block;
  }
}
@media (min-width: 1440px) {
  #mag-header .mag-full-navigation {
    display: inline-block;
  }
}
@media (min-width: 1920px) {
  #mag-header .mag-full-navigation {
    display: inline-block;
  }
}
#mag-header .mag-full-navigation .nav__item {
  display: block;
  font-family: "proxima_nova", "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 379px) {
  #mag-header .mag-full-navigation .nav__item {
    display: block;
  }
}
@media (min-width: 380px) {
  #mag-header .mag-full-navigation .nav__item {
    display: block;
  }
}
@media (min-width: 460px) {
  #mag-header .mag-full-navigation .nav__item {
    display: block;
  }
}
@media (min-width: 768px) {
  #mag-header .mag-full-navigation .nav__item {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  #mag-header .mag-full-navigation .nav__item {
    display: inline-block;
  }
}
@media (min-width: 1440px) {
  #mag-header .mag-full-navigation .nav__item {
    display: inline-block;
  }
}
@media (min-width: 1920px) {
  #mag-header .mag-full-navigation .nav__item {
    display: inline-block;
  }
}
#mag-header .mag-full-navigation .nav__link {
  color: #2e3c54;
  padding: 13px 12px;
  border-bottom: 0;
}
#mag-header .mag-full-navigation .nav__link:hover {
  text-decoration: none;
}
#mag-header .mag-full-navigation .nav__link:after {
  display: block;
  position: relative;
  left: 0;
  top: 13px;
  width: 0;
  height: 3px;
  background-color: #fbc925;
  content: "";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mag-header .mag-full-navigation .nav__link:hover:after {
  width: 100%;
}
#mag-header .mag-full-navigation .nav__link--active {
  color: #2e3c54;
  border-bottom: 0;
}
#mag-header .mag-full-navigation .nav__link--active:after {
  display: block;
  position: relative;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fbc925;
  content: "";
}
#mag-header .mag-full-navigation .nav__link:hover {
  color: #2e3c54;
}
#mag-header .mag-mob-navigation {
  background-color: #2e3c54;
  display: block;
  float: none;
  width: 100%;
  padding-top: 5px;
}
@media (max-width: 379px) {
  #mag-header .mag-mob-navigation {
    display: block;
  }
}
@media (min-width: 380px) {
  #mag-header .mag-mob-navigation {
    display: block;
  }
}
@media (min-width: 460px) {
  #mag-header .mag-mob-navigation {
    display: block;
  }
}
@media (min-width: 768px) {
  #mag-header .mag-mob-navigation {
    display: none;
  }
}
@media (min-width: 1280px) {
  #mag-header .mag-mob-navigation {
    display: none;
  }
}
@media (min-width: 1440px) {
  #mag-header .mag-mob-navigation {
    display: none;
  }
}
@media (min-width: 1920px) {
  #mag-header .mag-mob-navigation {
    display: none;
  }
}
#mag-header .mag-mob-navigation .nav__item, #mag-header .mag-mob-navigation .nav_toggle {
  display: block;
  width: 100%;
  text-align: center;
}
@media (max-width: 379px) {
  #mag-header .mag-mob-navigation .nav__item, #mag-header .mag-mob-navigation .nav_toggle {
    display: block;
  }
}
@media (min-width: 380px) {
  #mag-header .mag-mob-navigation .nav__item, #mag-header .mag-mob-navigation .nav_toggle {
    display: block;
  }
}
@media (min-width: 460px) {
  #mag-header .mag-mob-navigation .nav__item, #mag-header .mag-mob-navigation .nav_toggle {
    display: block;
  }
}
#mag-header .mag-mob-navigation .nav_toggle-text {
  color: white;
  text-align: center;
  padding: 13px 12px;
}
#mag-header .mag-mob-navigation .nav_toggle-text img {
  width: 30px;
}
#mag-header .mag-mob-navigation .nav__link {
  color: white;
  width: 100%;
}
#mag-header .mag-mob-navigation .nav__link--active {
  color: white;
}
#mag-header .mag-mob-navigation .xsb-header-nav-inner {
  height: 0;
  overflow: hidden;
}
#mag-header .mag-mob-navigation .mobile-header-nav-inner {
  display: none;
}
#mag-header .search {
  float: right;
  margin-left: 40px;
  position: relative;
  display: block;
}
@media (max-width: 379px) {
  #mag-header .search {
    display: none;
  }
}
@media (min-width: 380px) {
  #mag-header .search {
    display: none;
  }
}
@media (min-width: 460px) {
  #mag-header .search {
    display: none;
  }
}
@media (min-width: 768px) {
  #mag-header .search {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  #mag-header .search {
    display: inline-block;
  }
}
@media (min-width: 1440px) {
  #mag-header .search {
    display: inline-block;
  }
}
@media (min-width: 1920px) {
  #mag-header .search {
    display: inline-block;
  }
}
#mag-header .search .search-icon {
  height: 16px;
}
#mag-header .search .search-button {
  background: none !important;
  background-color: none !important;
  border: none !important;
  box-shadow: none !important;
  margin-left: -40px;
  opacity: 0.6;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
#mag-header .search .search-button:hover {
  opacity: 1;
}

.phone-header {
  color: #fff;
  position: absolute;
  right: 175px;
  z-index: 500;
  top: 2px;
}
@media (max-width: 767px) {
  .phone-header {
    top: 12px;
  }
}
@media (max-width: 500px) {
  .phone-header {
    display: none;
  }
}
.phone-header:hover {
  color: #fff;
  text-decoration: underline;
}

.facebook-header {
  position: absolute;
  right: 135px;
  z-index: 500;
  top: 0;
}
@media (max-width: 767px) {
  .facebook-header {
    right: 112px;
    top: 11px;
  }
}

.instagram-header {
  position: absolute;
  right: 100px;
  z-index: 500;
  top: 0;
}
@media (max-width: 767px) {
  .instagram-header {
    right: 77px;
    top: 11px;
  }
}

.facebook-icon {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .facebook-icon {
    right: 111px;
    top: 11px;
  }
}

.xsb-footer {
  background-color: #f2f4f7;
  color: #2e3c54;
  display: block;
  position: relative;
  padding-top: 30px;
}
@media (max-width: 379px) {
  .xsb-footer .col--first {
    text-align: center;
  }
}
@media (min-width: 380px) {
  .xsb-footer .col--first {
    text-align: center;
  }
}
@media (min-width: 460px) {
  .xsb-footer .col--first {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .xsb-footer .col--first {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .xsb-footer .col--first {
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .xsb-footer .col--first {
    text-align: left;
  }
}
@media (min-width: 1920px) {
  .xsb-footer .col--first {
    text-align: left;
  }
}
.xsb-footer .col--middle {
  text-align: center;
}
@media (max-width: 379px) {
  .xsb-footer .col--last {
    text-align: center;
  }
}
@media (min-width: 380px) {
  .xsb-footer .col--last {
    text-align: center;
  }
}
@media (min-width: 460px) {
  .xsb-footer .col--last {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .xsb-footer .col--last {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .xsb-footer .col--last {
    text-align: right;
  }
}
@media (min-width: 1440px) {
  .xsb-footer .col--last {
    text-align: right;
  }
}
@media (min-width: 1920px) {
  .xsb-footer .col--last {
    text-align: right;
  }
}
.xsb-footer .footer-text, .xsb-footer .footer-link {
  font-size: 16px !important;
  text-decoration: none !important;
  color: #2e3c54;
}
.xsb-footer .footer-link:hover {
  color: #109b4a !important;
}

.mag-footer-bottom {
  background-color: #2e3c54;
  text-align: center;
  font-size: 16px !important;
}

.facebook-icon {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}

.xsb-row {
  display: block;
  position: relative;
  width: 100%;
}

.xsb-col {
  display: block;
  position: relative;
}

.col-center {
  width: 100%;
}

.xsb-layout-halves .xsb-col__halves {
  width: 100%;
}
@media (max-width: 379px) {
  .xsb-layout-halves .xsb-col__halves {
    width: 100%;
  }
}
@media (min-width: 380px) {
  .xsb-layout-halves .xsb-col__halves {
    width: 100%;
  }
}
@media (min-width: 460px) {
  .xsb-layout-halves .xsb-col__halves {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .xsb-layout-halves .xsb-col__halves {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  .xsb-layout-halves .xsb-col__halves:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1280px) {
  .xsb-layout-halves .xsb-col__halves {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  .xsb-layout-halves .xsb-col__halves:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1440px) {
  .xsb-layout-halves .xsb-col__halves {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  .xsb-layout-halves .xsb-col__halves:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1920px) {
  .xsb-layout-halves .xsb-col__halves {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  .xsb-layout-halves .xsb-col__halves:last-child {
    margin-right: 0px;
  }
}

.xsb-layout-thirds .xsb-col__thirds {
  width: 100%;
}
@media (max-width: 379px) {
  .xsb-layout-thirds .xsb-col__thirds {
    width: 100%;
  }
}
@media (min-width: 380px) {
  .xsb-layout-thirds .xsb-col__thirds {
    width: 100%;
  }
}
@media (min-width: 460px) {
  .xsb-layout-thirds .xsb-col__thirds {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .xsb-layout-thirds .xsb-col__thirds {
    width: 32%;
    margin-right: 2%;
    float: left;
  }
  .xsb-layout-thirds .xsb-col__thirds:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1280px) {
  .xsb-layout-thirds .xsb-col__thirds {
    width: 32%;
    margin-right: 2%;
    float: left;
  }
  .xsb-layout-thirds .xsb-col__thirds:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1440px) {
  .xsb-layout-thirds .xsb-col__thirds {
    width: 32%;
    margin-right: 2%;
    float: left;
  }
  .xsb-layout-thirds .xsb-col__thirds:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1920px) {
  .xsb-layout-thirds .xsb-col__thirds {
    width: 32%;
    margin-right: 2%;
    float: left;
  }
  .xsb-layout-thirds .xsb-col__thirds:last-child {
    margin-right: 0px;
  }
}

.xsb-layout-quarters .xsb-col__quarters {
  width: 100%;
}
@media (max-width: 379px) {
  .xsb-layout-quarters .xsb-col__quarters {
    width: 100%;
  }
}
@media (min-width: 380px) {
  .xsb-layout-quarters .xsb-col__quarters {
    width: 100%;
  }
}
@media (min-width: 460px) {
  .xsb-layout-quarters .xsb-col__quarters {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .xsb-layout-quarters .xsb-col__quarters {
    width: 23.5%;
    margin-right: 2%;
    float: left;
  }
  .xsb-layout-quarters .xsb-col__quarters:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1280px) {
  .xsb-layout-quarters .xsb-col__quarters {
    width: 23.5%;
    margin-right: 2%;
    float: left;
  }
  .xsb-layout-quarters .xsb-col__quarters:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1440px) {
  .xsb-layout-quarters .xsb-col__quarters {
    width: 23.5%;
    margin-right: 2%;
    float: left;
  }
  .xsb-layout-quarters .xsb-col__quarters:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1920px) {
  .xsb-layout-quarters .xsb-col__quarters {
    width: 23.5%;
    margin-right: 2%;
    float: left;
  }
  .xsb-layout-quarters .xsb-col__quarters:last-child {
    margin-right: 0px;
  }
}

.xsb-layout-fifths .xsb-col__fifths {
  width: 100%;
}
@media (max-width: 379px) {
  .xsb-layout-fifths .xsb-col__fifths {
    width: 100%;
  }
}
@media (min-width: 380px) {
  .xsb-layout-fifths .xsb-col__fifths {
    width: 100%;
  }
}
@media (min-width: 460px) {
  .xsb-layout-fifths .xsb-col__fifths {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .xsb-layout-fifths .xsb-col__fifths {
    width: 18.4%;
    margin-right: 2%;
    float: left;
  }
  .xsb-layout-fifths .xsb-col__fifths:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1280px) {
  .xsb-layout-fifths .xsb-col__fifths {
    width: 18.4%;
    margin-right: 2%;
    float: left;
  }
  .xsb-layout-fifths .xsb-col__fifths:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1440px) {
  .xsb-layout-fifths .xsb-col__fifths {
    width: 18.4%;
    margin-right: 2%;
    float: left;
  }
  .xsb-layout-fifths .xsb-col__fifths:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1920px) {
  .xsb-layout-fifths .xsb-col__fifths {
    width: 18.4%;
    margin-right: 2%;
    float: left;
  }
  .xsb-layout-fifths .xsb-col__fifths:last-child {
    margin-right: 0px;
  }
}

.xsb-col__content-left {
  width: 100%;
}
@media (max-width: 379px) {
  .xsb-col__content-left {
    width: 100%;
  }
}
@media (min-width: 380px) {
  .xsb-col__content-left {
    width: 100%;
  }
}
@media (min-width: 460px) {
  .xsb-col__content-left {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .xsb-col__content-left {
    width: 74.5%;
    float: right;
  }
}
@media (min-width: 1280px) {
  .xsb-col__content-left {
    width: 74.5%;
    float: right;
  }
}
@media (min-width: 1440px) {
  .xsb-col__content-left {
    width: 74.5%;
    float: right;
  }
}
@media (min-width: 1920px) {
  .xsb-col__content-left {
    width: 74.5%;
    float: right;
  }
}

.xsb-col__sidebar-right {
  width: 100%;
}
@media (max-width: 379px) {
  .xsb-col__sidebar-right {
    width: 100%;
  }
}
@media (min-width: 380px) {
  .xsb-col__sidebar-right {
    width: 100%;
  }
}
@media (min-width: 460px) {
  .xsb-col__sidebar-right {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .xsb-col__sidebar-right {
    width: 23.5%;
    margin-right: 2%;
    float: none;
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  .xsb-col__sidebar-right {
    width: 23.5%;
    margin-right: 2%;
    float: none;
    display: inline-block;
  }
}
@media (min-width: 1440px) {
  .xsb-col__sidebar-right {
    width: 23.5%;
    margin-right: 2%;
    float: none;
    display: inline-block;
  }
}
@media (min-width: 1920px) {
  .xsb-col__sidebar-right {
    width: 23.5%;
    margin-right: 2%;
    float: none;
    display: inline-block;
  }
}

.xsb-col__content-right {
  width: 100%;
}
@media (max-width: 379px) {
  .xsb-col__content-right {
    width: 100%;
  }
}
@media (min-width: 380px) {
  .xsb-col__content-right {
    width: 100%;
  }
}
@media (min-width: 460px) {
  .xsb-col__content-right {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .xsb-col__content-right {
    width: 74.5%;
    float: right;
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  .xsb-col__content-right {
    width: 74.5%;
    float: right;
    display: inline-block;
  }
}
@media (min-width: 1440px) {
  .xsb-col__content-right {
    width: 74.5%;
    float: right;
    display: inline-block;
  }
}
@media (min-width: 1920px) {
  .xsb-col__content-right {
    width: 74.5%;
    float: right;
    display: inline-block;
  }
}

.xsb-col__sidebar-left {
  width: 100%;
}
@media (max-width: 379px) {
  .xsb-col__sidebar-left {
    width: 100%;
  }
}
@media (min-width: 380px) {
  .xsb-col__sidebar-left {
    width: 100%;
  }
}
@media (min-width: 460px) {
  .xsb-col__sidebar-left {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .xsb-col__sidebar-left {
    width: 23.5%;
    margin-right: 2%;
    float: left;
  }
}
@media (min-width: 1280px) {
  .xsb-col__sidebar-left {
    width: 23.5%;
    margin-right: 2%;
    float: left;
  }
}
@media (min-width: 1440px) {
  .xsb-col__sidebar-left {
    width: 23.5%;
    margin-right: 2%;
    float: left;
  }
}
@media (min-width: 1920px) {
  .xsb-col__sidebar-left {
    width: 23.5%;
    margin-right: 2%;
    float: left;
  }
}

.xsb-sidebar-both .xsb-col__sidebar-right {
  width: 100%;
}
@media (max-width: 379px) {
  .xsb-sidebar-both .xsb-col__sidebar-right {
    width: 100%;
  }
}
@media (min-width: 380px) {
  .xsb-sidebar-both .xsb-col__sidebar-right {
    width: 100%;
  }
}
@media (min-width: 460px) {
  .xsb-sidebar-both .xsb-col__sidebar-right {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .xsb-sidebar-both .xsb-col__sidebar-right {
    width: 23.5%;
    margin-right: 0%;
    float: right;
  }
}
@media (min-width: 1280px) {
  .xsb-sidebar-both .xsb-col__sidebar-right {
    width: 23.5%;
    margin-right: 0%;
    float: right;
  }
}
@media (min-width: 1440px) {
  .xsb-sidebar-both .xsb-col__sidebar-right {
    width: 23.5%;
    margin-right: 0%;
    float: right;
  }
}
@media (min-width: 1920px) {
  .xsb-sidebar-both .xsb-col__sidebar-right {
    width: 23.5%;
    margin-right: 0%;
    float: right;
  }
}
.xsb-sidebar-both .xsb-col__sidebar-left {
  width: 100%;
}
@media (max-width: 379px) {
  .xsb-sidebar-both .xsb-col__sidebar-left {
    width: 100%;
  }
}
@media (min-width: 380px) {
  .xsb-sidebar-both .xsb-col__sidebar-left {
    width: 100%;
  }
}
@media (min-width: 460px) {
  .xsb-sidebar-both .xsb-col__sidebar-left {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .xsb-sidebar-both .xsb-col__sidebar-left {
    width: 23.5%;
    float: left;
  }
}
@media (min-width: 1280px) {
  .xsb-sidebar-both .xsb-col__sidebar-left {
    width: 23.5%;
    float: left;
  }
}
@media (min-width: 1440px) {
  .xsb-sidebar-both .xsb-col__sidebar-left {
    width: 23.5%;
    float: left;
  }
}
@media (min-width: 1920px) {
  .xsb-sidebar-both .xsb-col__sidebar-left {
    width: 23.5%;
    float: left;
  }
}
.xsb-sidebar-both .xsb-col__content-center {
  width: 100%;
}
@media (max-width: 379px) {
  .xsb-sidebar-both .xsb-col__content-center {
    width: 100%;
  }
}
@media (min-width: 380px) {
  .xsb-sidebar-both .xsb-col__content-center {
    width: 100%;
  }
}
@media (min-width: 460px) {
  .xsb-sidebar-both .xsb-col__content-center {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .xsb-sidebar-both .xsb-col__content-center {
    width: 51%;
    float: none;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 1280px) {
  .xsb-sidebar-both .xsb-col__content-center {
    width: 51%;
    float: none;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 1440px) {
  .xsb-sidebar-both .xsb-col__content-center {
    width: 51%;
    float: none;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 1920px) {
  .xsb-sidebar-both .xsb-col__content-center {
    width: 51%;
    float: none;
    margin: 0 auto;
    display: block;
  }
}

.mag-color-block {
  background-color: #f2f4f7;
  display: block;
  position: relative;
  min-height: 2em;
}

blockquote {
  box-sizing: border-box;
  margin: 0;
  padding: 1em;
  border-width: 0px;
  border-style: solid;
  border-color: #fff;
  border-left-color: #fff;
  font-family: "proxima_nova", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}

small {
  font-size: 0.7em;
  line-height: 1em;
  margin-top: 0;
}

strong, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5em;
}

a {
  color: #00cc8d;
}
a:hover {
  color: #109b4a;
}

.mag {
  font-family: "proxima_nova_bold", "Helvetica Neue", Arial, sans-serif;
}

.company-name {
  font-family: "proxima_nova_bold", "Helvetica Neue", Arial, sans-serif !important;
}

.uppercase {
  text-transform: uppercase;
}

strong.uppercase {
  font-family: "proxima_nova_bold", "Helvetica Neue", Arial, sans-serif;
}

.right {
  text-align: right !important;
  width: 100%;
  display: block;
}

.xmod-banner-default {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-bottom: 28% !important;
  margin: 0 auto 20px;
  background-color: #f2f4f7;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.xmod-banner-default ul.sequence-canvas,
.xmod-banner-default ul.sequence-canvas > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.xmod-banner-default .xmod-banner-slide {
  position: absolute;
}
.xmod-banner-default .sequence-canvas {
  height: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.xmod-banner-default .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.xmod-banner-default .sequence-canvas > li div {
  width: 100%;
  height: 100%;
}
.xmod-banner-default .sequence-canvas > li div a {
  display: block;
  width: 100%;
}
.xmod-banner-default .sequence-canvas > li div img {
  width: 100%;
  height: auto !important;
}
.xmod-banner-default .sequence-canvas li .xmod-banner-slide {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.xmod-banner-default .sequence-canvas .animate-in .xmod-banner-slide {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.xmod-banner-default .sequence-canvas .animate-out .xmod-banner-slide {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sequence-pagination {
  z-index: 300;
  position: absolute;
  height: 20px;
  list-style: none;
  margin: 0;
  padding: 0px;
  width: 100%;
  bottom: 14px;
}
.sequence-pagination li {
  cursor: pointer;
  background-color: white;
  margin-right: 7px;
  overflow: hidden;
  height: 0;
  width: 0;
  color: white;
  line-height: 5em;
  padding: 7px;
  float: left;
}
.sequence-pagination li:hover {
  background-color: #3097ff;
}
.sequence-pagination li.current {
  background-color: #3097ff;
}
@media (min-width: 750px) {
  .sequence-pagination {
    bottom: 20px;
  }
  .sequence-pagination li {
    padding: 10px;
  }
}

#xmod-banner-main {
  margin-top: 47px;
  position: relative;
  padding-bottom: 35% !important;
}
@media (min-width: 1000px) {
  #xmod-banner-main {
    padding-bottom: 35% !important;
  }
}
@media (max-width: 1450px) {
  #xmod-banner-main {
    margin-top: 38px;
  }
}
@media (max-width: 999px) {
  #xmod-banner-main {
    padding-bottom: 55% !important;
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  #xmod-banner-main {
    margin-top: -27px;
  }
}
#xmod-banner-main .xmod-banner-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 1000px) {
  #xmod-banner-main .xmod-banner-img {
    padding-bottom: 35%;
  }
}
@media (max-width: 999px) {
  #xmod-banner-main .xmod-banner-img {
    padding-bottom: 55%;
    min-height: 40px;
  }
}
#xmod-banner-main .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 45%, #2e3c54);
}
@media (max-width: 767px) {
  #xmod-banner-main .gradient {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, #2e3c54);
  }
}
#xmod-banner-main .xmod-banner-slide {
  height: 100%;
}
#xmod-banner-main .xmod-banner-description {
  height: auto;
  text-align: right;
  position: absolute;
  bottom: 20%;
  right: 45px;
  color: white;
  font-size: 1em;
  width: 86%;
  max-width: 375px;
  z-index: 1;
}
#xmod-banner-main .xmod-banner-description h1, #xmod-banner-main .xmod-banner-description p {
  color: white;
  margin-bottom: 0px;
}
#xmod-banner-main .xmod-banner-description p {
  line-height: 25px;
}
@media (max-width: 999px) {
  #xmod-banner-main .xmod-banner-description {
    bottom: 75px;
    right: 35px;
  }
}
@media (max-width: 767px) {
  #xmod-banner-main .xmod-banner-description h1 {
    font-size: 18px;
  }
  #xmod-banner-main .xmod-banner-description p {
    font-size: 14px;
  }
}
#xmod-banner-main .sequence-pagination {
  text-align: right;
  bottom: 35px;
  right: 45px;
  width: 100%;
}
@media (max-width: 999px) {
  #xmod-banner-main .sequence-pagination {
    right: 35px;
    bottom: 25px;
    width: auto;
  }
}
#xmod-banner-main .sequence-pagination li {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 12px;
  float: none;
  display: inline-block;
}
@media (max-width: 999px) {
  #xmod-banner-main .sequence-pagination li {
    padding: 8px;
  }
}
#xmod-banner-main .sequence-pagination li.current {
  background-color: white;
}

.xsb-page-home .xsb-container_body {
  position: relative;
  top: -163px;
  margin-bottom: -163px;
}
@media (max-width: 767px) {
  .xsb-page-home .xsb-container_body {
    top: 5px;
    margin-bottom: 5px;
  }
}

.banner-wrapper {
  display: block;
  position: relative;
  background-image: url("/images/magnum-home-banner-test-2.jpg");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 10;
}
@media (max-width: 379px) {
  .banner-wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    background-position: right center;
    height: 450px;
    margin-top: 0px;
  }
}
@media (min-width: 380px) {
  .banner-wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    background-position: right center;
    height: 450px;
    margin-top: 0px;
  }
}
@media (min-width: 460px) {
  .banner-wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    background-position: right center;
    height: 650px;
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .banner-wrapper {
    background-position: center center;
    margin-bottom: 0px;
    margin-top: -125px;
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
  .banner-wrapper {
    margin-bottom: -50px;
  }
}
@media (min-width: 1280px) {
  .banner-wrapper {
    background-position: center center;
    margin-top: -125px;
    margin-bottom: 0px;
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  }
}
@media screen and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 0) {
  .banner-wrapper {
    margin-bottom: -50px;
  }
}
@media (min-width: 1440px) {
  .banner-wrapper {
    background-position: center center;
    height: 600px;
    margin-bottom: 0px;
    margin-top: -116px;
    display: block;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  }
}
@media screen and (min-width: 1440px) and (-webkit-min-device-pixel-ratio: 0) {
  .banner-wrapper {
    margin-bottom: -50px;
  }
}
@media (min-width: 1920px) {
  .banner-wrapper {
    background-position: center center;
    height: 700px;
    margin-bottom: 0px;
    margin-top: -115px;
    display: block;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  }
}
@media screen and (min-width: 1920px) and (-webkit-min-device-pixel-ratio: 0) {
  .banner-wrapper {
    margin-bottom: -50px;
  }
}
.banner-wrapper .gradient {
  position: absolute;
  top: 60%;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(46, 60, 84, 0.7));
}
.banner-wrapper .banner-text {
  bottom: 00px;
  position: absolute;
  text-align: center;
  color: white;
  font-family: "proxima_nova_bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5em;
  width: 100%;
  text-shadow: #2e3c54 0px 0px 10px;
}

.service-nav-toggle, .product-nav-toggle {
  cursor: pointer;
}
@media (max-width: 379px) {
  .service-nav-toggle, .product-nav-toggle {
    display: block;
  }
}
@media (min-width: 380px) {
  .service-nav-toggle, .product-nav-toggle {
    display: block;
  }
}
@media (min-width: 460px) {
  .service-nav-toggle, .product-nav-toggle {
    display: block;
  }
}
@media (min-width: 768px) {
  .service-nav-toggle, .product-nav-toggle {
    display: none;
  }
}
@media (min-width: 1280px) {
  .service-nav-toggle, .product-nav-toggle {
    display: none;
  }
}
@media (min-width: 1440px) {
  .service-nav-toggle, .product-nav-toggle {
    display: none;
  }
}
@media (min-width: 1920px) {
  .service-nav-toggle, .product-nav-toggle {
    display: none;
  }
}

.category-toggle .sub-nav {
  height: 0px;
  overflow: hidden;
  display: block;
  transition: height 0.5s ease;
}
.category-toggle .sub-nav li {
  color: white;
  opacity: 0.7;
  padding-left: 20px;
  cursor: pointer;
}
.category-toggle .sub-nav li:hover {
  opacity: 1;
}
.category-toggle .category-name, .category-toggle .service-name {
  color: white !important;
  opacity: 0.7;
  cursor: pointer;
  display: block;
}
.category-toggle .category-name:hover, .category-toggle .service-name:hover {
  opacity: 1;
}
.category-toggle .category-name:after, .category-toggle .service-name:after {
  content: '+';
  float: right;
  font-size: 20px;
  color: white;
  display: block;
  position: relative;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.category-toggle .category-name.open, .category-toggle .service-name.open {
  display: block;
}
.category-toggle .category-name.open:after, .category-toggle .service-name.open:after {
  content: '+';
  float: right;
  color: white;
  position: relative;
  transform: rotate(45deg);
  transition: all 0.5s ease;
}

.open .sub-nav {
  height: auto !important;
  display: block;
  transition: height 0.5s ease;
}

@media (max-width: 379px) {
  .sidebar-heading {
    display: none;
  }
}
@media (min-width: 380px) {
  .sidebar-heading {
    display: none;
  }
}
@media (min-width: 460px) {
  .sidebar-heading {
    display: none;
  }
}
@media (min-width: 768px) {
  .sidebar-heading {
    display: block;
  }
}
@media (min-width: 1280px) {
  .sidebar-heading {
    display: block;
  }
}
@media (min-width: 1440px) {
  .sidebar-heading {
    display: block;
  }
}
@media (min-width: 1920px) {
  .sidebar-heading {
    display: block;
  }
}

.product-nav, .service-nav {
  display: none;
  margin-bottom: 30px;
}
@media (max-width: 379px) {
  .product-nav, .service-nav {
    display: none;
    margin-bottom: 30px;
  }
}
@media (min-width: 380px) {
  .product-nav, .service-nav {
    display: none;
    margin-bottom: 30px;
  }
}
@media (min-width: 460px) {
  .product-nav, .service-nav {
    display: none;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .product-nav, .service-nav {
    display: block !important;
    margin-bottom: 0px;
  }
}
@media (min-width: 1280px) {
  .product-nav, .service-nav {
    display: block !important;
    margin-bottom: 0px;
  }
}
@media (min-width: 1440px) {
  .product-nav, .service-nav {
    display: block !important;
    margin-bottom: 0px;
  }
}
@media (min-width: 1920px) {
  .product-nav, .service-nav {
    display: block !important;
    margin-bottom: 0px;
  }
}

.products-sidebar-container, .services-sidebar-container {
  display: block;
  position: relative;
}
.products-sidebar-container strong, .services-sidebar-container strong {
  color: white;
  display: block;
}
.products-sidebar-container .products-sidebar a, .products-sidebar-container .services-sidebar a, .services-sidebar-container .products-sidebar a, .services-sidebar-container .services-sidebar a {
  color: white;
  opacity: 0.8;
}
.products-sidebar-container .products-sidebar a:after, .products-sidebar-container .services-sidebar a:after, .services-sidebar-container .products-sidebar a:after, .services-sidebar-container .services-sidebar a:after {
  content: '\25b6';
  float: right;
  font-size: 0.6em;
  opacity: 0.7;
  display: inline-block;
}
@media (min-width: 460px) {
  .products-sidebar-container .products-sidebar a:after, .products-sidebar-container .services-sidebar a:after, .services-sidebar-container .products-sidebar a:after, .services-sidebar-container .services-sidebar a:after {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .products-sidebar-container .products-sidebar a:after, .products-sidebar-container .services-sidebar a:after, .services-sidebar-container .products-sidebar a:after, .services-sidebar-container .services-sidebar a:after {
    display: none;
  }
}
@media (min-width: 1280px) {
  .products-sidebar-container .products-sidebar a:after, .products-sidebar-container .services-sidebar a:after, .services-sidebar-container .products-sidebar a:after, .services-sidebar-container .services-sidebar a:after {
    display: inline-block;
  }
}
.products-sidebar-container .products-sidebar a:hover, .products-sidebar-container .services-sidebar a:hover, .services-sidebar-container .products-sidebar a:hover, .services-sidebar-container .services-sidebar a:hover {
  opacity: 1;
}

.products-sidebar-container {
  background-color: #109b4a;
  margin-top: 40px;
  padding: 20px;
}
@media (max-width: 379px) {
  .products-sidebar-container {
    padding: 20px;
  }
}
@media (min-width: 380px) {
  .products-sidebar-container {
    padding: 20px;
  }
}
@media (min-width: 460px) {
  .products-sidebar-container {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .products-sidebar-container {
    margin-top: -40px;
    padding: 75px 20px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .products-sidebar-container {
    padding: 75px 20px 40px 20px;
  }
}
@media (min-width: 1440px) {
  .products-sidebar-container {
    padding: 75px 20px 40px 20px;
  }
}
@media (min-width: 1920px) {
  .products-sidebar-container {
    padding: 75px 20px 40px 20px;
  }
}

.product-detail-page .products-sidebar-container,
.cart-page .products-sidebar-container,
.service-detail-page .products-sidebar-container,
.category-list-page .products-sidebar-container,
.xsb-page-request-quote-success .products-sidebar-container,
.xsb-page-contact-success .products-sidebar-container {
  background-color: #109b4a;
  margin-top: 0px;
  padding: 20px;
}
@media (max-width: 379px) {
  .product-detail-page .products-sidebar-container,
  .cart-page .products-sidebar-container,
  .service-detail-page .products-sidebar-container,
  .category-list-page .products-sidebar-container,
  .xsb-page-request-quote-success .products-sidebar-container,
  .xsb-page-contact-success .products-sidebar-container {
    padding: 20px;
  }
}
@media (min-width: 380px) {
  .product-detail-page .products-sidebar-container,
  .cart-page .products-sidebar-container,
  .service-detail-page .products-sidebar-container,
  .category-list-page .products-sidebar-container,
  .xsb-page-request-quote-success .products-sidebar-container,
  .xsb-page-contact-success .products-sidebar-container {
    padding: 20px;
  }
}
@media (min-width: 460px) {
  .product-detail-page .products-sidebar-container,
  .cart-page .products-sidebar-container,
  .service-detail-page .products-sidebar-container,
  .category-list-page .products-sidebar-container,
  .xsb-page-request-quote-success .products-sidebar-container,
  .xsb-page-contact-success .products-sidebar-container {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .product-detail-page .products-sidebar-container,
  .cart-page .products-sidebar-container,
  .service-detail-page .products-sidebar-container,
  .category-list-page .products-sidebar-container,
  .xsb-page-request-quote-success .products-sidebar-container,
  .xsb-page-contact-success .products-sidebar-container {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 40px 20px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .product-detail-page .products-sidebar-container,
  .cart-page .products-sidebar-container,
  .service-detail-page .products-sidebar-container,
  .category-list-page .products-sidebar-container,
  .xsb-page-request-quote-success .products-sidebar-container,
  .xsb-page-contact-success .products-sidebar-container {
    margin-top: -30px;
    padding: 60px 20px 40px 20px;
    clip-path: polygon(0 35px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1440px) {
  .product-detail-page .products-sidebar-container,
  .cart-page .products-sidebar-container,
  .service-detail-page .products-sidebar-container,
  .category-list-page .products-sidebar-container,
  .xsb-page-request-quote-success .products-sidebar-container,
  .xsb-page-contact-success .products-sidebar-container {
    margin-top: -30px;
    padding: 60px 20px 40px 20px;
    clip-path: polygon(0 35px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 1920px) {
  .product-detail-page .products-sidebar-container,
  .cart-page .products-sidebar-container,
  .service-detail-page .products-sidebar-container,
  .category-list-page .products-sidebar-container,
  .xsb-page-request-quote-success .products-sidebar-container,
  .xsb-page-contact-success .products-sidebar-container {
    margin-top: -30px;
    padding: 60px 20px 40px 20px;
    clip-path: polygon(0 35px, 100% 0, 100% 100%, 0% 100%);
  }
}
.product-detail-page .product-category-list .product .image-link .button,
.cart-page .product-category-list .product .image-link .button,
.service-detail-page .product-category-list .product .image-link .button,
.category-list-page .product-category-list .product .image-link .button,
.xsb-page-request-quote-success .product-category-list .product .image-link .button,
.xsb-page-contact-success .product-category-list .product .image-link .button {
  box-sizing: border-box;
  bottom: 12px;
}

.services-sidebar-container {
  background-color: #2e3c54;
  margin-top: 0px;
  padding: 20px 20px 0px 20px;
}
@media (max-width: 379px) {
  .services-sidebar-container {
    padding: 20px 20px 0px 20px;
  }
}
@media (min-width: 380px) {
  .services-sidebar-container {
    padding: 20px 20px 0px 20px;
  }
}
@media (min-width: 460px) {
  .services-sidebar-container {
    padding: 20px 20px 0px 20px;
  }
}
@media (min-width: 768px) {
  .services-sidebar-container {
    padding: 40px 20px 40px 20px;
  }
}
@media (min-width: 1280px) {
  .services-sidebar-container {
    padding: 40px 20px 40px 20px;
  }
}
@media (min-width: 1440px) {
  .services-sidebar-container {
    padding: 40px 20px 40px 20px;
  }
}
@media (min-width: 1920px) {
  .services-sidebar-container {
    padding: 40px 20px 40px 20px;
  }
}

.service-category-list .product .image-link .button {
  box-sizing: border-box;
  bottom: 4px !important;
}

.featured-stories {
  position: relative;
}
@media (max-width: 379px) {
  .featured-stories {
    display: none;
  }
}
@media (min-width: 380px) {
  .featured-stories {
    display: none;
  }
}
@media (min-width: 460px) {
  .featured-stories {
    display: none;
  }
}
@media (min-width: 768px) {
  .featured-stories {
    display: block;
  }
}
@media (min-width: 1280px) {
  .featured-stories {
    display: block;
  }
}
@media (min-width: 1440px) {
  .featured-stories {
    display: block;
  }
}
@media (min-width: 1920px) {
  .featured-stories {
    display: block;
  }
}
.featured-stories .featured-story {
  display: block;
  clear: both;
  position: relative;
}
.featured-stories .story-quote {
  display: block;
  position: relative;
  float: left;
}
@media (min-width: 768px) {
  .featured-stories .story-quote {
    width: 58%;
    margin-right: 2%;
  }
}
@media (min-width: 1280px) {
  .featured-stories .story-quote {
    width: 73%;
    margin-right: 2%;
  }
}
@media (min-width: 1440px) {
  .featured-stories .story-quote {
    width: 73%;
    margin-right: 2%;
  }
}
@media (min-width: 1920px) {
  .featured-stories .story-quote {
    width: 73%;
    margin-right: 2%;
  }
}
.featured-stories .story-quote blockquote {
  margin-top: 20px;
}
.featured-stories .story-quote blockquote:before, .featured-stories .story-quote blockquote:after {
  content: '"';
}
.featured-stories .story-quote .client-name {
  margin-left: 20px;
}
.featured-stories .story-quote .client-name:before {
  content: '-  ';
}
.featured-stories .image-link {
  display: block;
  position: relative;
  float: left;
}
@media (min-width: 768px) {
  .featured-stories .image-link {
    width: 40%;
  }
}
@media (min-width: 1280px) {
  .featured-stories .image-link {
    width: 25%;
  }
}
@media (min-width: 1440px) {
  .featured-stories .image-link {
    width: 25%;
  }
}
@media (min-width: 1920px) {
  .featured-stories .image-link {
    width: 25%;
  }
}
.featured-stories .image-link .story-image {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  clear: both;
}
.featured-stories .image-link .button {
  position: absolute;
  bottom: 0px;
  background-color: rgba(46, 60, 84, 0.8);
  color: white;
  width: 100%;
  border: 0px;
  border-radius: 0px;
  padding: 5px 10px;
  opacity: 0.9;
  box-sizing: border-box;
}
.featured-stories .image-link .button:after {
  content: '\25b6';
  float: right;
  font-size: 0.6em;
  opacity: 0.7;
  display: inline-block;
}
.featured-stories .image-link .button:hover {
  opacity: 1;
}

.story-banner-wrapper {
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 10;
}
@media (max-width: 379px) {
  .story-banner-wrapper {
    background-position: center center;
    height: 450px;
    margin-top: 0px;
  }
}
@media (min-width: 380px) {
  .story-banner-wrapper {
    background-position: center center;
    height: 450px;
    margin-top: 0px;
  }
}
@media (min-width: 460px) {
  .story-banner-wrapper {
    background-position: center center;
    height: 650px;
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .story-banner-wrapper {
    background-position: center center;
    margin-top: -125px;
    height: 450px;
  }
}
@media (min-width: 1280px) {
  .story-banner-wrapper {
    background-position: center center;
    margin-top: -125px;
    height: 450px;
  }
}
@media (min-width: 1440px) {
  .story-banner-wrapper {
    background-position: center center;
    height: 600px;
    margin-top: -126px;
    display: block;
  }
}
@media (min-width: 1920px) {
  .story-banner-wrapper {
    background-position: center center;
    height: 700px;
    margin-top: -115px;
    display: block;
  }
}
.story-banner-wrapper .gradient {
  position: absolute;
  top: 60%;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(46, 60, 84, 0.7));
}

.product-category-list, .service-category-list, .gallery-list {
  padding: 0px 30px;
}
.product-category-list strong, .service-category-list strong, .gallery-list strong {
  display: block;
}
.product-category-list .product, .service-category-list .product, .gallery-list .product {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin-right: 0;
}
@media (max-width: 379px) {
  .product-category-list .product, .service-category-list .product, .gallery-list .product {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 380px) {
  .product-category-list .product, .service-category-list .product, .gallery-list .product {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 460px) {
  .product-category-list .product, .service-category-list .product, .gallery-list .product {
    width: 48%;
    margin-right: 2%;
  }
}
@media (min-width: 768px) {
  .product-category-list .product, .service-category-list .product, .gallery-list .product {
    width: 31%;
    margin-right: 2%;
  }
}
@media (min-width: 1280px) {
  .product-category-list .product, .service-category-list .product, .gallery-list .product {
    width: 31%;
    margin-right: 2%;
  }
}
@media (min-width: 1440px) {
  .product-category-list .product, .service-category-list .product, .gallery-list .product {
    width: 31%;
    margin-right: 2%;
  }
}
@media (min-width: 1920px) {
  .product-category-list .product, .service-category-list .product, .gallery-list .product {
    width: 31%;
    margin-right: 2%;
  }
}
.product-category-list .product .image-link img, .service-category-list .product .image-link img, .gallery-list .product .image-link img {
  width: 100%;
}
.product-category-list .product .image-link .button, .service-category-list .product .image-link .button, .gallery-list .product .image-link .button {
  position: relative;
  display: block;
  bottom: 46px;
  background-color: rgba(46, 60, 84, 0.8);
  color: white;
  width: 100%;
  border: 0px;
  border-radius: 0px;
  padding: 5px 10px;
  opacity: 0.9;
}
.product-category-list .product .image-link .button:after, .service-category-list .product .image-link .button:after, .gallery-list .product .image-link .button:after {
  content: '\25b6';
  float: right;
  font-size: 0.6em;
  opacity: 0.7;
  display: inline-block;
}
.product-category-list .product .image-link .button:hover, .service-category-list .product .image-link .button:hover, .gallery-list .product .image-link .button:hover {
  opacity: 1;
}

.gallery-list .product .image-link .button {
  box-sizing: border-box;
  bottom: 12px;
}

.featured-products {
  padding: 20px 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.featured-products strong {
  display: block;
}
.featured-products .product {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin-right: 0;
}
@media (max-width: 379px) {
  .featured-products .product {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 380px) {
  .featured-products .product {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 460px) {
  .featured-products .product {
    width: 48%;
    margin-right: 2%;
  }
}
@media (min-width: 768px) {
  .featured-products .product {
    width: 23%;
    margin-right: 2%;
  }
}
@media (min-width: 1280px) {
  .featured-products .product {
    width: 23%;
    margin-right: 2%;
  }
}
@media (min-width: 1440px) {
  .featured-products .product {
    width: 23%;
    margin-right: 2%;
  }
}
@media (min-width: 1920px) {
  .featured-products .product {
    width: 23%;
    margin-right: 2%;
  }
}
.featured-products .product .image-link img {
  width: 100%;
}
.featured-products .product .image-link .button {
  position: relative;
  display: block;
  bottom: 12px;
  background-color: rgba(46, 60, 84, 0.8);
  color: white;
  width: 100%;
  border: 0px;
  border-radius: 0px;
  padding: 5px 10px;
  opacity: 0.9;
  box-sizing: border-box;
}
.featured-products .product .image-link .button:after {
  content: '\25b6';
  float: right;
  font-size: 0.6em;
  opacity: 0.7;
  display: inline-block;
}
.featured-products .product .image-link .button:hover {
  opacity: 1;
}

.image-changer {
  position: relative;
  display: block;
}
@media (max-width: 379px) {
  .image-changer {
    width: 300px;
    margin: 70px auto;
    height: 300px;
    clear: both;
    float: none;
  }
}
@media (min-width: 380px) {
  .image-changer {
    width: 300px;
    margin: 100px auto 40px;
    height: 300px;
    clear: both;
    float: none;
  }
}
@media (min-width: 460px) {
  .image-changer {
    width: 300px;
    margin: 50px auto;
    height: 300px;
    clear: both;
    float: none;
  }
}
@media (min-width: 768px) {
  .image-changer {
    width: 25%;
    height: auto;
    margin: auto;
    margin-right: 2%;
    margin-bottom: 30px;
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  .image-changer {
    width: 25%;
    height: auto;
    margin: auto;
    margin-right: 2%;
    margin-bottom: 30px;
    margin-top: 30px;
    display: inline-block;
  }
}
@media (min-width: 1440px) {
  .image-changer {
    width: 25%;
    height: auto;
    margin: auto;
    margin-right: 2%;
    margin-bottom: 30px;
    margin-top: 30px;
    display: inline-block;
  }
}
@media (min-width: 1920px) {
  .image-changer {
    width: 25%;
    height: auto;
    margin: auto;
    margin-right: 2%;
    margin-bottom: 30px;
    margin-top: 30px;
    display: inline-block;
  }
}

.story-details {
  width: 73%;
  position: relative;
}
@media (max-width: 379px) {
  .story-details {
    width: 100%;
    float: none;
    clear: both;
    margin-top: 30px;
  }
}
@media (min-width: 380px) {
  .story-details {
    width: 100%;
    float: none;
    clear: both;
    margin-top: 30px;
  }
}
@media (min-width: 460px) {
  .story-details {
    width: 100%;
    float: none;
    clear: both;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .story-details {
    width: 73%;
    display: inline-block;
    float: right;
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  .story-details {
    width: 73%;
    display: inline-block;
    float: right;
    margin-top: 30px;
  }
}
@media (min-width: 1440px) {
  .story-details {
    width: 73%;
    display: inline-block;
    float: right;
    margin-top: 30px;
  }
}
@media (min-width: 1920px) {
  .story-details {
    width: 73%;
    display: inline-block;
    float: right;
    margin-top: 30px;
  }
}

.story-images {
  position: relative;
  display: block;
}
.story-images img {
  opacity: 0;
  width: 100%;
}

.banner-controls {
  position: absolute;
  display: block;
  width: 100%;
}
.banner-controls img {
  opacity: 0.4;
}
.banner-controls .prev, .banner-controls .next {
  display: block;
  cursor: pointer;
}
.banner-controls .prev img, .banner-controls .next img {
  width: 35px;
}
.banner-controls .prev:hover, .banner-controls .next:hover {
  opacity: 0.7;
}
.banner-controls .prev {
  float: left;
}
.banner-controls .next {
  float: right;
}

/* Styles for the alternating / transition effect. */
.toggle-image {
  position: absolute;
  height: auto;
  transition: opacity 1s ease-in-out;
}

.show {
  opacity: 1 !important;
}

.product-detail-page .button {
  display: inline !important;
}
.product-detail-page button.add-to-list, .product-detail-page .button.add-to-list {
  position: relative;
  background: #109b4a !important;
  color: white !important;
  border: 0px;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  border-radius: 0px;
  opacity: 0.9;
  display: block;
  text-shadow: none !important;
  height: auto !important;
  padding: 11px 46px !important;
}
.product-detail-page button.add-to-list span, .product-detail-page .button.add-to-list span {
  color: white;
}
.product-detail-page button.add-to-list:hover, .product-detail-page .button.add-to-list:hover {
  border: 0px !important;
  border-color: none;
  border-width: 0px;
  box-shadow: 0 0 0px 0px #ffa843 inset !important;
  background: rgba(18, 178, 85, 0.8) !important;
}
.product-detail-page button.added, .product-detail-page .button.added {
  position: relative;
  background: #e72151 !important;
  color: white !important;
  border: 0px;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  border-radius: 0px;
  opacity: 0.9;
  display: block;
  text-shadow: none !important;
  height: auto !important;
  padding: 11px 46px !important;
}
.product-detail-page button.added:hover, .product-detail-page .button.added:hover {
  border: 0px !important;
  border-color: none;
  border-width: 0px;
  box-shadow: 0 0 0px 0px #ffa843 inset !important;
  background: #d91f4d !important;
}
.product-detail-page .thumb {
  max-width: 100%;
  width: 31%;
}
.product-detail-page .large-image {
  background-color: rgba(94, 108, 127, 0.5);
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100vh;
  width: 100%;
  display: none;
}
.product-detail-page .large-image .padding {
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px 0px #5e6c7f;
  position: absolute;
  transform: translate(-50%, 0);
  margin: 13% 50%;
  max-width: 100%;
}
.product-detail-page .display {
  display: block;
  width: 100%;
  max-width: 100% !important;
  z-index: 3000;
}
.product-detail-page .display img {
  width: 270px;
  height: auto;
}
@media (min-width: 750px) {
  .product-detail-page .display img {
    width: auto;
    height: 50vh;
  }
}
.product-detail-page .expand {
  display: none;
}
.product-detail-page .gallery-image {
  max-width: 80%;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  max-height: none;
  margin-right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.product-detail-page .gallery-image img {
  width: 100%;
  max-width: 100% !important;
}
@media (min-width: 733px) {
  .product-detail-page .gallery-image {
    width: 31%;
    height: auto;
    max-height: none;
    margin-right: 1.2%;
    display: inline-block;
  }
}
@media (min-width: 1343px) {
  .product-detail-page .gallery-image {
    width: 292px;
    height: 196px;
    margin-right: 15px;
    max-height: none;
  }
}
.product-detail-page .gallery-image:hover .expand {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 100%;
}
.product-detail-page .gallery-image:hover .expand span {
  transform: rotate(-45deg);
  display: block;
}
.product-detail-page .image-container {
  margin-bottom: 2em;
}
.product-detail-page .product-details .product-name, .product-detail-page .product-details .service-name, .product-detail-page .service-details .product-name, .product-detail-page .service-details .service-name {
  margin-bottom: 0px;
}
.product-detail-page .product-details .sku, .product-detail-page .service-details .sku {
  color: #00cc8d;
}
.product-detail-page .product-details .sku:empty, .product-detail-page .service-details .sku:empty {
  display: none;
}
.product-detail-page .product-details .price, .product-detail-page .service-details .price {
  color: #2e3c54;
  display: block;
}
.product-detail-page .product-details .price.hide, .product-detail-page .service-details .price.hide {
  display: none;
}
.product-detail-page .product-details .specs-container, .product-detail-page .service-details .specs-container {
  margin-bottom: 30px;
}
.product-detail-page .product-details .specs-container .spec-toggle, .product-detail-page .service-details .specs-container .spec-toggle {
  display: block;
}
.product-detail-page .product-details .specs-container .spec-toggle:after, .product-detail-page .service-details .specs-container .spec-toggle:after {
  content: '+';
  right: 20px;
  top: 15px;
  font-size: 20px;
  color: #5e6c7f;
  cursor: pointer;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.product-detail-page .product-details .specs-container .spec-toggle.open, .product-detail-page .service-details .specs-container .spec-toggle.open {
  display: block;
}
.product-detail-page .product-details .specs-container .spec-toggle.open:after, .product-detail-page .service-details .specs-container .spec-toggle.open:after {
  content: '+';
  right: 20px;
  top: 15px;
  color: red;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  transform: rotate(45deg);
  transition: all 0.5s ease;
}
.product-detail-page .product-details .specs-container .specs, .product-detail-page .service-details .specs-container .specs {
  display: none;
  column-count: 1;
  column-gap: 0px;
}
.product-detail-page .product-details .specs-container .specs span, .product-detail-page .product-details .specs-container .specs div, .product-detail-page .product-details .specs-container .specs p, .product-detail-page .service-details .specs-container .specs span, .product-detail-page .service-details .specs-container .specs div, .product-detail-page .service-details .specs-container .specs p {
  line-height: 1.5em !important;
  font-size: 14px !important;
}
@media (min-width: 768px) {
  .product-detail-page .product-details .specs-container .specs, .product-detail-page .service-details .specs-container .specs {
    column-count: 2;
    column-gap: 25px;
  }
}

.image-preview.open {
  display: block;
}
.image-preview.open:after {
  content: '+';
  right: 18px;
  top: 12px;
  color: red;
  font-size: 40px;
  position: absolute;
  transform: rotate(45deg);
}

.cart-page .items {
  display: block;
  box-sizing: border-box;
}
.cart-page .items .item {
  display: block;
  padding: 10px 20px;
  border-bottom: 2px solid white;
  box-sizing: border-box;
  background-color: white;
}
.cart-page .items .item:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.6);
}
.cart-page .items .item span {
  font-family: 'proxima_nova';
}
.cart-page .items .item span[data-bind="text: sku"] {
  padding: 10px 20px;
  border: 0px;
  background: transparent;
  border-radius: 0px;
  box-sizing: border-box;
}
.cart-page .items .item span[data-bind="text: name"] {
  width: 600px;
  overflow: hidden;
}
.cart-page .items .item input[type="number"] {
  padding: 10px 20px;
  border: 0px;
  box-sizing: border-box;
  border-left: 2px solid white;
  background: transparent;
  border-radius: 0px;
  float: right;
  text-align: center;
  display: block;
}
.cart-page .items .item .remove {
  float: right;
  background: transparent !important;
  color: #e72151 !important;
  font-weight: bold !important;
  display: block !important;
  cursor: pointer;
  border-left: 2px solid white !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding: 4px 20px !important;
  box-sizing: border-box !important;
}
.cart-page input[type="button"] {
  padding: 20px;
  box-sizing: border-box;
  display: inline-block !important;
  float: right;
}
.cart-page .continue-link {
  position: relative;
  background: #2e3c54 !important;
  color: white;
  border: 0px;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  border-radius: 0px;
  opacity: 0.9;
  display: inline-block;
  text-shadow: none !important;
  height: auto !important;
  padding: 4.5px 46px !important;
}
.cart-page .continue-link:hover {
  background-color: #243042 !important;
}
.cart-page #empty-cart button {
  position: relative;
  background: #2e3c54 !important;
  color: white !important;
  border: 0px;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  border-radius: 0px;
  opacity: 0.9;
  display: inline-block;
  text-shadow: none !important;
  height: auto !important;
  padding: 11px 46px !important;
}
.cart-page #empty-cart button:hover {
  background-color: #243042 !important;
}
.cart-page .clear-storage-button {
  position: relative;
  background: #E72151;
  color: white !important;
  border: 0px;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  border-radius: 0px;
  opacity: 0.9;
  display: inline-block;
  text-shadow: none !important;
  height: auto !important;
  padding: 5px 46px !important;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cart-page .clear-storage-button {
    margin-bottom: 0px !important;
  }
}
.cart-page .clear-storage-button:hover {
  background-color: #c0153e;
}

.contact-container {
  background-color: rgba(233, 235, 237, 0.5);
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  box-sizing: border-box;
}

.cms-front .xmod-cms-page-list-filters {
  border: 0px;
}
.cms-front .form-field {
  margin-right: 20px;
}
.cms-front .xmod-cms-page-list-page {
  border: 0px !important;
}
.cms-front .xmod-cms-page-list-filters .ui-selectmenu-button.ui-state-hover {
  background: none !important;
  box-shadow: 0 0 0px 1px #555555 inset;
  border: 0px;
  background-color: #f2f4f7 !important;
  color: #555555;
}
.cms-front .xmod-cms-page-list-filters .ui-state-hover, .cms-front .xmod-cms-page-list-filters .ui-widget-content .ui-state-hover {
  background: none !important;
  box-shadow: 0 0 0px 0px #555555 inset;
  border: 0px;
  background-color: #bfc3cb !important;
  color: #555555;
}
.cms-front .xmod-cms-page-list-filters .ui-selectmenu-menu-item {
  min-height: none !important;
}
.cms-front .xmod-cms-page-list-filters .ui-selectmenu-button {
  background: none !important;
  box-shadow: 0 0 0px 1px #bfc3cb inset;
  border: 0px;
  background-color: white !important;
  color: #555555;
  padding: 0px 20px;
}
.cms-front .xmod-cms-page-list-filters button {
  border-width: 0px;
  border-style: none;
  border-color: transparent;
  background: none !important;
  background-color: #109b4a !important;
  color: white;
  text-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  line-height: 1.5em;
  padding: 0px !important;
}
.cms-front .xmod-cms-page-list-filters button:hover {
  background-color: #15c960 !important;
}
.cms-front .xmod-cms-page-list-filters button span {
  padding: 0px 20px;
}
.cms-front .ui-state-hover.ui-button {
  background: none !important;
  box-shadow: 0 0 0px 1px #555555 inset;
  border: 0px;
  background-color: #f2f4f7 !important;
  color: #555555;
}
.cms-front .ui-button:hover {
  background: none !important;
  box-shadow: 0 0 0px 1px #555555 inset;
  border: 0px;
  background-color: #f2f4f7 !important;
  color: #555555;
}
.cms-front .ui-button-text-only .ui-button-text {
  padding: 4px 16px;
}

.cms-front button, .cms-front .button {
  border-width: 0px;
  border-style: none;
  border-color: transparent;
  background: none !important;
  background-color: #109b4a;
}
.cms-front .contact-container button, .cms-front .contact-container .button {
  position: relative;
  background: #109b4a !important;
  color: white;
  border: 0px;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  border-radius: 0px;
  opacity: 0.9;
  display: block;
  text-shadow: none !important;
  height: auto !important;
  padding: 11px 46px !important;
}
.cms-front .contact-container button .ui-button-text, .cms-front .contact-container .button .ui-button-text {
  padding: 0px;
  height: auto;
}
.cms-front .contact-container button:hover, .cms-front .contact-container .button:hover {
  border: 0px !important;
  border-color: none;
  border-width: 0px;
  box-shadow: 0 0 0px 0px #ffa843 inset !important;
  background: #12b255 !important;
}

#magnumCartForm input[type="button"] {
  position: relative;
  background: #109b4a !important;
  color: white;
  border: 0px;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  border-radius: 0px;
  opacity: 0.9;
  display: block;
  text-shadow: none !important;
  height: auto !important;
  padding: 11px 46px !important;
}
@media (max-width: 767px) {
  #magnumCartForm input[type="button"] {
    display: block !important;
    float: none;
    margin-left: auto;
  }
}
#magnumCartForm input[type="button"]:hover {
  border: 0px !important;
  border-color: none;
  border-width: 0px;
  box-shadow: 0 0 0px 0px #ffa843 inset !important;
  background: #12b255 !important;
}

.continue-link {
  position: relative;
  background: #2e3c54 !important;
  color: white !important;
  border: 0px;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  border-radius: 0px;
  opacity: 0.9;
  display: inline-block;
  text-shadow: none !important;
  height: auto !important;
  padding: 4.5px 46px !important;
}
.continue-link:hover {
  background-color: #243042 !important;
}

.shop-link {
  position: relative;
  background: #109b4a !important;
  color: white !important;
  border: 0px;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  border-radius: 0px;
  opacity: 0.9;
  display: inline-block;
  text-shadow: none !important;
  height: auto !important;
  padding: 4.5px 46px !important;
}
.shop-link:hover {
  background-color: #118e43 !important;
}

.company-name::before {
  content: "magnum";
}

.company-address::before {
  content: "123 Test St";
}

.company-address-town::before {
  content: "Hamilton";
}

@media print {
  body {
    background: #fff;
    font-family: "proxima_nova_light", "Helvetica Neue", Arial, sans-serif, Verdana, Helvetica, Arial, sans-serif;
    width: 181mm;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.7);
  }

  img {
    max-width: 100% !important;
  }

  hr {
    height: 1px;
    display: block;
    background: #fff;
    color: #fff;
    width: 190mm;
    border: none !important;
    border-bottom: 1px solid #cccccc !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  table img {
    float: left;
  }

  table, td, th {
    border-collapse: collapse;
  }

  td, th {
    border: 1px solid #999999 !important;
    padding: 3mm;
  }

  ul, ol, li {
    padding-left: 0;
    list-style: outside none !important;
  }

  .wrapper, .content {
    width: auto;
    margin: 0 5%;
    padding: 0;
    border: 0;
    float: none !important;
    color: black;
    background: transparent;
  }

  body {
    background: white;
    font-size: 12pt;
  }

  .xsb-header {
    margin-bottom: 65px !important;
  }

  .xmod-banner-default {
    margin-top: 10px;
  }

  h1, h2, h3, h4, h5, p, label {
    text-shadow: none;
    color: #58595b !important;
  }

  .nav__toggle {
    display: none;
  }

  a:link, a:visited {
    background: transparent;
    color: #333;
    text-shadow: none;
    text-decoration: underline;
    border: none;
  }

  .xsb-container,
  body,
  .xsb-container.xsb-container_body,
  .xsb-col,
  .xsb-row {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
  }

  .xsb-page-contact .xsb-row {
    margin-top: 2em;
  }

  .xmod-banner,
  .xsb-back-top,
  .xsb-footer,
  .nav__toggle > span,
  nav,
  .xmod-banner-description,
  .sequence-pagination,
  .nav__menu,
  .xsb-page-about .xmod-banner,
  .xsb-page-contact .xmod-banner,
  .xsb-col__sidebar-left,
  .xsb-col__sidebar-right,
  .xsb-footer hr,
  .xsb-footer-links,
  footer,
  .banner-wrapper,
  .mag-visor,
  .featured-products,
  .mag-full-navigation,
  .mag-mob-navigation,
  .search,
  .header-logo,
  .breadcrumbs {
    display: none !important;
  }

  .mag-color-block {
    background-color: transparent;
  }

  .specs {
    display: block !important;
    padding: 0px;
  }
}
img, a img {
  border: none !important;
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

.padding {
  padding: 20px;
}

iframe {
  max-width: 100%;
}

#xmod-profiler-stats {
  display: none !important;
}

.xsb-page-auth-profile .xsb-container_body, .xsb-page-search .xsb-container_body {
  max-width: 900px;
  display: block;
  position: relative;
  float: none;
  margin: 20px auto;
}

.xsb-page-cms-admin-pages .xsb-container_body,
.xsb-page-auth-login .xsb-container_body,
html[class*="xsb-page-banner-admin"] .xsb-container_body,
html[class*="xsb-page-eav-admin"] .xsb-container_body,
html[class*="xsb-page-url-admin-sections"] .xsb-container_body,
html[class*="xsb-page-gallery-admin"] .xsb-container_body,
html[class*="xsb-page-file-manager-admin"] .xsb-container_body,
html[class*="xsb-page-setting"] .xsb-container_body {
  max-width: 1200px;
  display: block;
  position: relative;
  float: none;
  margin: 20px auto;
}
