@charset "UTF-8";
/* . RESETS . */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* . VARIABLES . */
.u_swap_elements {
  display: table;
  width: 100%; }
  .u_swap_elements .to_top {
    display: table-header-group !important;
    position: relative; }
  .u_swap_elements .to_bottom {
    display: table-footer-group !important;
    position: relative; }

.u_even_height {
  overflow: hidden; }
  .u_even_height > * {
    padding-bottom: 500em;
    margin-bottom: -500em; }

.u_video_box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .u_video_box iframe, .u_video_box object, .u_video_box embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* . FUNCTIONS . */
/* . MIXINS . */
/*--------------------------------------------------------------------------------
Clear fix

@Description:
Contain floats

@Usage:
@include clearfix;
--------------------------------------------------------------------------------*/
.clfx {
  zoom: 1; }
  .clfx:before, .clfx:after {
    content: "";
    display: table; }
  .clfx:after {
    clear: both; }

.m_modal *:first-child, .m_side_panel .__content *:first-child {
  margin-top: 0; }

.m_modal *:last-child, .m_side_panel .__content *:last-child {
  margin-bottom: 0; }

/*--------------------------------------------------------------------------------
Fonts REM

@Description:
Adds font-size in rems with pixel value fallback.
Utilises strip units function fonud in _functions.scss
Has a optional $important argument that accepts a boolean value to add !important flag (Default value is false)

@Usage:
@include font_rem(24px);
@include font_rem(24px, true); <-- Adds !important to compiled CSS
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
Fonts EMS

@Description:
Adds font-size in Ems.

@Usage:
@include font_em(24px);
@include font_em(24px, 20px); <-- seeting new base font size.
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
Remove Omega

@Description:
Removes omega floats from item

@Usage:
@include remove_omega;
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
Remove Omega fomr nth-child

@Description:
Removes omega floats from passed nth-child condition

@Usage:
@include omega_reset(2n);
--------------------------------------------------------------------------------*/
.m_hero nav ul, .m_icon_links, .m_inline_form, .m_map .__map_list li,
.reset_list {
  margin: 0;
  padding: 0;
  list-style: none; }

.m_modal *:first-child, .m_side_panel .__content *:first-child {
  margin-top: 0; }

.m_modal *:last-child, .m_side_panel .__content *:last-child {
  margin-bottom: 0; }

/* . COLOURS . */
/* . FONTS . */
/* . GRID SETTINGS . */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.l_grid {
  zoom: 1;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 30px; }
  .l_grid:before, .l_grid:after {
    content: "";
    display: table; }
  .l_grid:after {
    clear: both; }
  .lt-ie9 .l_grid {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto; }
    .lt-ie9 .l_grid .l_grid {
      max-width: auto;
      min-width: 0; }
  @media (max-width: 768px) {
    .l_grid.has_zero_padding_tablet {
      padding: 0; } }
  @media (max-width: 600px) {
    .l_grid.has_zero_padding_mobile {
      padding: 0; } }
  @media (max-width: 400px) {
    .l_grid.has_zero_padding_mobile_small {
      padding: 0; } }
  @media (max-width: 768px) {
    .l_grid {
      padding: 0 20px; } }
  @media (max-width: 600px) {
    .l_grid {
      padding: 0 15px; } }


.g_1_1 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }

  .g_1_1:last-child {
    margin-right: 0; }


.g_2_3 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%; }

  .g_2_3:last-child {
    margin-right: 0; }


.g_1_2 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }

  .g_1_2:last-child {
    margin-right: 0; }


.g_1_3 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%; }

  .g_1_3:last-child {
    margin-right: 0; }


.g_1_4 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%; }

  .g_1_4:last-child {
    margin-right: 0; }


.g_1_5 {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 17.7259315437%; }

  .g_1_5:last-child {
    margin-right: 0; }


.g_1_6 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%; }

  .g_1_6:last-child {
    margin-right: 0; }


.g_2_5 {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 38.2944486578%; }

  .g_2_5:last-child {
    margin-right: 0; }


.g_3_5 {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 58.8629657719%; }

  .g_3_5:last-child {
    margin-right: 0; }


.g_4_5 {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 79.4314828859%; }

  .g_4_5:last-child {
    margin-right: 0; }


.g_5_6 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%; }

  .g_5_6:last-child {
    margin-right: 0; }


.g_3_4 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%; }

  .g_3_4:last-child {
    margin-right: 0; }


.g_11_12 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 91.4701957002%; }

  .g_11_12:last-child {
    margin-right: 0; }


.g_omega {
  margin-right: 0;
  float: right; }


.g_omega_2 > *:nth-child(2n) {
  margin-right: 0; }


.g_omega_3 > *:nth-child(3n) {
  margin-right: 0; }


.g_omega_4 > *:nth-child(4n) {
  margin-right: 0; }


.g_omega_5 > *:nth-child(5n) {
  margin-right: 0; }


.g_omega_6 > *:nth-child(6n) {
  margin-right: 0; }

.g_centered {
  margin: 0 auto !important;
  display: block;
  float: none; }

.g_null_gutter .g_1_1 {
  float: left;
  display: block;
  width: 102.357651598%;
  margin-right: 0; }
  .g_null_gutter .g_1_1:last-child {
    width: 100%; }

.g_null_gutter .g_2_3 {
  float: left;
  display: block;
  width: 68.2384343986%;
  margin-right: 0; }
  .g_null_gutter .g_2_3:last-child {
    width: 65.8807828007%; }

.g_null_gutter .g_1_2 {
  float: left;
  display: block;
  width: 51.178825799%;
  margin-right: 0; }
  .g_null_gutter .g_1_2:last-child {
    width: 48.821174201%; }

.g_null_gutter .g_1_3 {
  float: left;
  display: block;
  width: 34.1192171993%;
  margin-right: 0; }
  .g_null_gutter .g_1_3:last-child {
    width: 31.7615656014%; }

.g_null_gutter .g_1_4 {
  float: left;
  display: block;
  width: 25.5894128995%;
  margin-right: 0; }
  .g_null_gutter .g_1_4:last-child {
    width: 23.2317613015%; }

.g_null_gutter .g_1_5 {
  float: left;
  display: block;
  width: 20.5685171141%;
  margin-right: 0; }
  .g_null_gutter .g_1_5:last-child {
    width: 17.7259315437%; }

.g_null_gutter .g_1_6 {
  float: left;
  display: block;
  width: 17.0596085997%;
  margin-right: 0; }
  .g_null_gutter .g_1_6:last-child {
    width: 14.7019570017%; }

.g_null_gutter .g_2_5 {
  float: left;
  display: block;
  width: 41.1370342281%;
  margin-right: 0; }
  .g_null_gutter .g_2_5:last-child {
    width: 38.2944486578%; }

.g_null_gutter .g_3_5 {
  float: left;
  display: block;
  width: 61.7055513422%;
  margin-right: 0; }
  .g_null_gutter .g_3_5:last-child {
    width: 58.8629657719%; }

.g_null_gutter .g_4_5 {
  float: left;
  display: block;
  width: 82.2740684563%;
  margin-right: 0; }
  .g_null_gutter .g_4_5:last-child {
    width: 79.4314828859%; }

.g_null_gutter .g_5_6 {
  float: left;
  display: block;
  width: 85.2980429983%;
  margin-right: 0; }
  .g_null_gutter .g_5_6:last-child {
    width: 82.9403914003%; }

.g_null_gutter .g_3_4 {
  float: left;
  display: block;
  width: 76.7682386985%;
  margin-right: 0; }
  .g_null_gutter .g_3_4:last-child {
    width: 74.4105871005%; }

.g_null_gutter .g_11_12 {
  float: left;
  display: block;
  width: 93.8278472981%;
  margin-right: 0; }
  .g_null_gutter .g_11_12:last-child {
    width: 91.4701957002%; }

.g_null_gutter .g_centered {
  margin: 0 auto !important;
  display: block;
  float: none; }

.le-ie9 .g_mobile {
  background: green !important; }

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

@media (max-width: 600px) {
  .g_weak {
    display: none !important; } }

/* . CORE . */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*:focus {
  outline: 1px dotted #a2a2a2; }

html,
body {
  -moz-osx-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  color: #5a5a5a;
  font-family: "Proxima-Nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  min-width: 320px;
  position: relative;
  text-rendering: optimizeLegibility !important;
  width: 100%;
  z-index: 0; }
  .lt-ie9 html, .lt-ie9
  body {
    min-width: 1280px; }

body {
  font-size: 16px;
  font-size: 1rem; }

a {
  color: #e01b21;
  text-decoration: none;
  font-weight: 600; }
  a:hover {
    color: #e01b21;
    text-decoration: underline; }
  a:visited,
  a .is_visited {
    color: #c51c21;
    text-decoration: none; }

p {
  margin-bottom: 1.4em; }

a,
input[type="text"],
textarea,
button,
.btn {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.divider {
  display: block;
  background-color: #cdcccc;
  height: 1px;
  margin: 30px 0; }
  .divider.is_alt {
    clear: both;
    margin-top: 50px;
    float: left;
    width: 100%; }

.svg .svg_not_supported {
  display: none; }

.no-svg .svg_supported {
  display: none; }

/* . ACCESSIBILITY . */
.a_label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.a_visuallyhidden,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  display: block; }

.a_skip_to_content {
  left: 0;
  margin-left: -9999em;
  position: absolute;
  top: 0; }
  .a_skip_to_content:focus {
    margin-left: 0; }

/* . FONT ICONS . */
@font-face {
  font-family: "asialink";
  src: url("../fonts/asialink.eot");
  src: url("../fonts/asialink.eot?#iefix") format("embedded-opentype"), url("../fonts/asialink.woff") format("woff"), url("../fonts/asialink.ttf") format("truetype"), url("../fonts/asialink.svg#asialink") format("svg");
  font-weight: normal;
  font-style: normal; }

.ie7 .i_youtube_circled,
.ie7 .m_footer .__social li.youtube a,
.m_footer .__social li.youtube .ie7 a {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_youtube_circled:before,
.i_youtube_circled .before,
.m_footer .__social li.youtube a:before, .m_footer .__social li.youtube a .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_linkedin_circled_filled,
.ie7 .m_footer .__social li.linkedin:hover a,
.m_footer .__social li.linkedin:hover .ie7 a,
.ie7 .m_social li.linkedin:hover a,
.m_social li.linkedin:hover .ie7 a {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_linkedin_circled_filled:before,
.i_linkedin_circled_filled .before,
.m_footer .__social li.linkedin:hover a:before,
.m_social li.linkedin:hover a:before, .m_footer .__social li.linkedin:hover a .before, .m_social li.linkedin:hover a .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_youtube_circled_filled,
.ie7 .m_footer .__social li.youtube:hover a,
.m_footer .__social li.youtube:hover .ie7 a {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_youtube_circled_filled:before,
.i_youtube_circled_filled .before,
.m_footer .__social li.youtube:hover a:before, .m_footer .__social li.youtube:hover a .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_facebook_circled_filled,
.ie7 .m_footer .__social li.facebook:hover a,
.m_footer .__social li.facebook:hover .ie7 a,
.ie7 .m_social li.facebook:hover a,
.m_social li.facebook:hover .ie7 a {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_facebook_circled_filled:before,
.i_facebook_circled_filled .before,
.m_footer .__social li.facebook:hover a:before,
.m_social li.facebook:hover a:before, .m_footer .__social li.facebook:hover a .before, .m_social li.facebook:hover a .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_mail_circled_filled,
.ie7 .m_social li.mail:hover a,
.m_social li.mail:hover .ie7 a {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_mail_circled_filled:before,
.i_mail_circled_filled .before,
.m_social li.mail:hover a:before, .m_social li.mail:hover a .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_twitter_circled_filled,
.ie7 .m_footer .__social li.twitter:hover a,
.m_footer .__social li.twitter:hover .ie7 a,
.ie7 .m_social li.twitter:hover a,
.m_social li.twitter:hover .ie7 a {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_twitter_circled_filled:before,
.i_twitter_circled_filled .before,
.m_footer .__social li.twitter:hover a:before,
.m_social li.twitter:hover a:before, .m_footer .__social li.twitter:hover a .before, .m_social li.twitter:hover a .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_menu {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_menu:before,
.i_menu .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.i_close {
  content: "\e209"; }
  .ie7 .i_close {
    zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }
  .i_close:before,
  .i_close .before {
    font-family: "asialink";
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.ie7 .i_facebook_circled,
.ie7 .m_footer .__social li.facebook a,
.m_footer .__social li.facebook .ie7 a,
.ie7 .m_social li.facebook a,
.m_social li.facebook .ie7 a {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_facebook_circled:before,
.i_facebook_circled .before,
.m_footer .__social li.facebook a:before,
.m_social li.facebook a:before, .m_footer .__social li.facebook a .before, .m_social li.facebook a .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_linkedin_circled,
.ie7 .m_footer .__social li.linkedin a,
.m_footer .__social li.linkedin .ie7 a,
.ie7 .m_social li.linkedin a,
.m_social li.linkedin .ie7 a {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_linkedin_circled:before,
.i_linkedin_circled .before,
.m_footer .__social li.linkedin a:before,
.m_social li.linkedin a:before, .m_footer .__social li.linkedin a .before, .m_social li.linkedin a .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_twitter_circled,
.ie7 .m_footer .__social li.twitter a,
.m_footer .__social li.twitter .ie7 a,
.ie7 .m_social li.twitter a,
.m_social li.twitter .ie7 a {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_twitter_circled:before,
.i_twitter_circled .before,
.m_footer .__social li.twitter a:before,
.m_social li.twitter a:before, .m_footer .__social li.twitter a .before, .m_social li.twitter a .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_linkedin {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_linkedin:before,
.i_linkedin .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_menu2 {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_menu2:before,
.i_menu2 .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_chevron_right,
.ie7 .text_link.has_arrow_right,
.ie7 .m_link_list li a,
.m_link_list li .ie7 a,
.ie7 .m_tab_panel .__list > li .__tab_head:before,
.m_tab_panel .__list > li .ie7 .__tab_head:before {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_chevron_right:before,
.i_chevron_right .before,
.text_link.has_arrow_right:before,
.m_link_list li a:before,
.m_tab_panel .__list > li .__tab_head:before, .text_link.has_arrow_right .before, .m_link_list li a .before, .m_tab_panel .__list > li .__tab_head:before .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_chevron_left {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_chevron_left:before,
.i_chevron_left .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_chevron_up {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_chevron_up:before,
.i_chevron_up .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_chevron_down,
.ie7 .chosen-container,
.ie7 .select,
.ie7 .m_accordion_item .__accordion_head,
.m_accordion_item .ie7 .__accordion_head {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_chevron_down:before,
.i_chevron_down .before,
.chosen-container:before,
.select:before,
.m_accordion_item .__accordion_head:before, .chosen-container .before, .select .before, .m_accordion_item .__accordion_head .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_checkmark {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_checkmark:before,
.i_checkmark .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_cart {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_cart:before,
.i_cart .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_user {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_user:before,
.i_user .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_share {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_share:before,
.i_share .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_tick {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_tick:before,
.i_tick .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_mail_circled,
.ie7 .m_social li.mail a,
.m_social li.mail .ie7 a {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_mail_circled:before,
.i_mail_circled .before,
.m_social li.mail a:before, .m_social li.mail a .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_cross {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_cross:before,
.i_cross .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ie7 .i_play,
.ie7 .m_video_modal .__play_icon,
.m_video_modal .ie7 .__play_icon {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

.i_play:before,
.i_play .before,
.m_video_modal .__play_icon:before, .m_video_modal .__play_icon .before {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* . LAYOUTS . */
.l_main_container {
  min-height: 600px; }

.l_section {
  zoom: 1;
  display: block;
  padding: 60px 0; }
  .l_section:before, .l_section:after {
    content: "";
    display: table; }
  .l_section:after {
    clear: both; }
  .l_section.has_zero_pad_top {
    padding-top: 0; }
  .l_section.has_zero_pad_bottom {
    padding-bottom: 0; }
  @media (max-width: 600px) {
    .l_section {
      padding: 30px 0; } }
  .l_section.has_heading_tab {
    padding-top: 60px !important;
    margin-top: 75px; }
  .l_section.has_more_bottom_pad {
    padding-bottom: 75px; }
  .l_section + .l_section {
    padding: 40px 0; }

.l_section_medium {
  zoom: 1;
  display: block;
  padding: 10px 0; }
  .l_section_medium:before, .l_section_medium:after {
    content: "";
    display: table; }
  .l_section_medium:after {
    clear: both; }
  .l_section_medium.has_zero_pad_top {
    padding-top: 0; }
  .l_section_medium.has_zero_pad_bottom {
    padding-bottom: 0; }
  @media (max-width: 600px) {
    .l_section_medium {
      padding: 10px 0; } }

.l_section_small {
  zoom: 1;
  display: block;
  padding: 5px 0; }
  .l_section_small:before, .l_section_small:after {
    content: "";
    display: table; }
  .l_section_small:after {
    clear: both; }
  .l_section_small.has_zero_pad_top {
    padding-top: 0; }
  .l_section_small.has_zero_pad_bottom {
    padding-bottom: 0; }
  @media (max-width: 600px) {
    .l_section_small {
      padding: 10px 0; } }

.l_center_vertically {
  display: table;
  table-layout: fixed !important;
  width: 100%; }
  .l_center_vertically > * {
    display: table-cell;
    vertical-align: middle; }

.l_row {
  zoom: 1;
  display: block; }
  .l_row:before, .l_row:after {
    content: "";
    display: table; }
  .l_row:after {
    clear: both; }

.l_search_header {
  margin-bottom: 40px; }
  @media (max-width: 600px) {
    .l_search_header {
      margin-bottom: 30px; } }

.l_block.l_block {
  display: block; }

.l_inline.l_inline {
  display: inline; }

.l_inline_block.l_inline_block {
  display: inline-block; }

.l_inline_list {
  padding-top: 20px; }
  .l_inline_list > * {
    display: inline-block;
    border: 1px solid transparent;
    vertical-align: top; }
    @media (max-width: 400px) {
      .l_inline_list > * {
        display: block; } }
  @media (max-width: 600px) {
    .l_inline_list.l_float_right {
      float: none; } }

.l_float_left {
  float: left; }

.l_float_right {
  float: right; }

.l_clear {
  clear: both; }

.l_full {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .l_full:last-child {
    margin-right: 0; }

.l_half {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }
  .l_half:last-child {
    margin-right: 0; }
  @media (max-width: 600px) {
    .l_half {
      width: 100%; } }

.l_one_third {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%; }
  .l_one_third:last-child {
    margin-right: 0; }
  @media (max-width: 960px) {
    .l_one_third {
      width: 100%; } }
  @media (max-width: 960px) {
    .l_one_third.is_full_tablet {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .l_one_third.is_full_tablet:last-child {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .l_one_third.is_full_tablet {
      width: 100%; } }

.l_two_thirds {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%; }
  .l_two_thirds:last-child {
    margin-right: 0; }
  @media (max-width: 960px) {
    .l_two_thirds {
      width: 100%; } }

.l_quarter {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%; }
  .l_quarter:last-child {
    margin-right: 0; }
  @media (max-width: 600px) {
    .l_quarter {
      width: 100%; } }

.l_fifth {
  float: left;
  display: block;
  margin-right: 2.8425855704%;
  width: 17.7259315437%; }
  .l_fifth:last-child {
    margin-right: 0; }
  @media (max-width: 600px) {
    .l_fifth {
      width: 100%; } }

@media (min-width: 769px) {
  .l_thirds_list > * {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-bottom: 25px; }
    .l_thirds_list > *:last-child {
      margin-right: 0; }
  .l_thirds_list > *:nth-child(3n):nth-child(3n) {
    margin-right: 0; }
  .l_thirds_list > *:nth-child(3n):nth-child(3n+1) {
    clear: left; }
  .l_thirds_list > *:nth-last-of-type(-n+3) > div {
    margin-bottom: 0; } }

.lt-ie9 .l_thirds_list > * {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-bottom: 25px; }
  .lt-ie9 .l_thirds_list > *:last-child {
    margin-right: 0; }

.lt-ie9 .l_thirds_list > *:nth-child(3n):nth-child(3n) {
  margin-right: 0; }

.lt-ie9 .l_thirds_list > *:nth-child(3n):nth-child(3n+1) {
  clear: left; }

.lt-ie9 .l_thirds_list > *:nth-last-of-type(-n+3) > div {
  margin-bottom: 0; }

@media (max-width: 768px) {
  .l_thirds_list > * {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 48.2106681966%;
    margin-bottom: 25px; }
    .l_thirds_list > *:last-child {
      margin-right: 0; }
    .l_thirds_list > *:nth-child(2n):nth-child(2n) {
      margin-right: 0; }
    .l_thirds_list > *:nth-child(2n):nth-child(2n+1) {
      clear: left; } }

@media (max-width: 600px) {
  .l_thirds_list > * {
    width: 100%;
    margin-bottom: 25px; } }

@media (max-width: 600px) {
  .l_thirds_list.has_no_bottom_margin_on_mobile > * {
    margin-bottom: -1%; } }

.l_relative {
  position: relative; }

.l_centered {
  text-align: center; }

@media (min-width: 769px) {
  .l_form_half {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .l_form_half:last-child {
      margin-right: 0; } }

.lt-ie9 .l_form_half {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }
  .lt-ie9 .l_form_half:last-child {
    margin-right: 0; }

@media (min-width: 769px) {
  .l_form_last {
    margin-right: 0;
    float: right; } }

.lt-ie9 .l_form_last {
  margin-right: 0;
  float: right; }

.l_last {
  margin-right: 0;
  float: right; }

.l_clear {
  clear: both; }

.l_country_chooser {
  margin-top: 50px;
  display: none; }
  @media (max-width: 768px) {
    .l_country_chooser {
      display: block; } }
  @media (max-width: 600px) {
    .l_country_chooser {
      margin-bottom: -25px; } }
  .lt-ie9 .l_country_chooser {
    margin-top: 100px;
    margin-bottom: 50px;
    display: block !important; }

@media (max-width: 768px) {
  .l_bottom_pad_on_tablet {
    padding-bottom: 25px; } }

.l_centered_content {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  margin-left: 17.0596085997%; }
  .l_centered_content:last-child {
    margin-right: 0; }
  @media (max-width: 960px) {
    .l_centered_content {
      width: 100%;
      margin-left: 0%; } }

.l_form_controls {
  padding-top: 20px; }

@media (max-width: 768px) {
  .l_hide_on_tablet {
    display: none; } }

.l_hide_on_desktop {
  display: block; }
  @media (min-width: 769px) {
    .l_hide_on_desktop {
      display: none !important; } }
  .lt-ie9 .l_hide_on_desktop {
    display: none !important; }

.touch .l_hide_on_touch {
  display: none; }

.ui_heading {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 200;
  padding-bottom: .8em;
  border-bottom: 2px solid #444;
  margin-bottom: 1em; }
  .ui_heading--smaller {
    font-size: 20px;
    font-size: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: 2em; }

.ui_color_swatch {
  width: 25%;
  margin: 0;
  float: left; }
  .ui_color_swatch h3 {
    font-size: 15px;
    font-size: 0.9375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    display: block;
    height: 100px;
    padding: 1em;
    position: relative;
    text-transform: uppercase; }
  .ui_color_swatch.is_light h3 {
    color: #000; }
  @media (max-width: 768px) {
    .ui_color_swatch {
      width: 25%; } }

.dev_note {
  background-color: #A17DFF;
  color: #fff;
  display: block;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-align: center; }

.ui_bg {
  padding: 20px; }

.bg_grey_x_light {
  background-color: #f5f5f5; }

.bg_grey_light {
  background-color: #c7c6c6; }

.bg_grey {
  background-color: #a2a2a2; }

.bg_grey_mid {
  background-color: #5a5a5a; }

.bg_grey_dark {
  background-color: #3c3c3b; }

.bg_grey_x_dark {
  background-color: #20201e; }

.bg_red_x_light {
  background-color: #f3d2d3; }

.bg_red {
  background-color: #e01b21; }

.bg_red_mid_dark {
  background-color: #c51c21; }

.bg_red_dark {
  background-color: #aa090e; }

.bg_border {
  background-color: #cdcccc; }

@-webkit-keyframes ripple_animation_1 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    opacity: 0; } }

@keyframes ripple_animation_1 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    opacity: 0; } }

@-webkit-keyframes ripple_animation_2 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.35; }
  100% {
    -webkit-transform: scale(4.5);
            transform: scale(4.5);
    opacity: 0; } }

@keyframes ripple_animation_2 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.35; }
  100% {
    -webkit-transform: scale(4.5);
            transform: scale(4.5);
    opacity: 0; } }

/*! Flickity v1.1.0
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
          box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  width: 100% !important; }
  .chosen-container:before {
    color: #e01b21;
    display: inline-block;
    font-size: 1.125em;
    line-height: 1em;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 100; }
    .lt-ie10 .chosen-container:before,
    .lt-ie9 .chosen-container:before {
      display: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #cdcccc;
  border-top: 0;
  background: #f5f5f5; }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), to(#f4f4f4));
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/elements/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/elements/chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../images/elements/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../images/elements/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  line-height: normal;
  -webkit-border-radius: 0;
          border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 10px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #e01b21;
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 12px 12px 12px 12px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #cdcccc;
  background-color: #f5f5f5;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  line-height: normal;
  -webkit-border-radius: 0;
          border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  margin: 0 5px 0 0;
  padding: 6px 24px 6px 6px;
  border: 1px solid #aaa;
  max-width: 100%;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  color: #333;
  line-height: 10px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 6px;
  right: 7px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/elements/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
  -webkit-transition: none;
          transition: none; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #e01b21; }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("../images/elements/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../images/elements/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/elements/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9002;
  overflow: hidden;
  position: fixed;
  background: #20201e;
  opacity: 0.97;
  filter: alpha(opacity=97); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9003;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 9005; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 9004; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 9006;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 0px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 0px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
			 * Remove all paddings around the image on small screen
			 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*

====== Zoom-out effect ======

*/
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
  .lt-ie9 .mfp-zoom-out.mfp-bg {
    opacity: 1; }

.mfp-zoom-out.mfp-bg.mfp-ready {
  opacity: 0.97; }
  .lt-ie9 .mfp-zoom-out.mfp-bg.mfp-ready {
    opacity: 1; }

.mfp-zoom-out.mfp-bg.mfp-removing {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }
  .lt-ie9 .mfp-zoom-out.mfp-bg.mfp-removing {
    opacity: 1; }

.mfp-zoom-out .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3); }

.mfp-zoom-out.mfp-ready .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-out.mfp-removing .mfp-content {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

/* TEXT */
.f_brandon,
h5,
.h5,
dl dd,
.m_detailed_link_list li h3,
.m_link_list,
.m_map .__map_list li p {
  font-weight: 300;
  line-height: 1.39em;
  font-size: 18px;
  font-family: "brandon-grotesque", sans-serif; }

.f_brandon_mid,
h4,
.h4,
.heading_underlined.is_left,
.text_link.is_large,
.m_dyn_img_box .__head,
.m_icon_links li span,
.m_map .ammapDescriptionTitle,
.m_pullout .__content,
.m_pullout ul li,
.m_side_nav li,
.m_side_panel .__head h2,
.m_wysiwyg h4,
.m_wysiwyg h5,
.m_wysiwyg h6 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25em;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0.04em; }

.f_brandon_mid_large.f_brandon_mid_large,
h3,
.h3,
.m_accordion_item .__head,
.m_wysiwyg h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.33em;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0.04em; }

.f_brandon_large,
h2,
.h2,
.m_dyn_box h2,
.m_dyn_box h3,
.m_feature_box h3,
.m_totals tr.__total td,
.m_wysiwyg h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.11em;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0.04em; }
  @media (max-width: 600px) {
    .f_brandon_large,
    h2,
    .h2,
    .m_dyn_box h2,
    .m_dyn_box h3,
    .m_feature_box h3,
    .m_totals tr.__total td,
    .m_wysiwyg h2 {
      font-size: 28px; } }

.f_brandon_x_large,
h1,
.h1,
.heading_underlined,
.m_hero .__contents h1,
.m_hero .__contents h2,
.m_wysiwyg h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2em;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 0.01em; }
  @media (max-width: 600px) {
    .f_brandon_x_large,
    h1,
    .h1,
    .heading_underlined,
    .m_hero .__contents h1,
    .m_hero .__contents h2,
    .m_wysiwyg h1 {
      font-size: 32px; } }

.f_proxima,
h6,
.h6,
ul.is_list li h2,
ul.is_list li h3,
ul.slvzr-class li h2,
ul.slvzr-class li h3,
.m_wysiwyg ul:not([class]) li h2,
.m_wysiwyg ul:not([class]) li h3,
.m_nav {
  font-family: "Proxima-Nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.75em; }

.f_proxima_small,
.btn,
label,
.fake_label,
.parsley-errors-list,
.heading_tab,
.heading_mini,
.text_link.is_small,
.underlined_links,
.m_accordion_header,
.m_accordion_header h2,
.m_dyn_box .underlined_links,
.m_dyn_img_box .underlined_links,
.m_dyn_list li h3,
.m_feature_box time,
.m_feature_box .underlined_links,
.m_header .__links li,
.m_hero .__contents .__mini_heading,
.m_hero nav ul li a,
.m_map .__map_list li h3,
.m_map .__map_list + .__more,
.m_social li h2,
.m_tab_panel > h2,
.m_tabs .__nav,
.m_tabs_nav {
  font-family: "Proxima-Nova", sans-serif;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.43em; }

.f_proxima_mid,
dl dt,
.m_dyn_box p,
.m_dyn_img_box p,
.m_feature_box p,
.m_message_box h2,
.m_section_intro p,
.m_side_panel .__content h3,
.m_side_panel .__content h4 {
  font-family: "Proxima-Nova", sans-serif;
  font-size: 18px; }

.f_proxima_large,
.m_footer .__quote {
  font-family: "Proxima-Nova", sans-serif;
  font-size: 20px;
  line-height: 1.75em; }
  @media (max-width: 600px) {
    .f_proxima_large,
    .m_footer .__quote {
      font-size: 18px; } }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px; }

p {
  line-height: 1.5em; }
  p b,
  p strong {
    font-weight: 600; }
  p i,
  p em {
    font-style: italic; }

a[href*="mailto:"] {
  word-wrap: break-word; }

.t_centered {
  text-align: center; }

.t_left_align {
  text-align: left; }

.t_right_align {
  text-align: right; }

@media (max-width: 600px) {
  .t_left_align_mobile {
    text-align: left; } }

.f_accent {
  color: #e01b21; }

::-moz-selection {
  color: #fff;
  background: #c51c21; }

::selection {
  color: #fff;
  background: #c51c21; }

::-moz-selection {
  color: #fff;
  background: #c51c21; }

/* . LISTS . */
ul.is_list,
ul.slvzr-class,
.m_wysiwyg ul:not([class]) {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
  position: relative;
  display: table;
  padding: 0; }
  ul.is_list ul,
  ul.slvzr-class ul,
  .m_wysiwyg ul:not([class]) ul {
    margin-top: 0.4em;
    margin-bottom: 1em; }
  ul.is_list li,
  ul.slvzr-class li,
  .m_wysiwyg ul:not([class]) li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 0.625em; }
    ul.is_list li:before,
    ul.slvzr-class li:before,
    .m_wysiwyg ul:not([class]) li:before {
      background: #c51c21;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      content: "";
      display: block;
      height: 5px;
      left: 0;
      margin-top: 0.6em;
      position: absolute;
      top: 0;
      width: 5px; }
    ul.is_list li h2, ul.is_list li h3,
    ul.slvzr-class li h2,
    ul.slvzr-class li h3,
    .m_wysiwyg ul:not([class]) li h2,
    .m_wysiwyg ul:not([class]) li h3 {
      color: #e01b21;
      display: inline-block;
      font-family: "Proxima-Nova", sans-serif;
      font-weight: 600;
      text-transform: none;
      margin-bottom: 0; }
      ul.is_list li h2 + p, ul.is_list li h3 + p,
      ul.slvzr-class li h2 + p,
      ul.slvzr-class li h3 + p,
      .m_wysiwyg ul:not([class]) li h2 + p,
      .m_wysiwyg ul:not([class]) li h3 + p {
        display: inline; }
    ul.is_list li b,
    ul.is_list li strong,
    ul.slvzr-class li b,
    ul.slvzr-class li strong,
    .m_wysiwyg ul:not([class]) li b,
    .m_wysiwyg ul:not([class]) li strong {
      font-weight: 600; }
    ul.is_list li i,
    ul.is_list li em,
    ul.slvzr-class li i,
    ul.slvzr-class li em,
    .m_wysiwyg ul:not([class]) li i,
    .m_wysiwyg ul:not([class]) li em {
      font-style: italic; }

ol.is_list,
ol.slvzr-class,
.m_wysiwyg ol:not([class]) {
  font-family: brandon-grotesque, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-size: 16px;
  font-size: 1rem;
  counter-reset: section;
  display: table;
  list-style-type: none;
  margin-bottom: 1em;
  padding: 0; }
  ol.is_list ol,
  ol.slvzr-class ol,
  .m_wysiwyg ol:not([class]) ol {
    margin-top: 0.4em;
    margin-bottom: 1em; }
    ol.is_list ol li:before,
    ol.slvzr-class ol li:before,
    .m_wysiwyg ol:not([class]) ol li:before {
      content: counter(section); }
  ol.is_list > li,
  ol.slvzr-class > li,
  .m_wysiwyg ol:not([class]) > li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 0.4em; }
    ol.is_list > li:before,
    ol.slvzr-class > li:before,
    .m_wysiwyg ol:not([class]) > li:before {
      color: #c51c21;
      content: counter(section, decimal) ".";
      counter-increment: section;
      display: block;
      left: 0;
      position: absolute; }
    ol.is_list > li b,
    ol.is_list > li strong,
    ol.slvzr-class > li b,
    ol.slvzr-class > li strong,
    .m_wysiwyg ol:not([class]) > li b,
    .m_wysiwyg ol:not([class]) > li strong {
      font-weight: 600; }
    ol.is_list > li i,
    ol.is_list > li em,
    ol.slvzr-class > li i,
    ol.slvzr-class > li em,
    .m_wysiwyg ol:not([class]) > li i,
    .m_wysiwyg ol:not([class]) > li em {
      font-style: italic; }

.dual_list {
  zoom: 1;
  width: 100%;
  list-style: none; }
  .dual_list:before, .dual_list:after {
    content: "";
    display: table; }
  .dual_list:after {
    clear: both; }
  .dual_list li {
    width: 50%;
    display: block;
    float: left;
    position: relative; }
  @media (max-width: 600px) {
    .dual_list li {
      width: 100%; } }

dl dt {
  font-weight: 600;
  text-transform: uppercase;
  color: #c7c6c6; }

dl dd {
  margin-bottom: 2em;
  font-weight: 500; }

/* . TABLES . */
table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border: 1px solid #cdcccc;
  margin-top: 29px; }
  table th {
    background-color: #f5f5f5;
    font-weight: 600;
    padding: 14px 40px;
    text-align: left;
    text-transform: uppercase; }
    @media (max-width: 600px) {
      table th {
        padding: 10px; } }
    table th:first-of-type {
      text-align: left; }
      @media (min-width: 769px) {
        table th:first-of-type {
          width: 25%; } }
      .lt-ie9 table th:first-of-type {
        width: 25%; }
  table td {
    padding: 24px;
    text-align: left;
    border-top: 1px solid #cdcccc; }
    @media (max-width: 768px) {
      table td {
        width: auto; } }
    @media (max-width: 600px) {
      table td {
        padding: 10px; } }
    table td:first-child {
      font-weight: 600; }

/* . IMAGES . */
img {
  width: 100%;
  height: auto;
  display: block; }
  img.is_right {
    float: right;
    margin-left: 1em;
    width: 50%; }
  img.is_left {
    float: left;
    margin-right: 1em;
    width: 50%; }
  @media (max-width: 600px) {
    img.is_right, img.is_left {
      float: none;
      margin-left: 0;
      margin-right: 0;
      max-width: 100%; } }

/* . BUTTONS . */
.btn {
  background: #e01b21;
  color: #fff !important;
  display: inline-block;
  letter-spacing: 0.02em;
  padding: 14px 40px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle; }
  @media (max-width: 400px) {
    .btn {
      display: block;
      width: 100%; } }
  .btn:hover {
    background: #aa090e; }
  .btn.is_secondary {
    background: #aa090e; }
    .btn.is_secondary:hover {
      background: #e01b21; }
  .btn.is_ghost {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none; }
    .btn.is_ghost:hover {
      color: #3c3c3b !important;
      background: #fff; }
    .btn.is_ghost.is_dark {
      border-color: #3c3c3b;
      color: #3c3c3b !important; }
  .btn i {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -.7em; }
  .btn.has_icon_right {
    padding-right: 50px; }

/* . FORMS . */
form legend {
  font-family: Proxima-Nova, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 30px; }

form ol > li {
  margin-bottom: 20px; }
  form ol > li:last-child {
    margin-bottom: 0; }
  @media (max-width: 600px) {
    form ol > li li {
      margin-bottom: 0.6em; } }

form button:hover {
  cursor: pointer; }

form.has_white_fields input[type="text"],
form.has_white_fields input[type="password"],
form.has_white_fields input[type="email"],
form.has_white_fields input[type="number"],
form.has_white_fields input[type="tel"],
form.has_white_fields input[type="date"],
form.has_white_fields textarea,
form.has_white_fields .select,
.bg_grey_x_light form input[type="text"],
.bg_grey_x_light form input[type="password"],
.bg_grey_x_light form input[type="email"],
.bg_grey_x_light form input[type="number"],
.bg_grey_x_light form input[type="tel"],
.bg_grey_x_light form input[type="date"],
.bg_grey_x_light form textarea,
.bg_grey_x_light form .select {
  background: #fff; }

label,
.fake_label {
  margin-bottom: 0.8em;
  display: block; }
  .parsley-error label, .parsley-error
  .fake_label {
    color: #e01b21; }

button {
  appearance: none;
  border: none; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="date"],
textarea {
  -webkit-appearance: none;
  font-family: Proxima-Nova, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  background-color: #f5f5f5;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 1px solid #cdcccc;
  color: #5a5a5a;
  font-size: 1em;
  padding: 13px;
  width: 100%; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #a2a2a2; }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #a2a2a2; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #a2a2a2; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #a2a2a2; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="date"]:focus,
  textarea:focus {
    outline: none;
    border-color: #e01b21; }
  .parsley-error input[type="text"], .parsley-error
  input[type="password"], .parsley-error
  input[type="email"], .parsley-error
  input[type="number"], .parsley-error
  input[type="tel"], .parsley-error
  input[type="date"], .parsley-error
  textarea {
    border-color: #e01b21;
    background: #f3d2d3; }
    .parsley-error input[type="text"]::-webkit-input-placeholder, .parsley-error
    input[type="password"]::-webkit-input-placeholder, .parsley-error
    input[type="email"]::-webkit-input-placeholder, .parsley-error
    input[type="number"]::-webkit-input-placeholder, .parsley-error
    input[type="tel"]::-webkit-input-placeholder, .parsley-error
    input[type="date"]::-webkit-input-placeholder, .parsley-error
    textarea::-webkit-input-placeholder {
      color: #5a5a5a; }
    .parsley-error input[type="text"]:-moz-placeholder, .parsley-error
    input[type="password"]:-moz-placeholder, .parsley-error
    input[type="email"]:-moz-placeholder, .parsley-error
    input[type="number"]:-moz-placeholder, .parsley-error
    input[type="tel"]:-moz-placeholder, .parsley-error
    input[type="date"]:-moz-placeholder, .parsley-error
    textarea:-moz-placeholder {
      color: #5a5a5a; }
    .parsley-error input[type="text"]::-moz-placeholder, .parsley-error
    input[type="password"]::-moz-placeholder, .parsley-error
    input[type="email"]::-moz-placeholder, .parsley-error
    input[type="number"]::-moz-placeholder, .parsley-error
    input[type="tel"]::-moz-placeholder, .parsley-error
    input[type="date"]::-moz-placeholder, .parsley-error
    textarea::-moz-placeholder {
      color: #5a5a5a; }
    .parsley-error input[type="text"]:-ms-input-placeholder, .parsley-error
    input[type="password"]:-ms-input-placeholder, .parsley-error
    input[type="email"]:-ms-input-placeholder, .parsley-error
    input[type="number"]:-ms-input-placeholder, .parsley-error
    input[type="tel"]:-ms-input-placeholder, .parsley-error
    input[type="date"]:-ms-input-placeholder, .parsley-error
    textarea:-ms-input-placeholder {
      color: #5a5a5a; }

textarea {
  -webkit-appearance: none;
  resize: none; }
  .parsley-error textarea::-webkit-input-placeholder {
    color: #a2a2a2; }
  .parsley-error textarea:-moz-placeholder {
    color: #a2a2a2; }
  .parsley-error textarea::-moz-placeholder {
    color: #a2a2a2; }
  .parsley-error textarea:-ms-input-placeholder {
    color: #a2a2a2; }
  textarea:focus {
    outline: none; }

input[type="checkbox"] + label {
  font-family: Proxima-Nova, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #5a5a5a;
  cursor: pointer;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.6em;
  padding-left: 2.1em;
  position: relative;
  text-transform: none;
  letter-spacing: 0; }
  input[type="checkbox"] + label:before {
    background: #f5f5f5;
    -webkit-border-radius: 0;
            border-radius: 0;
    border: 1px solid #cdcccc;
    content: ".";
    cursor: pointer;
    height: 22px;
    left: 0;
    margin-top: -11px;
    position: absolute;
    text-indent: -999em;
    top: 50%;
    -webkit-transition: background 200ms ease-in-out;
            transition: background 200ms ease-in-out;
    width: 22px; }
  input[type="checkbox"] + label:after {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-size: 0.875em;
    content: " ";
    color: #fff;
    display: block;
    left: 3px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    line-height: 1em; }

.ie7 input[type="checkbox"]:checked + label, .ie7 input[type="checkbox"].is_checked + label {
  zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:checked + label .after, input[type="checkbox"].is_checked + label:after,
input[type="checkbox"].is_checked + label .after {
  font-family: "asialink";
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input[type="checkbox"]:checked + label:before, input[type="checkbox"].is_checked + label:before {
  background-color: #e01b21; }

input[type="checkbox"]:focus + label {
  outline: 1px dotted #a2a2a2; }

input[type="radio"] + label {
  cursor: pointer;
  line-height: 2em;
  padding-left: 1.8em;
  position: relative;
  text-transform: none;
  letter-spacing: 0; }
  input[type="radio"] + label:before {
    background: #f5f5f5;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    border: 1px solid #cdcccc;
    content: ".";
    cursor: pointer;
    height: 20px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    text-indent: -999em;
    top: 50%;
    -webkit-transition: background 200ms ease-in-out;
            transition: background 200ms ease-in-out;
    width: 20px; }
  input[type="radio"] + label:after {
    -webkit-border-radius: 20px;
            border-radius: 20px;
    content: ".";
    cursor: pointer;
    height: 12px;
    left: 4px;
    margin-top: -6px;
    position: absolute;
    text-indent: -999em;
    top: 50%;
    -webkit-transition: background 200ms ease-in-out;
            transition: background 200ms ease-in-out;
    width: 12px; }

input[type="radio"]:checked + label:after {
  background: #e01b21; }

input[type="radio"]:focus + label {
  outline: 1px dotted #a2a2a2; }

.select {
  background-color: #f5f5f5;
  border: 1px solid #cdcccc;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: relative; }
  .select.parsley-error {
    border-color: #e01b21;
    background: #f3d2d3; }
  .select:before {
    color: #e01b21;
    display: inline-block;
    font-size: 1.125em;
    line-height: 1em;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%; }
    .lt-ie10 .select:before,
    .lt-ie9 .select:before {
      display: none; }
  .select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: Proxima-Nova, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    color: #5a5a5a;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    padding: 13px 45px 13px 11px;
    position: relative;
    width: 100%;
    z-index: 5; }
    .lt-ie10 .select select {
      padding: 11px; }

.multi_select {
  width: 100%; }

.parsley-errors-list {
  letter-spacing: 0;
  color: #e01b21; }
  .parsley-errors-list li {
    padding: 11px 0; }

.form_text {
  position: absolute;
  right: 0;
  top: 0; }

.l_select_and_button {
  float: left;
  width: 100%; }
  @media (min-width: 769px) {
    .csscalc .l_select_and_button .chosen-container,
    .csscalc .l_select_and_button select {
      width: -webkit-calc(100% - 174px) !important;
      width: calc(100% - 174px) !important;
      float: left; } }
  .lt-ie9 .csscalc .l_select_and_button .chosen-container, .lt-ie9
  .csscalc .l_select_and_button select {
    width: -webkit-calc(100% - 174px) !important;
    width: calc(100% - 174px) !important;
    float: left; }
  .csscalc .l_select_and_button p {
    margin-top: 20px; }
    @media (min-width: 769px) {
      .csscalc .l_select_and_button p {
        display: inline-block;
        float: right;
        margin: 0; } }
    .lt-ie9 .csscalc .l_select_and_button p {
      display: inline-block;
      float: right;
      margin: 0; }
  .csscalc .l_select_and_button .btn {
    padding-top: 15px;
    padding-bottom: 15px; }

.heading_underlined {
  text-align: center;
  position: relative;
  padding-bottom: .6em;
  margin-bottom: .5em; }
  .heading_underlined:after {
    content: "";
    position: absolute;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    height: 4px;
    background-color: #e01b21;
    bottom: 0; }
  .heading_underlined.is_left {
    font-weight: 400;
    text-align: left;
    margin-bottom: 1.2em; }
    .heading_underlined.is_left:after {
      height: 3px;
      left: 0;
      margin-left: 0;
      width: 60px; }

.heading_underlined_simple {
  border-bottom: 1px solid #cdcccc;
  padding-bottom: 30px;
  margin-bottom: .8em; }
  .heading_underlined_simple.has_less_bottom_margin {
    margin-bottom: .6em; }
  .heading_underlined_simple span {
    color: #a2a2a2; }

.heading_tab {
  text-align: center;
  position: relative;
  margin: 0; }
  .heading_tab.is_pushed_up {
    margin-top: -90px;
    margin-bottom: 35px; }
  .heading_tab.has_negative_bottom_margin {
    margin-bottom: -25px;
    z-index: 100; }
  .heading_tab span {
    color: #fff;
    background-color: #3c3c3b;
    display: inline-block;
    padding: 20px 40px; }

.heading_mini {
  text-align: center;
  margin-bottom: 50px; }

.text_link {
  color: #5a5a5a;
  display: inline-block;
  line-height: 1.3em;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 10px;
  position: relative;
  text-decoration: none; }
  .text_link span {
    border-bottom: 1px solid transparent;
    -webkit-transition: border 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: border 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .text_link:hover {
    text-decoration: none;
    color: #5a5a5a; }
    .text_link:hover span {
      border-color: #5a5a5a; }
  .text_link.is_small {
    color: #e01b21;
    text-decoration: none; }
    .text_link.is_small:hover {
      text-decoration: underline; }
      .text_link.is_small:hover span {
        border-color: #e01b21; }
  .text_link.is_large {
    color: #e01b21;
    text-decoration: none;
    font-weight: 400; }
    .text_link.is_large span {
      border-bottom: 2px solid transparent; }
    .text_link.is_large:hover span {
      border-color: #e01b21; }
    .text_link.is_large.has_arrow_right:before {
      font-size: 14px;
      font-size: 0.875rem;
      margin-top: -7px; }
  .text_link.has_arrow_right {
    padding-right: 20px; }
    .text_link.has_arrow_right:before {
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 1em;
      margin-top: -5px;
      position: absolute;
      right: 0px;
      top: 50%;
      -webkit-transition: right 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: right 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    .text_link.has_arrow_right:hover:before {
      right: -10px; }
  .text_link.is_on_red_bg {
    color: #fff; }
    .text_link.is_on_red_bg:hover, .text_link.is_on_red_bg:visited {
      color: #fff !important; }
      .text_link.is_on_red_bg:hover span, .text_link.is_on_red_bg:visited span {
        border-color: #f3d2d3; }

.underlined_links {
  margin-bottom: 25px; }
  .underlined_links li {
    display: inline-block;
    margin-right: .5em; }
    .underlined_links li a {
      border-bottom: 3px solid #e01b21;
      text-decoration: none;
      color: #5a5a5a; }
      .underlined_links li a:hover {
        border-bottom-color: #fff;
        color: #e01b21; }

.top_right_link {
  position: absolute;
  right: 25px;
  text-transform: uppercase;
  top: 18px;
  display: block; }
  @media (max-width: 600px) {
    .top_right_link {
      position: relative;
      right: auto;
      top: auto;
      margin-bottom: 25px; } }

.privacy_link {
  color: #5a5a5a;
  text-decoration: underline;
  padding-left: 35px;
  margin-top: -5px;
  display: block; }

/* generated with grunt-sass-globbing */
.m_accordion_header {
  zoom: 1;
  border-bottom: 1px solid #cdcccc;
  padding-bottom: 5px; }
  .m_accordion_header:before, .m_accordion_header:after {
    content: "";
    display: table; }
  .m_accordion_header:after {
    clear: both; }
  .m_accordion_header h2 {
    float: left;
    width: 50%;
    padding-left: 30px; }
  .m_accordion_header a {
    color: #e01b21;
    display: block;
    float: right;
    text-align: right;
    width: 50%;
    padding-right: 25px; }

.m_accordion_item {
  background: #fff; }
  .m_accordion_item.is_hidden {
    display: none; }
  .m_accordion_item.is_shown {
    display: block !important; }
  .m_accordion_item .__accordion_head {
    color: #5a5a5a;
    display: block;
    padding: 20px 60px 20px 30px;
    position: relative;
    text-decoration: none; }
    @media (max-width: 600px) {
      .m_accordion_item .__accordion_head {
        padding-left: 10px;
        padding-right: 40px; } }
    .m_accordion_item .__accordion_head:hover .__head {
      color: #e01b21; }
    .m_accordion_item .__accordion_head:before {
      font-size: 20px;
      font-size: 1.25rem;
      color: #e01b21;
      display: block;
      margin-top: -10px;
      position: absolute;
      right: 30px;
      top: 50%;
      -webkit-transition: -webkit-transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      @media (max-width: 600px) {
        .m_accordion_item .__accordion_head:before {
          right: 10px; } }
    .m_accordion_item .__accordion_head.is_active:before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .m_accordion_item .__head {
    margin: 0; }
    .m_accordion_item .__head + p {
      font-weight: 400;
      color: #767676;
      margin-bottom: 0; }
  .m_accordion_item > .__content {
    zoom: 1;
    padding: 20px 30px 30px; }
    .m_accordion_item > .__content:before, .m_accordion_item > .__content:after {
      content: "";
      display: table; }
    .m_accordion_item > .__content:after {
      clear: both; }
    @media (max-width: 600px) {
      .m_accordion_item > .__content {
        padding-left: 10px;
        padding-right: 10px; } }
    .m_accordion_item > .__content h3 {
      font-size: 24px;
      font-size: 1.5rem; }
    .m_accordion_item > .__content img {
      float: left;
      margin: 0 20px 15px 0;
      max-width: 100%;
      width: auto;
      height: auto !important; }
    .js .m_accordion_item > .__content {
      display: none; }
    @media (min-width: 769px) {
      .m_accordion_item > .__content .__left_col {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 44.5562720511%; }
        .m_accordion_item > .__content .__left_col:last-child {
          margin-right: 0; } }
    .lt-ie9 .m_accordion_item > .__content .__left_col {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 44.5562720511%; }
      .lt-ie9 .m_accordion_item > .__content .__left_col:last-child {
        margin-right: 0; }
    @media (min-width: 769px) {
      .m_accordion_item > .__content .__right_col {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin-right: 0;
        float: right; }
        .m_accordion_item > .__content .__right_col:last-child {
          margin-right: 0; } }
    .lt-ie9 .m_accordion_item > .__content .__right_col {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin-right: 0;
      float: right; }
      .lt-ie9 .m_accordion_item > .__content .__right_col:last-child {
        margin-right: 0; }
    .m_accordion_item > .__content .__full_col {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .m_accordion_item > .__content .__full_col:last-child {
        margin-right: 0; }

.m_accordion {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .m_accordion:last-child {
    margin-right: 0; }
  .m_accordion > li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    border-bottom: 1px solid #cdcccc; }
    .m_accordion > li:last-child {
      margin-right: 0; }

.m_cart_table {
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    .m_cart_table {
      border-top: none; } }
  @media (min-width: 769px) {
    .m_cart_table th:first-child {
      width: 55%; } }
  .lt-ie9 .m_cart_table th:first-child {
    width: 55%; }
  @media (min-width: 769px) {
    .m_cart_table th:nth-child(3) {
      width: 10%; } }
  .lt-ie9 .m_cart_table th:nth-child(3) {
    width: 10%; }
  @media (min-width: 769px) {
    .m_cart_table th:last-child {
      width: 60px; } }
  .lt-ie9 .m_cart_table th:last-child {
    width: 60px; }
  @media (max-width: 768px) {
    .m_cart_table th.st-head-row {
      border-top: 1px solid #cdcccc; } }
  @media (max-width: 600px) {
    .m_cart_table .hide_on_mobile {
      display: none; } }
  @media (min-width: 769px) {
    .m_cart_table .hide_on_desktop {
      display: none; } }
  .lt-ie9 .m_cart_table .hide_on_desktop {
    display: none; }
  .m_cart_table tr td {
    font-size: 18px;
    font-size: 1.125rem;
    vertical-align: middle; }
  .m_cart_table tr:hover .__remove_item {
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
            transition: opacity 300ms ease-in-out; }
  .m_cart_table .__remove_item {
    color: #e01b21;
    opacity: 0;
    text-decoration: none; }
    @media (max-width: 768px) {
      .m_cart_table .__remove_item {
        opacity: 1; } }
  .m_cart_table.large-only {
    display: none; }
    @media (min-width: 769px) {
      .m_cart_table.large-only {
        display: table; } }
    .lt-ie9 .m_cart_table.large-only {
      display: table; }
  .m_cart_table.small-only {
    display: none; }
    @media (max-width: 768px) {
      .m_cart_table.small-only {
        display: table; }
        .m_cart_table.small-only .st-head-row-main {
          display: none; } }

.m_cta_quote {
  font-style: italic;
  margin: 30px 0;
  padding: 10px 0 10px 30px;
  position: relative; }
  .m_cta_quote blockquote {
    font-size: 1.25em;
    display: inline !important;
    padding-left: 0 !important; }
    .m_cta_quote blockquote:before {
      background: transparent !important; }
  .m_cta_quote:before {
    background: #f5f5f5;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 2px;
    width: 4px; }
    .lt-ie9 .m_cta_quote:before {
      height: 100%; }
    .js_share_widget_open .m_cta_quote:before {
      height: 90%; }

.m_detailed_link_list li {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  border-bottom: 1px solid #cdcccc;
  padding-top: 25px; }
  .m_detailed_link_list li:last-child {
    margin-right: 0; }
  .m_detailed_link_list li:nth-child(2n) {
    margin-right: 0;
    float: right; }
  @media (max-width: 600px) {
    .m_detailed_link_list li {
      width: 100%; } }
  .m_detailed_link_list li h3 {
    font-size: 18px !important;
    margin: 0; }
    .m_detailed_link_list li h3 i {
      font-size: 14px;
      font-size: 0.875rem;
      color: #e01b21; }
  .m_detailed_link_list li p {
    font-size: 15px;
    font-size: 0.9375rem; }
  .m_detailed_link_list li a {
    font-weight: 500; }

.m_dyn_box {
  background-color: #fff;
  border: 1px solid #c7c6c6;
  padding: 25px 25px 80px 25px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
  height: 440px; }
  @media (min-width: 769px) {
    .m_dyn_box {
      padding: 30px 30px 100px 30px;
      height: 440px; } }
  .lt-ie9 .m_dyn_box {
    padding: 30px 30px 100px 30px;
    height: 440px; }
  @media (max-width: 600px) {
    .m_dyn_box {
      padding: 20px; } }
  .lt-ie9 .m_dyn_box {
    min-height: 0; }
  .m_dyn_box:hover {
    border-color: #e01b21;
    background-color: #e01b21; }
    .m_dyn_box:hover h2, .m_dyn_box:hover h3, .m_dyn_box:hover p, .m_dyn_box:hover ul a {
      color: #fff; }
    .m_dyn_box:hover .underlined_links a {
      border-bottom-color: #fff; }
    .m_dyn_box:hover .text_link {
      text-decoration: underline;
      color: #fff; }
      .m_dyn_box:hover .text_link:before {
        right: 10px !important; }
  .m_dyn_box > a,
  .m_dyn_box p > a {
    color: #5a5a5a;
    text-decoration: none;
    display: block;
    font-weight: normal; }
  .m_dyn_box .underlined_links {
    margin-bottom: 25px; }
    .m_dyn_box .underlined_links li a:hover {
      border-bottom-color: transparent; }
  .m_dyn_box h2, .m_dyn_box h3 {
    margin-top: 1em;
    margin-bottom: 0;
    -webkit-transition: color 300ms ease-in-out;
            transition: color 300ms ease-in-out; }
  .m_dyn_box p {
    font-weight: 400;
    margin-bottom: 0;
    -webkit-transition: color 300ms ease-in-out;
            transition: color 300ms ease-in-out;
    margin-top: .8em; }
  .m_dyn_box .f_proxima_small {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600; }
  .m_dyn_box .text_link {
    position: absolute;
    bottom: 25px;
    left: 30px; }
    .m_dyn_box .text_link.has_arrow_right {
      padding-right: 50px; }
      .m_dyn_box .text_link.has_arrow_right:before {
        right: 20px; }
      .m_dyn_box .text_link.has_arrow_right:hover:before {
        right: 10px; }

.m_dyn_img_box {
  background-color: #fff;
  border: 1px solid #c7c6c6;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
  .m_dyn_img_box:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(transparent));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
  @media (min-width: 769px) {
    .m_dyn_img_box:hover {
      background-color: #e01b21; }
      .m_dyn_img_box:hover * {
        color: #fff; }
      .m_dyn_img_box:hover .underlined_links a {
        border-bottom-color: #fff; } }
  .lt-ie9 .m_dyn_img_box:hover {
    background-color: #e01b21; }
    .lt-ie9 .m_dyn_img_box:hover * {
      color: #fff; }
    .lt-ie9 .m_dyn_img_box:hover .underlined_links a {
      border-bottom-color: #fff; }
  .m_dyn_img_box > a {
    color: #5a5a5a;
    text-decoration: none;
    display: block;
    cursor: pointer;
    display: block; }
  .m_dyn_img_box .underlined_links {
    position: absolute;
    top: 30px;
    left: 30px; }
    .m_dyn_img_box .underlined_links li a {
      color: #fff; }
      .m_dyn_img_box .underlined_links li a:hover {
        border-bottom-color: transparent; }
  .m_dyn_img_box .__head {
    font-size: 29px;
    font-size: 1.8125rem;
    margin-bottom: 0; }
  .m_dyn_img_box p {
    font-weight: 400;
    margin-bottom: 0;
    margin-top: .5em; }
  .m_dyn_img_box .__content {
    padding: 30px;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0; }

.m_dyn_list {
  margin-top: 50px; }
  .m_dyn_list.first_child_is_full_width li:first-child {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .m_dyn_list.first_child_is_full_width li:first-child:last-child {
      margin-right: 0; }
    @media (min-width: 769px) {
      .m_dyn_list.first_child_is_full_width li:first-child img {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%; }
        .m_dyn_list.first_child_is_full_width li:first-child img:last-child {
          margin-right: 0; } }
    .lt-ie9 .m_dyn_list.first_child_is_full_width li:first-child img {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .lt-ie9 .m_dyn_list.first_child_is_full_width li:first-child img:last-child {
        margin-right: 0; }
    @media (min-width: 769px) {
      .m_dyn_list.first_child_is_full_width li:first-child .__content {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 74.4105871005%;
        margin-right: 0; }
        .m_dyn_list.first_child_is_full_width li:first-child .__content:last-child {
          margin-right: 0; } }
    .lt-ie9 .m_dyn_list.first_child_is_full_width li:first-child .__content {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%;
      margin-right: 0; }
      .lt-ie9 .m_dyn_list.first_child_is_full_width li:first-child .__content:last-child {
        margin-right: 0; }
    .m_dyn_list.first_child_is_full_width li:first-child .__content q b {
      display: block;
      font-weight: bold; }
  @media (min-width: 769px) {
    .m_dyn_list.first_child_is_full_width li:nth-child(4n) {
      margin-right: 2.3576515979%; }
    .m_dyn_list.first_child_is_full_width li:nth-child(4n+1) {
      margin-right: 0; } }
  .lt-ie9 .m_dyn_list.first_child_is_full_width li:nth-child(4n) {
    margin-right: 2.3576515979%; }
  .lt-ie9 .m_dyn_list.first_child_is_full_width li:nth-child(4n+1) {
    margin-right: 0; }
  @media (max-width: 768px) {
    .m_dyn_list.first_child_is_full_width li:nth-child(3n) {
      margin-right: 2.3576515979%; }
    .m_dyn_list.first_child_is_full_width li:nth-child(3n+4) {
      margin-right: 0; } }
  @media (max-width: 600px) {
    .m_dyn_list.first_child_is_full_width li:nth-child(3n+4) {
      margin-right: 2.3576515979%; }
    .m_dyn_list.first_child_is_full_width li:nth-child(2n+3) {
      margin-right: 0;
      float: right; } }
  .m_dyn_list li {
    margin-bottom: 25px; }
    @media (min-width: 769px) {
      .m_dyn_list li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%; }
        .m_dyn_list li:last-child {
          margin-right: 0; }
        .m_dyn_list li:nth-child(4n) {
          margin-right: 0; } }
    .lt-ie9 .m_dyn_list li {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .lt-ie9 .m_dyn_list li:last-child {
        margin-right: 0; }
      .lt-ie9 .m_dyn_list li:nth-child(4n) {
        margin-right: 0; }
    @media (max-width: 768px) {
      .m_dyn_list li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .m_dyn_list li:last-child {
          margin-right: 0; }
        .m_dyn_list li:nth-child(3n) {
          margin-right: 0; } }
    @media (max-width: 600px) {
      .m_dyn_list li {
        float: left;
        display: block;
        margin-right: 4.8291579146%;
        width: 47.5854210427%; }
        .m_dyn_list li:last-child {
          margin-right: 0; }
        .m_dyn_list li:nth-child(3n) {
          margin-right: 2.3576515979%; }
        .m_dyn_list li:nth-child(2n) {
          margin-right: 0; } }
    @media (max-width: 400px) {
      .m_dyn_list li {
        width: 100%; } }
    .m_dyn_list li img {
      margin-bottom: 15px;
      max-width: 100%; }
    .m_dyn_list li h3 {
      margin-bottom: .5em; }

.m_feature_box {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  background-color: #fff;
  border: 1px solid #c7c6c6;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
  margin-bottom: 25px; }
  .m_feature_box:last-child {
    margin-right: 0; }
  .m_feature_box > a:not(.text_link) {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .m_feature_box > a:not(.text_link):last-child {
      margin-right: 0; }
    @media (max-width: 1024px) {
      .m_feature_box > a:not(.text_link) {
        border: 14px solid #fff; } }
    @media (max-width: 600px) {
      .m_feature_box > a:not(.text_link) {
        width: 100%; } }
  @media (min-width: 600px) {
    .m_feature_box.has_no_image .__content {
      width: 100%;
      padding-top: 0;
      padding-left: 35px; } }
  @media (max-width: 600px) {
    .m_feature_box.has_no_image .__content {
      padding-top: 20px; } }
  @media (min-width: 600px) {
    .m_feature_box.has_no_image .text_link {
      margin-left: 35px; } }
  @media (min-width: 600px) {
    .m_feature_box.has_no_image .underlined_links {
      position: relative;
      left: 0;
      margin-left: 0;
      margin-bottom: 50px; } }
  @media (max-width: 600px) {
    .m_feature_box.has_no_image .underlined_links {
      top: 5px; } }
  .m_feature_box a {
    color: #5a5a5a;
    text-decoration: none; }
  .m_feature_box .__content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-right: 0;
    display: block;
    padding: 75px 35px 75px 0; }
    .m_feature_box .__content:last-child {
      margin-right: 0; }
    @media (max-width: 600px) {
      .m_feature_box .__content {
        width: 100%;
        padding: 10px 25px 75px; } }
  .m_feature_box .underlined_links {
    top: 25px;
    left: 31.7615656014%;
    margin-left: 2.3576515979%;
    position: absolute; }
    .m_feature_box .underlined_links li a:hover {
      border-bottom-color: #e01b21; }
    @media (max-width: 600px) {
      .m_feature_box .underlined_links {
        position: relative;
        left: auto;
        margin-left: 0;
        top: 0; } }
  .m_feature_box p {
    font-weight: 400;
    margin-bottom: 0; }
  .m_feature_box .text_link {
    position: absolute;
    bottom: 25px;
    left: 0;
    margin-left: 34.1192171993%; }
    .m_feature_box .text_link.has_arrow_right {
      padding-right: 50px; }
      .m_feature_box .text_link.has_arrow_right:before {
        right: 20px; }
      .m_feature_box .text_link.has_arrow_right:hover:before {
        right: 10px; }
    @media (max-width: 600px) {
      .m_feature_box .text_link {
        margin-left: 0%;
        bottom: 15px;
        left: 25px; } }

.m_footer {
  background-color: #20201e;
  clear: both; }
  .m_footer .__quote {
    background-color: #e01b21;
    color: #fff;
    text-align: center;
    padding: 25px;
    display: block;
    font-weight: 400;
    position: relative; }
    .m_footer .__quote:hover span {
      border-bottom-color: transparent; }
    .m_footer .__quote p {
      margin-bottom: 0; }
    .m_footer .__quote span {
      -webkit-transition: border 300ms ease-in-out;
              transition: border 300ms ease-in-out;
      border-bottom: 1px solid #fff;
      position: relative;
      top: -3px; }
    .m_footer .__quote i {
      font-size: 26px;
      font-size: 1.625rem;
      margin-right: 20px;
      position: relative;
      top: 2px; }
    .m_footer .__quote:hover {
      text-decoration: none;
      background: #aa090e; }
      .m_footer .__quote:hover.has_arrow_right p:after {
        right: -10px; }
    .m_footer .__quote.has_arrow_right p {
      display: inline-block;
      position: relative;
      padding-right: 20px; }
      .ie7 .m_footer .__quote.has_arrow_right p {
        zoom: "expression( this.runtimeStyle['zoom'] = '1', this.innerHTML =  )"; }
      .m_footer .__quote.has_arrow_right p:after,
      .m_footer .__quote.has_arrow_right p .after {
        font-family: "asialink";
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .m_footer .__quote.has_arrow_right p:after {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1em;
        margin-top: -5px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transition: right 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: right 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media (max-width: 768px) {
    .m_footer .l_half {
      width: 100%; } }
  .m_footer .__main {
    color: #fff;
    padding: 30px 0; }
    @media (max-width: 768px) {
      .m_footer .__main {
        padding-bottom: 0; } }
    .m_footer .__main ul {
      text-transform: uppercase; }
  .m_footer .__logo img {
    max-width: 100%;
    margin-bottom: 15px; }
    @media (max-width: 600px) {
      .m_footer .__logo img {
        max-width: 80%;
        margin: 0 auto 15px; } }
  .m_footer .__logo figcaption {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif; }
  .m_footer .__social {
    font-size: 30px;
    font-size: 1.875rem;
    display: table;
    margin-top: 15px;
    table-layout: fixed;
    width: 100%; }
    @media (max-width: 768px) {
      .m_footer .__social {
        margin-bottom: 25px; } }
    .m_footer .__social li {
      display: table-cell;
      text-align: center; }
      .m_footer .__social li a {
        color: #90908f;
        text-decoration: none; }
        @media (max-width: 768px) {
          .m_footer .__social li a {
            color: #fff; } }
      .m_footer .__social li.facebook:hover a {
        color: #305fb3; }
      .m_footer .__social li.linkedin:hover a {
        color: #036487; }
      .m_footer .__social li.twitter:hover a {
        color: #2caae1; }
      .m_footer .__social li.youtube:hover a {
        color: #cc3626; }
  .m_footer .__side_col {
    text-align: center; }
    @media (max-width: 768px) {
      .m_footer .__side_col {
        max-width: 320px;
        margin: 0 auto; } }
    @media (min-width: 769px) {
      .m_footer .__side_col {
        width: 220px; } }
    .lt-ie9 .m_footer .__side_col {
      width: 220px; }
  .m_footer .__links li {
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 769px) {
      .m_footer .__links li {
        margin-bottom: 1em;
        float: left;
        width: 50%; } }
    .lt-ie9 .m_footer .__links li {
      margin-bottom: 1em;
      float: left;
      width: 50%; }
    @media (max-width: 768px) {
      .m_footer .__links li {
        text-align: center;
        border-bottom: 1px solid #4d4d4b; } }
    .m_footer .__links li:last-child {
      margin-bottom: 0; }
    .m_footer .__links li a {
      color: #fff;
      display: block; }
      @media (max-width: 768px) {
        .m_footer .__links li a {
          padding: 12px 0; } }
  .m_footer .__site_links {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    background-color: #20201e;
    padding: 20px 0;
    font-size: 0.875em; }
    .m_footer .__site_links:last-child {
      margin-right: 0; }
    @media (min-width: 769px) {
      .m_footer .__site_links {
        border-top: 1px solid #4d4d4b; } }
    .lt-ie9 .m_footer .__site_links {
      border-top: 1px solid #4d4d4b; }
    @media (max-width: 768px) {
      .m_footer .__site_links {
        text-align: center; } }
    .m_footer .__site_links ul {
      text-transform: uppercase; }
      @media (min-width: 769px) {
        .m_footer .__site_links ul {
          float: left;
          width: 80%; } }
      .lt-ie9 .m_footer .__site_links ul {
        float: left;
        width: 80%; }
      @media (min-width: 769px) {
        .m_footer .__site_links ul li {
          display: inline-block;
          margin-right: 0.6em; } }
      .lt-ie9 .m_footer .__site_links ul li {
        display: inline-block;
        margin-right: 0.6em; }
      .m_footer .__site_links ul a {
        display: block; }
        @media (max-width: 768px) {
          .m_footer .__site_links ul a {
            padding: 4px 0; } }
    .m_footer .__site_links a {
      color: #878786;
      font-weight: 400; }
    .m_footer .__site_links p {
      margin-bottom: 0;
      text-transform: uppercase; }
      @media (min-width: 769px) {
        .m_footer .__site_links p {
          float: right;
          text-align: right;
          width: 20%; } }
      .lt-ie9 .m_footer .__site_links p {
        float: right;
        text-align: right;
        width: 20%; }

.m_header {
  zoom: 1;
  padding: 20px 0 0; }
  .m_header:before, .m_header:after {
    content: "";
    display: table; }
  .m_header:after {
    clear: both; }
  @media (max-width: 768px) {
    .m_header {
      padding: 0; } }
  .m_header .__logo {
    display: block;
    height: 53px;
    width: 183px;
    float: left;
    margin-bottom: 20px; }
    .m_header .__logo img {
      max-width: 100%; }
    @media (max-width: 768px) {
      .m_header .__logo {
        height: 42px;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 141px; } }
  .m_header .__links {
    float: right;
    margin-top: 14px; }
    .m_header .__links li {
      display: inline-block;
      margin-left: 2em; }
      .m_header .__links li a {
        color: #3c3c3b;
        font-weight: 500; }
        .m_header .__links li a i {
          margin-right: 8px; }
    @media (max-width: 768px) {
      .m_header .__links {
        display: none; } }
  .m_header .__nav_toggle {
    font-size: 42px;
    font-size: 2.625rem;
    background-color: #3c3c3b;
    color: #fff;
    display: inline-block;
    height: 62px;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 8px;
    text-decoration: none;
    width: 62px;
    top: 0; }
    @media (min-width: 769px) {
      .m_header .__nav_toggle {
        display: none; } }
    .lt-ie9 .m_header .__nav_toggle {
      display: none; }
    .m_header .__nav_toggle i {
      -webkit-transition: all 300ms ease-in-out;
              transition: all 300ms ease-in-out;
      position: absolute;
      left: 50%;
      top: 50%;
      display: block;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0);
      margin-left: -20px;
      margin-top: -21px; }
    .m_header .__nav_toggle .i_menu {
      opacity: 1; }
    .m_header .__nav_toggle .i_close {
      opacity: 0;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .m_header .__nav_toggle.nav_is_open .i_close {
      opacity: 1;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
    .m_header .__nav_toggle.nav_is_open .i_menu {
      opacity: 0;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }

.m_hero {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  height: 540px; }
  @media (max-width: 600px) {
    .m_hero {
      height: 350px; } }
  .m_hero .flickity-enabled .__item {
    display: block !important; }
  @media (min-width: 769px) {
    .m_hero.has_no_nav .__contents {
      min-width: 640px; } }
  .lt-ie9 .m_hero.has_no_nav .__contents {
    min-width: 640px; }
  .m_hero .__nav {
    bottom: 0;
    position: absolute;
    width: 100%;
    right: 0;
    pointer-events: none; }
    @media (max-width: 768px) {
      .m_hero .__nav {
        display: none; } }
  .m_hero .__contents {
    color: #fff;
    padding: 28px 35px 28px 28px;
    overflow: hidden;
    z-index: 200;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out; }
    @media (min-width: 769px) {
      .m_hero .__contents {
        width: 50%;
        width: -webkit-calc(45% - 30px);
        width: calc(45% - 30px); } }
    .lt-ie9 .m_hero .__contents {
      width: 50%;
      width: -webkit-calc(45% - 30px);
      width: calc(45% - 30px); }
    @media (max-width: 768px) {
      .m_hero .__contents {
        right: 10px;
        left: 10px;
        padding-bottom: 35px; } }
    @media (max-width: 600px) {
      .m_hero .__contents {
        padding: 20px 20px 35px; } }
    .m_hero .__contents.is_selected .__contents_inner {
      bottom: 0;
      opacity: 1; }
    .m_hero .__contents .__contents_inner {
      position: relative;
      bottom: -25px;
      opacity: 0;
      -webkit-transition: all 600ms ease-in-out;
              transition: all 600ms ease-in-out; }
    .m_hero .__contents .__mini_heading {
      display: block;
      margin-bottom: 1em;
      text-transform: uppercase; }
    .m_hero .__contents:after {
      content: '';
      position: absolute;
      width: 1100%;
      height: 1100%;
      top: 0;
      right: -500%;
      background-color: #e01b21;
      -webkit-transform-origin: 53.5% 0;
          -ms-transform-origin: 53.5% 0;
              transform-origin: 53.5% 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      z-index: -1; }
    .m_hero .__contents h1, .m_hero .__contents h2 {
      margin-bottom: 15px;
      line-height: 1em; }
    .m_hero .__contents p {
      font-family: Proxima-Nova, sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      text-transform: none;
      margin-bottom: 5px; }
      @media (max-width: 600px) {
        .m_hero .__contents p {
          display: none; } }
    .m_hero .__contents a {
      color: #fff;
      margin-bottom: -10px; }
  .m_hero nav {
    bottom: 0;
    right: 0;
    width: 100%;
    padding-left: 52.5%;
    padding-left: -webkit-calc(45% - 3px);
    padding-left: calc(45% - 3px); }
    .m_hero nav ul {
      display: table;
      width: 100%;
      pointer-events: auto; }
      .m_hero nav ul li {
        text-align: center;
        vertical-align: bottom; }
        @media (min-width: 769px) {
          .m_hero nav ul li {
            display: table-cell; } }
        .lt-ie9 .m_hero nav ul li {
          display: table-cell; }
        .m_hero nav ul li.is_selected a {
          background-color: #e01b21;
          color: #fff; }
        .m_hero nav ul li a {
          background-color: #f5f5f5;
          color: #5a5a5a;
          display: block;
          line-height: 1em;
          margin-left: 1px;
          padding: 12px 8px;
          text-decoration: none; }
          .m_hero nav ul li a:hover {
            background-color: #c7c6c6; }
  .m_hero .__item {
    background-position: center top;
    background-size: cover;
    display: none;
    height: 540px;
    width: 100%; }
    @media (max-width: 600px) {
      .m_hero .__item {
        height: 350px; } }
    .m_hero .__item:first-child {
      display: block; }
    @media (max-width: 768px) {
      .m_hero .__item {
        padding: 0 10px; } }
    @media (max-width: 600px) {
      .m_hero .__item {
        padding: 0; } }
    .m_hero .__item .l_grid {
      height: 540px;
      position: relative; }
      @media (max-width: 600px) {
        .m_hero .__item .l_grid {
          height: 350px; } }
  .m_hero .flickity-page-dots {
    bottom: 14px;
    display: none;
    left: 52px;
    width: 80%;
    text-align: left; }
    @media (max-width: 768px) {
      .m_hero .flickity-page-dots {
        left: 47px;
        display: block; } }
    @media (max-width: 600px) {
      .m_hero .flickity-page-dots {
        left: 29px; } }
    .m_hero .flickity-page-dots li {
      background-color: #fff;
      margin-left: 2px; }

.m_icon_links {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  margin-top: 25px; }
  .m_icon_links:last-child {
    margin-right: 0; }
  @media (min-width: 769px) {
    .m_icon_links {
      margin-left: 8.5298042998%; } }
  .lt-ie9 .m_icon_links {
    margin-left: 8.5298042998%; }
  @media (max-width: 768px) {
    .m_icon_links {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 100%; }
      .m_icon_links:last-child {
        margin-right: 0; } }
  .m_icon_links li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    padding: 25px;
    text-align: center; }
    .m_icon_links li:last-child {
      margin-right: 0; }
    .m_icon_links li:hover .text_link {
      text-decoration: underline;
      color: #e01b21; }
      .m_icon_links li:hover .text_link:before {
        right: -10px; }
    @media (max-width: 600px) {
      .m_icon_links li {
        float: left;
        display: block;
        margin-right: 4.8291579146%;
        width: 100%; }
        .m_icon_links li:last-child {
          margin-right: 0; } }
    .m_icon_links li:last-child {
      margin-right: 0; }
    .m_icon_links li img {
      max-width: 180px;
      max-height: 180px;
      margin: 0 auto 20px auto;
      display: block; }
    .m_icon_links li span {
      font-weight: 400;
      color: #e01b21; }

.m_inline_form {
  margin-top: 50px; }
  @media (min-width: 769px) {
    .m_inline_form {
      display: table;
      width: 100%;
      table-layout: fixed; } }
  .lt-ie9 .m_inline_form {
    display: table;
    width: 100%;
    table-layout: fixed; }
  @media (min-width: 769px) {
    .m_inline_form li {
      display: table-cell;
      padding-right: 10px;
      vertical-align: top; } }
  .lt-ie9 .m_inline_form li {
    display: table-cell;
    padding-right: 10px;
    vertical-align: top; }
  @media (min-width: 769px) {
    .m_inline_form li.has_or_text {
      padding-right: 45px;
      position: relative; } }
  .lt-ie9 .m_inline_form li.has_or_text {
    padding-right: 45px;
    position: relative; }
  @media (max-width: 768px) {
    .m_inline_form li.has_or_text {
      margin-bottom: 8px; } }
  .m_inline_form li:last-child {
    width: 100px;
    padding-right: 0; }
    @media (max-width: 600px) {
      .m_inline_form li:last-child {
        width: 100%; } }
  .m_inline_form li .or_text {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 769px) {
      .m_inline_form li .or_text {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -12px; } }
    .lt-ie9 .m_inline_form li .or_text {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -12px; }
    @media (max-width: 768px) {
      .m_inline_form li .or_text {
        padding-top: 10px;
        display: block; } }

.m_link_list li {
  width: 33.3%;
  float: left; }
  @media (max-width: 600px) {
    .m_link_list li {
      display: none; } }
  .m_link_list li a {
    border-bottom: 1px solid #cdcccc;
    color: #5a5a5a;
    display: block;
    font-weight: 400;
    margin: 0 12px;
    padding-right: 20px;
    padding: 12px 0;
    position: relative; }
    .m_link_list li a:before {
      font-size: 10px;
      font-size: 0.625rem;
      color: #e01b21;
      line-height: 1em;
      margin-top: -5px;
      position: absolute;
      right: 0px;
      top: 50%;
      -webkit-transition: right 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: right 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    .m_link_list li a:hover:before {
      right: -10px; }

.m_link_list_mobile {
  display: none;
  clear: both; }
  @media (max-width: 600px) {
    .m_link_list_mobile {
      display: block; } }

.map_container {
  position: relative; }
  @media (max-width: 768px) {
    .map_container {
      display: none; } }
  .lt-ie9 .map_container {
    display: none; }

.m_map {
  background: #d2d2d2;
  color: #fff;
  height: 560px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }
  .m_map svg * {
    -webkit-transform: translate3d(0);
            transform: translate3d(0); }
  .m_map svg + a {
    display: none !important; }
  .m_map .ammapDescriptionWindow {
    -webkit-box-shadow: 0 0 30px rgba(80, 80, 80, 0.1), 0 0 5px rgba(80, 80, 80, 0.2);
            box-shadow: 0 0 30px rgba(80, 80, 80, 0.1), 0 0 5px rgba(80, 80, 80, 0.2);
    min-width: 350px !important; }
    .m_map .ammapDescriptionWindow img {
      width: auto; }
  .m_map .ammapDescriptionText {
    overflow-x: hidden !important; }
  .m_map .ammapDescriptionTitle {
    display: none;
    padding: 20px 20px 0; }
  .m_map .amcharts-description-div .__map_list {
    padding-top: 20px; }
    .m_map .amcharts-description-div .__map_list li {
      display: block !important; }
    .m_map .amcharts-description-div .__map_list + .__more {
      display: none; }
    .m_map .amcharts-description-div .__map_list ~ .__link {
      display: block;
      padding-right: 0; }
  .m_map .__map_list {
    zoom: 1;
    padding: 25px 20px 5px;
    min-width: 320px; }
    .m_map .__map_list:before, .m_map .__map_list:after {
      content: "";
      display: table; }
    .m_map .__map_list:after {
      clear: both; }
    .m_map .__map_list li {
      float: left;
      width: 50%;
      max-width: 150px; }
      .m_map .__map_list li:nth-child(n+3) {
        display: none; }
      .m_map .__map_list li h3 {
        color: #a2a2a2;
        margin-bottom: 0; }
      .m_map .__map_list li p {
        margin-bottom: 0.8em; }
    .m_map .__map_list + .__more {
      border-top: 1px solid #cdcccc;
      padding: 20px 0 0;
      margin: 0 20px 20px;
      text-align: center;
      display: none; }
    .m_map .__map_list ~ .__link {
      margin: 0 auto 20px;
      text-align: center;
      padding: 0 20px;
      display: none; }
      .m_map .__map_list ~ .__link a {
        display: block; }

.m_map_simple {
  height: 400px;
  width: 100%; }

.m_message_box {
  background-color: #fff;
  border: 1px solid #cdcccc;
  margin: 25px 0;
  padding: 25px 80px 25px 25px;
  position: relative; }
  .m_message_box h2 {
    font-weight: 600;
    margin-bottom: .5em; }
  .m_message_box p {
    font-weight: 600;
    margin-bottom: 0; }
  .m_message_box i {
    font-size: 60px;
    position: absolute;
    top: 25px;
    right: 25px;
    line-height: 1em; }

.m_modal {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  max-width: 1200px;
  min-height: 400px;
  min-width: 310px;
  padding: 0;
  position: relative;
  width: 100%; }
  .m_modal .__content {
    zoom: 1;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px; }
    .m_modal .__content:before, .m_modal .__content:after {
      content: "";
      display: table; }
    .m_modal .__content:after {
      clear: both; }
    .m_modal .__content p {
      margin-bottom: 1em; }
    .m_modal .__content .__left_col {
      margin-top: 30px; }
      @media (min-width: 769px) {
        .m_modal .__content .__left_col {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%;
          border-right: 1px solid #cdcccc;
          padding: 0 50px 0 0; }
          .m_modal .__content .__left_col:last-child {
            margin-right: 0; } }
      .lt-ie9 .m_modal .__content .__left_col {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        border-right: 1px solid #cdcccc;
        padding: 0 50px 0 0; }
        .lt-ie9 .m_modal .__content .__left_col:last-child {
          margin-right: 0; }
    .m_modal .__content .__right_col {
      margin-top: 30px; }
      @media (min-width: 769px) {
        .m_modal .__content .__right_col {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%;
          padding: 0 20px 0; }
          .m_modal .__content .__right_col:last-child {
            margin-right: 0; } }
      .lt-ie9 .m_modal .__content .__right_col {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        padding: 0 20px 0; }
        .lt-ie9 .m_modal .__content .__right_col:last-child {
          margin-right: 0; }
  .m_modal .mfp-close {
    color: #e01b21;
    opacity: 1;
    right: 14px;
    top: 14px; }
    .m_modal .mfp-close i {
      font-size: 24px;
      font-size: 1.5rem; }

.mfp-close.is_outside {
  top: 20px;
  right: 20px; }

.m_nav {
  text-transform: none; }
  @media (min-width: 769px) {
    .m_nav {
      display: block !important; } }
  .lt-ie9 .m_nav {
    display: block !important; }
  @media (max-width: 768px) {
    .js .m_nav {
      display: none; }
    .m_nav.is_open {
      display: block; } }
  @media (max-width: 768px) {
    .m_nav .l_grid {
      padding: 0; } }
  .m_nav .l_grid > ul {
    letter-spacing: 0;
    width: 100%; }
    @media (min-width: 769px) {
      .m_nav .l_grid > ul {
        display: table; } }
    .lt-ie9 .m_nav .l_grid > ul {
      display: table; }
    .m_nav .l_grid > ul > li {
      position: relative;
      -webkit-transition: background-color 260ms ease-in-out;
              transition: background-color 260ms ease-in-out; }
      @media (min-width: 769px) {
        .m_nav .l_grid > ul > li {
          display: table-cell;
          text-align: center; } }
      .lt-ie9 .m_nav .l_grid > ul > li {
        display: table-cell;
        text-align: center; }
      @media (max-width: 768px) {
        .m_nav .l_grid > ul > li {
          border-bottom: 1px solid #494948; } }
      .m_nav .l_grid > ul > li:hover {
        background-color: #4b4b4a; }
        @media (min-width: 769px) {
          .m_nav .l_grid > ul > li:hover ul {
            opacity: 1;
            visibility: visible; } }
        .lt-ie9 .m_nav .l_grid > ul > li:hover ul {
          opacity: 1;
          visibility: visible; }
      .m_nav .l_grid > ul > li a {
        color: #fff !important;
        display: block;
        padding: 14px;
        text-decoration: none; }
        @media (max-width: 768px) {
          .m_nav .l_grid > ul > li a {
            padding: 16px 20px; } }
        .m_nav .l_grid > ul > li a .__desktop_arrow {
          font-size: 12px;
          font-size: 0.75rem;
          margin-left: 12px;
          display: inline-block; }
          @media (max-width: 768px) {
            .m_nav .l_grid > ul > li a .__desktop_arrow {
              display: none; } }
      .m_nav .l_grid > ul > li .__arrow {
        display: none; }
        @media (max-width: 768px) {
          .m_nav .l_grid > ul > li .__arrow {
            border-left: 1px solid #494948;
            display: block;
            height: 60px;
            position: absolute;
            right: 0;
            top: 0;
            width: 60px;
            color: #fff; }
            .m_nav .l_grid > ul > li .__arrow i {
              font-size: 20px;
              font-size: 1.25rem;
              -webkit-transition: -webkit-transform 300ms ease-in-out;
                      transition: transform 300ms ease-in-out;
              left: 50%;
              margin-left: -11px;
              margin-top: -13px;
              position: absolute;
              top: 50%;
              -webkit-transform: rotate(0);
                  -ms-transform: rotate(0);
                      transform: rotate(0); }
            .m_nav .l_grid > ul > li .__arrow.childnav_is_open i {
              -webkit-transform: rotate(180deg);
                  -ms-transform: rotate(180deg);
                      transform: rotate(180deg); } }
      .m_nav .l_grid > ul > li .__childnav {
        text-align: left;
        background-color: #343433; }
        @media (min-width: 769px) {
          .m_nav .l_grid > ul > li .__childnav {
            background-color: #fff;
            -webkit-box-shadow: 0 10px 20px rgba(100, 100, 100, 0.1), 0 2px 5px rgba(100, 100, 100, 0.1);
                    box-shadow: 0 10px 20px rgba(100, 100, 100, 0.1), 0 2px 5px rgba(100, 100, 100, 0.1);
            display: block !important;
            opacity: 0;
            position: absolute;
            z-index: 100;
            visibility: hidden;
            -webkit-transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out;
                    transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out; } }
  @media (min-width: 769px) and (min-width: 769px) {
    .csstransforms .m_nav .l_grid > ul > li .__childnav {
      left: 50% !important;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }
        @media (min-width: 769px) {
            .lt-ie9 .csstransforms .m_nav .l_grid > ul > li .__childnav {
              left: 50% !important;
              -webkit-transform: translate(-50%, 0);
                  -ms-transform: translate(-50%, 0);
                      transform: translate(-50%, 0); } }
        .lt-ie9 .m_nav .l_grid > ul > li .__childnav {
          background-color: #fff;
          -webkit-box-shadow: 0 10px 20px rgba(100, 100, 100, 0.1), 0 2px 5px rgba(100, 100, 100, 0.1);
                  box-shadow: 0 10px 20px rgba(100, 100, 100, 0.1), 0 2px 5px rgba(100, 100, 100, 0.1);
          display: block !important;
          opacity: 0;
          position: absolute;
          z-index: 100;
          visibility: hidden;
          -webkit-transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out;
                  transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out; }
          @media (min-width: 769px) {
            .csstransforms .lt-ie9 .m_nav .l_grid > ul > li .__childnav {
              left: 50% !important;
              -webkit-transform: translate(-50%, 0);
                  -ms-transform: translate(-50%, 0);
                      transform: translate(-50%, 0); } }
          .lt-ie9 .csstransforms .lt-ie9 .m_nav .l_grid > ul > li .__childnav {
            left: 50% !important;
            -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                    transform: translate(-50%, 0); }
        @media (max-width: 768px) {
          .js .m_nav .l_grid > ul > li .__childnav {
            display: none; }
          .m_nav .l_grid > ul > li .__childnav.is_open {
            display: block; } }
        .m_nav .l_grid > ul > li .__childnav:hover {
          left: 0; }
        .m_nav .l_grid > ul > li .__childnav li:last-child a {
          border-bottom: none; }
        .m_nav .l_grid > ul > li .__childnav li a {
          border-bottom: 1px solid #eee;
          color: #fff !important;
          display: block;
          padding: 12px 20px;
          white-space: nowrap; }
          @media (min-width: 769px) {
            .m_nav .l_grid > ul > li .__childnav li a {
              padding: 16px 30px;
              color: #5a5a5a !important; } }
          .lt-ie9 .m_nav .l_grid > ul > li .__childnav li a {
            padding: 16px 30px;
            color: #5a5a5a !important; }
          @media (max-width: 768px) {
            .m_nav .l_grid > ul > li .__childnav li a {
              border-bottom-color: #3c3c3b; } }
          .m_nav .l_grid > ul > li .__childnav li a:hover {
            background-color: #e01b21;
            color: #fff !important; }

.m_notification {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  background-color: #f9cecf;
  border: 1px solid #e01b21;
  color: #e01b21;
  padding: 22px;
  margin-bottom: 25px;
  text-align: center; }
  .m_notification.is_error {
    background-color: #f9cecf;
    border: 1px solid #e01b21;
    color: #e01b21; }
  .m_notification.is_success {
    background-color: #dff0d8;
    border: 1px solid #4cae4c;
    color: #4cae4c; }

.m_page_heading {
  background-color: #f5f5f5;
  text-align: center;
  padding: 75px; }
  .m_page_heading h1, .m_page_heading h2 {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .m_page_heading {
      font-size: 20px;
      font-size: 1.25rem;
      padding: 25px; } }

.m_pagination {
  clear: both;
  float: left;
  margin: 25px 0;
  text-align: center;
  width: 100%; }
  .m_pagination li {
    background-color: #f5f5f5;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px; }
    .m_pagination li.__prev_next a {
      border: 1px solid #e01b21;
      background-color: #e01b21;
      color: #fff; }
    .m_pagination li a, .m_pagination li b {
      font-size: 16px;
      font-size: 1rem;
      border-top: 1px solid #cdcccc;
      border-bottom: 1px solid #cdcccc;
      color: #5a5a5a;
      display: block;
      font-weight: normal;
      padding: 18px;
      height: 60px;
      width: 60px;
      text-align: center; }
    .m_pagination li b {
      border: 1px solid #e01b21;
      background-color: #e01b21;
      color: #fff; }
    .m_pagination li a {
      text-decoration: none; }
      .m_pagination li a:hover {
        border: 1px solid #e01b21;
        background-color: #e01b21;
        color: #fff; }

.m_pullout {
  border: 4px solid #e01b21;
  margin-bottom: 50px;
  margin-top: 0;
  padding: 30px 30px 30px 0;
  position: relative; }
  .m_pullout .__content {
    background-color: #fff;
    padding: 20px;
    position: relative;
    left: -25px;
    font-style: italic; }
  .m_pullout ul {
    margin-bottom: 0 !important; }
    .m_pullout ul li {
      border: none;
      padding-left: 0 !important; }
      .m_pullout ul li:last-child {
        margin-bottom: 0; }
      .m_pullout ul li:before {
        display: none !important; }

.m_section_intro p {
  margin: 0 auto 60px;
  max-width: 600px;
  text-align: center;
  line-height: 1.2em; }
  @media (max-width: 768px) {
    .m_section_intro p {
      margin-bottom: 25px; } }

.m_section_intro.no_bottom_margin p {
  margin: 0 auto; }

.m_side_nav {
  border: 1px solid #cdcccc;
  margin-bottom: 25px; }
  .m_side_nav li {
    border-bottom: 1px solid #cdcccc; }
    @media (max-width: 600px) {
      .m_side_nav li {
        font-size: 16px;
        font-size: 1rem; } }
    .m_side_nav li:last-child {
      border-bottom: none; }
    .m_side_nav li.is_current a, .m_side_nav li:hover a {
      background-color: #e01b21;
      color: #fff; }
    .m_side_nav li a {
      color: #5a5a5a;
      display: block;
      font-weight: normal;
      padding: 15px 20px;
      text-decoration: none; }

.m_side_panel {
  color: #fff; }
  .m_side_panel .__head {
    padding: 20px 25px;
    background-color: #3c3c3b; }
    .m_side_panel .__head h2 {
      font-weight: 500; }
    .m_side_panel .__head * {
      margin: 0; }
  .m_side_panel .__content {
    padding: 25px;
    background-color: #5a5a5a; }
    .m_side_panel .__content h3 {
      font-weight: 600;
      margin-bottom: 0; }
    .m_side_panel .__content h4 {
      font-weight: 600;
      margin-bottom: 0; }
    .m_side_panel .__content p {
      margin-bottom: 1.4em; }
    .m_side_panel .__content a {
      color: #fff;
      text-decoration: underline; }
      .m_side_panel .__content a:hover {
        text-decoration: none; }

@media (max-width: 400px) {
  .m_sitemap {
    padding: 0 20px; } }

.m_sitemap a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #5a5a5a;
  display: block;
  line-height: 1.6;
  padding: 3px 0;
  text-decoration: none; }
  .m_sitemap a:hover, .m_sitemap a:focus {
    color: #e01b21;
    text-decoration: underline; }
  @media (max-width: 600px) {
    .m_sitemap a {
      font-size: 16px;
      font-size: 1rem; } }
  @media (max-width: 400px) {
    .m_sitemap a {
      font-size: 14px;
      font-size: 0.875rem; } }

.m_sitemap > ul > li > a {
  font-weight: bold;
  padding: 10px 0; }

.m_sitemap > ul > li:first-child > a {
  padding-top: 0; }

.m_sitemap ul {
  border-left: 1px solid #cdcccc;
  margin-left: 20px; }
  .m_sitemap ul li a {
    position: relative;
    padding-left: 20px; }
    .m_sitemap ul li a:before {
      border-top: 1px solid #cdcccc;
      content: "";
      display: inline-block;
      left: 0;
      line-height: 1;
      position: absolute;
      top: 50%;
      width: 10px; }
      @media (max-width: 600px) {
        .m_sitemap ul li a:before {
          top: 0.75em; } }

.m_sitemap > ul {
  margin-left: 0; }

.m_slider_nav {
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%; }
  .m_slider_nav ul {
    padding: 0 50px;
    text-align: center;
    text-transform: uppercase; }
    .m_slider_nav ul li {
      width: 20%;
      text-align: center;
      float: left; }
      .m_slider_nav ul li a {
        margin-right: 1px;
        color: #5a5a5a;
        background-color: #f5f5f5;
        display: block;
        padding: 14px 12px;
        text-decoration: none; }
        .m_slider_nav ul li a.is_active, .m_slider_nav ul li a:hover {
          background-color: #e01b21;
          color: #fff; }
        @media (max-width: 960px) {
          .m_slider_nav ul li a {
            font-size: 13px;
            font-size: 0.8125rem; } }
  .m_slider_nav .flickity-prev-next-button {
    background-color: #e01b21;
    -webkit-border-radius: 0;
            border-radius: 0;
    width: 52px;
    height: 52px; }
    .m_slider_nav .flickity-prev-next-button.previous {
      left: 0;
      border-right: 1px solid #fff; }
    .m_slider_nav .flickity-prev-next-button.next {
      right: 0;
      border-left: 1px solid #fff; }
    .m_slider_nav .flickity-prev-next-button svg {
      width: 50%;
      height: 50%;
      top: 25%;
      left: 25%; }
      .m_slider_nav .flickity-prev-next-button svg path {
        fill: #fff; }

@media (max-width: 768px) {
  .m_slideshow:after {
    content: "Swipe to see more";
    display: block;
    font-weight: 600;
    padding-top: 20px;
    position: relative;
    text-align: center;
    width: 100%; } }

.m_slideshow .__item {
  width: 80%;
  margin: 0 10px; }
  @media (min-width: 769px) {
    .m_slideshow .__item {
      width: 33.3%;
      padding: 12px;
      float: left;
      margin: 0; }
      .m_slideshow .__item:nth-child(3) {
        margin-right: 0;
        float: right; } }
  .lt-ie9 .m_slideshow .__item {
    width: 33.3%;
    padding: 12px;
    float: left;
    margin: 0; }
    .lt-ie9 .m_slideshow .__item:nth-child(3) {
      margin-right: 0;
      float: right; }

.m_slideshow .flickity-prev-next-button {
  background-color: #e01b21;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #fff;
  height: 50px;
  width: 50px;
  z-index: 100; }
  .m_slideshow .flickity-prev-next-button:hover {
    background-color: #aa090e; }
  @media (max-width: 768px) {
    .m_slideshow .flickity-prev-next-button {
      display: none; } }
  .m_slideshow .flickity-prev-next-button.previous {
    left: -60px; }
    @media (max-width: 1400px) {
      .m_slideshow .flickity-prev-next-button.previous {
        left: -18px; } }
  .m_slideshow .flickity-prev-next-button.next {
    right: -60px; }
    @media (max-width: 1400px) {
      .m_slideshow .flickity-prev-next-button.next {
        right: -18px; } }
  .m_slideshow .flickity-prev-next-button svg {
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%; }
    .m_slideshow .flickity-prev-next-button svg path {
      fill: #fff; }

.m_social {
  font-size: 28px;
  font-size: 1.75rem;
  float: left;
  margin-top: 40px; }
  @media (max-width: 960px) {
    .m_social {
      margin-bottom: 20px; } }
  .m_cta_quote .m_social {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 0; }
  .m_social li {
    display: inline-block;
    vertical-align: middle; }
    .m_social li:hover a {
      color: #3c3c3b; }
    .m_social li h2 {
      margin: 0 10px 0 0; }
    .m_social li.facebook:hover a {
      color: #305fb3; }
    .m_social li.linkedin:hover a {
      color: #036487; }
    .m_social li.twitter:hover a {
      color: #2caae1; }
    .m_social li.mail:hover a {
      color: #e01b21; }
    .m_social li a {
      color: #5a5a5a;
      text-decoration: none; }

.m_split_panel {
  zoom: 1;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .m_split_panel:before, .m_split_panel:after {
    content: "";
    display: table; }
  .m_split_panel:after {
    clear: both; }
  .m_split_panel .__left_col {
    margin-top: 30px; }
    @media (min-width: 600px) {
      .m_split_panel .__left_col {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        padding: 0 50px 0 0;
        border-right: 1px solid #cdcccc; }
        .m_split_panel .__left_col:last-child {
          margin-right: 0; } }
  .m_split_panel .__right_col {
    margin-top: 30px; }
    @media (min-width: 600px) {
      .m_split_panel .__right_col {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        padding: 0 20px 0; }
        .m_split_panel .__right_col:last-child {
          margin-right: 0; } }

.m_tab_panel {
  background-color: #f5f5f5;
  border: 1px solid #cdcccc;
  margin-top: 10px;
  min-height: 400px;
  position: relative; }
  @media (min-width: 769px) {
    .m_tab_panel {
      padding-top: 100px; } }
  .lt-ie9 .m_tab_panel {
    padding-top: 100px; }
  @media (min-width: 769px) {
    .is_video_player .m_tab_panel {
      padding-top: 0px; } }
  .lt-ie9 .is_video_player .m_tab_panel {
    padding-top: 0px; }
  .is_video_player .m_tab_panel .m_wysiwyg figure,
  .is_video_player .m_tab_panel .m_wysiwyg img {
    margin-bottom: 0; }
  .m_tab_panel > h2 {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #cdcccc;
    color: #5a5a5a;
    display: block;
    letter-spacing: 0.05em;
    outline: none;
    padding: 30px 60px 20px 30px;
    height: 100px;
    text-decoration: none;
    width: 33.33%;
    z-index: 10;
    border-right: 1px solid #cdcccc; }
    @media (max-width: 768px) {
      .m_tab_panel > h2 {
        display: none; } }
  @media (max-width: 768px) {
    .m_tab_panel {
      min-height: 0 !important; } }
  .m_tab_panel:after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    top: 0;
    position: absolute;
    width: 33.33%;
    border-right: 1px solid #cdcccc; }
    .no-js .m_tab_panel:after {
      display: none; }
    @media (max-width: 768px) {
      .m_tab_panel:after {
        display: none; } }
  .m_tab_panel .__list > li {
    display: block; }
    @media (min-width: 769px) {
      .m_tab_panel .__list > li:last-child .__tab_head {
        border-bottom: none; } }
    .lt-ie9 .m_tab_panel .__list > li:last-child .__tab_head {
      border-bottom: none; }
    .no-js .m_tab_panel .__list > li {
      zoom: 1; }
      .no-js .m_tab_panel .__list > li:before, .no-js .m_tab_panel .__list > li:after {
        content: "";
        display: table; }
      .no-js .m_tab_panel .__list > li:after {
        clear: both; }
    .m_tab_panel .__list > li .__tab_head {
      background: #fff;
      border-bottom: 1px solid #cdcccc;
      clear: left;
      color: #5a5a5a;
      cursor: pointer;
      display: block;
      float: left;
      font-size: 1em;
      letter-spacing: 0.05em;
      outline: none;
      padding: 20px 60px 20px 30px;
      position: relative;
      text-decoration: none;
      width: 33.33%;
      z-index: 110;
      border-right: 1px solid #cdcccc; }
      .m_tab_panel .__list > li .__tab_head:focus {
        outline: 1px dotted #a2a2a2; }
      .m_tab_panel .__list > li .__tab_head:before {
        color: #e01b21;
        display: block;
        font-size: 0.875em;
        margin-top: -10px;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transition: -webkit-transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        display: none; }
        @media (max-width: 768px) {
          .m_tab_panel .__list > li .__tab_head:before {
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
            display: block; } }
      .m_tab_panel .__list > li .__tab_head:after {
        height: 0;
        width: 0;
        border-bottom: 11px solid transparent;
        border-left: 11px solid #e01b21;
        border-top: 11px solid transparent;
        content: "";
        margin-top: -10px;
        position: absolute;
        left: 90%;
        top: 50%;
        -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
        display: none;
        z-index: -1; }
        @media (max-width: 768px) {
          .m_tab_panel .__list > li .__tab_head:after {
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                    transform: rotate(90deg); } }
      .m_tab_panel .__list > li .__tab_head:hover {
        color: #fff;
        background: #e01b21;
        border-color: #e01b21; }
      .no-js .m_tab_panel .__list > li .__tab_head {
        width: 100%; }
      @media (max-width: 768px) {
        .m_tab_panel .__list > li .__tab_head {
          padding: 20px 60px 20px 20px;
          width: 100%;
          border-left: 1px solid #cdcccc; } }
    .m_tab_panel .__list > li .__panel {
      left: 33.33%;
      padding: 40px;
      position: absolute;
      top: 0;
      -webkit-transform: translateY(15px);
          -ms-transform: translateY(15px);
              transform: translateY(15px);
      -webkit-transition: -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      .is_video_player .m_tab_panel .__list > li .__panel {
        width: 66.66%; }
        @media (max-width: 768px) {
          .is_video_player .m_tab_panel .__list > li .__panel {
            width: 100%; } }
        @media (max-width: 960px) {
          .is_video_player .m_tab_panel .__list > li .__panel .__content {
            margin-bottom: 0; } }
      .no-js .m_tab_panel .__list > li .__panel {
        float: left;
        left: 0;
        position: relative;
        width: 100%; }
      .js .m_tab_panel .__list > li .__panel {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        /* IE 5-7 */
        filter: alpha(opacity=0);
        /* Netscape */
        -moz-opacity: 0;
        /* Safari 1.x */
        -khtml-opacity: 0;
        /* Good browsers */
        opacity: 0; }
      @media (max-width: 768px) {
        .m_tab_panel .__list > li .__panel {
          background: #fff;
          float: left;
          opacity: 1;
          padding: 20px;
          position: static;
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0);
          width: 100%; }
          .js .m_tab_panel .__list > li .__panel {
            display: none; } }
      .m_tab_panel .__list > li .__panel .__img {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin-right: 0;
        float: right;
        margin: 0; }
        .m_tab_panel .__list > li .__panel .__img:last-child {
          margin-right: 0; }
        .m_tab_panel .__list > li .__panel .__img img {
          display: block;
          width: 100%;
          height: auto; }
        @media (max-width: 960px) {
          .m_tab_panel .__list > li .__panel .__img {
            width: 100%; } }
      .m_tab_panel .__list > li .__panel .__container {
        zoom: 1;
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto; }
        .m_tab_panel .__list > li .__panel .__container:before, .m_tab_panel .__list > li .__panel .__container:after {
          content: "";
          display: table; }
        .m_tab_panel .__list > li .__panel .__container:after {
          clear: both; }
      @media (max-width: 960px) {
        .m_tab_panel .__list > li .__panel .__content {
          margin-bottom: 30px;
          width: 100%; } }
      .m_tab_panel .__list > li .__panel .__head {
        font-weight: 400;
        margin-bottom: 0.8333333333em; }
    .m_tab_panel .__list > li.is_active .__tab_head {
      background: #e01b21;
      color: #fff; }
      @media (max-width: 768px) {
        .m_tab_panel .__list > li.is_active .__tab_head {
          background: #e01b21;
          border-color: #e01b21;
          color: #fff; }
          .m_tab_panel .__list > li.is_active .__tab_head:hover {
            background: #e01b21;
            border-color: #e01b21; } }
      .m_tab_panel .__list > li.is_active .__tab_head:before {
        color: #e01b21;
        display: none; }
        @media (max-width: 768px) {
          .m_tab_panel .__list > li.is_active .__tab_head:before {
            display: block;
            color: #fff;
            -webkit-transform: rotate(270deg);
                -ms-transform: rotate(270deg);
                    transform: rotate(270deg); } }
      .m_tab_panel .__list > li.is_active .__tab_head:after {
        left: 100%;
        display: block; }
        @media (max-width: 768px) {
          .m_tab_panel .__list > li.is_active .__tab_head:after {
            display: none; } }
    .m_tab_panel .__list > li.is_active .__panel {
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      /* IE 5-7 */
      filter: alpha(opacity=100);
      /* Netscape */
      -moz-opacity: 1;
      /* Safari 1.x */
      -khtml-opacity: 1;
      /* Good browsers */
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: -webkit-transform 1s 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 750ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 1s 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 750ms 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
      pointer-events: auto;
      z-index: 100; }
      @media (max-width: 768px) {
        .m_tab_panel .__list > li.is_active .__panel {
          border-left: 1px solid #cdcccc;
          border-right: 1px solid #cdcccc; } }

.m_tabs {
  position: relative;
  -webkit-transition: all 1000ms ease-in-out;
          transition: all 1000ms ease-in-out; }
  .m_tabs .flickity-viewport {
    overflow-y: visible !important;
    overflow-x: hidden; }
    .lt-ie10 .m_tabs .flickity-viewport {
      min-height: 500px; }
  .m_tabs .__nav {
    margin-bottom: 35px;
    margin-top: -90px;
    position: relative;
    text-align: center; }
    @media (max-width: 600px) {
      .m_tabs .__nav {
        font-size: 13px;
        font-size: 0.8125rem; } }
    .m_tabs .__nav li {
      display: inline-block;
      margin-right: -6px;
      position: relative;
      border: 1px solid #cdcccc; }
      .m_tabs .__nav li:after {
        height: 0;
        width: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 14px solid #e01b21;
        content: "";
        display: block;
        left: 50%;
        margin-left: -14px;
        margin-top: -20px;
        position: absolute;
        top: 100%;
        -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out; }
      .m_tabs .__nav li.is_current a {
        background-color: #e01b21;
        color: #fff; }
      .m_tabs .__nav li.is_current:after {
        margin-top: -1px; }
      .m_tabs .__nav li a {
        color: #5a5a5a;
        background-color: #fff;
        display: block;
        padding: 20px 40px;
        z-index: 10;
        position: relative; }
        @media (max-width: 600px) {
          .m_tabs .__nav li a {
            padding: 15px 8px; } }
  .m_tabs .__tabbed_content {
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    .m_tabs .__tabbed_content.is_hidden {
      visibility: hidden;
      position: absolute;
      opacity: 0;
      top: 7px; }
      @media (min-width: 769px) {
        .m_tabs .__tabbed_content.is_hidden {
          right: 30px;
          left: 30px; } }
      .lt-ie9 .m_tabs .__tabbed_content.is_hidden {
        right: 30px;
        left: 30px; }
      @media (max-width: 768px) {
        .m_tabs .__tabbed_content.is_hidden {
          width: 100%; } }
    .m_tabs .__tabbed_content.is_current {
      visibility: visible;
      opacity: 1; }

.m_tabs_nav {
  margin-bottom: 35px;
  margin-top: -90px;
  position: relative;
  text-align: center; }
  .m_tabs_nav li {
    display: inline-block;
    margin-right: -6px;
    position: relative;
    border: 1px solid #cdcccc; }
    .m_tabs_nav li:after {
      height: 0;
      width: 0;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top: 14px solid #e01b21;
      -webkit-transition: all 300ms ease-in-out;
              transition: all 300ms ease-in-out;
      display: block;
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-top: -20px;
      margin-left: -14px; }
    .m_tabs_nav li.is_current a {
      background-color: #e01b21;
      color: #fff; }
    .m_tabs_nav li.is_current:after {
      margin-top: -1px; }
    .m_tabs_nav li a {
      color: #5a5a5a;
      background-color: #fff;
      display: block;
      padding: 20px 40px;
      z-index: 10;
      position: relative; }

.m_totals {
  background-color: #f5f5f5;
  font-weight: 600; }
  .m_totals tr {
    border: none; }
    .m_totals tr:first-child td {
      padding-bottom: 4px; }
    .m_totals tr.__total td {
      border-top: none;
      padding-top: 0; }

.m_video_modal {
  display: block;
  position: relative; }
  .m_video_modal .__play_icon {
    font-size: 90px;
    font-size: 5.625rem;
    color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -50px;
    z-index: 10;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
    @media (max-width: 600px) {
      .m_video_modal .__play_icon {
        font-size: 50px;
        font-size: 3.125rem;
        margin-left: -25px;
        margin-top: -30px; } }
  .m_video_modal:hover:before {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }

.m_wysiwyg p {
  margin-bottom: 1em; }

.m_wysiwyg strong {
  font-weight: 600; }

.m_wysiwyg figure {
  position: relative;
  margin-bottom: 3.125em; }
  @media (max-width: 768px) {
    .m_wysiwyg figure {
      margin-bottom: 1.25em; } }
  .m_wysiwyg figure img {
    display: block;
    width: 100%;
    height: auto; }
  .m_wysiwyg figure figcaption {
    background-color: #f5f5f5;
    bottom: 0;
    border: 1px solid #cdcccc;
    display: block;
    left: 0;
    padding: 15px 18px;
    position: relative;
    width: 100%; }
  .m_wysiwyg figure.is_right {
    float: right;
    margin-left: 1.5em;
    width: 50%; }
  .m_wysiwyg figure.is_left {
    float: left;
    margin-right: 1.5em;
    width: 50%; }
  @media (max-width: 600px) {
    .m_wysiwyg figure.is_right, .m_wysiwyg figure.is_left {
      float: none;
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }

/* . PRINT . */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  .class_name {
    display: none !important; }
  .class_name {
    display: block !important; }
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
