/*************************************************

      This file was generated from Sass files by Carter Digital and should NOT be edited directly. Use the custom-override.css file for styles

*************************************************/

/* Sass/Compass files - SMACSS (Scalable and Modular Architecture for CSS) approach used - http://smacss.com/ - basically, modularising the styles */
ul.page_header_nav, ul.page_header_secondary_nav, .page_footer, .tabbed_nav.tabbed_nav_3_items, .block_nav.tabbed_nav_3_items, .map .map_key, .clearfix {
  zoom: 1;
}
ul.page_header_nav:before, ul.page_header_secondary_nav:before, .page_footer:before, .tabbed_nav.tabbed_nav_3_items:before, .block_nav.tabbed_nav_3_items:before, .map .map_key:before, ul.page_header_nav:after, ul.page_header_secondary_nav:after, .page_footer:after, .tabbed_nav.tabbed_nav_3_items:after, .block_nav.tabbed_nav_3_items:after, .map .map_key:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
ul.page_header_nav:after, ul.page_header_secondary_nav:after, .page_footer:after, .tabbed_nav.tabbed_nav_3_items:after, .block_nav.tabbed_nav_3_items:after, .map .map_key:after, .clearfix:after {
  clear: both;
}

.l_inline_list, form ol, .parsley-errors-list, #mce-responses, .list, .list_numbered, .tab_panel ol, .wysiwyg ul, .tab_panel ul, .content_list, .reset_list, .partners_list, .special_list, .summary_list, .page_header ul, .tabbed_nav, .block_nav, .side_nav, .side_nav li ul, .features ul, .iosSlider_main > ul, .slider_nav ul, .iosSlider_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: .8em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  padding-bottom: 1em;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dppx) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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 {
    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;
  }
}
/* how to use bleed mixin
	span gutters
	#header { @include bleed; }
	#nav { @include bleed($sides: left); }
	#main { @include bleed($sides: right); }
	#footer { @include bleed(space(3)); }
*/
.l_grid {
  min-width: 300px;
  *zoom: 1;
  max-width: 1247px;
  _width: 1247px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  -webkit-background-origin: content;
  -moz-background-origin: content;
  -ms-background-origin: content-box;
  -o-background-origin: content-box;
  background-origin: content-box;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
}
.l_grid:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1280px) {
  .l_grid {
    max-width: 1247px;
  }
}
@media (max-width: 768px) {
  .l_grid {
    max-width: 823px;
  }
}
@media (max-width: 600px) {
  .l_grid {
    max-width: 505px;
  }
}
@media (min-width: 1280px) {
  .l_grid {
    -webkit-background-origin: content;
    -moz-background-origin: content;
    -ms-background-origin: content-box;
    -o-background-origin: content-box;
    background-origin: content-box;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
  }
}
@media (max-width: 768px) {
  .l_grid {
    -webkit-background-origin: content;
    -moz-background-origin: content;
    -ms-background-origin: content-box;
    -o-background-origin: content-box;
    background-origin: content-box;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
  }
}
@media (max-width: 600px) {
  .l_grid {
    -webkit-background-origin: content;
    -moz-background-origin: content;
    -ms-background-origin: content-box;
    -o-background-origin: content-box;
    background-origin: content-box;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .l_grid {
    max-width: 505px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .l_grid:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 768px) {
  .l_grid.no_grid_padding_on_tablet {
    padding-left: 0;
    padding-right: 0;
  }
}

.font_type_1, .ui_section .ui_heading_main, .title_header h1 {
  font-size: 3.2em;
  line-height: 1.125em;
  letter-spacing: -0.025em;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
  color: #121212;
  clear: both;
  margin-bottom: .5em;
}
@media (max-width: 768px) {
  .font_type_1, .ui_section .ui_heading_main, .title_header h1 {
    font-size: 35px !important;
  }
}

.font_type_2 {
  font-size: 2em;
  line-height: 1.066em;
  color: #b9b9b9;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
}

.font_type_3 {
  font-size: 1.6em;
  line-height: 1.333em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.font_type_4, .panel_intro, .tab_panel h2, .tab_panel h3 {
  font-size: 1.33333em;
  line-height: 1.4em;
  font-weight: 400;
}

.font_type_5, .summary .summary_content h2, .summary .summary_content h3, .tab_panel blockquote h2 {
  font-size: 1.06667em;
  line-height: 1.25em;
  font-weight: 600;
  color: #ff9302;
  text-transform: uppercase;
}
.font_type_5 a, .summary .summary_content h2 a, .summary .summary_content h3 a, .tab_panel blockquote h2 a {
  color: #ff9302;
}

.font_type_5_alt {
  font-size: 1.06667em;
  line-height: 1.25em;
  font-weight: 600;
  color: inherit;
  text-transform: uppercase;
}

.font_type_6, .ui_section > h3 {
  font-size: 0.93333em;
  line-height: 1.222em;
  color: #b9b9b9;
  font-weight: 600;
  letter-spacing: .1em;
}

.font_type_7, .ui_section .ui_heading, .summary .summary_content h4, .side_nav, .slider_nav .slider_nav_item span, .select_alt + .FYDropdown dt > a {
  font-size: 0.8em;
  line-height: 1.166em;
  text-transform: uppercase;
  font-weight: 600;
}

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

[class^="i_"], [class*=" i_"] {
  font-family: 'aarnet';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i_server:before {
  content: "\e608";
}

.i_cloud:before {
  content: "\e609";
}

.i_line-arrow-left:before {
  content: "\e612";
}

.i_line-arrow:before {
  content: "\e611";
}

.i_aarnet-logo:before {
  content: "\e600";
}

.i_phone:before {
  content: "\e601";
}

.i_mail:before {
  content: "\e602";
}

.i_users:before {
  content: "\e613";
}

.i_search:before {
  content: "\e60e";
}

.i_lock:before {
  content: "\e60f";
}

.i_list:before {
  content: "\e610";
}

.i_record:before {
  content: "\e603";
}

.i_arrow-left:before {
  content: "\e604";
}

.i_arrow-down:before {
  content: "\e605";
}

.i_arrow-up:before {
  content: "\e606";
}

.i_arrow-right:before {
  content: "\e607";
}

.i_twitter:before {
  content: "\e60a";
}

.i_facebook:before {
  content: "\e60b";
}

.i_linkedin:before {
  content: "\e60c";
}

.i_cloud-download:before {
  content: "\f0ed";
}

.i_play:before {
  content: "\e60d";
}

.l_relative {
  position: relative;
}

@media (max-width: 768px) {
  .l_relative_on_tablet {
    position: relative;
  }
}

.l_float_left {
  float: left;
}

.l_float_right {
  float: right;
}

.l_align_right {
  text-align: right;
}

.l_img_left {
  float: left;
  margin: 0 25px 25px 0;
}

.l_img_right {
  float: right;
  margin: 0 0 25px 25px;
}

.l_clear {
  clear: both;
}

.l_fixed_col {
  margin: 0 auto;
  width: 960px;
  padding: 0 25px;
}

.l_span_1 {
  width: 6.49559%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
}
@media (max-width: 768px) {
  .l_span_1 {
    width: 100%;
    float: left;
    margin-right: 3.03767%;
  }
}

.l_span_2 {
  width: 14.99599%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
}
@media (max-width: 768px) {
  .l_span_2 {
    width: 100%;
    float: left;
    margin-right: 3.03767%;
  }
}

.l_span_3 {
  width: 23.49639%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
}
@media (max-width: 768px) {
  .l_span_3 {
    width: 100%;
    float: left;
    margin-right: 3.03767%;
  }
}

.l_span_4 {
  width: 31.99679%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
}
@media (max-width: 768px) {
  .l_span_4 {
    width: 100%;
    float: left;
    margin-right: 3.03767%;
  }
}

.l_span_5 {
  width: 40.49719%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
}
@media (max-width: 768px) {
  .l_span_5 {
    width: 100%;
    float: left;
    margin-right: 3.03767%;
  }
}

.l_span_6 {
  width: 48.99759%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
}
@media (max-width: 768px) {
  .l_span_6 {
    width: 100%;
    float: left;
    margin-right: 3.03767%;
  }
}

.l_span_7 {
  width: 57.498%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
}
@media (max-width: 768px) {
  .l_span_7 {
    width: 100%;
    float: left;
    margin-right: 3.03767%;
  }
}

.l_span_8 {
  width: 65.9984%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
}
@media (max-width: 768px) {
  .l_span_8 {
    width: 100%;
    float: left;
    margin-right: 3.03767%;
  }
}

.l_span_9 {
  width: 74.4988%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
}
@media (max-width: 768px) {
  .l_span_9 {
    width: 100%;
    float: left;
    margin-right: 3.03767%;
  }
}

.l_span_10 {
  width: 82.9992%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
}
@media (max-width: 768px) {
  .l_span_10 {
    width: 100%;
    float: left;
    margin-right: 3.03767%;
  }
}

.l_span_11 {
  width: 91.4996%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
}
@media (max-width: 768px) {
  .l_span_11 {
    width: 100%;
    float: left;
    margin-right: 3.03767%;
  }
}

.l_span_12 {
  width: 100%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
}
@media (max-width: 768px) {
  .l_span_12 {
    width: 100%;
    float: left;
    margin-right: 3.03767%;
  }
}

.l_half {
  width: 48.99759%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
}
@media (max-width: 768px) {
  .l_half {
    width: 100%;
    float: left;
    margin-right: 3.03767%;
  }
  .l_half:first-child {
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .l_half {
    width: 100%;
    float: left;
    margin-right: 4.9505%;
  }
}
.l_half img {
  min-width: 100%;
  max-width: 100%;
}

.l_top_margin {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .l_top_margin {
    margin-top: 25px;
  }
}

.l_top_padding {
  padding-top: 25px;
  clear: both;
}

.l_bottom_margin {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .l_bottom_margin {
    margin-bottom: 25px;
  }
}

.l_centered {
  text-align: center;
}

.l_no_top_margin {
  margin-top: 0 !important;
}

.l_no_bottom_margin {
  margin-bottom: 0 !important;
}

.l_no_bottom_padding {
  padding-bottom: 0 !important;
}

.l_no_top_padding {
  padding-top: 0 !important;
}

.l_push_1 {
  margin-left: 8.5004%;
}

.l_push_2 {
  margin-left: 17.0008%;
}

.l_bleed_left {
  margin-left: -25px;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .l_bleed_left {
    margin-left: -15px;
    padding-left: 15px;
  }
}

.l_bleed_right {
  margin-right: -25px;
  padding-right: 25px;
}
@media (max-width: 768px) {
  .l_bleed_right {
    margin-right: -15px;
    padding-right: 15px;
  }
}

#l_ui_container {
  width: 100%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
}

.l_inline_list li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: -4px;
}

.l_panel {
  clear: both;
  padding: 40px 0;
}
.l_panel *:first-child {
  margin-top: 0;
}
.l_panel *:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .l_panel {
    padding: 35px 0;
  }
}
@media (max-width: 768px) {
  .l_panel {
    padding: 25px 0;
  }
}
@media (max-width: 768px) {
  .l_panel > .l_grid .l_omega {
    margin-top: 25px;
  }
  .l_panel > .l_grid form li.l_omega {
    margin-top: 0;
  }
}

.l_around_center_img {
  width: 100%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
}
.l_around_center_img li {
  width: 23.49639%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
}
.l_around_center_img li:nth-child(2n) {
  float: right;
  margin-right: 0;
  *margin-left: -25px;
  display: inline;
  margin-left: 17.0008%;
}

.l_omega {
  float: right;
  margin-right: 0;
  *margin-left: -25px;
  display: inline;
}

.l_text_align_right {
  text-align: right;
}

.l_social_list li {
  margin-right: 5px;
}

.l_nudge_right {
  margin-left: 25px;
  margin-right: 0;
}

.l_full_width_image {
  max-width: 100%;
  min-width: 100%;
}

.l_split_content {
  -webkit-columns: 20em 2;
  -moz-columns: 20em 2;
  -ms-columns: 20em 2;
  -o-columns: 20em 2;
  columns: 20em 2;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  -ms-column-gap: 25px;
  -o-column-gap: 25px;
  column-gap: 25px;
}

.l_float_img_left {
  float: left;
  margin: 0 20px 20px 0 !important;
}

.l_float_img_right {
  float: right;
  margin: 0 0 20px 20px !important;
}

.border_top {
  border-top: 1px solid #ececec;
}

.l_slim_content {
  width: 65.9984%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
  margin-left: 17.0008%;
}
@media (max-width: 1024px) {
  .l_slim_content {
    width: 100%;
    float: left;
    margin-right: 2.00481%;
    margin-left: 0%;
  }
}

.l_book_event {
  margin-top: -15px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .l_book_event {
    margin-bottom: 25px;
    margin-top: 0;
  }
}

.l_clear {
  clear: both;
}

.l_top_right_link {
  position: absolute !important;
  top: 0;
  right: 25px;
}
@media (max-width: 600px) {
  .l_top_right_link {
    position: relative !important;
    margin-bottom: 14px;
    right: auto;
    top: auto;
  }
}

.l_side_button_box {
  margin: 0 -25px 0 0;
  display: none;
}
@media (max-width: 768px) {
  .l_side_button_box {
    margin-right: 0;
  }
}

.l_radio_holder {
  margin-bottom: 1em;
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a, button, .btn {
  -webkit-transition-property: background-color, color, opacity, border, border-color, background-position, outline, box-shadow, border-bottom;
  -moz-transition-property: background-color, color, opacity, border, border-color, background-position, outline, box-shadow, border-bottom;
  -o-transition-property: background-color, color, opacity, border, border-color, background-position, outline, box-shadow, border-bottom;
  transition-property: background-color, color, opacity, border, border-color, background-position, outline, box-shadow, border-bottom;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a {
  color: #121212;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

html {
  background-color: #f7f7f7;
  overflow-x: hidden;
}

body {
  color: #121212;
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.4em;
  min-width: 320px;
  overflow-x: hidden;
  max-width: 100%;
}
.lt-ie9 body {
  min-width: 1000px;
}

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

.hide_on_tablet {
  display: block;
}
@media (max-width: 768px) {
  .hide_on_tablet {
    display: none !important;
  }
}

h1 a, h2 a, h3 a {
  text-decoration: none;
}

@media (max-width: 768px) {
  figure {
    clear: both;
    padding-top: 20px;
  }
}
figure img {
  min-width: 100%;
  max-width: 100%;
}
figure figcaption {
  font-size: 0.93333em;
  padding-top: 10px;
}
.bg_color_accent figure figcaption {
  color: white;
}
figure figcaption b {
  text-transform: uppercase;
}

.border_right {
  border-right: 1px solid #393939;
}

#j_full_height_footer_box {
  max-height: 100%;
}

img.l_float_left {
  margin: 0 25px 20px 0;
}
img.l_float_right {
  margin: 0 0 20px 25px;
}

.panel_intro {
  margin-bottom: 1.7em !important;
  text-align: center;
}

.intro {
  margin-bottom: 25px;
  clear: both;
}

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

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

.email_link {
  display: inline-block;
  padding-left: 1.5em;
  font-weight: 600;
  position: relative;
}
.email_link:before {
  font-family: "aarnet";
  content: "\e600";
  position: absolute;
  left: 0;
}

img {
  max-width: 100%;
}

.arrow_top_left, .summary_list li:nth-child(3) .summary:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #ff850c transparent transparent transparent;
}

.arrow_top_right, .summary_list li:nth-child(2) .summary:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #ffaa00 transparent transparent;
}

/*
   Animation example, for spinners
*/
.anim_arrow {
  -moz-animation: swipe 1.3s infinite ease-in-out;
  -o-animation: swipe 1.3s infinite ease-in-out;
  -webkit-animation: swipe 1.3s infinite ease-in-out;
  animation: swipe 1.3s infinite ease-in-out;
  display: inline-block;
  text-align: center;
}

.animate-spin-slow {
  -moz-animation: spin 40s 0 linear;
  -webkit-animation: spin 40s 0 linear;
  -ms-animation: spin 40s 0 linear;
  -o-animation: spin 40s 0 linear;
  animation: spin 40s 0 linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  display: inline-block;
}

.animate-spin {
  -moz-animation: spin 600ms infinite linear;
  -o-animation: spin 600ms infinite linear;
  -webkit-animation: spin 800ms infinite linear;
  animation: spin 1s infinite linear;
  display: inline-block;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes swipe {
  0% {
    -webkit-transform: translate(-20px);
    -moz-transform: translate(-20px);
    -ms-transform: translate(-20px);
    -o-transform: translate(-20px);
    transform: translate(-20px);
  }

  50% {
    -webkit-transform: translate(10px);
    -moz-transform: translate(10px);
    -ms-transform: translate(10px);
    -o-transform: translate(10px);
    transform: translate(10px);
  }

  100% {
    -webkit-transform: translate(-20px);
    -moz-transform: translate(-20px);
    -ms-transform: translate(-20px);
    -o-transform: translate(-20px);
    transform: translate(-20px);
  }
}

@-moz-keyframes swipe {
  0% {
    -webkit-transform: translate(-20px);
    -moz-transform: translate(-20px);
    -ms-transform: translate(-20px);
    -o-transform: translate(-20px);
    transform: translate(-20px);
  }

  50% {
    -webkit-transform: translate(10px);
    -moz-transform: translate(10px);
    -ms-transform: translate(10px);
    -o-transform: translate(10px);
    transform: translate(10px);
  }

  100% {
    -webkit-transform: translate(-20px);
    -moz-transform: translate(-20px);
    -ms-transform: translate(-20px);
    -o-transform: translate(-20px);
    transform: translate(-20px);
  }
}

@-o-keyframes swipe {
  0% {
    -webkit-transform: translate(-20px);
    -moz-transform: translate(-20px);
    -ms-transform: translate(-20px);
    -o-transform: translate(-20px);
    transform: translate(-20px);
  }

  50% {
    -webkit-transform: translate(10px);
    -moz-transform: translate(10px);
    -ms-transform: translate(10px);
    -o-transform: translate(10px);
    transform: translate(10px);
  }

  100% {
    -webkit-transform: translate(-20px);
    -moz-transform: translate(-20px);
    -ms-transform: translate(-20px);
    -o-transform: translate(-20px);
    transform: translate(-20px);
  }
}

@-ms-keyframes swipe {
  0% {
    -webkit-transform: translate(-20px);
    -moz-transform: translate(-20px);
    -ms-transform: translate(-20px);
    -o-transform: translate(-20px);
    transform: translate(-20px);
  }

  50% {
    -webkit-transform: translate(10px);
    -moz-transform: translate(10px);
    -ms-transform: translate(10px);
    -o-transform: translate(10px);
    transform: translate(10px);
  }

  100% {
    -webkit-transform: translate(-20px);
    -moz-transform: translate(-20px);
    -ms-transform: translate(-20px);
    -o-transform: translate(-20px);
    transform: translate(-20px);
  }
}

@keyframes swipe {
  0% {
    -webkit-transform: translate(-20px);
    -moz-transform: translate(-20px);
    -ms-transform: translate(-20px);
    -o-transform: translate(-20px);
    transform: translate(-20px);
  }

  50% {
    -webkit-transform: translate(10px);
    -moz-transform: translate(10px);
    -ms-transform: translate(10px);
    -o-transform: translate(10px);
    transform: translate(10px);
  }

  100% {
    -webkit-transform: translate(-20px);
    -moz-transform: translate(-20px);
    -ms-transform: translate(-20px);
    -o-transform: translate(-20px);
    transform: translate(-20px);
  }
}

@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-o-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-ms-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], select, textarea, input[type="file"] {
  -webkit-transition: border 260ms ease-in-out;
  -moz-transition: border 260ms ease-in-out;
  -o-transition: border 260ms ease-in-out;
  transition: border 260ms ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  font-family: "proxima-nova", sans-serif;
  padding: 14px;
  width: 100%;
  -webkit-appearance: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, select:focus, textarea:focus, input[type="file"]:focus {
  outline: none;
  border-color: #ccc;
}
.bg_color_blue input[type="text"]:focus, .bg_color_blue input[type="email"]:focus, .bg_color_blue input[type="password"]:focus, .bg_color_blue input[type="number"]:focus, .bg_color_blue select:focus, .bg_color_blue textarea:focus, .bg_color_blue input[type="file"]:focus {
  border-color: white;
}
.parsley-error input[type="text"], .parsley-error input[type="email"], .parsley-error input[type="password"], .parsley-error input[type="number"], .parsley-error select, .parsley-error textarea, .parsley-error input[type="file"] {
  border-color: #bf2e2e !important;
}

button {
  font-family: "proxima-nova", sans-serif;
}

input[type="file"] {
  cursor: pointer;
}

textarea {
  min-height: 130px;
}

form ol > li {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  form ol > li.l_omega {
    margin-bottom: 1em !important;
  }
}
form label {
  display: block;
  font-weight: 500;
}

input[type='checkbox'] + label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
input[type='checkbox'] + label:before {
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  content: '.';
  text-indent: -999em;
  cursor: pointer;
  border: 4px solid #fff;
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  background: #fff;
}
input[type='checkbox']:checked + label:before {
  background: #ff9302;
}

input[type='radio'] + label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
input[type='radio'] + label:before {
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  border: 4px solid #fff;
  content: '.';
  text-indent: -999em;
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  background: #fff;
}
input[type='radio']:checked + label:before {
  background: #ff9302;
  content: '';
}

.form_field_with_button {
  padding-right: 48px;
  position: relative;
}
.form_field_with_button input {
  height: 48px;
}
.form_field_with_button button {
  color: white !important;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  background-color: #ff9302;
  color: white;
  position: absolute;
  right: 3px;
  top: 0;
  height: 48px;
}
.form_field_with_button button:hover {
  background-color: #121212;
}
.form_field_with_button button:after {
  color: white;
  top: 58% !important;
}
.form_field_with_button.form_search {
  font-size: 24px;
  position: relative;
}
.form_field_with_button.form_search input {
  padding: 15px 70px 15px 15px;
  height: 64px;
}
.form_field_with_button.form_search button {
  height: 64px;
  padding-left: 22px;
}
.form_field_with_button.form_search ::-webkit-input-placeholder {
  font-size: 24px;
}
.form_field_with_button.form_search :-moz-placeholder {
  /* Firefox 18- */
  font-size: 24px;
}
.form_field_with_button.form_search ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 24px;
}
.form_field_with_button.form_search :-ms-input-placeholder {
  font-size: 24px;
}
.form_field_with_button.form_search .placeholder {
  color: #b9b9b9;
}

#mce-responses #mce-error-response {
  border: 1px solid #6d1a1a;
  background-color: #1b0606;
  color: #d96161;
}

#mce-responses #mce-success-response {
  border: 1px solid #5d9532;
  background-color: #16220c;
  color: #90ca63;
}

::-webkit-input-placeholder {
  color: #b9b9b9;
  font-weight: 600;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #b9b9b9;
  font-weight: 600;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #797979;
  font-weight: 600;
}

:-ms-input-placeholder {
  color: #b9b9b9;
  font-weight: 600;
}

.placeholder {
  color: #b9b9b9;
  font-weight: 600;
}

.parsley-errors-list {
  color: #bf2e2e !important;
  font-size: 0.86667em;
}
.parsley-errors-list li {
  margin-top: 5px !important;
}

legend {
  padding-top: 1.2em !important;
}

#mce-responses {
  font-size: 0.93333em;
  margin-bottom: 1em;
  width: 100%;
}
@media (max-width: 768px) {
  #mce-responses {
    position: relative;
  }
}
#mce-responses .response {
  padding: 15px;
  margin-top: 10px;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  #mce-responses .response {
    padding: 15px;
  }
}

.page_footer_main_inner .parsley-errors-list li {
  color: #de7575;
}

.bg_eg {
  display: inline-block;
  padding: 20px;
}

.ui_section {
  padding-bottom: 30px;
}
.ui_section .ui_heading {
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid #27414d;
}

hr {
  height: 1px;
  background-color: #ccc;
  display: block;
  margin: 50px 0;
}

code {
  color: #d44950;
}

.btn {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-color: #121212;
  behavior: url(/PIE.htc);
  border: none;
  color: white;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0.025em;
  padding: 8px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}
.btn.btn_no_bg {
  background-color: transparent;
  color: #ff9302;
  font-size: 1.06667em;
  padding: 0;
}
.btn.btn_no_bg:hover {
  background-color: transparent;
  color: #121212;
  text-decoration: underline;
}
.btn.btn_square {
  color: #b9b9b9;
  padding: 20px;
}
.btn.btn_square.btn_border_left {
  border-left: 1px solid #393939;
}
.btn.btn_square.btn_border_right {
  border-right: 1px solid #393939;
}
.btn.btn_square:hover {
  color: white;
  text-decoration: none;
}
.btn.btn_rounded {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.bg_color_black .btn.btn_rounded {
  color: white;
}
.btn.btn_rounded:hover {
  -webkit-box-shadow: 0 0 0 3px #ffaf60;
  -moz-box-shadow: 0 0 0 3px #ffaf60;
  box-shadow: 0 0 0 3px #ffaf60;
}
.btn.btn_color_accent {
  background-color: #ff9302;
  color: white;
}
.btn.btn_color_accent:hover {
  background-color: #121212;
}
.btn.btn_color_blue {
  background-color: #27414d;
  color: white !important;
}
.btn.btn_color_blue:hover {
  background-color: white !important;
  color: #27414d !important;
}
.btn.btn_has_arrow {
  padding-right: 55px;
}
.btn.btn_has_arrow:after {
  -webkit-transition: text-indent 300ms ease-in-out, width 300ms ease-in-out;
  -moz-transition: text-indent 300ms ease-in-out, width 300ms ease-in-out;
  -o-transition: text-indent 300ms ease-in-out, width 300ms ease-in-out;
  transition: text-indent 300ms ease-in-out, width 300ms ease-in-out;
  content: "\e611";
  font-size: 12px;
  font-family: "aarnet";
  margin-top: -11px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 35px;
  overflow: hidden;
  text-indent: -20px;
  text-decoration: none;
}
.touch .btn.btn_has_arrow:after {
  text-indent: -6px;
}
.btn.btn_has_arrow.side_nav_header:after {
  top: 58%;
}
.btn.btn_has_arrow:hover:after {
  text-indent: -10px;
}
.btn.btn_has_arrow.btn_icon_left {
  padding-left: 55px;
  padding-right: 22px;
}
.btn.btn_has_arrow.btn_icon_left:after {
  left: 10px;
  right: auto;
  text-indent: 10px;
}
.btn.btn_has_arrow.btn_icon_left:hover:after {
  text-indent: 5px;
}
.btn.btn_has_arrow.btn_icon_left:after {
  content: "\e612";
}
.btn.btn_has_arrow.btn_arrow_only {
  padding: 24px;
  color: #27414d;
}
.btn.btn_has_arrow.btn_arrow_only:after {
  right: 14px;
}
@media (max-width: 768px) {
  .l_panel .btn.btn_has_arrow.btn_arrow_only {
    width: auto;
  }
}
.btn.btn_has_arrow.btn_accent {
  background-color: #ff9302;
  color: white;
}
.btn.btn_has_arrow.btn_accent:hover {
  background-color: #121212;
}
.bg_color_black .btn {
  color: #b9b9b9;
}
.bg_color_black .btn:hover {
  color: white;
}
.bg_color_accent .btn {
  color: white;
}
.btn.btn_less_side_padding {
  padding-left: 18px;
  padding-right: 18px;
}
.btn.btn_full_width {
  width: 100%;
}
.btn.btn_icon_only {
  padding-top: 17px;
  padding-bottom: 17px;
  min-height: 61px;
  text-align: center;
}
.lt-ie9 .btn.btn_icon_only {
  min-height: 0;
}
.btn.btn_icon_only i {
  font-size: 20px;
  position: relative;
  top: 3px;
}
.btn.btn_icon_only:hover {
  color: white;
}
.btn.btn_disabled {
  cursor: auto;
  pointer-events: none;
  color: #aaa;
}
.btn.is_active, .btn:hover {
  color: white;
  text-decoration: none;
}

@media (max-width: 768px) {
  .l_btn_group {
    clear: both;
    text-align: center;
    border-top: 1px solid #ffaa00;
  }
  .bg_color_black .l_btn_group {
    border-top: none;
  }
}
.l_btn_group a {
  border-right: 1px solid #ffaa00;
  min-width: 64px;
}
.lt-ie9 .l_btn_group a {
  min-width: 0;
}
.bg_color_black .l_btn_group a {
  border-left-color: #393939 !important;
  border-right-color: #393939 !important;
  min-width: 0;
}
.bg_color_black .l_btn_group a:hover {
  background-color: #ff9302;
}
@media (max-width: 768px) {
  .l_btn_group a {
    width: auto !important;
  }
}
.l_btn_group li:first-child a {
  border-left: 1px solid #ffaa00;
}
.l_btn_group li:last-child a {
  border-right: 1px solid #ffaa00;
}

button.btn {
  padding-top: 12px;
  padding-bottom: 12px;
}

button.btn.btn_square {
  padding-top: 23px;
  padding-bottom: 23px;
}
button.btn.btn_square:after {
  margin-top: -7px !important;
}

.btn_fake {
  padding: 23px 20px;
  margin: 0;
}

.list, .list_numbered, .tab_panel ol, .wysiwyg ul, .tab_panel ul {
  margin-bottom: 2em;
}
.list li, .list_numbered li, .tab_panel ol li, .wysiwyg ul li, .tab_panel ul li {
  margin-bottom: .6em;
  padding-left: 1.2em;
  width: 100%;
  position: relative;
}
.list li:before, .list_numbered li:before, .tab_panel ol li:before, .wysiwyg ul li:before, .tab_panel ul li:before {
  color: #ff9302;
  font-family: "aarnet";
  font-size: 5px;
  content: "\e603";
  position: absolute;
  left: 0;
}
.list li:last-child, .list_numbered li:last-child, .tab_panel ol li:last-child, .wysiwyg ul li:last-child, .tab_panel ul li:last-child {
  margin-bottom: 0;
}
.side_panel .list, .side_panel .list_numbered, .side_panel .tab_panel ol, .tab_panel .side_panel ol, .side_panel .wysiwyg ul, .wysiwyg .side_panel ul, .side_panel .tab_panel ul {
  margin-bottom: 0;
}

.list_numbered, .tab_panel ol {
  counter-reset: ol-counter;
}
.list_numbered li:before, .tab_panel ol li:before {
  font-size: inherit;
  font-family: "proxima-nova", sans-serif;
  content: counter(ol-counter) ".";
  counter-increment: ol-counter;
}

.content_list {
  width: 100%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
  border-top: 4px solid #e97400;
  margin-bottom: 25px;
  padding-top: 30px;
  margin-top: 1em;
}
.content_list > li {
  width: 100%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.content_list > li a {
  text-decoration: none;
}
.content_list > li:hover h2, .content_list > li:hover h3 {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .content_list > li .l_omega {
    margin-top: 20px;
  }
}
.content_list > li img {
  max-width: 100%;
}
.bg_color_accent .content_list {
  color: white;
}
.bg_color_accent .content_list li {
  border-bottom-color: white;
}

.partners_list {
  text-align: center;
}
.partners_list li {
  width: 25%;
  display: inline-block;
  margin-left: -4px;
}
@media (max-width: 600px) {
  .partners_list li {
    width: 50%;
    margin-bottom: 15px;
  }
  .partners_list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.partners_list li a {
  text-decoration: none;
}
.partners_list li img {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-filter: saturate(0);
  -moz-filter: saturate(0);
  filter: saturate(0);
}
.partners_list li:hover img {
  -webkit-filter: saturate(1);
  -moz-filter: saturate(1);
  filter: saturate(1);
}

.special_list li {
  border-bottom: 1px solid #b9b9b9;
  padding: 0 0 1em 0;
  margin-bottom: 1em;
  position: relative;
}
.special_list li:after {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  content: "";
  position: absolute;
  background-color: white;
  border: 1px solid #b9b9b9;
  bottom: -8px;
  left: 50%;
  margin-left: -14px;
  width: 14px;
  height: 14px;
}
.special_list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.special_list li:last-child:after {
  display: none;
}
.special_list a {
  text-decoration: none;
}

.summary {
  -webkit-transition: box-shadow 300ms ease-in-out;
  -moz-transition: box-shadow 300ms ease-in-out;
  -o-transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
  color: white;
  display: block;
  text-decoration: none;
}
.summary:hover .btn {
  text-decoration: underline;
}
.summary:hover .btn:after {
  text-indent: -10px;
}
@media (max-width: 768px) {
  .summary {
    width: 100%;
    float: left;
    margin-right: 3.03767%;
  }
}
.summary .summary_header {
  background-color: #121212;
  padding: 25px;
}
.summary .summary_header h3 {
  margin-top: 0;
  color: white;
}
.summary .summary_content {
  color: #121212;
  padding: 45px 25px 25px;
}
@media (max-width: 768px) {
  .summary .summary_content {
    padding-top: 25px;
  }
}
@media (max-width: 600px) {
  .summary .summary_content {
    padding-bottom: 25px;
  }
}
.summary .summary_content h2, .summary .summary_content h3 {
  margin-bottom: 2em;
  color: white;
}
.summary .summary_content .btn {
  color: white;
  position: absolute;
  bottom: 20px;
}
@media (max-width: 600px) {
  .summary .summary_content .btn {
    position: relative;
    bottom: auto;
  }
}
.summary .summary_content *:first-child {
  margin-top: 0;
}
.summary .summary_content h4 {
  color: white;
  margin-bottom: 0;
}
.summary .summary_content h4 + p {
  margin-top: 0;
}
@media (max-width: 600px) {
  .summary .summary_content {
    width: 100%;
    float: left;
    margin-right: 4.9505%;
    padding-left: 20px;
  }
}
.summary *:last-child {
  margin-bottom: 0;
}
.summary img, .summary .embed-container {
  min-width: 100%;
  max-width: 100%;
}

a.summary .summary_content {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  a.summary .summary_content {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  a.summary .summary_content {
    padding-bottom: 25px;
  }
}

.summary_list li {
  background-color: #e97400;
  width: 25%;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  vertical-align: top;
}
.l_span_6 .summary_list li {
  width: 50%;
}
@media (max-width: 960px) {
  .l_span_6 .summary_list li {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .summary_list li {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .summary_list li {
    width: 100%;
  }
}
.summary_list li:nth-child(3n+1) {
  background-color: #e97400;
}
.summary_list li:nth-child(3n+2) {
  background-color: #ff9302;
}
.summary_list li:nth-child(3n+3) {
  background-color: #ffaa00;
}
.summary_list li:nth-child(2) .summary:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 960px) {
  .summary_list li:nth-child(2) .summary:before {
    display: none;
  }
}
.l_span_6 .summary_list li:nth-child(2) .summary:before {
  display: none;
}
.summary_list li:nth-child(3) .summary:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 960px) {
  .summary_list li:nth-child(3) .summary:before {
    display: none;
  }
}
.l_span_6 .summary_list li:nth-child(3) .summary:before {
  display: none;
}
.summary_list.has_black_first_box li:first-child {
  background-color: #121212;
}
.summary_list.has_black_first_box li:first-child .summary_content {
  color: white;
}
.summary_list.has_black_first_box li:nth-child(3n+2) {
  background-color: #e97400;
}
.summary_list.has_black_first_box li:nth-child(3n+3) {
  background-color: #ff9302;
}
.summary_list.has_black_first_box li:nth-child(3n+4) {
  background-color: #ffaa00;
}
.summary_list.has_black_first_box li:nth-child(2) .summary:before {
  border-right-color: #ff850c !important;
}
.summary_list.has_black_first_box li:nth-child(3) .summary:before {
  border-top-color: #e97400 !important;
}
.summary_list.no_center_arrows :before, .summary_list.no_center_arrows:after {
  display: none;
}

.loading {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 35;
}
.slider_is_loading .loading {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.no-csstransitions .loading #icon_ajax_loader {
  display: none;
}
.loading .loading_back {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 44px;
  height: 44px;
  padding: 3px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
.loading .loading_loader {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  width: 40px;
  height: 40px;
  border-right: 4px solid #404040;
  border-bottom: 4px solid #404040;
  border-left: 4px solid #787878;
  border-top: 4px solid #787878;
}
.no-csstransitions .loading {
  display: none;
}

.date {
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.date_month {
  display: block;
  margin-bottom: 5px;
}

.date_day {
  border: 4px solid white;
  display: block;
  font-size: 1.6em;
  font-weight: 700;
  padding: 15px;
}

.cta {
  padding: 25px;
}
.cta h2, .cta h3, .cta h4 {
  color: #1b2b31;
}
.cta *:first-child {
  margin-top: 0;
}
.cta *:last-child {
  margin-bottom: 0;
}

.cta_subscribe {
  width: 100%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
}
.cta_subscribe p {
  width: 57.498%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
  margin-bottom: 0 !important;
  padding-top: .3em;
}
@media (max-width: 600px) {
  .cta_subscribe p {
    width: 100%;
    float: left;
    margin-right: 4.9505%;
    padding-top: 0;
    margin-bottom: 20px !important;
  }
}
.cta_subscribe .form_field_with_button {
  width: 31.99679%;
  float: right;
  margin-right: 0;
  *margin-left: -25px;
  display: inline;
}
@media (max-width: 600px) {
  .cta_subscribe .form_field_with_button {
    width: 100%;
    float: left;
    margin-right: 4.9505%;
  }
}
.cta_subscribe.cta_subscribe_full {
  padding: 25px 0;
}
.cta_subscribe.cta_subscribe_full p {
  padding-top: .1em;
}

@media (max-width: 768px) {
  .page_header_main {
    padding-top: 64px;
  }
}

.page_header {
  background-color: #121212;
  color: white;
  position: relative;
}
.page_header a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .page_header .l_grid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .page_header {
    padding-top: 0;
    min-height: 64px;
  }
  .page_header:before {
    border-bottom: 1px solid #393939;
    content: "";
    position: absolute;
    width: 100%;
    height: 64px;
    top: 0;
    z-index: 50;
  }
}

.page_header_top_bar {
  background-color: #393939;
  font-size: 0.73333em;
  color: #b9b9b9;
  top: 0;
  width: 100%;
}
.page_header_top_bar .l_grid {
  position: relative;
}
@media (max-width: 768px) {
  .page_header_top_bar .l_grid {
    position: static;
  }
}
.page_header_top_bar a {
  color: #b9b9b9 !important;
}
@media (max-width: 768px) {
  .page_header_top_bar {
    display: none;
  }
}

.page_header_logo {
  color: white;
  display: block;
  float: left;
  padding: 12px 0 8px 0;
  margin-right: 25px;
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .page_header_logo {
    padding-left: 15px;
    padding-top: 15px;
  }
}
.page_header_logo i {
  font-size: 36px;
}
.page_header_logo:hover {
  color: inherit;
}
.page_header_logo h1 {
  margin: 0;
}

ul.page_header_nav {
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  float: left;
  letter-spacing: 0.1em;
  width: auto;
}
ul.page_header_nav.search_is_open {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
ul.page_header_nav > li {
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  float: left;
  position: relative;
  text-transform: uppercase;
  border-right: 1px solid #393939;
}
@media (max-width: 866px) {
  ul.page_header_nav > li {
    border-right: none;
  }
}
ul.page_header_nav > li:nth-child(3) {
  border-left: 1px solid #393939;
}
@media (max-width: 866px) {
  ul.page_header_nav > li:nth-child(3) {
    border-left: none;
  }
}
ul.page_header_nav > li > a {
  border-bottom: 4px solid #121212;
  font-size: 0.86667em;
  padding: 20px 22px 16px;
  color: #b9b9b9;
  display: block;
  font-weight: 600;
  min-height: 60px;
}
ul.page_header_nav > li > a:hover, ul.page_header_nav > li > a:active {
  color: white;
}
.lt-ie9 ul.page_header_nav > li > a {
  min-height: 0;
}
@media (max-width: 1050px) {
  ul.page_header_nav > li > a {
    font-size: 0.93333em;
    min-height: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 866px) {
  ul.page_header_nav > li > a {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 768px) {
  ul.page_header_nav > li > a {
    padding: 19px 15px;
    border-bottom: 1px solid #393939;
  }
}
ul.page_header_nav > li.mobile_subnav {
  background: #121212;
  display: none;
}
@media (max-width: 768px) {
  ul.page_header_nav > li.mobile_subnav {
    display: block;
  }
}
ul.page_header_nav > li.mobile_subnav:first-child a {
  padding-top: 20px;
}
ul.page_header_nav > li.mobile_subnav a {
  border-bottom: 1px solid #393939;
  font-size: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: none;
}
@media (max-width: 768px) {
  ul.page_header_nav > li {
    float: none;
  }
  ul.page_header_nav > li:last-child {
    border-bottom: none;
  }
  ul.page_header_nav > li.subnav_is_open .page_header_nav_expand_subnav {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
ul.page_header_nav > li .page_header_nav_expand_subnav {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  background-color: transparent !important;
  border-bottom: none !important;
  display: none;
  position: absolute;
  font-size: 24px;
  right: 0;
  top: 2px;
  z-index: 40;
  padding: 15px 20px;
}
ul.page_header_nav > li .page_header_nav_expand_subnav:hover {
  border-bottom: none;
}
ul.page_header_nav > li .page_header_nav_expand_subnav i {
  display: block;
  color: #b9b9b9;
}
@media (max-width: 768px) {
  ul.page_header_nav > li .page_header_nav_expand_subnav {
    display: block;
  }
}
ul.page_header_nav > li ul {
  font-size: 12px;
  background-color: #393939;
  position: absolute;
  z-index: 100;
  display: none;
  min-width: 211px;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  ul.page_header_nav > li ul {
    border: none;
    font-size: 14px;
  }
}
ul.page_header_nav > li ul li {
  -webkit-transition: background-color 300ms ease-in-out, border 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out, border 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out, border 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, border 300ms ease-in-out;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  ul.page_header_nav > li ul li {
    background-color: #2c2c2c;
    border-bottom: 1px solid #393939;
  }
}
ul.page_header_nav > li ul li:hover {
  background-color: #ffaa00;
}
@media (max-width: 768px) {
  ul.page_header_nav > li ul li:hover {
    background-color: inherit;
  }
}
@media (max-width: 768px) {
  ul.page_header_nav > li ul li:hover:first-child {
    border-top: none;
  }
}
ul.page_header_nav > li ul li:hover a {
  border-bottom-color: #ffaa00;
}
@media (max-width: 768px) {
  ul.page_header_nav > li ul li:first-child {
    border-top: none;
  }
}
ul.page_header_nav > li ul li:last-child a, ul.page_header_nav > li ul li.last a {
  border-bottom: none;
}
ul.page_header_nav > li ul a {
  -webkit-transition: border 300ms ease-in-out;
  -moz-transition: border 300ms ease-in-out;
  -o-transition: border 300ms ease-in-out;
  transition: border 300ms ease-in-out;
  border-bottom: 1px solid #535353;
  color: white;
  display: block;
  padding: 14px 10px;
}
.touch ul.page_header_nav > li ul a:hover, .touch ul.page_header_nav > li ul a:active {
  color: white;
}
@media (max-width: 768px) {
  ul.page_header_nav > li ul a {
    color: #b9b9b9;
    padding: 23px 5px;
    border-bottom: none;
  }
}
.no-js ul.page_header_nav > li ul {
  left: -5000px;
  display: block;
}
@media (max-width: 768px) {
  ul.page_header_nav > li ul {
    position: relative;
    width: 100%;
    background-color: transparent;
    padding-bottom: 0;
  }
  .no-js ul.page_header_nav > li ul {
    left: 0;
  }
}
.no-js ul.page_header_nav > li:hover ul, .no-js ul.page_header_nav > li.is_current ul, .no-js ul.page_header_nav > li:active ul {
  left: 0;
}
ul.page_header_nav > li:hover > a, ul.page_header_nav > li.is_current > a, ul.page_header_nav > li:active > a {
  border-bottom: 4px solid #ffaa00;
  color: white;
}
@media (max-width: 768px) {
  ul.page_header_nav > li:hover > a, ul.page_header_nav > li.is_current > a, ul.page_header_nav > li:active > a {
    border-bottom: 1px solid #393939;
  }
}
@media screen and (min-width: 769px) {
  ul.page_header_nav {
    display: block !important;
  }
}
@media (max-width: 1050px) {
  ul.page_header_nav {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 866px) {
  ul.page_header_nav {
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  ul.page_header_nav {
    padding-left: 0;
    float: none;
    display: none;
  }
  .no-js ul.page_header_nav {
    display: block;
  }
}

.page_header_top_bar_phone {
  letter-spacing: 0.1em;
  min-width: 230px;
  text-transform: uppercase;
  float: left;
  margin: 0;
  padding: 8px 0 5px;
}
.page_header_top_bar_phone i {
  font-size: 13px;
  position: relative;
  top: 1px;
}

.page_header_phone {
  position: relative;
  font-size: 0.86667em;
  top: 5px;
  z-index: 60;
  float: right;
  margin-right: 80px;
  line-height: 1.2em;
  text-align: right;
}
@media (max-width: 768px) {
  .page_header_phone {
    top: 4px;
  }
}
.page_header_phone span {
  display: block;
  font-weight: 700;
}
.page_header_phone i {
  font-size: 28px;
  position: absolute;
  left: -35px;
  top: 0px;
}
@media (max-width: 400px) {
  .page_header_phone i {
    display: none;
  }
}

ul.page_header_secondary_nav {
  min-width: 230px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  float: right;
}
ul.page_header_secondary_nav li {
  float: right;
  margin-left: .8em;
}
ul.page_header_secondary_nav li:first-child a {
  padding-right: 0;
}
ul.page_header_secondary_nav li.is_current a {
  border-color: #ff9302;
  color: #E4E4E4 !important;
}
ul.page_header_secondary_nav a {
  display: block;
  font-weight: 700;
  border-top: 3px solid #393939;
  padding: 5px 10px;
}
ul.page_header_secondary_nav a:hover {
  border-color: #ff9302;
}
ul.page_header_secondary_nav a .i_lock {
  margin-right: 5px;
  font-size: 14px;
  position: relative;
  top: 1px;
}

.page_header_utils_search {
  float: right;
  border-right: 1px solid #393939;
  background: #121212;
  font-size: 0.93333em;
  padding: 20px 20px 13px;
  color: #b9b9b9;
  display: block;
  font-weight: 400;
  position: relative;
  z-index: 50;
  font-size: 20px;
  min-height: 61px;
}
.page_header_utils_search i {
  display: block;
}
@media (max-width: 1000px) {
  .page_header_utils_search.is_active {
    border-left: none;
  }
}
.page_header_utils_search:hover, .page_header_utils_search.is_active {
  background-color: #ff9302;
  color: white;
}
@media (max-width: 768px) {
  .page_header_utils_search {
    display: none;
  }
}

.page_header_search {
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
  border-left: 1px solid #393939;
  background-color: #121212;
  font-size: 0.86667em;
  float: right;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  right: 25px;
  width: 35%;
}
.page_header_search input {
  position: absolute;
  color: white;
  left: 0;
  border: none;
  letter-spacing: 0.1em;
  padding-right: 0;
  min-height: 61px;
  background: transparent;
  text-transform: uppercase;
  color: #b9b9b9;
}
.lt-ie9 .page_header_search input {
  min-height: 0 !important;
}
.page_header_search input:focus {
  border-color: #393939;
}
.page_header_search.is_hidden {
  width: 62px;
}
.lt-ie9 .page_header_search.is_hidden fieldset {
  display: none;
}

.page_header_search_mobile {
  padding: 15px;
  border-bottom: 1px solid #393939;
}
.page_header_search_mobile input {
  padding: 10px;
  height: 42px;
  float: left;
  width: -moz-calc(100% - 49px);
  width: -webkit-calc(100% - 49px);
  width: calc(100% - 49px);
}
.page_header_search_mobile button {
  color: white;
  border: none;
  background-color: #ff9302;
  height: 42px;
  font-size: 2em;
  padding: 6px 9px 5px;
}
@media (max-width: 768px) {
  .page_header_search_mobile button {
    padding: 6px 9px;
  }
}
.page_header_search_mobile button i {
  display: block;
}
.page_header_search_mobile ::-webkit-input-placeholder {
  color: #36545f;
  font-weight: 600;
}
.page_header_search_mobile :-moz-placeholder {
  /* Firefox 18- */
  color: #36545f;
  font-weight: 600;
}
.page_header_search_mobile ::-moz-placeholder {
  /* Firefox 19+ */
  color: #36545f;
  font-weight: 600;
}
.page_header_search_mobile :-ms-input-placeholder {
  color: #36545f;
  font-weight: 600;
}
.page_header_search_mobile .placeholder {
  color: #36545f;
  font-weight: 600;
}

.page_header_nav_toggle {
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  border-left: 1px solid #393939;
  position: absolute;
  color: white;
  display: none;
  font-size: 40px;
  right: 25px;
  top: 0;
  padding: 12px;
  z-index: 60;
}
.page_header_nav_toggle:hover {
  color: inherit;
}
.page_header_nav_toggle i {
  display: block;
}
@media (max-width: 768px) {
  .page_header_nav_toggle {
    display: block;
    right: 0;
  }
}

.bg_color_accent {
  background-color: #ff9302;
}

.bg_color_accent_2 {
  background-color: #e97400;
}
.bg_color_accent_2 h1, .bg_color_accent_2 h2, .bg_color_accent_2 h3, .bg_color_accent_2 p {
  color: #fff;
}

.bg_color_accent_3 {
  background-color: #ff850c;
}
.bg_color_accent_3 h1, .bg_color_accent_3 h2, .bg_color_accent_3 h3, .bg_color_accent_3 p {
  color: #fff;
}

.bg_color_accent_4 {
  background-color: #ffaa00;
}
.bg_color_accent_4 h1, .bg_color_accent_4 h2, .bg_color_accent_4 h3, .bg_color_accent_4 p {
  color: #fff;
}

.bg_color_white {
  background-color: white;
}

.bg_color_black {
  background-color: #121212;
}
.bg_color_black h1, .bg_color_black h2, .bg_color_black h3, .bg_color_black p {
  color: #fff;
}

.bg_color_green {
  background-color: #90ca63;
}

.bg_color_grey {
  background-color: #393939;
}

.bg_color_grey_light {
  background-color: #f7f7f7;
}

.back_cover {
  background-color: white;
  background-repeat: no-repeat;
  background-position: 0 100%;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .back_cover {
    background-image: none !important;
  }
}
.bg_color_white .back_cover {
  background-color: #121212;
}
.back_cover.bg_color_grey_light {
  background-color: #f7f7f7;
}

.bg_color_black h2, .bg_color_black h3, .bg_color_black p, .bg_color_black ul, .bg_color_black ul a, .bg_color_black footer {
  color: white;
}
@media (max-width: 768px) {
  .bg_color_black {
    padding-left: 0;
  }
}

.l_above_back_cover {
  position: relative;
  z-index: 20;
}
.l_above_back_cover h2, .l_above_back_cover h3, .l_above_back_cover p, .l_above_back_cover ul, .l_above_back_cover ul a, .l_above_back_cover footer {
  color: #121212;
}
.bg_color_white .l_above_back_cover h2, .bg_color_white .l_above_back_cover h3, .bg_color_white .l_above_back_cover p, .bg_color_white .l_above_back_cover ul, .bg_color_white .l_above_back_cover ul a, .bg_color_white .l_above_back_cover footer {
  color: white;
}

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

.page_footer {
  color: #b8b8b8;
  clear: both;
  font-size: 0.93333em;
}
.sticky_element_at_the_bottom .page_footer {
  margin-bottom: 200px;
}
.page_footer .l_span_3 *:last-child {
  margin-bottom: 0;
}
.page_footer h2 {
  font-size: 16px;
  color: white;
}
.page_footer h2 a {
  color: white;
}
.page_footer p {
  color: #b8b8b8;
}
.page_footer .list {
  text-transform: uppercase;
}
.page_footer .list li {
  padding-left: 0;
  margin-bottom: 1.4em;
  line-height: 1.3em;
}
.page_footer .list li:before {
  display: none;
}
.page_footer .list a {
  color: #b8b8b8;
  text-decoration: none;
}

.page_footer_main {
  padding-top: 35px;
}
.page_footer_main .page_footer_main_inner {
  padding-top: 35px;
  border-top: 4px solid #393939;
}
@media (max-width: 768px) {
  .page_footer_main .page_footer_main_inner {
    padding-top: 0;
    border-top: none;
  }
}
.page_footer_main .page_footer_main_inner h2 {
  margin: 0 0 2.5em 0;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .page_footer_main .page_footer_main_inner h2 {
    margin-bottom: 1em;
  }
}
.page_footer_main .page_footer_main_inner h2 a:hover {
  color: #ff9302;
}
@media (max-width: 768px) {
  .page_footer_main .page_footer_main_inner h2 br {
    display: none;
  }
}
.page_footer_main .l_span_4 {
  position: relative;
  padding: 0 25px;
  border-right: 1px solid #393939;
}
.page_footer_main .l_span_4.l_omega {
  border-right: none;
}
@media (max-width: 1024px) {
  .page_footer_main .l_span_4 {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .page_footer_main .l_span_4, .page_footer_main .l_span_3 {
    padding-bottom: 0;
  }
  .page_footer_main .l_span_4:last-child, .page_footer_main .l_span_3:last-child {
    padding-bottom: 25px;
  }
}
.page_footer_main a:hover {
  text-decoration: underline;
}

.footer_subscribe input {
  padding: 15px;
  min-height: 48px;
}
.lt-ie9 .footer_subscribe input {
  min-height: 0;
}
.footer_subscribe button {
  min-height: 48px;
}
.lt-ie9 .footer_subscribe button {
  min-height: 0;
}
.footer_subscribe button:hover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #393939;
}

.footer_social {
  margin-bottom: 20px !important;
}
@media (max-width: 768px) {
  .footer_social {
    margin-bottom: 0 !important;
  }
}
.footer_social h3 {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .footer_social h3 {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer_social h3 {
    display: inline-block;
  }
}
.footer_social a {
  font-size: 16px;
  color: #b8b8b8;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
}

.footer_site_info {
  padding: 4px 0;
}
@media (max-width: 768px) {
  .footer_site_info {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .footer_site_info .l_span_9 {
    width: 100%;
    float: left;
    margin-right: 3.03767%;
    text-align: center;
  }
}
.footer_site_info .l_inline_list {
  font-size: 0.8em;
  text-transform: uppercase;
}
.footer_site_info .l_inline_list li {
  margin-right: 4%;
}
.footer_site_info .l_inline_list a {
  color: #b8b8b8;
  text-decoration: none;
}
.footer_site_info .l_inline_list a:hover {
  text-decoration: underline;
}
.footer_site_info .made_by {
  color: #b8b8b8;
  font-size: 0.8em;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer_site_info .made_by {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 15px;
  }
}
.footer_site_info .made_by:hover {
  text-decoration: underline;
}

.back_to_top {
  margin-bottom: 20px;
  width: 35.60146%;
  float: left;
  margin-right: 3.03767%;
  display: inline;
  display: none;
}
@media (max-width: 768px) {
  .back_to_top {
    display: inline;
  }
}
.back_to_top:before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #202020;
  height: 54px;
  left: 0;
  z-index: 0;
}
.back_to_top a {
  display: block;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 15px 18px 0;
  position: relative;
}
.back_to_top a i {
  font-size: 1.66667em;
  position: relative;
  top: 5px;
}

.event_box time {
  width: 30.60556%;
  float: left;
  margin-right: 4.09165%;
  display: inline;
}
.event_box .event_info {
  width: 65.30278%;
  float: right;
  margin-right: 0;
  *margin-left: -25px;
  display: inline;
  padding-top: 25px;
}

blockquote {
  clear: both;
  margin-left: 0;
  padding: 0;
}
@media (max-width: 768px) {
  blockquote {
    padding: 0 25px 25px 25px;
  }
}
blockquote h2 {
  position: relative;
  margin-bottom: 4em;
}
blockquote h2:before {
  position: absolute;
  bottom: -70px;
  content: "“";
  color: #393939;
  font-size: 90px;
  left: 50%;
  margin-left: -30px;
}
blockquote footer {
  font-size: 13px;
}
.tab_panel blockquote {
  margin-right: 0;
  padding: 35px 25px 25px;
}
.tab_panel blockquote h2 {
  margin-bottom: 1.4em;
  color: white;
}
.tab_panel blockquote h2:before {
  display: none;
}
.tab_panel blockquote p {
  position: relative;
}
.tab_panel blockquote p:before {
  display: none;
}
.tab_panel blockquote footer {
  color: white;
}

.tabbed_nav {
  text-align: center;
  position: relative;
  z-index: 500;
  overflow: hidden;
}
.tabbed_nav.tabbed_nav_3_items li {
  width: 33.3%;
  float: left;
}
@media (max-width: 600px) {
  .tabbed_nav.tabbed_nav_3_items li {
    width: 100%;
  }
}
.tabbed_nav li {
  border-right: 1px solid #ffaa00;
  float: left;
  width: 25%;
  line-height: 1em;
}
@media (max-width: 768px) {
  .tabbed_nav li {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .tabbed_nav li {
    width: 100%;
    border-bottom: 1px solid #ffaa00;
  }
  .tabbed_nav li:last-child {
    border-bottom: none;
  }
}
.tabbed_nav li a {
  border-bottom: 4px solid transparent;
}
@media (max-width: 600px) {
  .tabbed_nav li a {
    border-bottom: none;
  }
}
.tabbed_nav li.is_active a {
  background-color: #ffaa00;
  border-bottom: 4px solid #e97400;
  color: white;
}
@media (max-width: 600px) {
  .tabbed_nav li.is_active a {
    border-bottom: none;
  }
}
.tabbed_nav .btn {
  color: #121212;
  width: 100%;
}
.tabbed_nav a.btn_square {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ff9302;
  padding: 23px 20px 19px;
}
.tabbed_nav a.btn_square:hover {
  background-color: #ffaa00;
  color: white;
}

.extend_nav_bg {
  content: "";
  position: absolute;
  height: 61px;
  width: 50%;
  right: 0;
  top: 0;
  background: #ff9302;
  z-index: 11;
}

.tab_panel {
  padding: 25px 25px 15px;
}
.tab_panel *:first-child {
  margin-top: 0;
}

.filter_button {
  border-right: 1px solid #393939;
}
@media (max-width: 768px) {
  .filter_button {
    border-right: none;
  }
}

.block_nav_box.is_stuck {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 300;
}

.block_nav {
  text-align: center;
  position: relative;
  z-index: 500;
  overflow: hidden;
}
.block_nav.tabbed_nav_3_items li {
  width: 33.8%;
  float: left;
}
.block_nav li {
  display: inline-block;
  width: 25%;
  margin-right: -4px;
  line-height: 1em;
}
@media (max-width: 768px) {
  .block_nav li {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .block_nav li {
    width: 100%;
  }
}
.block_nav li.is_active a {
  background-color: #121212;
  color: white;
}
.block_nav li:first-child a {
  margin-left: -2px;
}
.block_nav .btn {
  color: #121212;
  width: 100%;
}
.block_nav a.btn_square {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 23px 20px;
}
.block_nav a.btn_square:hover {
  background-color: #121212;
  color: white;
}

.side_nav_header {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: -25px;
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .side_nav_header {
    padding-left: 25px;
  }
}
.side_nav_header:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #393939;
  width: 1000%;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.side_nav {
  border-left: 1px solid #393939;
  margin-right: -25px;
}
@media (max-width: 768px) {
  .side_nav {
    border-left: none;
    margin-right: 0;
  }
}
.side_nav li.is_current > a, .side_nav li:hover > a {
  background-color: #2C2C2C;
  color: white;
}
.side_nav li.is_current > a span, .side_nav li:hover > a span {
  border-left: 4px solid #ff9302;
}
.side_nav li.parent-is_current > a {
  background-color: #2C2C2C;
  color: white;
}
.side_nav li.parent-is_current > a span {
  border-left: 4px solid #ff9302;
}
.side_nav li.parent-is_current ul li.is_current a {
  color: #ff9302;
  background-color: #2424242;
}
.side_nav li.parent-is_current ul li.is_current a span {
  border-left: 4px solid #ff9302;
}
.side_nav li a {
  -webkit-transition: border 260ms ease-in-out, background-color 260ms ease-in-out, color 260ms ease-in-out;
  -moz-transition: border 260ms ease-in-out, background-color 260ms ease-in-out, color 260ms ease-in-out;
  -o-transition: border 260ms ease-in-out, background-color 260ms ease-in-out, color 260ms ease-in-out;
  transition: border 260ms ease-in-out, background-color 260ms ease-in-out, color 260ms ease-in-out;
  border-bottom: 1px solid #393939;
  color: #b9b9b9;
  display: block;
  text-decoration: none;
}
.side_nav li a span {
  -webkit-transition: border 260ms ease-in-out, background-color 260ms ease-in-out;
  -moz-transition: border 260ms ease-in-out, background-color 260ms ease-in-out;
  -o-transition: border 260ms ease-in-out, background-color 260ms ease-in-out;
  transition: border 260ms ease-in-out, background-color 260ms ease-in-out;
  border-left: 0 solid #ff9302;
  display: block;
  padding: 24px 20px;
}
@media (max-width: 768px) {
  .side_nav li a span {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.side_nav li ul {
  background-color: #242424;
}
.side_nav li ul li a {
  color: #b9b9b9;
}
.side_nav li ul li a span {
  padding: 24px 40px;
}
.side_nav li ul li:last-child {
  border-bottom: none;
}

.hero_copy .font_type_1 {
  margin-top: 0;
}
.hero_copy .font_type_4 {
  color: #b9b9b9;
  margin-bottom: 1.8em;
}
@media (max-width: 768px) {
  .hero_copy .font_type_4 {
    margin-bottom: 0;
  }
}
.hero_copy .font_type_4 + .btn {
  margin-top: 2em;
}

.hero_image {
  text-align: center;
}
@media (max-width: 768px) {
  .hero_image {
    display: none;
  }
}

.features h2 {
  margin-bottom: 2em;
}
.features ul {
  width: 100%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
  position: relative;
}
.features ul li {
  width: 48.99759%;
  float: left;
  margin-right: 2.00481%;
  display: inline;
  margin-bottom: 1em;
}
.features ul li:nth-child(2n) {
  float: right;
  margin-right: 0;
}
.features ul li:nth-child(2n+1) {
  padding-right: 20px;
}
@media (max-width: 600px) {
  .features ul li:nth-child(2n+1) {
    padding-right: 0;
  }
}
.features ul li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .features ul li:nth-last-child(-n+2) {
    margin-bottom: 1em;
  }
}
@media (max-width: 600px) {
  .features ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #b9b9b9;
    padding: 0 0 1em 0;
    margin-bottom: 1em;
  }
  .features ul li:after {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    content: "";
    position: absolute;
    background-color: white;
    border: 1px solid #b9b9b9;
    bottom: -8px;
    left: 50%;
    margin-left: -14px;
    width: 14px;
    height: 14px;
  }
  .features ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .features ul li:last-child:after {
    display: none;
  }
}
.features ul:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 1px;
  height: 100%;
  background-color: #b9b9b9;
}
@media (max-width: 600px) {
  .features ul:before {
    display: none;
  }
}
.features ul:after {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  content: "";
  position: absolute;
  background-color: white;
  border: 1px solid #b9b9b9;
  bottom: -8px;
  top: 50%;
  left: 50%;
  margin-left: -23px;
  margin-top: -14px;
  width: 14px;
  height: 14px;
}
@media (max-width: 600px) {
  .features ul:after {
    display: none;
  }
}

.title_header {
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
}
.title_header h1 {
  font-size: 32px;
  margin-bottom: 0;
}
.title_header p {
  color: #b9b9b9;
  margin-top: 0.5em;
}

.pagination {
  text-align: center;
  margin-top: 25px !important;
}
.pagination li:first-child a.btn {
  border-left: none;
  color: #121212;
}
.pagination li:last-child a.btn {
  border-right: none;
  color: #121212;
}
.bg_color_accent .pagination li a:hover {
  color: white;
}

.l_alphabet_filter_box {
  margin-right: -25px;
  padding-right: 25px;
}
@media (max-width: 768px) {
  .l_alphabet_filter_box {
    margin-right: -15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .l_alphabet_filter_box {
    padding-right: 0;
  }
}

@media (max-width: 1180px) {
  .alphabet_filter .btn {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 960px) {
  .alphabet_filter {
    display: none;
  }
}

.alphabet_filter_select {
  display: none;
}
@media (max-width: 960px) {
  .alphabet_filter_select {
    display: block;
    margin-right: -1px;
  }
}
@media (max-width: 768px) {
  .alphabet_filter_select {
    margin: 25px 0;
  }
}

.map {
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .map {
    display: none;
  }
}
.map.animate_in .map_lines {
  z-index: 30;
  opacity: 1;
  -webkit-transition: opacity 0.9s 0.4s;
  -webkit-transition-delay: ease-in-out;
  -moz-transition: opacity 0.9s 0.4s ease-in-out;
  -o-transition: opacity 0.9s 0.4s ease-in-out;
  transition: opacity 0.9s 0.4s ease-in-out;
}
.map.animate_in .map_dots {
  z-index: 20;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.5s 0.4s, opacity 0.5s 0.4s;
  -webkit-transition-delay: ease-in-out, ease-in-out;
  -moz-transition: -moz-transform 0.5s 0.4s ease-in-out, opacity 0.5s 0.4s ease-in-out;
  -o-transition: -o-transform 0.5s 0.4s ease-in-out, opacity 0.5s 0.4s ease-in-out;
  transition: transform 0.5s 0.4s ease-in-out, opacity 0.5s 0.4s ease-in-out;
}
.map.animate_in .map_labels img {
  opacity: 1;
  margin-left: 0;
  -webkit-transition: margin-left 0.7s 0.6s, opacity 0.7s 0.7s;
  -webkit-transition-delay: ease-in-out, ease-in;
  -moz-transition: margin-left 0.7s 0.6s ease-in-out, opacity 0.7s 0.7s ease-in;
  -o-transition: margin-left 0.7s 0.6s ease-in-out, opacity 0.7s 0.7s ease-in;
  transition: margin-left 0.7s 0.6s ease-in-out, opacity 0.7s 0.7s ease-in;
}
.map.animate_in .map_bg {
  z-index: 10;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.4s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.4s ease-in-out;
}
.map.animate_in .map_head {
  opacity: 1;
  top: 0;
  -webkit-transition: top 1s 0.3s, opacity 1s 0.3s;
  -webkit-transition-delay: ease-in-out, ease-in-out;
  -moz-transition: top 1s 0.3s ease-in-out, opacity 1s 0.3s ease-in-out;
  -o-transition: top 1s 0.3s ease-in-out, opacity 1s 0.3s ease-in-out;
  transition: top 1s 0.3s ease-in-out, opacity 1s 0.3s ease-in-out;
}
.map.animate_in .map_key {
  opacity: 1;
  top: 0;
  -webkit-transition: top 1030ms 0.3s, opacity 1030ms 0.3s;
  -webkit-transition-delay: ease-in-out, ease-in-out;
  -moz-transition: top 1030ms 0.3s ease-in-out, opacity 1030ms 0.3s ease-in-out;
  -o-transition: top 1030ms 0.3s ease-in-out, opacity 1030ms 0.3s ease-in-out;
  transition: top 1030ms 0.3s ease-in-out, opacity 1030ms 0.3s ease-in-out;
}
.map .map_lines {
  opacity: 0;
}
.map .map_dots {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  opacity: 0;
}
.map .map_labels {
  z-index: 40;
}
.map .map_labels img {
  opacity: 0;
  display: block;
  margin-left: -50px;
}
.map .map_bg {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.map .map_head {
  position: relative;
  z-index: 100;
  top: 40px;
  opacity: 0;
  width: 100%;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.map .map_head h2 {
  margin: 0;
}
.map .map_container {
  position: relative;
}
.map .map_item {
  top: 0;
  *zoom: 1;
  max-width: 1247px;
  _width: 1247px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}
.map .map_item:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1280px) {
  .map .map_item {
    max-width: 1247px;
  }
}
@media (max-width: 768px) {
  .map .map_item {
    max-width: 823px;
  }
}
@media (max-width: 600px) {
  .map .map_item {
    max-width: 505px;
  }
}
.map .map_key {
  padding: 0;
  border: 1px solid #dddddd;
  position: relative;
  z-index: 150;
  max-width: 820px;
  margin: 0 auto 40px;
  top: 40px;
  opacity: 0;
}
.map .map_key .black_dot:before {
  top: -1px;
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #000;
  border-radius: 50%;
}
.map .map_key .red_dot:before {
  top: -1px;
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #ee2e24;
  border-radius: 50%;
}
.map .map_key .red_dash:before {
  top: -3px;
  content: "";
  width: 26px;
  height: 0;
  display: block;
  background: none;
  border-bottom: 2px dashed #ee2e24;
}
.map .map_key .blue_dash:before {
  top: -3px;
  content: "";
  width: 26px;
  height: 0;
  display: block;
  background: none;
  border-bottom: 2px dashed #00b6de;
}
.map .map_key .blue_line:before,
.map .map_key .yellow_line:before,
.map .map_key .purple_line:before,
.map .map_key .grey_line:before,
.map .map_key .green_line:before,
.map .map_key .red_line:before,
.map .map_key .pink_line:before {
  top: -3px;
  width: 26px;
  content: "";
  height: 0;
  display: block;
  background: none;
}
.map .map_key .blue_line:before {
  border-bottom: 2px solid #00b6de;
}
.map .map_key .yellow_line:before {
  border-bottom: 2px solid #fcc84b;
}
.map .map_key .purple_line:before {
  border-bottom: 2px solid #9d3293;
}
.map .map_key .grey_line:before {
  border-bottom: 2px solid #656263;
}
.map .map_key .green_line:before {
  border-bottom: 2px solid #57a250;
}
.map .map_key .red_line:before {
  border-bottom: 2px solid #ee2e24;
}
.map .map_key .pink_line:before {
  border-bottom: 2px solid #ec008c;
}
.map .map_key ul {
  margin: 0;
  width: 20%;
  border-right: 1px solid #dddddd;
  list-style: none;
  float: left;
  height: 100%;
  position: relative;
  min-height: 100px;
  padding-top: 24px;
  padding-bottom: 8px;
  padding-left: 14px;
}
@media (max-width: 900px) {
  .map .map_key ul {
    min-height: 140px;
  }
}
.map .map_key ul li {
  padding-bottom: 8px;
  text-transform: uppercase;
  color: #747575;
  font-weight: 600;
  font-size: 0.8em;
  line-height: 14px;
}
.map .map_key ul li span {
  display: inline-block;
  line-height: 14px;
  margin-right: 8px;
}
.map .map_key ul li span:before {
  position: relative;
}
.map .map_key ul:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 50%;
  display: block;
  top: 50%;
  right: -8px;
  margin-top: -8px;
  position: absolute;
}
.map .map_key ul:last-child {
  border-right: none;
}
.map .map_key ul:last-child:after {
  display: none;
}
.map .map_key ul.is_large {
  width: 30%;
}
@media (max-width: 768px) {
  .map .map_key ul {
    min-height: 100px;
    width: 50%;
  }
  .map .map_key ul:first-child, .map .map_key ul:nth-child(2) {
    border-bottom: 1px solid #dddddd;
  }
  .map .map_key ul:nth-child(2) {
    border-right: none;
  }
  .map .map_key ul:nth-child(2):after {
    display: none;
  }
  .map .map_key ul.is_large {
    width: 50%;
  }
}

.resource_panel {
  border-top: 4px solid #e97400;
  margin-top: 50px;
  padding-top: 25px;
  padding-bottom: 55px;
}

table {
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 400;
  width: 100%;
  margin: 30px 0;
}
table th {
  background-color: #393939;
  border: 1px solid #393939;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px;
}
table tr:nth-child(odd) {
  background-color: #efefef;
}
table td {
  border: 1px solid #d5d5d5;
  color: #9da2a6;
  font-size: 15px;
  padding: 15px;
}

.slider_container {
  height: 400px;
  position: relative;
}
@media (max-width: 768px) {
  .slider_container {
    height: 250px;
  }
}
@media (max-width: 600px) {
  .slider_container {
    height: 350px;
  }
}
.slider_container.slider_is_loading:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #393939;
  width: 100%;
  z-index: 1;
  left: 0;
}

.slider_full {
  position: absolute;
  left: 0;
  right: 0;
  background: #121212;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .slider_full {
    height: 250px;
  }
}
@media (max-width: 600px) {
  .slider_full {
    height: 350px;
  }
}
.slider_full .slider_cover {
  background: url('/images/rgbapng/121212b3-5.png?1402382224');
  background: rgba(18, 18, 18, 0.7);
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 200;
  top: 0;
}
.slider_full .slider_cover#slider_left_cover {
  left: 0;
  margin-left: -651px;
}
.slider_full .slider_cover#slider_right_cover {
  right: 0;
  margin-right: -649px;
}

.slider_inner {
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  overflow: visible;
}
@media (max-width: 768px) {
  .slider_inner {
    height: 250px;
  }
}
@media (max-width: 600px) {
  .slider_inner {
    height: 350px;
  }
}
.slider_is_loading .slider_inner {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.ios_slider_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  margin: 0 0 0 0;
  overflow: visible;
}
@media (max-width: 768px) {
  .ios_slider_container {
    height: 250px;
  }
}
@media (max-width: 600px) {
  .ios_slider_container {
    height: 350px;
  }
}

.iosSlider_main {
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 400px;
}
@media (max-width: 768px) {
  .iosSlider_main {
    height: 250px;
  }
}
@media (max-width: 600px) {
  .iosSlider_main {
    height: 350px;
  }
}

.iosSlider_main > ul {
  width: 10000px;
  height: 100%;
}

.iosSlider_main > ul li {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  float: left;
  width: 1300px;
  height: 100%;
}

.slider_nav_container {
  overflow-y: hidden;
}

.slider_nav {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: 700;
}
@media (max-width: 768px) {
  .slider_nav {
    display: none;
  }
}
.slider_nav li {
  float: left;
  position: relative;
  width: 33.3%;
}
.slider_nav li:nth-child(2) .slider_nav_item {
  background-color: #e97400;
}
.slider_nav li:nth-child(3) .slider_nav_item {
  background-color: #ffaa00;
}
.slider_nav .slider_nav_item {
  -webkit-transition: all 260ms ease-in-out;
  -moz-transition: all 260ms ease-in-out;
  -o-transition: all 260ms ease-in-out;
  transition: all 260ms ease-in-out;
  border-bottom: 8px solid transparent;
  display: block;
  color: #121212;
  text-decoration: none;
  padding: 30px 20px 22px;
  text-align: center;
  height: 120px;
}
.slider_nav .slider_nav_item i {
  display: block;
  font-size: 1.8em;
  margin-bottom: 10px;
}
.slider_nav .slider_nav_item span {
  line-height: 1.1em;
  display: block;
}
.slider_nav .slider_nav_item:hover, .slider_nav .slider_nav_item.is_selected {
  border-bottom-color: #e97400;
  color: white;
}
.slider_nav .slider_nav_item:hover.bg_color_accent_2, .slider_nav .slider_nav_item.is_selected.bg_color_accent_2 {
  border-bottom-color: #ffaa00;
}
.slider_nav .slider_nav_item:hover.bg_color_accent_4, .slider_nav .slider_nav_item.is_selected.bg_color_accent_4 {
  border-bottom-color: #ff9302;
}
.slider_nav .slider_nav_item.is_selected .arrow_down {
  top: -3px;
}

.arrow_down {
  -webkit-transition: top 260ms ease-in-out;
  -moz-transition: top 260ms ease-in-out;
  -o-transition: top 260ms ease-in-out;
  transition: top 260ms ease-in-out;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid white;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -16px;
}

.slider_nav_cta {
  width: 50%;
  float: right;
  padding-left: 25px;
  position: relative;
  height: 120px;
}
@media (max-width: 768px) {
  .slider_nav_cta {
    width: 100%;
    padding-left: 0;
  }
}
.slider_nav_cta p {
  font-size: 1.33333em;
  margin-top: 50px;
  display: inline-block;
  margin-right: 5%;
}
@media (max-width: 768px) {
  .slider_nav_cta p {
    margin-top: 0;
  }
}
.slider_nav_cta .btn {
  display: inline-block;
}
.slider_nav_cta .slider_nav_cta_content {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 90px;
}
@media (max-width: 768px) {
  .slider_nav_cta .slider_nav_cta_content {
    width: auto;
  }
}
.slider_nav_cta .slider_nav_cta_content.is_selected {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  top: 0;
}
@media (max-width: 768px) {
  .slider_nav_cta .slider_nav_cta_content.is_selected {
    top: 25px;
  }
}

.item_contents {
  background-color: white;
  width: 46.1538462%;
  position: absolute;
  height: 100%;
  color: #121212;
  padding-right: 25px;
}
.item_contents .font_type_4 {
  color: #b9b9b9;
}
@media (max-width: 600px) {
  .item_contents .font_type_4 {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .item_contents {
    width: 95%;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .item_contents {
    width: 87%;
  }
}

.item_inner_contents {
  position: absolute;
  bottom: 70px;
  padding: 25px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .item_inner_contents {
    padding: 15px;
  }
}

.item_image {
  -ms-behavior: url(/js/vendor/backgroundsize.min.htc);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 768px) {
  .item_image {
    display: none;
  }
}

.responsive_height_slider {
  height: 200px;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 930px) {
  .responsive_height_slider {
    height: 0;
    padding-bottom: 30%;
  }
}
@media screen and (max-width: 840px) {
  .responsive_height_slider {
    padding-bottom: 34%;
  }
}
@media screen and (max-width: 768px) {
  .responsive_height_slider {
    padding-bottom: 110%;
  }
}
.responsive_height_slider:hover .slider_prev {
  left: 0;
}
.responsive_height_slider:hover .slider_next {
  right: 0;
}

.responsive_height_slider > .responsive_height_slider_inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.iosSlider_content {
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .iosSlider_content img {
    min-width: 100%;
  }
  .iosSlider_content .l_span_3 {
    margin-bottom: 25px;
  }
}

.slider_prev_next {
  background-color: #36545f;
  -webkit-transition: left 300ms ease-in-out, right 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: left 300ms ease-in-out, right 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: left 300ms ease-in-out, right 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: left 300ms ease-in-out, right 300ms ease-in-out, background-color 300ms ease-in-out;
  cursor: pointer;
  color: white;
  font-size: 2.66667em;
  position: absolute;
  z-index: 100;
  top: 50%;
  padding: 5px;
  margin-top: -25px;
}
.slider_prev_next:hover {
  background-color: #ff9302;
}
.slider_prev_next.slider_prev {
  left: -71px;
}
@media (max-width: 768px) {
  .slider_prev_next.slider_prev {
    left: 0;
  }
}
.slider_prev_next.slider_next {
  right: -71px;
}
@media (max-width: 768px) {
  .slider_prev_next.slider_next {
    right: 0;
  }
}

/*////////////////////////// FY DROPDOWN //////////////////////////*/
select.default-touch {
  height: 49px;
  background: red;
  display: block;
  z-index: 2001;
  position: relative;
  opacity: 0;
  width: 100%;
  margin: 0 !important;
}

.FYDropdown {
  margin: 0;
  clear: both;
  position: relative;
}
.FYDropdown:focus {
  outline: none;
  border: none;
}
.FYDropdown.default-touch {
  margin-top: -49px;
  position: relative;
}
.FYDropdown dt {
  overflow: hidden;
  z-index: 10;
  position: relative;
}
.FYDropdown dt a {
  border: 1px solid #e4e4e4;
  position: relative;
  display: block;
  color: #222;
  height: 49px;
  line-height: 49px;
  text-align: left;
  text-indent: 15px;
  text-decoration: none;
  background: #fff;
  padding-left: 0;
  padding-right: 11px;
  font-size: 1.06667em;
  width: 100%;
}
.FYDropdown dt a.FY_is_prompt {
  color: #b9b9b9;
  font-weight: 600;
}
.FYDropdown dt a.active:before {
  background-color: #ff9302 !important;
}
.FYDropdown dt a:before {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: #ff9302;
  width: 52px;
  height: 50px;
  position: absolute;
  top: -1px;
  right: -1px;
  content: "";
}
.FYDropdown dt a:after {
  font-family: 'aarnet';
  cursor: pointer;
  content: "\e605";
  display: block;
  position: absolute;
  height: 100%;
  width: 50px;
  top: 1px;
  right: 8px;
  font-size: 20px;
  line-height: 46px;
  text-align: center;
  color: white;
}
.FYDropdown dt a:focus {
  outline: none;
}
.FYDropdown dt a.value {
  display: none;
}
.FYDropdown dt a:hover {
  background: #fff;
}
.FYDropdown dt a:hover:before {
  background-color: #121212;
}
.FYDropdown dd {
  position: relative;
  margin: 0 0 0 0;
}
.FYDropdown dd ul {
  -webkit-box-shadow: 0 8px 14px rgba(100, 100, 100, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1), 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 14px rgba(100, 100, 100, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1), 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 14px rgba(100, 100, 100, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1), 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  padding-left: 0;
  width: 100%;
  float: none;
  position: absolute;
  list-style: none;
  overflow: hidden;
  display: none;
  margin: 0;
  background: white;
  border: none;
  border-top: none;
}
.FYDropdown dd ul.isScrollable {
  overflow: auto !important;
}
.no-boxshadow .FYDropdown dd ul {
  border: 1px solid #ccc;
  border-top: none;
}
@media (max-width: 768px) {
  .FYDropdown dd ul {
    width: 99.9%;
  }
}
.bg_color_grey_light .FYDropdown dd li:first-child {
  border: none;
}
.FYDropdown dd li.selected a {
  background: #ff9302;
  color: white;
}
.FYDropdown dd li.selected a:hover {
  background: #b9b9b9;
  color: white;
}
.FYDropdown dd li a {
  border-bottom: 1px solid #ececec;
  display: block;
  text-indent: 15px;
  padding-top: 0;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  color: #121212;
  font-weight: normal;
  font-size: 0.93333em;
  position: relative;
  text-align: left;
}
.bg_color_grey_light .FYDropdown dd li a {
  border-color: #ececec;
}
.FYDropdown dd li a:hover {
  color: white;
  position: relative;
  background: #121212;
}
.FYDropdown dd li a .value {
  display: none;
}
.FYDropdown dd li:last-child a {
  border-bottom: none;
}

.select_alt + .FYDropdown dt > a {
  border: none;
  border-left: 1px solid #393939;
  background-color: #121212;
  color: white;
  height: 61px;
  line-height: 61px;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .select_alt + .FYDropdown dt > a {
    border: 1px solid #393939;
    border-right: none;
  }
}
.select_alt + .FYDropdown dt > a:before {
  background-color: #121212;
  border-right: 1px solid #393939;
  border-left: 1px solid #393939;
  height: 61px;
  width: 60px;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .select_alt + .FYDropdown dt > a:before {
    border-bottom: 1px solid #393939;
    height: 59px;
  }
}
.select_alt + .FYDropdown dt > a:after {
  line-height: 61px;
  width: 60px;
}
.select_alt + .FYDropdown:hover dt a:before {
  background-color: #ff9302;
}

.parsley-error .FYDropdown dt > a {
  border: 1px solid #bf2e2e !important;
}
