﻿
/* Color Palette

      Green: #2aa399
     Purple: #670099
      Black: #000
Lt Gray Box: #e6e5e5
Gray sides color: #2B2D39
*/


/*	Reset
----------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
}

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

        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-decoration, input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.chromeframe {
    margin: 0.2em 0;
    background: #fff;
    color: black;
    padding: 0.2em 0;
    text-align: center;
}

/*	Defaults
----------------------------*/
body {
    margin: 0;
    height: 100%;
    width: 100%;
    background: #2B2D39;
    color: #333;
    font: normal 14px/1.4 Arial, Helvetica, sans-serif;
    counter-reset: section;
    counter-reset: utix-counter;
}

h1 {
    font-size: 1.714em;
}

h2 {
    font-size: 1.571em;
    font-weight: normal;
    margin: 0 0 5px;
}

h3 {
    font-size: 1.143em;
}

h4 {
    font: normal 1.714em "Fanwood Text", "Times New Roman", serif;
}

h5 {
    font: bold 0.857em Arial;
    margin: 0 0 4px;
}

h6 {
    margin: 0;
    font-size: 0.786em;
}

p {
    margin: 0 0 20px;
}

a {
    color: #2aa399;
    text-decoration: none;
}

    a:hover {
        color: #64c5bd;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
    }

    a:hover, a:active {
        outline: 0;
    }

blockquote {
    margin: 20px 0;
    color: #666;
}

    blockquote p {
        margin: 0;
    }

    blockquote strong {
        font: italic normal 1.429em 'Fanwood Text', 'Times New Roman', serif;
        color: #2AA399;
    }


/*	Custom Srollbar Plugin  
----------------------------*/
.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 4px;
    width: 14px;
    height: 100%;
    background: #ccc;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

    .jspVerticalBar *, .jspHorizontalBar * {
        margin: 0;
        padding: 0;
    }

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #ccc;
    position: relative;
}

.jspDrag {
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

    .jspArrow.jspDisabled {
        cursor: default;
        background: #80808d;
    }

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

.jspDragTop {
    display: block;
    height: 18px;
    width: 18px;
    background: #2aa399 url(/img/arrow_black_down.png) center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    border-bottom: 1px solid #8e8e8e;
}


/*	Buttons  
----------------------------*/
.btn, input[type=submit], .btnSecondary {
    display: inline-block;
    height: 29px;
    width: auto;
    font: bold 12px/29px Arial;
    padding: 0 20px;
    background: #30b1a7;
    color: #000;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    -ms-transition: all ease .1s;
    -o-transition: all ease .1s;
    transition: all ease .1s;
}

    .btn:hover, input[type=submit]:hover, .btnSecondary:hover {
        background: #eee;
        color: #000;
        text-decoration: none;
        -webkit-transition: all ease .1s;
        -moz-transition: all ease .1s;
        -ms-transition: all ease .1s;
        -o-transition: all ease .1s;
        transition: all ease .1s;
    }

    .btn:active, input[type=submit]:active, .btnSecondary:active {
        -webkit-transition: all ease .1s;
        -moz-transition: all ease .1s;
        -ms-transition: all ease .1s;
        -o-transition: all ease .1s;
        transition: all ease .1s; /*-webkit-transform: scale(.99,.99); -moz-transform: scale(.99,.99); -ms-transform: scale(.99,.99); -o-transform: scale(.99,.99); transform: scale(.99,.99);*/
    }

    .btn:visited {
        color: #000;
    }

.btnSecondary {
    background: #999;
    color: #000;
}

    .btnSecondary:hover {
        background: #b3b3b3;
        color: #000;
    }

.btnSecondary, input[type=submit].btnSecondary {
    background: #999;
    color: #000;
}

    .btnSecondary:hover, input[type=submit].btnSecondary:hover {
        background: #b3b3b3;
        color: #000;
    }

input[type=submit][disabled], input[type=submit][disabled]:hover {
    background: #eee !important;
    color: #ddd !important;
    cursor: default !important;
}


/*	AJAX Loaders  
----------------------------*/
.loadingBlanketWhite, .loadingBlanketBlack {
    display: none;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

    .loadingBlanketWhite img, .loadingBlanketBlack img {
        position: absolute;
        top: 50px;
        left: 50%;
        margin: 0 0 0 -16px;
        border: 0 !important;
    }

.loadingBlanketWhite {
    background: rgba(255,255,255,.9);
}

.no-rgba .loadingBlanketWhite {
    background: url(/img/fallback/opaque_ffffff_90.png);
}

.loadingBlanketBlack {
    background: rgba(0,0,0,.8);
}

.no-rgba .loadingBlanketBlack {
    background: url(/img/fallback/opaque_000000_80.png.png);
}


/*	Forms
----------------------------*/
label {
    display: block;
}

input[type=text], input[type=number], input[type=password], textarea, select {
    background: #e5e5e5;
    border: 0;
    padding: 5px 5px 6px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    margin-top: 10px;
}

    input[type=text].undefined, input[type=text].empty, input[type=password].undefined, input[type=password].empty, textarea.undefined, textarea.empty {
        color: #aaa;
    }

fieldset {
}

    fieldset ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        fieldset ul > li {
            float: left;
            width: 100%;
            clear: both;
            padding-bottom: 10px;
        }

    fieldset input[type=checkbox], fieldset input[type=radio] {
        float: left;
        position: relative;
        top: 1px;
    }

        fieldset input[type=checkbox] + label, fieldset input[type=radio] + label {
            margin-left: 18px;
            font-size: 12px;
        }

.xForm table {
    width: 100%;
    border-collapse: collapse;
}

    .xForm table td {
        padding: 0;
        padding-bottom: 15px;
    }
/*.xForm table td > span { font-size: 22px; font-weight: normal; }*/
.xForm legend {
    display: block;
    width: 100%;
    padding-bottom: 5px;
}

.xForm input[type=text], .xForm select {
    min-width: 400px;
    margin: 0;
}

    .xForm input[type=text], .xForm select .twoColumn {
        min-width: 200px;
        margin: 0;
    }

.xForm textarea {
    min-width: 390px;
}

.xForm input[type=checkbox] + label, .xForm input[type=radio] + label {
    float: left;
    margin: 0;
    padding: 0 30px 0 5px;
    display: inline;
}

.xForm hr {
    margin: 0;
}

.xformvalidator {
    display: block;
    color: #C40036;
    margin-top: 5px;
}

    .xformvalidator:before {
        content: "\f071";
        font-family: FontAwesome;
        color: #C40036;
        margin-right: 5px;
    }


/*	Classes
----------------------------*/
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

    .ir br {
        display: none;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.third {
    width: 300px;
}

.twoThird {
    width: 639px;
}

.full {
    width: 960px;
}

.left {
    float: left;
}

.right {
    float: right;
}

img.left {
    margin-right: 20px;
}

img.right {
    margin-left: 20px;
}

.clear {
    clear: both;
}

.darkOpaque {
    background-color: rgba(0,0,0,.8);
}

.no-rgba .darkOpaque {
    background-image: url(/img/fallback/opaque_000000_80.png);
    background-repeat: repeat;
}

.errorMsg {
    font: bold 12px Arial;
    color: #e34343;
}

    .errorMsg:before {
        content: '';
        display: block;
        clear: both;
    }

    .errorMsg p {
        margin-bottom: 10px;
    }

.successMsg {
    background: #30B1A7;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 15px;
}

    .successMsg:before {
        content: "\2713 ";
        float: left;
        margin-right: 10px;
    }

    .successMsg p {
        margin: 0;
    }

.arial16 {
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
}

.arial12 {
    font-family: Arial, sans-serif !important;
    font-size: 12px !important;
}

.arial11 {
    font-family: Arial, sans-serif !important;
    font-size: 11px !important;
}

.arial10 {
    font-family: Arial, sans-serif !important;
    font-size: 10px !important;
}

/*	Help Hover Tooltips: The 2nd class dictates what corner of the tooltip box aligns to the '?' icon

<span class="help topLeft">
    <span>?</span>
    <span class="tooltip">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</span>
</span>

----------------------------*/
.help {
    position: relative;
    line-height: 1;
    cursor: help;
    z-index: 995;
}

    .help:hover {
        z-index: 1000;
    }

    .help > span:first-child {
        position: relative;
        z-index: 1;
        display: inline-block;
        width: 12px;
        border: 1px solid #000;
        background: #666;
        color: #fff;
        font: bold 10px/13px Arial;
        text-align: center;
    }

        .help > span:first-child + span {
            visibility: hidden;
            position: absolute;
            z-index: 0;
            width: 250px;
            padding: 15px;
            background: #fff;
            border: 1px solid #000;
            font-size: 11px;
            line-height: 1.4;
        }

        .help > span:first-child:hover {
            background: #2AA399;
            color: #fff;
            border-color: #2AA399;
        }

            .help > span:first-child:hover + span {
                visibility: visible;
                display: block;
            }

    .help.topLeft > span:first-child + span {
        top: 0;
        left: 100%;
        margin: 0px 0 0 -16px;
    }

.topLeft div {
    padding-left: 16px;
}

.help.topRight > span:first-child + span {
    top: 0;
    right: 100%;
    margin: 0 -16px -1px 0;
}

.help.bottomLeft > span:first-child + span {
    bottom: 0;
    left: 100%;
    margin: 0 0 -3px -16px;
}

.help.bottomRight > span:first-child + span {
    bottom: 0;
    right: 100%;
    margin: 0 -16px -3px 0;
}

.account-info > span:first-child {
    border: none !important;
    background: none !important;
}

    .account-info > span:first-child:hover {
        background: none !important;
        color: none !important;
        border-color: none !important;
    }

.account-info img {
    height: 15px;
}

/*	Tooltips / Content popups
----------------------------*/
.tooltipWrapper {
    position: relative;
    display: inline;
}

.tooltip {
    display: none;
    position: absolute;
    top: -45px;
    right: 100%;
    margin-right: 15px;
}

    .tooltip .closeButton {
        padding: 4px 8px;
        position: relative;
        float: right;
    }

.tooltipContent {
    overflow-x: hidden;
    overflow-y: auto;
    background: #333;
    color: #fff;
    width: 220px;
    padding: 15px;
    margin: 0;
    font-size: 12px;
    text-align: left;
}

    .tooltipContent:before {
        content: '';
        position: absolute;
        display: block;
        height: 20px;
        width: 10px;
        top: 42px;
        right: -10px;
        width: 0;
        height: 0;
        border-top: 10px outset transparent;
        border-bottom: 10px outset transparent;
        border-left: 10px solid #333;
    }

    .tooltipContent img {
        max-width: 100%;
    }

.tooltipWrapper .tooltipContent {
    display: none;
}

.tooltipWrapper.open {
    z-index: 1000;
}

    .tooltipWrapper.open .tooltipContent {
        display: block;
    }

    .tooltipWrapper.open .closeButton {
        top: 0;
        right: 0;
    }

.simpleTip {
    position: relative;
    color: #2aa399;
    display: inline;
}

    .simpleTip:hover {
        cursor: pointer;
        color: #64c5bd;
        text-decoration: underline;
    }

    .simpleTip.open {
        z-index: 10000;
    }

    .simpleTip > :first-child {
        display: none;
    }

    .simpleTip .tip {
        display: none;
        position: absolute;
        top: -45px;
        right: 100%;
        margin-right: 15px;
    }

        .simpleTip .tip .closeButton {
            padding: 4px 8px;
            position: relative;
            float: right;
            top: -5px;
            right: -5px;
        }

    .simpleTip .tipContent {
        cursor: default;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        background: #333;
        color: #fff;
        width: 280px;
        min-height: 50px;
        padding: 15px;
        margin: 0;
        font-size: 12px;
        text-align: left;
    }

        .simpleTip .tipContent:before {
            content: '';
            position: absolute;
            display: block;
            height: 20px;
            width: 10px;
            top: 42px;
            right: -10px;
            width: 0;
            height: 0;
            border-top: 10px outset transparent;
            border-bottom: 10px outset transparent;
            border-left: 10px solid #333;
        }

    .simpleTip.openRight .tip {
        right: auto;
        left: 100%;
        margin: 0 0 0 15px;
    }

    .simpleTip.openRight .tipContent:before {
        right: auto;
        left: -10px;
        border-right: 10px solid #333;
        border-left: none;
    }

.simplePopupContent {
    display: none;
}

    .simplePopupContent .popupContent {
        max-height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .simplePopupContent .popupContent img {
            max-width: 100%;
        }


/*	Slider Controls
----------------------------*/
.bx-prev, .bx-next {
    display: block;
    height: 15px;
    width: 8px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ccc url(/img/slider_arrows.png);
    text-indent: -99999em;
    cursor: pointer;
    border: solid #ccc;
    border-width: 6px 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

    .bx-prev:hover {
        background-position: 0 -15px;
    }

.bx-next {
    left: auto;
    right: 0;
    background-position: -8px 0;
}

    .bx-next:hover {
        background-position: -8px -15px;
    }


/*	Rotator Nav Controls
----------------------------*/
.rotatorNavWrapper {
    position: relative;
    bottom: 215px;
    width: 960px;
    margin: 0 auto;
    z-index: 20;
}

.rotatorNav {
    display: inline;
}

    .rotatorNav a, .play-pause > a {
        display: inline-block;
        vertical-align: middle;
        text-indent: -9999em;
        height: 20px;
        width: 20px;
        background: url(/img/interaction_controls.png) 0 -20px no-repeat;
    }

        .rotatorNav a:first-child {
            margin-left: 20px;
        }

        .rotatorNav a.activeSlide {
            background-position: 0 0;
        }

    .rotatorNav + .play-pause > a {
        background-position: 0 -60px;
        position: absolute;
        top: -14px;
        left: 0;
    }

        .rotatorNav + .play-pause > a + a {
            background-position: 0 -40px;
        }

.play-pause {
    position: relative;
    display: inline-block;
}


/*	Page Share Tools
----------------------------*/
.socialPage {
    clear: both;
    border: #999 solid;
    border-width: 1px 0;
    padding: 15px 0;
    overflow: hidden;
}

    .socialPage h5 {
        font-size: 12px;
        font-weight: bold;
        margin: 0;
        line-height: 32px;
        float: left;
    }

    .socialPage ul {
        padding: 0;
        margin: 0;
        list-style: none;
        float: right;
    }

    .socialPage li {
        float: left;
        padding-left: 10px;
    }

        .socialPage li.last {
            padding-left: 6px;
        }

    .socialPage.addthis_toolbox li a {
        padding: 0;
    }


/*	Font Sizer
----------------------------*/
.font-sizer {
    margin: 0 0 10px;
}

    .font-sizer > span {
        cursor: pointer;
        margin-right: 8px;
        display: inline-block;
        vertical-align: top;
        font-weight: bold;
        width: 22px;
        height: 20px;
        text-align: center;
        background: #eee;
        border: 1px solid #ddd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
    }

        .font-sizer > span:hover {
            background: #fff;
        }

        .font-sizer > span.disabled {
            cursor: default;
            color: #ccc;
            background: #f5f5f5;
        }

    .font-sizer > .up {
        font-size: 16px;
        line-height: 22px;
        left: 0;
    }

    .font-sizer > .down {
        font-size: 11px;
        line-height: 20px;
        right: 0;
    }


/*	Pagination
----------------------------*/
.simplePagerNav {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .simplePagerNav li {
        display: inline;
        padding: 0 5px;
    }

        .simplePagerNav li:first-child {
            padding-left: 0;
        }

    .simplePagerNav .currentPage a {
        color: #000;
        font-weight: bold;
        cursor: default;
    }


/*	Gala Default CSS
----------------------------*/
#photoGallery {
    display: none;
}

.gala_galleryWrap {
    position: relative;
    background: #222;
}

.gala_gallery {
    overflow: hidden;
    position: absolute;
}

.gala_imageStore {
    visibility: hidden;
    position: absolute;
    top: -10000px;
    left: -10000px;
}

.gala_panelWrap {
    filter: inherit;
    position: absolute;
    overflow: hidden;
}

.gala_panel-loading {
    background: red url(img-loader.gif) 50% 50% no-repeat #aaa;
}

.gala_frame-loading {
    background: orange url(img-loader.gif) 50% 50% no-repeat #aaa;
}

.gala_panel {
    filter: inherit;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 100;
}

    .gala_panel img {
        position: absolute;
        border: 0 !important;
    }

.gala_overlay {
    position: absolute;
    background: #222;
    color: white;
    z-index: 200;
}

.gala_showOverlay {
    position: absolute;
    width: 20px;
    height: 20px; /*background: url(themes/light/info.png) #222;*/
    cursor: pointer;
    z-index: 200;
}

.gala_overlay h4 {
    color: white;
    margin: 1em;
    font-weight: bold;
}

.gala_overlay p {
    color: white;
    margin: 1em;
}

.gala_infobar {
    background: #222;
    padding: 0 0.5em;
    line-height: 1.5em;
    height: 1.5em;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    vertical-align: middle;
    z-index: 2000;
}

.gala_filmstripWrap {
    overflow: hidden;
    position: absolute;
}

.gala_filmstrip {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.gala_frame {
    cursor: pointer;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

    .gala_frame .gala_thumbnail {
        position: relative;
        overflow: hidden !important;
    }

        .gala_frame .gala_thumbnail img {
            border: 0 !important;
        }

    .gala_frame img {
        border: none;
        position: absolute;
    }

    .gala_frame .gala_caption {
        height: 14px;
        line-height: 14px;
        font-size: 10px;
        text-align: center;
        color: white;
    }

    .gala_frame.current .gala_caption {
    }

.gala_pointer {
    border-color: black;
}

.gala_navWrap {
    text-align: center;
    position: absolute;
}

.gala_navPlay, .gala_navPause, .gala_navNext, .gala_navPrev {
    opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    filter: alpha(opacity=30);
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
}

    .gala_navPlay:hover, .gala_navPause:hover, .gala_navNext:hover, .gala_navPrev:hover {
        opacity: 0.8;
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        filter: alpha(opacity=80);
    }

.gala_panelNavPrev, .gala_panelNavNext {
    position: absolute;
    display: none;
    opacity: 0.50;
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    filter: alpha(opacity=50);
    z-index: 200;
}

    .gala_panelNavPrev:hover, .gala_panelNavNext:hover {
        opacity: 0.9;
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        filter: alpha(opacity=90);
    }

.gala_navPlay {
    height: 30px;
    width: 30px;
    cursor: pointer; /*background: url(themes/light/play-big.png) top left no-repeat;*/
}

.gala_navPause {
    height: 30px;
    width: 30px;
    cursor: pointer; /*background: url(themes/light/pause-big.png) top left no-repeat;*/
}

.gala_navNext {
    height: 20px;
    width: 20px;
    cursor: pointer; /*background: url(themes/light/next.png) top left no-repeat;*/
}

.gala_navPrev {
    height: 20px;
    width: 20px;
    cursor: pointer; /*background: url(themes/light/prev.png) top right no-repeat;*/
}

.gala_panelNavNext {
    height: 20px;
    width: 20px;
    cursor: pointer; /*background: url(themes/light/panel-next.png) top left no-repeat;*/
}

.gala_panelNavPrev {
    height: 20px;
    width: 20px;
    cursor: pointer; /*background: url(themes/light/panel-prev.png) top right no-repeat;*/
}


/*	Gala Override CSS
----------------------------*/
.gala_galleryWrap {
    width: 686px !important;
    height: 380px !important;
    padding: 0 !important;
    overflow: hidden;
}

.gala_gallery {
    height: 380px !important;
}

.gala_filmstripWrap {
    left: 0 !important;
    bottom: 0 !important;
    z-index: 100 !important;
    width: 100% !important;
    background: #000;
    padding: 10px 0;
}

.gala_panelNavNext, .gala_panelNavPrev {
    display: block !important;
    top: 280px !important;
    height: 20px;
    width: 24px;
    opacity: 1 !important;
    filter: none !important;
    background: url(/img/photogallery_prevnext.png) no-repeat;
}

.gala_panelNavNext {
    right: 5px !important;
    background-position: -24px -20px;
}

    .gala_panelNavNext:hover {
        background-position: -24px 0;
    }

.gala_panelNavPrev {
    left: auto !important;
    right: 29px !important;
    background-position: 0px 0px;
}

    .gala_panelNavPrev:hover {
        background-position: 0 -20px;
    }

.gala_incomingPanel {
    position: absolute;
    left: -9999em;
}

/*	MediaElement JS Overrides
---------------------------- */
.audio .mejs-container, .audio .mejs-container .mejs-controls {
    background: 0;
}

.audio .mejs-controls .mejs-button button {
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px 3px;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #2aa399 url(/mediaelement/audio_controls.gif) no-repeat !important;
}

.audio .mejs-controls .mejs-play button {
    background-position: -4px -5px !important;
}

.audio .mejs-controls .mejs-pause button {
    background-position: -5px -95px !important;
}

.audio .mejs-container .mejs-controls .mejs-time, .audio .mejs-container .mejs-controls .mejs-time span {
    color: #333;
}

.audio .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #f1f1f1;
}

.audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
    display: none;
    background: #ccc;
}

.audio .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #2aa399;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhYTM5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzg5N2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2aa399 0%, #23897c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2aa399), color-stop(100%,#23897c));
    background: -webkit-linear-gradient(top, #2aa399 0%,#23897c 100%);
    background: -o-linear-gradient(top, #2aa399 0%,#23897c 100%);
    background: -ms-linear-gradient(top, #2aa399 0%,#23897c 100%);
    background: linear-gradient(to bottom, #2aa399 0%,#23897c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aa399', endColorstr='#23897c',GradientType=0 );
}

/* Audio player widths on homepage tabbed boxes */
.showDetail .audio .mejs-controls div.mejs-time-rail {
    width: 195px !important;
}

.showDetail .audio .mejs-controls .mejs-time-rail .mejs-time-total {
    width: 185px !important;
}

/* Audio player widths on PDP tabbed boxes */
.productionAudio .audio .mejs-controls div.mejs-time-rail {
    width: 419px !important;
}

.productionAudio .audio .mejs-controls .mejs-time-rail .mejs-time-total {
    width: 409px !important;
}


/*	Layout Frame
----------------------------*/
.frame {
    width: 960px;
    margin: 0 auto;
}


/*	Header
----------------------------*/
.siteHeader {
    position: relative;
    z-index: 21;
}

    .siteHeader > .frame {
        position: relative;
        z-index: 1;
        height: 135px;
    }

.siteLogo {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.siteLogoPrint {
    display: none;
}

.navWrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.navMain {
    float: right;
    clear: both;
    margin: 58px 0 0;
}

    .navMain > ul > li {
        position: relative;
        float: left; /*margin-right: 20px;  <-- this should be margin when 'arts hub' is added back to nav. */
        margin-right: 40px;
        line-height: 46px;
        font-size: 12px;
        height: 57px;
    }

        .navMain > ul > li:first-child {
            margin-left: 0;
            width: 112px;
        }

            .navMain > ul > li:first-child + li {
                width: 87px;
            }

                .navMain > ul > li:first-child + li + li {
                    width: 108px;
                }

                    .navMain > ul > li:first-child + li + li + li {
                        width: 90px;
                    }

                        .navMain > ul > li:first-child + li + li + li + li {
                            width: 80px;
                        }

        .navMain > ul > li > a {
            font: normal 21px/1 "Fanwood Text";
            display: block;
            height: 40px;
            color: #fff;
        }

            .navMain > ul > li > a:hover, .navMain > ul > li:hover > a, .navMain > ul > li.on > a, .navMain > ul > li.on:hover > a {
                color: #2aa399;
                text-decoration: none;
            }

    .navMain ul ul {
        position: absolute;
        top: 100%;
        left: -9999em;
        margin-left: -10px;
        width: 170px;
        background-color: rgba(0,0,0,.8);
    }

.no-rgba .navMain ul ul {
    background-image: url(/img/fallback/opaque_000000_80.png);
    background-repeat: repeat;
}

.navMain ul ul li {
    line-height: normal;
    position: relative;
}

    .navMain ul ul li a {
        display: block;
        padding: 5px 10px;
        color: #fff;
    }

        .navMain ul ul li a:hover {
            text-decoration: none;
            background: #333;
        }

.navMain ul li:hover > ul {
    left: 0;
}

.navMain ul ul li:hover > ul {
    top: 0;
    left: 100%;
    margin-left: 0;
}

.navMain ul li.last ul li:hover > ul {
    left: auto;
    right: 100%;
}

.navMain .level2 > .hasChildren:before {
    content: '';
    height: 0;
    width: 0;
    float: right;
    margin: 7px 5px 0 0;
    border-top: 5px outset transparent;
    border-bottom: 5px outset transparent;
    border-left: 5px solid #fff;
}

.navUtility {
    height: 46px;
    padding: 0 20px;
    text-align: right;
    background: #000;
}

    .navUtility ul {
        float: right;
        padding-top: 12px;
    }

    .navUtility li {
        float: left;
        border: 2px solid transparent;
        font-size: 12px;
    }

        .navUtility li a {
            padding: 5px 8px;
            margin-right: 5px;
        }

    .navUtility [data-type="cartLink"].hasItems {
        border-color: #333;
        margin: -5px 10px 0 5px;
        padding: 5px;
        max-height: 16px;
        min-width: 110px;
    }

        .navUtility [data-type="cartLink"].hasItems a {
            padding: 0;
        }

    .navUtility .welcome {
        float: left;
        padding-top: 12px;
        color: #fff;
    }

span.hasItems {
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 0 2px 22px;
    margin-left: 10px;
    background: url(/img/icon_timer_clock_white.png) left center no-repeat;
}

    span.hasItems.almostExpired {
        color: #e34343;
        background: url(/img/icon_timer_clock.png) left center no-repeat;
    }

.siteSearch {
    float: right;
    margin: 11px 0 0 10px;
    position: relative;
}

    .siteSearch input[type=submit] {
        height: 22px;
        line-height: normal;
        float: left;
        padding: 0 10px;
        margin-left: 1px;
        font-size: 11px;
    }

    .siteSearch input[type=text] {
        float: left;
        font-size: 11px;
        width: 160px;
        padding: 4px 10px;
        border: 0;
        margin: 0;
    }


/*	Hero
----------------------------*/
.siteHero {
    position: relative;
    margin-top: -135px;
    min-height: 310px;
    min-width: 960px;
}

.siteHeroWrap {
    background: #000;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 960px;
    margin-left: -480px;
}

    .siteHeroWrap > img {
        display: block;
        margin: 0 auto;
    }


/*	Main Content
----------------------------*/
.pageTitle h1, .pageTitle h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
}

.pageTitle h6 {
    margin: 0;
    color: #ccc;
    font: normal 11px Arial;
}

.pageTitle {
    background-image: url(/img/a_ghost.png);
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -480px;
}

.pageTitleFullWidth, body.playdetail .pageTitle, body.eventdetail .pageTitle {
    width: 670px;
    padding: 10px 250px 30px 20px;
}

.pageTitleIndented {
    width: 715px;
    padding: 10px 20px 30px 205px;
}

.siteContent {
    background: #2B2D39;
}

    .siteContent > .frame {
        background: #fff;
        width: 920px;
        padding: 20px;
        margin: 0 auto;
    }

.mainContent {
    width: 735px;
    float: right;
    position: relative;
    background: #fff;
}

    .mainContent aside {
        width: 208px;
        float: right;
    }

        .mainContent aside p {
            font-size: 12px;
        }

            .mainContent aside p img {
                border: 1px solid #000;
            }

        .mainContent aside + section {
            width: 500px;
            float: left;
        }

    /*.mainContent section h2 { color: #2aa399; font-size: 18px; font-weight: normal; margin: 0 0 5px; }*/

    .mainContent section h3 {
        margin-bottom: 3px;
    }

        .mainContent section h3 + ul {
            margin-top: 0;
        }

    .mainContent section img {
        border: #999 1px solid;
    }

        .mainContent section img.left, .mainContent img[style*="left"] {
            clear: both;
            margin: 0 15px 10px 0;
        }

        .mainContent section img.right, .mainContent img[style*="right"] {
            clear: both;
            margin: 0 0 10px 15px;
        }

.sideCallouts {
    padding: 0;
    margin: 0;
}

    .sideCallouts li {
        list-style: none;
        border-top: 1px solid #ddd;
        float: left;
        width: 100%;
        padding: 20px 0;
        font-size: 12px;
    }

        .sideCallouts li:first-child {
            border-top: 0;
            padding-top: 0;
        }

        .sideCallouts li h5 {
            margin: 0 0 8px;
        }

        .sideCallouts li p {
            margin: 0;
        }

    .sideCallouts img {
        float: right;
        max-width: 80px;
        margin-left: 15px;
    }

.secondaryContent {
    width: 160px;
    margin-top: -40px;
    float: left;
    position: relative;
}

    .secondaryContent nav h3 {
        color: #666;
        background: #eee;
        font-size: 14px;
        padding: 15px;
        margin: 0;
    }

    .secondaryContent nav ul {
        padding: 0;
        margin: 15px 10px;
    }

        .secondaryContent nav ul li {
            font-size: 12px;
            list-style: none;
            margin: 0 0 10px 5px;
        }

            .secondaryContent nav ul li.indent {
                margin-left: 15px;
            }

            .secondaryContent nav ul li a {
                color: #2aa399;
                display: block;
            }

        .secondaryContent nav ul ul {
            margin: 5px 0 0 10px;
        }

        .secondaryContent nav ul li li {
            font-size: 11px;
            margin-bottom: 5px;
            margin-left: 6px;
        }

            .secondaryContent nav ul li li a {
                color: #999;
            }

    .secondaryContent nav .on > a {
        color: #000;
    }

    /*
.secondaryContent nav .hasChildren:before { content: ''; height: 0; width: 0; float: left; margin: 3px 0 0 -10px; border-top: 4px outset transparent; border-bottom: 4px outset transparent; border-left: 4px solid #2aa399; }
.secondaryContent nav .hasChildren.open:before { margin: 5px 0 0 -12px; border-left: 4px outset transparent; border-right: 4px outset transparent; border-top: 4px outset #2aa399; }
.secondaryContent nav .on .hasChildren.open:before { border-top-color: #000; }
*/

    .secondaryContent .raised {
        overflow: hidden;
        background: #fff;
        -webkit-box-shadow: 2px 3px 6px rgba(0,0,0,.2);
        -moz-box-shadow: 2px 3px 6px rgba(0,0,0,.2);
        box-shadow: 2px 3px 6px rgba(0,0,0,.2);
    }

/*Ticket History Tabs
-----------------------------*/
.ticketHistoryDisplayContainer {
    margin-bottom: 10px;
}

.pastPerformances, .futurePerformances {
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.ticketHistoryDisplayContainer ul {
    padding-top: 10px !important;
    border-top: 1px solid #ccc;
    margin-top: 7px !important;
    display: inline-block;
}

.active {
    background: #2aa399;
    color: #fff;
}

    .active:hover {
        color: #fff;
    }

/*	Tickets & Performances
----------------------------*/
/*.ticketperformances .mainContent section { float: none; width: auto; }*/
.filterSets .raised {
    margin-top: 20px;
    padding: 10px 10px 0;
}

.filterSets ul {
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
}

.filterSets li {
    clear: both;
    padding-top: 10px;
    min-height: 30px;
    position: relative;
}

.filterSets .toggle {
    font-size: 11px;
    display: inline-block;
    margin-bottom: 15px;
}

.switches label {
    font-size: 11px;
    display: block;
    width: 100px;
    float: right;
}

.switches input[type=checkbox] {
    display: block !important;
    position: absolute;
    z-index: 20;
    left: 0px;
    width: 32px;
}

.switches .switch {
    position: relative;
    display: block;
    float: left;
    width: 32px;
    height: 14px;
    cursor: pointer; /*background: url(/img/switch.png) 0 0 no-repeat;*/
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 2px 3px #ccc;
    -moz-box-shadow: inset 0 2px 3px #ccc;
    box-shadow: inset 0 2px 3px #ccc;
    background: #f5f5f5;
}

    .switches .switch .ss-on {
        position: absolute;
        display: block;
        width: 32px;
        height: 14px; /*background: url(/img/switch.png) -30px 0 no-repeat;*/
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        -webkit-box-shadow: inset 0 2px 3px #999;
        -moz-box-shadow: inset 0 2px 3px #999;
        box-shadow: inset 0 2px 3px #999;
        background: #b7b7b7;
    }

    .switches .switch .ss-slider {
        position: absolute;
        left: 0px;
        width: 15px;
        height: 14px; /*background: url(/img/switch.png) -60px 0 no-repeat;*/
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #e6e6e6;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZDlkOWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #e6e6e6 0%, #9d9d9d 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#9d9d9d));
        background: -webkit-linear-gradient(top, #e6e6e6 0%,#9d9d9d 100%);
        background: -o-linear-gradient(top, #e6e6e6 0%,#9d9d9d 100%);
        background: -ms-linear-gradient(top, #e6e6e6 0%,#9d9d9d 100%);
        background: linear-gradient(to bottom, #e6e6e6 0%,#9d9d9d 100%);
    }

        .switches .switch .ss-slider.on {
            background: #8c8c8c;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjOGM4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #8c8c8c 0%, #131313 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c8c8c), color-stop(100%,#131313));
            background: -webkit-linear-gradient(top, #8c8c8c 0%,#131313 100%);
            background: -o-linear-gradient(top, #8c8c8c 0%,#131313 100%);
            background: -ms-linear-gradient(top, #8c8c8c 0%,#131313 100%);
            background: linear-gradient(to bottom, #8c8c8c 0%,#131313 100%);
        }

.filterMonths > ul {
    margin: 0 -6px 0 0;
    overflow: hidden;
}

.filterMonths li li {
    clear: none;
    float: left;
    width: 33.3%;
    position: relative;
}

.filterMonths li label {
    display: block;
    cursor: pointer;
    width: 38px;
    height: 35px;
    text-align: center;
    font: bold 10px/45px Arial;
    text-transform: uppercase;
    background: url(/img/icon_calendars.png);
}

.filterMonths li input {
    cursor: pointer;
    position: absolute;
    display: block !important;
    z-index: 20;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

    .filterMonths li input:checked + label {
        background-position: 0 -35px;
    }

.performancePageTools {
    clear: both;
    float: left;
    width: 100%;
    padding-top: 15px;
}

    .performancePageTools input[type=text] {
        float: left;
        font-size: 12px;
        padding: 8px;
        width: 180px;
        margin: 0 0 20px;
    }

    .performancePageTools select {
        margin-top: 0;
        font-size: 12px;
    }

    .performancePageTools .or {
        padding: 0 8px;
        font-size: 12px;
        color: #999;
    }

    .performancePageTools .perPage {
        float: right;
        font-size: 12px;
    }

        .performancePageTools .perPage label {
            display: inline-block;
        }

        .performancePageTools .perPage select {
            margin-left: 5px;
        }

.viewAsCalendar, .viewAsList {
    font-size: 12px;
    padding-left: 20px;
    margin-top: 20px;
    background: url(/img/icon_performance_views.png) no-repeat;
}

.viewAsCalendar {
    background-position: 0 0;
}

.viewAsList {
    background-position: 0 -26px;
}

.performanceList > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
    overflow: hidden;
    position: relative;
}

    .performanceList > ul > li {
        clear: both;
        border-top: 1px solid #eee;
        padding: 25px 0;
        position: relative;
        overflow: hidden;
    }

        .performanceList > ul > li img {
            float: left;
            height: 100px;
            width: 170px;
        }

.performanceList .location {
    clear: left;
    float: left;
    display: block;
    padding-top: 8px;
    font: italic 11px Arial;
    color: #999;
}

.performanceList .copy {
    margin: 0 170px 0 190px;
}

    .performanceList .copy * {
        margin: 0;
    }

    .performanceList .copy h2 {
        font-size: 16px;
        font-weight: bold;
    }

    .performanceList .copy h5 {
        color: #999;
        font-size: 11px;
        margin-bottom: 10px;
    }

    .performanceList .copy .date {
        display: block;
        font: normal 18px 'Fanwood Text', 'Times New Roman', serif;
        color: #999;
        padding-bottom: 5px;
    }

.performanceList .accessibility {
    position: absolute;
    top: 22px;
    right: 0;
}

    .performanceList .accessibility > div {
        display: inline-block;
        background-image: url(/img/icon_accessible.png);
        height: 30px;
        width: 36px;
        text-indent: -9999em;
        opacity: .3;
    }

    .performanceList .accessibility .openCaption {
        background-position: -83px -3px;
    }

    .performanceList .accessibility .signInterpreted {
        background-position: -43px -3px;
    }

    .performanceList .accessibility .audioDescribed {
        background-position: -3px -4px;
    }

.performanceList .btn {
    position: absolute;
    right: 0;
    top: 80px;
}

/*.promo { border-top: dotted 1px #999; border-bottom: dotted 1px #999; padding: 10px 0; margin: 25px 0 0px; }*/
/*.formSection .promo .promoWhatsThisLink { top: 18px; left: 180px; }*/

.totalPrice {
    text-align: right;
    margin: 0 15px 0 0;
    float: right;
}

    .totalPrice span {
        font-size: 16px;
        font-weight: bold;
    }

.ticketInfo {
    float: right;
    width: 400px;
    margin-right: 15px;
}

    .ticketInfo table {
        width: 100%;
    }

        .ticketInfo table td, .ticketInfo table th {
            padding: 5px 0;
            text-align: left;
        }

        .ticketInfo table td {
            border-top: solid 1px #eee;
        }

        .ticketInfo table .priceLine {
            text-align: right;
        }

    .ticketInfo span {
        border-top: #eee 1px solid;
        padding: 5px 20px 5px 0;
        display: block;
    }

.pagination, [data-pagination], .PagingContainer {
    clear: both;
    border-top: 1px solid #eee;
    padding: 10px 0 30px;
    font-size: 12px;
    color: #666;
    display: block;
}

    .pagination a, .pagination span, [data-pagination] a, [data-pagination] span, .PagingContainer a, .simplePagerNav a {
        display: inline;
        margin-right: 10px;
    }

    [data-pagination] span, .PagingContainer .SelectedPagingItem, .simplePagerNav .currentPage a {
        color: #000;
        font-weight: bold;
    }


/*	Info Footer
----------------------------*/
.infoFooter {
    background: #fff;
    padding-top: 25px;
    overflow: hidden;
}

    .infoFooter .full, .infoFooter .third, .infoFooter .twoThird {
        background: #E5E5E5;
        border: #cecece 1px solid;
        padding: 10px 20px 20px;
        margin-bottom: 25px;
        position: relative;
    }

    .infoFooter .full {
        width: 918px;
    }

        .infoFooter .full h3 {
            font: normal 18px "Fanwood Text", "Times New Roman", serif;
            margin: 0;
        }

        .infoFooter .full .seasonSeriesLogos {
            margin-top: 10px;
            height: 100px;
            z-index: 0;
        }

            .infoFooter .full .seasonSeriesLogos.all {
                height: auto;
                overflow: hidden;
            }

                .infoFooter .full .seasonSeriesLogos.all ul {
                    margin-top: 20px;
                }

                    .infoFooter .full .seasonSeriesLogos.all ul:first-child {
                        margin-top: 0;
                    }

        .infoFooter .full ul {
            float: left;
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .infoFooter .full li {
            list-style: none;
            border: #222 1px solid;
            margin-left: 14px;
            float: left;
        }

            .infoFooter .full li:first-child {
                margin: 0;
            }

        .infoFooter .full .showAll {
            position: absolute;
            top: 10px;
            right: 22px;
        }

            .infoFooter .full .showAll a {
                color: #333;
                font-size: 11px;
                text-decoration: underline;
            }

        .infoFooter .full.sponsors {
            overflow: hidden;
        }

            .infoFooter .full.sponsors h3 {
                clear: both;
                padding-top: 30px;
            }

            .infoFooter .full.sponsors > h3:first-child {
                padding-top: 0;
            }

            .infoFooter .full.sponsors ul {
                text-align: left;
                margin: 0;
                padding: 0;
                overflow: hidden;
            }

            .infoFooter .full.sponsors li {
                float: none;
                list-style: none;
                margin: 0 10px 0 0;
                padding: 0;
                border: 0; /*line-height:50px; height: 50px; width: 100px;*/
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                overflow: hidden;
            }
/*.infoFooter .full.sponsors li img { max-height: 80%; max-width: 80%; }*/


/*	Sponsor Logos
----------------------------*/
.sponsorLogos {
    float: left;
    width: 100%;
}

    .sponsorLogos ul {
        padding: 0;
        margin: 10px 0 20px;
        overflow: hidden;
        text-align: center;
    }

    .sponsorLogos li {
        display: inline;
    }

    .sponsorLogos img {
        display: inline-block;
        margin: 10px 4px;
        vertical-align: middle;
        border: 0 !important;
    }

    .sponsorLogos .official img {
        margin: 10px 15px;
    }


/*	Footer
----------------------------*/
.siteFooter {
    background: #000;
    color: #fff;
    padding-bottom: 50px;
}

    .siteFooter > .frame {
        width: 960px;
        margin: 0 auto;
        overflow: hidden;
    }

    .siteFooter .hours {
        width: 350px;
    }

    .siteFooter a {
        color: #2aa399;
    }

    .siteFooter p {
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 10px;
    }

        .siteFooter p small {
            color: #666;
            font-size: 11px;
            line-height: 13px;
            display: block;
        }

    .siteFooter h4 {
        margin: 0 0 15px;
    }

    .siteFooter .btn {
        color: #000;
        padding: 0 30px;
        margin-top: 20px;
    }

    .siteFooter .nav, .siteFooter .social {
        padding: 30px 0;
        margin: 0;
        overflow: hidden;
    }

        .siteFooter .nav li {
            font-size: 12px;
            font-weight: bold;
            list-style: none;
            margin-right: 23px;
            float: left;
        }

        .siteFooter .social li {
            list-style: none;
            margin-right: 15px;
            float: left;
        }

            .siteFooter .social li a {
                display: block;
            }


/*	Homepage
----------------------------*/
.home .siteHeroWrap {
    background: 0;
    position: static;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    margin-left: 0;
}

.home .siteContent {
    background: #fff;
}

    .home .siteContent > .frame {
        padding: 0;
        width: 960px;
    }

.home-hero-rotator {
    width: 100% !important;
    height: 764px !important;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .home-hero-rotator > li {
        width: 100% !important;
        height: 784px;
        background-repeat: no-repeat;
        background-position: center;
    }

        .home-hero-rotator > li > img {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
        }

        .home-hero-rotator > li > a {
            display: block;
            height: 784px;
            width: 960px;
            margin: 0 auto;
            position: relative;
        }

.heroHome {
    height: 764px;
    min-width: 960px;
    margin: 0 auto;
    position: relative;
    background: url(/img/bg_hero_home.png) center repeat-y; /*overflow: hidden;*/
}

    .heroHome li .darkOpaque {
        position: absolute;
        padding: 12px 20px 20px;
        color: #fff;
    }

    .heroHome li h2 {
        margin: 0 0 10px;
        font-size: 24px;
        font-weight: bold;
    }

    .heroHome h4 {
        margin: 0;
        font-size: 18px;
    }

.homeSpotlight {
    position: absolute;
    z-index: 20;
    bottom: -17px;
    left: 50%;
    margin-left: -480px;
    width: 960px;
    color: #fff;
}

    .homeSpotlight .rotatorNavWrapper {
        position: absolute;
        bottom: 100%;
        left: 0;
        margin-bottom: 15px;
    }

        .homeSpotlight .rotatorNavWrapper .rotatorNav a {
            margin: 0;
        }

    .homeSpotlight .moreShows {
        position: absolute;
        z-index: 21;
        bottom: 100%;
        left: 1;
        padding: 10px 12px;
        margin-bottom: 10px;
        font: bold 11px Arial;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
    }

        .homeSpotlight .moreShows:before {
            content: '';
            float: right;
            height: 0;
            width: 0;
            border-left: 4px outset transparent;
            border-right: 4px outset transparent;
            border-top: 6px solid #fff;
            margin: 5px 0 0 7px;
        }

.miniCalendar {
    position: relative;
}

    .miniCalendar h2 {
        margin: 0;
        padding-top: 2px;
        font: normal 16px 'Fanwood Text', 'Times New Roman', serif;
    }

    .miniCalendar .calendarMonthDisplay {
        background: #262626;
    }

    .miniCalendar .calendarMonthSelector > a {
        font-size: 14px;
    }

        .miniCalendar .calendarMonthSelector > a:first-child {
            float: left;
            margin: 3px 0 0 5px;
        }

            .miniCalendar .calendarMonthSelector > a:first-child + a {
                float: right;
                margin: 3px 5px 0 0;
            }

    .miniCalendar table {
        width: 100%;
        padding: 0;
        border-collapse: collapse;
        background: #333;
    }

    .miniCalendar th {
        background: #262626;
        padding: 4px 0;
        color: #ccc;
        font: normal 11px 'Fanwood Text', 'Times New Roman', serif;
    }

    .miniCalendar td {
        width: 14.3%;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        color: #666;
        padding: 0;
    }

        .miniCalendar td .day {
            display: block;
            height: 20px;
            line-height: 20px;
        }

            .miniCalendar td .day a {
                display: block;
                color: #fff;
            }

                .miniCalendar td .day a:hover {
                    text-decoration: none;
                    background: #666;
                }

        .miniCalendar td .today, .miniCalendar td .today a {
            background: #262626;
        }

        .miniCalendar td .selected, .miniCalendar td .selected a {
            color: #262626;
            background: #2aa399;
        }

    .miniCalendar .offDay .day {
        display: none;
    }

.spotlightEvents {
    float: left;
    width: 46%;
    padding: 0 2%;
    margin: 15px 0 35px;
}

    .spotlightEvents h4 {
        padding-bottom: 10px;
    }

    .spotlightEvents .miniCalendar {
        float: left;
        width: 40%;
        height: 175px;
        text-align: center;
        font-size: 11px;
    }

.selectedDayEvents {
    float: right;
    width: 57%;
}

    .selectedDayEvents h2 {
        font-weight: bold;
        font-size: 1.714em;
    }

    .selectedDayEvents > p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .selectedDayEvents > div {
        height: 100px;
        overflow: auto;
    }

    .selectedDayEvents ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .selectedDayEvents li {
        padding-top: 15px;
    }

        .selectedDayEvents li:first-child {
            padding-top: 0;
        }

    .selectedDayEvents h3 {
        display: inline;
        font: bold 13px Arial;
    }

    .selectedDayEvents time {
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        white-space: nowrap;
    }

.spotlightAbout {
    font-size: 12px;
    float: right;
    width: 46%;
    padding: 0 2%;
    margin: 15px -1px 35px 0;
    border-left: 1px solid #fff;
    position: relative;
}

    .spotlightAbout:before {
        content: '';
        position: absolute;
        bottom: -22px;
        left: -14px;
        width: 0;
        height: 0;
        border-left: 14px outset transparent;
        border-right: 14px outset transparent;
        border-top: 22px solid #fff;
    }

    .spotlightAbout h4 {
        padding-bottom: 10px;
    }

    .spotlightAbout img {
        float: left; /*width: auto !important; height: auto !important; max-height: 90px;*/
        margin-right: 15px;
        border: 1px solid #000;
    }

    .spotlightAbout p {
        margin: 0;
    }

        .spotlightAbout p a {
            white-space: nowrap;
        }

    .spotlightAbout .copy {
        float: left;
        width: 300px;
    }

    .spotlightAbout .actions {
        float: right;
        width: auto;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .spotlightAbout .actions .btn {
            width: 100px;
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 15px;
            text-align: center;
        }

.featuredShows {
    margin-top: 40px;
}

    .featuredShows h2 {
        font: normal 22px "Fanwood Text", "Times New Roman", serif;
        margin: 5px 20px 5px 0;
        float: left;
    }

    .featuredShows .bx-wrapper, .featuredShows .bx-window {
        width: 961px !important;
        height: 290px;
        clear: both;
    }

    .featuredShows .bx-prev, .featuredShows .bx-next {
        background: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0;
        top: 90px;
        border-top: 50px outset transparent;
        border-bottom: 50px outset transparent;
        width: 0;
        height: 0;
        text-indent: -999em;
    }

    .featuredShows .bx-next {
        right: -30px;
        border-left: 25px solid #2aa399;
    }

    .featuredShows .bx-prev {
        left: -30px;
        border-right: 25px solid #2aa399;
    }

.showSlider {
    overflow: hidden;
    margin: 0 0 -30px;
    padding: 0;
    list-style: none;
    width: 990px;
}

    .showSlider > li {
        float: left;
        width: 330px;
        margin-bottom: 30px;
    }

.bx-wrapper .showSlider {
    margin-bottom: 0;
}

    .bx-wrapper .showSlider > li {
        margin-bottom: 0;
    }

.featuredShows.grid .bx-wrapper, .featuredShows.grid .bx-window, .featuredShows.grid .showSlider {
    left: 0 !important;
    width: 990px !important;
    height: auto !important;
}

    .featuredShows.grid .showSlider > li {
        display: none;
    }

        .featuredShows.grid .showSlider > li.bx-child {
            display: block;
            margin-bottom: 20px;
        }

.featuredShows.grid .bx-prev, .featuredShows.grid .bx-next {
    display: none !important;
}

.showDetail {
    width: 299px; /*height: 281px;*/
    height: 261px;
    border: #000 1px solid;
    float: left;
    overflow: hidden;
}

    .showDetail .title {
        display: table;
        width: 100%;
        background: #000;
        color: #fff;
        padding: 0 10px; /*height: 68px;*/
        height: 48px;
    }

        .showDetail .title > div {
            display: table-cell;
            vertical-align: middle;
        }

        .showDetail .title h3 {
            margin: auto;
            padding-right: .5cm;
            font-size: 14px;
            line-height: 1.2;
            text-transform: uppercase;
            max-height: 32px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .showDetail .title span {
            color: #fff;
            font-size: 12px;
            display: block;
        }

    .showDetail > ul {
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
        border-bottom: 1px solid #999;
    }

        .showDetail > ul > li {
            background: #e6e6e6;
            border-left: #999 1px solid;
            list-style: none;
            text-indent: -9999px;
            float: left;
        }

            .showDetail > ul > li:first-child {
                border: none;
            }

            .showDetail > ul > li a {
                width: 59px;
                height: 37px;
                background: #e6e6e6 url(../img/show-menu.png) no-repeat;
                display: block;
            }

                .showDetail > ul > li a:hover {
                    background-color: #ccc;
                }

                .showDetail > ul > li a.current {
                    background-color: #fff;
                    border-bottom: 1px solid #fff;
                    margin-bottom: -1px;
                }

            .showDetail > ul > li.info a {
                background-position: 26px 10px;
            }

            .showDetail > ul > li.audio a {
                background-position: -36px 10px;
            }

            .showDetail > ul > li.video a {
                background-position: -94px 10px;
            }

            .showDetail > ul > li.photo a {
                background-position: -155px 10px;
            }

            .showDetail > ul > li.buyTix a {
                background-position: -213px 10px;
            }

            .showDetail > ul > li.info.disabled a {
                background-position: 26px -52px;
            }

            .showDetail > ul > li.audio.disabled a {
                background-position: -36px -52px;
            }

            .showDetail > ul > li.video.disabled a {
                background-position: -94px -52px;
            }

            .showDetail > ul > li.photo.disabled a {
                background-position: -155px -52px;
            }

            .showDetail > ul > li.buyTix.disabled a {
                background-position: -213px -52px;
            }

            .showDetail > ul > li.disabled a, .showDetail > ul > li.disabled a:hover {
                background-color: transparent;
                cursor: default;
            }

        .showDetail > ul ~ div {
            clear: both;
            padding: 15px;
        }

            .showDetail > ul ~ div.nopad {
                padding: 0;
            }

    .showDetail .featuredVideo {
        background: #000;
    }

        .showDetail .featuredVideo object, .showDetail .featuredVideo iframe, .showDetail .featuredVideo embed {
            height: 175px !important;
            width: 300px !important;
        }

        .showDetail .featuredVideo p {
            margin: 0;
        }

    .showDetail .featuredAudio img {
        float: left;
        width: 75px;
    }

        .showDetail .featuredAudio img + div {
            margin-left: 85px;
        }

    .showDetail .featuredAudio h3 {
        margin: 0;
    }

    .showDetail .featuredAudio h4 {
        display: block;
        margin: 2px 0;
        font: normal 12px Arial;
        color: #666;
    }

    .showDetail .featuredAudio p {
        font-size: 12px;
        margin: 0;
        max-height: 65px;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .showDetail .featuredAudio .date {
        display: block;
        color: #666;
        font-size: 12px;
        margin: 2px 0;
    }

    .showDetail .featuredAudio .audio {
        clear: both;
        padding-top: 0px;
    }

.viewOptions {
    width: 190px;
    margin: 5px auto 0;
    padding: 9px 0 0;
    list-style: none;
}

    .viewOptions li {
        float: left;
        padding-right: 20px;
    }

        .viewOptions li a {
            font-size: 12px;
            padding: 1px 0 0 18px;
            color: #2aa399;
            background: url(/img/icon_views.png) 0 -15px no-repeat;
        }

            .viewOptions li a.selected {
                color: #b2b2b2;
                text-decoration: none;
                cursor: default;
                background-position: 0 0;
            }

        .viewOptions li:first-child a {
            background-position: 0 -45px;
        }

            .viewOptions li:first-child a.selected {
                background-position: 0 -30px;
            }


/*	Landing
----------------------------*/
.landing .mainContent aside {
    margin-top: 290px;
}

.slideWrap {
    position: relative;
    margin-top: -40px;
    width: 736px;
    min-height: 315px;
}

    .slideWrap .rotatorNavWrapper {
        width: auto;
        bottom: auto;
        top: 245px;
        position: absolute;
    }

.slideshow {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    .slideshow li {
        list-style: none;
        min-height: 278px;
        position: absolute;
        top: 0;
        left: -9999em;
    }

        .slideshow li:first-child {
            left: 0;
        }

        .slideshow li a {
            position: relative;
            display: block;
        }

            .slideshow li a img {
                border: 0;
            }

    .slideshow figure {
        width: 733px;
        height: 278px;
        overflow: hidden;
        border: #333 1px solid;
    }

    .slideshow figcaption {
        color: #666;
        font-size: 12px;
        font-style: italic;
        margin: 5px 0 30px;
    }

    .slideshow .darkOpaque {
        position: absolute;
        bottom: 30px;
        right: 30px;
        max-width: 400px;
        padding: 12px 20px 20px;
    }

        .slideshow .darkOpaque h2 {
            color: #fff;
            margin: 0 0 10px;
            font-size: 24px;
            font-weight: bold;
        }

        .slideshow .darkOpaque h4 {
            color: #fff;
            margin: 0;
            font-size: 18px;
        }


/*	Play/Event Details
----------------------------*/
.playdetail .mainContent, .eventdetail .mainContent {
    width: 690px;
    float: left;
}

.playdetail .secondaryContent, .eventdetail .secondaryContent {
    width: 210px;
    margin-top: 0;
    float: right;
}

.playdetail .onTop, .eventdetail .onTop {
    z-index: 1;
}

.socialPdp {
    width: 910px;
    height: 0;
    margin: -60px auto 0;
}

    .socialPdp > div > ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .socialPdp > div > ul > li {
            float: right;
            padding-left: 2px;
            position: relative;
        }

    .socialPdp li:first-child {
        padding-top: 2px;
        z-index: 1;
    }

        .socialPdp li:first-child + li {
            width: 92px !important;
        }

            .socialPdp li:first-child + li + li {
                padding-right: 10px;
            }

            .socialPdp li:first-child + li + li {
                width: 80px !important;
            }

.productionTabs {
    float: left;
    width: 688px;
    margin: 20px 0;
}

    .productionTabs > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        z-index: 1;
    }

        .productionTabs > ul > li a {
            display: block;
            float: left;
            width: 85px;
            height: 40px;
            text-align: center;
            font: bold 12px/40px Arial;
            border: 1px solid #000;
            margin: 0 -1px 0 0;
            background: #e6e6e6;
            color: #333;
        }

            .productionTabs > ul > li a:hover {
                background: #fff;
                text-decoration: none;
            }

            .productionTabs > ul > li a.current {
                background: #fff;
                border-bottom-color: #fff;
            }

            .productionTabs > ul > li a[href*="Photo"].current, .productionTabs > ul > li a[href*="Video"].current {
                border-bottom: 0;
            }

        .productionTabs > ul > li:first-child a {
            width: 84px;
        }

    .productionTabs > div {
        clear: both;
        height: 380px;
        position: relative;
        top: -1px;
        z-index: 0; /*overflow: hidden;*/
        margin-bottom: 5px;
        border: 1px solid #000;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .productionTabs > div.galleryWrap {
            overflow: visible;
            height: auto;
            min-height: 382px;
            border: 0;
        }

        .productionTabs > div.expanded {
            height: auto;
        }

    .productionTabs .pad {
        padding: 20px;
        overflow: hidden;
    }

    .productionTabs .noScroll {
        overflow: hidden !important;
    }

    .productionTabs.subscriptionPkg {
        margin-top: -40px;
    }

.photoCaption {
    position: relative;
    top: 8px;
}

    .photoCaption p {
        font: italic normal 12px Arial;
        color: #666;
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.productionCast {
    width: 668px;
    margin: 0 -20px 0 0;
    padding: 0;
    list-style: none;
}

    .productionCast li { /*position: relative;*/
        display: inline-block;
        vertical-align: top;
        width: 110px;
        margin: 0 20px 20px 0;
    }

    .productionCast a:hover {
        text-decoration: none;
    }

    .productionCast img {
        display: block;
        margin-bottom: 5px;
        width: 110px;
        height: 110px;
    }

    .productionCast h3 {
        margin: 0;
        font-size: 12px;
    }

    .productionCast h4 {
        margin: 0;
        font: normal 11px Arial;
        color: #666;
    }

    .productionCast .casttooltip {
        display: none;
        position: absolute;
        z-index: 999;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #333;
    }

    .productionCast .tooltipWrap {
        color: #fff;
        margin: 3% 3% 0;
        padding-right: 2%;
        font-size: 12px;
        position: absolute;
        top: 0;
        left: 0;
        width: 92%;
        height: 88%;
        overflow: auto;
    }

        .productionCast .tooltipWrap p {
            margin: 15px 0;
        }

        .productionCast .tooltipWrap img {
            float: left;
            margin: 0 20px 20px 0;
            width: 150px;
            height: 150px;
        }

        .productionCast .tooltipWrap .hideTooltip {
            position: relative;
            float: right;
            top: 0;
            right: 0;
            margin: 0;
        }

.productionAudio {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .productionAudio li {
        clear: both;
        padding: 0 0 20px;
        overflow: hidden;
    }
    /*.productionAudio li > div { margin-left: 130px; }*/
    .productionAudio img {
        float: left;
        width: 110px;
    }

    .productionAudio h4:empty {
        display: none;
    }

    .productionAudio span:empty {
        display: none;
    }

    .productionAudio h3 {
        margin: 0;
    }

    .productionAudio h4 {
        display: inline;
        margin: 0;
        font: normal 14px Arial;
        color: #666;
    }

    .productionAudio .date {
        display: inline;
        margin-left: 5px;
        color: #666;
    }

    .productionAudio .audio {
        margin-top: 0px;
    }

.productionEvents {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .productionEvents li {
        clear: both;
        padding: 0 0 20px;
        overflow: hidden;
    }

        .productionEvents li > div {
            margin-left: 190px;
        }

    .productionEvents img {
        float: left;
        width: 170px;
    }

    .productionEvents h3 {
        margin: 0;
    }

.productionSeries {
    float: left;
    width: 172px;
}

    .productionSeries h3 {
        margin: 15px 0 0;
    }

    .productionSeries ul {
        margin: 0;
        padding: 0 0 20px;
        list-style: none;
    }

    .productionSeries li {
        padding: 5px 0 0;
    }

        .productionSeries li a {
            font-size: 13px;
        }

.productionMain {
    float: right;
    width: 500px;
}

.productionSpecs {
    position: relative;
}

    .productionSpecs ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        display: table;
        width: 496px;
        border: 1px solid #999;
    }

    .productionSpecs li {
        display: table-cell;
        border-left: 1px solid #999;
        padding: 5px 7px;
        font-size: 12px;
        font-weight: bold;
        color: #666;
    }

        .productionSpecs li:first-child {
            border: 0;
        }

    .productionSpecs > h4 {
        margin: 15px 0 5px;
        font-size: 21px;
    }

    .productionSpecs > h5 {
        margin: 0 0 20px;
        font-weight: normal;
    }

.productionSponsors {
    clear: both;
    background: #E5E5E5;
    border: 1px solid #cecece;
    padding: 15px 20px;
}

    .productionSponsors p {
        margin: 0;
        font-size: 12px;
        color: #333;
    }

    .productionSponsors ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .productionSponsors li {
        display: inline;
    }

    .productionSponsors img {
        display: inline-block;
        margin: 15px 10px 10px 0;
        vertical-align: middle;
        border: 0 !important;
    }

.productionDiscussion {
    clear: both;
    padding-top: 20px;
}

#prodVideo {
    background: #000;
    overflow: hidden;
}

    #prodVideo object, #prodVideo iframe, #prodVideo embed {
        height: 380px !important;
        width: 690px !important;
    }

    #prodVideo p {
        margin: 0;
    }

.productionMain .recommended {
    margin-top: 20px;
    clear: both;
}

    .productionMain .recommended h5 {
        font-weight: normal;
        font-size: 13px;
    }

    .productionMain .recommended ul {
        margin-top: 10px;
    }

    .productionMain .recommended li {
        width: 152px;
        padding: 0 0 0 22px;
    }

        .productionMain .recommended li:first-child {
            padding-left: 0;
        }

        .productionMain .recommended li a:hover {
            text-decoration: none;
        }

        .productionMain .recommended li img {
            width: 150px;
        }

        .productionMain .recommended li h3 {
            margin: 5px 0 0;
            font-size: 13px;
        }

.buyTicketBox {
    padding: 10px 10px 15px;
    background: #333;
    color: #fff;
}

    .buyTicketBox > h3 {
        margin: -10px -10px 15px;
        padding: 8px 10px 8px 40px;
        background: #222 url(/img/show-menu.png) -223px 9px no-repeat;
        color: #fff;
    }

    .buyTicketBox select {
        font-size: 12px;
        width: 190px;
        margin: 15px 0;
    }

    .buyTicketBox .promo {
        border: 0;
        padding: 0;
        margin: 0;
    }

        .buyTicketBox .promo .btn {
            white-space: nowrap;
            width: 130px;
            margin: 0;
        }

        .buyTicketBox .promo input[type=text] {
            float: left;
            width: 124px;
            padding: 7px 8px 8px;
            font-size: 11px;
            border: 0;
        }

        .buyTicketBox .promo input[type=submit] {
            float: left;
            width: 50px;
            font-size: 11px;
            padding-left: 0;
            padding-right: 0;
        }

    .buyTicketBox .help {
        z-index: 0;
        color: #333;
    }

    .buyTicketBox .tixMsg {
        clear: both;
        background: #ffd;
        font-size: 12px;
        line-height: 1.2;
        padding: 10px;
        color: #333;
    }

        .buyTicketBox .tixMsg p {
            margin: 0;
        }

    .buyTicketBox .singleDate {
        clear: both;
        display: block;
        padding: 10px 0;
    }

.specialAccessibility {
    margin-top: 20px;
}

    .specialAccessibility ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .specialAccessibility h5, .specialAccessibility li {
        font-size: 12px;
        font-weight: bold;
    }

    .specialAccessibility > div {
        margin-top: 15px;
        padding-left: 46px;
    }

        .specialAccessibility > div:first-child {
            margin-top: 0;
        }

        .specialAccessibility > div:before {
            content: '';
            background-image: url(/img/icon_accessible.png);
            background-repeat: no-repeat;
            float: left;
            margin-left: -45px;
            display: block;
            width: 35px;
            height: 32px;
            border: solid #555;
            border-width: 1px 2px 2px 1px;
        }

    .specialAccessibility .openCaption:before {
        background-position: -83px -3px;
    }

    .specialAccessibility .signInterpreted:before {
        background-position: -43px -3px;
    }

    .specialAccessibility .audioDescribed:before {
        background-position: -3px -4px;
    }

.feedSocial h3.socialHeader {
    font-size: 15px;
    margin: 0 0 10px;
    white-space: nowrap;
    padding: 10px 0 10px 10px;
    color: #fff;
    text-indent: 35px;
    background-image: url(/img/icons_feed_headers.png);
    background-repeat: no-repeat;
}

.feedTwitter {
    width: 210px;
    height: 450px;
    overflow: hidden;
}

    .feedTwitter h3.socialHeader {
        background-color: #2aa9df;
        background-position: 10px -5px;
    }

    .feedTwitter iframe {
        width: 210px !important;
        min-width: 210px !important;
    }

.feedFacebook h3.socialHeader {
    background-color: #325d99;
    background-position: 10px -75px;
    text-indent: 30px;
}

.pdpCallout {
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

    .pdpCallout ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .pdpCallout li {
        padding-top: 15px;
        font-size: 12px;
    }

        .pdpCallout li:first-child {
            padding-top: 0;
        }

    .pdpCallout h4 {
        margin: 0;
        font: bold 12px Arial;
    }

    .pdpCallout p {
        margin: 0;
    }


/*	Artist Related Perfs
----------------------------*/
.mainContent .artistArshtPerfs {
    padding: 0 0 20px;
}

    .mainContent .artistArshtPerfs li {
        float: left;
        width: 100%;
    }

    .mainContent .artistArshtPerfs > h3 {
        margin: 0 0 0 38px;
    }

    .mainContent .artistArshtPerfs a:hover {
        text-decoration: none;
    }

    .mainContent .artistArshtPerfs img {
        max-width: 170px;
        float: none;
        margin: 0;
    }

    .mainContent .artistArshtPerfs h4 {
        margin: 8px 0 20px;
        font: italic 11px arial;
        color: #999;
    }

.mainContent .artistRelatedMedia {
    padding: 20px 0 30px;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

    .mainContent .artistRelatedMedia ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mainContent .artistRelatedMedia li {
        display: inline;
    }

    .mainContent .artistRelatedMedia a {
        display: block;
        float: left;
        width: 22%;
        margin-left: 4%;
    }

        .mainContent .artistRelatedMedia a:hover {
            text-decoration: none;
        }

    .mainContent .artistRelatedMedia li:first-child a {
        margin-left: 0;
    }

    .mainContent .artistRelatedMedia > h3 {
        margin-top: 0;
    }

    .mainContent .artistRelatedMedia img {
        max-width: 100%;
        margin-bottom: 5px;
    }

    .mainContent .artistRelatedMedia h4 {
        font: bold 12px Arial;
        margin: 0;
    }


/*	Search Results
----------------------------*/
.currentSearch {
    padding: 5px 0 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

    .currentSearch input[type=text] {
        width: 50%;
        margin-bottom: 10px;
    }

.currentResults {
    clear: both;
    border: 1px solid #000;
    padding: 0 20px;
}

    .currentResults ol {
        margin: 0;
        padding: 20px 0 0;
        list-style: none;
        float: left;
        width: 100%;
    }

    .currentResults li {
        padding: 0 0 20px;
        clear: both;
    }

    .currentResults h3, .currentResults p {
        margin: 0;
        font-weight: normal;
    }

    .currentResults img.resultThumbnail {
        width: 100px;
        float: left;
        margin: 0 10px 20px 0;
    }

.searchResults ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.searchResults {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

    .searchResults a h3 {
        display: block;
    }

    .searchResults > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        z-index: 1;
    }

        .searchResults > ul > li a {
            display: block;
            float: left;
            height: 40px;
            text-align: center;
            font: bold 12px/40px Arial;
            border: 1px solid #000;
            padding: 0 20px;
            margin: 0 -1px 0 0;
            background: #e6e6e6;
            color: #333;
        }

            .searchResults > ul > li a:hover {
                background: #fff;
                text-decoration: none;
            }

            .searchResults > ul > li a.current {
                background: #fff;
                border-bottom-color: #fff;
            }

            .searchResults > ul > li a[href*="Photo"].current, .searchResults > ul > li a[href*="Video"].current {
                border-bottom: 0;
            }

    .searchResults > div {
        clear: both;
        position: relative;
        top: -1px;
        z-index: 0;
        overflow: hidden;
    }

        .searchResults > div.galleryWrap {
            overflow: visible;
        }

        .searchResults > div.expanded {
            height: auto;
        }

    .searchResults .pad {
        padding: 20px;
        overflow: hidden;
    }


/*
.PagingContainer { clear: both; border-top: 1px solid #ddd; padding: 15px 0 0; }
.PagingContainer a { display: inline-block; font: bold 12px/20px Arial; padding: 0 8px; border: 1px solid #ddd; margin-right: 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.PagingContainer a:hover { text-decoration: none; background: #000; color: #fff; border-color: transparent; }
.PagingContainer a.SelectedPagingItem, .PagingContainer a.SelectedPagingItem:hover { background: #2aa399; border-color: transparent; color: #fff; }
*/

.autoCompleteWrapper {
    position: absolute;
    top: 100%;
    width: 100%;
}

.autocompleteDropdown {
    background: #f5f5f5;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.4);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,.4);
    box-shadow: 0 5px 5px rgba(0,0,0,.4);
}

    .autocompleteDropdown li {
        padding: 6px 10px;
        font-size: 11px;
        cursor: pointer;
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #ddd;
        -webkit-transition: all ease .1s;
        -moz-transition: all ease .1s;
        -ms-transition: all ease .1s;
        -o-transition: all ease .1s;
        transition: all ease .1s;
    }

.highlightedDropdownAutoComplete {
    background: #2aa399;
    color: #fff;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    -ms-transition: all ease .1s;
    -o-transition: all ease .1s;
    transition: all ease .1s;
}


/*	You May Also Like...
----------------------------*/
.recommended ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .recommended ul li {
        float: left;
        padding-right: 20px;
    }

        .recommended ul li h3 {
            margin: 5px 0 0;
            font-size: 12px;
        }


/*	Press Room
----------------------------*/
.pressInfo {
    float: left;
    width: 64%;
}

.pressArshtKit {
    float: right;
    width: 30.5%;
    padding-left: 2.5%;
    border-left: 1px solid #ddd;
}

    .pressArshtKit h3 {
        margin-top: 0;
    }

    .pressArshtKit small {
        font-size: 11px;
        color: #999;
    }

.filterBlock {
    clear: both;
    float: left;
    width: 96%;
    padding: 12px 2% 20px;
    background: #eee;
}

    .filterBlock .filter {
        float: left;
        width: 25%;
    }

    .filterBlock label {
        font-weight: bold;
    }

    .filterBlock select, .filterBlock input[type=text] {
        width: 90%;
        margin: 0;
    }

.pressRoomList {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ddd;
}

    .pressRoomList > li {
        border-bottom: 1px solid #ddd;
        padding: 20px 0;
        float: left;
        width: 100%;
    }

    .pressRoomList h3 {
        margin-top: 0;
    }

    .pressRoomList .document {
        padding: 0 0 20px 20px;
        background: url(/img/pdf.gif) no-repeat;
    }

    .pressRoomList .media {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px;
    }

        .pressRoomList .media a {
            padding: 0;
            height: 100px;
            width: 150px;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            line-height: 100px;
            overflow: hidden;
            background: #eee;
            border: 5px solid #fff;
            -webkit-box-shadow: 1px 1px 3px #ccc;
            -moz-box-shadow: 1px 1px 3px #ccc;
            box-shadow: 1px 1px 3px #ccc;
        }

            .pressRoomList .media a:hover {
                background: #2aa399;
            }

            .pressRoomList .media a img {
                max-height: 80%;
                max-width: 80%;
            }

            .pressRoomList .media a + span {
                display: block;
                max-width: 140px;
                font-size: 11px;
                text-align: center;
                padding: 8px 10px;
            }

    .pressRoomList + [data-pagination] {
        border-top: 0;
    }

.pressPubs {
    clear: both;
    padding: 20px 0;
    border-top: 1px solid #ddd;
}

    .pressPubs p {
        display: inline-block;
        width: 33%;
    }


/*	404
----------------------------*/
.page-not-found {
    padding: 20px 60px 60px;
}

    .page-not-found h2 {
        font-size: 36px;
    }

    .page-not-found img {
        float: left;
        border: 0;
    }

    .page-not-found li {
        padding: 3px 0;
    }

    .page-not-found > div > div, .page-not-found .siteSearch {
        margin-left: 220px;
    }

    .page-not-found .siteSearch {
        float: left;
    }

        .page-not-found .siteSearch input[type=text] {
            font-size: 14px;
            padding: 6px 12px;
            width: 250px;
        }

        .page-not-found .siteSearch input[type=submit] {
            font-size: 14px;
            padding: 0 12px;
            height: 28px;
            line-height: 28px;
        }

/*	UTIx
----------------------------*/
.utix-landing .page-content h2 {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
    margin-bottom: 15px;
}

.utix-landing .page-content {
    margin: 15px 30px 0 30px;
}

.utix-landing #loginContainer {
    float: none;
    display: inline-block;
    width: 75%;
    margin: 20px 0 20px 14%;
}

    .utix-landing #loginContainer .field {
        float: none;
        width: 90%;
        display: inline-block;
    }

        .utix-landing #loginContainer .field label {
            float: left;
            padding-top: 6px;
        }

        .utix-landing #loginContainer .field input[type=text], .utix-landing #loginContainer .field input[type=password] {
            float: right;
            margin-top: 0;
            width: 240px;
        }

        .utix-landing #loginContainer .field.password {
            position: relative;
        }

        .utix-landing #loginContainer .field.username {
            padding-bottom: 0;
        }

    .utix-landing #loginContainer .login {
        float: none;
        width: 64%;
        display: inline-block;
        padding: 0;
        border-right: 1px solid #ccc;
        vertical-align: middle;
    }

.utix-landing .register-container {
    float: none;
    width: auto;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    width: 35%;
}

.utix-landing #loginContainer .register {
    float: none;
    width: auto;
    background-color: #fff;
    padding: 0;
}

.utix-landing #loginContainer .submit {
    padding-left: 30px;
}

    .utix-landing #loginContainer .submit.field {
        padding-left: 0;
        padding-top: 10px;
        text-align: right;
    }

.utix-landing #loginContainer .btn {
    border-radius: 6px;
}

.utix-landing #loginContainer .register .submit .btn {
    padding: 6px 22px;
}

.utix-landing #loginContainer h2 {
    font-size: 1.143em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.utix-landing .mobile-quantity {
    display: none !important;
}

.utix-landing #loginContainer .password a {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 0;
}

.utix-landing .quantity {
    display: inline-block;
    width: 50%;
}

.performanceListWrapper {
    width: 100%;
    display: table;
    margin: 0 30px;
}

    .performanceListWrapper .header > div {
        font-weight: bold;
    }

    .performanceListWrapper .row, .performanceListWrapper .header {
        display: table-row;
        width: 100%;
    }

        .performanceListWrapper .row > div, .performanceListWrapper .header > div {
            display: table-cell;
            padding: 0 25px 5px 0;
        }

    .performanceListWrapper .toolTipLink {
        cursor: pointer;
    }

.utix-landing .performanceToolTip {
    color: rgb(255, 255, 255);
    width: 270px;
    padding: 20px 15px;
    margin: 0px;
    position: absolute;
    font-size: 12px;
    background: rgb(51, 51, 51);
    z-index: 10;
}

    .utix-landing .performanceToolTip .lead {
        font-size: 1.571em;
        margin-bottom: 0;
    }

    .utix-landing .performanceToolTip a.closeButton {
        position: absolute;
        cursor: pointer;
        top: 5px;
        right: 5px;
        padding: 4px 8px;
        font: bold 16px/1 Tahoma;
        display: block;
        overflow: hidden;
        background: #fff;
        color: #2AA399;
    }

        .utix-landing .performanceToolTip a.closeButton:hover {
            text-decoration: none;
            background: #2AA399;
            color: #fff;
        }

    .utix-landing .performanceToolTip .perf-date {
        font: bold 0.857em Arial;
        margin: 0 0 8px;
        display: block;
        color: #ccc;
    }

.performanceListWrapper select {
    margin-bottom: 0;
}

.selectNewSectionContainer .continueBtn {
    text-align: left !important;
}

    .selectNewSectionContainer .continueBtn .btnCancel {
        padding-right: 10px;
    }

.selectNewSectionContainer fieldset ul {
    margin-left: 60px;
    margin-top: 20px;
}

    .selectNewSectionContainer fieldset ul li {
        counter-increment: utix-counter;
        position: relative;
    }

        .selectNewSectionContainer fieldset ul li:before {
            content: counter(utix-counter);
            position: absolute;
            left: -50px;
            background-color: #30b1a7;
            border-radius: 50%;
            font-weight: bold;
            font-size: 18px;
            color: #000;
            height: 24px;
            width: 25px;
            text-align: center;
            padding-top: 1px;
        }

input[type=submit].btnAddUTix {
    margin: 10px 0 20px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    padding: 6px 20px;
    height: auto;
}

.otherEmail a {
    display: block;
    width: 500px;
}

.utix-landing .notAvailable {
    text-decoration: line-through;
    display: inline;
}

.utix-sold-out {
    color: red;
    display: inline;
}

.utix-quantity-ddl {
    min-width: 50px;
}

.utix-wheelchair-ddl {
    min-width: 90px;
}

.emailValidationMessage {
    color: red;
}

.quantity-dropdown {
    display: inline-block;
    padding-right: 10px;
}

.wheelchair {
    display: inline;
    padding-right: 0px;
}

.available-show-items-header {
    display: none !important;
}

.available-show-items {
    min-width: 200px;
}

.performanceList .title {
    max-width: 230px;
}

/* Add VIP Experience Package */
.btnHiddenModal {
    display: none !important;
}

.vipReservePanel {
    margin-left: 15px;
    margin-right: 15px;
}

    .vipReservePanel table {
        float: left !important;
        width: 97% !important;
    }

.addVIP {
    background-color: white;
    position: absolute !important;
    top: 0 !important;
    left: 25% !important;
    border: 1px solid #ddd;
    width: 650px;
}

.modal-vip-wrapper {
    left: 33% !important;
    top: 25% !important;
}

    .addVIP header {
        margin-left: 20px;
        margin-right: 20px;
    }

    .addVIP .reserveVIP {
        margin-left: 25px;
    }

    .addVIP .reserveDecline {
        margin-left: 10px;
    }

    .addVIP .reserveButtons {
        margin: 15px auto 15px auto;
        width: 100%;
        text-align: center;
    }

    .addVIP .vipError {
        text-align: center !important;
        display: inherit !important;
        color: red !important;
    }

.vipOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/fallback/opaque_000000_80.png);
    z-index: 998;
}

/* Add Dining */

.addDining span {
    color: #666666;
    padding-bottom: 2px;
    display: inline-block;
}

.addDining select {
    float: none;
}

.addDining .dining-dropdowns.date.standalone {
    width: 48%;
    display: inline-block;
    padding-right: 10px;
    padding-top: 10px;
}

.addDining .dining-dropdowns.time {
    width: 49%;
    display: inline-block;
    padding-top: 10px;
}

    .addDining .dining-dropdowns.time.standalone {
        width: 44%;
        display: inline-block;
    }

.addDining .dining-dropdowns.quantity {
    display: inline-block;
    padding-top: 10px;
}

    .addDining .dining-dropdowns.quantity.standalone {
        display: inline-block;
        padding-top: 10px;
        padding-left: 0px;
    }

.addDining textarea {
    display: block;
    margin-top: 0;
    width: 91%;
}

.addDining .dining-comments {
    padding-top: 10px;
}

.addDining .no-reservations {
    clear: both;
    padding-top: 10px;
    display: block;
}

    .addDining .no-reservations p:last-child {
        margin-bottom: 0;
    }

.restaraunt-details {
    display: inline;
}

.menu-link {
    display: inline;
}

.addDining label a {
    font-size: 10px;
    font-weight: normal;
    padding-right: 8px;
}

.parkingDialog .addDining label a {
    display: block;
    margin-left: 0;
}

.reserve-dining {
    display: block;
}

.diningIcon {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

.diningReservePanel {
    display: inline-block;
    width: 71%;
}

.parkingDialog .diningReservePanel {
    display: inline-block;
    width: 62%;
}

.parkingDialog .parkingReservePanel {
    display: inline-block;
    width: 55%;
}

/* Add Dining Cart */

.cart-addons {
    clear: both;
    padding-top: 30px;
}

    .cart-addons .addDining {
        width: 50%;
    }

    .cart-addons .addParking {
        width: 38%;
        margin-right: 2%;
    }

    .cart-addons > div {
        display: inline-block;
        margin-top: 0;
        vertical-align: top;
        min-height: 80px;
    }

.perfNotes {
    clear: both;
    word-wrap: break-word;
}

/* Subscription Add Ons */

.subAddOn {
    width: calc(44% + 2px);
    display: inline-block;
    vertical-align: top;
    border: solid #f1f1f1;
    border-width: 1px 0;
    box-shadow: 1px 1px 4px #ddd;
    padding: 15px 15px 18px;
}

.subAddOnIcon {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

.subAddOnPanel {
    margin-bottom: 20px;
    margin-left: 2px;
}

    .subAddOnPanel a {
        font-weight: bold;
        display: block;
        margin: 0 0 5px;
        color: #2aa399;
        text-decoration: none;
    }

    .subAddOnPanel p {
        margin-top: 10px;
    }

    .subAddOnPanel select {
        display: block;
    }

.subAddOn:first-child {
    margin-right: 15px;
}

.subAddOn:only-of-type {
    width: 58%;
}

.subAddOnReservePanel {
    display: inline-block;
    width: 45%;
}

.invalidSubAddOn {
    font-weight: bold;
}

/*	IE Fixes (Support 8+)
----------------------------*/
.lt-ie9 .secondaryContent .raised {
    position: relative;
    zoom: 1;
    behavior: url(/pie.htc);
    box-shadow: 2px 3px 6px #aaa;
}

.lt-ie9 .filterSets a.switch {
    behavior: url(/pie.htc);
    zoom: 1;
    z-index: 0;
}

.lt-ie9 .filterSets .ss-on {
    behavior: url(/pie.htc);
    zoom: 1;
    z-index: 0;
}

.lt-ie9 .filterSets .switch .ss-slider {
    background: url(/img/fallback/filter_dots.png);
}

    .lt-ie9 .filterSets .switch .ss-slider.on {
        background-position: 0 -20px;
    }

.lt-ie8 .performanceList .accessibility > div {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}

.lt-ie9 .bx-prev, .lt-ie9 .bx-next {
    behavior: url(/pie.htc);
    zoom: 1;
    z-index: 0;
}

.btnSubsNav {
    margin-right: 10px;
    float: right;
    display: inline-block;
}

.subs-float-left {
    float: left;
}
/* Always visible div
    --------------------*/

.visibleDiv {
    position: fixed;
    width: 920px;
}

.trackingNumber.iOvation {
    float: left;
    font-size: 10px;
}

/* Owl Styles */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.land-page-carousel {
    padding-left: 0;
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
    z-index: 100;
    top: 85%;
    left: 1.6%;
    position: absolute;
}

.owl-theme figcaption {
    color: #666;
    font-size: 12px;
    font-style: italic;
    margin: 5px 0 0 0;
}

    .owl-theme figcaption p {
        margin-bottom: 0;
    }

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
}

    .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 14px;
        height: 14px;
        margin: 5px 3px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #30b1a7;
    }

    .owl-theme .owl-controls .owl-page.active {
        background: none;
    }

        .owl-theme .owl-controls .owl-page.active span {
            background: #cccccc;
        }

        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100); /*IE7 fix*/
            opacity: 1;
        }

    /* If PaginationNumbers is true */

    .owl-theme .owl-controls .owl-page span.owl-numbers {
        height: auto;
        width: auto;
        color: #FFF;
        padding: 2px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

td .unitTixLine {
    padding-right: 5px;
}

#registerControl .userInterests li {
    overflow: initial !important;
}

/*BLOG PAGE*/

.blogItem.listPage {
    float: left;
    width: 100%;
    position: relative;
}

    .blogItem.listPage img {
        width: 100%;
    }

    .blogItem.listPage .caption p {
        margin: 0;
    }

    .blogItem.listPage h2 {
        font-size: 16px;
        font-weight: bold;
        margin-right: 55px;
    }

    .blogItem.listPage .author {
        margin-bottom: 7px;
    }

    .blogItem.listPage .entryBody {
        margin-bottom: 25px;
    }

        .blogItem.listPage .entryBody p {
            display: inline;
        }

    .blogItem.listPage .tags {
        width: 250px;
        padding-top: 0;
    }


    .blogItem.listPage .shareThis {
        position: absolute;
        z-index: 1;
        top: auto;
        bottom: 0;
        right: 0;
    }

        .blogItem.listPage .shareThis .shareMenu {
            position: absolute;
            bottom: 0;
            right: 0;
        }

.blogItem.listPage.featuredBlog {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #959595;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dotted #959595;
}

    .blogItem.listPage.featuredBlog h2 {
        font-size: 26px;
    }

.listPage .featuredBlogImage {
    width: 60%;
    float: left;
    padding-right: 20px;
}

.listPage.featuredBlog .entryBody {
    margin-bottom: 35px;
}

.listPage.featuredBlog .entryFooter {
    clear: none;
}

.listPage.featuredBlog .shareThis {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.blog-list {
    margin: 0;
    padding: 0;
}

    .blog-list.archiveBlog {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px dotted #959595;
    }

    .blog-list > li {
        display: inline-block;
        width: calc(50% - 22px);
        padding-right: 20px;
        border-right: 2px solid #959595;
    }

        .blog-list > li:nth-child(2n) {
            width: calc(50% - 22px);
            margin-left: -4px;
            padding-left: 22px;
            padding-right: 0;
            display: inline-block;
            vertical-align: top;
            border-left: 2px solid #959595;
            border-right: 0;
            float: right;
        }

        .blog-list > li:nth-child(n+3) {
            margin-top: -5px;
        }

            .blog-list > li:nth-child(n+3) .blogItem {
                padding-top: 20px;
                margin-top: 20px;
                border-top: 1px dotted #959595;
            }

        .blog-li-wrapper img {
            width: 99%;
        }

#comments {
    margin-top: 20px;
}

#leaveComment legend {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

#leaveComment h2 {
    border-bottom: 2px solid black;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

.comment-errors {
    color: red;
}

#leaveComment li {
    padding-bottom: 0;
}

    #leaveComment li input {
        margin: 0;
        margin-bottom: 12px;
    }

    #leaveComment li textarea {
        margin: 0;
        margin-bottom: 25px;
    }

.blogRSS {
    margin-top: 25px !important;
    margin-bottom: 25px;
}

#blogArchive h4 {
    font-size: 18px;
    color: #2aa399;
    font: normal 18px "Fanwood Text", "Times New Roman", serif;
    font-weight: bold;
}

#blogArchive h5 {
    font: normal 11px/1.4 Arial, Helvetica, sans-serif;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    border: #999 1px solid;
    height: 0;
}


    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
	border: 0;
    }

.viewComments {
    display: block !important;
}


/*SHARE BUTTON*/

.shareThis {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

.shareMenu {
    float: right;
}

    .shareMenu:hover span.share {
        background: #c2cd23;
    }

    .shareMenu:hover .shareChoices {
        display: block;
    }

    .shareMenu span.share, .invite {
        float: right;
        position: relative;
        z-index: 1;
        display: block;
        color: #000;
        background: #2aa399;
        font: bold 11px/1.4 Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        letter-spacing: .01px;
        padding: 5px 10px;
    }

.shareChoices {
    clear: both;
    float: right;
    display: none;
}

    .shareChoices ul {
        position: relative;
        z-index: 0;
        background: #eceeef;
        list-style: none;
        margin: 0;
        width: 155px;
        padding: 10px 10px 0;
        border: 2px solid #c2cd23;
        -moz-box-shadow: 0 0 15px #666;
        -webkit-box-shadow: 0 0 15px #666;
        box-shadow: 0 0 15px #666;
    }

    .shareChoices li {
        padding-bottom: 10px;
    }

    .shareChoices a {
        display: block;
        background: url(/img/icon_24x24_square.png) no-repeat -9999px;
        padding-left: 24px;
    }

        .shareChoices a span {
            cursor: pointer;
            display: block;
            text-transform: uppercase;
            text-align: left;
            white-space: nowrap;
            background: #eceeef;
            height: 20px;
            padding-top: 5px;
            padding-left: 5px;
            font: normal 11px/1.4 Arial, Helvetica, sans-serif;
            letter-spacing: .01px;
        }

        .shareChoices a.facebook {
            background-position: 0 -25px;
        }

        .shareChoices a.twitter {
            background-position: -25px -25px;
        }

        .shareChoices a.sendEmail {
            background-position: -100px -25px;
        }

        .shareChoices a.postcard {
            background-position: -125px -25px;
        }
