/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0; /* support: IE7 */
    font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}
.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0; /* support: IE7 */
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    /* Support: IE7 */
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}
.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}
.ui-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #eeeeee url("../../clientlibs/common/jquery-ui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
    color: #333333;
}
.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828 url("../../clientlibs/common/jquery-ui/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}
.ui-widget-header a {
    color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #cccccc;
    background: #f6f6f6 url("../../clientlibs/common/jquery-ui/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #fbcb09;
    background: #fdf5ce url("../../clientlibs/common/jquery-ui/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #c77405;
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    background: #ffffff url("../../clientlibs/common/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c url("../../clientlibs/common/jquery-ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
    color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url("../../clientlibs/common/jquery-ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
    color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../../clientlibs/common/jquery-ui/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("../../clientlibs/common/jquery-ui/images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
    background-image: url("../../clientlibs/common/jquery-ui/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("../../clientlibs/common/jquery-ui/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
    background-image: url("../../clientlibs/common/jquery-ui/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
    background-image: url("../../clientlibs/common/jquery-ui/images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../../clientlibs/common/jquery-ui/images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    background: #666666 url("../../clientlibs/common/jquery-ui/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
    opacity: .5;
    filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000000 url("../../clientlibs/common/jquery-ui/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
    opacity: .2;
    filter: Alpha(Opacity=20); /* support: IE8 */
    border-radius: 5px;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    font-weight: bold;
    color: #222;
}

/* ==========================================================================
    CSS Code for all header elements
   
    Author: Max Quattromani
    Version: 1.8.9.9 - Updated: 9/26/2013
   ========================================================================== */

/* ==========================================================================
    Layout
   ========================================================================== */

/* ==========================================================================
    Module
   ========================================================================== */
   
/* Business Class Responsive Global Elements CSS */

.twc-top-nav li.twc-active .smartLink {
  border: none;
  background: #343c42;
}

.twc-top .twc-container {
  padding: 3px 0 0 0;
}

.twc-header-search .twc-search-input-wrap input {
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
}

.twc-header-search .twc-search-btn{
  border:1px solid #CCC
}

.twc-top-nav .smartLink a{
  color: #A2A5A6;
}

.twc-header-icons {
  background: none;
  border: none;
  font-size: 9px;
  font-size: 0.9rem;
  padding: 10px 20px 5px;
  text-align: center;
}

.twc-navigation, .twc-mobile-navigation {
  border-top: solid 1px #dcdcdc;
}

.twc-navigation .header-navigation {
  height: 100%;
}

nav.twc-navigation a{
  line-height: 51px;
}

nav.twc-navigation li.active { background: #EBEBEC; }

nav.twc-navigation .twc-submenu li a {
  padding-left: 5px;
  color: #336699;
  font-size: 13px;
  font-size: 1.3rem;
}

nav.twc-navigation .megamenu li a{
  background: none;
}

ul.twc-main-nav {
  height: 100%;
}

nav.twc-navigation li { border: none; }

.twc-main-nav > li{
  background: url("../../clientlibs/responsive/business/images/border-navigation-item.png") no-repeat scroll 100% 0 transparent; /* TODO: explore using sizing + border to achieve this */
  border: none;
}

.twc-main-nav > li > .smartLink > a {
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: Arial, sans-serif;
}

.twc-main-nav > li.active > .smartLink > a { color: #336699; }

.twc-main-nav > li:hover > .smartLink > a{
    color: #fff;
}

ul.twc-main-nav > li:hover{
    background: #343B46;
}

.twc-main-nav > li:hover .twc-submenu{
  border: 6px solid #343B46;
}

.twc-main-nav li {
  height: 100%;
}

.twc-top-nav li a:hover, .twc-drop-nav.persist a{
  color:#fff;
}

nav.twc-navigation .twc-submenu .bc-caret a {
  background: url(../../clientlibs/responsive/business/images/arrow-blue-right.png) right center no-repeat;
  border-bottom: 1px dotted #ababab;
  width: 100%;
  padding: 3px .5em 3px 5px;
  line-height: 1.3em;
}

nav.twc-navigation .twc-submenu .bc-caret a:hover {
  background-image: url(../../clientlibs/responsive/business/images/arrow-gray-right.png);
  color: #2D2F30;
  text-decoration: none;
}

nav.twc-navigation .twc-main-nav > li.twc-last{
  border: none;
}

nav.twc-navigation .twc-main-nav > li.twc-first > div{
  background: url("../../clientlibs/responsive/business/images/border-navigation-item.png") no-repeat scroll 0% 0 transparent;
}

.twc-header-search .twc-search-input-wrap input { width: 80%; }
.twc-header-search .twc-search-btn { float: none; }

.header_v2 .newHeaderIcons .horizontal ul > li {
  float: right;
  width: 25%;
}

/* ==========================================================================
    State
   ========================================================================== */

/* ==========================================================================
    Theme
   ========================================================================== */

/* ==========================
    Browser Specific
   ========================== */

/* Firefox */

@-moz-document url-prefix() {

}

/* Webkit: Chrome/Safari */

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Webkit browsers add a 2px margin outside the chrome of form elements */


}

/* ==========================
	IE: 8/9
   ========================== */


/* ie (.ie) */

/* ie8 (.ie8) */

/* ie9 (.ie9) */


/* ==========================
    Responsive Design
   ========================== */

/* ==========================
    Tablet
   ========================== */

@media (max-width: 68.6875em) {

    .twc-header {
        background-color: #fff;
        background: linear-gradient(to bottom, #d2d9df 0%, #E7E7E8 13%, #FFFFFF 36%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d9df', endColorstr='#ffffff',GradientType=0 );
    }

    nav.twc-mobile-navigation li { border-right: none; }

}

@media (max-width: 40em) {

  .header_v2 .newHeaderIcons {
    width: 50%;
  }

  .header_v2 li .smartLink > a img {
    width: 90%;
  }

}

/* ==========================================================================
    Layout
   ========================================================================== */

/* ==========================================================================
    Module
   ========================================================================== */

/* ==========================================================================
    State
   ========================================================================== */

/* ==========================================================================
    Theme
   ========================================================================== */

/* ==========================
    Smartphone
   ========================== */

@media (max-width: 31.25em) {

    .twc-header {
        background-color: #fff;
        background: linear-gradient(to bottom, #d2d9df 0%, #E7E7E8 13%, #FFFFFF 36%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d9df', endColorstr='#ffffff',GradientType=0 );
    }

}

/* ==========================================================================
    Layout
   ========================================================================== */

/* ==========================================================================
    Module
   ========================================================================== */

/* ==========================================================================
    State
   ========================================================================== */

/* ==========================================================================
    Theme
   ========================================================================== */

/* Header fixes for responsive businessclass */

.twc-header-search{
  margin-left:75px;
  width: 420px;
}

.twc-header-search .twc-search-btn{
  margin-left: -35px;
}


/* Header fixes for responsive businessclass */

/* overwriting this so that the link text left aligns
   with the dotted bottom border */
nav.twc-navigation .twc-submenu .bc-caret a {
    padding: 0.25em 0.5em 0.25em 0;
}


/* Fix for WEBCMS-12309: Header Icons Styling fix is needed for IE9 */
.twc-header-icons {
  -ms-filter: "";
}

/* ==========================================================================
    CSS Code for all footer elements
   
    Author: Max Quattromani
    Version: 1.8.9.9 - Updated: 1/16/2013
   ========================================================================== */

/* ==========================================================================
    Layout
   ========================================================================== */

/* ==========================================================================
    Module
   ========================================================================== */
   
/* Business Class Responsive Global Elements CSS */

.footer-top-bar {
    padding: 0;
}

.footer-top-background {
    background: url("../../clientlibs/responsive/business/images/background-footer-box.png") repeat;
    border-top: 1px solid #d8d9da;
    border-bottom: 1px solid #d8d9da;
}

.twc-bc-footer .footer-menu {
  background: url("../../clientlibs/responsive/business/images/hr-shadow.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
}

.twc-bc-footer .labelList{
  padding-top: 5px;
}

.twc-footer.no-gradient{
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem; }

.twc-footer .twc-bc-footer {
    background: url("../../clientlibs/responsive/business/images/gradient-background-footer.png") 0 0 repeat-x white;
}

.twc-footer a {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #646464;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

.twc-footer h3.label {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1F1F1F;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.twc-footer .columnControl {
  padding-bottom: 10px;
}

.twc-footer-copyright-msg {
  margin-top: 6px;
}

.twc-footer .footer-top-bar ul{
	padding: 17px 0;
}

.twc-footer .subscribe .rounded-input-wrap input[type=text]{
	padding: 6px 10px;
}
		
/* ==========================================================================
    State
   ========================================================================== */
 
/* ==========================================================================
    Theme
   ========================================================================== */ 
   
/* ==========================
    Browser Specific
   ========================== */

/* Firefox */

@-moz-document url-prefix() {

}

/* Webkit: Chrome/Safari */ 

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Webkit browsers add a 2px margin outside the chrome of form elements */
 

}

/* ==========================
	IE: 8/9
   ========================== */
   
   
/* ie (.ie) */   

/* ie8 (.ie8) */

/* ie9 (.ie9) */


/* ==========================
    Responsive Design
   ========================== */ 

/* ==========================
    Tablet
   ========================== */ 

@media (max-width: 68.6875em) {

}
 
/* ==========================================================================
    Layout
   ========================================================================== */

/* ==========================================================================
    Module
   ========================================================================== */
  
/* ==========================================================================
    State
   ========================================================================== */
   
/* ==========================================================================
    Theme
   ========================================================================== */
   
/* ==========================
    Smartphone
   ========================== */ 

@media (max-width: 31.25em) {

.twc-footer .columnControl {
  padding-bottom: 0px;
}

.twc-bc-footer .labelList {
  padding-top: 0px;
}

.twc-footer h3.label {
    line-height: 16px;
    vertical-align: middle;
    padding: 24px;
}

.twc-footer .footer-menu .vertical li {
    padding: 5px;
}

.twc-footer h3.label.current + ul li a, .twc-footer h3.label.js-current + ul li a {
    padding: 15px 2em;
    font-weight: bold;
}

.twc-footer h3.label {
    margin: 0;
    padding: 15px;
    border-right: 1px solid #d4d4d4;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif, Arial, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-weight: 700;
    color: #333333;
    text-align: center;
    min-height: 80px;
}

.twc-footer h3.label + ul {
    display: none;
    position: relative;
    width: 300%;
}

.twc-footer h3.label + ul li {
    padding: 12px 3%;
    border-top: 1px solid #dfe7ee;
    text-align: left;
}

.twc-footer h3.label + ul li, .twc-footer h3.label {
    background-color: #eeeeef;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeef), to(#dddfe2));
    background-image: -webkit-linear-gradient(top, #eeeeef, #dddfe2);
    background-image: -moz-linear-gradient(top, #eeeeef, #dddfe2);
    background-image: -ms-linear-gradient(top, #eeeeef, #dddfe2);
    background-image: -o-linear-gradient(top, #eeeeef, #dddfe2);
    background-image: linear-gradient(top, #eeeeef, #dddfe2);
    zoom: 1;
    font-size: 1.4rem;
}

.twc-footer .parsys_column a {
    color: #666666;
    font-weight: 700;
}

.twc-footer h3.label + ul li a:after {
    float: right;
    font-family: "FontAwesome";
    content: '\f105';
    color: inherit;
}


}

/* ==========================================================================
    Layout
   ========================================================================== */
   
/* ==========================================================================
    Module
   ========================================================================== */

/* ==========================================================================
    State
   ========================================================================== */

/* ==========================================================================
    Theme
   ========================================================================== */
   
 

.twc-bc-footer [class*='social-'] {
    padding: 0;
    display: block;
}

.twc-footer [class*="twc-col3_333333-c"]{
    margin-bottom: 0px;
}

.twc-bc-footer .section > .columnControl,
.twc-bc-footer .tplparsys > .columnControl,
.twc-bc-footer .section > .list,
.twc-bc-footer .tplparsys > .list{
    background: url("../../clientlibs/responsive/business/images/hr-shadow.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    padding-bottom: 2em;
    display: block;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 2em 0;
    overflow: visible;
}

.twc-bc-footer .section > .list{
    padding-bottom: 1em;
}

.twc-bc-footer .footer-social-row .horizontal.list {
    padding: 0em;
}

.twc-bc-footer .section .twc-footer-copyright-msg {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.twc-bc-footer .columnControl, .twc-footer .columnControl {
    padding-bottom: 0;
}

.twc-bc-footer .labelList li {
    line-height: 1.3;
}

.twc-bc-footer .labelList.pipes, .twc-bc-footer .list.pipes{
    padding-top:23px;
}

.twc-bc-footer .footer-menu h5{
    font-family: 'Arial', sans-serif; 
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.twc-bc-footer .footer-top-background ul > li, .twc-footer .footer-top-background ul > li {
    display: inline-block;
    margin-right: 10px;
}

.twc-bc-footer p{
    font-size: 13px;
}

/* ==========================
    Tablet
   ========================== */ 

@media (max-width: 68.6875em) {

.twc-bc-footer .footer-top-background ul > li, .twc-footer .footer-top-background ul > li {
    display: inline-block;
    padding-top: 5px;
}

.twc-bc-footer .footer-social-row .horizontal.list {
    display: block;
}        

.twc-footer .parsys_column a{ 
    font-weight: normal;  
}

.twc-bc-footer .columnControl, .twc-bc-footer .footer-copyright-msg {
    padding: 2.5%;
}

.twc-bc-footer div.horizontal.list.pipes {
    padding-left: 1.25%;
    padding-right: 1.25%;

}

}

/* WEBCMS-13089 fix - BC footer issues */
@media (max-width: 31.25em) {
  .twc-bc-footer .columnControl {
    padding: 0;
  }

  .twc-footer .parsys_column a {
    font-weight: 600;
  }

  .twc-bc-footer .section > .columnControl, .twc-bc-footer .tplparsys > .columnControl, .twc-bc-footer .section > .list, .twc-bc-footer .tplparsys > .list {
     padding: 0;
     margin-bottom: 2em;
   }
}

/* ==========================================================================
    CSS Code for header fixes

    Version: 1.0 - Updated: 2/5/2015
   ========================================================================== */

.header_v2 .twc-backgroundGradient-2 {
  background-color: #333534;
  background-image: linear-gradient(to bottom, #d0d6dd, #d0d6dd, #ffffff, #ffffff);
}

.header_v2 .smartLink.zipLink > a, .header_v2 .smartLink.zipLink p{
  margin-bottom: 0;
  padding-bottom: 0;
}

/* For tophat styling */
.twc-top-nav li .twc-active.smartLink {
  background: none repeat scroll 0 0 padding-box #d0d6dd;
  border-left: 1px solid #4d4f53;
  border-radius: 5px 5px 0 0;
  border-right: 1px solid #4d4f53;
  border-top: 1px solid #4d4f53;
  box-shadow: none;
  position: relative;
  z-index: 7999;
}

.twc-top-nav li .twc-active.smartLink a{
  color: #292929;
}

.header_v2 .twc-top{ border-bottom: 0px; }

.header_v2 .newHeaderIcons .horizontal ul > li a{
  color: #334458;
}

.header_v2 .newHeaderIcons .horizontal ul > li a:hover{
  color: #889cb4;
}

.header_v2 .smartLink.zipLink > a, .header_v2 .smartLink.zipLink p, .smartLink.horizontal-center.above-label a span.link-label {
  font-weight: 400;
  font-size: 13px;
}

.messagebox-wrapper p {
  line-height: 16px;
}

.header_v2 .cta.search-btn button, .header_v2 .cta.geoloc-btn button, .header_v2 .header-search.omega .cta button {
  font-family: Arial,'TWC Round Book',"Helvetica Neue",Helvetica,sans-serif,Arial,Sans-Serif;
  width: auto;
}

.header_v2 .cta.search-btn, .header_v2 .cta.geoloc-btn {
  width: auto; 
}

.header_v2 .newHeaderIcons .smartLink > a{
  margin-bottom: 0;
  padding: 0;
}

.header_v2 li .smartLink > a img{
  height: auto;
  margin: 0 auto 0.3em;
}

.header_v2 li .zipLink .link-image img{
  margin: 0 auto 0.1em;
}

.header_v2 .smartLink.zipLink p {
  margin-left: 7px;
}

.header_v2 .smartLink.horizontal-center.above-label a span.link-label.zipLabel {
  margin-top: 0em;
}

.header_v2 li .smartLink > a img {
  opacity: 1;
}

.header_v2 li .smartLink > a:hover img {
  opacity: .75;
}

.twc-backgroundGradient-2 {
    background-color: #333534;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D0D6DD), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, #D0D6DD, #FFFFFF, #FFFFFF);
    background-image: -moz-linear-gradient(top, #D0D6DD, #FFFFFF, #FFFFFF);
    background-image: -o-linear-gradient(top, #D0D6DD, #FFFFFF, #FFFFFF);
    background-image: -ms-linear-gradient(top, #D0D6DD, #FFFFFF, #FFFFFF);
    background-image: linear-gradient(to bottom, #D0D6DD, #FFFFFF, #FFFFFF);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#D0D6DD', EndColorStr='#FFFFFF'); }

.twc-backgroundGradient-3 {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ced1d5));
    background-image: -webkit-linear-gradient(top, #fff, #ced1d5);
    background-image: -moz-linear-gradient(top, #fff, #ced1d5);
    background-image: -o-linear-gradient(top, #fff, #ced1d5);
    background-image: -ms-linear-gradient(top, #fff, #ced1d5);
    background-image: linear-gradient(to bottom, #fff, #ced1d5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#ced1d5'); }

nav.twc-menu-dropdown label,
nav.twc-custLoc-dropdown label,
nav.twc-search-dropdown label {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'TWC Round Medium',Arial,Sans-Serif;
    font-weight: 100;
    line-height: 2.65;
    color: #000;
    text-align: center; }

.menu-bar nav.twc-mobile-navigation li.twc-custLoc { width: 100%; }

.twc-first nav.twc-menu-dropdown label:before { color: #000; }

/* ======================
  Css Fix for WEBCMS-16360
  =======================*/
.richtext li {
    font-size: 1.4rem;
    line-height: 2rem;
}


/* ======================
  Css Fix for WEBCMS-13678
  =======================*/
@media print {
    .parsys.tplparsys.header .section .sub-navigation{ display:none; }
    .tplparys_inherited,.twc-footer { display:none; }
}

.bulleted li { list-style: none; }
.vertical.bulleted { min-width: 100px; }
.horizontal.bulleted li { display: inline-block; }

.bulleted li:before {
    content: "\f111";
    color: #f1a11a;
    font-family: "FontAwesome";
    font-size: 0.385em;
    font-size: 0.5rem;
    float: left;
    line-height: 3.9;
    margin-right: 13px;
}
.bulleted.bulleted-alt li:before { color: #000; }

.horizontal.bulleted li:after { clear: both; }
.vertical.bulleted li { clear:both; }
.horizontal.bulleted li .parbase { float: right; }

.horizontal.bulleted.pipes li:after { /* No pipes for horizontal bullets */
    content: none;
    padding: none;
}

/* ==========================================================================
    Typography -- Version: 1.9.0.0  - Updated: 8/14/2014
   ========================================================================== */

/* ==========================
	  Headings
   ========================== */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6
{
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* ==================================
    Adding Global Styling for p tag
   ================================== */

p, .p {
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 0 0.65em 0.65em 0;
  letter-spacing: 0.02em;
}

nav.twc-navigation .twc-submenu li a {
      line-height: 1;
  }
/*WEBCMS-12476*/
.twc-submenu .megamenu [class*="twc-col"]:first-child {
    height: auto;
}
.bc nav.twc-navigation .twc-submenu li {
    border-bottom: 1px dotted #ababab;
    padding: 0;
}

/* need to overwrite this since the border bottom is on the li */
nav.twc-navigation .twc-submenu .bc-caret a {
    border-bottom: none;
}

.bc nav.twc-navigation .twc-submenu li a {
    width: 100%;
    padding: 0.5em 0.5em 0.5em 0;
    line-height: 1.3em;
}

/* 1em seemed a little much, i think this one works better */
.bc nav.twc-navigation .twc-main-nav .megamenu .smartLink.non-indented {
    padding-top: .8em;
}

/* remove padding from the 1st link in each column */
.bc nav.twc-navigation .twc-main-nav .megamenu .twc-first {
    padding-top: 0;
}

.bc nav.twc-navigation .twc-main-nav .megamenu .twc-first .smartLink.non-indented {
    padding-top: 0;
}

.bc nav.twc-navigation .labelList.vertical ul {
    padding-left: .5em;
    margin-right: 2em;
}

.bc .smartLink.indent-bc-caret {
    margin-left: .5em;
}

.bc nav.twc-navigation .twc-submenu .indent-bc-caret {
    background: url(../../clientlibs/responsive/business/images/arrow-blue-right.png) right center no-repeat;
}

/* place padding around the whole section of the mega menu hover */
.bc nav.twc-navigation .megamenu > .columnControl > .parsys_column {
    padding: 1em;
}
/* Center align MENU when user location and search are disabled on mobile breakpoints*/
@media (max-width: 68.6875em) {
    nav.center-align-menu li {
        width: 100% !important;
    }
}

form label.parsley-error .twc-icon-after,
form label.parsley-error .twc-icon-after span,
form .field-wrapper.parsley-error .twc-icon-after,
form .field-wrapper.parsley-error .twc-icon-after span {
    position: relative;
}

form label.parsley-error .twc-icon-after span {
    left: 3.5em;
}

form .field-wrapper.parsley-error .twc-icon-after span {
    left: 1em;
}

form .parsley-errors-list.filled {
    display: none;
}

form .parsley-error {
    border: 1px solid rgba(245, 0, 0, 1) !important;
    background-color: rgba(245, 0, 0, .05) !important;
}

form select.parsley-error {
    border: 1px solid rgba(245, 0, 0, 1) !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

form span.parsley-error {
    width: auto;
    border: none;
    background-color: rgba(0, 0, 0, 0) !important;
}

form div.twc-icon-after.red-icon.icon-remove {
    display: none;
    float: right;
    width: 1%;
    margin-top: 5px;
    font-size: 13px;
    font-size: 1.3rem;
}

form .parsley-error div.twc-icon-after.red-icon.icon-remove,
form .parsley-error ~ div.twc-icon-after.red-icon.icon-remove {
    display: block;
}

form span.parsley-error label {
    color: red;
}

form .custErrorMessage {
    color: red;
    display: none;
}

form div[class^="errorMessage"] .parsley-errors-list.filled ~ .custErrorMessage,
form div[class*=" errorMessage"] .parsley-errors-list.filled ~ .custErrorMessage {
    display: block;
    margin-bottom: 1em;
}

form#formBuilderForm .parsley-error{
   width: 95% !important;
}

form#formBuilderForm div.twc-icon-after.red-icon.icon-remove {
   margin-right: 12px;
}    

form#formBuilderForm .columnControl div.twc-icon-after.red-icon.icon-remove{
   margin-right: 0;
}

form#formBuilderForm .columnControl div[class^="twc-col2"] div.twc-icon-after.red-icon.icon-remove{
   margin-right: 5px;
}

form#formBuilderForm div[class^="twc-col3"] .parsley-error{
   width: 89% !important;
}

form#formBuilderForm div[class^="twc-col3"] div.twc-icon-after.red-icon.icon-remove{
   margin-right: 10px;
}

@media (max-width: 48em) {
    form#formBuilderForm .formitem.split-zip label{        
        float: left;
    }

    form#formBuilderForm div[class^="twc-col3"] .parsley-error{
       width: 95% !important;
    }

    form#formBuilderForm div.twc-icon-after.red-icon.icon-remove, form#formBuilderForm div[class^="twc-col3"] div.twc-icon-after.red-icon.icon-remove{
       margin-right: 5px;
    }

}

.twc-bc-container .form .twc-content{
   overflow: hidden;
}

.zipaction.omega .cta button {
    background-color: #054a91;
    background-image: none;
}

.zipaction.omega .cta button:hover {
    background-color: #043b74;
    background-image: none;
}

.virtual-agent_v2 .askAmyWrapper {
    display: block;
    position: relative;
    margin-bottom: 0.5em;
    max-width: 350px;
    width: 350px;
}

.virtual-agent_v2 .askAmyWrapper .amy {
    float: left;
    clear: right;
    max-width: 18%;
    margin-right: 0;
}

.virtual-agent_v2 .askAmyWrapper .amy img {
    max-height: 54px;
}

.virtual-agent_v2 .askAmy figure .amy img {
    float: right;
    margin: 0 auto;
}

.virtual-agent_v2 .askFormWrapper {
    display: inline-block;
    float: right;
    margin-bottom: 0.5em;
    max-width: 82%;
}

.virtual-agent_v2 .askAmyWrapper label {
    float: left;
    width: 100%;
    font-size: 20px;
    font-size: 2.0rem;
}

.virtual-agent_v2 .inputWrapper {
    display: inline;
}

.virtual-agent_v2 .inputWrapper input {
    display: inline;
    float: left;
    width: 83%;
    margin-right: 1.5%;
}

.virtual-agent_v2 .askAmyWrapper .cta {
    display: inline;
    float: left;
    margin-right: 0;
    max-width: 15%;
}

.virtual-agent_v2 .button button {
    padding: .75em 1em;
    font-size: 0.825em;
}

.virtual-agent_v2 .askAmyWrapper .messagebox-wrapper {
    position: absolute;
    top: 91%;
    width: 100%;
    right: 0;
    padding: 1.5em;
    background: #fff;
    border: 1px solid #97bcdd;
    border-top: none;
    box-shadow: 0 2px 2px 0 #888;
    z-index: 999;
}

.virtual-agent_v2 .askAmyWrapper .messagebox-wrapper .message-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.virtual-agent_v2 .askAmyWrapper .messagebox-wrapper .close-message {
    position: absolute;
    top: 0.5em;
    right: 1em;
    cursor: pointer;
}

.virtual-agent_v2 .askAmyWrapper .virtualAssistant {
    font-size: 15px;
    font-size: 1.5rem;
}

.virtual-agent_v2 .askAmyWrapper .tooltip span.tooltip-text {
    margin-left: -100px;
}

@media (max-width: 48em) {
    .virtual-agent_v2 figure .amy img {
        max-height: 60px;
    }
}

@media (max-width: 40em) {
    .virtual-agent_v2 .askAmyWrapper {
        width: 100%;
        max-width: 100%;
    }
    .virtual-agent_v2 .askAmyWrapper .amy {
        max-width: 10%;
    }
    .virtual-agent_v2 .askFormWrapper {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .virtual-agent_v2 .askAmyWrapper .inputWrapper {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .virtual-agent_v2 .askAmyWrapper label {
        width: 100%;
        font-size: 1.8px;
        font-size: 1.8rem;
        text-align: center;
    }
    .virtual-agent_v2 .askAmyWrapper input {
        width: 80%;
        margin-right: 1%;
        float: none;
    }
    .virtual-agent_v2 .askAmyWrapper .inputWrapper .cta {
        max-width: 13%;
        float: none;
    }
}


.twc-sub-navigation {
    background-color: #FFF;
    background: url("../../clientlibs/responsive/business/images/gradient-background-subnav2.png") bottom left repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EBEBEC), color-stop(47%,#F5F5F5), color-stop(93%,#FFF), color-stop(95%,#CFCFD1), color-stop(100%, #FFF));
    background-image: -webkit-linear-gradient(top, #EBEBEC, #F5F5F5 47%, #FFF 93%, #CFCFD1 100%, #FFF 100%);
    background-image: -moz-linear-gradient(top, #EBEBEC 0%, #F5F5F5 47%, #FFF 93%, #CFCFD1 100%, #FFF 100%);
    background-image: -o-linear-gradient(top, #EBEBEC 0%, #F5F5F5 47%, #FFF 93%, #CFCFD1 100%, #FFF 100%);
    background-image: -ms-linear-gradient(top, #EBEBEC 0%, #F5F5F5 47%, #FFF 93%, #CFCFD1 100%, #FFF 100%);
    background-image: linear-gradient(to bottom, #EBEBEC 0%, #F5F5F5 47%, #FFF 93%, #CFCFD1 100%, #FFF 100%);
    border-bottom: none;
    box-sizing: content-box;
    clear: both;
    overflow: hidden;
}

.twc-sub-navigation .twc-container { padding: 0; }
.twc-sub-navigation .twc-container:after { clear: both; }

.twc-sub-navigation ul {
    display: block;
    float: right;
    margin: 3.8462em 1.6923em 0 0;
    width: auto;
}

.twc-sub-navigation li {
    display: list-item;
    float: left;
    padding: 0;
}

.twc-sub-navigation li:hover {
    background:none;
    border-bottom: none;
    filter: none;
}
.twc-sub-navigation li.twc-active,
.twc-sub-navigation li.twc-active:hover
 {
    background-image: url("../../clientlibs/responsive/business/images/background-sub-nav-tab-left.png");
    background-position: left top;
    background-repeat: no-repeat;
    box-shadow: none;
    filter: none;
}

.twc-sub-navigation li a { color: #336699; }
.twc-sub-navigation li .smartLink {
    display: block;
    padding: 1.0769em 0 1.5em;
}
.twc-sub-navigation li.twc-active .smartLink,
.twc-sub-navigation li.twc-active:hover .smartLink {
    background-image: url("../../clientlibs/responsive/business/images/background-sub-nav-tab-right.png");
    background-position: right top;
    background-repeat: no-repeat;
    filter: none;
}
.twc-sub-navigation li.twc-active a:after { content: none; }
.twc-sub-navigation li .smartLink a {
    border-left: solid 1px #dcdcdc;
    padding: 0 1.3077em;
}
.twc-sub-navigation li.twc-active .smartLink a,
.twc-sub-navigation li.twc-active + li .smartLink a {
    border-left: none;
}

.twc-sub-navigation li.twc-first .smartLink a { border-left: none; }
.twc-sub-navigation li a:hover,
.twc-sub-navigation li.twc-active a {
    color: #3a3a3a;
}
.twc-sub-navigation li a:after { content: none; }

@media (max-width: 68.6875em) {
    .twc-sub-navigation h1,
    .twc-sub-navigation ul {
        display: none;
    }
}

/* ==========================================================================
    Fixes File for sub navigation

    Updated: 7/15/2014
   ========================================================================== */

.twc-sub-navigation li.twc-active .smartLink a, .twc-sub-navigation li.twc-active + li .smartLink a {
  padding-top: 1.3077em;
  background: none;
  box-shadow: none;
}
.twc-sub-navigation li a:hover {
    border-bottom: none;
}

/* ==========================================================================
    CSS For BC Social Share Component

    Updated: 8/5/2014
   ========================================================================== */

.share .share-social {
    position: relative;
}

.share .share-social .twc-container {
    display: block;
    margin: 0 auto;
    max-width: 980px;
    min-height: 500px;
    overflow: visible;
    padding: 2.5%;
    width: 100%}

.share .share-social .btn.blue.share, .share .share-social .cta.blue.share {
    margin-bottom: 1em;
}

.share .share-social .twc-backgroundGradient-5, .share .share-social .twc-content {
    background: none repeat scroll 0 0 #fff;
}

.share .share-social .btn.blue.share.hover, .share .share-social .btn.blue.share:hover, .share .share-social .cta.blue.share.hover, .share .share-social .cta.blue.share:hover {
    background: #265A83;
}

.share .share-social #facebook > span, .share .share-social #linkedin > span, .share .share-social #twitter > span {
    color: #fff;
    font-size: 1.75em;
}

.share .share-social .cta.omega.share.twc-icon-before span {
    color: #809cb6;
    font-size: 1.75em;
}

.share .share-social .cta.omega.share.twc-icon-only.icon-linkedin {
    background: none repeat scroll 0 0 #017fb2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.share .share-social .cta.omega.share.twc-icon-only.icon-linkedin a {
    padding: .5em .75em;
}

.share .share-social .cta.omega.share.twc-icon-only.icon-facebook {
    background: none repeat scroll 0 0 #3a579d;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 .45em;
}

.share .share-social .cta.omega.share.twc-icon-only.icon-facebook a {
    padding: .5em .75em;
}

.share .share-social .cta.omega.share.twc-icon-only.icon-twitter {
    background: none repeat scroll 0 0 #28abe3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.share .share-social .cta.omega.share.twc-icon-only.icon-twitter a {
    padding: .5em .75em;
}

.share .share-social .text {
    color: #fff;
}

.share .share-social .email-module {
    width: 100%;
    max-width: 265px;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    border-radius: 3px;
    border: 1px solid #fff;
    background-color: #e0ebf5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0ebf5), to(#f8fafc));
    background-image: -webkit-linear-gradient(top, #e0ebf5, #f8fafc);
    background-image: -moz-linear-gradient(top, #e0ebf5, #f8fafc);
    background-image: -ms-linear-gradient(top, #e0ebf5, #f8fafc);
    background-image: -o-linear-gradient(top, #e0ebf5, #f8fafc);
    background-image: linear-gradient(top, #e0ebf5, #f8fafc);
    -webkit-box-shadow: 0 1px 2px 0 #888;
    -moz-box-shadow: 0 1px 2px 0 #888;
    box-shadow: 0 1px 2px 0 #888;
}

.share .share-social .email-module label {
    color: #333;
}

.share .twc-share-module .twc-print, .share .twc-share-module li {
    float: right;
    padding: .5em 2em;
    color: #d4dadf;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.share .twc-print {
    margin: 0;
    padding: 0 7px;
}

.share .twc-print:hover {
    background: #265a83;
}

.share .iconfu .ifu-printer:before {
    content: "\e624"
}

@media (max-width:48em) {

.share .email-module {
    right: 0;
    margin-right: 1em;
    margin-left: none;
}

.share .social-share .email-module:before {
    border: none;
}

.share .share-social > div[class*=share-] {
    display: inline;
}

}

@media (max-width:40em) {
    .share .share-social .twc-icon-after[class*=icon-]: before, .share .share-social .twc-icon-before[class*=icon-]:before {
    margin: 0;
}

.share .share-social .email-module {
    left: 50%;
    right: 50%;
    margin-left: -133px;
}

.share .share-social .email-module:before {
    border: none;
}

.share .cta.omega.share a {
    margin-bottom: 1em;
}

.share .cta.omega.share a .cta.omega.share.hover, .share .cta.omega.share a:hover {
    background: #265A83;
}

}
/* END PHONE BREAKPOINT */

/* ==========================================================================
    CSS For BC Social Share Component - FIXES FILE

    Updated: 8/5/2014
   ========================================================================== */

.share .share-social-container .cta.omega.share a{
    background: none;
    margin-bottom: 0em;
}

.share .share-social-container .cta.omega.share a .cta.omega.share.hover, .share .share-social-container .cta.omega.share a:hover {
    background: none;
}

.share .share-social-container .icon-facebook a > span, .share .share-social-container .icon-linkedin a > span, .share .share-social-container .icon-twitter a > span {
	color: #fff;
	font-size: 1.75em;
}

.share .share-social-container .cta.omega a,
.share .share-social-container .cta.omega button,
.share .share-social-container .cta.omega input[type="button"],
.share .share-social-container .button.omega a,
.share .share-social-container .button.omega button,
.share .share-social-container .button.omega input[type="button"] {
    background-color:transparent;
    background-image:none;
    color: #809cb6;
}

.share .share-social-container .twc-print:hover {
    background: #265a83;
}

.share .share-social-container .text { display: none; }

.share .share-social-container .share-emailPrint .printComponent.print button, .share .share-social-container .share .share-emailPrint .share button{
    font-size:1.75em;
}

.share .share-social-container .share-emailPrint {
  float: right;
  position: relative;
  z-index: 100;
  padding: 16px 0 0 16px;
}

.share .share-social-container .share-emailPrint .printComponent.print{ margin-right:10px; }

.share .share-social-container .cta.omega button:hover{ background: none; }

.share .share-social-container .cta button{ padding: 0; }

.share .share-social-container{
  width: 100%;
  display: inline-block
}

.share .share-social-container .social-media{
  float: left;
  padding: 10px;
}

.share .share-social-container .email-share{
  float: right;
}

.share .share-social-container .email-share .cta.omega.share button{
  background: none;
}

.share .share-social-container .email-module {
  display: none;
  margin-left: -166px;
  margin-top: 49px;
}

.share .share-social-container .email-module:before{
  left: 88%;
}

.share .share-social .cta.omega.share.twc-icon-only{
 margin-right: 1.5em;
}


/* ==========================================================================
    CSS For BC Social Share Component - FIXES FILE

    Updated: 8/25/2014
   ========================================================================== */

@media (max-width:48em) {
    .share > div[class*='share-'] {
        display: inline-block;
    }
    .share .share-social-container .share-emailPrint {
    	padding: 16px 0px 0px 0px;
	}
	.share .share-social-container .social-media{

 		padding: 10px 0px 10px 0px;
	}
	.cta.omega.share [class*='icon-'] span:before {
		margin-right: 0px;
	}
}
.share .share-social-container .email-module {
	margin-left: -103px;
}

.share .share-social-container .email-share #emailShareForm .cta.omega.share button{
  background: #4F799F;
  padding: 9.75px 13px;
  color: #fff;
}

.share .share-social-container .email-share #emailShareForm .cta.omega.share button:hover {
  background: #265A83;
}

/* ==========================================================================
    Simple Search  -- Version: 1.0.0 - Updated: 5/19/2014
   ========================================================================== */
.bc-simpleSearch .twc-box-column {
  padding: 0.5em;
  overflow: hidden;
}
.bc-simpleSearch .twc-col2_7624-c1.twc-box-column {
  padding: 1em;
}
.bc-simpleSearch .elc-style-3 {
  padding: 0.6em;
}
.bc-simpleSearch .searchResults.resultNumbers {
  text-align: center;
}
.bc-simpleSearch .resultNumbers {
  font-size: 1.063em;
}
.bc-simpleSearch form {
  background-color: #a7a7a7;
  padding: 1em;
  border-radius: 0 3px 0 0;
  margin: -0.5em -0.6em 1.5em 0;
}
.bc-simpleSearch form.searchInput .twc-search {
  width: 100%;
}
.bc-simpleSearch form.searchInput .twc-search .twc-search-input-wrap {
  text-align: center;
}
.bc-simpleSearch form.searchInput .twc-search .twc-search-input-wrap input {
  width: 85%;
  float: left;
}
.bc-simpleSearch form.searchInput-bottom {
  width: 100%;
  border-radius: 0;
}
.bc-simpleSearch .filters {
  margin-right: -1.5em;
}
.bc-simpleSearch .filters .filter-applied {
  display: none;
}
.bc-simpleSearch .filters .filters-bar {
  position: relative;
  background-color: #7BABDC;
  cursor: pointer;
}
.bc-simpleSearch .filters .filters-bar .cta.filter-toggle {
  position: relative;
}
.bc-simpleSearch .filters .filters-bar .cta.filter-toggle a {
  color: #fff;
}
.bc-simpleSearch .filters .filters-bar .cta.filter-applied {
  position: absolute;
  right: 0;
  top: 0;
}
.bc-simpleSearch .filters .filter-list {
  position: relative;
  padding: 1em;
}
.bc-simpleSearch .filters .filter-list ul li {
  padding-bottom: 1em;
}
.bc-simpleSearch .filters .filter-list ul.js-last {
  padding-bottom: 0;
}
.bc-simpleSearch .filters .filter-list .remove-filter {
  position: absolute;
  top: 1em;
  right: 1em;
}
.bc-simpleSearch .pagination.right.top {
  padding-bottom: 1.5em;
  padding-right: 1.95em;
}
.bc-simpleSearch .pagination.right.bottom {
  padding-top: 0.563em;
  padding-bottom: 1.118em;
  padding-right: 1.95em;
}
.bc-simpleSearch .search-bar form input {
  float: left;
  max-width: 75%;
  min-width: 60%;
}
.bc-simpleSearch .search-bar form .cta.omega[class*="icon-"] {
  margin-right: 0;
}
.bc-simpleSearch form .twc-search button:before {
  color: #3376B2;
  content: "\f002";
  font-family: FontAwesome;
  line-height: 1;
}
.bc-simpleSearch ul.bordered > li {
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

@media (max-width: 48em) {
  .simpleSearch .filters .filter-list .remove-filter {
    top: 100%;
    left: 0;
  }
  .simpleSearch form {
    margin: -0.5em -2em 1em 0;
  }
  .simpleSearch .filters {
    margin-right: 0.5em;
  }
  .simpleSearch [class*='twc-col2_2476-c'] {
    width: 74.75%;
  }
  .marginless .simpleSearch [class*='twc-col2_2476-c'] {
    width: 76%;
  }
  .simpleSearch [class*='twc-col2_2476-c0'] {
    width: 22.75%;
  }
  .marginless .simpleSearch [class*='twc-col2_2476-c0'] {
    width: 24%;
  }

  .searchInput.desktop-hidden {
    border-radius: 0;
    width: 100%;
  }
}
@media (max-width: 40em) {
  .simpleSearch [class*='twc-col2_2476-c'] {
    width: 100%;
  }
  .marginless .simpleSearch [class*='twc-col2_2476-c'] {
    width: 100%;
  }
  .simpleSearch .searchInput.desktop-hidden {
    width: auto;
    margin-bottom: 1em;
  }
  .simpleSearch form.searchInput {
    margin: 0 -2.5%;
    border-radius: 0;
  }
  .simpleSearch form.searchInput .twc-search .twc-search-input-wrap input {
    width: 85%;
  }
  .simpleSearch .pagination {
    margin-bottom: 1em;
  }
  .simpleSearch .desktop-hidden.tablet-hidden,
  .simpleSearch .desktop-hidden, .simpleSearch .tablet-hidden {
    display: block !important;
  }
  .simpleSearch .filters {
    background-color: #E7EEF4;
    background-image: none;
  }
  .simpleSearch .filters a {
    font-weight: 400;
  }
  .simpleSearch .filters .box {
    display: none;
  }
  .simpleSearch .filters .filters-bar {
    margin: -0.5em -1em 0 -0.5em;
    border-radius: 3px 3px 0 0;
  }
  .simpleSearch .filters .filters-bar .cta.filter-applied {
    top: 10%;
    border-left: 1px solid #6595C5;
  }
  .simpleSearch .filters .filters-bar .filter-applied a {
    color: #fff;
  }
  .simpleSearch .filters .filter-list {
    display: none;
  }
  .simpleSearch .filters .filter-list .remove-filter {
    left: auto;
    top: 1em;
  }
  .simpleSearch .search-bar {
    margin: 1em 0;
  }
  .simpleSearch .twc-search input {
    width: 84%;
  }
  .simpleSearch .box {
    margin: 0;
  }
}

/* Replace the selector ".bc-simpleSearch form" with the one below */
.bc-simpleSearch .searchInput {
  background-color: #a7a7a7;
  padding: 1em;
  border-radius: 0 3px 0 0;
  margin: -0.5em -0.6em 1.5em 0;
}

/* Replace the selector ".bc-simpleSearch form.searchInput .twc-search" with the one below */
.bc-simpleSearch .searchInput .twc-search {
  width: 100%;
}

/* Replace the selector ".bc-simpleSearch form.searchInput .twc-search .twc-search-input-wrap" with the one below */
.bc-simpleSearch .searchInput .twc-search .twc-search-input-wrap {
  text-align: center;
}

/* Replace the selector ".bc-simpleSearch form.searchInput .twc-search .twc-search-input-wrap input" with the one below */
.bc-simpleSearch .searchInput .twc-search .twc-search-input-wrap input {
  width: 85%;
  float: left;
}

/* Replace the selector ".bc-simpleSearch form.searchInput-bottom" with the one below */
.bc-simpleSearch .searchInput-bottom {
  width: 100%;
  border-radius: 0;
}

/* Replace the selector ".bc-simpleSearch .searchResults.resultNumbers" with the one below */
.bc-simpleSearch .searchResults .resultNumbers {
  width: 100%;
  text-align: center;
  float: right;
  right: 0;
}

/* add the following rules */
.bc-simpleSearch .filters {
  background: none;
}

.bc-simpleSearch .filters .filter-list h5 {
  border: none;
}

.bc-simpleSearch .filters .filter-list ul li {
  margin-bottom: 0;
}

.bc-simpleSearch .resultNumbers {
  font-size: 1.263em;
}

.bc-simpleSearch .filters .filter-list .remove-filter {
  text-decoration: none;
  max-width: 7em;
}

.bc-simpleSearch .pagination .cta.omega {
  margin-right: 0.05em;
}

.bc-simpleSearch .pagination .cta.omega a {
  background-color: #3779b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3779b3', EndColorStr='#02447e');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3779b3', EndColorStr='#02447e');
  background-image: -webkit-gradient(linear,left top,left bottom,from(#3779b3),to(#02447e));
  background-image: -webkit-linear-gradient(top,#3779b3,#02447e);
  background-image: -moz-linear-gradient(top,#3779b3,#02447e);
  background-image: -ms-linear-gradient(top,#3779b3,#02447e);
  background-image: -o-linear-gradient(top,#3779b3,#02447e);
  background-image: linear-gradient(top,#3779b3,#02447e);
  color: #fff;
}

.bc-simpleSearch .pagination .cta.omega a:hover {
  background-color: #265a83;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#265a83', EndColorStr='#1b405e');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#265a83', EndColorStr='#1b405e');
  background-image: -webkit-gradient(linear,left top,left bottom,from(#265a83),to(#1b405e));
  background-image: -webkit-linear-gradient(top,#265a83,#1b405e);
  background-image: -moz-linear-gradient(top,#265a83,#1b405e);
  background-image: -ms-linear-gradient(top,#265a83,#1b405e);
  background-image: -o-linear-gradient(top,#265a83,#1b405e);
  background-image: linear-gradient(top,#265a83,#1b405e);
}

.bc-simpleSearch .pagination .cta.omega.disabled a {
  background-color: #b3b3b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#b3b3b3', EndColorStr='#b3b3b3');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#b3b3b3', EndColorStr='#b3b3b3');
  background-image: -webkit-gradient(linear,left top,left bottom,from(#b3b3b3),to(#b3b3b3));
  background-image: -webkit-linear-gradient(top,#b3b3b3,#b3b3b3);
  background-image: -moz-linear-gradient(top,#b3b3b3,#b3b3b3);
  background-image: -ms-linear-gradient(top,#b3b3b3,#b3b3b3);
  background-image: -o-linear-gradient(top,#b3b3b3,#b3b3b3);
  background-image: linear-gradient(top,#b3b3b3,#b3b3b3);
  color: #fff;
}

.bc-simpleSearch .pagination .cta.omega.disabled a:hover {
  background-color: #666;
  filter: "";
  -ms-filter: "";
  background-image: -webkit-gradient(linear,left top,left bottom,from(#666),to(#666));
  background-image: -webkit-linear-gradient(top,#666,#666);
  background-image: -moz-linear-gradient(top,#666,#666);
  background-image: -ms-linear-gradient(top,#666,#666);
  background-image: -o-linear-gradient(top,#666,#666);
  background-image: linear-gradient(top,#666,#666);
  color: #fff;
}


.bc-simpleSearch .bc-searchInputMobileTop,
.bc-simpleSearch .bc-searchInputMobileBottom {
  display: none;
}

.bc-simpleSearch .bc-searchInputMobileBottom {
  border-radius: 0;
}

.bc-simpleSearch .resultsArea .result.last {
  border-bottom: 1px dotted #E5E5E5;
}

@media (max-width: 48em) {
  .bc-simpleSearch [class*='twc-col2_2476-c0'] {
    width: 100%;
  }
  
  .bc-simpleSearch [class*='twc-col2_2476-c1'] {
    width: 100%;
    margin-left: 0;
  }
  
  .bc-simpleSearch .filters .filter-list .remove-filter {
    top: 1em;
    left: inherit;
    right: 0;
  }

  .bc-simpleSearch .appview {
    float: none;
  }

  .bc-simpleSearch [class*='twc-col2_7624-c0'] {
    float: none;
  }

  .bc-simpleSearch [class*='twc-col2_2476-c1'] .searchInput {
    display: none;
  }

  .bc-simpleSearch .bc-searchInputMobileTop,
  .bc-simpleSearch .bc-searchInputMobileBottom {
    display: block;
  }
}

@media (max-width: 40em) {
  .bc-simpleSearch .desktop-hidden.tablet-hidden, .bc-simpleSearch .desktop-hidden, .simpleSearch .tablet-hidden {
    display: none !important;
  }

  .bc-simpleSearch .filters a {
    font-weight: 600;
  }

  .bc-simpleSearch .filters .filter-list {
    display: block;
  }

  .bc-simpleSearch .filters .filter-list .remove-filter {
    max-width: none;
  }

  .bc-simpleSearch .leftNav {
    background-color: transparent;
  }

  .bc-simpleSearch .resultsArea {
    margin: 0;
  }

  .bc-simpleSearch .appview {
    float: none;
  }

  .bc-simpleSearch [class*='twc-col2_7624-c0'] {
    float: none;
  }

  .bc-simpleSearch [class*='twc-col2_2476-c1'] .searchInput {
    display: none;
  }

  .bc-simpleSearch .bc-searchInputMobileTop,
  .bc-simpleSearch .bc-searchInputMobileBottom {
    display: block;
  }
}

.sf-chat .hidden-sf-chat {
  display: none;
}

.sf-chat-text  {
  font-size: 1.5rem;
  color: #369;
  padding: 0.5em;
}

.liveagent-chat-link.hidden-link {
  display: none;
}

/* ==========================================================================
    CSS Code for the Resource Center Pagination

    Version: 1.0 - Updated: 7/11/2014
   ========================================================================== */

.resource-filter .pagination ol {
  padding-right: 12px;
}

.resource-filter .pagination li {
    display: inline;
    position: relative;
    margin: 0 1px;
}

.resource-filter .pagination button.first:before {
    font-family: "FontAwesome";
}

.resource-filter .pagination button.last:after {
    font-family: "FontAwesome";
}

.pagination .number span {
  background: none repeat scroll 0 0 #ebedec;
}

.resource-filter .pagination button {
    font-size: 13px;
    font-size: 1.3rem;
}

.resource-filter .pagination .number span {
    background: none repeat scroll 0 0 #ebedec;
}

.resource-filter .pagination li .cta a {
  color: #fff;
  background-color: #3779b3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3779b3), to(#02447e));
  background-image: -webkit-linear-gradient(top, #3779b3, #02447e);
  background-image: -moz-linear-gradient(top, #3779b3, #02447e);
  background-image: -ms-linear-gradient(top, #3779b3, #02447e);
  background-image: -o-linear-gradient(top, #3779b3, #02447e);
  background-image: linear-gradient(top, #3779b3, #02447e);
}

.resource-filter .pagination li .cta a:hover {
  background-color: #265a83;
  background-image: -webkit-gradient(top, from(#265a83), to(#1b405e));
  background-image: -webkit-linear-gradient(top, #265a83, #1b405e);
  background-image: -moz-linear-gradient(top , #265a83, #1b405e);
  background-image: -ms-linear-gradient(top, #265a83, #1b405e);
  background-image: -o-linear-gradient(top, #265a83, #1b405e);
  background-image: linear-gradient(top, #265a83, #1b405e);
}

.resource-filter .pagination li .cta a:focus, .resource-filter .pagination li .cta a:active{
  background: none repeat scroll 0 0 #444545;
}

/* MOBILE BREAKPOINT */

@media (max-width:40em) {
.resource-filter .pagination {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.resource-filter .pagination .btn.number {
    display: none;
}

.resource-filter .gallery .pagination {
    text-align: right;
    padding-top: .75em;
    padding-right: 2em;
}

.resource-filter .gallery .pagination {
    text-align: center;
    padding: .75em, 0 0 0;
}
}


/* ==========================================================================
    CSS Code for the Resource Center Filters

    Version: 1.0 - Updated: 5/22/2014
   ========================================================================== */

.gallery .twc-box-column .section-header span.h4 {
    margin-left: 25px;
}

.gallery a.view-all {
    padding-left: .85em;
}

.gallery .gallery-header-container {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px 0 #888;
    -moz-box-shadow: 0 1px 2px 0 #888;
    box-shadow: 0 1px 2px 0 #888;
}

.gallery .gallery-header-container+.twc-box-column {
    border-radius: 0 0 3px 3px;
}

.gallery .gallery-head {
    padding: 1em;
    background-color: #333534;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333534), to(#1a1b1f));
    background-image: -webkit-linear-gradient(top, #333534, #1a1b1f);
    background-image: -moz-linear-gradient(top, #333534, #1a1b1f);
    background-image: -ms-linear-gradient(top, #333534, #1a1b1f);
    background-image: -o-linear-gradient(top, #333534, #1a1b1f);
    background-image: linear-gradient(top, #333534, #1a1b1f);
    color: #fff;
    border-radius: 3px 3px 0 0;
}

.gallery .gallery-subhead {
    padding: 1em;
    background: none repeat scroll 0 0 #E4E7EA;
}

.gallery .twc-box-column {
    overflow: hidden;
    box-shadow: none;
    margin-bottom: 0;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}

.gallery .twc-box-column .showing {
    margin-bottom: .5em;
    display: block;
}

.gallery .asset-block {
    width: 25%;
    padding: 1em;
    float: left;
    height: 525px;
    border-bottom: 1px dotted #d0cfcf;
}

.gallery .asset-block.three-up { width: 33.3333333% }

.gallery .asset-block.three-up.news { height: 250px; }

.gallery .asset-container figure img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.gallery .bc-content-gallery {
    background: 0 0;
    color: #333;
    overflow: hidden;
}

.gallery .bc-content-gallery h6 {
    max-height: 65px;
    min-height: 65px;
    overflow: hidden;
    margin-bottom: .938em;
    position: relative;
}

.gallery .bc-content-gallery p.content-type {
    font-size: 1em;
    color: #444;
    max-height: 120px;
}

.gallery .bc-content-gallery p.content-intro {
    font-size: 1.063em;
    color: #444;
    margin-bottom: 1.25em;
    margin-top: 0em;
    max-height: 83px;
    overflow: hidden;
}

.gallery .bc-content-gallery p.content-subtitle {
    font-size: 1em;
    color: #444;
    max-height: 120px;
    margin-top: 1em;
}

.gallery .pagination {
    text-align: right;
    padding-top: .75em;
    padding-right: 2em;
}

.gallery .twc-box-column.filter { padding: 1em 3em; }

.gallery .twc-box-column.filter span.h4 { margin: 0 0 1.25em; }

.gallery .twc-box-column.filter label.filter {
    display: block;
    margin: 0 0 .625em;
}

.gallery .bc-filter {
    background: #E4E4E6;
    padding: 1em;
}

.gallery .bc-filter span.h4 { margin-bottom: 1.563em;}

.gallery .bc-filter table {
    max-width: 100%;
    min-width: 100%
}

.gallery .bc-filter .submitButton .cta.grey.mobile-full {
    margin-top: 1.5em;
}

.resource-filter .resourceError{
    display: block;
    margin-left: 14px;
    font-weight: bold;
    font-size: 16px;
    color: #ff0000;
    display: none;
}

.asset-block, .bottom-box {
    overflow: auto;
    padding: 1em;
    min-height: 265px;
    float: left;
}

.resourceContainer, .buttonText{ display: none; }

.resource-filter .h4{
    margin:15px 0 15px 14px;
}

.resource-filter span + .smartLink{
    display: inline-block;
    padding-left: 0.85em;
}

.gallery .bc-content-gallery h6 {
    max-height: 65px;
    min-height: 65px;
}

.gallery.no-image .asset-block{
    height: 250px;
}

/* TABLET BREAK POINT */

@media (max-width:48em) {
    .gallery .asset-block {
    width: 50%;
    padding: 1em;
    float: left;
    border-bottom: 1px dotted #d0cfcf;
    height: 540px;
}

.gallery .asset-block.three-up { width: 50%}

.gallery .bc-content-gallery p.content-intro { margin-top: 1.25em; }

.gallery .bc-filter table tr td {
    display: block;
    float: left;
    margin-top: 1em;
    width: 50%
}

.gallery .bc-filter td.submitButton {
    margin-top: 0;
    width: 100%

    }

}

/* MOBILE BREAK POINT */

@media (max-width:40em) {
    .gallery .asset-block {
    width: 100%;
    height: 100%
}

.gallery .asset-block figure img {
    margin: 0 auto;
}

.gallery .asset-block.three-up { width: 100% }

.gallery .asset-block .asset-container {
    float: left;
    max-width: 48.75%;
    margin: 0;
}

.gallery .asset-block .asset-info {
    float: right;
    margin-left: 2.5%;
    max-width: 48.75%
}

.gallery .bc-content-gallery p.content-intro {
    margin-top: 1.25em;
    max-height: 50px;
}

.gallery .bc-content-gallery h6 {
    max-height: 45px;
    min-height: 45px;
    overflow: hidden;
    margin-bottom: .938em;
    position: relative;
}

.gallery .pagination {
    text-align: center;
    padding: .75em, 0 0 0;
}

.gallery .bc-filter table tr td { width: 100% }

.gallery .bc-filter td:first-of-type {
    margin-top: 0;
}
}


.gallery .bc-content-gallery p.content-intro {
    font-size: 1.063em;
    color: #444;
    overflow: hidden;
    max-height: none;
}

.gallery .bc-content-gallery p.content-type {
    max-height: none;
    text-transform: uppercase;
}

.gallery .bc-content-gallery h6 {
    max-height: none;
    min-height: inherit;
    padding: .625em 0 0;
    position: relative;
}

.gallery .bc-content-gallery {
    padding: .5em;
}

.gallery .asset-block {
    height: inherit;
    border-bottom: none;
}

.gallery .row-wrapper {
    overflow: auto;
}

@media (max-width: 48em) {
    .gallery .asset-block.three-up {
        width: 33.3333333%;
    }

    .bc-content-gallery:nth-child(1) {
        margin-bottom: 1em;
    }

    .bc-content-gallery {
        padding: .5em;
    }
}

@media (max-width: 40em) {
    .gallery .asset-block.three-up {
        width: 100%;
    }

    .gallery .asset-block figure img {
        padding-bottom: 1em;
    }
}
.resource-filter .pagination {
    text-align: right;
    padding-top: .75em;
    padding-right: 1.5em;
}

@media (max-width: 48em) {
    .resource-filter .pagination {
        text-align: right;
        padding: .75em .6em 1.25em 0;
    }
}

.resource-filter .resource-filter-filter tr td.bc-gallery-filter{
    width: 23%;
    padding: 0 2px;
}

.resource-filter .resource-filter-filter .submitButton .cta.grey{
    padding-top: 1.8em;
}

.resource-filter .resource-filter-filter .submitButton .cta.grey a{
    color: #fff;
}

.resource-filter .resource-filter-filter .bc-filter {
    padding: 1em;
    border-radius: 3px;
}

.resource-filter .resource-filter-filter .bc-filter table tr td label~select {
    margin-top: .313em;
}

@media (max-width: 48em){
    .resource-filter .resource-filter-filter .bc-filter table tr td {
        display: block;
        float: left;
        margin-top: 1em;
        width: 50%;
    }
}

@media (max-width: 40em){
    .resource-filter .resource-filter-filter .bc-filter td:first-of-type {
        margin-top: 0;
    }
    .resource-filter .resource-filter-filter .bc-filter table tr td {
        width: 100%;
    }
}

.resource-filter .resourceError{
    color: #000000;
    font-weight: normal;
}

.resource-filter .filter{
    margin-bottom: 2em;
}

/* This overwrites padding fixes from resource-filter-fixes-foo-20141001.css */
.resource-filter .resource-filter-filter .bc-filter {
    padding: .7em;
}

.resource-filter .resource-filter-filter .bc-filter .resetButton button {
    color: #797979;
    font-style: normal;
    display: inline-block;
}

.resource-filter .resource-filter-filter .bc-filter .reset-button {
    padding-top: 1.8em;
    width: inherit;
}

@media (max-width: 40em) {
    .resource-filter .resource-filter-filter .bc-filter .resetButton button {
        color: #797979;
        font-style: normal;
    }

    .resource-filter .resource-filter-filter .bc-filter .reset-button {
        padding-top: 1.8em;
    }

    .resource-filter .resource-filter-filter .bc-filter td.submitButton {
        width: 20%
    }
}

.resource-filter .resource-filter-filter tr td.bc-gallery-filter {
    width: 20%;
}
@media (max-width: 40em){
    .resource-filter .resource-filter-filter .bc-filter td.submitButton {
        width: 100%;
    }
}

div.cta.omega.currentPage.disabled button, div.cta.omega.currentPage.disabled button:hover {
    background-color: #333333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333));
    background-image: -webkit-linear-gradient(top, #333333, #333333);
    background-image: -moz-linear-gradient(top, #333333, #333333);
    background-image: -ms-linear-gradient(top, #333333, #333333);
    background-image: -o-linear-gradient(top, #333333, #333333);
    background-image: linear-gradient(top, #333333, #333333);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333', EndColorStr='#333333')";
    zoom: 1;
    color: white;
}

div.cta.omega.disabled button, div.cta.omega.disabled button:hover {
    background-color: #e0e0e0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(top, #e0e0e0, #e0e0e0);
    background-image: -moz-linear-gradient(top, #e0e0e0, #e0e0e0);
    background-image: -ms-linear-gradient(top, #e0e0e0, #e0e0e0);
    background-image: -o-linear-gradient(top, #e0e0e0, #e0e0e0);
    background-image: linear-gradient(top, #e0e0e0, #e0e0e0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e0e0e0', EndColorStr='#e0e0e0')";
    zoom: 1;
    color: #f6f6f6;
}

.resource-feed {
  margin: 3em;
}

.resource-feed input {
  width: 50%;
  cursor: text;
}

.resource-feed .rc-feed-preview h2,
.resource-feed .rc-feed-link {
  margin-top: 1em;
}

.resource-feed .rc-feed-link {
  display: inline-block;
}

.resource-feed .rc-feed-link,
.resource-feed .rc-feed-preview div span {
  font-weight: bold;
}

.resource-feed .rc-feed-preview .rc-feed-entry-preview {
  margin-bottom: 1.5em;
}

.resource-feed .rc-feed-preview .rc-feed-entry-preview .rc-feed-entry-title {
  font-size: 1.5em;
}

.resource-feed .rc-feed-preview .rc-feed-entry-preview .rc-feed-entry-thumbnail,
.resource-feed .rc-feed-preview .rc-feed-entry-preview .rc-feed-entry-description,
.resource-feed .rc-feed-preview .rc-feed-entry-preview .rc-feed-entry-published-author {
  margin: 0.5em;
}

.quickRequest {
    width: 100%;
    display: block;
}
.quickRequest .qr-row {
    width: 100%;
    border-top: 1px solid #e1e1e1;
    float: left;
}
.quickRequest .qr-row:first-of-type {
    border-top: none;
}
.quickRequest .qr-row .qr-wrapper {
    width: 33.333%;
    float: left;
    border-right: 1px solid #e1e1e1;
    padding: 1em;
    position: relative;
}
.quickRequest .qr-row .qr-wrapper:last-of-type {
    border-right: none;
}
.quickRequest h5 {
    text-transform: uppercase;
}

.qr-desc {
    bottom: 0;
    left: 0;
    max-width: 60%;
    position: relative;
}

.qr-desc-text {
    font-size: 0.9em;
    line-height: 1.2em;
}

.qr-buton {
    bottom: 0;
    position: absolute;
    right: 0;
    padding-right: 1.5em;
    padding-bottom: 1.5em;
}

.cta.grey.mobile-full span {
    font-weight: bolder;
    text-transform: capitalize;
}

.quickRequest .qr-price {
    margin-bottom: .5em;
}

@media (max-width: 48em) {
    .quickRequest .qr-row .qr-wrapper {
        width: 100%;
        border-top: 1px solid #e1e1e1;
        border-right: none;
        padding: 1em;
    }
    .quickRequest .qr-row .qr-wrapper:first-of-type {
        border-top: none;
    }
    .quickRequest .qr-row .qr-wrapper:last-of-type {
        border-top: 1px solid #e1e1e1;
    }
}
@media (max-width: 40em) {
    .quickRequest .qr-row .qr-wrapper {
        width: 100%;
        border-top: 1px solid #e1e1e1;
        border-right: none;
        padding: 1em;
    }
    .quickRequest .qr-row .qr-wrapper:first-of-type {
        border-top: none;
    }
    .quickRequest .qr-row .qr-wrapper:last-of-type {
        border-top: 1px solid #e1e1e1;
    }
}

.quickRequest .quick-request-tile-wrapper {
    width: 33.333%;
    float: left;
    border-right: 1px solid #e1e1e1;
    position: relative;
    padding: 1em;
}

.quickRequest .qr-row .qr-wrapper {
    width: 100%;
    float: inherit;
    border-right: none;
    padding: 1em;
    position: static;
}

.quickRequest h5 {
    text-transform: none;
}

.qr-button {
    bottom: 0;
    position: absolute;
    right: 0;
    padding-right: 1.5em;
    padding-bottom: 1.5em;
}

.quickRequest .quick-request-tile-wrapper:last-of-type {
    border-right: none;
}

.quickRequest .quick-request-row {
    border-top: none;
}

.quickRequest>.parsys>.quick-request-row .qr-row {
    border-top: 1px solid #e1e1e1;
}

.quickRequest .qr-desc .qr-price {
    padding-top: 0.5em;
}

@media (max-width: 48em) {
    .quickRequest .qr-row .qr-wrapper {
        border-top: none;
        padding: 0;
    }
    .quickRequest .qr-row .qr-wrapper:last-of-type {
        border-top: none;
    }
    .quickRequest .quick-request-tile-wrapper {
        width: 100%;
        border-top: 1px solid #e1e1e1;
        border-right: none;
        padding: 1em;
    }

    .quickRequest .quick-request-tile-wrapper:first-of-type {
        border-top: none;
    }

    .quickRequest .quick-request-row {
        border-top: none;
    }
}

@media (max-width: 40em) {
    .quickRequest .qr-row .qr-wrapper {
        border-top: none;
        padding: 0;
    }
    .quickRequest .qr-row .qr-wrapper:last-of-type {
        border-top: none;
    }
    .quickRequest .quick-request-tile-wrapper {
        width: 100%;
        border-top: 1px solid #e1e1e1;
        border-right: none;
        padding: 1em;
    }

    .quickRequest .quick-request-tile-wrapper:first-of-type {
        border-top: none;
    }

    .quickRequest .quick-request-row {
        border-top: none;
    }

    .quickRequest .qr-button {
        top: 50%;
        margin-top: -1.2em;
    }

    .quickRequest .qr-desc p:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.pp-profile {
    float: right;
}

.pp-profile .profile-name {
    font-weight: bold;
}
/* WEBCMS-15021 make sure pp-profile component isn't next to another element */
.pp-profile {
    clear: both;
}

/* ==========================================================================
    CSS Code for responsive bc newsletter component
   
    Updated: 2/12/2014
   ========================================================================== */

.footer-top-bar .section{
	clear:both;
}

.twc-footer .footer-top-bar .list{
	display: inline-block;
}

.twc-footer .subscribe {
  display: inline-block;
  float: right;
  margin: 2px 0;
  position: relative;
}

.twc-footer .subscribe .rounded-input-wrap {
  background-color: rgba(127, 132, 139, 0.2);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 4px;
  margin: 5px 0 5px 5px;
  float: right;
}

.twc-footer .subscribe .rounded-input-wrap input[type=text] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: Arial, Sans-Serif;
  font-size: 13px;
  border: 1px solid #d8d9da;
  padding: 5px 10px;
  width: 205px;
  margin: 0;
  box-shadow: none;
}

.twc-footer .subscribe .rounded-input-wrap .go-btn {
  display: inline;
}

.twc-footer .subscribe .blue-button {
  clear: left;
  color: #FFFFFF;
  display: block;
  float: none;
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  font-size: 11px;
  padding: 6px 8px;
  text-align: center;
  position: relative;
  border-radius: 3px;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-image: url("data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%25%22%20y2%3d%22100%25%22%3e%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3Argb(62%2C144%2C210)%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%2221%25%22%20style%3D%22stop-color%3Argb(59%2C137%2C200)%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%2279%25%22%20style%3D%22stop-color%3Argb(47%2C108%2C157)%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3Argb(43%2C100%2C146)%3Bstop-opacity%3A1%22%20%2F%3E%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e");
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e90d2),color-stop(21%, #3b89c8),color-stop(79,#2f6c9d),color-stop(100,#2b6492));
  background-image: -webkit-linear-gradient(top, #3e90d2 0%,#3b89c8 21%,#2f6c9d 79%,#2b6492 100%);
  background-image: -moz-linear-gradient(top, #3e90d2 0%,#3b89c8 21%,#2f6c9d 79%,#2b6492 100%);
  background-image: -ms-linear-gradient(top, #3e90d2 0%,#3b89c8 21%,#2f6c9d 79%,#2b6492 100%);
  background-image: -o-linear-gradient(top, #3e90d2 0%,#3b89c8 21%,#2f6c9d 79%,#2b6492 100%);
  background: -pie-linear-gradient(top, #3e90d2 0%,#3b89c8 21%,#2f6c9d 79%,#2b6492 100%);
  background-image: linear-gradient(top, #3e90d2 0%,#3b89c8 21%,#2f6c9d 79%,#2b6492 100%);
}
.twc-footer .subscribe .blue-button:hover {
  background-image: url("data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%3f%3e%3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20width%3d%22100%25%22%20height%3d%22100%25%22%3e%3cdefs%3e%3clinearGradient%20id%3d%22G%22%20x2%3d%220%25%22%20y2%3d%22100%25%22%3e%3Cstop%20offset%3D%220%25%22%20style%3D%22stop-color%3Argb(40%2C92%2C134)%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%2225%25%22%20style%3D%22stop-color%3Argb(43%2C100%2C146)%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%2279%25%22%20style%3D%22stop-color%3Argb(54%2C126%2C184)%3Bstop-opacity%3A1%22%20%2F%3E%3Cstop%20offset%3D%22100%25%22%20style%3D%22stop-color%3Argb(57%2C134%2C194)%3Bstop-opacity%3A1%22%20%2F%3E%3c%2flinearGradient%3e%3c%2fdefs%3e%3crect%20width%3d%22100%25%22%20height%3d%22100%25%22%20fill%3d%22url%28%23G%29%22%2f%3e%3c%2fsvg%3e");
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #285c86),color-stop(25%, #2b6492),color-stop(79,#367eb8),color-stop(100,#3986c2));
  background-image: -webkit-linear-gradient(top, #285c86 0%,#2b6492 25%,#367eb8 79%,#3986c2 100%);
  background-image: -moz-linear-gradient(top, #285c86 0%,#2b6492 25%,#367eb8 79%,#3986c2 100%);
  background-image: -ms-linear-gradient(top, #285c86 0%,#2b6492 25%,#367eb8 79%,#3986c2 100%);
  background-image: -o-linear-gradient(top, #285c86 0%,#2b6492 25%,#367eb8 79%,#3986c2 100%);
  background: -pie-linear-gradient(top, #285c86 0%,#2b6492 25%,#367eb8 79%,#3986c2 100%);
  background-image: linear-gradient(top, #285c86 0%,#2b6492 25%,#367eb8 79%,#3986c2 100%);
  color: #FFFFFF !important;
}

.twc-footer .subscribe h3 {
  font-weight: bold;
  margin: 11px 0 0 12px;
  float: left;
  font-size: 12px;
  padding-right: 8px;
  font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
}

/*
* Style for Newsletter Alerts
*/

.twc-footer .alert {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #666666;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 10px 0;
    width: 250px;
    height: auto;
    position: absolute;
}

.twc-footer .alert span img {
    float: left;
    padding-right: 10px;    
}

.twc-footer .alert img {
    float : right;
}

.twc-footer .alert p{
    clear: left;
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 0;
}

.twc-footer .success_alert {
    top: -30px;
    left: 184px;
    display: none;  
}

.twc-footer .email_alert {
    display: none;
    top: -45px;
    left: 184px;
}

.twc-footer .general_alert {
    top: -45px;
    left: 184px;
    display: none;  
}

/* ==========================
    Responsive Design
   ========================== */ 

/* ==========================
    Tablet
   ========================== */ 

@media (max-width: 48em) {
	
	}
	
	
/* ==========================
    Smartphone
   ========================== */ 

@media (max-width: 40em) {

	.twc-footer .subscribe h3 {
	  float: none;
	  text-align: center;
	}
	
	.twc-footer .subscribe{
	  float: none;
	  text-align: center;
	  display: block;
	}
	
	.twc-footer .subscribe .rounded-input-wrap{
	  float: none;
	}

}

/* BC - Update the background color of the message box wrapper */
.message-box, .message-box .messagebox-wrapper{
  background: #f3f3f3;
  border-top: 1px solid #ededed;
}

@media (max-width: 68.6875em) {
    .menu-bar {
        border-top: solid 1px #dcdcdc;
        border-bottom: solid 1px #dcdcdc;
    }
}

/* ==========================================================================
    CSS Code for navigation fixes

    Version: 1.0 - Updated: 2/5/2015
   ========================================================================== */

.new-mega-menu .twc-new-navigation{
  height: 3em;
  border-top: 1px solid #cacbce;
  background-color: #65676c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ced1d5));
  background-image: -webkit-linear-gradient(top, #ffffff, #ced1d5);
  background-image: -moz-linear-gradient(top, #ffffff, #ced1d5);
  background-image: -ms-linear-gradient(top, #ffffff, #ced1d5);
  background-image: -o-linear-gradient(top, #ffffff, #ced1d5);
  background-image: linear-gradient(top, #ffffff, #ced1d5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#ced1d5')";
}

.new-mega-menu .twc-new-navigation .twc-new-nav li a{
  color: #000;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: Arial,'TWC Round Book',"Helvetica Neue",Helvetica,sans-serif,Arial,Sans-Serif;
}

.new-mega-menu .twc-new-navigation .twc-new-nav > ul > li > .mega-menu-item {
  border-right: 1px solid #cacbce;
}

.new-mega-menu .twc-new-navigation.desktop-hover .twc-new-nav > ul > li:hover, .new-mega-menu .twc-new-navigation.mobile-tap .twc-new-nav ul li .mega-menu-item.js-active{
  background-color: #343b46;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#343b46), to(#343b46));
  background-image: -webkit-linear-gradient(top, #343b46, #343b46);
  background-image: -moz-linear-gradient(top, #343b46, #343b46);
  background-image: -ms-linear-gradient(top, #343b46, #343b46);
  background-image: -o-linear-gradient(top, #343b46, #343b46);
  background-image: linear-gradient(top, #343b46, #343b46);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#343b46', EndColorStr='#343b46')";
}

.new-mega-menu .twc-new-navigation.desktop-hover .twc-new-nav > ul > li:hover .desktopLink a, .new-mega-menu .twc-new-navigation.mobile-tap .twc-new-nav ul li .mega-menu-item.js-active a{
  color: #fff;
}

.new-mega-menu .twc-new-navigation.mobile-tap .twc-new-nav ul li .mega-menu-item.js-active ul .megamenu a {
  color: #3376b2;
}

.new-mega-menu .twc-new-navigation .twc-new-nav > ul > li > .mega-menu-item {
  vertical-align: top;
}

.new-mega-menu .twc-new-navigation .twc-new-nav > ul > li > .mega-menu-item {
  height: 2.9em;
  border-right: 0px;
}

.new-mega-menu .twc-new-navigation.desktop-hover .twc-new-nav > ul > li:hover .mega-menu-item{
  border: none;
}

.new-mega-menu .twc-new-navigation .twc-new-nav > ul > li{
  border-right: 1px solid #cacbce;
}

.new-mega-menu .twc-new-navigation .twc-new-nav > ul > li:first-child {
  border-left: 1px solid #cacbce;
}

.new-mega-menu .twc-new-navigation .twc-new-nav > ul > li:hover{
  border-right: 0px;
}

.new-mega-menu .twc-new-navigation .twc-new-nav > ul > li:first-child:hover{
  border-left: 0px;
}

.new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section .labelList ul > li.twc-last{
  margin-bottom: 15px;
}
.new-mega-menu .twc-new-navigation .twc-new-nav li label {
    color: #000;
}

/* ==========================
    Tablet
   ========================== */

@media (max-width: 48em) {

    .new-mega-menu .twc-new-navigation{
      height: 3.4375em;
    }

    /* Background Color for mega menu top level nav mobile breakpoint */
    .new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section .labelList .label.js-active{
      background-color: #cddce9;
      color: #000;
    }

    /* Background Color for mega menu smartLinks */
    .new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section .labelList .label ~ ul{
      background-color: #e7e7e8;
    }

    .new-mega-menu .twc-new-navigation .twc-new-nav li ul li a {
      color: #004992;
    }

    .new-mega-menu .twc-new-navigation .twc-new-nav ul li .mega-menu-item.js-active{
      height: 3.35em;
      background-color: #cddce9;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#cddce9), to(#cddce9));
      background-image: -webkit-linear-gradient(top, #cddce9, #cddce9);
      background-image: -moz-linear-gradient(top, #cddce9, #cddce9);
      background-image: -ms-linear-gradient(top, #cddce9, #cddce9);
      background-image: -o-linear-gradient(top, #cddce9, #cddce9);
      background-image: linear-gradient(top, #cddce9, #cddce9);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cddce9', EndColorStr='#cddce9')";
    }

    .new-mega-menu .twc-new-navigation.desktop-hover .twc-new-nav > ul > li:hover {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
      box-shadow: none;
    }

    .new-mega-menu .twc-new-navigation .twc-new-nav > ul > li:hover{
      border-right: 1px solid #cacbce;
    }

    .new-mega-menu .twc-new-navigation .twc-new-nav > ul > li:first-child:hover{
      border-left: 1px solid #cacbce;
    }
}

/* ==========================
    Smartphone
   ========================== */

@media (max-width: 40em) {

    .new-mega-menu .twc-new-navigation.desktop-hover .twc-new-nav > ul > li:hover {
      background: none;
    }

    .new-mega-menu .twc-new-navigation .twc-new-nav > ul > li:hover {
      border-right: 1px solid #cacbce;
    }

    .new-mega-menu .twc-new-navigation .twc-new-nav > ul > li:first-child{
      border-left: 1px solid #cacbce;
    }

    /* The tablet hidden and mobile hidden selectors already have the !important declaration applied to them
    we had to override this by specifying the following selectors and declaring the !important declaration on them  */
    .new-mega-menu .twc-new-navigation .twc-new-nav > ul > li.desktop-hidden.tablet-hidden{
      display: table-cell !important;
    }

    .new-mega-menu .twc-new-navigation .twc-new-nav > ul > li.desktop-hidden.tablet-hidden .tablet-hidden{
      display: inline-block !important;
    }

    .new-mega-menu .twc-new-navigation .twc-new-nav > ul > li.desktop-hidden.tablet-hidden .mobile-hidden{
      display: none !important;
    }

    .new-mega-menu .twc-new-navigation .twc-new-nav > ul > li:first-child:hover{
      border-left: 1px solid #cacbce;
    }

}

/* WEBCMS-16138 Spacing Issue Between megamenu and navigation links */

.new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section {
  top: 2.95em;
}

.new-mega-menu .twc-new-navigation input[type="checkbox"] {
    float: left;
    margin: 3px 6px 0 0;
}
.new-mega-menu .twc-new-navigation form#login-form label {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.new-mega-menu .twc-new-navigation form#login-form p,.new-mega-menu .twc-new-navigation .mini-login-form #login-form p a {
    font-size: 12px;
}

.new-mega-menu .twc-new-navigation form#login-form p{
    padding: 0;
    margin:0 0 0.8em
}

.new-mega-menu .twc-new-navigation form#login-form .cta.omega button {
    margin:0 0 0.6em;
    display: block;
}

.new-mega-menu .twc-new-navigation form#login-form .rounded-input-wrap {
    margin: 0 0 0.4em;
}

.new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section {
    padding: 0;
}

.new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section .mega-menu-wrapper, .new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section .megamenu{
    padding: 2em 3em 3em;
}

/* Mega Menu Background Image Positioning */

.new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section .no-repeat .mega-menu-image, .no-repeat .mega-menu-image{
    background-repeat: no-repeat;
}

.new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section .repeat-x .mega-menu-image, .repeat-x .mega-menu-image{
    background-repeat: repeat-x;
}

.new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section .repeat-y .mega-menu-image, .repeat-y .mega-menu-image{
    background-repeat: repeat-y;
}

/* Mega Menu Background Image Alignment */

.new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section .left-bottom .mega-menu-image, .left-bottom .mega-menu-image{
    background-position: left bottom;
}

.new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section .center-bottom .mega-menu-image, .center-bottom .mega-menu-image{
    background-position: center bottom;
}

.new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section .right-bottom .mega-menu-image, .right-bottom .mega-menu-image{
    background-position: right bottom;
}

.new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section .center .mega-menu-image, .center .mega-menu-image{
    background-position: center;
}

.new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section .top-left .mega-menu-image, .top-left .mega-menu-image{
    background-position: left top;
}

.new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section .center-top .mega-menu-image, .center-top .mega-menu-image{
    background-position: center top;
}

.new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section .top-right .mega-menu-image, .top-right .mega-menu-image{
    background-position: right top;
}

@media (max-width: 48em) {
    .new-mega-menu .twc-new-navigation form#login-form{
        width:40%;
    }

    .new-mega-menu .twc-new-navigation .twc-new-nav label {
        text-transform: none;
    }

    .new-mega-menu .twc-new-navigation .twc-new-nav li ul li a{
        padding: 0;
    }

    .new-mega-menu .twc-new-navigation.mobile-tap .twc-new-nav ul li .mega-menu-item.js-active{
      background-color: #cddce9;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#cddce9), to(#cddce9));
      background-image: -webkit-linear-gradient(top, #cddce9, #cddce9);
      background-image: -moz-linear-gradient(top, #cddce9, #cddce9);
      background-image: -ms-linear-gradient(top, #cddce9, #cddce9);
      background-image: -o-linear-gradient(top, #cddce9, #cddce9);
      background-image: linear-gradient(top, #cddce9, #cddce9);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cddce9', EndColorStr='#cddce9')";
    }

    .new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section {
      top: 3.35em;
    }   

    .new-mega-menu .twc-new-navigation .twc-new-nav .expand-left .twc-new-mega-section{
      top: 0.9em;
    }

    /* Remove mega menu padding at mobile and tablet */

    .new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section .mega-menu-wrapper, .new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section .megamenu {
        padding: 0;
    }

    /* Remove mega menu background image at mobile and tablet, !important is necessary since inline style is used for image */

    .new-mega-menu .twc-new-navigation .twc-new-nav .twc-new-mega-section .mega-menu-image{
        background: none !important; 
    }

}

@media (max-width: 40em) {
    .new-mega-menu .twc-new-navigation .twc-new-nav .expand-left .twc-new-mega-section {
      top: 3.35em;
    }
}

/* ==========================================================================
    CSS Code for the Image Overlay

    Author: Jacob Cloninger
    Version: 1.0 - Updated: 3/19/2014
   ========================================================================== */

.imageOverlay .overlay-image {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    list-style: none outside none;
    vertical-align: baseline;
    position: relative;
}

.imageOverlay .overlay-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    color: #fff;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12px 20px 10px 20px;
    width: 100%;
}

.imageOverlay {
    position: relative;
    margin-bottom: 1em;
}

.overlay-image img {
    width: 100%;
    max-width:100%;
    height:auto;
}

/* BC Hero Banner */

.hero-banner .hero-banner-container{
   background: #7F848B;
   opacity: 1;
}

.hero-banner .hero-banner-wrapper{
  display: block;
  margin: 0 auto;
  max-width: 980px;
  overflow: visible;
  width: 100%;
}

.hero-band {
  background-color: #C8CCD2;
  background-repeat: repeat-x;
  border-bottom: 1px solid #B2B6BC;
  border-top: 1px solid #D9DADD;
  clear: both;
  display: block;
  height: 39px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.hero-banner .hero-banner-container [class*="image-focus-"]{
  min-height:262px;
}

.hero-banner [class*="twc-col3_403030-c2"], .hero-banner [class*="twc-col3_333333-c2"] {
  display: table;
  position: relative;
  height: 250px;
}

/* Text in Banner */

.hero-banner .hero-banner-container .parsys0{
  margin-top: 65px;
}

.hero-banner .hero-banner-container .parsys0 h1, .hero-banner .hero-banner-container .parsys0 h2, .hero-banner .hero-banner-container .parsys0 h3{
  font-family: Arial,Sans-Serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 28px;
  margin: 0px 0 10px;
  color:#fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.hero-banner .hero-banner-container .parsys0 p{
  font-size: 15px;
  color:#fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/* Styling for boxed parsys */

.hero-banner .twc-box-column {
  border-radius: 0;
  bottom: -31px;
  margin: 0 auto;
  padding: 13px 10px 7px;
  position: absolute;
  right: 0;
  width: 225px;
  z-index: 999;
}

.hero-banner .twc-box-column div{ position: relative; }

.hero-banner .twc-box-column p{
  text-shadow: none;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: normal;
}

.hero-banner .twc-box-column h1, .hero-banner .twc-box-column h2, .hero-banner .twc-box-column h3, .hero-banner .twc-box-column h4{
  font-size: 17px;
  line-height: 17px;
  margin: 0 0 10px 0;
  text-shadow: none;
  font-family: Arial,Sans-Serif;
}

.hero-banner .twc-box-column.boxed-dark-gray h2, .hero-banner .twc-box-column.boxed-dark-gray h3, .hero-banner .twc-box-column.boxed-dark-gray h4{
  color:#fff;
}

.hero-banner .twc-box-column .vertical.lined > ul > li, .hero-banner .twc-box-column .vertical.lined > ol > li {
  border-bottom: 1px solid #565E68;
}

.hero-banner .twc-box-column .vertical.lined > ul > li.twc-last, .hero-banner .twc-box-column .vertical.lined > ol > li.twc-last {
  border-bottom: medium none;
}

/* WEBCMS-11768 Hero Banner Breadcrumbs Issue */

.twc-breadcrumbs {
  position: absolute;
  width: 100%;
}

.twc-breadcrumbs ul {
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
  width: 100%;
  max-width: 980px;
  font-size: 11px;
}

/* ==========================
    Tablet
   ========================== */ 
   
@media (max-width: 48em) {

.hero-banner .twc-box-column{
  bottom: -25px;
}

.hero-banner .twc-box-column{
    position: inherit;
}

.hero-banner .columnControl > .parsys_column [class*='twc-col3_403030-c'] {
    width: 98%;
    margin: 0 10px;
}

}
   
/* ==========================
    Phone
   ========================== */ 

@media (max-width: 40em) {

}

/* ==========================================================================
    Ticket no: WEBCMS-12552
   ========================================================================== */
.hero-banner .twc-box-column{
    margin: 0 1em 0 0;
}

.hero-banner .hero-banner-container .parsys0{
    margin-left: 1em;
}
.twc-breadcrumbs {
  z-index: 1;
}

@media (max-width: 48em) {

    .hero-banner [class*="twc-col3_403030-c2"], .hero-banner [class*="twc-col3_333333-c2"] {
        height: auto;
    }

    .hero-banner .twc-box-column {
        /* WHEN INGESTED, WE SHOULD JUST REMOVE WIDTH FROM HERO-BANNER.CSS */
        width: 100%
    }

    .hero-banner .hero-band {
        display: none;
    }

    .hero-banner .columnControl > .parsys_column [class*='twc-col3_403030-c'] {
        width: 100%;
        margin: 0 0;
    }

    .hero-banner > .image-focus-3 {
        height: auto !important;
    }
}

.header-search.omega .cta button {
    background-color: #054a91;
    background-image: none;
}

.header-search.omega .cta button:hover {
    background-color: #043b74;
    background-image: none;
}


/* BC Header Icons */

.header-icons {
  float: none;
  height: 60px;
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

.header-icons li {
  background-image: url("../../clientlibs/responsive/business/images/vr-gradient-header.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  color: #d5d6d7;
  width: 89px;
  float: left;
  height: 60px;
  text-align: center;
  padding: 7px 0 0;
}

.header-icons li img {
  padding: 9px 0 0 25px;
}

.header-icons li .text {
  display: block;
  font-family: Arial,Sans-Serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.header-icons li a {
  background-position: center 0;
  color: #474747;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 10px 0 0;
  text-transform: uppercase;
}

.header-icons li a:hover {
  opacity: 0.7;
}

.header-icons a {
  position: relative;
}

.header-icons .icon-first{ background: none; }

.twc-header-icons{
  padding: 0px 0 5px 0;
}

/* Channel Partners Header Banner */

.header-banner-parsys {
    width:100%;
    height: auto;
}

.header-banner-parsys .twc-logo {
    width: auto;
    float: left;
}

.division-name-header {
    border-left: 0.2em solid #B3B3B3;
    margin: 0.5em 0em 0em 17em;
}

.division-name-header .richtext {
    margin: 0 0  0.2em 0.1em;
    font-size: 2.56em;
}

.header-parsys-welcome-parsys {
    float: right;
    font-size: 1.5em;
}

@media (max-width: 48em) {

    .division-name-header {
        margin: 0.5em 0em 0em 17em;
    }

    .division-name-header .richtext {
        font-size: 1.8em;
    }
}

@media (max-width: 40em)  {
    .division-name-header {
        margin: 3px 0 0 -67px;
        width: auto;
        float: left;
    }

    .division-name-header .richtext {
        margin: 0 0 -6px 2px;
        font-size: 1.31em;
    }

    .header-banner-parsys .twc-logo img {
        width: 68%;
    }

    .header-parsys-welcome-parsys {
        padding: 0.34em 0 0 8em;
        font-size: 1.2em;
        float: left;
    }
}

.header-parsys-welcome-parsys {
    font-size: 1em;
}

/* ==========================================================================
    CSS Code for the Business Class Support Form
   
    Author: Max Quattromani
    Version: 1.8.9.9 - Updated: 9/26/2013
   ========================================================================== */

.support-form .error-label { 
    color: #ff0000;
    font-weight: bold;
}

.support-form #bc-contactForm, .support-form-salesforce #bc-contactForm {
    background: none;
}

.support-form #bc-contactForm label, .support-form-salesforce #bc-contactForm label {
    vertical-align: top;
}

.support-form .contact-section .cta, .support-form .counter {
    clear: both;
    float: right;
    margin: 0 0 10px 0;
    width: 64%;
    text-align: left;
}

.support-form .contact-section .cta.submit,
.support-form #bc-contactForm .contact-section .cta.submit button,
.support-form-salesforce #bc-contactForm .contact-section .cta.submit button{
    margin-top: 0;
}

.support-form #bc-contactForm .error-label, .support-form-salesforce #bc-contactForm .error-label {
    color: #ff0000; 
}

.support-form .contact-section select {
    font-size: 12px;
    width: 60%; 
}

.column-contact {
    float: left;
    width: 100%;
}

.support-form .errorMessage {
    display: none;
    padding: 25px 0 0 35px
}

.support-form .errorMessage h3 {
    color: #f00;
    font-weight: bold
}

.support-form .errorMessage p, .support-form .thankYouMessage p {
    color: #ff0000;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    width: 100%;
}

.support-form .thankYouMessage {
    display: none;
    padding: 25px 0 0 35px;
}

.support-form .thankYouMessage p {
    color: #444;
}

/* ==========================
    Tablet
   ========================== */ 

@media (max-width: 48em) {
    .support-form .contact-section {
        padding-left: 0;
    }
} 

/* ==========================
    Smartphone
   ========================== */ 

@media (max-width: 40em) {

} 

.password-reset-form-wrapper .error-message {
    margin-top: 10px;
     color: red;
}


.password-change-form-wrapper .formitem {
    float: none;
}

.password-change-form-wrapper .error-message {
    margin-top: 10px;
    color :red;
}

.zip-lookup-form-wrapper .results ul{
    border-top: 1px solid #CCC;
    margin-bottom: 1em;
}

.zip-lookup-form-wrapper .results li{
     list-style: inside disc;
}

.zip-lookup-form-wrapper .results .result-list p{
    margin-bottom: .25em;
}

.zip-lookup-form-wrapper .parsley-error{
    border-color: #FF0404;
    background-color: #FF9F9E;
}

/* ==========================================================================
    CSS Code for the Business Class Landing Page Contact Form
   
    Author: Max Quattromani
    Version: 1.8.9.9 - Updated: 9/26/2013
   ========================================================================== */

/* ==========================================================================
    Layout
   ========================================================================== */

/* ==========================================================================
    Module
   ========================================================================== */

.contact-section {
  padding: 22px 0 20px 35px;
  width: 92%;
}

.contact-section h2, .contact-section h3, .contact-section h4, .parsys_column h3{
  display:block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 24px;
  color: #000;
  margin-bottom: 12px;
}

#bc-contactForm {
    overflow: hidden;
    background-color: #E7E7E8;
}
.contactModalMessage {
    width: auto;
    overflow: hidden;
}

#bc-contactForm .col-33, .col-66 {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#bc-contactForm .col-33 {
    width: 33.33333%;
}

#bc-contactForm .col-66 {
    width: 66.66666%;
}

.twc-container .columnControl .twc-col2_6040 ~ .section{
    clear:both;
}

/********* form *********/

#contactmodalform {
    margin-top: 10px; 
    background: #f9f9f9;
    overflow: hidden;
}

#contactmodalform a.blue-button {
    height: 15px;
    font-size: 13px;
}
#contactmodalform a.blue-button {
    float: left;
    margin-top: 10px;
}
#bc-contactForm  p {
    font-size: 14px;
    line-height: 18px;
    color: #444;
    margin-bottom: 10px;
}

#bc-contactForm .column, .three-column {
    clear: left;
    float: right;
    margin: 0 0 0 0;
    width: auto;
}
 .options-group {
    clear: left;
    float: left;
    margin: 0 0 0 0;
    width: auto;
}

#bc-contactForm .modal-contact-us p {
    font-size: 14px;
    line-height: 18px;
}

#bc-contactForm .modal-contact-us {
    margin-top: 25px;
    margin-left: 0;
}

#bc-contactForm label {
    font-size: 12px;
    line-height: 15px;
    color: #444;
    font-weight: bold;
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
}
#bc-contactForm textarea, #bc-contactForm input.text:-webkit-input-placeholder {
    color: #444;
}
#bc-contactForm textarea, #bc-contactForm input.text:-moz-placeholder {
    color: #444;
}
#bc-contactForm textarea, #bc-contactForm input.text:-ms-input-placeholder {
    color: #444;
}
#bc-contactForm textarea, #bc-contactForm input.text.placeholder {
    color: #444;
}
#bc-contactForm textarea, #bc-contactForm input.text {
    border: 1px solid #D8D9DA;
    border-radius: 0px;
    width: 60%;
    color: #444;
    font-size: 12px;
    padding: 5px 0;
}

#bc-contactForm textarea {
    min-height: 120px;
}
#bc-contactForm input.checkbox {
    vertical-align: middle;
}
#bc-contactForm .col {
    float: left;
    margin: 0 0 8px;
}
#bc-contactForm .col.left {
    clear: left;
    display: block;
}
#bc-contactForm .col.left.left input {
    margin-bottom: 0;
}
#bc-contactForm .col.right {
    float: right;
}
#bc-contactForm .col .no-label {
    margin-top: 24px;
    padding-right: 40px;
    width: 100%;
}
#bc-contactForm .col .col {
    margin-bottom: 0px;
}
#bc-contactForm button {
    margin: 20px 0;
}

#contactusModalForm .error-label{ color:#ff0000; }

.contactModalMessage  h3 {
    font-size: 22px;
    line-height: 24px;
    color: #000;
    margin-bottom: 5px;
}
.contactModalMessage p {
    font-size: 14px;
    line-height: 18px;
    max-width: 550px;
}

/* Error Message for Landing Page */

#contactErrorMessage{
    display:none;
    padding: 25px 0 0 35px;
}

  #contactErrorMessage h3{
  color:#ff0000;
  font-weight: bold;
  }
#contactErrorMessage label {
    color: #ff0000;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    width: 100%;
}

.contactModalMessage .thankyou {
    float: left;
}

#bc-contactForm .col.left select {
    width: 20%;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 1px;
}

.contact-section .two-column {
    width: 100%;
    margin-bottom: 5px;
}

#bc-contactForm .two-column:first-child{
    margin-right:7px;
}

#bc-contactForm .two-column-long {
    float: left;
    width: 77%;
    margin-right:7px;
}

#bc-contactForm .two-column-short {
    float: left;
    width: 21%;
}

#bc-contactForm .three-column {
    float: left;
    width: 100%;
    clear:none;
    padding-top: 0px;
}

#bc-contactForm .three-column-select{
    width:100%;
}

#bc-contactForm .full{ width: 100% }

#column-contact{
    float:left;
    width:100%;
}

/* LANDING PAGE CONTACT */

.contact-section select {
  border-radius: 0;
  padding: 5px 0;
  width: 25%;
}

.contact-section label#zip-label {
  margin-left: 5px;
  width: 7%;
}

    .contact-section input.zip-field {
    border-radius: 0;
    padding: 5px 0;
    width: 24%;
    }

.contact-section .cta{
	margin-bottom: 10px;	
}

.landing-page-form .counter {
  clear: both;
  float: right;
  margin: 0 0 10px;
  text-align: left;
  width: 64%;
}

#bc-contactForm #comments-label{
  vertical-align: top;
}

/* ==========================================================================
    State
   ========================================================================== */

/* ==========================================================================
    Theme
   ========================================================================== */
      
/* ==========================
    Browser Specific
   ========================== */

/* Firefox */

@-moz-document url-prefix() {

}

/* Webkit: Chrome/Safari */ 

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Webkit browsers add a 2px margin outside the chrome of form elements */

}

/* IE:8/9 */
   
/* ie (.ie) */   

/* ie8 (.ie8) */

/* ie9 (.ie9) */


/* ==========================
    Responsive Design
   ========================== */ 

/* ==========================
    Tablet
   ========================== */ 

@media (max-width: 48em) {
 

} 
   
/* ==========================
    Smartphone
   ========================== */ 

@media (max-width: 40em) {
	
.contact-section select {
  width: 60%;
}

.contact-section label#zip-label {
  margin-left: 0px;
  width: 35%;
}

.contact-section input.zip-field {
  margin-top: 6px;
  padding: 5px 0;
  width: 60%;
}

} 

.email-change-form-wrapper .formitem {
    float: none;
}

.email-change-form-wrapper .error-message {
    margin-top: 10px;
    color :red;
}

.new-chat-phone,.new-chat-account {
    float: left;
}
.new-chat-phone{
    width: 45%;
    padding-right: 15px;
}
.new-chat-account{
    width: 55%;
    padding-left: 5px;
    padding-top: 3px;
}
.red_asterisk {
    color: red;
    font-size: 16px;
}
.new-chat-details textarea {
    min-height: 5.5em;
}
.bc-chat-form-sf input,.bc-chat-form-sf label,.new-chat-details textarea,.bc-chat-form-sf select{
    margin: 4px 3px 4px 3px;
    font-size: 14px;
}
.bc-chat-form-sf input[type='text'], .bc-chat-form-sf input[type='number'], .new-chat-details textarea,.bc-chat-form-sf select{
    font-size: 11px;
}
.bc-chat-form-sf .align-right {
    position: absolute;
    right: 5px;
    bottom: 0px;
}
.bc-chat-form-sf .relative-position {
    position: relative;
    margin-top: 10px;
}
.bc-chat-form-sf{
    padding-right: 10px;
    padding-left: 10px;
}
.bc-chat-form-sf .margin-left {
    margin-left: 24px;
}
.bc-chat-form-sf input[type='submit']{
    zoom: 1;
    color: white;
    border-radius: 3px;
    font-family: "TWC Round Medium";
    font-weight: normal;
    width: 127px;
    height: 33px;
}
.bc-chat-form-sf .blue input[type='submit']{
    background-color: #3779b3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3779b3), to(#02447e));
    background-image: -webkit-linear-gradient(top, #3779b3, #02447e);
    background-image: -moz-linear-gradient(top, #3779b3, #02447e);
    background-image: -ms-linear-gradient(top, #3779b3, #02447e);
    background-image: -o-linear-gradient(top, #3779b3, #02447e);
    background-image: linear-gradient(top, #3779b3, #02447e);
}

.bc-chat-form-sf .blue input[type='submit']:hover {
  background-color: #265a83;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#265a83), to(#1b405e));
  background-image: -webkit-linear-gradient(top, #265a83, #1b405e);
  background-image: -moz-linear-gradient(top, #265a83, #1b405e);
  background-image: -ms-linear-gradient(top, #265a83, #1b405e);
  background-image: -o-linear-gradient(top, #265a83, #1b405e);
  background-image: linear-gradient(top, #265a83, #1b405e);
}

.bc-chat-form-sf .orange input[type='submit'] {
  background-color: #eaa23f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaa23f), to(#e6921e));
  background-image: -webkit-linear-gradient(top, #eaa23f, #e6921e);
  background-image: -moz-linear-gradient(top, #eaa23f, #e6921e);
  background-image: -ms-linear-gradient(top, #eaa23f, #e6921e);
  background-image: -o-linear-gradient(top, #eaa23f, #e6921e);
  background-image: linear-gradient(top, #eaa23f, #e6921e);
}

.bc-chat-form-sf .orange input[type='submit']:hover {
  background-color: #ecab53;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecab53), to(#e99d35));
  background-image: -webkit-linear-gradient(top, #ecab53, #e99d35);
  background-image: -moz-linear-gradient(top, #ecab53, #e99d35);
  background-image: -ms-linear-gradient(top, #ecab53, #e99d35);
  background-image: linear-gradient(top, #ecab53, #e99d35);
  background-image: -o-linear-gradient(top, #ecab53, #e99d35);
}

.bc-chat-form-sf .green input[type='submit'] {
  background-color: #87ae39;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#87ae39), to(#759731));
  background-image: -webkit-linear-gradient(top, #87ae39, #759731);
  background-image: -moz-linear-gradient(top, #87ae39, #759731);
  background-image: -ms-linear-gradient(top, #87ae39, #759731);
  background-image: linear-gradient(top, #87ae39, #759731);
  background-image: -o-linear-gradient(top, #87ae39, #759731);
}

.bc-chat-form-sf .green input[type='submit']:hover {
  background-color: #abc675;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#abc675), to(#9fb66f));
  background-image: -webkit-linear-gradient(top, #abc675, #9fb66f);
  background-image: -moz-linear-gradient(top, #abc675, #9fb66f);
  background-image: -ms-linear-gradient(top, #abc675, #9fb66f);
  background-image: linear-gradient(top, #abc675, #9fb66f);
  background-image: -o-linear-gradient(top, #abc675, #9fb66f);
}

.bc-chat-form-sf .parsley-error ~ div.twc-icon-after.red-icon.icon-remove {
  margin-top: -24px;
}
.bc-chat-form-sf .parsley-error ~ div.twc-icon-after.red-icon.icon-remove span{
  padding-left:5px;
}
.bc-chat-form-sf .set-relative {
    position: relative;
}
.bc-chat-form-sf div.twc-icon-after.red-icon.icon-remove{
    width: 0%;
}
.chat-not-available{
    color: red;
    background-color: rgba(245, 0, 0, .05);
}

.chat-form-flexible {
    font-size: 1.26rem; /* 0.9em or 12.6px, but selectivity means it doesn't take */
    color: #444;
    padding: 7px; /* Ray's modal had 20px; normal modal has 13, so just adding some additional */
    line-height: 1.2em;
}
.chat-form-flexible h2 {
    font-size: 2.38rem; /* 1.7em or 23.8px*/
    line-height: normal;
}
.chat-form-flexible form {
    padding-top: 10px;
}
.chat-form-flexible input[type],
.chat-form-flexible label[for],
.chat-form-flexible legend,
.chat-form-flexible p,
.chat-form-flexible select[name],
.chat-form-flexible textarea {
    font-size: 1.26rem;  /* 0.9em or 12.6px*/
}
.chat-form-flexible input[type], .chat-form-flexible textarea {
    margin: 5px 0 10px;
    border: 1px solid #CECECE;
    padding: 5px 7px;
}
.chat-form-flexible input[type=submit] {
    margin: 5px 0;
    width: 127px;
    height: 33px;
    border: none;
    border-radius: 0;
    padding: 0.4125em;
    font-family: "TWC Round Medium";
    font-size: 1.4rem; /*14px;*/
    color: #FFF;
    background-color: #054a91;
    cursor:pointer;
}
.chat-form-flexible input[type=submit]:hover {
    background-color: #043b74;
}
.chat-form-flexible label[for] {
    padding: 5px 0;
}
.chat-form-flexible select[name] {
    margin: 5px 0 10px;
    padding: 5px;
    color: #444;
}
.chat-form-flexible textarea {
    min-height: 50px;
    font-family: Arial, Helvetica, sans-serif;
}
.chat-form-flexible .parsley-error ~ div.twc-icon-after.red-icon.icon-remove {
  margin-top: -2.5em;
}
.chat-form-flexible .parsley-error ~ div.twc-icon-after.red-icon.icon-remove span {
  padding-left: 0.5em;
}
.chat-form-flexible .red_asterisk {
    font-size: inherit;
}
.chat-form-flexible [class*='twc-col2_5050-c'] div.twc-icon-after.red-icon.icon-remove span {
  padding-left: 0.3em;
}
.chat-form-flexible [class*='twc-col2_5050-c'] {
  width: 47.75%;
}
.chat-form-flexible [class*='twc-col2_5050-c'].parsys_column {
  margin-left: 4.5%;
}
@media (max-width: 48em) {
  .chat-form-flexible [class*='twc-col2_5050-c'] {
    width: 48.75%;
  }
  .chat-form-flexible [class*='twc-col2_5050-c'].parsys_column {
    margin-left: 2.5%;
  }
  .chat-form-flexible div.form-input, .chat-form-flexible div.form-input-select, .chat-form-flexible div.form-textarea {
    margin-right: 0.5em;
  }
}
@media (max-width: 40em) {
  .chat-form-flexible .parsley-error ~ div.twc-icon-after.red-icon.icon-remove span {
    padding-left: 0.4em;
  }
  .chat-form-flexible [class*='twc-col2_5050-c'] div.twc-icon-after.red-icon.icon-remove span {
    padding-left: 0.1em;
  }
}

.bc-chat-form {
    overflow: hidden;
    background-color: #E7E7E8;
}

.bc-chat-form .col-33, .col-66 {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bc-chat-form .col-33 {
    width: 33.33333%;
}

.bc-chat-form .col-66 {
    width: 66.66666%;
}

.bc-chat-form .error-label {
    color: #ff0000;
}

/********* form *********/

.bc-chat-form  p {
    font-size: 14px;
    line-height: 18px;
    color: #444;
    margin-bottom: 10px;
}

.bc-chat-form .column, .three-column {
    clear: left;
    float: right;
    margin: 0 0 0 0;
    width: auto;
}

.bc-chat-form .modal-contact-us p {
    font-size: 14px;
    line-height: 18px;
}

.bc-chat-form .modal-contact-us {
    margin-top: 25px;
    margin-left: 0;
}

.bc-chat-form label {
    font-size: 12px;
    line-height: 15px;
    color: #444;
    font-weight: bold;
    width: 35%;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
    vertical-align: top;
}

.bc-chat-form textarea, .bc-chat-form input.text:-webkit-input-placeholder {
    color: #444;
}

.bc-chat-form textarea, .bc-chat-form input.text:-moz-placeholder {
    color: #444;
}

.bc-chat-form textarea, .bc-chat-form input.text:-ms-input-placeholder {
    color: #444;
}

.bc-chat-form textarea, .bc-chat-form input.text.placeholder {
    color: #444;
}

.bc-chat-form textarea, .bc-chat-form input.text {
    border: 1px solid #D8D9DA;
    border-radius: 0px;
    width: 60%;
    color: #444;
    font-size: 12px;
    padding: 5px 0;
}

.bc-chat-form textarea {
    min-height: 120px;
}

.bc-chat-form input.checkbox {
    vertical-align: middle;
}

.bc-chat-form .col {
    float: left;
    margin: 0 0 8px;
}

.bc-chat-form .col.left {
    clear: left;
    display: block;
}

.bc-chat-form .col.left.left input {
    margin-bottom: 0;
}

.bc-chat-form .col.right {
    float: right;
}

.bc-chat-form .col .no-label {
    margin-top: 24px;
    padding-right: 40px;
    width: 100%;
}

.bc-chat-form .col .col {
    margin-bottom: 0px;
}

.bc-chat-form button {
    margin: 20px 0;
}

.bc-chat-form .col.left select {
    width: 20%;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 1px;
}

.bc-chat-form .errorMessage {
    display: none;
    padding: 25px 0 0 35px;
}

.bc-chat-form .errorMessage h3, .bc-chat-form .parsys_column .errorMessage h3 {
    color: #ff0000;
    font-weight: bold;
}

.bc-chat-form .errorMessage, .bc-chat-form .errorMessage p {
    color: #ff0000;
    font-weight: bold;
}

.bc-chat-form .two-column:first-child {
    margin-right: 7px;
}

.bc-chat-form .two-column-long {
    float: left;
    width: 77%;
    margin-right: 7px;
}

.bc-chat-form .two-column-short {
    float: left;
    width: 21%;
}

.bc-chat-form .three-column {
    float: left;
    width: 100%;
    clear: none;
    padding-top: 0px;
}

.bc-chat-form .three-column-select {
    width: 100%;
}

.bc-chat-form .contact-section select {
    font-size: 12px;
    width: 60%;
}

.bc-chat-form .full {
    width: 100%
}

.bc-chat-form .column-contact .cta.submit {
    margin-bottom: 10px;
}

.bc-chat-form .counter, .bc-chat-form .contact-section .cta {
    clear: both;
    float: right;
    margin: 0 0 10px;
    text-align: left;
    width: 64%;
}

.bc-chat-form #comments-label {
    vertical-align: top;
}

.bc-chat-form .email-option {
    margin-top: 30px;
}

/* ==========================================================================
    State
   ========================================================================== */

/* ==========================================================================
    Theme
   ========================================================================== */

/* ==========================
    Browser Specific
   ========================== */

/* Firefox */

@-moz-document url-prefix() {

}

/* Webkit: Chrome/Safari */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Webkit browsers add a 2px margin outside the chrome of form elements */

}

/* IE:8/9 */

/* ie (.ie) */

/* ie8 (.ie8) */

/* ie9 (.ie9) */

/* ==========================
    Responsive Design
   ========================== */

/* ==========================
    Tablet
   ========================== */

@media (max-width: 48em) {

    .bc-chat-form .contact-section{
        padding-left: 0;
    }

}

/* ==========================
    Smartphone
   ========================== */

@media (max-width: 40em) {

}

.address-lookup-form-wrapper .formitem{
    margin-left: 0;
}

.address-lookup-form-wrapper .state{
    margin-right: 2.5%;
}

.address-lookup-form-wrapper .formitem .state {
    width: 100%;
}

.address-lookup-form-wrapper form{
    border-right: 1px solid #aaa;
    padding-right: 2.5%;
}

.address-lookup-form-wrapper .parsley-error{
    border-color: #FF0404 ;
    background-color: #FF9F9E ;
}

.address-lookup-form-wrapper .text{
    color: #000;
}

.address-lookup-form-wrapper label p{
    padding: 0;
}

.address-lookup-form-wrapper label .twc-plain-text{
    padding: 2px 0;
}

/* ==========================================================================
    Buttons Fixes
    Version: 1.0 - Updated: 10/24/2014
   ========================================================================== */

.cta a, .cta button, .cta input[type="button"], .btn a, .btn button, .btn input[type="button"], .button a, .button button, .button input[type="button"], label.cta a, label.cta button, label.cta input[type="button"] {
  padding: .75em;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif,Sans-Serif;
  font-size: 95%;
  font-style: normal;
  font-weight: 700;
}

/*Fix for WEBCMS-15968 Need top padding for no button CTA*/
.noButton.cta a {
    padding: 10px 0;
}

/* WEBCMS-20673: BC-specific CTA button styling overrides go in here */
.cta a, .cta button, .cta input[type="button"],
label.cta a, label.cta button, label.cta input[type="button"],
label.cta.omega {
  border-radius: 0;
}

.cta.omega a, .cta.omega button, .cta.omega input[type="button"],
.cta.js-omega a, .cta.js-omega button, .cta.js-omega input[type="button"],
.cta.blue a, .cta.blue button, .cta.blue input[type="button"],
label.cta.omega {
  background-color: #054a91;
  background-image: none;
}

.cta.omega a:hover, .cta.omega button:hover, .cta.omega input[type="button"]:hover,
.cta.js-omega a:hover, .cta.js-omega button:hover, .cta.js-omega input[type="button"]:hover,
.cta.blue a:hover, .cta.blue button:hover, .cta.blue input[type="button"]:hover,
label.cta.omega:hover {
  background-color: #043b74;
  background-image: none;
}

.cta.blue a:active, .cta.blue a.active, .cta.blue a:focus,
.cta.blue button:active, .cta.blue button.active, .cta.blue button:focus,
.cta.blue input:active, .cta.blue input.active, .cta.blue input:focus,
.cta.omega a:active, .cta.omega a.active, .cta.omega a:focus,
.cta.omega button:active, .cta.omega button.active, .cta.omega button:focus,
.cta.omega input:active, .cta.omega input.active, .cta.omega input:focus,
.cta.js-omega a:active, .cta.js-omega a.active, .cta.js-omega a:focus,
.cta.js-omega button:active, .cta.js-omega button.active, .cta.js-omega button:focus,
.cta.js-omega input:active, .cta.js-omega input.active, .cta.js-omega input:focus {
  background: #444545;
  background-image: none;
}

.cta.blue.checked a, .cta.blue.js-checked a, .cta.omega.checked a, .cta.omega.js-checked a, label.cta.omega.js-checked {
  background-color: #33cc33;
  background-image: none;
}

.cta:disabled a:hover, .cta:disabled a:active,
.cta:disabled button:hover, .cta:disabled button:active,
.cta:disabled input:hover, .cta:disabled input:active,
.cta.disabled a:hover, .cta.disabled a:active,
.cta.disabled button:hover, .cta.disabled button:active,
.cta.disabled input:hover, .cta.disabled input:active,
.cta.blue:disabled a:hover, .cta.blue:disabled a:active,
.cta.blue:disabled button:hover, .cta.blue:disabled button:active,
.cta.blue:disabled input:hover, .cta.blue:disabled input:active,
.cta.blue.disabled a:hover, .cta.blue.disabled a:active,
.cta.blue.disabled button:hover, .cta.blue.disabled button:active,
.cta.blue.disabled input:hover, .cta.blue.disabled input:active,
.cta.omega:disabled a:hover, .cta.omega:disabled a:active,
.cta.omega:disabled button:hover, .cta.omega:disabled button:active,
.cta.omega:disabled input:hover, .cta.omega:disabled input:active,
.cta.omega.disabled a:hover, .cta.omega.disabled a:active,
.cta.omega.disabled button:hover, .cta.omega.disabled button:active,
.cta.omega.disabled input:hover, .cta.omega.disabled input:active,
.cta:disabled a, .cta:disabled button, .cta:disabled input,
.cta.disabled a, .cta.disabled button, .cta.disabled input,
.cta.blue:disabled a, .cta.blue:disabled button, .cta.blue:disabled input,
.cta.blue.disabled a, .cta.blue.disabled button,.cta.blue.disabled input,
.cta.omega:disabled a, .cta.omega:disabled button, .cta.omega:disabled input,
.cta.omega.disabled a,.cta.omega.disabled button, .cta.omega.disabled input {
  background-image: none;
}

.cta.green a, .cta.green button {
  background-color: #72ab3d;
  border: none;
}
.cta.green a:hover, .cta.green button:hover {
  background-color: #5b8931;
  border: none;
}

.cta.orange a, .cta.orange button {
  background-color: #f19e17;
  background-image: none;
}

.cta.orange a:hover, .cta.orange a.hover, .cta.orange button:hover, .cta.orange button.hover {
  background-color: #fec743;
  background-image: none;
}

.cta.grey a, .cta.grey button {
  background-color: #666a70;
  background-image: none;
}

.cta.grey a:hover, .cta.grey a.hover, .cta.grey button:hover, .cta.grey button.hover {
  background-color: #7f848c;
  background-image: none;
}

.compEritTable { cursor: pointer; }

.compEritTable a {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
}

.compEritTable ul.table li h5 { line-height: 1; }
.compEritTable.three-column-compare ul li.desc { height: 52px; }

.compEritTable.js-active [class*="icon-before"].icon-angle-down span:before,
.compEritTable.js-active [class*="icon-after"].icon-angle-down span:after,
.compEritTable.js-active [class*="icon-only"].icon-angle-down span:after {
    content: '\f106';
}

.compareTable-row { background: none; }

.compEritTable h5, .compEritTable h6 {
    font-size: 18px;
    font-size: 1.8rem;
}

.compEritTable .package h5 { font-weight: bold; }

.compEritTable h5, .compEritTable h6 { font-family: Arial, sans-serif; }

.compEritTable .cta span { text-transform: uppercase; }

.compEritTable.three-column-compare ul li.package,
.compEritTable.three-column-compare ul li.desc,
.compEritTable.three-column-compare ul li.order {
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#DFDFDF));
    background-image: -webkit-linear-gradient(top, #F2F2F2, #DFDFDF);
    background-image: -moz-linear-gradient(top, #F2F2F2, #DFDFDF);
    background-image: -o-linear-gradient(top, #F2F2F2, #DFDFDF);
    background-image: -ms-linear-gradient(top, #F2F2F2, #DFDFDF);
    background-image: linear-gradient(to bottom, #F2F2F2, #DFDFDF);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#F2F2F2', EndColorStr='#DFDFDF');
}

.compEritTable.three-column-compare ul li.order { text-align: center; }


.compEritTable.three-column-compare.js-active ul li.package { background: #fff; }

.compEritTable.three-column-compare ul li.package h5,
.compEritTable.three-column-compare ul li.package h6,
.compEritTable .package .icon:before {
    color: #336699;
}

.compEritTable.three-column-compare.js-active ul li.package h5,
.compEritTable.three-column-compare.js-active ul li.package h6,
.compEritTable.js-active .package .icon:before {
    color: #000;
}

.compEritTable.three-column-compare.js-active ul li.desc {
    background: url(../../clientlibs/responsive/business/images/background-compare-active.png) 0 0 no-repeat white;
}

.compEritTable.three-column-compare.js-active ul li.order {
    background: url(../../clientlibs/responsive/business/images/background-compare-active.png) -3px 0 no-repeat white;
}

.compEritTable.three-column-compare.js-active ul li.package,
.compEritTable.three-column-compare.js-active ul li.desc,
.compEritTable.three-column-compare.js-active ul li.order {
    border-bottom: none;
}

.compEritTable.three-column-compare ul li.desc { background-position: 0 0; }

.compEritTable.three-column-compare ul li.package {
    border-right: solid 1px #CCC;
    height: 52px;
}

.compEritTable.three-column-compare.js-active ul li.package {
    border-right: none;
}

.compEritTable.three-column-compare ul li.desc { border-right: none; }

.compEritTable ul.table li p { font-family: Tahoma, Arial, Helvetica, sans-serif; }

.compEritTable.js-active ul.table li p { display: none; }


.compEritTable.js-active .detail {
    border-left: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
}

.compEritTable .package h5.no-subtitle {
    font-family: 'FontAwesome';
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 9px;
    margin-bottom: .9rem;
    margin-top: 9px;
    margin-top: .9rem;
}

.compEritTable .package .icon:before {
    float: left;
    font-family: 'FontAwesome';
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 6px;
    margin-bottom: .6rem;
    margin-right: .5em;
    margin-top: 6px;
    margin-top: .6rem;
}

.compEritTable .header.icon-cloud .package .icon:before { content: '\f0c2' }
.compEritTable .header.icon-laptop .package .icon:before { content: '\f109' }
.compEritTable .header.icon-sitemap .package .icon:before { content: '\f0e8' }
.compEritTable .header.icon-desktop .package .icon:before { content: '\f108' }
.compEritTable .header.icon-phone .package .icon:before { content: '\f095' }

.compEritTable [class*=" icon-"]{
    display: block;
}

.compare-table-row-header-3col.header {
    margin-right: 0;
}

@media (max-width: 48em) {

    .compEritTable.three-column-compare ul li.order,
    .compEritTable.three-column-compare.js-active ul li.order {
        background: #fff;
        border-left: 1px solid #E1E1E1;
        border-right: 1px solid #E1E1E1;
    }
    .compEritTable.three-column-compare ul li.desc {
        border-right: 1px solid #E1E1E1;
    }
}


.compEritTable .package h5.no-subtitle {
    font-family: Arial,sans-serif;
}

.compEritTable {
    cursor: auto;
}

/* ==========================================================================
    Column Control Fixes
    Version: 1.0 - Updated: 1/15/2015
   ========================================================================== */

@media (max-width: 40em) {

    .columnControl .parsys_column .bordered-left{
        border-left: 0px;
        padding-left: 0px;
    }

    .columnControl .parsys_column .bordered-right{
        border-right: 0px;
        padding-right: 0px;
    }

}
.bc-content-related {
    padding-left: 1em;
}

.bc-content-related .related-content-list-item {
    font-size: 1em;
    font-weight: 700;
    font-style: normal;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    padding-top: 1em;
}

.bc-content-related .related-content-list-item p {
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

.bc-content-related .related-content-list-item.twc-first {
    padding-top: 0;
}

.bc-content-related .relatedHeader {
    padding-bottom: .25em;
}

.bc-content-related .relatedHeader h1 {
    font-size: 1.8em;
}

.bc-content-related .relatedHeader h2 {
    font-size: 1.5em;
}

.bc-content-related .relatedHeader h3 {
    font-size: 1.2em;
}

.bc-content-related .relatedHeader h4 {
    font-size: 1em;
}

.bc-content-related .relatedHeader h5 {
    font-size: 0.85em;
}

.bc-content-related {
    padding-left: 0;
}
.bc-content-related .related-content-list-item {
    font-size: 1.4rem;
}


.formBuilderForm p, .formBuilderForm label {
    font-size: 13px;
}

.edit-mode {
    font-size: 12px;
}

.partner-portal-context-switcher{
    clear: both;
}

    .channel-partners-admin-form .redText {
        color: red;
    }
    .channel-partners-admin-form label {
        display: block;
        cursor: default;
    }

    .channel-partners-admin-form input {
        margin-top: 0.25em;
        padding-left: 0.45em;
        padding-top: 0.4em;
        padding-bottom: 0.4em;
        width: 100%;
        background: white;
        border: solid 1px #D8D9DA;
    }
    
    .channel-partners-admin-form .input {
        display: inline-table;
        padding-bottom: 1.25em;
    }
    
    .channel-partners-admin-form .one-column .input {
        width: 50em;
    }
    
    .channel-partners-admin-form .asterisk {
        float: left;
    }
    
    .channel-partners-admin-form .error {
        color: #ff0000;
        font-size: 9pt;
    }
    
    .channel-partners-admin-form .submit {
        width: 12em;
        background-color: #0070AA;
        color: white;
        font-weight: bold;
        cursor: pointer;
        cursor: hand;
    }

.partner-portal-logout .logout {
    float: right;
}

/* WEBCMS-15021 make sure logout component isn't next to another element */
.partner-portal-logout {
    clear: both;
}

.login-submit-form .login-form td input {
    font-size: 1.6rem;
}

.login-submit-form .login-form .form_button_submit {
    width: 12em;
    background-color: #0070AA;
    color: white;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
}

.form .twc-content {
    background-image: none;
}

.formBuilderForm .formitem .formFieldLabel {
    width: 100%;
    float: left;
}

.formBuilderForm .formitem.split-zip{
    max-width:100%;
    display: inline-block;
    vertical-align: top;
}

.formBuilderForm .formitem.split-zip label, .formitem.split-zip .zip-1 label {
    max-width: 100%;
    float: none;
}

.formBuilderForm .formitem.split-zip .zip-extension {
    margin-left: 2em;
}

.formBuilderForm .formitem.split-zip .parsley-errors-list.filled li {
    left: 0;
    top: 0;
    width: 20%;
}

.formBuilderForm .formitem.split-zip .visually-hidden + input {
    margin-top: 2.2em;
}

.formBuilderForm .formitem {
    position: relative;
    float: none;
    width: 100%;
    display: inline-block;
    vertical-align: baseline;
}

.formBuilderForm .first-name {
    width: 70%;
}

.formBuilderForm .formitem.state {
    width: 168%;
}

.formBuilderForm .formitem.split-zip .parsley-errors-list.filled li {
    width: 70%;
}

.formBuilderForm .formitem.split-zip  input {
    margin-top: .1em;
}

.formBuilderForm .cta button{
    padding: .75em .5em;
}

.formBuilderForm .form_button_submit {
    font-size: 1.3rem;
    margin: .5em 0;
}

/* ==========================================================================
   CSS code for Date Picker

   Author: Qoppa
   Version: 1.0 - Updated: 12/5/13
   ========================================================================== */

.ui-datepicker {
    background-color: #EDF0F2;
    border: 1px solid #6F93AF;
    min-width: 185px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 2px 0 #888888;
}

.ui-datepicker .ui-datepicker-title {
    text-align: center;
    font-weight: normal;
    margin: 0;
}

.ui-datepicker-year,
.ui-datepicker-month {
    color: #fff;
}

.ui-datepicker-header {
    text-align: center;
    padding: .5em .25em;
    background-color: #5d92c0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5d92c0), to(#2c608f));
    background-image: -webkit-linear-gradient(top, #5d92c0, #2c608f);
    background-image: -moz-linear-gradient(top, #5d92c0, #2c608f);
    background-image: -o-linear-gradient(top, #5d92c0, #2c608f);
    background-image: -ms-linear-gradient(top, #5d92c0, #2c608f);
    background-image: linear-gradient(top, #5d92c0, #2c608f);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#5d92c0', EndColorStr='#2c608f'); }

.ui-datepicker-next {
    float: right;
    min-width: 25%;
    text-align: right;
    padding-right: 4px;
    vertical-align: middle;
    color: #fff; }

.ui-datepicker-prev {
    float: left;
    min-width: 25%;
    text-align: left;
    padding-left: 4px;
    vertical-align: middle;
    color: #fff; }

.ui-datepicker-next a, ui-datepicker-prev a {
    color: #fff;
    vertical-align: middle;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    background: transparent;
    border: none;
    color: #1b405d;
}

.ui-datepicker-calendar { padding: 0em 1em .5em 1em; }

table.ui-datepicker-calendar {
    text-align: center;
    margin: 0 auto;
    border-collapse: collapse;
}

.ui-datepicker-calendar thead tr {
    color: #333333;
    background: #eeeeef;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRmZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #eeeeef 0%, #dddfe2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeef), color-stop(100%,#dddfe2));
    background: -webkit-linear-gradient(top,  #eeeeef 0%,#dddfe2 100%);
    background: -o-linear-gradient(top,  #eeeeef 0%,#dddfe2 100%);
    background: -ms-linear-gradient(top,  #eeeeef 0%,#dddfe2 100%);
    background: linear-gradient(to bottom,  #eeeeef 0%,#dddfe2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeef', endColorstr='#dddfe2',GradientType=0 );
    box-shadow: 0 0 2px 0 #888888; }

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    width: auto;
    padding: 0;
}


table.ui-datepicker-calendar td:not(:empty):hover + a { background-color: #D3D3D3; }


/* The following classes are to override the jQuery defaults in jquery-ui.css */
.ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {
    background-image: none;
    width: 100%;
    text-indent: 0;
    height: auto;
    color: #fff;
    padding: 0;
    vertical-align: center;
    margin: 0;
}

.ui-datepicker-calendar tbody tr {
    color: #3376b2;
    background: #eeeeef;
    box-shadow: 0 0 2px 0 #888888; }

.ui-datepicker-calendar .ui-state-default {
    color: #3376b2;
    font-weight: bold;
    padding: 0 auto;
    margin: 0 auto;
}

.ui-datepicker-calendar .ui-state-hover  {
    background: transparent;
    border: none;
    color: #1b405d;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 20%;
    margin-top: 0;
}

.ui-datepicker {
    background: #eeeeef;
    border-collapse: collapse;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    padding: 0 auto;
    margin: 0 auto;
    background: transparent;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 0;
    text-align: center;
}

.ui-state-hover .ui-icon {
    background: transparent;
    background-image: none;
    border: none;
    font-weight: bold;
    color: #1b405d;
}

