/* Minification failed. Returning unminified contents.
(3147,11): run-time error CSS1030: Expected identifier, found ' '
(3147,12): run-time error CSS1031: Expected selector, found '0'
(3147,12): run-time error CSS1025: Expected comma or open brace, found '0'
(3148,11): run-time error CSS1030: Expected identifier, found ' '
(3148,12): run-time error CSS1031: Expected selector, found '0'
(3148,12): run-time error CSS1025: Expected comma or open brace, found '0'
(3549,9): run-time error CSS1030: Expected identifier, found ' '
(3549,14): run-time error CSS1031: Expected selector, found ';'
(3549,14): run-time error CSS1025: Expected comma or open brace, found ';'
 */
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url(/js/aacc/vendor/slick-carousel/slick/ajax-loader.gif) center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("/js/aacc/vendor/slick-carousel/slick/fonts/slick.eot"); src: url("/js/aacc/vendor/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/js/aacc/vendor/slick-carousel/slick/fonts/slick.woff") format("woff"), url("/js/aacc/vendor/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("/js/aacc/vendor/slick-carousel/slick/fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
.slick-prev:before { content: "\2190"; }

.slick-next { right: -25px; }
.slick-next:before { content: "\2192"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; outline: none; }
.slick-dots li button:focus { outline: none; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: 0.75; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    width: 240px;
    padding: 8px;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top; }

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative; }

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block; }

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0; }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default; }

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px; }

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px; }

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none; }

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none; }

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold; }

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default; }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0; }

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0; }

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left; }

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left; }

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit; }

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px; }

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.selectboxit-list .selectboxit-option-anchor {
  color: #333333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x; }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999; }

html {
  position: relative;
  min-height: 100%; }

img {
  max-width: 100%; }

p {
  margin: 0; }

label {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  display: block; }

input {
  font-size: 12px;
  font-size: 0.75rem;
  display: block; }

select {
  font-size: 12px;
  font-size: 0.75rem; }

button {
  border: none;
  background: none; }

.hidden {
  display: none;
  visibility: hidden; }

[data-set=aa-refine-results]:not(.js-aa) {
  display: none; }

@media screen and (max-width: 768px) {
  .js-aa[data-set=aa-refine-results] {
    display: none; }
  [data-set=aa-refine-results]:not(.js-aa) {
    display: block; } }

.txt-small-caps, .rte-area h4, .product-description__toc h4, .nav-mobile__item, .footer-partners__heading, .listing-item--red .listing-item__eyebrow, .listing__filtered-by, .product-formats__heading, .slider-menu__item {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Arial, serif; }

h1, h2, .button, .nav-primary__item, .nav-menu__item, .nav-slide__item, .nav-slide__back, .event-date__month, .event-date__range span, .promo-content__eyebrow, .promo-feature__type, .promo-feature__more {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; }

body {
  color: #333a3d; }

a {
  color: #005a84;
  text-decoration: none; }
  a:hover {
    color: #e2a856; }

p {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

p, li, blockquote {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1 {
  font-size: 38px;
  font-size: 2.375rem;
  margin: 0; }

h2 {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase; }

h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700; }

h4 {
  font-size: 12px;
  font-size: 0.75rem; }

h5 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700; }

.txt-small-caps, .rte-area h4, .product-description__toc h4 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  text-transform: uppercase;
  font-weight: 400; }

.ico-arrow-left-red {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -19px;
  width: 7px;
  height: 12px; }

.ico-arrow-right-gold {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -79px;
  width: 7px;
  height: 12px; }

.ico-arrow-right-red {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -31px;
  width: 7px;
  height: 12px; }

.ico-arrow-right-white-small {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px 0px;
  width: 5px;
  height: 9px; }

.ico-arrow-right-white, .promo-home__more:after, .promo-feature.is-white .promo-feature__more:after {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -43px;
  width: 7px;
  height: 12px; }

.ico-arrow-right, .promo-feature__more:after {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -55px;
  width: 7px;
  height: 12px; }

.ico-calendar {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -272px;
  width: 21px;
  height: 21px; }

.ico-cart {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -133px;
  width: 16px;
  height: 14px; }

.ico-email {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -67px;
  width: 16px;
  height: 12px; }

.ico-hamburger, .nav-mobile__menu-icon {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -9px;
  width: 16px;
  height: 10px; }

.ico-login {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -119px;
  width: 12px;
  height: 14px; }

.ico-menu-arrow-left, .nav-slide__back:before {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -147px;
  width: 9px;
  height: 15px; }

.ico-menu-arrow-right, .nav-slide__sub-arrow:after {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -162px;
  width: 9px;
  height: 15px; }

.ico-nostar {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -105px;
  width: 15px;
  height: 14px; }

.ico-print {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -177px;
  width: 16px;
  height: 15px; }

.ico-search-white, .site-search--in-menu .site-search__button, .nav-mobile__search-icon > span {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -192px;
  width: 16px;
  height: 16px; }

.ico-search, .site-search__button {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -293px;
  width: 22px;
  height: 22px; }

.ico-share {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -208px;
  width: 16px;
  height: 16px; }

.ico-slide-arrow-left, .slick-prev:before {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -364px;
  width: 29px;
  height: 49px; }

.ico-slide-arrow-right, .slick-next:before {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -315px;
  width: 29px;
  height: 49px; }

.ico-sort-asc, .search-sort__criteria.is-asc .ico-sort-off, .data-listing__col.is-asc .ico-sort-off {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -224px;
  width: 9px;
  height: 16px; }

.ico-sort-desc, .search-sort__criteria.is-desc .ico-sort-off, .data-listing__col.is-desc .ico-sort-off {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -240px;
  width: 9px;
  height: 16px; }

.ico-sort-off {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -256px;
  width: 9px;
  height: 16px; }

.ico-star {
  background-image: url(/assets/aacc/images/spritesheet.png);
  background-position: 0px -91px;
  width: 16px;
  height: 14px; }

.no-mq .g-container {
  width: 1040px;
  max-width: none; }

.g-container {
  max-width: 63.75em;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .g-container:after {
    content: "";
    display: table;
    clear: both; }
  .g-container.is-padded {
    padding: 0 15px;
    padding: 0 0.9375rem; }

.g-full .g-content-area {
  float: left;
  display: block;
  margin-right: 2.6315789474%;
  width: 100%; }
  .g-full .g-content-area:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1039px) {
    .g-full .g-content-area {
      float: left;
      display: block;
      margin-right: 1.9607843137%;
      width: 100%; }
      .g-full .g-content-area:last-child {
        margin-right: 0; } }

.g-full .g-content-area-split {
  float: left;
  display: block;
  margin-right: 2.6315789474%;
  width: 48.6842105263%; }
  .g-full .g-content-area-split:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1039px) {
    .g-full .g-content-area-split {
      float: left;
      display: block;
      margin-right: 1.9607843137%;
      width: 49.0196078431%; }
      .g-full .g-content-area-split:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .g-full .g-content-area-split {
      float: left;
      display: block;
      margin-right: 1.9607843137%;
      width: 100%; }
      .g-full .g-content-area-split:last-child {
        margin-right: 0; } }

.g-masthead {
  float: left;
  display: block;
  margin-right: 1.9607843137%;
  width: 100%; }
  .g-masthead:last-child {
    margin-right: 0; }

.g-left-rail {
  float: left;
  display: block;
  margin-right: 1.9607843137%;
  width: 23.5294117647%; }
  .g-left-rail:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1039px) {
    .g-left-rail {
      display: none; } }

.g-inner {
  float: left;
  display: block;
  margin-right: 1.9607843137%;
  width: 74.5098039216%;
  margin-right: 0; }
  .g-inner:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1039px) {
    .g-inner {
      float: left;
      display: block;
      margin-right: 1.9607843137%;
      width: 100%; }
      .g-inner:last-child {
        margin-right: 0; } }

.g-right-rail {
  float: left;
  display: block;
  margin-right: 2.6315789474%;
  width: 31.5789473684%; }
  .g-right-rail:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1039px) {
    .g-right-rail {
      float: left;
      display: block;
      margin-right: 1.9607843137%;
      width: 23.5294117647%; }
      .g-right-rail:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .g-right-rail {
      float: left;
      display: block;
      margin-right: 1.9607843137%;
      width: 100%; }
      .g-right-rail:last-child {
        margin-right: 0; } }

.g-featured-area, .g-title-area, .g-global-area {
  float: left;
  display: block;
  margin-right: 2.6315789474%;
  width: 100%; }
  .g-featured-area:last-child, .g-title-area:last-child, .g-global-area:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1039px) {
    .g-featured-area, .g-title-area, .g-global-area {
      float: left;
      display: block;
      margin-right: 1.9607843137%;
      width: 100%; }
      .g-featured-area:last-child, .g-title-area:last-child, .g-global-area:last-child {
        margin-right: 0; } }

.g-global-area {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem; }

.g-content-area {
  float: left;
  display: block;
  margin-right: 2.6315789474%;
  width: 65.7894736842%; }
  .g-content-area:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1039px) {
    .g-content-area {
      float: left;
      display: block;
      margin-right: 1.9607843137%;
      width: 74.5098039216%; }
      .g-content-area:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .g-content-area {
      float: left;
      display: block;
      margin-right: 1.9607843137%;
      width: 100%; }
      .g-content-area:last-child {
        margin-right: 0; } }
  .g-content-area .g-content-area-split {
    float: left;
    display: block;
    margin-right: 2.6315789474%;
    width: 48.6842105263%; }
    .g-content-area .g-content-area-split:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1039px) {
      .g-content-area .g-content-area-split {
        float: left;
        display: block;
        margin-right: 2.6315789474%;
        width: 48.6842105263%; }
        .g-content-area .g-content-area-split:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .g-content-area .g-content-area-split {
        float: left;
        display: block;
        margin-right: 1.9607843137%;
        width: 100%; }
        .g-content-area .g-content-area-split:last-child {
          margin-right: 0; } }

.in-page-editor .g-content-area-split + .g-content-area-split {
  margin-right: 0 !important; }

.g-footer {
  float: left;
  display: block;
  margin-right: 1.9607843137%;
  width: 100%; }
  .g-footer:last-child {
    margin-right: 0; }

.g-home-one, .g-home-two, .g-home-three {
  margin-top: 24px;
  margin-top: 1.5rem; }

.g-home-one {
  float: left;
  display: block;
  margin-right: 1.9607843137%;
  width: 36.2745098039%; }
  .g-home-one:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1039px) {
    .g-home-one {
      float: left;
      display: block;
      margin-right: 1.9607843137%;
      width: 49.0196078431%; }
      .g-home-one:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .g-home-one {
      float: left;
      display: block;
      margin-right: 1.9607843137%;
      width: 100%; }
      .g-home-one:last-child {
        margin-right: 0; } }

.g-home-two {
  float: left;
  display: block;
  margin-right: 1.9607843137%;
  width: 36.2745098039%; }
  .g-home-two:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1039px) {
    .g-home-two {
      float: left;
      display: block;
      margin-right: 1.9607843137%;
      width: 49.0196078431%; }
      .g-home-two:last-child {
        margin-right: 0; }
      .g-home-two:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .g-home-two {
      float: left;
      display: block;
      margin-right: 1.9607843137%;
      width: 100%; }
      .g-home-two:last-child {
        margin-right: 0; } }

.g-home-three {
  float: left;
  display: block;
  margin-right: 1.9607843137%;
  width: 23.5294117647%; }
  .g-home-three:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1039px) {
    .g-home-three {
      padding-top: 24px;
      padding-top: 1.5rem;
      float: left;
      display: block;
      margin-right: 1.9607843137%;
      width: 100%;
      border-top: 1px solid #ccc; }
      .g-home-three:last-child {
        margin-right: 0; } }

html,
body {
  overflow-x: hidden; }

.l-pull-left {
  margin-right: 16px;
  margin-right: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  float: left; }

.l-pull-right {
  margin-left: 16px;
  margin-left: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  float: right; }

.l-hide-text {
  text-indent: -9999px;
  /* sends the text off-screen */
  white-space: nowrap;
  /* because only the first line is indented */
  display: inline-block; }

.l-media-obj, .promo-home, .l-media-obj-body, .listing-item__body, .promo-content__body {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.l-media-obj-media, .listing-item__media, .promo-content__media {
  display: block; }

.l-flag-obj, .product-info {
  display: table; }

.l-flag-obj-media, .product-info__media,
.l-flag-obj-body,
.product-info__body {
  display: table-cell;
  vertical-align: middle; }

.media--valign > .media__item {
  float: none; }

.media--valign > .media__body {
  width: 100%; }

.l-left-rail {
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #f8f8f8 50%, #fff 80%);
  background-image: linear-gradient(to bottom,#f8f8f8 50%, #fff 80%);
  background-color: transparent;
  box-shadow: inset 0px 2px 10px -3px rgba(0, 0, 0, 0.25), inset 0 -2px 10px -3px rgba(0, 0, 0, 0.25); }

.no-boxshadow .l-left-rail, .no-cssgradients .l-left-rail {
  background-color: #f8f8f8; }

.l-image-fill {
  -webkit-background-size: cover;
  background-size: cover;
  box-shadow: inset 0px 0px 22px 6px rgba(0, 0, 0, 0.25); }

.l-oc-container {
  overflow: visible;
  position: relative; }

.l-oc-sidebar {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 20em; }
  .no-mq .l-oc-sidebar {
    display: none; }
  @media screen and (min-width: 1040px) {
    .l-oc-sidebar {
      display: none; } }

.no-csstransitions .l-oc-sidebar {
  left: -320px; }

.csstransitions .l-oc-sidebar {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

.csstransitions .l-oc-open .l-oc-sidebar {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

.l-oc-open .l-oc-overlay {
  z-index: 40;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); }

.l-oc-open .menu__inner {
  border-top: 0; }

.l-oc-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity, 0.3s;
  -moz-transition: opacity, 0.3s;
  transition: opacity, 0.3s; }
  @media screen and (min-width: 1040px) {
    .l-oc-overlay {
      display: none; } }

.l-outer-container {
  width: 100%;
  overflow: visible; }
  .l-outer-container.has-shadow {
    position: relative; }
    .l-outer-container.has-shadow:before {
      width: 1100px;
      width: 68.75rem;
      max-width: 1100px;
      max-width: 68.75rem;
      background-color: rgba(0, 0, 0, 0.2);
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.4) 75%);
      background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.4) 75%);
      margin: 0 auto;
      background-color: transparent;
      box-shadow: inset 0 -35px 35px 30px white;
      content: "";
      height: 100%;
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      border-radius: 0;
      z-index: 0; }
    .l-outer-container.has-shadow .g-container {
      background-color: #fff; }
  .l-outer-container.l-image-fill {
    margin-bottom: 23px;
    margin-bottom: 1.4375rem; }

.l-theme-red {
  background-color: #b11f24; }
  .l-theme-red.has-shadow:before {
    background-image: none;
    box-shadow: none; }

.l-theme-blue {
  background-color: #005a84; }
  .l-theme-blue.has-shadow:before {
    background-image: none;
    box-shadow: none; }

.l-well, .pagination, .product-info, .search-refine, .search-advanced__popup {
  padding: 16px 8px;
  padding: 1rem 0.5rem;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8; }

.l-blue-well, .product-description__toc {
  padding: 12px 4px;
  padding: 0.75rem 0.25rem;
  background-color: #F1F6F9; }

.l-sticky-footer {
  height: 482px;
  height: 30.125rem;
  position: absolute;
  bottom: 0; }

.no-cssgradients .l-outer-container.has-shadow:before, .no-boxshadow .l-outer-container.has-shadow:before {
  width: 1083px;
  background-image: none;
  background: url(/assets/images/bg_stage.png) no-repeat top left;
  box-shadow: none;
  border: none; }

.js-sticky-footer {
  visibility: hidden; }

.no-js .js-sticky-footer {
  visibility: visible; }

@media screen and (max-width: 1039px) {
  .l-oc-content {
    padding-top: 20px;
    padding-top: 1.25rem; }
  .l.-outer-container.has-shadow:before {
    display: none; } }

/** 
 * usage: 
 * 		@extend .tabular-data;
 */
.tabular-data table, .product-formats table, .cart-items table, .shipping-details table {
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem; }

.tabular-data tr, .product-formats tr, .cart-items tr, .shipping-details tr {
  border-top: 1px solid #e6e6e6; }

.tabular-data th, .product-formats th, .cart-items th, .shipping-details th {
  text-align: left;
  font-weight: 700;
  background-color: #ccc; }

.tabular-data th, .product-formats th, .cart-items th, .shipping-details th, .tabular-data td, .product-formats td, .cart-items td, .shipping-details td {
  padding: 3px 6px 3px 3px;
  padding: 0.1875rem 0.375rem 0.1875rem 0.1875rem; }

.button {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px;
  padding: 0.5rem;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer; }
  .button span {
    vertical-align: middle; }

.button--basic {
  box-shadow: 0px 1px 5px 0 #999;
  color: #333;
  background-color: #fff;
  border-radius: 6px; }
  .no-boxshadow .button--basic {
    border: 1px solid #999; }
  .button--basic span:after {
    background-image: url(/assets/aacc/images/spritesheet.png);
    background-position: 0px -31px;
    width: 7px;
    height: 12px;
    margin-left: 10px;
    margin-left: 0.625rem;
    margin-top: 1px;
    margin-top: 0.0625rem;
    content: '';
    display: inline-block; }

.button--dark {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 6px 0px;
  padding: 0.375rem 0px;
  background-color: #666;
  color: #fff; }
  .button--dark:hover {
    background-color: #b11f24;
    color: #fff; }
  .button--dark span {
    padding: 3px 22px;
    padding: 0.1875rem 1.375rem;
    display: block; }

.button--callout {
  background-color: #b11f24;
  box-shadow: 0px 1px 5px 0 #999;
  color: #fff; }
  .button--callout > span:after {
    background-image: url(/assets/aacc/images/spritesheet.png);
    background-position: 0px -43px;
    width: 7px;
    height: 12px;
    margin-left: 10px;
    margin-left: 0.625rem;
    margin-top: 1px;
    margin-top: 0.0625rem;
    content: '';
    display: inline-block;
    position: relative;
    top: 1px; }
  .button--callout:hover {
    background-color: #dc1c23;
    background-image: none;
    color: #fff; }
  .button--callout.has-no-arrow > span:after {
    background: none;
    top: 0;
    margin: 0; }
  .button--callout.is-small {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 4px;
    padding: 0.25rem; }
    .button--callout.is-small > span:after {
      background-image: url(/assets/aacc/images/spritesheet.png);
      background-position: 0px 0px;
      width: 5px;
      height: 9px;
      margin-left: 6px;
      margin-left: 0.375rem;
      margin-top: 0;
      top: -1px; }

.button--blue {
  background-color: #005a84;
  color: #fff; }
  .button--blue:hover {
    background-color: #007db2; }

.button--gold {
  background-color: #e2a856;
  color: #fff; }
  .button--gold:hover {
    background-color: #e8c410; }

.button--green {
  background-color: #81aba8;
  color: #fff; }
  .button--green:hover {
    background-color: #00c18b; }

.button--red {
  background-color: #b11f24;
  color: #fff; }
  .button--red:hover {
    background-color: #dc1c23; }

.form-checkbox label {
  display: inline; }

.form-checkbox input {
  display: inline;
  vertical-align: middle;
  margin: .5em 0; }

.form-text input {
  padding: 2px 4px;
  padding: 0.125rem 0.25rem;
  border: 1px solid #ccc; }

.form-text input[type='text'],
.form-text input[type='email'],
.form-text input[type='password'],
.form-text input[type='tel'] {
  width: 100%; }

.form-text.is-short input[type='text'],
.form-text.is-short input[type='email'],
.form-text.is-short input[type='password'],
.form-text.is-short input[type='tel'] {
  width: 20%;
  min-width: 80px; }

@media screen and (max-width: 480px) {
  .form-text input {
    font-size: 16px; } }

.form-textarea textarea {
  width: 100%;
  min-height: 5em;
  resize: vertical; }

.form-datepicker input {
  width: 60px;
  width: 3.75rem; }

.form-datepicker input {
  max-width: 60px;
  max-width: 3.75rem;
  display: inline-block;
  vertical-align: middle; }

.form-datepicker p {
  display: inline-block;
  vertical-align: middle; }

.form-datepicker > span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

.form-datepicker.is-native-date {
  min-width: 110px; }
  .form-datepicker.is-native-date input {
    font-size: 12px;
    min-width: 110px; }
  .form-datepicker.is-native-date .ico {
    display: none; }

@media screen and (max-width: 480px) {
  .form-datepicker input {
    font-size: 16px; } }

.form-daterange:after {
  content: "";
  display: table;
  clear: both; }

.form-daterange label {
  clear: both; }

.form-daterange p {
  margin: 0 7px;
  margin: 0 0.4375rem;
  float: left; }

.form-daterange .form-datepicker {
  float: left; }
  .form-daterange .form-datepicker input {
    max-width: 70px;
    max-width: 4.375rem;
    width: 70px;
    width: 4.375rem; }

.form-facets ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .form-facets ul.is-hidden {
    display: none; }
  .form-facets ul:first-child {
    margin: 12px 0 0 0;
    margin: 0.75rem 0 0 0; }

.form-facets li {
  font-size: 12px;
  font-size: 0.75rem; }
  .form-facets li ul {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    padding-left: 20px;
    padding-left: 1.25rem; }

.form-facets__showall {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  font-weight: 700;
  cursor: pointer; }

.form-row {
  margin: 10px 0;
  margin: 0.625rem 0; }
  .form-row:after {
    content: "";
    display: table;
    clear: both; }
  .form-row:last-child {
    margin-bottom: 0; }
  .form-row .form-checkbox {
    padding: 0 10px;
    padding: 0 0.625rem; }
    .form-row .form-checkbox:first-child {
      padding-left: 0; }
    .form-row .form-checkbox:last-child {
      padding-right: 0; }
  .form-row.has-one .form-checkbox {
    box-sizing: border-box;
    float: left;
    width: 100%; }
  .form-row.has-two .form-checkbox {
    box-sizing: border-box;
    float: left;
    width: 50%; }
  .form-row.has-three .form-checkbox {
    box-sizing: border-box;
    float: left;
    width: 33%; }
  .form-row .form-datepicker {
    padding: 0 10px;
    padding: 0 0.625rem; }
    .form-row .form-datepicker:first-child {
      padding-left: 0; }
    .form-row .form-datepicker:last-child {
      padding-right: 0; }
  .form-row.has-one .form-datepicker {
    box-sizing: border-box;
    float: left;
    width: 100%; }
  .form-row.has-two .form-datepicker {
    box-sizing: border-box;
    float: left;
    width: 50%; }
  .form-row.has-three .form-datepicker {
    box-sizing: border-box;
    float: left;
    width: 33%; }
  .form-row .form-daterange {
    padding: 0 10px;
    padding: 0 0.625rem; }
    .form-row .form-daterange:first-child {
      padding-left: 0; }
    .form-row .form-daterange:last-child {
      padding-right: 0; }
  .form-row.has-one .form-daterange {
    box-sizing: border-box;
    float: left;
    width: 100%; }
  .form-row.has-two .form-daterange {
    box-sizing: border-box;
    float: left;
    width: 50%; }
  .form-row.has-three .form-daterange {
    box-sizing: border-box;
    float: left;
    width: 33%; }
  .form-row .form-facets {
    padding: 0 10px;
    padding: 0 0.625rem; }
    .form-row .form-facets:first-child {
      padding-left: 0; }
    .form-row .form-facets:last-child {
      padding-right: 0; }
  .form-row.has-one .form-facets {
    box-sizing: border-box;
    float: left;
    width: 100%; }
  .form-row.has-two .form-facets {
    box-sizing: border-box;
    float: left;
    width: 50%; }
  .form-row.has-three .form-facets {
    box-sizing: border-box;
    float: left;
    width: 33%; }
  .form-row .form-select {
    padding: 0 10px;
    padding: 0 0.625rem; }
    .form-row .form-select:first-child {
      padding-left: 0; }
    .form-row .form-select:last-child {
      padding-right: 0; }
  .form-row.has-one .form-select {
    box-sizing: border-box;
    float: left;
    width: 100%; }
  .form-row.has-two .form-select {
    box-sizing: border-box;
    float: left;
    width: 50%; }
  .form-row.has-three .form-select {
    box-sizing: border-box;
    float: left;
    width: 33%; }
  .form-row .form-text {
    padding: 0 10px;
    padding: 0 0.625rem; }
    .form-row .form-text:first-child {
      padding-left: 0; }
    .form-row .form-text:last-child {
      padding-right: 0; }
  .form-row.has-one .form-text {
    box-sizing: border-box;
    float: left;
    width: 100%; }
  .form-row.has-two .form-text {
    box-sizing: border-box;
    float: left;
    width: 50%; }
  .form-row.has-three .form-text {
    box-sizing: border-box;
    float: left;
    width: 33%; }
  .form-row .form-textarea {
    padding: 0 10px;
    padding: 0 0.625rem; }
    .form-row .form-textarea:first-child {
      padding-left: 0; }
    .form-row .form-textarea:last-child {
      padding-right: 0; }
  .form-row.has-one .form-textarea {
    box-sizing: border-box;
    float: left;
    width: 100%; }
  .form-row.has-two .form-textarea {
    box-sizing: border-box;
    float: left;
    width: 50%; }
  .form-row.has-three .form-textarea {
    box-sizing: border-box;
    float: left;
    width: 33%; }

.form-select select {
  font-size: 16px; }

.form-select.is-short, .form-row .form-select.is-short {
  width: 20%;
  min-width: 80px; }

.form {
  padding: 15px;
  padding: 0.9375rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }
  .form fieldset {
    border: 0;
    padding: 0; }
  .form p {
    margin: 10px 0;
    margin: 0.625rem 0; }
  .form__error {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 6px;
    padding: 0.375rem;
    margin: 6px 0;
    margin: 0.375rem 0;
    color: #C00000;
    border: 1px solid #C00000;
    background-color: #FCE6E1;
    display: block !important; }
  .form__title {
    margin-bottom: 16px;
    margin-bottom: 1rem; }
  .form .is-required {
    color: #dc1c23; }
  .form__cancel {
    font-size: 12px;
    font-size: 0.75rem; }

.form--trainee .button {
  display: block; }
  .form--trainee .button + a {
    font-size: 12px;
    font-size: 0.75rem; }

.form--trainee .privacy-policy {
  margin-right: 5px; }

.form--trainee-suppl fieldset {
  padding: 16px;
  padding: 1rem;
  border-bottom: 1px solid #ccc; }
  .form--trainee-suppl fieldset:first-child {
    padding-top: 0; }
  .form--trainee-suppl fieldset:last-child, .form--trainee-suppl fieldset.last-child {
    border: none; }
  .form--trainee-suppl fieldset.is-hidden {
    display: none; }

.form--address-book {
  padding: 0; }
  .form--address-book dd:empty {
    min-height: 20px; }
  .form--address-book .g-content-area-split + .g-content-area-split {
    margin-right: 0 !important; }
  .form--address-book .section-item {
    margin-bottom: 26px;
    margin-bottom: 1.625rem; }
  .form--address-book .section-footer {
    overflow: hidden; }

.form--address-edit .error {
  font-size: 12px; }

.form--suds {
  padding: 0; }

.form--login {
  max-width: 430px;
  max-width: 26.875rem; }

.form--cart-login input[type=text], .form--cart-login input[type=password] {
  margin-bottom: 12px; }

.form--registration .form-row {
  width: 80%; }
  @media screen and (max-width: 480px) {
    .form--registration .form-row {
      width: 100%; } }

.form--registration fieldset {
  padding-bottom: 16px; }

.g-right-rail .form--login {
  background-color: #F5F5F5; }

.g-right-rail .form--login-survey button {
  float: none;
  display: block; }

.g-right-rail .form--trainee-suppl fieldset {
  background-color: #f5f6f5; }

@media screen and (max-width: 480px) {
  .form--login-survey .button {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    float: none;
    display: block;
    margin-left: 0; } }

.site-title {
  display: inline-block; }
  .site-title__inner:after {
    content: "";
    display: table;
    clear: both; }
  .site-title__logo {
    display: block; }
  .site-title__text {
    margin-top: 12px;
    margin-top: 0.75rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px; }

.site-search__input {
  min-width: 166px;
  min-width: 10.375rem;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 3px 5px;
  padding: 0.1875rem 0.3125rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: 4px;
  color: #707070;
  border: 1px solid #e4e4e4;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.1); }

.site-search__button {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 3px 5px;
  padding: 0.1875rem 0.3125rem;
  display: inline-block;
  background-color: #b11f24;
  color: #fff;
  border: none;
  vertical-align: middle; }

.site-search--in-menu {
  box-sizing: border-box;
  width: 100%;
  border: 10px solid #333;
  background-color: #333; }
  .site-search--in-menu .site-search__input {
    min-width: 255px;
    min-width: 15.9375rem;
    font-size: 16px;
    font-size: 1rem; }
  .site-search--in-menu .site-search__button {
    float: right;
    background-color: #333;
    position: relative;
    top: 6px;
    right: 8px; }

.featured-results__wrapper {
  background-color: #f5f5f5;
  padding: 1.5rem 1.5rem 0.5rem;
  border-bottom: 4px solid #666; }

.featured-header {
  font-size: 18px;
  border: 0;
  border-bottom: 1px solid #666;
  padding: 8px 8px 8px 0;
  text-transform: uppercase; }

.listing-item.listing-item--featured {
  padding-left: 0;
  border-bottom: 0;
  background: transparent;
  padding-right: 0;
  margin: 0; }

.listing-item--featured .listing-item__title {
  margin-top: 0; }

.suggested-keywords {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  font-size: 18px;
  color: #b11f24; }

.suggested-keywords a {
  font-weight: bold;
  text-decoration: underline;
  margin: 0 0.5rem; }

.twitter-typeahead {
  vertical-align: middle;
  margin-left: 0.5rem;
  width: 60%; }

/* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none; }

.tt-menu {
  /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px; }

.tt-suggestion.tt-cursor {
  /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
  color: #fff;
  background-color: #b11f24; }

.tt-suggestion p {
  margin: 0; }

.tt-cursor {
  color: #fff;
  background-color: #b11f24; }

.site-breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  color: #e2a856; }
  .site-breadcrumbs__divider {
    padding: 0 4px;
    padding: 0 0.25rem;
    color: #808285; }

.site-map, .site-map ul {
  list-style: none;
  padding-left: 18px;
  padding-left: 1.125rem; }

.site-map li {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem; }

.page-title__top:after {
  content: "";
  display: table;
  clear: both; }

.page-title__type {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  float: left; }

.page-title__heading {
  float: left;
  max-width: 80%;
  margin-right: 5%;
  clear: both;
  line-height: 1.0; }

.page-title__subhead {
  font-size: 16px;
  font-size: 1rem;
  padding-top: 6px;
  padding-top: 0.375rem;
  clear: both;
  font-weight: 700; }

.page-title .toolbar {
  margin-top: 12px;
  margin-top: 0.75rem;
  float: right;
  max-width: 30%; }

.page-title .rte-area {
  margin-top: 23px;
  margin-top: 1.4375rem;
  clear: both; }

.page-title--themed.is-red .page-title__subhead, .page-title--themed.is-red .is-themed {
  color: #b11f24; }

@media screen and (max-width: 768px) {
  .page-title__heading {
    float: none;
    max-width: none; }
  .page-title .toolbar {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    float: none;
    max-width: none;
    display: block; } }

.page-intro {
  margin-top: 22px;
  margin-top: 1.375rem; }

.page-split {
  margin-top: 18px;
  margin-top: 1.125rem;
  padding-top: 18px;
  padding-top: 1.125rem;
  border-top: 1px solid #ccc; }
  .page-split:first-child {
    border-top: 0; }
  .page-split .promo-content {
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
  .page-split .listing .listing-item {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    padding: 0;
    border-top: none; }

.page-head {
  margin-bottom: 22px;
  margin-bottom: 1.375rem; }
  .page-head:after {
    content: "";
    display: table;
    clear: both; }

.ad {
  text-align: center; }
  .ad img {
    padding: 4px;
    border: 1px solid #ccc; }

.ad--leaderboard {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }
  .ad--leaderboard div {
    margin: auto; }

.ad--skyscraper {
  margin: 24px 0;
  margin: 1.5rem 0; }
  .ad--skyscraper:after {
    content: "";
    display: table;
    clear: both; }
  .ad--skyscraper img {
    float: right; }

.masthead {
  padding: 20px 0;
  padding: 1.25rem 0; }
  .masthead__inner {
    padding: 0 20px;
    padding: 0 1.25rem; }
    .masthead__inner:after {
      content: "";
      display: table;
      clear: both; }
  .masthead__left {
    float: left; }
  .masthead__right {
    margin-top: 20px;
    margin-top: 1.25rem;
    float: right; }
  .masthead .nav-primary {
    margin-top: 20px;
    margin-top: 1.25rem; }
  .masthead .nav-mobile {
    display: none; }

@media screen and (max-width: 1039px) {
  .masthead {
    padding-bottom: 0; }
    .masthead__inner {
      margin-bottom: 20px;
      margin-bottom: 1.25rem; }
    .masthead__right {
      display: none; }
    .masthead .nav-primary {
      display: none; }
    .masthead .nav-mobile {
      display: block; } }

.masthead-bar {
  padding: 0 6px;
  padding: 0 0.375rem;
  background-color: #333;
  position: relative; }
  .masthead-bar:after {
    content: "";
    display: table;
    clear: both; }
  .masthead-bar__left {
    float: left; }
  .masthead-bar__right {
    float: right; }
  .masthead-bar__buttons {
    margin: 0;
    margin-left: 9px;
    margin-left: 0.5625rem;
    float: left;
    list-style: none;
    padding: 0; }
    .masthead-bar__buttons:first-child {
      margin-left: 0; }
    .masthead-bar__buttons.is-grouped span {
      border-left: 2px dotted #ccc; }
    .masthead-bar__buttons.is-grouped li {
      box-sizing: border-box; }
      .masthead-bar__buttons.is-grouped li:first-child {
        margin-left: 0; }
        .masthead-bar__buttons.is-grouped li:first-child span {
          border-left: none; }
    .masthead-bar__buttons li {
      float: left; }
  .masthead-bar__store span:before {
    display: inline-block;
    content: "";
    height: 14px; }
  .masthead-bar__login span:after {
    background-image: url(/assets/aacc/images/spritesheet.png);
    background-position: 0px -119px;
    width: 12px;
    height: 14px;
    margin-left: 6px;
    margin-left: 0.375rem;
    content: "";
    display: inline-block;
    position: relative;
    top: 2px; }
  .masthead-bar__cart span:before {
    background-image: url(/assets/aacc/images/spritesheet.png);
    background-position: 0px -133px;
    width: 16px;
    height: 14px;
    margin-right: 6px;
    margin-right: 0.375rem;
    content: "";
    display: inline-block;
    position: relative;
    top: 1px; }
  .masthead-bar .button {
    min-height: 30px;
    min-height: 1.875rem; }
  .masthead-bar .nav-aux {
    margin-top: 6px;
    margin-top: 0.375rem; }
  .masthead-bar .nav-aux__item a {
    color: #fff; }
    .masthead-bar .nav-aux__item a:hover {
      color: #e2a856; }

@media screen and (max-width: 1039px) {
  .masthead-bar {
    display: none; }
  /* issue 56873
        @include clearfix;
        float: right;
        width: auto;

        .nav-aux {
            @include rem(padding-bottom, 6px);

        }
        .nav-aux__item {
            display: none;

            &.is-show-mobile {
                display: inline-block;
            }
        }
    }
    .masthead-bar__right {
        display: none;
    }

    .masthead-bar__left {
        float: right;
        max-width: none;
        width: auto;
    }
    */ }

.nav-primary {
  clear: both;
  border-top: 5px solid #333;
  position: relative; }
  .nav-primary > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cfcfcf;
    width: 1020px;
    overflow: auto; }
  .nav-primary__item {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 12px 3px 0 3px;
    padding: 0.75rem 0.1875rem 0 0.1875rem;
    background-color: #e0e0e0;
    background-image: -webkit-linear-gradient(top, #e0e0e0 5%, #f8f8f8 35%);
    background-image: linear-gradient(to bottom,#e0e0e0 5%, #f8f8f8 35%);
    height: 55px;
    float: left;
    box-sizing: border-box;
    line-height: 1.2;
    border-left: 1px solid #cfcfcf;
    text-transform: uppercase;
    color: #333; }
    .nav-primary__item > a {
      color: #333;
      text-decoration: none;
      display: block;
      padding: 0 3%; }
      .nav-primary__item > a:hover {
        color: #fff; }
    .nav-primary__item:first-child {
      border-left: 0; }
    .nav-primary__item.is-active, .nav-primary__item:hover {
      background-color: #333;
      background-image: -webkit-linear-gradient(top, #333 70%, #888 95%, #999 100%);
      background-image: linear-gradient(to bottom,#333 70%, #888 95%, #999 100%);
      color: #fff; }
      .nav-primary__item.is-active > a, .nav-primary__item.is-active > a:hover, .nav-primary__item:hover > a, .nav-primary__item:hover > a:hover {
        color: #fff; }
    .nav-primary__item.is-one {
      width: 175px; }
    .nav-primary__item.is-two {
      width: 140px; }
    .nav-primary__item.is-three {
      width: 136px; }
    .nav-primary__item.is-four {
      width: 146px; }
    .nav-primary__item.is-five {
      width: 139px; }
    .nav-primary__item.is-six {
      width: 149px; }
    .nav-primary__item.is-seven {
      width: 135px; }
    .nav-primary__item.is-eight {
      width: 136px; }
    .nav-primary__item.is-nine {
      width: 94px; }
    .nav-primary__item.is-ten {
      width: 90px; }
  .nav-primary__dropdown {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    padding: 0;
    background: #fff;
    text-transform: none;
    top: 55px;
    top: 3.4375rem;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    display: none;
    z-index: 1000;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25); }
    .nav-primary__dropdown.is-visible {
      display: block; }
  .nav-primary__dropdown-arrow {
    display: none;
    position: absolute;
    /* display: block; */
    top: -14px;
    left: auto;
    width: 15px;
    height: 15px; }
    .nav-primary__dropdown-arrow:after {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    .nav-primary__dropdown-arrow:after {
      border-width: 8px;
      border-bottom-color: #fff; }

.no-cssgradients .nav-primary__item {
  background: url(/assets/images/bg_nav_inactive.png) repeat-x left top; }
  .no-cssgradients .nav-primary__item.is-active, .no-cssgradients .nav-primary__item:hover {
    background: #333 url(/assets/images/bg_nav_active.png) repeat-x left bottom; }

.nav-vertical {
  padding: 13px 0;
  padding: 0.8125rem 0; }
  .nav-vertical__menu {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav-vertical__item {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 12px; }
    .nav-vertical__item > a {
      padding: 0 26px;
      padding: 0 1.625rem;
      display: list-item; }
    .nav-vertical__item.is-active, .nav-vertical__item.is-top {
      position: relative; }
      .nav-vertical__item.is-active, .nav-vertical__item.is-active > a, .nav-vertical__item.is-top, .nav-vertical__item.is-top > a {
        display: block;
        color: #e2a856; }
      .nav-vertical__item.is-active:before, .nav-vertical__item.is-top:before {
        background-image: url(/assets/aacc/images/spritesheet.png);
        background-position: 0px -79px;
        width: 7px;
        height: 12px;
        left: 13px;
        left: 0.8125rem;
        top: 4px;
        content: '';
        position: absolute; }
    .nav-vertical__item.is-top {
      padding: 4px 0;
      padding: 0.25rem 0;
      margin-top: -13px;
      margin-top: -0.8125rem;
      background-color: #e6e6e6; }
      .nav-vertical__item.is-top a {
        padding-left: 13px;
        padding-left: 0.8125rem; }
      .nav-vertical__item.is-top:before {
        top: 8px;
        left: 0; }
  .nav-vertical__submenu {
    margin-top: 8px;
    margin-top: 0.5rem;
    padding: 8px 8px 8px 16px;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    background-color: #e6e6e6;
    list-style: none;
    display: none; }
    .nav-vertical__submenu.is-active {
      display: block; }
  .nav-vertical__subitem {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    font-weight: 400; }
    .nav-vertical__subitem.is-active a {
      color: #e2a856; }
    .nav-vertical__subitem a {
      padding: 0 13px;
      padding: 0 0.8125rem;
      display: list-item;
      display: block; }

.nav-aux ul {
  margin: 0;
  margin-top: 4px;
  margin-top: 0.25rem;
  list-style: none;
  display: inline-block;
  padding: 0; }
  .nav-aux ul:first-child {
    margin-top: 0; }

.nav-aux__item {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  line-height: 1;
  display: inline-block;
  font-weight: 700; }
  .nav-aux__item:first-child {
    margin-left: 0; }
  .nav-aux__item a {
    text-decoration: none; }

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-menu__item {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0;
    background: #fff;
    border: none;
    text-transform: uppercase; }
    .nav-menu__item:first-child {
      padding-top: 0; }
    .nav-menu__item a {
      padding: 6px;
      padding: 0.375rem;
      display: block;
      white-space: nowrap;
      color: #666; }
      .nav-menu__item a:hover {
        background-color: #81aba8;
        color: #e6e6e6; }

.nav-mobile {
  display: inline-block;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .nav-mobile:after {
    content: "";
    display: table;
    clear: both; }
  .nav-mobile ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .nav-mobile__menu-icon {
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 4px; }
  .nav-mobile__search-icon {
    background-color: #333;
    padding: 2px 8px;
    padding: 0.125rem 0.5rem; }
    .nav-mobile__search-icon > span {
      display: inline-block; }
  .nav-mobile__list {
    list-style: none; }
    .nav-mobile__list:after {
      content: "";
      display: table;
      clear: both; }
  .nav-mobile__item {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 4px 0;
    padding: 0.25rem 0;
    color: #333;
    float: left;
    font-weight: 700;
    text-transform: uppercase; }
    .nav-mobile__item:first-child {
      border-left: none; }
    .nav-mobile__item.is-active {
      border-top: 1px solid #ccc;
      border-bottom: 2px solid #ccc;
      background-color: #ccc;
      margin-bottom: -1px; }
      .nav-mobile__item.is-active a {
        color: #b11f24; }
        .nav-mobile__item.is-active a > span {
          border-left-color: transparent; }
      .nav-mobile__item.is-active + .mobile-nav__item a > span {
        border: none; }
    .nav-mobile__item:first-child.is-active {
      border-right: 1px solid #ccc; }
    .nav-mobile__item a {
      min-width: 48px;
      min-width: 3rem;
      color: #333; }
    .nav-mobile__item a > span, .nav-mobile__item button {
      border-left: 1px solid #e6e6e6;
      padding-left: 11px;
      padding-left: 0.6875rem;
      padding-right: 11px;
      padding-right: 0.6875rem; }

.no-canvas .nav-mobile {
  display: none; }

.nav-slide {
  width: 320px;
  width: 20rem;
  position: absolute;
  z-index: 50; }
  .nav-slide.is-visible {
    display: block; }
  .nav-slide__arrow {
    text-align: center;
    height: 15px; }
  .nav-slide__inner {
    background-color: #e6e6e6; }
    .nav-slide__inner:after {
      content: "";
      display: table;
      clear: both; }
  .nav-slide__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav-slide__item, .nav-slide__back {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 60px;
    padding-right: 3.75rem;
    border-top: 1px solid #ccc;
    position: relative;
    text-transform: uppercase; }
    .nav-slide__item:first-child, .nav-slide__back:first-child {
      border-top: none; }
    .nav-slide__item a, .nav-slide__back a {
      padding: 8px 20px;
      padding: 0.5rem 1.25rem;
      display: inline-block;
      color: #333; }
      .nav-slide__item a:hover, .nav-slide__back a:hover {
        color: #b11f24; }
  .nav-slide__back {
    border-bottom: 1px solid #ccc;
    margin: 0;
    text-transform: uppercase; }
    .nav-slide__back a {
      display: inline-block;
      padding: 8px 12px;
      padding: 0.5rem 0.75rem; }
    .nav-slide__back:before {
      margin-right: 8px;
      margin-right: 0.5rem;
      margin-left: 15px;
      margin-left: 0.9375rem;
      content: '';
      position: relative;
      top: 3px;
      display: inline-block; }
  .nav-slide__sub-arrow {
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #ccc;
    float: right;
    cursor: pointer; }
    .nav-slide__sub-arrow:after {
      content: '';
      display: inline-block; }
    .nav-slide__sub-arrow.is-noshow:after {
      background-image: none; }

.nav-slider {
  width: 320px;
  width: 20rem;
  position: relative;
  background-color: #e6e6e6; }
  .nav-slider__inner {
    overflow: hidden;
    position: relative;
    height: 100%; }
  .nav-slider__stack {
    width: 320px;
    width: 20rem;
    left: 320px;
    left: 20rem;
    position: absolute;
    top: 0; }
    .nav-slider__stack .nav-slide {
      position: absolute;
      top: 0;
      left: 0; }
  .nav-slider__footer {
    background-color: #333;
    bottom: 0;
    z-index: 50;
    width: 100%;
    padding: 15px;
    padding: 0.9375rem; }
    .nav-slider__footer ul {
      margin: 0;
      padding: 0;
      margin-bottom: 20px;
      margin-bottom: 1.25rem;
      padding-top: 20px;
      padding-top: 1.25rem;
      list-style: none;
      border-top: 1px solid #fff; }
      .nav-slider__footer ul:first-child {
        border: 0;
        padding-top: 0; }
        .nav-slider__footer ul:first-child li {
          text-transform: none; }
    .nav-slider__footer li {
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff; }
    .nav-slider__footer a {
      color: #fff; }
      .nav-slider__footer a:hover {
        color: #b11f24; }

.no-canvas .nav-slider {
  display: none; }

.toolbar {
  list-style: none;
  margin: 0;
  padding: 0; }
  .toolbar li {
    margin: 0 2px;
    margin: 0 0.125rem;
    display: inline-block; }
  .toolbar a {
    display: inline-block; }
    .toolbar a span {
      visibility: hidden;
      overflow: inherit; }
  .toolbar__email a {
    background-image: url(/assets/aacc/images/spritesheet.png);
    background-position: 0px -67px;
    width: 16px;
    height: 12px; }
  .toolbar__print {
    position: relative;
    top: 1px; }
    .toolbar__print a {
      margin-top: 1px;
      margin-top: 0.0625rem;
      background-image: url(/assets/aacc/images/spritesheet.png);
      background-position: 0px -177px;
      width: 16px;
      height: 15px; }
  .toolbar__share {
    position: relative;
    top: 2px; }
    .toolbar__share a {
      background-image: url(/assets/aacc/images/spritesheet.png);
      background-position: 0px -208px;
      width: 16px;
      height: 16px; }

.rte-area {
  font-size: 12px;
  font-size: 0.75rem; }
  .rte-area a {
    text-decoration: underline; }
    .rte-area a:hover {
      text-emphasis: none; }
  .rte-area p {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    margin-top: 0; }
  .rte-area h1, .rte-area h2, .rte-area h3, .rte-area h4, .rte-area h5, .rte-area h6 {
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }
  .rte-area h4 {
    color: #660000;
    font-size: 17px;
    font-size: 1.0625rem; }
  .rte-area h5 {
    font-size: 12px;
    font-size: 0.75rem; }
  .rte-area table {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
    text-align: left; }
  .rte-area blockquote {
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.4; }
  .rte-area td, .rte-area th {
    padding: 4px;
    padding: 0.25rem;
    border: 1px solid #808285; }
  .rte-area dt {
    margin-bottom: 10px; }
  .rte-area dd {
    margin-bottom: 16px; }
  .rte-area figcaption {
    font-size: 11px;
    font-size: 0.6875rem;
    font-style: italic;
    color: #808285; }
  .rte-area__block figure {
    display: inline-block; }
  .rte-area__block.is-centered {
    text-align: center; }

.rte-block {
  margin: 26px 0;
  margin: 1.625rem 0; }
  .rte-block:first-child {
    margin-top: 0; }

.media-banner {
  margin-bottom: 26px;
  margin-bottom: 1.625rem; }
  .media-banner figcaption {
    font-size: 12px;
    font-size: 0.75rem;
    color: #808285;
    font-style: italic; }

.footer {
  padding-top: 23px;
  padding-top: 1.4375rem;
  margin-top: 32px;
  margin-top: 2rem;
  background-color: #666; }
  .footer h2, .footer h3, .footer h4, .footer h5, .footer p {
    color: #fff; }
  .footer__top {
    padding-bottom: 60px;
    padding-bottom: 3.75rem; }
  .footer__bottom {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    padding-top: 12px;
    padding-top: 0.75rem;
    background-color: #000; }

.footer-contact {
  float: left;
  display: block;
  margin-right: 2.6315789474%;
  width: 40.1315789474%; }
  .footer-contact:last-child {
    margin-right: 0; }
  .footer-contact p {
    color: #fff; }

.footer-partners {
  float: left;
  display: block;
  margin-right: 2.6315789474%;
  width: 57.2368421053%; }
  .footer-partners:last-child {
    margin-right: 0; }
  .footer-partners h3, .footer-partners li, .footer-partners a {
    color: #fff; }

.in-page-editor .js-sticky-footer {
  position: relative !important; }

@media screen and (max-width: 768px) {
  .footer-partners,
  .footer-contact {
    float: left;
    display: block;
    margin-right: 2.6315789474%;
    width: 100%; }
    .footer-partners:last-child,
    .footer-contact:last-child {
      margin-right: 0; } }

.footer-contact__logo {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.footer-contact__address {
  font-style: normal; }

.footer-contact p {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
  line-height: 1.6;
  font-weight: 700; }

.footer-contact span {
  display: block; }

@media screen and (max-width: 768px) {
  .footer-contact {
    padding: 0 24px;
    padding: 0 1.5rem;
    float: none; } }

.footer-partners__heading {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  margin-top: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700; }

.footer-partners .nav-vertical__item {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  margin: 0;
  border-top: 1px solid #858585; }

@media screen and (max-width: 768px) {
  .footer-partners {
    padding: 0 24px;
    padding: 0 1.5rem;
    min-width: 0; }
    .footer-partners__heading {
      margin-bottom: 12px;
      margin-bottom: 0.75rem; }
    .footer-partners .nav-vertical__item > a {
      padding: 0; } }

.footer-copyright p, .footer-copyright .nav-aux {
  font-size: 11px;
  font-size: 0.6875rem; }

.footer-copyright__message {
  margin-top: 22px;
  margin-top: 1.375rem; }

.footer-copyright .nav-aux {
  margin-top: 6px;
  margin-top: 0.375rem; }
  .footer-copyright .nav-aux ul {
    display: block; }

.footer-copyright .nav-aux__item {
  padding-left: 6px;
  padding-left: 0.375rem;
  padding-right: 3px;
  padding-right: 0.1875rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  margin-left: 0;
  border-left: 1px solid #fff; }
  .footer-copyright .nav-aux__item, .footer-copyright .nav-aux__item a {
    color: #fff;
    font-weight: 400; }
  .footer-copyright .nav-aux__item a:hover {
    color: #e2a856; }
  .footer-copyright .nav-aux__item:first-child {
    padding-left: 0;
    border-left: none; }

@media screen and (max-width: 768px) {
  padding: 0 12px;
  padding: 0 0.75rem;
  .nav-aux ul {
    margin-top: 12px;
    margin-top: 0.75rem; } }

.listing-item {
  padding: 22px 10px;
  padding: 1.375rem 0.625rem; }
  .listing-item:after {
    content: "";
    display: table;
    clear: both; }
  .listing-item.is-alt {
    background-color: #F1F6F9; }
  .listing-item__eyebrow {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase; }
  .listing-item__flag {
    float: right; }
  .listing-item__title {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 8px;
    margin-top: 0.5rem; }
  .listing-item__meta {
    float: right; }
  .listing-item__media {
    margin-right: 20px;
    margin-right: 1.25rem;
    float: left; }
  .listing-item__body .ico-globe {
    float: right; }
  .listing-item__fields {
    margin: 2px 0 0 0;
    margin: 0.125rem 0 0 0;
    list-style: none;
    padding: 0; }
  .listing-item__taxonomy {
    margin-top: 6px;
    margin-top: 0.375rem; }
  .listing-item__field {
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block;
    color: #666; }
    .listing-item__field:before {
      content: "//";
      margin: 0 4px; }
    .listing-item__field:first-child:before {
      display: none; }
  .listing-item__byline {
    margin-top: 6px;
    margin-top: 0.375rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800; }
  .listing-item__description {
    margin-top: 30px;
    margin-top: 1.875rem;
    clear: both; }
    .listing-item__description .rte-area ul {
      padding-left: 20px;
      padding-left: 1.25rem;
      margin-left: 0; }
  .listing-item__more {
    margin-top: 20px;
    margin-top: 1.25rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    padding: 4px;
    padding: 0.25rem; }
    .listing-item__more:after {
      content: "";
      display: table;
      clear: both; }

.listing-item--red .listing-item__eyebrow {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  font-weight: 400;
  color: #660000;
  text-transform: uppercase; }

.listing-item--red .listing-item__description {
  margin-top: 6px;
  margin-top: 0.375rem; }

.g-home-one .listing-item, .g-home-two .listing-item, .g-home-three .listing-item {
  padding-left: 0;
  padding-right: 0; }
  .g-home-one .listing-item__description, .g-home-two .listing-item__description, .g-home-three .listing-item__description {
    margin-top: 12px;
    margin-top: 0.75rem; }

.no-canvas .listing-item__field.is-first:before {
  content: '';
  margin: 0; }

@media screen and (max-width: 768px) {
  .listing-item__meta {
    float: none;
    margin-bottom: 0; } }

@media screen and (max-width: 480px) {
  .listing-item__media {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    float: none;
    display: block; } }

.listing__heading {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem; }

.listing__viewall {
  padding: 22px 10px;
  padding: 1.375rem 0.625rem;
  border-top: 1px solid #ccc; }

.listing__pages {
  list-style: none;
  margin: 0;
  padding: 0; }
  .listing__pages li {
    display: inline-block;
    cursor: pointer;
    color: #005a84; }
    .listing__pages li:hover {
      text-decoration: underline; }

.listing__filtered-by {
  margin: 20px 0;
  text-transform: uppercase; }

.listing__filter-label {
  display: inline-block;
  margin-right: 8px; }

.listing__filter {
  display: inline-block;
  color: #808285; }
  .listing__filter:after {
    content: ","; }
  .listing__filter:last-child:after {
    content: ""; }

.listing .listing-item {
  border-top: 1px solid #ccc; }
  .listing .listing-item:first-child, .listing .listing-item.is-first {
    border-color: #fff;
    border-top: none;
    padding-top: 0; }

.g-home-one .listing, .g-home-two .listing, .g-home-three .listing {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }
  .g-home-one .listing__viewall, .g-home-two .listing__viewall, .g-home-three .listing__viewall {
    border-top: 0;
    padding: 0; }
  .g-home-one .listing .listing-item, .g-home-two .listing .listing-item, .g-home-three .listing .listing-item {
    border-top: none; }

.event-date {
  min-width: 110px;
  min-width: 6.875rem;
  border: 1px solid #ccc; }
  .event-date__month {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px;
    padding: 0.3125rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    text-align: center;
    color: #b11f24;
    text-transform: uppercase; }
  .event-date__day {
    font-size: 60px;
    font-size: 3.75rem;
    text-align: center;
    color: #333; }
  .event-date__range {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
    padding: 0 5px;
    padding: 0 0.3125rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem; }
    .event-date__range span {
      font-size: 18px;
      font-size: 1.125rem;
      padding-right: 4px;
      padding-right: 0.25rem;
      line-height: 13px;
      color: #b11f24;
      vertical-align: bottom; }

.pagination {
  padding: 6px;
  padding: 0.375rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .pagination__pages {
    list-style: none;
    margin: 0;
    padding: 0; }
  .pagination__page, .pagination__first, .pagination__last {
    padding: 4px;
    padding: 0.25rem;
    color: #aaabac;
    display: inline-block;
    cursor: pointer; }
    .pagination__page.is-current, .pagination__first.is-current, .pagination__last.is-current {
      color: #616645;
      font-weight: 700;
      border-top: 2px solid #b11f24; }
    .pagination__page.is-noclick, .pagination__first.is-noclick, .pagination__last.is-noclick {
      cursor: default; }
      .pagination__page.is-noclick:hover, .pagination__first.is-noclick:hover, .pagination__last.is-noclick:hover {
        color: #aaabac; }
    .pagination__page:hover, .pagination__first:hover, .pagination__last:hover {
      color: #000; }

.promo-content {
  margin-bottom: 24px; }
  .promo-content__eyebrow {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    text-transform: uppercase; }
  .promo-content__title {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 16px;
    margin-bottom: 1rem; }
  .promo-content__media {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    text-align: center; }
    .promo-content__media a {
      display: block;
      width: 100%; }
    .promo-content__media.l-pull-left {
      margin-right: 20px;
      margin-right: 1.25rem;
      margin-bottom: 0; }
    .promo-content__media.l-pull-right {
      margin-left: 20px;
      margin-left: 1.25rem;
      margin-bottom: 0; }
  .promo-content__description {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    clear: both; }
    .promo-content__description .rte-area ul {
      padding-left: 20px;
      padding-left: 1.25rem;
      margin-left: 0; }
    .promo-content__description .rte-area li a {
      font-weight: 700;
      text-decoration: none; }
  .promo-content__more {
    padding: 4px;
    padding: 0.25rem; }
    .promo-content__more:after {
      content: "";
      display: table;
      clear: both; }

/* Fix responsive image for IE8 */
.no-canvas .promo-content__media {
  max-width: 50%;
  display: block; }
  .no-canvas .promo-content__media img {
    width: auto !important; }

.g-home-one .promo-content, .g-home-two .promo-content, .g-home-three .promo-content {
  padding-top: 24px;
  padding-top: 1.5rem;
  border-top: 1px solid #ccc; }
  .g-home-one .promo-content:first-child, .g-home-two .promo-content:first-child, .g-home-three .promo-content:first-child {
    border-top: 0;
    padding-top: 0; }

@media screen and (max-width: 480px) {
  .promo-content__media, .promo-content__media.l-pull-left, .promo-content__media.l-pull-right {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    margin-right: 0;
    margin-left: 0;
    float: none; } }

.promo-home {
  width: 1020px;
  width: 63.75rem;
  height: 337px;
  height: 21.0625rem;
  color: #fff;
  position: relative; }
  .promo-home__body {
    width: 420px;
    width: 26.25rem;
    height: 337px;
    height: 21.0625rem;
    padding: 33px 24px 0 24px;
    padding: 2.0625rem 1.5rem 0 1.5rem;
    background-color: #b11f24;
    position: absolute;
    top: 0;
    z-index: 10;
    transition: opacity 1s, left 0.5s;
    -webkit-backface-visibility: hidden; }
  .promo-home__media.l-pull-left, .promo-home__media.l-pull-right {
    margin: 0; }
  .promo-home__media img {
    filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
    max-width: none; }
    .no-cssfilters .promo-home__media img {
      opacity: .3; }
  .promo-home__media svg {
    width: 1020px;
    width: 63.75rem;
    height: 337px;
    height: 21.0625rem;
    display: none; }
  .promo-home__title {
    line-height: 1; }
  .promo-home__description {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 16px;
    margin-top: 1rem; }
  .promo-home__more {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 16px;
    margin-top: 1rem;
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700; }
    .promo-home__more:after {
      margin-left: 12px;
      margin-left: 0.75rem;
      content: "";
      display: inline-block; }
  .promo-home.is-blue .promo-home__body {
    background-color: #005a84; }
  .promo-home.is-gold .promo-home__body {
    background-color: #e2a856; }
    .promo-home.is-gold .promo-home__body a:hover {
      color: #fff;
      text-decoration: underline; }
  .promo-home.is-green .promo-home__body {
    background-color: #81aba8; }

.slider .promo-home__body {
  left: -420px;
  left: -26.25rem;
  opacity: 0; }

.slider .slick-active .promo-home__body {
  opacity: 1;
  left: 0; }

.slider .slick-active .promo-home__media img {
  -webkit-filter: none;
  filter: none; }
  .no-cssfilters .slider .slick-active .promo-home__media img {
    opacity: 1; }

.slider .slick-active .promo-home__media svg image {
  filter: none; }

.cssfilters .promo-home__media > img {
  display: block !important; }

.cssfilters .promo-home__media svg {
  display: none !important; }

.svgfilters .promo-home__media > img {
  display: none; }

.svgfilters .promo-home__media svg {
  display: block; }

.no-svgfilters svg {
  display: none; }

@media screen and (max-width: 1039px) {
  width: auto; }

@media screen and (max-width: 768px) {
  .promo-home {
    overflow: visible;
    height: auto;
    width: auto; }
    .promo-home h1 {
      font-size: 28px;
      font-size: 1.75rem; }
    .promo-home__media img {
      max-width: 100%; }
    .promo-home__body {
      padding-bottom: 24px;
      padding-bottom: 1.5rem;
      display: block;
      position: static;
      width: 100%;
      height: auto;
      transition: none;
      opacity: 1;
      left: 0; } }

@media screen and (max-width: 480px) {
  .promo-home h1 {
    font-size: 22px;
    font-size: 1.375rem; }
  .promo-home__more {
    font-size: 12px;
    font-size: 0.75rem; }
  .promo-home__description {
    line-height: 1.1; } }

.promo-feature {
  max-width: 1039px;
  max-width: 64.9375rem;
  height: 280px;
  height: 17.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .promo-feature.is-white {
    color: #fff; }
    .promo-feature.is-white .promo-feature__more {
      color: #fff; }
  .promo-feature__body {
    padding: 18px;
    padding: 1.125rem; }
  .promo-feature__type {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    text-transform: uppercase; }
  .promo-feature__title {
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    text-transform: none;
    line-height: 1; }
  .promo-feature__byline {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    text-transform: uppercase; }
  .promo-feature__description {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    margin-top: 0; }
  .promo-feature__more {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #333; }
    .promo-feature__more:after {
      margin-left: 12px;
      margin-left: 0.75rem;
      content: "";
      display: inline-block;
      position: relative;
      top: 1px; }
  .promo-feature__body {
    width: 60%; }

@media screen and (max-width: 768px) {
  .promo-feature__title {
    font-size: 32px;
    font-size: 2rem; }
  .promo-feature__description {
    display: none; } }

@media screen and (max-width: 480px) {
  .promo-feature__body {
    width: auto; }
  .promo-feature__title {
    font-size: 24px;
    font-size: 1.5rem; } }

.promo-image {
  margin-bottom: 24px 0;
  margin-bottom: 1.5rem 0; }
  .promo-image figcaption {
    font-size: 12px;
    font-size: 0.75rem;
    color: #808285;
    font-style: italic; }

.product-info {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  box-sizing: border-box; }
  .product-info:after {
    content: "";
    display: table;
    clear: both; }
  .product-info__media {
    margin-bottom: 0; }
    .product-info__media img {
      max-width: none; }
  .product-info__data {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    margin-bottom: 16px;
    margin-bottom: 1rem; }
    .product-info__data li {
      padding-top: 6px;
      padding-top: 0.375rem;
      display: table-row; }
      .product-info__data li:first-child {
        padding-top: 0; }
    .product-info__data span {
      font-size: 14px;
      font-size: 0.875rem;
      margin-left: 10px;
      margin-left: 0.625rem;
      display: table-cell;
      font-weight: 700; }
      .product-info__data span:first-child {
        min-width: 135px;
        min-width: 8.4375rem;
        font-weight: 400;
        margin-left: 0; }
  .product-info__prices {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    overflow: hidden; }
    .product-info__prices p {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 10px;
      padding: 0.625rem;
      display: inline-block;
      background-color: #fff;
      border: 1px solid #dfdfdf;
      font-weight: 700;
      float: left;
      clear: both; }
      .product-info__prices p span {
        margin-left: 8px;
        margin-left: 0.5rem; }
  .product-info__quantity {
    margin-bottom: 16px;
    margin-bottom: 1rem; }
    .product-info__quantity label {
      font-size: 12px;
      font-size: 0.75rem;
      display: inline-block;
      vertical-align: middle; }
    .product-info__quantity .form-select, .product-info__quantity .heapBox {
      display: inline-block;
      vertical-align: middle; }
  .product-info__purchase {
    margin-bottom: 16px;
    margin-bottom: 1rem; }
    .product-info__purchase .button {
      float: left; }
  .product-info__donate {
    margin-bottom: 16px;
    margin-bottom: 1rem; }
    .product-info__donate label {
      margin-right: 12px;
      margin-right: 0.75rem;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 700; }
    .product-info__donate input {
      width: 20%; }
    .product-info__donate label, .product-info__donate input {
      display: inline-block;
      vertical-align: middle; }
  .product-info__highlight {
    float: left; }
    .product-info__highlight span {
      margin-bottom: 10px;
      margin-bottom: 0.625rem;
      margin-right: 16px;
      margin-right: 1rem;
      max-width: 50%;
      color: #006633;
      font-weight: 700; }
  .product-info__text {
    margin-bottom: 16px;
    margin-bottom: 1rem; }

@media (max-width: 600px) {
  .product-info {
    display: block; }
    .product-info__media, .product-info__media.l-pull-left, .product-info__media.l-pull-right {
      margin-bottom: 12px;
      margin-bottom: 0.75rem;
      float: none;
      display: block; }
    .product-info__body {
      display: block; } }

@media screen and (max-width: 480px) {
  .product-info__prices p {
    padding: 6px;
    padding: 0.375rem; } }

.product-meta {
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  .product-meta__rating {
    margin-bottom: 4px;
    margin-bottom: 0.25rem; }
  .product-meta__stars {
    margin: 0 6px;
    margin: 0 0.375rem; }
    .product-meta__stars > span {
      width: 16px; }
    .product-meta__stars.is-open .ico-star, .product-meta__stars.is-open .ico-nostar {
      cursor: pointer; }
  .product-meta__taxonomy {
    font-size: 12px;
    font-size: 0.75rem; }
    .product-meta__taxonomy ul {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0; }
    .product-meta__taxonomy li {
      display: inline; }
    .product-meta__taxonomy a {
      text-decoration: underline; }
      .product-meta__taxonomy a:hover {
        text-decoration: none; }

.product-formats {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 12px;
  font-size: 0.75rem; }
  .product-formats__heading {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
    font-weight: 400;
    text-transform: uppercase; }
  .product-formats .is-highlight {
    color: #006633; }
  .product-formats .button {
    float: right; }

.product-description {
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  .product-description__main {
    margin-bottom: 16px;
    margin-bottom: 1rem; }
  .product-description__add {
    margin-bottom: 16px;
    margin-bottom: 1rem; }
    .product-description__add .rte-area {
      margin-bottom: 16px;
      margin-bottom: 1rem; }
  .product-description__toc {
    margin-bottom: 16px;
    margin-bottom: 1rem; }
    .product-description__toc h4 {
      color: #660000; }
    .product-description__toc ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .product-description__toc a {
      text-decoration: underline; }
      .product-description__toc a:hover {
        text-decoration: nonw; }

.cart-items {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem; }
  .cart-items table td {
    padding: 10px;
    vertical-align: top; }
  .cart-items table tbody {
    padding: 10px 0; }
  .cart-items table tbody tr:last-child td {
    padding-bottom: 15px; }
  .cart-items table tfoot tr:first-child td {
    padding-top: 15px; }
  .cart-items table .cart-totals {
    border-top: 1px solid black;
    padding-top: 6px; }
    .cart-items table .cart-totals tr {
      border: none; }
      .cart-items table .cart-totals tr td {
        padding: 4px 10px; }
        .cart-items table .cart-totals tr td label {
          text-align: right;
          margin: 0; }
    .cart-items table .cart-totals tr.hr td {
      border-top: 15px solid white;
      padding: 5px 0 0 0;
      border-bottom: 10px solid white;
      background-color: black; }
    .cart-items table .cart-totals tr.cart-totals__total td {
      padding-bottom: 20px; }
  .cart-items__item-details {
    max-width: 15em; }
  .cart-items__item-type {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4px; }
  .cart-items__item-link {
    font-weight: bold; }
  .cart-items__item-notes {
    color: #005a84; }
  .cart-items__item-qty, .cart-items__item-total-price {
    font-weight: bold; }
  .cart-items__item-price {
    white-space: nowrap; }
    .cart-items__item-price label {
      width: 6em;
      padding-right: 1em;
      display: inline-block;
      margin: 0; }
  .cart-items .notice--urgent {
    color: #c00;
    font-weight: bold; }
  .cart-items .price {
    font-weight: bold; }
  .cart-items .save-price {
    color: green;
    margin-top: 6px; }
  .cart-items .ranges {
    display: table; }
    .cart-items .ranges .range {
      display: table-row; }
      .cart-items .ranges .range .range__label {
        display: table-cell;
        padding-right: .5em; }
      .cart-items .ranges .range .range__date {
        display: table-cell;
        text-align: right;
        padding-left: .5em; }

.shipping-details table tr td {
  padding-bottom: 60px;
  padding-bottom: 3.75rem; }

.shipping-details td.shipping-details__date {
  font-size: 16px;
  font-size: 1rem;
  padding-top: 10px;
  padding-left: 10px; }

.cart-addresses {
  border: 1px solid #ccc;
  overflow: auto;
  padding: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block; }

.address {
  float: left;
  line-height: 1.5em; }
  .address__header {
    margin-bottom: .5em; }
  .address__name {
    font-weight: bold; }
  .address__address {
    margin-bottom: 1em; }
  .address__phone {
    font-weight: bold; }
  .address--shipping {
    min-width: 250px;
    max-width: 400px;
    margin-right: 24px;
    margin-right: 1.5rem; }
  .address--billing {
    margin-right: 80px;
    margin-right: 5rem; }

.payment-information {
  padding: 20px 0;
  font-family: arial, sans-serif; }
  .payment-information h4 {
    color: #600;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }
  .payment-information table {
    font-size: 12px;
    font-size: 0.75rem; }
    .payment-information table tr th {
      font-weight: normal;
      width: 150px;
      width: 9.375rem;
      text-align: left; }
    .payment-information table tr th, .payment-information table tr td {
      padding: 5px 0; }
  .payment-information label {
    display: inline-block;
    margin: 0 2em 0 0; }
  .payment-information input[type=checkbox] {
    display: inline-block;
    vertical-align: middle; }
  .payment-information section {
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }

.rail .promo-content__media {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  float: none;
  margin-left: 0;
  margin-right: 0; }

.rail .listing-item, .rail .listing__viewall {
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
  padding-top: 0; }

.rail .listing-item__field {
  margin-top: 6px;
  margin-top: 0.375rem;
  display: block; }
  .rail .listing-item__field:first-child {
    margin-top: 0; }
  .rail .listing-item__field:before {
    display: none; }

.rail .listing .listing-item--red {
  padding-top: 0;
  border-top: 0; }
  .rail .listing .listing-item--red .listing-item__field {
    display: inline-block; }
    .rail .listing .listing-item--red .listing-item__field:before {
      content: "//";
      margin: 0 4px; }
    .rail .listing .listing-item--red .listing-item__field:first-child:before {
      content: "";
      margin: 0; }

.rail .selectboxit-container .selectboxit {
  width: 100%; }

.article-meta {
  margin-bottom: 22px;
  margin-bottom: 1.375rem; }
  .article-meta__byline, .article-meta__taxonomy {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0 6px 0;
    margin: 0 0 0.375rem 0; }
  .article-meta__taxonomy ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0; }
  .article-meta__taxonomy li {
    display: inline; }
  .article-meta__taxonomy a {
    text-decoration: underline; }
    .article-meta__taxonomy a:hover {
      text-decoration: none; }

.article-body .abstract-content ul, .article-body .abstract-content ol {
  list-style: none; }

.slider .slick-list {
  overflow: visible; }

.slider--home {
  max-height: 338px;
  max-height: 21.125rem; }
  .slider--home .promo-home {
    visibility: hidden; }
  .slider--home .promo-home__media,
  .slider--home .promo-home__media img {
    width: 100%; }
  .slider--home .slick-initialized .promo-home {
    visibility: visible; }

.slider--feature {
  max-width: 737px;
  max-width: 46.0625rem;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
  max-height: none; }
  .slider--feature .promo-feature {
    visibility: hidden; }
  .slider--feature .slick-initialized .promo-feature {
    visibility: visible; }
  .slider--feature .slick-dots {
    display: none !important; }

@media screen and (max-width: 1039px) {
  .slider--feature {
    max-width: none; } }

@media screen and (max-width: 768px) {
  .slider--home {
    max-height: none; }
    .slider--home .slick-dots {
      top: 0; }
  .slider--feature .slick-dots {
    display: block !important; } }

.slider-menu {
  border-top: 5px solid #333; }
  .slider-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cfcfcf;
    display: table;
    width: 100%; }
  .slider-menu__item {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 12px;
    padding: 0.75rem;
    height: 55px;
    display: table-cell;
    box-sizing: border-box;
    line-height: 1.2;
    border-right: 1px solid #cfcfcf;
    text-transform: uppercase;
    color: #333; }
    .slider-menu__item:first-child {
      border-left: 1px solid #cfcfcf; }
    .slider-menu__item:hover {
      cursor: pointer; }
    .slider-menu__item.is-active, .slider-menu__item:hover {
      background-color: #333;
      background-image: -webkit-linear-gradient(top, #333 70%, #888 95%, #999 100%);
      background-image: linear-gradient(to bottom,#333 70%, #888 95%, #999 100%);
      color: #fff; }

@media screen and (max-width: 768px) {
  .slider-menu {
    display: none; } }

.embed-content iframe {
  border: 0; }

.embed-content.is-fluid iframe {
  display: block !important;
  width: 100% !important; }

.search-refine__heading {
  margin-bottom: 22px;
  margin-bottom: 1.375rem; }

.search-refine__filter {
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

.search-refine .heapBox, .search-refine .heapBox .holder {
  width: 80%; }

.l-left-rail .search-refine__filter {
  padding-top: 12px;
  padding-top: 0.75rem;
  border-top: 1px solid #e6e6e6; }
  .l-left-rail .search-refine__filter:first-child {
    border: 0; }

@media screen and (max-width: 768px) {
  .search-refine {
    margin-bottom: 24px;
    margin-bottom: 1.5rem; } }

.search-top {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ccc; }
  .search-top__row:after {
    content: "";
    display: table;
    clear: both; }
  .search-top .form-text {
    float: left; }
    .search-top .form-text label {
      font-size: 14px;
      font-size: 0.875rem;
      display: inline-block; }
    .search-top .form-text input {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 4px 6px;
      padding: 0.25rem 0.375rem;
      display: inline-block;
      height: 22px; }
  .search-top .search-advanced {
    float: right; }
  .search-top .search-summary {
    float: left; }
    .search-top .search-summary p {
      margin-bottom: 0; }
  .search-top .search-sort {
    float: right;
    margin-bottom: 0; }

.search-advanced {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  float: right;
  position: relative; }
  .search-advanced.is-open .search-advanced__popup {
    display: block; }
  .search-advanced__open {
    font-size: 12px;
    font-size: 0.75rem;
    color: #005a84;
    cursor: pointer;
    text-decoration: underline; }
    .search-advanced__open:hover {
      text-decoration: none; }
  .search-advanced__popup {
    min-width: 615px;
    min-width: 38.4375rem;
    padding: 15px;
    padding: 0.9375rem;
    top: 30px;
    top: 1.875rem;
    display: none;
    position: absolute;
    right: 0;
    z-index: 10; }
  .search-advanced__row {
    margin: 15px;
    margin: 0.9375rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .search-advanced__row:after {
      content: "";
      display: table;
      clear: both; }
    .search-advanced__row .button {
      floaT: right; }
  .search-advanced .form-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 50%;
    padding-left: 1.5625em; }
    .search-advanced .form-text:after {
      content: "";
      display: table;
      clear: both; }
    .search-advanced .form-text input {
      padding: 6px;
      padding: 0.375rem;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: 0;
      width: 100%; }
    .search-advanced .form-text label {
      margin-bottom: 6px;
      margin-bottom: 0.375rem;
      text-transform: capitalize;
      display: block; }
    .search-advanced .form-text:first-child {
      padding-left: 0; }

.search-sort__criteria {
  color: #005a84;
  font-weight: 700;
  cursor: pointer;
  padding: 0.4615384615em; }
  .search-sort__criteria:hover, .search-sort__criteria.is-active {
    color: #666; }
  .search-sort__criteria .ico {
    display: inline-block;
    vertical-align: bottom; }

.social {
  position: fixed;
  right: 0;
  top: 40%;
  background: #ccc;
  box-shadow: 0px 0px 4px 2px #999;
  border-radius: 6px 0 0 6px;
  padding: 8px;
  z-index: 5; }
  .social__icon {
    margin-bottom: 5px; }
    .social__icon:last-child {
      margin-bottom: 0; }
    .social__icon a {
      display: block;
      min-width: 30px; }
  @media screen and (max-width: 1039px) {
    .social {
      display: none; } }

.data {
  display: table;
  width: 100%; }
  .data__col {
    padding: 12px;
    padding: 0.75rem;
    display: table-cell; }
    .data__col.is-one {
      width: 45%; }
    .data__col.is-two {
      width: 35%; }
    .data__col.is-three {
      width: 20%;
      text-align: right; }
  .data__title {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    display: block;
    font-weight: 700; }
  .data__meta {
    margin-bottom: 0; }
    .data__meta:after {
      content: "";
      display: table;
      clear: both; }
    .data__meta .l-pull-left {
      margin-bottom: 0; }
    .data__meta .l-pull-left:last-child {
      margin-right: 0; }
  .data__links {
    list-style: none;
    margin: 0;
    padding: 0; }
    .data__links li {
      margin-bottom: 6px;
      margin-bottom: 0.375rem; }

@media screen and (max-width: 480px) {
  .data {
    clear: both;
    display: block;
    padding: 10px 0;
    padding: 0.625rem 0; }
    .data__col {
      padding: 0;
      display: inline-block; }
      .data__col.is-one, .data__col.is-two, .data__col.is-three {
        width: 100%;
        float: none;
        text-align: left; }
      .data__col p {
        margin-bottom: 6px;
        margin-bottom: 0.375rem; }
    .data__title {
      font-size: 14px;
      font-size: 0.875rem; }
    .data__links li {
      display: inline-block;
      margin-bottom: 0; }
      .data__links li:before {
        padding: 0 6px;
        padding: 0 0.375rem;
        content: "|"; }
      .data__links li:first-child:before {
        content: '';
        padding: 0; } }

.data-listing {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }
  .data-listing .data__title {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold; }
  .data-listing__sort {
    display: table;
    width: 100%; }
    .data-listing__sort .data-listing__col[data-sort-by] {
      cursor: pointer; }
  .data-listing__col {
    padding: 12px;
    padding: 0.75rem;
    font-size: 14px;
    font-size: 0.875rem;
    display: table-cell;
    font-weight: 700; }
    .data-listing__col.is-one {
      width: 45%; }
    .data-listing__col.is-two {
      width: 35%; }
    .data-listing__col.is-three {
      width: 20%;
      text-align: right; }
    .data-listing__col .ico {
      display: inline-block;
      vertical-align: bottom; }
  .data-listing .data {
    border-top: 1px solid #ccc; }

@media screen and (max-width: 480px) {
  .data-listing__sort {
    display: block;
    width: auto;
    float: right; }
  .data-listing__col {
    padding: 10px;
    padding: 0.625rem;
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block; }
    .data-listing__col.is-one, .data-listing__col.is-two, .data-listing__col.is-three {
      width: auto;
      float: left; } }

.print-fax .page-title .toolbar {
  margin: 0; }
  .print-fax .page-title .toolbar .toolbar_label {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 12px;
    margin-right: 0.75rem;
    vertical-align: middle; }
  .print-fax .page-title .toolbar a {
    vertical-align: middle; }

.print-fax .page-title__top {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.committee-roster .people {
  max-width: 63.75em;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  .committee-roster .people:after {
    content: "";
    display: table;
    clear: both; }
  .committee-roster .people .person {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
    float: left;
    width: 50%;
    border-top: 1px solid #999;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    padding-top: 24px;
    padding-top: 1.5rem; }
    .committee-roster .people .person:first-child, .committee-roster .people .person:nth-child(2) {
      border-top: none; }
    .committee-roster .people .person:nth-child(2n) {
      margin-right: 0; }
    .committee-roster .people .person:nth-child(2n+1) {
      clear: left; }
    @media screen and (max-width: 520px) {
      .committee-roster .people .person {
        float: none;
        width: 100%; }
        .committee-roster .people .person:nth-child(2) {
          border-top: 1px solid #999; } }
    .committee-roster .people .person table.person__info {
      width: 100%; }
      .committee-roster .people .person table.person__info tr th {
        font-weight: bold;
        text-align: left;
        width: 35%; }
      .committee-roster .people .person table.person__info tr th,
      .committee-roster .people .person table.person__info tr td {
        vertical-align: top;
        padding: 0 .5em;
        padding-bottom: 12px;
        padding-bottom: 0.75rem; }
    .committee-roster .people .person table.person__info.staff tr th {
      width: 60%; }
    .committee-roster .people .person table.person__info.staff tr.name, .committee-roster .people .person table.person__info.staff tr.title {
      height: 15%; }

.committee-roster h2 {
  border-top: 2px solid #999; }

table.user-profile-address-table {
  width: 100%;
  text-align: left; }
  table.user-profile-address-table th {
    width: 45%;
    font-weight: normal; }
    table.user-profile-address-table th:after {
      content: ":"; }

@font-face {
  font-family: "slick";
  src: url("/js/aacc/vendor/slick-carousel/slick/fonts/slick.eot");
  src: url("/js/aacc/vendor/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/js/aacc/vendor/slick-carousel/slick/fonts/slick.woff") format("woff"), url("/js/aacc/vendor/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("/js/aacc/vendor/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

.slick-slider {
  margin: 0; }

.slick-prev, .slick-next {
  width: 29px;
  width: 1.8125rem;
  height: 49px;
  height: 3.0625rem; }

@media screen and (max-width: 768px) {
  .slick-prev, .slick-next {
    display: none !important; } }

.slick-prev {
  left: -5px;
  z-index: 20; }
  .slick-prev:before {
    display: inline-block;
    content: ""; }

.slick-next {
  right: -5px; }
  .slick-next:before {
    display: inline-block;
    content: ""; }

.slick-dots {
  bottom: -5px;
  bottom: -0.3125rem;
  left: 18px;
  left: 1.125rem;
  float: left;
  width: auto; }
  .slick-dots li.slick-active button:before {
    background-color: transparent;
    opacity: 1; }
  .slick-dots li {
    width: 10px;
    width: 0.625rem;
    height: 10px;
    height: 0.625rem; }
    .slick-dots li button {
      padding: 2px;
      padding: 0.125rem;
      width: 10px;
      width: 0.625rem;
      height: 10px;
      height: 0.625rem; }
      .slick-dots li button:before {
        width: 7px;
        width: 0.4375rem;
        height: 7px;
        height: 0.4375rem;
        border-radius: 6px;
        border-radius: 0.375rem;
        content: "";
        border: 1px solid #fff;
        background-color: #fff;
        opacity: 1; }

.no-js select.js-heapbox {
  visibility: visible; }

select.js-heapbox {
  visibility: hidden; }

.selectboxit-container {
  max-width: 100%;
  position: relative;
  display: block; }
  .selectboxit-container * {
    font-size: 12px;
    font-family: sans-serif; }
  @media screen and (max-width: 480px) {
    .selectboxit-container * {
      font-size: 16px; } }
  .selectboxit-container .selectboxit {
    display: inline-block;
    border-radius: 0px;
    font-size: 12px;
    font-size: 0.75rem;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e6e6;
    max-width: 100%;
    position: relative;
    width: auto;
    padding-right: 25px;
    padding-right: 1.5625rem; }
  .selectboxit-container .selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
    top: 0%; }
  .selectboxit-container .selectboxit-text {
    padding: 0 10px;
    text-indent: 0;
    max-width: 100% !important; }
  .selectboxit-container .selectboxit-arrow-container {
    width: 25px;
    height: 25px; }
    .selectboxit-container .selectboxit-arrow-container .selectboxit-default-arrow {
      width: 25px;
      height: 25px;
      background-color: #b11f24;
      border: none;
      margin: 0; }
      .selectboxit-container .selectboxit-arrow-container .selectboxit-default-arrow:after {
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        visibility: visible; }
      .selectboxit-container .selectboxit-arrow-container .selectboxit-default-arrow:after {
        border-width: 8px 4px;
        border-top-color: #fff; }
      .selectboxit-container .selectboxit-arrow-container .selectboxit-default-arrow:after {
        top: 8px;
        left: 8px; }
    .selectboxit-container .selectboxit-arrow-container .selectboxit-arrow {
      top: 0; }
  .selectboxit-container .selectboxit-option-icon-container {
    margin: 0; }
  .selectboxit-container .selectboxit-options {
    border-radius: 0px;
    min-width: 0 !important;
    width: 100%;
    max-height: 300px; }
    .selectboxit-container .selectboxit-options a {
      height: auto; }
  .selectboxit-container .selectboxit-option {
    z-index: 20;
    position: relative;
    display: block;
    height: 25px; }
  .selectboxit-container .selectboxit-option-icon-container,
  .selectboxit-container span {
    height: 25px;
    line-height: 25px; }
  .selectboxit-container .selectboxit-option,
  .selectboxit-container .selectboxit-optgroup-header {
    text-indent: 0;
    height: auto;
    line-height: 25px; }
    .selectboxit-container .selectboxit-option a.selectboxit-option-anchor,
    .selectboxit-container .selectboxit-optgroup-header a.selectboxit-option-anchor {
      background: none;
      color: #333a3d;
      width: 100%;
      line-height: 16px;
      padding: 8px 10px;
      display: block;
      box-sizing: border-box;
      white-space: normal; }
    .selectboxit-container .selectboxit-option a.selectboxit-option-anchor:hover,
    .selectboxit-container .selectboxit-optgroup-header a.selectboxit-option-anchor:hover {
      background: #ccc; }
    .selectboxit-container .selectboxit-option a.selectboxit-option-anchor.selected,
    .selectboxit-container .selectboxit-optgroup-header a.selectboxit-option-anchor.selected {
      background: #ccc; }
    .selectboxit-container .selectboxit-option a.selectboxit-option-anchor.disabled,
    .selectboxit-container .selectboxit-optgroup-header a.selectboxit-option-anchor.disabled {
      color: #9CA5A5; }

.pika-button:hover {
  background: #b11f24 !important; }

.is-selected .pika-button {
  background: #005a84;
  box-shadow: inset 0 1px 3px #005a84; }

/*.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.pnlBackGround
{
 position:fixed;
    top:10%;
    left:10px;
    width:400px;
    height:150px;
    text-align:left;
    padding-top:10px;
    padding-left:10px;
    background-color:White;
    border:solid 0.5px black;
}

.PopupButton 
{
    box-shadow: 0px 1px 5px 0 #999;
    color: #333;
    background-color: #fff;
    border-radius: 6px;
    font-size: 0.875rem;
    padding: 0.5rem;
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
}*/

.refItemContainer
{
    list-style-type:none;
    margins: 0;
    padding-top: 15px;
    text-align:left;
    float:right;
    padding-right:40px;
        
}
.refItemContainertxt
{
    list-style-type:none;
    margins: 0;
    padding-top: 15px;
    text-align:left;
    padding-right:20px;
    padding-left:55px;
    float:left;
}
.reftxtitem
{
    padding-top:12px;
}
.refboxitem
{
    padding-top:5px;
}
    
.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}
    
.PopupHeader
{
    background-color: #aa272f;
    color:white;
    padding:5px 5px 5px 5px;
    font-weight: bold;
    font-type:Arial;
}
    
.PopupBody
{
    background-color: white;
    color:black;
    padding:5px 5px 5px 5px;
    font-weight: bold;
    font-type:Arial;
}
    
.PopupControls
{
    text-align:center;
}

.Popup
{
    min-width:200px;
    min-height:150px;
    background:white;
}
@media print {
  .masthead-bar,
  .masthead__right,
  .nav-primary,
  .nav-mobile,
  .nav-slider,
  .l-oc-siderbar,
  .social,
  .site-breadcrumbs,
  .footer {
    display: none; }
  .site-title {
    width: 210px; } }

