/* ********************************************
	Bootstrap Overwrite
-----------------------------------------------
NEVER update this file (add customizations
to BOTTOM of style.less).
******************************************** */
.panel-title {
  font-size: 14px;
  font-weight: bold;
}
.text-major {
  font-size: 14px;
  font-weight: bold;
}
.text-muted {
  color: #4d4d4d;
}
.fa-stack > .fa {
  color: white;
}
.fa-stack > .fa + .fa {
  color: #000;
}
blockquote {
  font-size: 12px;
}
/* ---------------------------------
	Forms
--------------------------------- */
.form-control {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 10px;
  font-size: 12px;
}
.form-control[name^="qty"] {
  width: auto;
  text-align: center;
}
.form-inline .radio > label {
  white-space: nowrap;
  margin-right: 10px;
}
.form-inline .form-control + div {
  margin-top: 10px;
}
.text-center .form-control {
  margin-left: auto;
  margin-right: auto;
}
.text-center select {
  text-align: left;
}
/* ---------------------------------
	Buttons
--------------------------------- */
.btn {
  padding: 10px 10px;
  font-size: 12px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-width: 1px;
}
.btn-lg {
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-width: 1px;
}
.btn-md {
  padding: 10px 10px;
  font-size: 12px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-width: 1px;
}
.btn-sm {
  padding: 10px 10px;
  font-size: 11px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-width: 1px;
}
.btn-xs {
  padding: calc(5px) calc(5px);
  font-size: 11px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-width: 1px;
}
.btn-xs .fa {
  font-size: 1.5em;
}
.btn-primary {
  background-color: #023403;
  background-image: none;
  border-color: #023403;
  box-shadow: getShadow(1px 1px 1px #d9d9d9);
  text-decoration: none;
  color: #fff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background: #000000;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #023403;
  border-color: #023403;
}
.btn-primary .badge {
  color: #023403;
  background-color: #fff;
}
.btn-default {
  background-color: #efefef;
  background-image: none;
  border-color: #c9c9c9;
  box-shadow: getShadow(1px 1px 1px #d9d9d9);
  text-decoration: none;
  color: #333 !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background: #c9c9c9;
  border-color: #a3a3a3;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #efefef;
  border-color: #c9c9c9;
}
.btn-default .badge {
  color: #efefef;
  background-color: #333;
}
/* ---------------------------------
	Panels, Wells, Alerts
--------------------------------- */
.alert,
.well {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 10px;
  font-size: 12px;
}
.alert-info {
  background-color: #efefef;
  border-color: #c9c9c9;
  color: #023403;
}
.panel-primary {
  border-color: #ddd;
}
.panel-primary.disabled .panel-heading {
  opacity: 0.65;
}
.panel-primary > [class^="panel-"]:first-child:before,
.panel-primary > [class^="panel-"]:first-child:after {
  content: " ";
  display: table;
}
.panel-primary > [class^="panel-"]:first-child:after {
  clear: both;
}
.panel-primary.itemgroup:hover .panel-heading {
  background-color: #000000;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #023403;
  background-image: none;
  border: none;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-primary > .panel-heading .badge {
  color: #023403;
  background-color: #fff;
}
.panel-primary > .panel-heading a {
  color: #fff;
}
.panel-primary > .panel-heading h2,
.panel-primary > .panel-heading .panel-title {
  vertical-align: middle;
  color: #fff;
}
.panel-primary > .panel-heading h2 > .pull-right,
.panel-primary > .panel-heading .panel-title > .pull-right {
  font-size: 12px;
}
.panel-primary > .panel-heading div.panel-title:before,
.panel-primary > .panel-heading div.panel-title:after {
  content: " ";
  display: table;
}
.panel-primary > .panel-heading div.panel-title:after {
  clear: both;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary > .panel-heading a {
  color: #d9d9d9;
}
.panel-default {
  border-color: #ddd;
}
.panel-default.disabled .panel-heading {
  opacity: 0.65;
}
.panel-default > [class^="panel-"]:first-child:before,
.panel-default > [class^="panel-"]:first-child:after {
  content: " ";
  display: table;
}
.panel-default > [class^="panel-"]:first-child:after {
  clear: both;
}
.panel-default.itemgroup:hover .panel-heading {
  background-color: #c9c9c9;
}
.panel-default > .panel-heading {
  color: #003015;
  background-color: #efefef;
  background-image: none;
  border: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #efefef;
  background-color: #003015;
}
.panel-default > .panel-heading a {
  color: #003015;
}
.panel-default > .panel-heading h2,
.panel-default > .panel-heading .panel-title {
  vertical-align: middle;
  color: #003015;
}
.panel-default > .panel-heading h2 > .pull-right,
.panel-default > .panel-heading .panel-title > .pull-right {
  font-size: 12px;
}
.panel-default > .panel-heading div.panel-title:before,
.panel-default > .panel-heading div.panel-title:after {
  content: " ";
  display: table;
}
.panel-default > .panel-heading div.panel-title:after {
  clear: both;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-info {
  border-color: #ddd;
}
.panel-info.disabled .panel-heading {
  opacity: 0.65;
}
.panel-info > [class^="panel-"]:first-child:before,
.panel-info > [class^="panel-"]:first-child:after {
  content: " ";
  display: table;
}
.panel-info > [class^="panel-"]:first-child:after {
  clear: both;
}
.panel-info.itemgroup:hover .panel-heading {
  background-color: #c9c9c9;
}
.panel-info > .panel-heading {
  color: #333;
  background-color: #efefef;
  background-image: none;
  border: none;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-info > .panel-heading .badge {
  color: #efefef;
  background-color: #333;
}
.panel-info > .panel-heading a {
  color: #333;
}
.panel-info > .panel-heading h2,
.panel-info > .panel-heading .panel-title {
  vertical-align: middle;
  color: #333;
}
.panel-info > .panel-heading h2 > .pull-right,
.panel-info > .panel-heading .panel-title > .pull-right {
  font-size: 12px;
}
.panel-info > .panel-heading div.panel-title:before,
.panel-info > .panel-heading div.panel-title:after {
  content: " ";
  display: table;
}
.panel-info > .panel-heading div.panel-title:after {
  clear: both;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel,
.panel-group .panel {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 0;
  font-size: 12px;
}
.panel > .panel-heading,
.panel-group .panel > .panel-heading {
  margin: -1px -1px 0;
  padding: 10px;
  border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -webkit-border-radius: 0px 0px 0 0;
}
.panel > .panel-body,
.panel-group .panel > .panel-body {
  padding: 10px;
}
.panel > .panel-footer,
.panel-group .panel > .panel-footer {
  border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  -webkit-border-radius: 0 0 0px 0px;
  padding: 10px;
}
.panel > .panel-heading > table.full-width,
.panel-group .panel > .panel-heading > table.full-width {
  margin-top: -10px;
  margin-bottom: -10px;
  height: 50px;
}
.panel > .panel-heading > table.full-width > tbody > tr > td,
.panel-group .panel > .panel-heading > table.full-width > tbody > tr > td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.panel > .panel-heading > table.full-width > tbody > tr > td.text-right,
.panel-group .panel > .panel-heading > table.full-width > tbody > tr > td.text-right {
  width: 1px;
}
.panel-group .panel {
  overflow: hidden;
}
/* ---------------------------------
	Accordion
--------------------------------- */
/* ---------------------------------
	List Group
--------------------------------- */
.list-group > .list-group-item {
  color: #262626;
  font-weight: normal;
  text-decoration: none;
}
.list-group > .list-group-item:hover,
.list-group > .list-group-item.hover {
  color: #000;
}
.list-group > .list-group-item.active {
  background-color: #023403;
  border-color: #023403;
  padding: 9px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.list-group > .list-group-item.active .fa {
  margin-right: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.list-group > .list-group-item:first-child {
  border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -webkit-border-radius: 0px 0px 0 0;
}
.list-group > .list-group-item:last-child {
  border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  -webkit-border-radius: 0 0 0px 0px;
}
/* ---------------------------------
	Grids
--------------------------------- */
.row {
  margin-left: calc(-5px);
  margin-right: calc(-5px);
}
.row > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row > [class^="col-"] > table,
.row > [class^="col-"] > div,
.row > [class^="col-"] > p {
  margin-left: calc(5px);
  margin-right: calc(5px);
}
.row > [class^="col-"] > table > h2,
.row > [class^="col-"] > div > h2,
.row > [class^="col-"] > p > h2 {
  margin-top: 0;
}
.row .col-default {
  float: left;
  position: relative;
  min-height: 1px;
}
.row .col-default + .col-default > .form-control {
  margin-left: 10px;
}
.row .col-default:first-child,
.row .col-default:last-child {
  margin-top: 0;
  padding-top: 0;
}
.row ~ * {
  margin-top: 10px;
}
/* ---------------------------------
	Dropdowns
--------------------------------- */
.dropdown-menu {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 12px;
}
.dropdown-menu .dropdown-header {
  background-color: #023403;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  margin-top: -10px !important;
  margin-bottom: 4px !important;
  color: #fff;
  font-weight: bold;
}
.input-group .btn,
.input-group .form-control {
  line-height: normal;
}
.btn-group .dropdown-menu {
  min-width: 125%;
  text-align: left;
}
.btn-group .dropdown-menu > .row {
  margin-left: 0;
  margin-right: 0;
  padding: 0.5em;
}
.btn-group .dropdown-menu > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
/* ---------------------------------
	Tables
--------------------------------- */
.text-danger {
  color: red !important;
}
table {
  border-collapse: separate;
  border-spacing: 1px;
}
.table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table > [class="active"] {
  background-color: #023403;
}
.table > tr > [class="active"],
.table > thead > tr > [class="active"],
.table > tbody > tr > [class="active"] {
  background-color: #023403;
}
.table > tr > th,
.table > thead > tr > th,
.table > tbody > tr > th {
  background-color: transparent;
  font-size: 12px;
  color: #000;
}
.table > tr > td,
.table > thead > tr > td,
.table > tbody > tr > td {
  /*border-top: none;
			border-bottom: 1px solid @lineColor;*/
  border: none;
  padding: 5px;
  vertical-align: middle;
  font-size: 12px;
}
/* ---------------------------------
	Carousel (cart upsell)
--------------------------------- */
#carouselNav .pager a {
  color: #023403;
}
/* ---------------------------------
	Helpers
--------------------------------- */
.full-width {
  width: 100%;
}
/* Center-align a block level element */
.center-block {
  display: inline-block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.vtop,
.vtop > th,
.vtop > td,
.vtop > tr > th,
.vtop > tr > td,
.vtop > tbody > tr > th,
.vtop > tbody > tr > td {
  vertical-align: top !important;
}
.vbottom,
.vbottom > th,
.vbottom > td,
.vbottom > tr > th,
.vbottom > tr > td,
.vbottom > tbody > tr > th,
.vbottom > tbody > tr > td {
  vertical-align: bottom !important;
}
.vcenter,
.vcenter > th,
.vcenter > td,
.vcenter > tr > th,
.vcenter > tr > td,
.vcenter > tbody > tr > th,
.vcenter > tbody > tr > td {
  vertical-align: middle !important;
}
div.vcenter {
  display: inline-block;
  float: none;
}
.no-padding {
  padding: 0;
}
.no-rounded-corners,
.no-rounded-corners > .panel-heading,
.no-rounded-corners > .panel-footer {
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.escape-padding {
  margin: -10px !important;
}
.space-block {
  width: 10px;
  height: 10px;
}
.space-block.space-block-h2x {
  width: 20px;
}
.space-block.space-block-h3x {
  width: 30px;
}
.space-block.space-block-y2x {
  height: 20px;
}
.space-block.space-block-y3x {
  height: 30px;
}
.reset {
  background-image: none !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-collapse: collapse !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.reset > tbody > tr > th,
.reset > tbody > tr > td {
  padding: 0 !important;
}
/* ********************************************
	PYOS
-----------------------------------------------
NEVER update this file (add customizations
to BOTTOM of style.less).
******************************************** */
.wait,
.wait * {
  cursor: wait;
}
.smalltable {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  text-align: center;
  color: #2F4F4F;
  background-color: #d1d1d1;
}
.lineitemtable {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  text-align: center;
  background-color: #fff;
  color: #2F4F4F;
}
.jqifade {
  position: absolute;
  background-color: #333;
}
div.jqi {
  width: 300px;
  font-family: Verdana, Geneva, sans-serif;
  position: absolute;
  background-color: #ffffff;
  font-size: 11px;
  text-align: left;
  border: solid 1px #eeeeee;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 7px;
}
div.jqi .jqicontainer {
  font-weight: bold;
}
div.jqi .jqiclose {
  position: absolute;
  top: 6px;
  right: -2px;
  width: 18px;
  cursor: default;
  color: #bbb;
  font-weight: bold;
}
div.jqi .jqimessage {
  padding: 10px;
  line-height: 20px;
  color: #444444;
}
div.jqi .jqibuttons {
  text-align: right;
  padding: 5px 0 5px 0;
  border: solid 1px #eeeeee;
  background-color: #f4f4f4;
}
/*
div.jqi button{
	padding: 3px 10px;
	margin: 0 10px;
	background-color: #eee;
	border: 1px outset #666;
	color: #000 ;
	font-weight: bold;
	font-size: 12px;}
*/
div.jqi button:hover,
div.jqi button.jqidefaultbutton:hover {
  background-color: #728A8C;
}
div.jqi button.jqidefaultbutton {
  background-color: #eee;
}
.jqiwarning .jqi .jqibuttons {
  background-color: #eee;
}
div.wrapper {
  width: 770px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 99;
}
#pyosContainer {
  position: relative;
}
#pyosContainer img {
  vertical-align: baseline;
}
#please_wait {
  z-index: 1004;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/pyos/ajax-loader.gif') center center no-repeat;
  /* border: 3px solid red; */
}
/* 6.95.203 */
.hoverTxtTitle {
  color: #023403;
}
.hovernote {
  color: #f54c23;
  font-size: 11px;
  font-style: italic;
}
.smalltable .button {
  background-color: #023403;
  color: #fff;
}
/* ==============================
	webdev code
============================== */
#legendSec,
#legendSeat {
  margin-top: 1em;
  color: #000;
}
.hoverTxt {
  color: #000;
}
.smalltable .fa,
.lineitemtable .fa {
  margin-left: 5px;
  font-size: 1.5em;
}
/* header row */
.smalltable td {
  color: #000 !important;
}
.smalltable2 {
  width: 95%;
  background-color: #fff;
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  table-layout: fixed;
}
/* seat rows */
.lineitemtable {
  width: 95%;
  border-bottom: 1px solid #dcdcdc;
  table-layout: fixed;
}
.lineitemtable td {
  text-align: center;
  color: #000 !important;
}
.smalltable2 td,
.lineitemtable td {
  padding: 3px 5px !important;
}
/* columns */
.ev_SectionCol {
  overflow: hidden;
  /*white-space: nowrap;*/
}
.ev_RowCol {
  width: 10%;
}
.ev_SeatCol {
  width: 7%;
}
.ev_PTCol {
  width: 40%;
}
.ev_PTCol select {
  width: 90% !important;
}
.ev_PriceCol {
  width: 10%;
  text-align: right !important;
}
.ev_TrashCol {
  width: 5%;
}
.ev_TrashCol img {
  width: 16px;
  height: 16px;
}
.ev_TrashCol .fa {
  font-size: 1.5em;
}
/* ==============================
	Tabbed Layout
============================== */
.price_steps_horizontal {
  width: 45%;
  float: left;
  padding-right: 5px;
}
.price_steps_vertical {
  width: 530px;
  text-align: center;
  padding-left: 250px;
}
#plMapContainer {
  width: 50%;
  float: right;
  padding: 5px;
}
#mapContainer #plMapContainer {
  float: none;
  margin: 1em auto;
}
.dualMapMiniCart {
  position: absolute;
  top: 260px;
  left: 0;
  width: 365px !important;
  height: 61px;
  background-color: #fff;
  border: 1px solid #C0C0C0;
}
.dualMapMiniCart .ev_PTCol select {
  width: auto;
}
#pyoInstructionPanel {
  width: 353px;
  height: 250px;
  float: left;
  border: 2px solid #C0C0C0;
  margin: 0;
  padding: 5px;
  text-align: left;
}
/* ------------------------------
	Basic
------------------------------ */
body {
  margin: 0;
  padding: 0;
}
body,
th,
td,
input,
select {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #000;
}
body.nobg,
table.nobg {
  margin: 0;
  padding: 15px;
}
/* popups */
body.pop {
  background: white;
  margin: 0;
  padding: 15px 15px calc(60px);
}
/* unskinned */
body.simpleBody {
  height: 100%;
  background: white;
  margin: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
select,
textarea {
  color: #000;
}
input.inputright {
  text-align: right;
}
input.disabled {
  border-color: transparent;
  background-color: transparent;
}
input.inputrightdisabled {
  border-color: transparent;
  background-color: transparent;
  text-align: right;
}
a {
  color: #023403;
}
a:visited,
a.visited {
  color: #023403;
}
a:hover,
a.hover,
a:active,
a.active {
  color: #000000;
}
[onclick] {
  cursor: pointer;
}
hr {
  border: 0;
  height: 2px;
  margin: 2px 0;
  background-color: #ddd;
  color: #ddd;
}
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  color: #003015;
}
h1 {
  font-size: 16px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 11px;
}
h5 {
  font-size: 10px;
}
h1.head {
  font-size: 18px;
}
big,
.lgmed,
.lgmedb,
.sectionhead {
  font-size: 14px;
  color: #023403;
}
big,
.lgmedb {
  font-weight: bold;
}
div.lgmedb,
.sectionhead {
  line-height: 1.5em;
}
small,
.small,
.small p,
.small div,
.small td,
.smallbold,
.smallmedbold,
.small input,
.small select,
.small textarea,
.small td,
.errorsm {
  font-size: 11px;
}
.small b,
.small strong,
.smallbold,
.smallmedbold {
  font-weight: bold;
}
.smallmedbold {
  color: #023403;
}
form,
script {
  margin: 0;
  padding: 0;
}
form label {
  cursor: pointer;
}
/* ------------------------------
	Mini Cart - top hover version
------------------------------ */
/*#cartIcon{
	background-color: transparent; 
	color: @mutedTextColor;  
	width: 300px; 
	z-index: 10; 
	position: absolute;
	margin-top: -14px;
	margin-left: 780px;
	padding: 2px;}
	
.minicart{
  background: none;	
}	

.minicart #expStr,
.minicart .fa {
	color: @client_color1;}

.minicart-over{
	background: url('@{baseImagePath}/minicart-bgTile.png');
	.getBorderRadius(@wideRadius);
	padding-top: 48px;
	padding-bottom: 10px;
}

.minicart-over #expStr,
.minicart-over .fa {
	color: #fff;}

#carttimer {  
	font-size: @smallFontSize;
	padding: 2px 4px;
	text-align: center;}

#mCart{
	padding:10px 0;}
	
#timer {
	background-color: #eee;
	margin: 0 0 0 0;
	padding: 5px 5px;
	font-size: @smallFontSize;
	text-align: center;
	line-height: 22px;
	color: #fff;}
	
#timer input {
	font-size: @baseFontSize;
	color: @errorColor;
	font-weight: bold;
	border: 1px solid #808080;
	text-align: center;
	background-color: #eee;}

#timer a:link, #timer a:active, #timer a:visited{	
  color: #09326f;
  text-decoration: none;}  

#timer a:hover{	
  color: @errorColor;}    
	
.timer {
	font-size: 13px;
	color: @errorColor;
	font-weight: bold;
	border: 1px solid #808080;
	text-align: center;
	background-color: #eee;
	padding: 3px 5px;}
	
a.timer:link{
	font-size: @smallFontSize;
	color: #09326f;
	border: 1px outset #808080;
	text-decoration: none;
	padding: 3px 8px;}

a.timer:hover{
	color: @errorColor;
	text-decoration: none;}	*/
/* ------------------------------
	end of mini cart - top hover
------------------------------ */
/* ------------------------------
	Mini Cart - side tag version
------------------------------ */
#cartIcon {
  padding: 10px;
  width: 60px;
  height: 60px;
  position: fixed;
  right: -10px;
  cursor: pointer;
  z-index: 9999999999;
  margin: 0;
  border-radius: 0px;
  display: none;
}
.minicart {
  background: none;
}
.minicart #expStr,
.minicart .fa {
  color: #ffffff;
}
.minicart-over {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding-top: 48px;
  padding-bottom: 10px;
  display: block;
}
.minicart-over #expStr,
.minicart-over .fa {
  color: #fff;
}
#carttimer {
  font-size: calc(10px);
  padding: 2px 4px;
  text-align: center;
}
#mCart {
  background-color: #333;
  position: absolute;
  padding: 10px;
  z-index: 9999999;
  min-height: 60px;
}
#timer {
  background-color: #eee;
  margin: 0 0 0 0;
  padding: 5px 5px;
  font-size: calc(10px);
  text-align: center;
  line-height: 22px;
  color: #fff;
}
#timer input {
  font-size: 12px;
  color: red;
  font-weight: bold;
  border: 1px solid #808080;
  text-align: center;
  background-color: #eee;
}
#timer a:link,
#timer a:active,
#timer a:visited {
  color: #09326f;
  text-decoration: none;
}
#timer a:hover {
  color: red;
}
.timer {
  font-size: 13px;
  color: red;
  font-weight: bold;
  text-align: center;
}
#cartIcon input.timer {
  color: #fff;
  width: 55px;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  text-align: left;
  cursor: pointer;
  margin-left: -5px;
}
/* ------------------------------
	end of mini cart - side tag version
------------------------------ */
/* ------------------------------
	Mini Cart - left lower corner version
------------------------------ */
#minicartContainer {
  margin: 1em 0.5em 1em 0.5em;
  border-collapse: collapse;
}
body.minicartBody {
  background-color: white;
  padding: 0;
}
table#minicart {
  margin: 0;
  padding: 0;
}
#minicart td,
#minicart div {
  font-size: 11px;
  line-height: 1.5em;
  text-align: left;
}
#minicart td {
  white-space: nowrap;
  border-left: 1px solid #ddd;
  padding: 0 10px;
}
#minicart div {
  margin: 0;
  padding: 4px;
  border-bottom: 1px solid #ddd;
}
#minicart td img,
#minicart div img {
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  width: 30px;
  height: 30px;
}
#minicart td input,
#minicart div input {
  margin: 4px auto 0;
  padding: 0;
  font-size: 11px;
}
/* ------------------------------
	Other Layout Elements
------------------------------ */
#login {
  float: left;
  padding: 10px 10px 10px 0;
}
#pleasewait {
  background: white;
  border: 6px double #ddd;
  width: 400px;
  text-align: center;
  color: #4d4d4d;
}
/* ------------------------------
	Breadcrumbs
------------------------------ */
#breadcrumbs {
  margin: 0 0 15px;
  padding: 0;
  font-size: 11px;
  text-align: left;
  color: #4d4d4d;
}
#breadcrumbs a {
  font-weight: normal;
  color: #4d4d4d;
}
#breadcrumbs strong a {
  font-weight: bold;
  color: #023403;
}
/* ------------------------------
	Tables
------------------------------ */
.boxed {
  border: 1px solid #ddd;
  padding: 10px;
}
.boxedhead,
.boxedheadsm,
.bgmed {
  background-color: #023403;
  padding: 4px 10px;
  font-weight: bold;
  color: #fff;
}
.boxedhead table,
.boxedheadsm table,
.bgmed table {
  background-image: none !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-collapse: collapse !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.boxedhead table > tbody > tr > th,
.boxedheadsm table > tbody > tr > th,
.bgmed table > tbody > tr > th,
.boxedhead table > tbody > tr > td,
.boxedheadsm table > tbody > tr > td,
.bgmed table > tbody > tr > td {
  padding: 0 !important;
}
.boxedhead a,
.boxedheadsm a,
.bgmed a {
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #ff0;
}
.boxedhead a:hover,
.boxedheadsm a:hover,
.bgmed a:hover {
  color: #fff;
}
.boxedheadsm {
  font-size: 11px;
}
.boxed p.eventDate {
  text-indent: -7em;
  margin-left: 7em;
}
#ada {
  margin: 0 auto 1em;
  padding: 5px;
  border: 1px solid #00f;
  font-weight: normal;
  line-height: 21px;
  text-align: center;
  color: #00f;
}
#ada img {
  vertical-align: middle;
}
#ada a {
  white-space: nowrap;
  font-weight: bold;
  color: #00f;
}
.ada {
  font-size: 12px;
  font-weight: bold;
  color: #00f;
}
.label {
  text-align: right;
  padding: 0 5px 0 0;
}
.acctInfo {
  text-align: left;
  padding: 2px 5px;
  font-size: 11px;
  font-weight: bold;
}
.myacct a:link {
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}
/* ------------------------------
	Event List Style
------------------------------ */
ul.eventlist li {
  list-style-image: url('../images/bullet.gif');
  margin-bottom: 1.5em;
}
ul#eventlistbig {
  margin: 0 180px;
}
p#eventlistbig {
  margin: 0;
  text-align: center;
}
#eventlistbig {
  list-style: none;
  padding: 2em 0;
  text-align: center;
}
#eventlistbig img {
  margin: 5px;
}
#eventlistbig li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#eventlistbig li a {
  display: block;
  border: 1px solid #eee;
  margin: 10px 0;
  padding: 10px;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  color: #023403;
}
#eventlistbig li a:hover {
  border: 1px solid #999;
  color: #000;
}
.listhead {
  background-color: #023403;
  font-weight: bold;
  color: #fff;
}
.listeven,
.listevenb {
  background-color: transparent;
}
.listevenb {
  font-weight: bold;
}
.listodd,
.listoddb {
  background-color: #eee;
}
.listoddb {
  font-weight: bold;
}
/* ------------------------------
	Form Table
------------------------------ */
.formTable {
  width: 400px;
  border-collapse: collapse;
  margin: 1.5em auto;
  padding: 0;
}
div.input_label,
th.input_label,
td.input_label,
.formTable th {
  color: #000;
}
th.input_label,
td.input_label,
.formTable td.input_label,
.formTable th {
  background: transparent;
  font-weight: normal;
  text-align: right;
  vertical-align: top;
}
.formTable th {
  padding: 10px 5px;
}
.formTable td {
  background: transparent;
  padding: 10px 5px;
  text-align: left;
  vertical-align: top;
}
.formTable td input[type="radio"] {
  vertical-align: middle;
}
.formTable td.labelMax {
  text-align: center;
}
.formTable td.labelMax div {
  margin: 0;
  padding: 0;
}
.formTable td.labelMax div + div {
  margin-top: 0.5em;
}
.formTable tr + tr td.labelMax div.input_label {
  margin-top: 1.5em;
}
.boxed .formTable {
  width: auto;
  margin: 0;
}
.boxed .formTable th,
.boxed .formTable td {
  padding: 0 5px 3px;
}
/* ------------------------------
	Form List
------------------------------ */
.formList {
  clear: both;
  max-width: 400px;
  /*border: 1px solid @lineColor;*/
  margin: 0 auto 1em;
  padding: 10px;
}
.formList dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.formList dd {
  margin: 0.5em 0 2em 2em;
  padding: 0;
  font-weight: normal;
}
.boxed .formList {
  width: auto;
  border: none;
  margin: 0;
}
/* ------------------------------
	Form: radio/checkbox list
------------------------------ */
.customFormOptions {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.customFormOptions label {
  font-weight: normal !important;
  display: inline;
  margin-left: 0.5em;
}
.customFormOptions + p {
  margin-top: 1em;
}
.formTable td.labelMax .customFormOptions {
  margin-left: 25%;
}
.formList dd .customFormOptions {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
/* ------------------------------
	Demo Request #118
	(multi-guest addition)
------------------------------ */
div.guestFormContainer {
  border: 1px solid #ddd;
  margin: 0 0 10px;
  padding: 5px;
}
.formList div.guestFormContainer {
  border: none;
}
div.guestFormLabel {
  background: #023403;
  margin: 0 0 1em;
  padding: 2px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
div.guestFormContainer table {
  width: 100%;
  margin: 0;
  padding: 0;
}
div.guestFormContainer table div.guestFormLabel {
  margin: 0;
}
/* ------------------------------
	Event Info
------------------------------ */
table#eventInfo {
  border-collapse: collapse;
  margin: 0 0 2em;
  padding: 0;
}
table#eventInfo td {
  padding: 0 10px 0 0;
  vertical-align: top;
}
div#eventInfo {
  padding-bottom: 1em;
}
div#eventInfo td {
  padding-right: 1em;
}
#eventInfo h2 {
  margin: 0;
  padding: 0;
}
#eventInfo p {
  margin: 1em 0 0;
  padding: 0;
  font-size: 11px;
  line-height: 1.5em;
}
#eventInfo #eventInfo_comments {
  border-top: 1px solid #ddd;
  margin-top: 1em;
  padding: 1em 0;
  font-size: 11px;
}
#eventInfo strong {
  color: #023403;
}
/* ------------------------------
	Event Info CHOCOLATE
------------------------------ */
table#eventCols {
  border: 1px solid #ddd;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin: 0 0 2em;
  padding: 0;
}
table#eventCols > tbody > tr > td {
  width: 25%;
  padding: 10px 10px 30px;
  vertical-align: top;
}
table#eventCols > tbody > tr > td + td {
  border-left: 1px solid #ddd;
}
/* ------------------------------
	Cart Display
------------------------------ */
.cartdisplay_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  margin: 0 auto;
  padding: 0;
}
.cartdisplay_table > tr > td,
.cartdisplay_table > tbody > tr > td {
  padding: 4px;
}
.cartdisplay_table > tr > td hr,
.cartdisplay_table > tbody > tr > td hr {
  margin: -4px;
}
.cartdisplay_table > tr > td select.form-control,
.cartdisplay_table > tbody > tr > td select.form-control {
  width: 95%;
  font-weight: bold;
}
.cartdisplay_table > tr > td select.form-control option,
.cartdisplay_table > tbody > tr > td select.form-control option {
  font-weight: normal;
}
.cartdisplay_table_headers {
  padding: calc(2px) 4px;
  font-size: 11px;
  font-weight: bold;
}
#cartdisplay_totals .btn {
  width: 75%;
}
.sectionhead {
  background: #eee;
  border: 1px solid #666;
  padding: 4px;
  color: #000;
}
.cartbox {
  border: none;
  padding: 0 0 4px;
  font-size: 11px;
  line-height: 1.5em;
}
.cartbox big {
  font-size: 12px;
  font-weight: bold;
  color: #000 !important;
}
.cartbox strong {
  display: none;
}
.carthead {
  background-color: #003015;
  color: #fff;
  padding: calc(2px) 4px;
  font-size: 11px;
  font-weight: bold;
}
.amounthead {
  background-color: #023403;
  color: #fff;
  padding: calc(2px) 4px;
  font-size: 11px;
  font-weight: bold;
}
.amount {
  background: #eee;
  text-align: right;
}
/* ------------------------------
	Content
------------------------------ */
p.buttonSet a + a,
p.buttonSet input + input,
p.buttonSet button + button,
p.buttonSet span + span {
  margin-left: 2em;
}
div.clear {
  clear: both;
  height: 0;
}
.nowrap {
  white-space: nowrap;
}
.attention {
  font-weight: bold;
  color: #0000ff;
}
.button {
  display: inline-block;
  margin-bottom: 0;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #023403;
  background-image: none;
  border: 1px solid #023403;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  color: #fff !important;
}
.button:hover,
.button:focus,
.button.focus {
  text-decoration: none;
  background: #000000;
  color: #fff;
}
.button:visited,
.button:active,
.button.active {
  outline: 0;
  color: #fff;
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
}
.checkOut {
  padding: 10px 10px;
  font-size: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-width: 1px;
}
image.colorBox {
  border: 1px solid #666;
  margin: 2px 5px;
}
.colorBox.fa {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.error,
.errorsm,
.req {
  font-weight: bold;
  color: red;
}
.req {
  font-weight: normal;
  font-size: 9px;
}
ul.extended li,
ol.extended li {
  margin-bottom: 1em;
}
ul.extended ul,
ul.extended ol,
ol.extended ul,
ol.extended ol {
  margin-top: 1em;
}
.hide {
  display: none;
}
.show {
  display: visible;
}
.medbold {
  font-weight: bold;
}
span.secret {
  color: #fff;
}
.secret,
a.secret,
a.secret:hover,
a.secret:visited {
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
.spaceOut {
  line-height: 1.5em;
}
.white {
  background: #fff;
}
.bold {
  font-weight: bold;
}
.unbold {
  font-weight: normal;
}
.shadow {
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.7);
}
/*******  Place holder plug-in ******/
.placeholder,
.form-text {
  color: #999 !important;
}
/* ------------------------------
	eCheck
------------------------------ */
.checkamount {
  font-size: 11pt;
  font-weight: bold;
}
.checkamountbox {
  border: 1px solid #000;
  padding: 4px;
}
.checki {
  font-size: 7pt;
  font-style: italic;
}
.checkmain {
  font-size: 10pt;
}
.checkmaini {
  font-size: 10pt;
  font-style: italic;
}
.checksmall {
  font-size: 7pt;
}
.maincheck {
  background-image: url('../images/echeck-bg.gif');
  border: 2px solid #000;
  padding: 4px;
}
/* ------------------------------
	Showbox
------------------------------ */
#layer,
#layer2 {
  z-index: 3000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#box,
#box2 {
  background-color: transparent;
  font-size: 100%;
  position: absolute;
  z-index: 3001;
}
#box .hd {
  white-space: nowrap;
  overflow: hidden;
  height: 18px;
  background-color: #023403;
  margin: 0;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
html > body #box .hd {
  background-image: url('../images/opacityHeader2.png') !important;
  background-position: top left;
  background-repeat: repeat-x;
}
*html #box .hd {
  height: 28px;
}
#box .content {
  height: 100%;
  background-color: #fff;
  margin: -10px 0;
  padding: 10px;
  overflow: auto;
}
#box .contentFrame {
  padding: 0;
  overflow: visible;
}
#box .ft {
  white-space: nowrap;
  overflow: hidden;
  height: 22px;
  background-color: #505050;
  position: relative;
  text-align: center;
  padding: 10px;
  color: #fff;
}
*html #box .ft {
  height: 42px;
}
#box .ft .button {
  margin: 0 5px;
}
#box .button {
  padding: 5px 10px;
  text-decoration: none;
  font-weight: normal;
  font-size: 11px;
  background-color: #eee;
  color: #000;
  border: 1px outset #666666;
  margin: 2px 5px;
}
#box a:hover {
  color: red;
}
#box p.buttonSet {
  margin-top: 2em;
}
/* form validation */
.errors {
  background: #ffcece url('../images/error-bkg.gif') top right scroll no-repeat;
  padding: 3px 10px 3px 2px;
  margin: 0;
  height: 19px;
  font-size: 0.9em;
  z-index: 10;
  position: absolute;
}
.acctMenu {
  margin: 8px 0px;
}
/*
#box2 {
	border: 2px solid @client_color1;}
#box2 iframe {
	background: #fff;
	margin: 0;
	padding: 0;}
#box2 table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	background: #fff;
	margin: 0;}
#box2 td {
	padding: 0;
	text-align: center;
	vertical-align: middle;}
*/
#simpleContainer {
  width: 100%;
  height: 100%;
}
/* ------------------------------
	Note Box
------------------------------ */
.closerIcon {
  float: right;
  margin-top: -10px;
  margin-right: -10px;
}
.closerIcon > a > .fa-stack > .fa-stack-2x {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0 0 6px #000000;
}
.closerIcon > a > .fa-stack > .fa-stack-2x + .fa-stack-2x {
  text-shadow: none;
}
/* image lightbox upsells layering over close icon (washst case 421451) */
.closerIcon + .panel > .panel-body {
  padding-top: 2em;
}
.noteBox {
  z-index: 300;
  position: absolute;
  /*background-color: #fff;
	border: 2px solid @client_color1;
	margin: 0;
	padding: 0;
	color: #000;*/
}
table.noteBoxTable {
  width: 100%;
  height: 100%;
  background: transparent;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
td.noteBoxCloser {
  height: 16px;
  margin: 0;
  padding: 0;
  text-align: right;
}
td.noteBoxContent {
  padding: 10px;
  vertical-align: middle;
}
/* ------------------------------
	round corners
	[replace with bootstrap panels]
------------------------------ */
.rdBox {
  border: 1px solid #023403;
  padding: 5px;
}
.rdBoxhd {
  background-color: #023403;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  height: 18px;
}
html > body .rdBoxhd {
  background-image: url('../images/opacityHeader2.png') !important;
  background-position: top left;
  background-repeat: repeat-x;
}
.hdCorner,
.ftCorner {
  display: block;
}
.hdCorner * {
  display: block;
  height: 1px;
  overflow: hidden;
  font-size: .001em;
  /*background-image: url('../media/image/2ColorHeader.png')!important; */
  /* background-image: url('@{baseImagePath}/opacityHeader2.png')!important;*/
  background-color: #023403;
}
html > body .hdCorner * {
  background-image: url('../images/opacityHeader2.png') !important;
  background-position: top left;
  background-repeat: repeat-x;
}
.ftCorner * {
  display: block;
  height: 1px;
  overflow: hidden;
  font-size: .001em;
  background: #505050;
}
.Corner1 {
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 1px;
  padding-right: 1px;
}
.Corner2 {
  margin-left: 1px;
  margin-right: 1px;
  padding-right: 1px;
  padding-left: 1px;
}
.Corner3 {
  margin-left: 1px;
  margin-right: 1px;
}
.Corner4 {
  border-left: 1px solid #505050;
  border-right: 1px solid #505050;
}
.Corner5 {
  border-left: 1px solid #505050;
  border-right: 1px solid #505050;
}
.whtCornerfg {
  padding: 3px 6px 3px 6px;
}
/* ------------------------------
	cart links
------------------------------ */
#cartActions {
  margin: 1em auto ;
  text-align: center;
}
.cartActions_H > p {
  display: inline;
}
.cartActions_H > p + p {
  margin-left: 1em;
}
/* ---------------------------------
	7.10.200
--------------------------------- */
.logoContainer {
  width: calc(70px);
}
.logoContainer.pull-right {
  text-align: right;
}
.logoContainer img {
  max-width: 100%;
}
.linkSet a {
  color: #023403;
  text-decoration: underline;
}
.linkSet a .fa {
  font-size: 1.5em;
}
.linkSet > a,
.linkSet > span,
.linkSet > div {
  float: left;
  margin-right: 10px;
}
.linkSet:before,
.linkSet:after {
  content: " ";
  display: table;
}
.linkSet:after {
  clear: both;
}
.scrollThis {
  height: 100px;
  overflow: auto;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 11px;
}
div.c_more_hiddenMessage {
  display: inline;
}
.c_more {
  display: inline;
}
.bottom-line:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 4px solid #efefef;
  padding-top: 10px;
  margin-bottom: 10px;
}
.highlight {
  background-color: yellow;
}
.table-condensed input[name^="qty_"] {
  text-align: center;
}
/* ---------------------------------
	Total Table
--------------------------------- */
.table-label-nowrap th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-label-value {
  margin: 5px auto 2em;
  border-collapse: collapse;
  border: 1px solid transparent;
}
.table-label-value th {
  vertical-align: top;
  font-weight: bold;
  padding: 2px 15px 1px 0px;
  font-weight: normal;
  text-align: left;
}
.table-label-value td {
  vertical-align: top;
  padding: 2px 2px 1px 0px;
  font-weight: normal;
}
.table-label-value td + td {
  padding-left: 10px;
}
.table-label-value .item-heading th,
.table-label-value .item-heading td {
  font-size: 13px !important;
}
.row-total > th {
  border: none !important;
  padding-top: 5px;
  text-align: left;
  font-weight: bold !important;
  font-size: 14px !important;
}
.row-total > td {
  border-top: 1px solid #333 !important;
  padding-top: 5px;
}
.row-total > td,
.row-total > td input {
  font-weight: bold !important;
  font-size: 14px !important;
}
.cell-numeric {
  width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-align: right !important;
  text-overflow: ellipsis;
}
.cell-numeric input[type="text"] {
  text-align: right;
}
.cell-numeric input[type="text"].disabled,
.cell-numeric input[type="text"][readonly],
.cell-numeric input[type="text"][disabled] {
  width: auto;
  background-color: transparent;
  border: none;
  padding: 0;
}
/* ---------------------------------
	Form table
--------------------------------- */
.form-table {
  margin: 0 auto 10px;
  border-collapse: collapse;
}
.form-table > tr > th,
.form-table > tbody > tr > th,
.form-table > tr > td:first-child,
.form-table > tbody > tr > td:first-child {
  white-space: nowrap;
  padding: calc(5px);
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}
.form-table > tr > td,
.form-table > tbody > tr > td {
  padding: calc(5px);
  text-align: left;
  vertical-align: middle;
}
/* ---------------------------------
	Group List CHOCOLATE
--------------------------------- */
#grpRow {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
#grpImageHolder {
  text-align: center;
}
#grpImage,
#grpImageHolder img {
  max-width: 100%;
  height: 100%;
}
#eventListTable a {
  text-decoration: none;
}
#eventListTable .text-major {
  font-size: 12px;
}
#eventListTable span.text-major {
  color: #4d4d4d;
}
#eventListTable .btn-primary.btn-sm {
  text-transform: uppercase;
}
#eventListTable .btn-primary.btn-sm .fa {
  color: #d9d9d9;
}
#eventListTable table {
  width: 100%;
}
#eventListTable table > tbody > tr > td {
  line-height: 1.5em;
}
#eventListTable table > tbody > tr > td.text-right {
  padding-left: 10px;
  width: 25%;
}
#eventListTable table > tbody > tr > td .well {
  margin-top: 1em;
}
#eventListTable table + table {
  border-top: 4px solid #efefef;
  margin-top: 10px;
  padding-top: 10px;
}
/* ------------------------------
	Tabbed Layout
------------------------------ */
#tabs.eventInfo {
  border: 1px solid #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0.2em;
}
#tabs.eventInfo ul.nav-tabs {
  background-color: #c9c9c9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #dddddd;
  padding: 5px 0 0 5px;
}
#tabs.eventInfo ul.nav-tabs li:first-child a {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#tabs.eventInfo ul.nav-tabs li a {
  background-color: #efefef;
  text-decoration: none;
  -webkit-transform: translate(30px, 0);
  -ms-transform: translate(30px, 0);
  -o-transform: translate(30px, 0);
  transform: translate(30px, 0);
}
#tabs.eventInfo ul.nav-tabs li a:hover,
#tabs.eventInfo ul.nav-tabs li a:focus {
  background-color: #eee;
  border: 1px solid #dddddd;
}
#tabs.eventInfo ul.nav-tabs li.active a {
  background-color: #ffffff;
  -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(15px, -2px) scale(1.1);
  -ms-transform: translate(15px, -2px) scale(1.1);
  -o-transform: translate(15px, -2px) scale(1.1);
  transform: translate(15px, -2px) scale(1.1);
}
#tabs.eventInfo .tab-content {
  padding: 1em 1.4em;
}
/*****************************
**
** new modal
** Mike - custom code#514144
**
**
******************************/
@media screen and (min-width: 800px) {
  .modal.modal-center:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-backdrop.in {
  opacity: 0.8 !important;
}
.modal.fade .modal-dialog {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.modal .modal-dialog.modal-center {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal button.closeX {
  position: absolute;
  right: 0px;
  color: #ffffff;
  margin-top: -30px;
  margin-right: -30px;
  font-size: 25px;
  font-weight: bold;
  border: none;
  background: transparent;
}
.modal .modal-title {
  min-height: 10px !important;
}
.modal.modal-center {
  text-align: center;
}
.modal .close :hover {
  color: #023403;
}
/******* new modal *********/
body {
  background: #ffffff;
  margin: 0;
}
a {
  font-weight: bold;
  text-decoration: none;
  color: #023403;
}
a:hover {
  text-decoration: none;
}
/* ------------------------------
	Layout
------------------------------ */
#wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: transparent;
  margin-top: -16px;
}
#container {
  width: 1024px;
  margin: 0 auto;
  padding: 0;
}
#banner {
  position: relative;
}
/* myaccount_embedded_chocolate.inc */
#header_menu {
  position: absolute;
  top: 15px;
  right: 0px;
  margin: 0;
  padding: 0;
  z-index: 1040;
}
.dropdown-menu input,
.dropdown-menu label {
  font-size: 11px;
  font-weight: normal;
}
/* showactivecartlist-hover.inc */
/*#cartIcon {
	margin-top: -40px;
	margin-left: 800px;
}*/
/* ------------------------------
	Mini Cart - side tag version
------------------------------ */
#cartIcon,
#mCart {
  background-color: #003015;
}
#cartIcon input.timer,
.minicart #expStr,
.minicart .fa {
  color: #fff;
}
/* ------------------------------
	end of mini cart - side tag version
------------------------------ */
#login {
  position: absolute;
  top: 45px;
  /*right: 250px;*/
  left: 281px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #ffffff;
}
#content {
  background: #fff;
  margin: 0;
  padding: 10px 10px 75px;
  margin-top: 40px;
}
#footer {
  background: #fff;
  padding: 10px;
  font-size: 10px;
  text-align: center;
}
/* ------------------------------
	Top Menu
------------------------------ */
#topmenu {
  background: #000;
  border-top: 1px solid #facc6c;
  border-bottom: 1px solid #facc6c;
  padding: 4px;
  text-align: center;
}
#topmenu a {
  padding: 0 12px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
#topmenu a:hover {
  text-decoration: none;
}
/* ------------------------------
	Menu
------------------------------ */
#menu {
  background: #000 url('{@baseImagePath}/baylor-bt-menuBG.jpg') bottom left no-repeat;
  margin: 0;
  height: 400px;
  padding: 38px 0 100px 0;
}
#menu ul {
  list-style: none;
  background: #363;
  border: 1px solid #9c9;
  border-top: none;
  margin: 0 10px;
  padding: 0;
}
#menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu li a {
  display: block;
  border-top: 1px solid #fff;
  padding: 3px;
  font-weight: bold;
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
}
#menu li a:hover {
  background: #696;
  color: #fc6;
}
/* ------------------------------
	Bottom Menu
------------------------------ */
#bottommenu {
  background: #000;
  border-top: 1px solid #facc6c;
  border-bottom: 1px solid #facc6c;
  padding: 4px;
  text-align: center;
  color: #fff;
}
#bottommenu a {
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}
#bottommenu a:hover {
  text-decoration: underline;
}
#copyright {
  padding-bottom: 1em;
  text-align: center;
}
#cartdisplay_totals .btn {
  width: 95% !important;
}
#soldoutMsg {
  width: 570px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  line-height: 1.7em;
  border-radius: 6px;
}
/* ------------------------------
	Redesign
------------------------------ */
.uiHeader-fullWidth-top {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 121px;
  background: url('../images/skin/headerBkg.jpg') repeat-x 0 0;
  z-index: 0;
  position: absolute;
}
.has-svg-support {
  display: block;
  width: 100%;
  height: 57px;
  max-width: none;
}
#header_dept h2 a,
#header_dept h3 a {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: -25px;
}
#header_dept h2,
#header_dept h3 {
  font: normal normal 20px/1.2em "FuturaBT", Arial, Helvetica, sans-serif;
}
#header_dept h2 {
  padding: 11px 0 0 16px;
}
.uiTopNav {
  font-family: 'FuturaBT', Arial, sans-serif;
  background: #000;
  background-image: linear-gradient(top, #323232 0%, #000000 100%);
  background-image: -moz-linear-gradient(top, #323232 0%, #000000 100%);
  background-image: -webkit-linear-gradient(top, #323232 0%, #000000 100%);
  background-image: -ms-linear-gradient(top, #323232 0%, #000000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #323232), color-stop(1, #000000));
  position: relative;
  height: 50px;
  font-size: 14px;
  line-height: 1.3em;
  z-index: 1039;
  -webkit-font-smoothing: subpixel-antialiased;
}
.uiTopNav .uiHomePage a {
  text-indent: -9999px;
  /*width: 16px;*/
  background: url('../images/skin/home.png') no-repeat 50% 50%;
  background-position: 50% 50%;
  margin-left: -40px;
}
.uiTopNav > div,
.uiTopNav ul.level1,
.uiTopNav .level1 > li,
.uiTopNav .level1 > li > a {
  height: 100%;
  list-style: none;
}
.uiTopNav li {
  position: relative;
  z-index: 99999;
}
.uiTopNav li:hover {
  z-index: 999999;
}
.uiTopNav a {
  display: block;
  font-weight: 400;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.4s, opacity 0.7s;
  -moz-transition: background-color 0.4s, opacity 0.7s;
  -ms-transition: background-color 0.4s, opacity 0.7s;
  transition: background-color 0.4s, opacity 0.7s;
  padding: 12px 18px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  -webkit-font-smoothing: subpixel-antialiased;
}
.lt-ie8 .uiTopNav a {
  color: #fff;
}
.no-touch .uiTopNav:hover a {
  z-index: 9999;
}
.no-touch .uiTopNav .level1 > li:hover {
  z-index: 9999999;
}
.no-touch .uiTopNav a:hover,
.touch .uiTopNav li.is-hover > a {
  background-color: rgba(255, 255, 255, 0.15);
}
.no-touch .uiTopNav .level1 > li:hover > a,
.touch .uiTopNav .level1 > li.is-hover > a,
.uiTopNav .level1 .current_page > a,
.uiTopNav .level1 .current_page_parent > a {
  background-color: rgba(255, 255, 255, 0.12);
}
.uiTopNav .level1 > .current_page > a,
.uiTopNav .level1 > .current_page_parent > a {
  background-color: #000;
  color: #fff;
}
.uiTopNav .level1 > li {
  float: left;
  height: 100%;
}
.uiTopNav .level1 > li > a {
  position: relative;
  border-right: 1px solid #626262;
  border-right-color: rgba(255, 255, 255, 0.2);
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 125;
}
.uiHeader-fullWidth-top .level1 > li:first-child > a {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.lt-ie8 .uiTopNav .level1 > li > a {
  border-right-color: #333333;
}
.uiTopNav .level1 > li.has_children > a {
  padding-right: 34px;
}
.uiTopNav .level1 > li.has_children > a:after {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 12041234132;
  content: " ";
  border: 5px solid transparent;
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.6);
  margin-top: -2px;
  -webkit-transition: transform .25s;
  -moz-transition: transform .25s;
  transition: transform .25s;
}
.no-touch .uiTopNav .level1 > li.has_children:hover > a:after,
.touch .uiTopNav .level1 > li.has_children.is-hover > a:after {
  -webkit-transform: translateY(-6px) rotate(180deg);
  transform: translateY(-6px) rotate(180deg);
}
.no-csstransforms .uiTopNav .level1 > li.has_children:hover > a:after {
  border-top-color: transparent;
  border-bottom-color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.6);
  margin-top: -9px;
}
.uiTopNav .level1 > li > div {
  max-height: 0;
  position: absolute;
  background: #4e4e4e;
  width: 225px;
  z-index: 1039;
  overflow: hidden;
  -webkit-transition: max-height 0.25s;
  -moz-transition: max-height 0.25s;
  transition: max-height 0.25s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.uiTopNav .level1 > li.uiTwoColumn > div,
.uiTopNav li.uiMegaMenu > div {
  width: 450px;
}
.uiTopNav li.uiMegaMenu3 > div {
  width: 675px;
}
.uiTopNav .level1 > li.uiNavFullWidth,
.uiTopNav .level1 > li.uiMegaMenu4 {
  position: static;
}
.uiTopNav .level1 > li.uiNavFullWidth > div,
.uiTopNav .level1 > li.uiMegaMenu4 > div {
  width: 100%;
  left: 0;
}
.uiTopNav .level1 > li.uiTwoColumn > div > .level2 > li,
.uiTopNav li.uiNavFullWidth .level3 > li {
  float: left;
  width: 50%;
}
.uiTopNav li.uiNavFullWidth.uiMegaMenu4 .level3 > li {
  float: none;
  width: 100%;
}
.uiTopNav .level1 > li.uiMegaMenu4 > ul.level2 {
  position: relative;
  overflow: hidden;
}
.uiTopNav .level1 > li.uiTwoColumn > div:after,
.uiTopNav .level1 > li.uiMegaMenu > div:after,
.uiTopNav .level1 > li.uiMegaMenu3 > div:before,
.uiTopNav .level1 > li.uiMegaMenu4 > div:after,
.uiTopNav .level1 > li.uiMegaMenu4 > div:before,
.uiTopNav .level1 > li.uiMegaMenu4 ul.level2:after {
  width: 1px;
  content: " ";
  background: #000;
  background: rgba(255, 255, 255, 0.12);
  height: 100%;
  position: absolute;
  left: 50%;
}
.uiTopNav .level1 > li.uiMegaMenu3 > div:after {
  left: 33.33%;
}
.uiTopNav .level1 > li.uiMegaMenu3 > div:before {
  left: 66.66%;
}
.uiTopNav .level1 > li.uiMegaMenu4 > div:before {
  left: 25%;
}
.uiTopNav .level1 > li.uiMegaMenu4 ul.level2:after {
  left: 75%;
}
.uiTopNav .level1 > li.uiTwoColumn > div > .level2 > li:nth-child(2n+1),
.uiTopNav .level1 > li.uiNavFullWidth .level3 > li:nth-child(2n+1) {
  clear: both;
}
.no-touch .uiTopNav .level1 > li:hover > div,
.touch .uiTopNav .level1 > li.is-hover > div {
  display: block;
  position: absolute;
  top: 100%;
  max-height: 2000px;
  -webkit-transition: max-height 0.6s ease-in-out;
  -moz-transition: max-height 0.6s ease-in-out;
  transition: max-height 0.6s ease-in-out;
  z-index: 100;
}
.no-touch .uiTopNav li:hover .children_block_3,
.uiTopNav .children_block_3 {
  display: none;
}
.uiTopNav li.uiDropdownRight div {
  left: auto;
  right: 0;
}
.uiTopNav .level1 > li.has_children:after,
.uiTopNav li.uiNavFullWidth > a:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #4e4e4e;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  z-index: 250;
  display: none;
}
.no-touch .uiTopNav .level1 > li.has_children:hover:after,
.touch .uiTopNav .level1 > li.has_children.is-hover:after {
  display: block;
  overflow: visible;
  z-index: 55000;
}
.no-touch .uiTopNav .level1 > li.uiNavFullWidth:hover:after,
.touch .uiTopNav .level1 > li.uiNavFullWidth.is-hover:after {
  display: none;
}
.no-touch .uiTopNav li.uiNavFullWidth:hover > a:before,
.touch .uiTopNav li.uiNavFullWidth.is-hover > a:before {
  display: block;
}
.uiTopNav .level2 {
  font-size: 12px;
  line-height: 1.35em;
}
.uiTopNav li.uiMegaMenu .level2 .children_block_3,
.uiTopNav li.uiMegaMenu3 .level2 .children_block_3,
.uiTopNav li.uiMegaMenu4 .level2 .children_block_3 {
  display: block;
}
.uiTopNav li.uiMegaMenu > div > ul > li {
  float: left;
  width: 50%;
}
.uiTopNav li.uiMegaMenu3 > div > ul > li {
  width: 33.33%;
}
.uiTopNav li.uiMegaMenu4 > div > ul > li {
  width: 25%;
  float: left;
}
.uiTopNav li.uiMegaMenu .level2 > li > a,
.uiTopNav li.uiMegaMenu3 .level2 > li > a,
.uiTopNav li.uiMegaMenu4 .level2 > li > a {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.uiTopNav .uiMegaMenu .children_block_3 {
  position: static;
  max-height: none;
}
.uiTopNav li.uiTwoLine > a {
  line-height: 16px;
  padding-top: 9px;
  height: 41px;
  padding-bottom: 0;
}
.uiSideNav {
  line-height: 1.2em;
}
.uiSideNav a {
  display: block;
  padding: 10px 12px 7px 12px;
  color: #4f4f4f;
  position: relative;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.uiNavType-side .uiSideNav .level1 > li:hover > a {
  background-color: #f2f2f2;
}
.uiSideNav a:hover {
  color: #2d2d2d;
  background-color: #e4e4e4;
}
.uiSideNav .current_page > a {
  background-color: rgba(0, 0, 0, 0.02);
}
.uiSideNav .uiHomePage {
  font-weight: 700;
}
.uiSideNav ul,
.uiSideNav ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uiSideNav li {
  margin: 0;
}
.uiSideNav .current_page > a,
.uiSideNav .current_page_parent > a,
.uiNavType-side .uiSideNav .has_children > a {
  color: #000;
  position: relative;
  padding-right: 25px;
}
.uiSideNav .current_page > a:after,
.uiNavType-side .uiSideNav .has_children > a:after {
  position: absolute;
  top: 50%;
  right: 6px;
  content: " ";
  border: 6px solid transparent;
  border-left-color: #2d2d2d;
  margin-top: -6px;
}
.uiSideNav.uiPrimaryNav .level1 > .current_page > a:after,
.uiSideNav.uiPrimaryNav .level1 > .current_page_parent > a:after {
  border-color: transparent;
  border-top-color: #2d2d2d;
  margin-top: -3px;
  right: 9px;
}
.uiSideNav.uiPrimaryNav .level1 > .current_page_parent > a:after,
.uiSideNav.uiPrimaryNav .level2 > .current_page_parent > a:after {
  border-color: transparent;
  border-top-color: #d4d4d4;
}
.uiSideNav.uiPrimaryNav .level1 > .current_page > a:after,
.uiSideNav.uiPrimaryNav .level2 > .current_page > a:after {
  border-color: transparent;
  border-left-color: #2d2d2d;
  margin: 0;
  margin-top: -6px;
  right: 6px;
}
.uiSideNav .home_page > a:after {
  display: none;
}
.uiNavType-side .uiSideNav .has_children > a:after {
  border-left-color: #d4d4d4;
}
.uiSideNav .has_children > div {
  display: none;
}
.uiNavType-side .uiSideNav .level1 > li.has_children {
  position: relative;
}
.uiNavType-side .uiSideNav .level1 > li.has_children:hover > div {
  position: absolute;
  display: block;
  background: #fff;
  z-index: 10;
  left: 90%;
  top: -10px;
  width: 250px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.uiNavType-side .uiSideNav .level1 li.current_page:hover > div,
.uiNavType-side .uiSideNav .level1 li.current_page_parent:hover > div {
  position: static;
  width: auto;
  box-shadow: none;
  background: none;
}
.uiSideNav .current_page > div,
.uiSideNav .current_page_parent > div {
  display: block;
}
.uiSideNav .level2,
.uiSideNav .level3 {
  font-size: 14px;
  margin-left: 22px;
  line-height: 1.3em;
}
.uiSideNav .level2 > .has_children > a:after {
  display: none;
}
.uiSideNav .level2 > .current_page > a:after,
.uiSideNav .level2 > .current_page_parent > a:after {
  display: block;
}
.uiNavType-side .uiSideNav .level1 > li.has_children:hover .level2 {
  margin-left: 0;
}
.uiNavType-side .uiSideNav .level1 > li.current_page_parent:hover .level2,
.uiNavType-side .uiSideNav .level1 > li.current_page:hover .level2 {
  margin-left: 22px;
}
.uiSideNav .level1 > .current_page.has_children,
.uiSideNav .level1 > .current_page_parent,
.uiSideNav .level2 > .current_page.has_children,
.uiSideNav .level2 > .current_page_parent {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.uiSideNav .level1 > .uiHomePage {
  border: none;
}
.uiHideChildren > div {
  display: none!important;
}
a.externalLink {
  padding-right: 35px!important;
  position: relative;
}
.externalLink::after,
.externalLink::before {
  position: absolute;
  top: 50%!important;
  right: 6px!important;
  content: " ";
  border: 4px solid transparent!important;
  border-left-color: #d4d4d4!important;
  margin-top: -4px !important;
  -webkit-transition: transform .25s;
  -moz-transition: transform .25s;
  transition: transform .25s;
}
.externalLink::before {
  border: 1px solid #d4d4d4!important;
  border-top-width: 3px!important;
  height: 6px!important;
  width: 10px!important;
  right: 16px!important;
  margin-top: -5px !important;
}
.no-touch .uiTopNav .level1 > li:hover > a.externalLink::after {
  -webkit-transform: translateY(0) rotate(0) translateX(3px) !important;
  transform: translateY(0) rotate(0) translateX(3px) !important;
}
.uiTopNav .uiFullHide,
.uiSideNav .uiFullHide {
  display: none;
}
#callouts {
  float: right;
  color: #4a4a4a;
}
.calloutBox .callout_box {
  margin: 0 0 25px 25px;
  padding: 0 0 0 25px;
  width: 200px;
  border-left: 1px solid #d4d4d4;
  line-height: 1.5em;
}
.box_title {
  font-family: "FuturaBT", Arial, sans-serif;
  font-weight: 700;
  color: #4a4a4a;
  font-size: 20px;
  margin: 0 0 12px 0;
}
.box_link {
  overflow: hidden;
  margin: 18px 0 0 0;
}
.box_link a,
.button a {
  display: block;
  float: left;
  padding: 8px 30px 4px 12px;
  border: 1px solid #d4d4d4;
  line-height: 1.2em;
  border-radius: 3px;
  font-family: "FuturaBT", Arial, sans-serif;
  font-weight: 400;
  position: relative;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  color: #4a4a4a;
}
.box_link a:after,
.button a:after {
  content: "\00BB";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  margin-top: -9px;
  font-size: 1.6em;
  line-height: 1em;
  font-style: normal;
}
.box_link a:hover,
.button a:hover {
  background-color: #e7e7e7;
  color: #000;
  border-color: #bdbdbd;
}
.button {
  overflow: hidden;
  margin: 15px 0;
}
.button-right a {
  float: right;
}
.eventWidget-item {
  clear: both;
  padding: 0 0 16px 0;
  overflow: hidden;
}
.dateWidget {
  float: left;
  width: 44px;
  font: 12px/1.2em "FuturaBT", Arial, sans-serif;
  text-align: center;
  color: #4f4f4f;
  border-right: 1px solid #bdbdbd;
  padding: 5px 0;
}
.dateWidget-day {
  font-size: 24px;
  font-weight: 700;
  margin: 8px 0 0 0;
}
.dateWidget-month {
  text-transform: uppercase;
}
.dateWidget-year {
  display: none;
  margin: 8px 0 0 0;
}
.hide_date .dateWidget {
  display: none;
}
.eventWidget-title {
  margin-left: 55px;
  font-size: 18px;
  line-height: 1.3em;
}
.eventWidget-title a {
  border-bottom: 1px dotted #bdbdbd;
  color: #4f4f4f;
}
.eventWidget-title a:hover {
  border-bottom: 1px solid #000;
  color: #000;
}
.eventWidget-title em {
  display: block;
  font-size: 12px;
  border-bottom: none;
}
.eventWidget-time {
  display: block;
  font-family: "FuturaBT", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}
.uiNewsTabs-list {
  font-family: "FuturaBT", Arial, sans-serif;
}
ul.uiNewsTabs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
}
.uiNewsTabs-list li {
  float: left;
  margin: 0 0 -1px 0;
  padding: 0;
}
.uiNewsTabs-list li a {
  display: block;
  padding: 5px 8px;
  border: 1px solid transparent;
  border-bottom: none;
}
.uiNewsTabs-list li.uiNewsTabs-list-active a {
  border-color: #d4d4d4;
  background: white;
}
.uiNewsTabs-select-container {
  display: none;
}
.uiNewsTabs-content {
  clear: both;
}
.uiNewsTabs-panel {
  display: none;
}
.uiNewsTabs-panel-active {
  display: block;
}
.uiNewsTabs-item {
  margin: 20px 0;
}
.uiNewsTabs-date {
  display: none;
}
.uiNewsTabs-thumb {
  float: left;
  width: 60px;
}
.uiNewsTabs-title {
  font-family: "FuturaBT", Arial;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 5px 0;
}
.uiNewsTabs-item-hasThumb .uiNewsTabs-title,
.uiNewsTabs-item-hasThumb .uiNewsTabs-lead {
  margin-left: 75px;
}
.uiNewsTabs-title a {
  color: #4f4f4f;
  border-bottom: 1px dotted #bdbdbd;
}
.uiNewsTabs-title a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}
.uiNewsTabs-read-more {
  margin: 20px 0;
  padding: 15px 0 0 0;
  border-top: 1px dotted #bdbdbd;
}
.uiNewsTabs-read-more a {
  float: right;
}
.uiNewsPage-date {
  margin: 0 0 15px 0;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  color: #656565;
}
.uiNewsPage-date em {
  font-style: normal;
  font-size: 1px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  color: #656565;
  vertical-align: top;
}
.uiNewsPage-socialMedia {
  line-height: 20px;
  margin: 0 0 20px 0;
}
.uiNewsPage-socialMedia .fb-like {
  float: left;
  margin-right: 15px;
}
.uiNewsPage-readMore {
  border-top: 1px solid #bdbdbd;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  overflow: hidden;
  clear: both;
}
.uiNewsPage-readMore-label {
  float: left;
  font-style: italic;
  font-size: 18px;
}
.uiNewsPage-readMore-actions {
  float: right;
}
.uiNewsPage-readMore-actions a {
  margin-left: 8px;
  border-bottom: 1px dotted #bdbdbd;
  color: #414141;
  font-weight: bold;
}
.uiNewsPage-readMore-actions a:hover {
  border-bottom-style: solid;
  color: #000;
}
.uiNewsList .newsWidget-item {
  margin: 0 -10px 25px 0;
  padding-right: 10px;
  overflow: hidden;
}
.uiNewsList .newsWidget-thumb {
  float: right;
  max-width: 20%;
  margin: 10px 0 10px 15px;
}
.uiNewsList .newsWidget-thumb img {
  border: 5px solid #fff;
  max-width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
.uiNewsList .newsWidget-title {
  font: 700 22px/1.2em "FuturaBT", Arial, sans-serif;
  margin-bottom: 15px;
  padding-top: 5px;
}
.uiNewsList .newsWidget-title,
.uiNewsList .newsWidget-lead {
  margin-left: 65px;
}
.uiNewsArchives-list-year {
  font: 700 22px/1.2em "FuturaBT", Arial, sans-serif;
  margin: 25px 0 10px 0;
}
.uiNewsArchives-list-months a:after {
  content: " | ";
}
.uiNewsArchives-list-months a:last-child:after {
  display: none;
}
.uiNewsList .dateWidget-year-different .dateWidget-year {
  display: block;
}
.uiNewsPage-images {
  font: 12px/1.2em "Arial", sans-serif;
  padding-bottom: 30px;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 26px;
}
.uiNewsPage-images-fullwidth {
  margin-bottom: 20px;
}
.uiNewsPage-images-fullwidth img {
  width: 100%;
}
.uiNewsPage-images-alignright {
  max-width: 45%;
  float: right;
  margin: 0 0 10px 10px;
}
.uiNewsPage-images-alignright img {
  box-sizing: border-box;
  max-width: 100%;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.uiNewsPage-images .messageCenter-description,
.uiNewsPage-images-alignright span {
  display: block;
  padding: 10px 0 10px 0;
}
.uiNewsPage-images-alignright span {
  text-align: center;
  font: 12px/1.2em "Arial", sans-serif;
  margin: 5px 10px;
}
.contentTwoColumn .contentLeft,
.contentTwoColumn .contentRight {
  float: left;
  width: 47.5%;
}
.contentTwoColumn .contentRight {
  float: right;
}
.contentThreeColumn {
  overflow: hidden;
  position: relative;
}
.contentThreeColumn:after,
.contentThreeColumn:before {
  width: 0;
  border-right: 1px dotted #888;
  height: 100%;
  content: " ";
  position: absolute;
  top: 0;
  left: 32.5%;
}
.contentThreeColumn:before {
  left: 67.5%;
}
.contentThreeColumn > div {
  float: left;
  width: 30%;
}
.contentThreeLeft {
  margin-right: 5%;
}
.contentThreeColumn .contentThreeRight {
  float: right;
}
.msg,
.msgerror,
.msg_success,
.msgno {
  padding: 15px 15px 12px 15px;
  border: 2px solid #e2e2e2;
  line-height: 1.4em;
  margin-bottom: 15px;
  background-color: #e2e2e2;
  font-size: 1.2em;
  font-family: "FuturaBT", Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 15px 0;
  position: relative;
}
.msgerror {
  border: 2px solid #d40a0a;
  color: #d40a0a;
  text-align: center;
}
.splashPage-banded {
  background: #fff;
}
.splashPage-banded #container {
  width: auto;
}
.splashPage-banded #headerContainer,
.splashPage-banded .uiTopNav,
.contentBandInner {
  width: 1024px;
  margin: 0 auto;
}
.splashPage-banded .content {
  background: none;
  padding: 0;
}
.contentBandInner {
  padding: 30px 0;
}
.uiCustomFilteredList-options {
  overflow: hidden;
  padding: 0 0 40px 0;
}
.uiCustomFilteredList_style-default {
  padding: 20px 0 0 0;
}
.uiCustomFilteredList_style-default ul,
.uiCustomFilteredList_style-default li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uiCustomFilteredList_style-default li {
  float: left;
  width: 25%;
  border-bottom: 1px solid #959595;
  cursor: pointer;
  font: 400 18px/1.2em "FuturaBT", Arial, sans-serif;
  color: #aaaaaa;
  padding: 10px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: visible;
  position: relative;
  text-align: center;
}
.uiCustomFilteredList_style-default li span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 6px;
  overflow: hidden;
}
.uiCustomFilteredList_style-default li:hover,
.uiCustomFilteredList_style-default li.active {
  color: #727272;
}
.uiCustomFilteredList_style-default li.active {
  color: #303030;
  font-weight: 500;
}
.uiCustomFilteredList_style-default li.active:after,
.uiCustomFilteredList_style-default li.active:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top-color: #959595;
}
.uiCustomFilteredList_style-default li.active:after {
  border-top-color: #fff;
  margin-top: -1px;
}
.uiCustomFilteredList_style-default .uiCustomList {
  overflow: hidden;
}
.uiCustomFilteredList .uiCustomList {
  text-align: left;
}
.mix {
  width: 22.5%;
  position: relative;
  padding: 0 0 22.5% 0;
  margin: 0 1.25% 2.5% 1.25%;
  box-sizing: border-box;
  border: 1px solid #bebebe;
  display: none;
}
.uiCustomFilteredList_style-default .uiCustomList {
  margin: 0 -1.25%;
}
.uiFooterBand-container {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
.uiFooterBand-container:before {
  left: -2000px;
  right: -2000px;
  top: 0;
  bottom: 0;
  background: #74ba90;
  z-index: -1;
  content: "";
  position: absolute;
}
.uiFooterBand {
  font: 700 16px/1em "FuturaBT", Arial, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .uiFooterBand-container {
    width: auto;
  }
}
.uiFooterBand a {
  display: block;
  width: 25%;
  box-sizing: border-box;
  padding: 108px 2% 85px 2%;
  color: #fff;
  text-align: center;
  float: left;
  position: relative;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  background-color: transparent;
}
.uiFooterBand a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  transform: scale(0.65) translate3d(0, 0, 0);
  opacity: 0;
  transition: all .3s ease;
}
.uiFooterBand a:hover:after {
  transform: scale(1) translate3d(0, 0, 0);
  opacity: 1;
}
.uiFooterBand a img {
  width: 32px;
  top: 50px;
  left: 50%;
  margin-left: -16px;
  height: 32px;
  position: absolute;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 2;
}
.uiFooterBand .uiFooterBand-link-fonticon {
  display: block;
  font-size: 36px;
  top: 50px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-out;
  z-index: 10;
}
.uiFooterBand .uiFooterBand-link-title {
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  top: 122px;
  display: block;
  -webkit-font-smoothing: subpixel-antialiased;
  z-index: 2;
}
.uiFooterBand a:hover img,
.uiFooterBand a:hover .uiFooterBand-link-fonticon {
  transform: scale(1.5);
}
.uiFooterBand a:hover span {
  /* transform: translate3d(0,3px,0);
	 */
}
@media (max-width: 700px) {
  .uiFooterBand-container:before {
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.2) !important;
    content: "";
    z-index: 10;
  }
  .uiFooterBand-container:after {
    left: 0;
    top: 50%;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    z-index: 10;
    position: absolute;
  }
  .uiFooterBand a {
    width: 50%;
  }
}
/* ================================ * END CORE STYLES * - - - - - - - - - - - - - - - - - - * BEGIN RESPONSIVE STYLES * ================================ */
.hamburger .uiTopNav {
  display: none;
}
.hamburger .uiNavType-top #baylor_header {
  border-bottom: 10px solid #000;
}
@media (min-width: 1025px) {
  #container,
  #bf_c {
    width: 1024px;
  }
}
@media (max-width: 1044px) {
  .contentBandInner {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 1024px) {
  body {
    background: #fff;
  }
  #container,
  #bf_c,
  .contentBandInner,
  .splashPage-banded #headerContainer,
  .splashPage-banded .uiTopNav {
    width: auto;
    margin: 0;
  }
  .contentBandInner {
    overflow-x: hidden;
    padding-right: 35px;
    padding-left: 35px;
  }
  .uiHeader-fullWidth-top .level1 > li:first-child > a {
    border-left: none;
  }
}
@media (max-width: 900px) {
  .uiTopNav,
  .uiSideNav {
    display: none;
  }
  .contentMain .contentTop {
    margin: -24px -24px 30px -24px;
  }
  .uiNavType-top #baylor_header {
    border-bottom: 10px solid #000;
  }
  .content,
  .splashPage-topnav .content,
  .contentPageWide .content {
    padding: 24px;
  }
  .splashPage-banded .content {
    padding: 0;
  }
  .contentMain {
    float: none;
    width: auto !important;
    padding: 0;
  }
  .side {
    width: auto;
    float: none;
    margin: 20px 0 0 0;
    padding: 0;
  }
  .contentThreeColumn > div,
  .contentThreeColumn .contentThreeRight {
    width: auto;
    float: none;
    border-bottom: 1px dotted #888;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
  }
  .contentThreeColumn:after,
  .contentThreeColumn:before {
    display: none;
  }
  .contentThreeColumn .contentThreeRight {
    margin: 0;
    border: 0;
  }
}
@media (max-width: 767px) {
  .uiNavType-top #baylor_header {
    border: 0 !important;
  }
  .contentBandInner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .contentMeta {
    margin: -24px -24px 20px -24px;
    border-bottom: 1px solid #e2e2e2;
    height: 30px;
    overflow: hidden;
    position: relative;
    -ms-overflow-style: none;
  }
  .contentMeta::-webkit-scrollbar,
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .logout {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 20;
  }
  .logout:after {
    position: absolute;
    content: " ";
    width: 20px;
    top: 0;
    left: -20px;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, #ffffff));
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
  .logout a {
    display: block;
    height: 100%;
    line-height: 32px;
    background: #fff;
    border-left: 1px solid #e2e2e2;
    z-index: 100;
    margin-left: 0;
    padding: 0 10px 0 30px;
  }
  .logout a:after {
    left: 10px;
    height: 100%;
  }
  .breadcrumb {
    position: absolute;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    z-index: 10;
    left: 0;
    right: 0;
    height: 100%;
    padding-bottom: 50px;
  }
  .breadcrumb span {
    display: none;
  }
  .breadcrumb a,
  .breadcrumb em {
    display: inline-block;
    padding: 5px 0 0 22px;
    height: 26px;
    line-height: 23px;
    overflow: visible;
    position: relative;
    font-style: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .breadcrumb a:first-child {
    width: 14px;
    text-indent: -9999px;
    background: url(//www.baylor.edu/images/icons/standard/dark_gray/16/home.png) no-repeat 10px 50%;
    opacity: .5;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
  }
  .breadcrumb a:first-child:hover,
  .breadcrumb a:first-child:active {
    opacity: 1;
  }
  .breadcrumb em {
    color: #000;
    font-weight: bold;
    margin-right: 100px;
  }
  .breadcrumb a:active {
    color: #000;
  }
  .breadcrumb a:first-child {
    padding-left: 12px;
  }
  .breadcrumb a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 13px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    left: 100%;
    z-index: 2;
  }
  .breadcrumb a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 13px solid #e2e2e2;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
  }
}
@media (max-width: 569px) {
  .content,
  .splashPage-topnav .content,
  .contentPageWide .content {
    padding: 15px;
  }
  .splashPage-banded .content {
    padding: 0;
  }
  .contentTwoColumn .contentLeft,
  .contentTwoColumn .contentRight {
    float: none;
    width: auto;
  }
  .contentMain .contentTop {
    margin: -15px -15px 25px -15px;
  }
  .contentMeta {
    margin: -15px -15px 15px -15px;
  }
  #callouts {
    max-width: 50%;
  }
  .calloutBox .callout_box {
    width: auto;
  }
  .contentLeft,
  .contentRight {
    float: none;
    width: auto;
  }
}
@media only print {
  body {
    font-size: 9pt;
    line-height: 1.5em;
  }
  .content {
    padding: 0 .25in;
  }
  .contentMeta {
    display: none;
  }
}
/******************* FOOTER UPDATES */
.uiFooterBkg {
  background: #fff;
}
.uiFooterBkg #baylor_footer {
  position: relative;
  padding-bottom: 25%;
  background: #73767d;
  overflow: hidden;
}
.uiFooterBkg #baylor_footer::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  background: url(//www.baylor.edu/images/bkg/baylor_patneff_footer.jpg) no-repeat 50% 100%;
  background-attachment: fixed;
  background-size: 100%;
  z-index: 0;
  overflow: hidden;
  transition: 1s filter ease-out;
  -webkit-transition: 1s -webkit-filter ease-out;
}
.uiFooterBkg-isBlurred #baylor_footer::before {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.uiFooterBkg-isBlurred.js-band-footer #baylor_footer::before {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.uiFooterBkg #baylor_footer::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 40%;
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
@media (max-width: 1200px) {
  .uiFooterBkg #baylor_footer {
    padding-bottom: 40%;
  }
  .uiFooterBkg #baylor_footer::before {
    background-position: 25% 100%;
    background-size: 140%;
  }
}
@media (max-width: 650px) {
  .uiFooterBkg #baylor_footer {
    padding-bottom: 45%;
  }
}
.uiFooterBkg #bf_h {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.uiFooterBkg #bf_c {
  background: none;
  position: relative;
  z-index: 2;
}
.uiFooterBkg #bf_c ul li a,
.bf_other_col h3 {
  color: rgba(255, 255, 255, 0.75);
}
.uiFooterBkg #bf_c ul li a:hover {
  color: #fff;
}
.uiFooterBkg #bf_c .bf_other_social ul li a {
  color: #fff;
}
.uiFooterBkg #bf_copy_c {
  color: rgba(255, 255, 255, 0.75);
  border-top-color: rgba(255, 255, 255, 0.4);
}
.uiFooterBkg #bf_copy_c a {
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid #fff;
}
.uiFooterBkg .bf_col1 {
  background: none;
}
.uiFooterBkg .bf_col1 ul {
  overflow: hidden;
}
.uiFooterBkg .bf_col1 ul li.selected {
  background: none;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-left-color: transparent;
  border-right-color: transparent;
  position: relative;
}
.uiFooterBkg .bf_col1 ul li.selected::after,
.uiFooterBkg .bf_col1 ul li.selected::before {
  position: absolute;
  top: -201px;
  content: "";
  right: 0;
  width: 1px;
  height: 200px;
  background: rgba(255, 255, 255, 0.4);
}
.uiFooterBkg .bf_col1 ul li.selected::before {
  top: auto;
  bottom: -101px;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.uiFooterBkg .show_col_line {
  background: none;
  position: relative;
}
.uiFooterBkg .show_col_line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.uiFooterBkg #bf_c .bf_col1 ul li.selected a {
  background: none;
}
/* EXTRA NAV */
.ui-hasFrameworkPanelNav #crate {
  position: relative;
}
.uiFrameworkPanelNav {
  width: 240px;
  top: 0;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 10000;
  background: #fff;
  font: 400 16px/1.2em "FuturaBT", Arial, sans-serif;
  box-sizing: border-box;
  transform: translateX(-240px);
  transition: all 0.5s ease-out;
}
.js-framework-panelNav-isOpen .uiFrameworkPanelNav {
  transform: translateX(0);
}
.uiFrameworkPanelNav-padded {
  padding: 12px;
}
#uiFrameworkPanelNav-close {
  display: block;
  position: absolute;
  top: 20px;
  right: -95px;
  width: 95px;
  box-sizing: border-box;
  height: 40px;
  font-size: 14px;
  background: #fff;
  padding-left: 42px;
  text-transform: uppercase;
  color: #7e7e7e;
  padding-top: 13px;
  transition: all 0.3s ease-out;
  overflow: visible;
}
#uiFrameworkPanelNav-close::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  bottom: 0;
  content: "";
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.3);
}
#uiFrameworkPanelNav-close:hover {
  color: #000;
}
.uiFrameworkPanelNav-button-label {
  display: block;
  transition: all .3s ease;
}
#uiFrameworkPanelNav-close .uiFrameworkPanelNav-button {
  width: 20px;
  height: 3px;
  background: black;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 12px;
  opacity: .4;
  transition: all .3s ease;
}
#uiFrameworkPanelNav-close:hover .uiFrameworkPanelNav-button {
  opacity: .8;
}
#uiFrameworkPanelNav-close .uiFrameworkPanelNav-button::after,
#uiFrameworkPanelNav-close .uiFrameworkPanelNav-button::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  left: 0;
  top: -7px;
  position: absolute;
  background: #000;
  transition: all .4s ease;
}
#uiFrameworkPanelNav-close .uiFrameworkPanelNav-button::after {
  top: 7px;
}
/* OPEN STATE */
.js-framework-panelNav-isOpen .uiFrameworkPanelNav-button-label {
  transform: translateX(-5px);
}
.js-framework-panelNav-isOpen #uiFrameworkPanelNav-close .uiFrameworkPanelNav-button {
  background-color: transparent;
  transform: translate3d(2px, 2px, 0);
}
.js-framework-panelNav-isOpen #uiFrameworkPanelNav-close .uiFrameworkPanelNav-button::before {
  transform: rotateZ(45deg);
  transform-origin: 3px 0;
}
.js-framework-panelNav-isOpen #uiFrameworkPanelNav-close .uiFrameworkPanelNav-button::after {
  transform: rotateZ(-45deg);
  transform-origin: -3px 0px;
}
@media (min-width: 1240px) {
  .ui-hasFrameworkPanelNav.js-framework-panelNav-isOpen .content {
    margin-left: 240px;
    transition: all 0.52s ease-in;
  }
  .ui-hasFrameworkPanelNav .content {
    margin-left: 0;
    transition: all 0.48s ease-out;
  }
}
@media (max-width: 1000px) {
  .uiFrameworkPanelNav {
    display: none;
  }
}
/* ****** * DISPLAY CHILD PAGES w/ PHOTOS * */
.uiChildPages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px -20px;
}
@media (max-width: 569px) {
  .uiChildPages {
    margin: 20px -15px;
  }
}
.uiChildPages-link {
  display: block;
  width: 50%;
  box-sizing: border-box;
  font: 700 18px/1.2em "FuturaBT", Arial, sans-serif;
  transition: all 0.4s ease-out;
  color: #2d2d2d;
  padding: 20px;
}
.uiChildPages span {
  display: block;
  transition: all 0.3s ease-out;
}
.uiChildPages-link-icon {
  font-size: 36px;
  line-height: 1em;
  color: #7f7f7f;
}
.uiChildPages-link-photo {
  width: 100%;
}
.uiChildPages-link-photo img {
  width: 100%;
}
.uiChildPages-link-title {
  margin: 20px 0 10px 0;
  display: block;
  font: 700 14px/1.2em "FuturaBT", Arial, sans-serif;
  text-transform: uppercase;
  color: #2d2d2d;
}
.uiChildPages-link-description {
  font: 400 12px/1.35em "Droid Serif", Georgia, serif;
  color: #7f7f7f;
}
.uiChildPages-link:hover {
  box-shadow: inset 0 0 0 5px #fecb00;
}
.uiChildPages-link:hover .uiChildPages-link-icon {
  color: #003015;
}
.uiChildPages-link:hover .uiChildPages-link-title,
.uiChildPages-link:hover .uiChildPages-link-description {
  color: #000;
}
/* FRAMEWORK HEADER 3.1 */
.uiPageHeaderBkg .title {
  display: none;
}
.uiPageHeaderBkg:after {
  position: absolute;
  top: 121px;
  left: 0;
  right: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 350px;
  content: "";
  z-index: -1;
  display: block;
}
.uiPageHeaderBkg .contentTop {
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.uiPageHeaderBkg .contentTop::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.uiPageHeaderBkg .contentTop h1 {
  color: #fff;
  font-size: 40px;
  display: flex;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.8);
  padding: 20px 30px 13px 30px;
  margin: 0;
  line-height: 1em;
  text-align: center;
  z-index: 2;
}
@media (max-width: 900px) {
  .uiPageHeaderBkg:after {
    top: 81px;
  }
}
@media (max-width: 767px) {
  .uiPageHeaderBkg:after {
    top: 91px;
  }
}
@media print {
  h1.main_mark,
  #header_search,
  #show_menu,
  .isTesting,
  .bf_cols,
  #bf_h,
  .bf_showmore {
    display: none;
  }
  #bf_copy_c {
    color: #000;
    border-top: 1px solid #000;
  }
  a {
    color: #000 !important;
  }
  h1#print_logo {
    width: 2in;
    height: auto;
    margin-right: .15in;
  }
  h1#print_logo img {
    width: 100%;
  }
  #h {
    height: auto;
    padding: .25in;
    border-bottom: .05in solid #000;
    margin-bottom: .25in;
  }
  #h_txt {
    height: auto;
  }
  #header_dept {
    position: static;
    border-left: 1px solid #000;
    margin-top: .12in;
    padding-left: .125in;
  }
  #header_dept h2 {
    font-size: 18pt;
    line-height: 1.2em;
    padding-left: 0;
    margin: 0;
  }
  #header_dept h2 a {
    color: #000;
  }
  #bf_copy_c {
    text-align: center;
    font-size: 8pt;
    line-height: 1.25em;
  }
  .uiTopNav,
  .uiSideNav {
    display: none;
  }
  body::after,
  body::before {
    display: none;
  }
  body,
  #h,
  #bf_c {
    background: none;
  }
  .contentMain,
  .side {
    width: auto;
    float: none;
  }
}
#header_dept {
  position: absolute;
  top: 15px;
  left: 263px;
  right: 210px;
  height: 44px;
  border-left: 1px solid #FECB00;
}
