/*! 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 Global Elements and Site-Wide Selectors

    Base -- Version: 1.9.0.3  - Updated: 7/9/2014
   ========================================================================== */
/*

 * Base
 		* Colors
 		* Defaults

 * Layout

 * Module

 * State

 * Theme

 * Browser Specific
 		* Safari/Chrome/Webkit
 		* Firefox
 		* Internet Explorer

 */
/* ==========================================================================
    Base: Colors
   ========================================================================== */
/*

 	333
 	3376b2
 	4c4d51 -> 2f2f33
 	eeeeef -> dddfe2
 	e9eaee -> fdfdfd
 	d8d8da -> fff

*/
/* ==========================================================================
    Base: Defaults
   ========================================================================== */
/* ==========================
	  Reset
   ========================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none outside none;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
}

/* ==========================
	  HTML5 Display Definitions
   ========================== */
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* ==========================
	  Base Stucture
   ========================== */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ==========================================================================
    Typography -- Version: 1.9.0.0  - Updated: 12/29/2013
   ========================================================================== */
html {
  height: 100%;
  font-size: 10px;
  /* set absolutely to handle zoomed/user-defined font size state */
  color: #333333;
  -webkit-font-smoothing: antialiased;
}

html, .arial, .arialItalic, .arialBold, .introtext, a {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif, Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
}

body, button, input, select, textarea, .body-text, .slider-text {
  font-size: 1.3rem;
}

body, button, input, select, textarea {
  line-height: normal;
}

@font-face {
  font-family: "TWC Round Book";
  src: url("../../clientlibs/responsive/residential/core/css/fonts/TWCRound/TWC-Round-Book.eot");
  src: url("../../clientlibs/responsive/residential/core/css/fonts/TWCRound/TWC-Round-Book.eot?#iefix") format("embedded-opentype"), url("../../clientlibs/responsive/residential/core/css/fonts/TWCRound/TWC-Round-Book.svg#svgTWCBook") format("svg"), url("../../clientlibs/responsive/residential/core/css/fonts/TWCRound/TWC-Round-Book.woff") format("woff"), url("../../clientlibs/responsive/residential/core/css/fonts/TWCRound/TWC-Round-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TWC Round Medium";
  src: url("../../clientlibs/responsive/residential/core/css/fonts/TWCRound/TWC-Round-Medium.eot");
  src: url("../../clientlibs/responsive/residential/core/css/fonts/TWCRound/TWC-Round-Medium.eot?#iefix") format("embedded-opentype"), url("../../clientlibs/responsive/residential/core/css/fonts/TWCRound/TWC-Round-Medium.svg#svgTWCMedium") format("svg"), url("../../clientlibs/responsive/residential/core/css/fonts/TWCRound/TWC-Round-Medium.woff") format("woff"), url("../../clientlibs/responsive/residential/core/css/fonts/TWCRound/TWC-Round-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TWC Round Light";
  src: url("../../clientlibs/responsive/residential/core/css/fonts/TWCRound/TWC-Round-Light.eot");
  src: url("../../clientlibs/responsive/residential/core/css/fonts/TWCRound/TWC-Round-Light.eot?#iefix") format("embedded-opentype"), url("../../clientlibs/responsive/residential/core/css/fonts/TWCRound/TWC-Round-Light.svg#svgTWCLight") format("svg"), url("../../clientlibs/responsive/residential/core/css/fonts/TWCRound/TWC-Round-Light.woff") format("woff"), url("../../clientlibs/responsive/residential/core/css/fonts/TWCRound/TWC-Round-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../../clientlibs/responsive/residential/core/css/fonts/icons/fontawesome-webfont.eot");
  src: url("../../clientlibs/responsive/residential/core/css/fonts/icons/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../../clientlibs/responsive/residential/core/css/fonts/icons/fontawesome-webfont.svg#svgFontAwesome") format("svg"), url("../../clientlibs/responsive/residential/core/css/fonts/icons/fontawesome-webfont.woff") format("woff"), url("../../clientlibs/responsive/residential/core/css/fonts/icons/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Universal Light Condensed";
  src: url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-LightCn.eot");
  src: url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-LightCn.eot?#iefix") format("embedded-opentype"), url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-LightCn.svg#UniversLTStd-LightCn") format("svg"), url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-LightCn.woff") format("woff"), url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-LightCn.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Universal Condensed";
  src: url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-Cn.eot");
  src: url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-Cn.eot?#iefix") format("embedded-opentype"), url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-Cn.svg#UniversLTStd-Cn") format("svg"), url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-Cn.woff") format("woff"), url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-Cn.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Universal Bold Condensed";
  src: url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-BoldCn.eot");
  src: url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-BoldCn.eot?#iefix") format("embedded-opentype"), url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-BoldCn.svg#UniversLTStd-BoldCn") format("svg"), url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-BoldCn.woff") format("woff"), url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-BoldCn.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Universal Condensed Oblique";
  src: url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-CnObl.eot");
  src: url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-CnObl.eot?#iefix") format("embedded-opentype"), url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-CnObl.svg#UniversLTStd-CnObl") format("svg"), url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-CnObl.woff") format("woff"), url("../../clientlibs/responsive/residential/core/css/fonts/universal/UniversLTStd-CnObl.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family:"Arial W01 Light";
  src:url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/28616e7a-2315-4fd5-8756-ddcbda87ee86.eot?#iefix");
  src:url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/28616e7a-2315-4fd5-8756-ddcbda87ee86.eot?#iefix") format("eot"),url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/ac06729a-c8a2-4091-9a8a-b40ad37707d7.woff2") format("woff2"),url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/b66f1d51-4992-4982-b6ac-b30806ec0228.woff") format("woff"),url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/500e53db-9637-42c5-8e0b-d22924e9729f.ttf") format("truetype"),url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/cc6f05ba-f9b5-4de4-b13f-52f2e977377a.svg#cc6f05ba-f9b5-4de4-b13f-52f2e977377a") format("svg");
}
@font-face{
  font-family:"Arial W01 Light Italic";
  src:url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/33c5c432-fdb9-43dc-a3c4-945c1d9972e8.eot?#iefix");
  src:url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/33c5c432-fdb9-43dc-a3c4-945c1d9972e8.eot?#iefix") format("eot"),url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/435b9032-605f-4f77-be8e-1cf845964454.woff2") format("woff2"),url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/9929acff-955f-4bb5-94e0-27f771851f2c.woff") format("woff"),url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/8041ef7d-4854-4d11-a4bb-5a9c9212cc0d.ttf") format("truetype"),url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/035e1db2-cfa1-4e75-aefa-28bf57f56562.svg#035e1db2-cfa1-4e75-aefa-28bf57f56562") format("svg");
}
@font-face{
  font-family:"Arial W01 Black";
  src:url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/bf85e414-1b16-4cd1-8ce8-dad15daa7daa.eot?#iefix");
  src:url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/bf85e414-1b16-4cd1-8ce8-dad15daa7daa.eot?#iefix") format("eot"),url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/3eb20264-3483-4595-9c13-383892854c50.woff2") format("woff2"),url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/c6f5bcd6-66fc-44af-be95-bb1f2b38d080.woff") format("woff"),url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/7b5b436b-a511-402a-88d6-dbac700cee36.ttf") format("truetype"),url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/a5adcd35-c36a-4b18-953d-47c029de4ef6.svg#a5adcd35-c36a-4b18-953d-47c029de4ef6") format("svg");
}
@font-face{
  font-family:"Arial W01 Black Italic";
  src:url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/66146269-8052-49d9-ab53-9f78d45cdf3a.eot?#iefix");
  src:url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/66146269-8052-49d9-ab53-9f78d45cdf3a.eot?#iefix") format("eot"),url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/7d18f8c0-d445-44ea-9368-e9cb741da52c.woff2") format("woff2"),url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/c5fc0546-e555-4f6d-9472-15a593c7c8a2.woff") format("woff"),url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/f2fc90ea-1b2b-4e33-b174-71a0eef31b2e.ttf") format("truetype"),url("../../clientlibs/responsive/residential/core/css/fonts/ArialLt-Black/5af4b8b6-479e-4197-93d7-50e9d2496078.svg#5af4b8b6-479e-4197-93d7-50e9d2496078") format("svg");
}

/* ==========================
	  Body Text
   ========================== */
.lede {
  font-size: 1.7rem;
  color: #333333;
}

.banner-text {
  background: #333333;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: 100;
  color: #cfcfcf;
}

.lede, .banner-text {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.4;
}

.body-text, .slider-text, .disclaimer-text, .small-body-text {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333333;
}

.body-text {
  line-height: 1.4;
}

.slider-text {
  line-height: 15px;
}

.small-body-text {
  font-size: 1.2rem;
  line-height: 15px;
}

.disclaimer-text {
  font-size: 1.1rem;
  line-height: 13px;
}

/* ==========================
	  Links
   ========================== */
a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  color: #00549f;
  text-decoration: none;
  cursor: pointer;
}
a img {
  border: 0 none;
  text-decoration: none;
}
a:hover {
  color: #02a9e0;
}

.read-more a, a.morelink {
  font-weight: 100;
}

.read-more a:after, a.morelink:after, a.morelink.less:before{
  font-family: "FontAwesome";
  font-size: inherit;
  font-weight: inherit;
}

.read-more a:after, a.morelink:after {
  padding-left: .25em;
  content: '\f107';
}

a.morelink.less:before {
  padding-right: .25em;
  content: '\f106';
}
a.morelink.less:after {
  content: none;
}

.iconable {
  margin-left: 1.5em;
}

/* ==========================
	  Headings
   ========================== */
.heading, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "TWC Round Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}

h1, .h1 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 0.3em;
}

h2, .h2 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 0.3em;
}

h3, .h3 {
  font-size: 27px;
  font-size: 2.7rem;
}

h4, .h4 {
  font-size: 24px;
  font-size: 2.4rem;
}

h5, .h5 {
  font-size: 20px;
  font-size: 2rem;
}

h6, .h6 {
  font-size: 18px;
  font-size: 1.8rem;
}
.page-heading,
.super-h1 {
  font-size: 46px;
  font-size: 4.6rem;
}
.medium-body-text {
  font-family: "TWC Round Light", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  display: inline-block;
}

small {
  display: inline-block;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, dl, blockquote {
  clear: inherit;
  margin-bottom: .5em;
  vertical-align: middle;
}

p, .p {
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

p.btn {
  margin-bottom: 0;
}

.b {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

blockquote {
  border-left: 3px solid #666666;
  color: #666666;
  font-style: italic;
  padding-left: 1.2em;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

address {
  font-style: normal;
}

sub {
  vertical-align: text-top;
}

sup {
  vertical-align: text-top;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

mark {
  background: #ff0;
}

/* ==========================
	  Pre
   ========================== */
pre {
  margin: 1em 0;
  background-color: #333333;
  border-radius: 3px;
  background-clip: padding-box;
  overflow: auto;
  padding: 12px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

kbd, samp {
  font-family: Inconsolata, Monaco, Consolas, "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}

kbd, samp {
  color: #859900;
}

input.error {
  background: pink;
}

.error, .is-error {
  color: red;
}

pre.correct {
  background: green;
}

.valid, .is-valid, pre.correct code {
  color: #0f0;
}

.code-comment {
  opacity: 0.5;
}

.book {
  font-family: "TWC Round Book", Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
}

.medium {
  font-family: "TWC Round Medium", Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
}

.light {
  font-family: "TWC Round Light", Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
}

.arial, .arialItalic {
  font-weight: 100;
}

.arialItalic {
  font-style: italic;
}

.arialBold, .introtext, a {
  font-weight: 700;
}

@media (max-width: 48em) {
  h1, .h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }

  h2, .h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  h3, .h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }

  h4, .h4 {
    font-size: 20px;
    font-size: 2.0rem;
  }

  h5, .h5 {
    font-size: 17px;
    font-size: 1.7rem;
  }

  h6, .h6 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .page-heading,
  .super-h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media (max-width: 40em) {
  h1, .h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  h2, .h2 {
    font-size: 21px;
    font-size: 2.1rem;
  }

  h3, .h3 {
    font-size: 19px;
    font-size: 1.9rem;
  }

  h4, .h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  h5, .h5 {
    font-size: 15px;
    font-size: 1.5rem;
  }

  h6, .h6 {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .page-heading,
  .super-h1 {
    font-size: 30px;
    font-size: 3.0rem;
  }
}

/* ==========================================================================
    Colors & Gradients -- Version: 1.9.0.0 - Updated: 12/29/2013
   ========================================================================== */
.color-block {
  padding: 4em 0;
  color: #fff;
}

.color-block.small {
  padding: 1em 0;
}

.color-block.text {
  color: #333;
}

.twc-backgroundGradient-1 {
  background-color: #191a1b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#191a1b), to(#161719));
  background-image: -webkit-linear-gradient(top, #191a1b, #161719);
  background-image: -moz-linear-gradient(top, #191a1b, #161719);
  background-image: -ms-linear-gradient(top, #191a1b, #161719);
  background-image: -o-linear-gradient(top, #191a1b, #161719);
  background-image: linear-gradient(top, #191a1b, #161719);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#191a1b', EndColorStr='#161719')";
  zoom: 1;
}

.twc-backgroundGradient-2 {
  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);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#333534', EndColorStr='#1a1b1f')";
  zoom: 1;
}

.twc-backgroundGradient-3 {
  background-color: #4c4d51;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4d51), to(#2f2f33));
  background-image: -webkit-linear-gradient(top, #4c4d51, #2f2f33);
  background-image: -moz-linear-gradient(top, #4c4d51, #2f2f33);
  background-image: -ms-linear-gradient(top, #4c4d51, #2f2f33);
  background-image: -o-linear-gradient(top, #4c4d51, #2f2f33);
  background-image: linear-gradient(top, #4c4d51, #2f2f33);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4c4d51', EndColorStr='#2f2f33')";
  zoom: 1;
}

.twc-backgroundGradient-4 {
  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);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeef', EndColorStr='#dddfe2')";
  zoom: 1;
}

.twc-backgroundGradient-5, .twc-content {
  background-image: #e9eaee;
  background-image: -moz-linear-gradient(top, #e9eaee 0%, #f2f4f6 20%, #f2f4f6 80%, #fdfdfd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9eaee), color-stop(20%, #f2f4f6), color-stop(80%, #f2f4f6), color-stop(100%, #fdfdfd));
  background-image: -webkit-linear-gradient(top, #e9eaee 0%, #f2f4f6 20%, #f2f4f6 80%, #fdfdfd 100%);
  background-image: -o-linear-gradient(top, #e9eaee 0%, #f2f4f6 20%, #f2f4f6 80%, #fdfdfd 100%);
  background-image: -ms-linear-gradient(top, #e9eaee 0%, #f2f4f6 20%, #f2f4f6 80%, #fdfdfd 100%);
  background-image: linear-gradient(to bottom, #e9eaee 0%, #f2f4f6 20%, #f2f4f6 80%, #fdfdfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eaee', endColorstr='#fdfdfd',GradientType=0 );
}

.twc-backgroundGradient-6 {
  background-color: #d8d8da;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8d8da), to(white));
  background-image: -webkit-linear-gradient(top, #d8d8da, white);
  background-image: -moz-linear-gradient(top, #d8d8da, white);
  background-image: -ms-linear-gradient(top, #d8d8da, white);
  background-image: -o-linear-gradient(top, #d8d8da, white);
  background-image: linear-gradient(top, #d8d8da, white);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d8d8da', EndColorStr='white')";
  zoom: 1;
  background-image: #d3d3d4;
  background-image: -moz-linear-gradient(top, #d3d3d4 0%, #e7e7e8 3%, white 16%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d4), color-stop(3%, #e7e7e8), color-stop(16%, white), color-stop(100%, white));
  background-image: -webkit-linear-gradient(top, #d3d3d4 0%, #e7e7e8 3%, white 16%, white 100%);
  background-image: -o-linear-gradient(top, #d3d3d4 0%, #e7e7e8 3%, white 16%, white 100%);
  background-image: -ms-linear-gradient(top, #d3d3d4 0%, #e7e7e8 3%, white 16%, white 100%);
  background-image: linear-gradient(to bottom, #d3d3d4 0%, #e7e7e8 3%, white 16%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3d3d4', endColorstr='#ffffff',GradientType=0 );
}

.twc-backgroundGradient-7 {
  background-color: #f8fafc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8fafc), to(#dddfe2));
  background-image: -webkit-linear-gradient(top, #f8fafc, #dddfe2);
  background-image: -moz-linear-gradient(top, #f8fafc, #dddfe2);
  background-image: -ms-linear-gradient(top, #f8fafc, #dddfe2);
  background-image: -o-linear-gradient(top, #f8fafc, #dddfe2);
  background-image: linear-gradient(top, #f8fafc, #dddfe2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8fafc', EndColorStr='#dddfe2')";
  zoom: 1;
}

.twc-mainBackground-EBF {
  background-color: #2b2d32;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b2d32), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #2b2d32, #f7f7f7);
  background-image: -moz-linear-gradient(top, #2b2d32, #f7f7f7);
  background-image: -ms-linear-gradient(top, #2b2d32, #f7f7f7);
  background-image: -o-linear-gradient(top, #2b2d32, #f7f7f7);
  background-image: linear-gradient(top, #2b2d32, #f7f7f7);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#2b2d32', EndColorStr='#f7f7f7')";
  zoom: 1;
}

.twc-mainStageBackground-EBF {
  background: #eee;
}

.twc-mainNavBackground-EBF {
  background-color: #404040;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#404040), to(black));
  background-image: -webkit-linear-gradient(top, #404040, black);
  background-image: -moz-linear-gradient(top, #404040, black);
  background-image: -ms-linear-gradient(top, #404040, black);
  background-image: -o-linear-gradient(top, #404040, black);
  background-image: linear-gradient(top, #404040, black);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#404040', EndColorStr='black')";
  zoom: 1;
}

.twc-cartHeader-EBF {
  background-color: #f8fafc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8fafc), to(#e0ebf5));
  background-image: -webkit-linear-gradient(top, #f8fafc, #e0ebf5);
  background-image: -moz-linear-gradient(top, #f8fafc, #e0ebf5);
  background-image: -ms-linear-gradient(top, #f8fafc, #e0ebf5);
  background-image: -o-linear-gradient(top, #f8fafc, #e0ebf5);
  background-image: linear-gradient(top, #f8fafc, #e0ebf5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8fafc', EndColorStr='#e0ebf5')";
  zoom: 1;
}

.twc-progressionBarArrow-EBF {
  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: -ms-linear-gradient(top, #5d92c0, #2c608f);
  background-image: -o-linear-gradient(top, #5d92c0, #2c608f);
  background-image: linear-gradient(top, #5d92c0, #2c608f);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5d92c0', EndColorStr='#2c608f')";
  zoom: 1;
}

.twc-selectProductBar-EBF {
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e5e5e6));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #e5e5e6);
  background-image: -moz-linear-gradient(top, #f6f6f6, #e5e5e6);
  background-image: -ms-linear-gradient(top, #f6f6f6, #e5e5e6);
  background-image: -o-linear-gradient(top, #f6f6f6, #e5e5e6);
  background-image: linear-gradient(top, #f6f6f6, #e5e5e6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f6f6', EndColorStr='#e5e5e6')";
  zoom: 1;
}

.twc-productBox-EBF {
  background-color: #2b2d32;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b2d32), to(#f7f8f7));
  background-image: -webkit-linear-gradient(top, #2b2d32, #f7f8f7);
  background-image: -moz-linear-gradient(top, #2b2d32, #f7f8f7);
  background-image: -ms-linear-gradient(top, #2b2d32, #f7f8f7);
  background-image: -o-linear-gradient(top, #2b2d32, #f7f8f7);
  background-image: linear-gradient(top, #2b2d32, #f7f8f7);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#2b2d32', EndColorStr='#f7f8f7')";
  zoom: 1;
}

/* ==========================
  Primary Color Palette
   ========================== */
.paletteBox {
  text-align: center;
}

.paletteBox div > div > div {
  height: 300px;
}

.palette {
  overflow: auto;
  text-align: center;
}

.palette .twc-row:nth-of-type(-n+2) .light {
  color: #fff;
}

.outline {
  border: 1px solid #333;
}

/* ==========================
  Steel Dark
   ========================== */
.steelDark-1 {
  background: #191a1b;
}

.steelDark-2 {
  background: #2d2e30;
}

.steelDark-3 {
  background: #3c3e41;
}

.steelDark-4 {
  background: #4d4f53;
}

.steelDark-5 {
  background: #747679;
}

.steelDark-6 {
  background: #98999b;
}

.steelDark-7 {
  background: #d4d5d6;
}

.steelDark-8 {
  background: #e6e6e7;
}

.steelDark-9 {
  background: #f6f6f6;
}

/* ==========================
  Steel Sky
   ========================== */
.steelSky-1 {
  background: #0a1c2b;
}

.steelSky-2 {
  background: #12314c;
}

.steelSky-3 {
  background: #184266;
}

.steelSky-4 {
  background: #205381;
}

.steelSky {
  background: #4f799e;
}

.steelSky-6 {
  background: #7b9cb9;
}

.steelSky-7 {
  background: #c8d6e3;
}

.steelSky-8 {
  background: #dfe7ee;
}

.steelSky-9 {
  background: #f3f6f9;
}

/* ==========================
  Sky Dark
   ========================== */
.skyDark-1 {
  background: #001c34;
}

.skyDark-2 {
  background: #00315c;
}

.skyDark-3 {
  background: #00427c;
}

.skyDark-4 {
  background: #00549f;
}

.skyDark-5, .skyDark {
  background: #387ab4;
}

.skyDark-6 {
  background: #6b9cc7;
}

.skyDark-7 {
  background: #c2d6e8;
}

.skyDark-8, .skyDark-lighter {
  background: #dbe7f1;
}

.skyDark-9 {
  background: #f2f6fa;
}

/* ==========================
  Rich Black
   ========================== */
.richBlack-3 {
  background: #fff;
  border: 1px solid #333;
  color: #333;
}

.richBlack-4 {
  background: #000;
}

.richBlack-5 {
  background: #383838;
}

.richBlack-6 {
  background: #6b6b6b;
}

.richBlack-7 {
  background: #c2c2c2;
}

.richBlack-8 {
  background: #f2f2f2;
}

.richBlack-9 {
  background: #f2f6fa;
}

.plumDark-1 {
  background: #1e0a23;
}

.plumDark-2 {
  background: #35123d;
}

.plumDark-3 {
  background: #471852;
}

.plumDark-4 {
  background: #5b1f69;
}

.plumDark-5 {
  background: #7f508a;
}

.plumDark-6 {
  background: #a07da8;
}

/* ==========================
  typography
   ========================== */
.typography-1 {
  background: #010101;
}

.text-black {
  color: #010101;
}

.typography-2 {
  background: #174061;
}

.text-darkblue {
  color: #174061;
}

.typography-3 {
  background: #222e36;
}

.text-blueBlack {
  color: #222e36;
}

.typography-4 {
  background: #3376b2;
}

.text-link {
  color: #3376b2;
}

.typography-5 {
  background: #333;
}

.text {
  color: #333;
}

.typography-6 {
  background: #666;
}

.text-grey {
  color: #666;
}

/* ==========================
  backgrounds
   ========================== */
.background-1 {
  background: #161d22;
}

.background-2 {
  background: #1e262c;
}

.background-3 {
  background: #424e57;
}

.background-4 {
  background: #445f74;
}

.background-5 {
  background: #5d84a3;
}

.background-6 {
  background: #8e96a0;
}

.background-7 {
  background: #c6c9cf;
}

.background-8 {
  background: #d2d5da;
}

.background-9 {
  background: #f2f4f6;
}

/* ==========================
    Component Gradients
   ========================== */
.grad-steel-blue {
  background-color: #92b9dd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#92b9dd), to(#5384af));
  background-image: -webkit-linear-gradient(top, #92b9dd, #5384af);
  background-image: -moz-linear-gradient(top, #92b9dd, #5384af);
  background-image: -ms-linear-gradient(top, #92b9dd, #5384af);
  background-image: -o-linear-gradient(top, #92b9dd, #5384af);
  background-image: linear-gradient(top, #92b9dd, #5384af);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#92b9dd', EndColorStr='#5384af')";
  zoom: 1;
}

.grad-deep-blue {
  background-color: #5d92c0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5d92c0), to(#1e5688));
  background-image: -webkit-linear-gradient(top, #5d92c0, #1e5688);
  background-image: -moz-linear-gradient(top, #5d92c0, #1e5688);
  background-image: -ms-linear-gradient(top, #5d92c0, #1e5688);
  background-image: -o-linear-gradient(top, #5d92c0, #1e5688);
  background-image: linear-gradient(top, #5d92c0, #1e5688);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5d92c0', EndColorStr='#1e5688')";
  zoom: 1;
}

.grad-steel-grey {
  background-color: #babbbc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#babbbc), to(#3d3f43));
  background-image: -webkit-linear-gradient(top, #babbbc, #3d3f43);
  background-image: -moz-linear-gradient(top, #babbbc, #3d3f43);
  background-image: -ms-linear-gradient(top, #babbbc, #3d3f43);
  background-image: -o-linear-gradient(top, #babbbc, #3d3f43);
  background-image: linear-gradient(top, #babbbc, #3d3f43);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#babbbc', EndColorStr='#3d3f43')";
  zoom: 1;
}

.grad-deep-grey {
  background-color: #99999b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#99999b), to(#515151));
  background-image: -webkit-linear-gradient(top, #99999b, #515151);
  background-image: -moz-linear-gradient(top, #99999b, #515151);
  background-image: -ms-linear-gradient(top, #99999b, #515151);
  background-image: -o-linear-gradient(top, #99999b, #515151);
  background-image: linear-gradient(top, #99999b, #515151);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#99999b', EndColorStr='#515151')";
  zoom: 1;
}

/* ==========================
  Background Gradients
   ========================== */
[class*='palettBox backgroundGradient-'] {
  height: 300px;
  text-transform: uppercase;
}

.paletteBox p {
  margin: 20px 0;
  text-transform: uppercase;
}

p.upper {
  position: relative;
  top: 20%;
  border-top: 1px dashed #c2c2c2;
}

p.lower {
  position: relative;
  top: 46%;
  border-bottom: 1px dashed #c2c2c2;
}

.gradient {
  filter: none;
}

/* ie9 (.ie9) */
.twc-ie9 [class*='gradient'] {
  filter: none;
}

.twc-full {
  width: 100%;
}

.twc-container {
  display: block;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 2em 0;
  overflow: visible;
}

.twc-content, .twc-content-white-bg {
  position: relative;
  overflow: auto;
  z-index: auto !important;
}

.columnControl {
  clear: both;
}

.parsys_column {
  float: left;
  min-height: 1px;
  width: 100%;
  margin-left: 2.5%;
  border: 0;
}

.columnControl > .parsys_column, .columnControl .parsys_column .parsys0 {
  margin-top: 0;
  margin-left: 0;
}

.columnClear {
  clear: both;
}

.marginless > [class*='twc-col'] {
  margin-left: 0 !important;
}

[class*='twc-col1_100-c'] {
  width: 100%;
}

.push {
  float: right;
}

.pull {
  float: left;
  margin-left: 0;
}

.columnControl > .parsys_column > .parsys_column:first-child {
  margin-top: 0;
  margin-left: 0;
}

[class*='twc-col2'] .vertical-center {
  margin: 8% auto 0;
  position: relative;
}

[class*='twc-col2_5050-c'] {
  width: 48.75%;
}
.marginless [class*='twc-col2_5050-c'] {
  width: 50%;
}

[class*='twc-col2_5545-c'] {
  width: 43.75%;
}
.marginless [class*='twc-col2_5545-c'] {
  width: 45%;
}

[class*='twc-col2_5545-c0'], [class*='twc-col2_4555-c'] {
  width: 53.75%;
}
.marginless [class*='twc-col2_5545-c0'], .marginless [class*='twc-col2_4555-c'] {
  width: 55%;
}

[class*='twc-col2_4555-c0'] {
  width: 43.75%;
}
.marginless [class*='twc-col2_4555-c0'] {
  width: 45%;
}

[class*='twc-col2_6040-c'] {
  width: 38.75%;
}
.marginless [class*='twc-col2_6040-c'] {
  width: 40%;
}

[class*='twc-col2_6040-c0'] {
  width: 58.75%;
}
.marginless [class*='twc-col2_6040-c0'] {
  width: 60%;
}

[class*='twc-col2_4060-c'] {
  width: 58.75%;
}
.marginless [class*='twc-col2_4060-c'] {
  width: 60%;
}

[class*='twc-col2_4060-c0'] {
  width: 38.75%;
}
.marginless [class*='twc-col2_4060-c0'] {
  width: 40%;
}

[class*='twc-col2_6238-c'] {
  width: 36.75%;
}
.marginless [class*='twc-col2_6238-c'] {
  width: 38%;
}

[class*='twc-col2_6238-c0'] {
  width: 60.75%;
}
.marginless [class*='twc-col2_6238-c0'] {
  width: 62%;
}

[class*='twc-col2_3862-c'] {
  width: 60.75%;
}
.marginless [class*='twc-col2_3862-c'] {
  width: 62%;
}

[class*='twc-col2_3862-c0'] {
  width: 36.75%;
}
.marginless [class*='twc-col2_3862-c0'] {
  width: 38%;
}

[class*='twc-col2_6733-c'] {
  width: 31.75%;
}
.marginless [class*='twc-col2_6733-c'] {
  width: 33%;
}

[class*='twc-col2_6733-c0'], [class*='twc-col2_3367-c'] {
  width: 65.75%;
}
.marginless [class*='twc-col2_6733-c0'], .marginless [class*='twc-col2_3367-c'] {
  width: 67%;
}

[class*='twc-col2_3367-c0'] {
  width: 31.75%;
}
.marginless [class*='twc-col2_3367-c0'] {
  width: 33%;
}

[class*='twc-col2_7030-c'] {
  width: 28.75%;
}
.marginless [class*='twc-col2_7030-c'] {
  width: 30%;
}

[class*='twc-col2_7030-c0'], [class*='twc-col2_3070-c'] {
  width: 68.75%;
}
.marginless [class*='twc-col2_7030-c0'], .marginless [class*='twc-col2_3070-c'] {
  width: 70%;
}

[class*='twc-col2_3070-c0'] {
  width: 28.75%;
}
.marginless [class*='twc-col2_3070-c0'] {
  width: 30%;
}

[class*='twc-col2_7525-c'] {
  width: 23.75%;
}
.marginless [class*='twc-col2_7525-c'] {
  width: 25%;
}

[class*='twc-col2_7525-c0'] {
  width: 73.75%;
}
.marginless [class*='twc-col2_7525-c0'] {
  width: 75%;
}

[class*='twc-col2_2575-c'] {
  width: 73.75%;
}
.marginless [class*='twc-col2_2575-c'] {
  width: 75%;
}

[class*='twc-col2_2575-c0'] {
  width: 23.75%;
}
.marginless [class*='twc-col2_2575-c0'] {
  width: 25%;
}

[class*='twc-col2_7624-c'] {
  width: 22.75%;
}
.marginless [class*='twc-col2_7624-c'] {
  width: 24%;
}

[class*='twc-col2_7624-c0'], [class*='twc-col2_2476-c'] {
  width: 74.75%;
}
.marginless [class*='twc-col2_7624-c0'], .marginless [class*='twc-col2_2476-c'] {
  width: 76%;
}

[class*='twc-col2_2476-c0'] {
  width: 22.75%;
}
.marginless [class*='twc-col2_2476-c0'] {
  width: 24%;
}

[class*='twc-col2_8218-c'] {
  width: 16.75%;
}
.marginless [class*='twc-col2_8218-c'] {
  width: 18%;
}

[class*='twc-col2_8218-c1'] {
  padding-left: 1em;
}

[class*='twc-col2_8218-c0'] {
  width: 80.75%;
}
.marginless [class*='twc-col2_8218-c0'] {
  width: 82%;
}

[class*='twc-col3_157015-c'] {
  width: 13%;
  margin-left: 0;
}

[class*='twc-col3_157015-c1'] {
  width: 69%;
}
[class*='twc-col3_157015-c1'] > .parsys {
  padding: 0 2%;
}

[class*='twc-col3_175617-c'] {
  width: 21.9%;
  margin: 0;
  padding: 0 2%;
}

[class*='twc-col3_175617-c1'] {
  width: 56.2%;
}
[class*='twc-col3_175617-c1'] > .parsys {
  padding: 0 2%;
}

[class*='twc-col3_333333-c'] {
  width: 31.6666667%;
}
.marginless [class*='twc-col3_333333-c'] {
  width: 33.3333334%;
}

[class*='twc-col3_403030-c'] {
  width: 28.125%;
}

.marginless [class*='twc-col2_403030-c'] {
  width: 30%;
}

[class*='twc-col3_403030-c0'] {
  width: 38.75%;
}

.marginless [class*='twc-col2_403030-c0'] {
  width: 40%;
}

[class*='twc-col3_502525-c'] {
  width: 23.125%;
}
.marginless [class*='twc-col3_502525-c'] {
  width: 25%;
}

[class*='twc-col3_502525-c0'] {
  width: 48.75%;
}
.marginless [class*='twc-col3_502525-c0'] {
  width: 50%;
}

[class*='twc-col3_252550-c'] {
  width: 23.125%;
}
.marginless [class*='twc-col3_252550-c'] {
  width: 25%;
}

[class*='twc-col3_252550-c2'] {
  width: 48.75%;
}
.marginless [class*='twc-col3_252550-c2'] {
  width: 50%;
}

[class*='twc-col3_255025-c'] {
  width: 23.125%;
}
.marginless [class*='twc-col3_255025-c'] {
  width: 25%;
}

[class*='twc-col3_255025-c1'] {
  width: 48.75%;
}
.marginless [class*='twc-col3_255025-c1'] {
  width: 50%;
}

[class*='twc-col3_255520-c'] {
  width: 23.125%;
}
.marginless [class*='twc-col3_255520-c'] {
  width: 25%;
}

[class*='twc-col3_255520-c1'] {
  width: 53.75%;
}
.marginless [class*='twc-col3_255520-c1'] {
  width: 55%;
}

[class*='twc-col3_255520-c2'] {
  width: 18.125%;
}
.marginless [class*='twc-col3_255520-c2'] {
  width: 20%;
}

[class*='twc-col3_206020-c'] {
  width: 18.125%;
}
.marginless [class*='twc-col3_206020-c'] {
  width: 20%;
}

[class*='twc-col3_206020-c1'] {
  width: 58.75%;
}
.marginless [class*='twc-col3_206020-c1'] {
  width: 60%;
}

[class*='twc-col4_25252525-c'] {
  width: 23.125%;
}
.marginless [class*='twc-col4_25252525-c'] {
  width: 25%;
}

.twc-submenu [class*='twc-col4_25252525-c'] {
  width: 25%;
  margin: 0;
  padding: 0 2%;
}
[class*='twc-col5_2020202020-c'] {
  width: 18%;
}
.marginless [class*='twc-col5_2020202020-c'] {
  width: 20%;
}

[class*='twc-col6_151515151515-c'] {
  width: 14.583333%;
}
.marginless [class*='twc-col6_151515151515-c'] {
  width: 16.6666667%;
}

[class*='twc-col7_12121212121212-c'] {
  width: 12.142857142857%;
}
.marginless [class*='twc-col7_12121212121212-c'] {
  width: 14.28571428571429%;
}

[class*='two_column_'] {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  -ms-column-gap: 2em;
  column-gap: 2em;
}

[class*='three_column_'] {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  column-count: 3;
}

[class*='four_column_'], [class*='three_column_'] {
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  -ms-column-gap: 2em;
  column-gap: 2em;
}
[class*='four_column_'] {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  column-count: 4;
}

.subHead {
  display: block;
  margin: .5em 0;
}

p.subHead a {
  font-size: 13px;
  font-size: 1.3rem;
}
p.subHead a:before, a.subHead:before {
  font-family: "FontAwesome";
  content: "\f104";
  padding-right: 5px;
}

.page-header, .content-header {
  border-radius: 3px 3px 0 0;
}

.page-footer, .content-footer, .page-header + .twc-box-column {
  border-radius: 0 0 3px 3px;
}

.twc-box-column {
  padding: 1.5em;
  margin-bottom: 2em;
  background: white;
  box-shadow: 0 1px 2px 0 #888888;
  overflow: auto;
  border-top: 1px solid #ddd;
  border-radius: 3px;
}

.twc-borderBottom {
  padding-bottom: .5em;
  border-bottom: 1px solid #CDCFD1;
}
.twc-borderBottom h3 {
  margin-bottom: .5em;
}

.twc-share-module {
  display: inline-block;
}

.twc-block {
  display: inline;
}
.twc-block ul.twc-share, .twc-block a, .twc-box-column, .parsys_column, .page-footer, .content-footer,
.page-header + .twc-box-column, .page-header, .content-header {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.twc-block ul.twc-share, .twc-block a {
  display: inline-block;
  float: left;
  padding: .5em 1em;
  background: #4f799f;
  color: #f2f4f6;
  border-radius: 3px;
}

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

ul.twc-share li {
  border-bottom: 0;
}

.twc-print {
  margin: 0;
  padding: 0 7px;
}
.twc-print:hover {
  background: #265a83;
}

.twc-block .twc-share {
  float: right;
}
.twc-block .twc-share li {
  float: left;
  height: 18px;
  padding: 0 7px;
  border-right: 1px solid #ababab;
}
.twc-block .twc-share li:first-child {
  border-right: none;
}
.twc-block .twc-share a {
  display: block;
  float: left;
  text-indent: -9999em;
  padding: 0;
  margin: 0;
  opacity: 0.7;
}
.twc-block .twc-share a:hover {
  opacity: 1;
}

.twc-share li:last-child {
  border-right: 0;
}

.twc-arrow {
  background: url(../../clientlibs/responsive/residential/images/arrow-white-right.png) no-repeat scroll 100% center transparent;
  padding-right: 15px;
}

.viewAll {
  display: inline-block;
  margin: 1em 0;
  font-weight: 500;
}
.viewAll:after {
  padding-left: 5px;
  font-family: "FontAwesome";
  font-size: inherit;
  font-weight: inherit;
  content: '\f105';
}

.twc-content-white-bg {
  background: none;
}

@media (max-width: 61.25em) {
  .twc-container {
    padding: 2.5%;
  }
}

@media (max-width: 48em) {

  .marginless [class*='twc-col2'] {
    width: 100%;
  }

  [class*='twc-col2'] {
    width: 100%;
    margin-left: 0;
  }

  .tablet [class*='twc-col2_5050-c'] {
    width: 48.75%;
    margin-left: 2.5%;
  }
  .marginless .tablet [class*='twc-col2_5050-c'] {
    width: 50%;
  }

  [class*='twc-col2_7525-c'].marginless, [class*='twc-col2_6040-c'].marginless {
    width: 100%;
  }

  .marginless [class*='twc-col2_2476-c'] {
    width: 100%;
  }
  [class*='twc-col3'] {
    width: 100%;
    margin-left: 0;
  }
  [class*='twc-col3_502525-c'] {
    width: 48.75%;
  }
  .marginless [class*='twc-col3_502525-c'] {
    width: 50%;
  }

  [class*='twc-col3_502525-c0'] {
    width: 100%;
  }
  .marginless [class*='twc-col3_502525-c0'] {
    width: 100%;
  }

  [class*='twc-col3_502525-c2'] {
    margin-left: 2.5%;
  }
  [class*='twc-col3_252550-c'] {
    width: 48.75%;
  }
  .marginless [class*='twc-col3_252550-c'] {
    width: 50%;
  }

  [class*='twc-col3_252550-c1'] {
    margin-top: 0;
    margin-left: 2.5%;
  }

  [class*='twc-col3_252550-c2'] {
    margin-left: 0;
    width: 100%;
  }
  .marginless [class*='twc-col3_252550-c2'] {
    width: 100%;
  }
  [class*='twc-col3_333333-c'] {
    width: 100%;
    margin-left: 0;
  }
  .marginless [class*='twc-col3_333333-c'] {
    width: 100%;
  }
  .tablet [class*='twc-col3_333333-c'] {
    width: 31.6666667%;
    margin-left: 2.5%;
  }
  .marginless .tablet [class*='twc-col3_333333-c'] {
    width: 33.3333334%;
  }

  [class*='twc-col3_403030-c'] {
    width: 100%;
  }
  [class*='twc-col4_25252525-c'] {
    width: 48.75%;
  }
  .marginless [class*='twc-col4_25252525-c'] {
    width: 50%;
  }
  [class*='twc-col4_25252525-c']:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
  }

  [class*='twc-col4_25252525-c1'] {
    margin-top: 0;
  }
  .marginless [class*='twc-col5_2020202020-c'] {
    width: 50%;
  }

  [class*='twc-col5_2020202020-c'] {
    width: 23.125%;
  }

  [class*='twc-col5_2020202020-c']:nth-of-type(5) {
    width: 100%;
    margin-left: 0;
  }

  [class*='twc-col5_5-c'] {
    width: 48.75%;
  }
  .marginless [class*='twc-col5_5-c'] {
    width: 50%;
  }
  [class*='twc-col5_5-c']:nth-of-type(2n+1) {
    margin-left: 0;
  }

  [class*='twc-col5_5-c1'] {
    margin-top: 0;
  }
  [class*='twc-col6_151515151515-c'] {
    width: 31.666667%;
    margin-left: 2.5%;
  }
  .marginless [class*='twc-col6_151515151515-c'] {
    width: 33.3333334%;
  }
  [class*='twc-col6_151515151515-c']:nth-of-type(4) {
    margin-left: 0;
  }

  [class*='twc-col6_151515151515-c1'], [class*='twc-col6_151515151515-c2'] {
    margin-top: 0;
    margin-bottom: 2em;
  }
  [class*='twc-col7_12121212121212-c'] {
    width: 31.666667%;
    margin-left: 2.5%;
  }
  .marginless [class*='twc-col7_12121212121212-c'] {
    width: 33.3333334%;
  }
  [class*='twc-col7_12121212121212-c']:nth-of-type(4), [class*='twc-col7_12121212121212-c']:nth-of-type(7) {
    margin-left: 0;
  }

  [class*='twc-col7_12121212121212-c'] {
    margin-top: 0;
    margin-bottom: 2em;
  }
}
@media (max-width: 40em) {
  [class*='_column_'] {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -ms-column-gap: 0;
    column-gap: 0;
  }

  [class*="twc-col"] {
    width: 100%;
    margin-left: 0;
  }
  .tablet [class*="twc-col"] {
    width: 100%;
    margin-left: 0;
  }
  [class*='twc-col2'] {
    width: 100%;
  }
  .marginless [class*='twc-col2'] {
    width: 100%;
  }
  [class*='twc-col3_252550-c'] {
    width: 100%;
  }
  .marginless [class*='twc-col3_252550-c'] {
    width: 50%;
  }
  [class*='twc-col5_2020202020-c'] {
    width: 48.75%;
    margin-left: 2.5%;
  }
  .marginless [class*='twc-col5_2020202020-c'] {
    width: 50%;
  }
  [class*='twc-col5_2020202020-c']:nth-of-type(5) {
    width: 100%;
  }
  [class*='twc-col5_2020202020-c']:nth-of-type(2n+1) {
    margin-left: 0;
  }
  [class*='twc-col6_151515151515-c'] {
    width: 31.666667%;
    margin-left: 2.5%;
  }
  .marginless [class*='twc-col6_151515151515-c'] {
    width: 33.3333334%;
  }
  [class*='twc-col6_151515151515-c']:nth-of-type(4) {
    margin-left: 0;
  }

  [class*='twc-col6_151515151515-c1'], [class*='twc-col6_151515151515-c2'] {
    margin-top: 0;
    margin-bottom: 1em;
  }

  footer [class*='twc-col6_151515151515-c'] {
    position: relative;
  }
  footer [class*='twc-col6_151515151515-c']:nth-of-type(1n+2) {
    margin-top: 0;
  }

  [class*='twc-col7_12121212121212-c'] {
    width: 31.666667%;
    margin-left: 2.5%;
  }
  .marginless [class*='twc-col7_12121212121212-c'] {
    width: 33.3333334%;
  }
  [class*='twc-col7_12121212121212-c']:nth-of-type(4), [class*='twc-col7_12121212121212-c']:nth-of-type(7) {
    margin-left: 0;
  }
  [class*='twc-col7_12121212121212-c']:nth-of-type(7) {
    width: 100%;
  }

  [class*='twc-col7_12121212121212-c'] {
    margin-top: 0;
    margin-bottom: 1em;
  }

  footer [class*='twc-col7_12121212121212-c'], footer [class*='twc-col6_151515151515-c'] {
    width: 33.334%;
    margin: 0;
    text-align: center;
  }
  footer [class*='twc-col7_12121212121212-c']:nth-of-type(1n+2) {
    margin-top: 0;
  }
}

/* ==========================================================================
    User Location -- Version: 1.9.0.0 - Updated: 12/29/2013
   ========================================================================== */
.twc-location {
  padding-right: 0;
  text-align: right;
}

.twc-customerLocation {
  position: relative;
  color: white;
}
.twc-customerLocation li {
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
}
.twc-customerLocation li ul {
  display: none;
}
.twc-customerLocation ul li.twc-drop-nav.js-persist {
  -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;
  background: #677986;
}
.twc-customerLocation p.twc-alert-text {
  font-weight: 700;
}
.twc-customerLocation ul li ul {
  display: none;
  position: absolute;
  width: 225px;
  top: 28px;
  background: #677986;
  -webkit-border-radius: 3px 0 3px 3px;
  -moz-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.twc-customerLocation ul li ul li {
  display: block;
  color: white;
}
.twc-customerLocation button.btn {
  background: #444545;
}
.twc-customerLocation button.btn:hover {
  background: #333333;
}
.twc-customerLocation ul li li {
  padding: 0;
}

a.twc-change {
  font-weight: 100;
  color: #9d9d9e;
}
a.twc-change:after {
  font-family: "FontAwesome";
  content: '\f078';
  margin-left: 4px;
}

li.twc-drop-nav.js-persist a.twc-change:after {
  font-family: "FontAwesome";
  content: '\f00d';
  padding: 0 1px;
}

.message {
  top: 4px;
  margin-top: 5px;
  padding: 10px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background: #c6c9cf;
  z-index: 9999;
}

.twc-customerLocation .message p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif, Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  line-height: 1;
  text-align: center;
}
.twc-customerLocation .message p a {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  color: #3376b2;
}

.oof-error-text {
  display: inline-block;
}

/* ie (.ie) */
.twc-ie .twc-customerLocation ul li ul {
  right: 0;
}

@media (max-width: 40em) {
  span.twc-mobile-city {
    display: none;
  }

  div.twc-mobile-custLoc input {
    margin-right: 0;
  }
}

/* ==========================================================================
    Accessibility -- Version: 1.9.0.1 - Updated: 1/1/14 timestamp()
   ========================================================================== */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  overflow: hidden;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: absolute;
  width: 1px;
}
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* ==========================================================================
    Forms -- Version: 2.0.0.0 - Updated: 6/3/2014
   ========================================================================== */
input[type='search'], input[type='text'], input[type='email'], input[type='textarea'], input[type='password'], input[type='tel'], textarea, label, select {
  font-size: 16px;
  font-size: 1.6rem;
}

input, textarea, select {
  width: 100%;
  border-radius: 3px;
  max-width: 100%;
  border: 1px solid #ccc;
  background-clip: padding-box;
}

input, textarea {
  padding: 0.4125em;
}

input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button, textarea[type='search']::-webkit-search-decoration, textarea[type='search']::-webkit-search-cancel-button, input[type='search'], input[type='text'], input[type='email'], input[type='textarea'], input[type='password'], input[type='tel'], textarea[type='search'], textarea[type='text'], textarea[type='email'], textarea[type='textarea'], textarea[type='password'], textarea[type='tel'], textarea, datalist {
  -webkit-appearance: none;
}

select {
  padding: .4em .5em;
}

textarea {
  min-height: 9.375em;
}

input {
  vertical-align: baseline;
}
input[type="checkbox"], input[type="radio"] {
  width: auto;
  padding: 0;
  border: 0;
}
input[type="text"], input[type="search"], input[type="tel"] {
  margin: 0;
}

select {
  margin: 0;
}

input.twc-text:focus {
  color: #666;
}

.formitem {
  position: relative;
  margin-left: 2.5%;
  vertical-align: top;
}
.formitem label.required p {
  display: inline;
  float: left;
}
.formitem .formFieldLabel, .formitem {
  width: 100%;
  float: left;
}
.formitem .richtext.label p, .formitem .richtext.middleInitialLabel p {
  margin-bottom: 0;
}
.formitem.radio, .formitem.checkbox, .formitem:first-of-type {
  margin-left: 0;
}
.formitem input, .formitem select, .formitem textarea, .formitem .cta {
  margin-top: .5em;
  margin-bottom: .5em;
}
.formitem input[type="radio"], .formitem input[type="checkbox"] {
  float: left;
  margin: .25em .5em 1em 0;
}
.formitem.split-phone-number {
  max-width: 320px;
}
.formitem.split-phone-number input:nth-child(2), .formitem.split-phone-number input:nth-child(3) {
  max-width: 15%;
  float: left;
}
.formitem.split-phone-number input:nth-child(3) {
  margin-left: .5em;
}
.formitem.split-phone-number input:nth-child(4) {
  max-width: 20%;
  float: left;
  margin-left: .5em;
}
.formitem.split-phone-number span {
  float: left;
}
.formitem.state ul.parsley-errors-list li.parsley-required, .formitem.zip .parsley-errors-list.filled li {
  left: 0;
  width: 100%;
}
.formitem.split-zip {
  max-width: 30%;
  display: inline-block;
  vertical-align: top;
}
.formitem.split-zip .zip-1, .formitem.split-zip .zip-extension, .formitem.split-zip span {
  float: left;
}
.formitem.split-zip .zip-1 label {
  max-width: 100%;
  float: none;
}

.formitem.split-zip .visually-hidden + input {
  margin-top: 1.7em;
}

.form-item {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: .5em 0;
}
.form-item.split {
  width: auto;
}

.support-center form {
  position: relative;
  top: 0;
}

.section.end {
  clear: left;
}

.form_leftcolmark {
  display: none;
}

.text.section:nth-of-type(6), .text.section:nth-of-type(7) {
  width: 140px;
}

.form_button_submit {
  padding: 10px 15px;
  background: #387ab4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #387ab4), color-stop(18%, #3173ad), color-stop(74, #0d4f89), color-stop(100, #01437d));
  background-image: -webkit-linear-gradient(top, #387ab4 0%, #3173ad 18%, #0d4f89 74%, #01437d 100%);
  background-image: -moz-linear-gradient(top, #387ab4 0%, #3173ad 18%, #0d4f89 74%, #01437d 100%);
  background-image: -ms-linear-gradient(top, #387ab4 0%, #3173ad 18%, #0d4f89 74%, #01437d 100%);
  background-image: -o-linear-gradient(top, #387ab4 0%, #3173ad 18%, #0d4f89 74%, #01437d 100%);
  background-image: linear-gradient(top, #387ab4 0%, #3173ad 18%, #0d4f89 74%, #01437d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3678b2', EndColorStr='#044680');
  width: 94px;
  border: 0;
  border-radius: 5;
  background-clip: padding-box;
  font: lighter 1.3em "TWC Round Light", Arial, Sans-Serif;
  color: white;
}

input:required ~ span:after,
input span, input span:after, input + span:after, ul.checkbox-alert:required ~ span:after,
ul.checkbox-alert span, ul.checkbox-alert span:after, ul.checkbox-alert + span:after, input.minlength:required ~ span:after,
input.minlength span, input.minlength span:after, input.minlength + span:after, input.max-input:required ~ span:after,
input.max-input span, input.max-input span:after, input.max-input + span:after {
  content: attr(title);
  color: red;
  font-weight: 700;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .5s;
  transition-delay: .5s;
}

input:invalid.required-input ~ span:after,
input.required-input.maxlength:required:invalid ~ span:after,
input:required:invalid.required-input ~ span:after,
input:required.max-input.maxlength ~ span:after,
input.max-input.maxlength ~ span:after,
input.max-input ~ span,
input.minlength ~ span,
ul.checkbox-alert span:after,
input.minlength:invalid span:after,
input.minlength:invalid,
input.minlength:invalid + span:after {
  opacity: 1;
}

.formitem.state.maxlength ul.parsley-errors-list li.parsley-required {
  left: 25%;
  width: 61%;
}

.parsley-errors-list.filled li {
  position: absolute;
  right: 25%;
  left: 25%;
  top: 0;
  padding: .5em 1em;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background-image: -webkit-linear-gradient(top, white, white);
  background-image: -moz-linear-gradient(top, white, white);
  background-image: -ms-linear-gradient(top, white, white);
  background-image: -o-linear-gradient(top, white, white);
  background-image: linear-gradient(top, white, white);
  zoom: 1;
  color: red;
  text-align: center;
  border: 1px solid red;
  opacity: 0.75;
  box-shadow: 0 0 3px 0 red;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 9998;
}
.parsley-errors-list.filled li:before, .parsley-errors-list.filled li:after {
  position: absolute;
  left: 43%;
  width: 0;
  height: 0;
  content: " ";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.parsley-errors-list.filled li:before {
  bottom: -9px;
  border-top: 10px solid white;
  z-index: 5;
}
.parsley-errors-list.filled li:after {
  display: block;
  bottom: -11px;
  border-top: 10px solid red;
}

.formitem.checkbox ul#parsley-id-multiple-terms li,
.formitem.checkbox ul#parsley-id-multiple-maxterms li {
  left: 0;
}

.formitem.checkbox .parsley-errors-list.filled li {
  margin: 0 auto;
  min-width: 50%;
  right: -200px;
  top: 20px;
  z-index: 10000;
}

.formitem.checkbox .agree-container.parsley-error .parsley-custom-error-message {
  left: 0;
  right: 0;
}

.formValidate .horizontal [class*="column-count-"] li {
  overflow: visible;
}

.checkbox-validate .parsley-errors-list.filled li:before,
.checkbox-validate .parsley-errors-list.filled li:after {
  display: none;
}

.checkbox-validate {
  position: relative;
}

.checkbox-validate .parsley-errors-list.filled li {
  left: 0;
  max-width: 100%;
}

.checkbox-validate .agree-container .parsley-errors-list.filled li {
  top: 22px;
}

ul.checkbox-alert {
  position: relative;
}

.checkbox-alert > span {
  left: 0;
  position: absolute;
  bottom: 0;
}

label.required:after {
  content: '*';
}

.error-msg {
  display: none;
  color: #d10010;
}

#fillit {
  display: none;
}

.first-name {
  width: 70% !important;
}

.first-name-full {
  width: 100% !important;
}

.middle-initial {
  width: 27% !important;
}

.cc-number {
  width: 47.5% !important;
}

.cc-exp-month {
  width: 27.5% !important;
}

.cc-csc {
  width: 20%;
}

.ssn {
  width: 64% !important;
}

.dob {
  width: 33.5% !important;
}

.zip, .state {
  width: 48.75%;
}

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

.formitem.split-zip label, .formitem.split-zip .zip-1 label {
  max-width: 100%;
  float: left;
}

/* ie (.ie) */
.twc-ie input[type="radio"] {
  border: 0 !important;
}

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

  form input::-webkit-validation-bubble-message, form select::-webkit-validation-bubble-message, form textarea::-webkit-validation-bubble-message {
    display: none;
  }
}

@media (max-width: 48em) {
  ul.checkbox-alert > li {
    margin-bottom: 1.5em;
  }

  .formitem.checkbox .parsley-errors-list.filled li {
    margin: 0 auto;
    min-width: 50%;
    z-index: 1000;
  }
}
@media (max-width: 40em) {
  .checkbox-alert > span {
    top: 100%;
  }

  .form-item.split {
    width: 100%;
  }

  .cc-number {
    width: 100% !important;
  }

  .cc-exp-month {
    width: 48.75% !important;
    margin-left: 0;
  }

  .cc-csc {
    width: 48.75%;
  }
}

/* ==========================================================================
    Helpers -- Version: 2.0.0 - Updated: 4/7/2015
   ========================================================================== */
.clear {
    clear: both;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.table {
    display: table !important;
}

.table-cell {
    display: table-cell !important;
}

.relative {
    position: relative;
}

.posAbs, .absolute {
    position: absolute;
}

.left, .twc-left {
    float: left;
    left: 0;
}

.right, .twc-right {
    float: right;
    right: 0;
}

.centered, .twc-centered {
    margin: 0 auto;
}

.desktop-only, .desktop-mobile-only {
    display: block;
}

.tablet-only, .mobile-only {
    display: none;
}

.nowrap {
    overflow: hidden;
}

.hidden, .desktop-hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.fouc {
    visibility: hidden;
}

.js-last {
    border-bottom: 0;
}

.border-bottom {
    border-bottom: 1px solid #EEEEEE;
}

.desktop-br {
    display: block;
}

.vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-center-tabbed-Component{
    display: flex;
    align-items: center;
}

.vertical-center-flex{
    display: flex;
}

.text-left {
    text-align: left;
}

.text-center, .text-centered {
    text-align: center;
    clear: both;
}

.text-right {
    text-align: right;
}

.text-bold {
    font-weight: bold;
}

.text-white {
    color: #fff;
}

.text-muted, .muted {
    color: #999;
}

.text-warning, .text-error {
    color: #ff0033;
}

.text-info {
    color: #3fa1b2;
}

.text-success {
    color: #159918;
}

.history_back:before {
    content: '\f104';
    padding-right: .5em;
    font-family: "FontAwesome";
}

.image-left {
    float: left;
    margin-right: 1em;
}

.image-center {
    margin: 0 auto;
    text-align: center;
}

.image-right {
    float: right;
    margin-left: 1em;
}

.box {
    margin-top: 1em;
    margin-right: 0;
    margin-bottom: 1em;
    margin-left: 0;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    background: #e7eef4;
}

.clickable {
    cursor: pointer;
}

.border-radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.bordered-solid {
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    border: 1px solid #666666;
}

.bordered-dotted {
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    border: 1px dotted #666666;
}

/* Font Size Helpers */
.fs-1 {
    font-size: 1px;
    font-size: 0.1rem;
}

.fs1 {
    font-size: 1px;
    font-size: 0.1rem;
}

.fs-2 {
    font-size: 2px;
    font-size: 0.2rem;
}

.fs2 {
    font-size: 2px;
    font-size: 0.2rem;
}

.fs-3 {
    font-size: 3px;
    font-size: 0.3rem;
}

.fs3 {
    font-size: 3px;
    font-size: 0.3rem;
}

.fs-4 {
    font-size: 4px;
    font-size: 0.4rem;
}

.fs4 {
    font-size: 4px;
    font-size: 0.4rem;
}

.fs-5 {
    font-size: 5px;
    font-size: 0.5rem;
}

.fs5 {
    font-size: 5px;
    font-size: 0.5rem;
}

.fs-6 {
    font-size: 6px;
    font-size: 0.6rem;
}

.fs6 {
    font-size: 6px;
    font-size: 0.6rem;
}

.fs-7 {
    font-size: 7px;
    font-size: 0.7rem;
}

.fs7 {
    font-size: 7px;
    font-size: 0.7rem;
}

.fs-8 {
    font-size: 8px;
    font-size: 0.8rem;
}

.fs8 {
    font-size: 8px;
    font-size: 0.8rem;
}

.fs-9 {
    font-size: 9px;
    font-size: 0.9rem;
}

.fs9 {
    font-size: 9px;
    font-size: 0.9rem;
}

.fs-10 {
    font-size: 10px;
    font-size: 1rem;
}

.fs10 {
    font-size: 10px;
    font-size: 1rem;
}

.fs-11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.fs11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.fs-12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.fs12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.fs-13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.fs13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.fs-14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.fs14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.fs-15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.fs15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.fs-16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.fs16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.fs-17 {
    font-size: 17px;
    font-size: 1.7rem;
}

.fs17 {
    font-size: 17px;
    font-size: 1.7rem;
}

.fs-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.fs18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.fs-19 {
    font-size: 19px;
    font-size: 1.9rem;
}

.fs19 {
    font-size: 19px;
    font-size: 1.9rem;
}

.fs-20 {
    font-size: 20px;
    font-size: 2rem;
}

.fs20 {
    font-size: 20px;
    font-size: 2rem;
}

.fs-21 {
    font-size: 21px;
    font-size: 2.1rem;
}

.fs21 {
    font-size: 21px;
    font-size: 2.1rem;
}

.fs-22 {
    font-size: 22px;
    font-size: 2.2rem;
}

.fs22 {
    font-size: 22px;
    font-size: 2.2rem;
}

.fs-23 {
    font-size: 23px;
    font-size: 2.3rem;
}

.fs23 {
    font-size: 23px;
    font-size: 2.3rem;
}

.fs-24 {
    font-size: 24px;
    font-size: 2.4rem;
}

.fs24 {
    font-size: 24px;
    font-size: 2.4rem;
}

.fs-25 {
    font-size: 25px;
    font-size: 2.5rem;
}

.fs25 {
    font-size: 25px;
    font-size: 2.5rem;
}

.fs-26 {
    font-size: 26px;
    font-size: 2.6rem;
}

.fs26 {
    font-size: 26px;
    font-size: 2.6rem;
}

.fs-27 {
    font-size: 27px;
    font-size: 2.7rem;
}

.fs27 {
    font-size: 27px;
    font-size: 2.7rem;
}

.fs-28 {
    font-size: 28px;
    font-size: 2.8rem;
}

.fs28 {
    font-size: 28px;
    font-size: 2.8rem;
}

.fs-29 {
    font-size: 29px;
    font-size: 2.9rem;
}

.fs29 {
    font-size: 29px;
    font-size: 2.9rem;
}

.fs-30 {
    font-size: 30px;
    font-size: 3rem;
}

.fs30 {
    font-size: 30px;
    font-size: 3rem;
}

.fs-31 {
    font-size: 31px;
    font-size: 3.1rem;
}

.fs31 {
    font-size: 31px;
    font-size: 3.1rem;
}

.fs-32 {
    font-size: 32px;
    font-size: 3.2rem;
}

.fs32 {
    font-size: 32px;
    font-size: 3.2rem;
}

.fs-33 {
    font-size: 33px;
    font-size: 3.3rem;
}

.fs33 {
    font-size: 33px;
    font-size: 3.3rem;
}

.fs-34 {
    font-size: 34px;
    font-size: 3.4rem;
}

.fs34 {
    font-size: 34px;
    font-size: 3.4rem;
}

.fs-35 {
    font-size: 35px;
    font-size: 3.5rem;
}

.fs35 {
    font-size: 35px;
    font-size: 3.5rem;
}

.fs-36 {
    font-size: 36px;
    font-size: 3.6rem;
}

.fs36 {
    font-size: 36px;
    font-size: 3.6rem;
}

.fs-37 {
    font-size: 37px;
    font-size: 3.7rem;
}

.fs37 {
    font-size: 37px;
    font-size: 3.7rem;
}

.fs-38 {
    font-size: 38px;
    font-size: 3.8rem;
}

.fs38 {
    font-size: 38px;
    font-size: 3.8rem;
}

.fs-39 {
    font-size: 39px;
    font-size: 3.9rem;
}

.fs39 {
    font-size: 39px;
    font-size: 3.9rem;
}

.fs-40 {
    font-size: 40px;
    font-size: 4rem;
}

.fs40 {
    font-size: 40px;
    font-size: 4rem;
}

.fs-41 {
    font-size: 41px;
    font-size: 4.1rem;
}

.fs41 {
    font-size: 41px;
    font-size: 4.1rem;
}

.fs-42 {
    font-size: 42px;
    font-size: 4.2rem;
}

.fs42 {
    font-size: 42px;
    font-size: 4.2rem;
}

.fs-43 {
    font-size: 43px;
    font-size: 4.3rem;
}

.fs43 {
    font-size: 43px;
    font-size: 4.3rem;
}

.fs-44 {
    font-size: 44px;
    font-size: 4.4rem;
}

.fs44 {
    font-size: 44px;
    font-size: 4.4rem;
}

.fs-45 {
    font-size: 45px;
    font-size: 4.5rem;
}

.fs45 {
    font-size: 45px;
    font-size: 4.5rem;
}

.fs-46 {
    font-size: 46px;
    font-size: 4.6rem;
}

.fs46 {
    font-size: 46px;
    font-size: 4.6rem;
}

.fs-47 {
    font-size: 47px;
    font-size: 4.7rem;
}

.fs47 {
    font-size: 47px;
    font-size: 4.7rem;
}

.fs-48 {
    font-size: 48px;
    font-size: 4.8rem;
}

.fs48 {
    font-size: 48px;
    font-size: 4.8rem;
}

.fs-49 {
    font-size: 49px;
    font-size: 4.9rem;
}

.fs49 {
    font-size: 49px;
    font-size: 4.9rem;
}

.fs-50 {
    font-size: 50px;
    font-size: 5rem;
}

.fs50 {
    font-size: 50px;
    font-size: 5rem;
}

.fs-51 {
    font-size: 51px;
    font-size: 5.1rem;
}

.fs51 {
    font-size: 51px;
    font-size: 5.1rem;
}

.fs-52 {
    font-size: 52px;
    font-size: 5.2rem;
}

.fs52 {
    font-size: 52px;
    font-size: 5.2rem;
}

.fs-53 {
    font-size: 53px;
    font-size: 5.3rem;
}

.fs53 {
    font-size: 53px;
    font-size: 5.3rem;
}

.fs-54 {
    font-size: 54px;
    font-size: 5.4rem;
}

.fs54 {
    font-size: 54px;
    font-size: 5.4rem;
}

.fs-55 {
    font-size: 55px;
    font-size: 5.5rem;
}

.fs55 {
    font-size: 55px;
    font-size: 5.5rem;
}

.fs-56 {
    font-size: 56px;
    font-size: 5.6rem;
}

.fs56 {
    font-size: 56px;
    font-size: 5.6rem;
}

.fs-57 {
    font-size: 57px;
    font-size: 5.7rem;
}

.fs57 {
    font-size: 57px;
    font-size: 5.7rem;
}

.fs-58 {
    font-size: 58px;
    font-size: 5.8rem;
}

.fs58 {
    font-size: 58px;
    font-size: 5.8rem;
}

.fs-59 {
    font-size: 59px;
    font-size: 5.9rem;
}

.fs59 {
    font-size: 59px;
    font-size: 5.9rem;
}

.fs-60 {
    font-size: 60px;
    font-size: 6rem;
}

.fs60 {
    font-size: 60px;
    font-size: 6rem;
}

.fs-61 {
    font-size: 61px;
    font-size: 6.1rem;
}

.fs61 {
    font-size: 61px;
    font-size: 6.1rem;
}

.fs-62 {
    font-size: 62px;
    font-size: 6.2rem;
}

.fs62 {
    font-size: 62px;
    font-size: 6.2rem;
}

.fs-63 {
    font-size: 63px;
    font-size: 6.3rem;
}

.fs63 {
    font-size: 63px;
    font-size: 6.3rem;
}

.fs-64 {
    font-size: 64px;
    font-size: 6.4rem;
}

.fs64 {
    font-size: 64px;
    font-size: 6.4rem;
}

.fs-65 {
    font-size: 65px;
    font-size: 6.5rem;
}

.fs65 {
    font-size: 65px;
    font-size: 6.5rem;
}

.fs-66 {
    font-size: 66px;
    font-size: 6.6rem;
}

.fs66 {
    font-size: 66px;
    font-size: 6.6rem;
}

.fs-67 {
    font-size: 67px;
    font-size: 6.7rem;
}

.fs67 {
    font-size: 67px;
    font-size: 6.7rem;
}

.fs-68 {
    font-size: 68px;
    font-size: 6.8rem;
}

.fs68 {
    font-size: 68px;
    font-size: 6.8rem;
}

.fs-69 {
    font-size: 69px;
    font-size: 6.9rem;
}

.fs69 {
    font-size: 69px;
    font-size: 6.9rem;
}

.fs-70 {
    font-size: 70px;
    font-size: 7rem;
}

.fs70 {
    font-size: 70px;
    font-size: 7rem;
}

.fs-71 {
    font-size: 71px;
    font-size: 7.1rem;
}

.fs71 {
    font-size: 71px;
    font-size: 7.1rem;
}

.fs-72 {
    font-size: 72px;
    font-size: 7.2rem;
}

.fs72 {
    font-size: 72px;
    font-size: 7.2rem;
}

.fs-73 {
    font-size: 73px;
    font-size: 7.3rem;
}

.fs73 {
    font-size: 73px;
    font-size: 7.3rem;
}

.fs-74 {
    font-size: 74px;
    font-size: 7.4rem;
}

.fs74 {
    font-size: 74px;
    font-size: 7.4rem;
}

.fs-75 {
    font-size: 75px;
    font-size: 7.5rem;
}

.fs75 {
    font-size: 75px;
    font-size: 7.5rem;
}

.fs-76 {
    font-size: 76px;
    font-size: 7.6rem;
}

.fs76 {
    font-size: 76px;
    font-size: 7.6rem;
}

.fs-77 {
    font-size: 77px;
    font-size: 7.7rem;
}

.fs77 {
    font-size: 77px;
    font-size: 7.7rem;
}

.fs-78 {
    font-size: 78px;
    font-size: 7.8rem;
}

.fs78 {
    font-size: 78px;
    font-size: 7.8rem;
}

.fs-79 {
    font-size: 79px;
    font-size: 7.9rem;
}

.fs79 {
    font-size: 79px;
    font-size: 7.9rem;
}

.fs-80 {
    font-size: 80px;
    font-size: 8rem;
}

.fs80 {
    font-size: 80px;
    font-size: 8rem;
}

.fs-81 {
    font-size: 81px;
    font-size: 8.1rem;
}

.fs81 {
    font-size: 81px;
    font-size: 8.1rem;
}

.fs-82 {
    font-size: 82px;
    font-size: 8.2rem;
}

.fs82 {
    font-size: 82px;
    font-size: 8.2rem;
}

.fs-83 {
    font-size: 83px;
    font-size: 8.3rem;
}

.fs83 {
    font-size: 83px;
    font-size: 8.3rem;
}

.fs-84 {
    font-size: 84px;
    font-size: 8.4rem;
}

.fs84 {
    font-size: 84px;
    font-size: 8.4rem;
}

.fs-85 {
    font-size: 85px;
    font-size: 8.5rem;
}

.fs85 {
    font-size: 85px;
    font-size: 8.5rem;
}

.fs-86 {
    font-size: 86px;
    font-size: 8.6rem;
}

.fs86 {
    font-size: 86px;
    font-size: 8.6rem;
}

.fs-87 {
    font-size: 87px;
    font-size: 8.7rem;
}

.fs87 {
    font-size: 87px;
    font-size: 8.7rem;
}

.fs-88 {
    font-size: 88px;
    font-size: 8.8rem;
}

.fs88 {
    font-size: 88px;
    font-size: 8.8rem;
}

.fs-89 {
    font-size: 89px;
    font-size: 8.9rem;
}

.fs89 {
    font-size: 89px;
    font-size: 8.9rem;
}

.fs-90 {
    font-size: 90px;
    font-size: 9rem;
}

.fs90 {
    font-size: 90px;
    font-size: 9rem;
}

.fs-91 {
    font-size: 91px;
    font-size: 9.1rem;
}

.fs91 {
    font-size: 91px;
    font-size: 9.1rem;
}

.fs-92 {
    font-size: 92px;
    font-size: 9.2rem;
}

.fs92 {
    font-size: 92px;
    font-size: 9.2rem;
}

.fs-93 {
    font-size: 93px;
    font-size: 9.3rem;
}

.fs93 {
    font-size: 93px;
    font-size: 9.3rem;
}

.fs-94 {
    font-size: 94px;
    font-size: 9.4rem;
}

.fs94 {
    font-size: 94px;
    font-size: 9.4rem;
}

.fs-95 {
    font-size: 95px;
    font-size: 9.5rem;
}

.fs95 {
    font-size: 95px;
    font-size: 9.5rem;
}

.fs-96 {
    font-size: 96px;
    font-size: 9.6rem;
}

.fs96 {
    font-size: 96px;
    font-size: 9.6rem;
}

.fs-97 {
    font-size: 97px;
    font-size: 9.7rem;
}

.fs97 {
    font-size: 97px;
    font-size: 9.7rem;
}

.fs-98 {
    font-size: 98px;
    font-size: 9.8rem;
}

.fs98 {
    font-size: 98px;
    font-size: 9.8rem;
}

.fs-99 {
    font-size: 99px;
    font-size: 9.9rem;
}

.fs99 {
    font-size: 99px;
    font-size: 9.9rem;
}

.fs-100 {
    font-size: 100px;
    font-size: 10rem;
}

.fs100 {
    font-size: 100px;
    font-size: 10rem;
}

.fs-101 {
    font-size: 101px;
    font-size: 10.1rem;
}

.fs101 {
    font-size: 101px;
    font-size: 10.1rem;
}

.fs-102 {
    font-size: 102px;
    font-size: 10.2rem;
}

.fs102 {
    font-size: 102px;
    font-size: 10.2rem;
}

.fs-103 {
    font-size: 103px;
    font-size: 10.3rem;
}

.fs103 {
    font-size: 103px;
    font-size: 10.3rem;
}

.fs-104 {
    font-size: 104px;
    font-size: 10.4rem;
}

.fs104 {
    font-size: 104px;
    font-size: 10.4rem;
}

.fs-105 {
    font-size: 105px;
    font-size: 10.5rem;
}

.fs105 {
    font-size: 105px;
    font-size: 10.5rem;
}

.fs-106 {
    font-size: 106px;
    font-size: 10.6rem;
}

.fs106 {
    font-size: 106px;
    font-size: 10.6rem;
}

.fs-107 {
    font-size: 107px;
    font-size: 10.7rem;
}

.fs107 {
    font-size: 107px;
    font-size: 10.7rem;
}

.fs-108 {
    font-size: 108px;
    font-size: 10.8rem;
}

.fs108 {
    font-size: 108px;
    font-size: 10.8rem;
}

.fs-109 {
    font-size: 109px;
    font-size: 10.9rem;
}

.fs109 {
    font-size: 109px;
    font-size: 10.9rem;
}

.fs-110 {
    font-size: 110px;
    font-size: 11rem;
}

.fs110 {
    font-size: 110px;
    font-size: 11rem;
}

.fs-111 {
    font-size: 111px;
    font-size: 11.1rem;
}

.fs111 {
    font-size: 111px;
    font-size: 11.1rem;
}

.fs-112 {
    font-size: 112px;
    font-size: 11.2rem;
}

.fs112 {
    font-size: 112px;
    font-size: 11.2rem;
}

.fs-113 {
    font-size: 113px;
    font-size: 11.3rem;
}

.fs113 {
    font-size: 113px;
    font-size: 11.3rem;
}

.fs-114 {
    font-size: 114px;
    font-size: 11.4rem;
}

.fs114 {
    font-size: 114px;
    font-size: 11.4rem;
}

.fs-115 {
    font-size: 115px;
    font-size: 11.5rem;
}

.fs115 {
    font-size: 115px;
    font-size: 11.5rem;
}

.fs-116 {
    font-size: 116px;
    font-size: 11.6rem;
}

.fs116 {
    font-size: 116px;
    font-size: 11.6rem;
}

.fs-117 {
    font-size: 117px;
    font-size: 11.7rem;
}

.fs117 {
    font-size: 117px;
    font-size: 11.7rem;
}

.fs-118 {
    font-size: 118px;
    font-size: 11.8rem;
}

.fs118 {
    font-size: 118px;
    font-size: 11.8rem;
}

.fs-119 {
    font-size: 119px;
    font-size: 11.9rem;
}

.fs119 {
    font-size: 119px;
    font-size: 11.9rem;
}

.fs-120 {
    font-size: 120px;
    font-size: 12rem;
}

.fs120 {
    font-size: 120px;
    font-size: 12rem;
}

.fs-121 {
    font-size: 121px;
    font-size: 12.1rem;
}

.fs121 {
    font-size: 121px;
    font-size: 12.1rem;
}

.fs-122 {
    font-size: 122px;
    font-size: 12.2rem;
}

.fs122 {
    font-size: 122px;
    font-size: 12.2rem;
}

.fs-123 {
    font-size: 123px;
    font-size: 12.3rem;
}

.fs123 {
    font-size: 123px;
    font-size: 12.3rem;
}

.fs-124 {
    font-size: 124px;
    font-size: 12.4rem;
}

.fs124 {
    font-size: 124px;
    font-size: 12.4rem;
}

.fs-125 {
    font-size: 125px;
    font-size: 12.5rem;
}

.fs125 {
    font-size: 125px;
    font-size: 12.5rem;
}

.fs-126 {
    font-size: 126px;
    font-size: 12.6rem;
}

.fs126 {
    font-size: 126px;
    font-size: 12.6rem;
}

.fs-127 {
    font-size: 127px;
    font-size: 12.7rem;
}

.fs127 {
    font-size: 127px;
    font-size: 12.7rem;
}

.fs-128 {
    font-size: 128px;
    font-size: 12.8rem;
}

.fs128 {
    font-size: 128px;
    font-size: 12.8rem;
}

/* Create widths in increments of 5% */
[class*='width-'] {
    display: inline-block;
}

.width-5 {
    width: 5%;
}

.w5 {
    width: 5%;
}

.width-10 {
    width: 10%;
}

.w10 {
    width: 10%;
}

.width-15 {
    width: 15%;
}

.w15 {
    width: 15%;
}

.width-20 {
    width: 20%;
}

.w20 {
    width: 20%;
}

.width-25 {
    width: 25%;
}

.w25 {
    width: 25%;
}

.width-30 {
    width: 30%;
}

.w30 {
    width: 30%;
}

.width-35 {
    width: 35%;
}

.w35 {
    width: 35%;
}

.width-40 {
    width: 40%;
}

.w40 {
    width: 40%;
}

.width-45 {
    width: 45%;
}

.w45 {
    width: 45%;
}

.width-50 {
    width: 50%;
}

.w50 {
    width: 50%;
}

.width-55 {
    width: 55%;
}

.w55 {
    width: 55%;
}

.width-60 {
    width: 60%;
}

.w60 {
    width: 60%;
}

.width-65 {
    width: 65%;
}

.w65 {
    width: 65%;
}

.width-70 {
    width: 70%;
}

.w70 {
    width: 70%;
}

.width-75 {
    width: 75%;
}

.w75 {
    width: 75%;
}

.width-80 {
    width: 80%;
}

.w80 {
    width: 80%;
}

.width-85 {
    width: 85%;
}

.w85 {
    width: 85%;
}

.width-90 {
    width: 90%;
}

.w90 {
    width: 90%;
}

.width-95 {
    width: 95%;
}

.w95 {
    width: 95%;
}

.width-100 {
    width: 100%;
}

.w100 {
    width: 100%;
}

/* End Create widths in increments of 5% */
/* Vertical Divider */
.bordered-left {
    border-left: 1px solid #E1E1E1;
    padding: 0 0 0 10px;
}

.bordered-right {
    border-right: 1px solid #e1e1e1;
    padding: 0 10px 0 0;
}

.column-count-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    -ms-column-gap: 2em;
    column-gap: 2em;
}

.column-count-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    -ms-column-gap: 2em;
    column-gap: 2em;
}

.column-count-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    -ms-column-gap: 2em;
    column-gap: 2em;
}

.column-count-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    -ms-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    -ms-column-gap: 2em;
    column-gap: 2em;
}

[class*='truncate'] {
    display: none;
    overflow: hidden;
}

.truncate-1 {
    height: 1.25em;
}

.truncate-2 {
    height: 2.5em;
}

.truncate-3 {
    height: 3.75em;
}

.truncate-4 {
    height: 5em;
}

.truncate-5 {
    height: 6.25em;
}

.morecontent span {
    display: none;
}

.flag {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    background: #cf0004;
    font-family: "TWC Round Light";
    color: white;
}

.vertical-align-top {
    vertical-align: top;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.text-right-desktop {
    text-align: right;
}

.text-left-desktop {
    text-align: left;
}

.text-center-desktop {
    text-align: center;
}

.bottom-spacer-1 {
    margin-bottom: 1em;
}
.bottom-spacer-2 {
    margin-bottom: 2em;
}

/* As per Winegarden Spencer suggestion this rule has been added for ticket WEBCMS-12249.*/
.twc-col2_3367-c1.parsys_column {
    margin-left: 0;
    padding-left: 15px;
}

.quarter-opacity {
    background-color: rgba(255,255,255,.25);
}

.half-opacity {
    background-color: rgba(255,255,255,.5);
}

.threeQuarter-opacity{
    background-color: rgba(255,255,255,.75);
}

#multilingual-link {
    padding-top: 1%;
    padding-left: 70%;
}

@media (max-width: 48em) {
    .tablet-hidden {
        display: none !important;
    }

    .desktop-hidden {
        display: inline-block;
    }

    #multilingual-link {
        display: none;
    }

    .bordered-left, .bordered-right {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        border: none;
    }

    .column-count-2, .column-count-3 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        -ms-column-gap: 2em;
        column-gap: 2em;
    }

    .column-count-4 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        -ms-column-gap: 2em;
        column-gap: 2em;
    }

    .column-count-6 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -ms-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        -ms-column-gap: 2em;
        column-gap: 2em;
    }

    .desktop-only, .mobile-only, .desktop-mobile-only {
        display: none;
    }

    .tablet-only {
        display: block;
    }

    .text-right-desktop,
    .text-left-desktop,
    .text-center-desktop {
        text-align: left;
    }
}
@media (max-width: 40em) {
    .mobile-hidden {
        display: none !important;
    }

    #multilingual-link {
        display: none;
    }

    .mobile-full {
        display: block;
        float: none;
    }

    .column-count-2, .column-count-3 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        -ms-column-gap: 0;
        column-gap: 0;
    }

    .column-count-4 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        -ms-column-gap: 0;
        column-gap: 0;
    }

    .desktop-only, .tablet-only {
        display: none;
    }

    .mobile-only, .desktop-mobile-only {
        display: block;
    }

    .columnControl .vertical-center {
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/* ==========================================================================
    Icons -- Version: 1.9.0.2 - Updated: 2/3/2014
   ========================================================================== */
[class*='icon-'] span:after,
[class*='icon-'] span:before {
  font-family: "FontAwesome";
  text-align: center;
  text-decoration: none;
  color: inherit;
  line-height: 1;
}

[class*='icon-'] {
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  margin-right: .3em;
}
[class*='icon-'].blue-icon {
  color: #3376b2;
}
[class*='icon-'].green-icon {
  color: #558654;
}
[class*='icon-'].red-icon {
  color: red;
}

.noIcon,
.noIcon:before,
.noIcon:after {
  content: none;
}

[class*='icon-'] span:after {
  margin-left: .5em;
}

[class*='icon-'] span:before {
  margin-right: .5em;
}

.twc-icon-only span:after {
  margin: 0;
}

/* The Icons */
[class*="icon-before"].icon-search span:before,
[class*="icon-after"].icon-search span:after,
[class*="icon-only"].icon-search span:after {
  content: '\f002';
}

nav.twc-search-dropdown span.twc-icon.icon-search:before {
  font-family: "FontAwesome";
  content: '\f002';
}

[class*="icon-before"].icon-envelope span:before,
[class*="icon-after"].icon-envelope span:after,
[class*="icon-only"].icon-envelope span:after {
  content: '\f003';
}

[class*="icon-before"].icon-heart span:before,
[class*="icon-after"].icon-heart span:after,
[class*="icon-only"].icon-heart span:after {
  content: '\f004';
}

[class*="icon-before"].icon-star span:before,
[class*="icon-after"].icon-star span:after,
[class*="icon-only"].icon-star span:after {
  content: '\f005';
}

[class*="icon-before"].icon-star-empty span:before,
[class*="icon-after"].icon-star-empty span:after,
[class*="icon-only"].icon-star-empty span:after {
  content: '\f006';
}

[class*="icon-before"].icon-user span:before,
[class*="icon-after"].icon-user span:after,
[class*="icon-only"].icon-user span:after {
  content: '\f007';
}

[class*="icon-before"].icon-ok span:before,
[class*="icon-after"].icon-ok span:after,
[class*="icon-only"].icon-ok span:after {
  content: '\f00c';
}

[class*="icon-before"].icon-remove span:before,
[class*="icon-after"].icon-remove span:after,
[class*="icon-only"].icon-remove span:after {
  content: '\f00d';
}

[class*="icon-before"].icon-file span:before,
[class*="icon-after"].icon-file span:after,
[class*="icon-only"].icon-file span:after {
  content: '\f016';
}

[class*="icon-before"].icon-chevron-up span:before,
[class*="icon-after"].icon-chevron-up span:after,
[class*="icon-only"].icon-chevron-up span:after {
  content: '\f077';
}

[class*="icon-before"].icon-chevron-down span:before,
[class*="icon-after"].icon-chevron-down span:after,
[class*="icon-only"].icon-chevron-down span:after {
  content: '\f078';
}

[class*="icon-before"].icon-comment-alt span:before,
[class*="icon-after"].icon-comment-alt span:after,
[class*="icon-only"].icon-comment-alt span:after {
  content: '\f0e5';
}

[class*="icon-before"].icon-comments-alt span:before,
[class*="icon-after"].icon-comments-alt span:after,
[class*="icon-only"].icon-comments-alt span:after {
  content: '\f0e6';
}

[class*="icon-before"].icon-external-link span:before,
[class*="icon-after"].icon-external-link span:after,
[class*="icon-only"].icon-external-link span:after {
  content: '\f08e';
}

[class*="icon-before"].icon-cogs span:before,
[class*="icon-after"].icon-cogs span:after,
[class*="icon-only"].icon-cogs span:after {
  content: '\f085';
}

[class*="icon-before"].icon-upload-alt span:before,
[class*="icon-after"].icon-upload-alt span:after,
[class*="icon-only"].icon-upload-alt span:after {
  content: '\f093';
}

[class*="icon-before"].icon-phone span:before,
[class*="icon-after"].icon-phone span:after,
[class*="icon-only"].icon-phone span:after {
  content: '\f095';
}

[class*="icon-before"].icon-twitter span:before,
[class*="icon-after"].icon-twitter span:after,
[class*="icon-only"].icon-twitter span:after {
  content: '\f099';
}

[class*="icon-before"].icon-facebook span:before,
[class*="icon-after"].icon-facebook span:after,
[class*="icon-only"].icon-facebook span:after {
  content: '\f09a';
}

[class*="icon-before"].icon-linkedin span:before,
[class*="icon-after"].icon-linkedin span:after,
[class*="icon-only"].icon-linkedin span:after {
  content: '\f0e1';
}

[class*="icon-before"].icon-fullscreen span:before,
[class*="icon-after"].icon-fullscreen span:after,
[class*="icon-only"].icon-fullscreen span:after {
  content: '\f0b2';
}

[class*="icon-before"].icon-cloud span:before,
[class*="icon-after"].icon-cloud span:after,
[class*="icon-only"].icon-cloud span:after {
  content: '\f0c2';
}

[class*="icon-before"].icon-caret-left span:before,
[class*="icon-after"].icon-caret-left span:after,
[class*="icon-only"].icon-caret-left span:after {
  content: '\f0d9';
}

[class*="icon-before"].icon-caret-right span:before,
[class*="icon-after"].icon-caret-right span:after,
[class*="icon-only"].icon-caret-right span:after {
  content: '\f0da';
}

[class*="icon-before"].icon-envelope-alt span:before,
[class*="icon-after"].icon-envelope-alt span:after,
[class*="icon-only"].icon-envelope-alt span:after {
  content: '\f0e0';
}

[class*="icon-before"].icon-sitemap span:before,
[class*="icon-after"].icon-sitemap span:after,
[class*="icon-only"].icon-sitemap span:after {
  content: '\f0e8';
}

[class*="icon-before"].icon-double-angle-left span:before,
[class*="icon-after"].icon-double-angle-left span:after,
[class*="icon-only"].icon-double-angle-left span:after {
  content: '\f100';
}

[class*="icon-before"].icon-double-angle-right span:before,
[class*="icon-after"].icon-double-angle-right span:after,
[class*="icon-only"].icon-double-angle-right span:after {
  content: '\f101';
}

[class*="icon-before"].icon-angle-right span:before,
[class*="icon-after"].icon-angle-right span:after,
[class*="icon-only"].icon-angle-right span:after {
  content: '\f105';
}

[class*="icon-before"].icon-angle-left span:before,
[class*="icon-after"].icon-angle-left span:after,
[class*="icon-only"].icon-angle-left span:after {
  content: '\f104';
}

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

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

[class*="icon-before"].icon-reply span:before,
[class*="icon-after"].icon-reply span:after,
[class*="icon-only"].icon-reply span:after {
  content: '\f112';
}

[class*="icon-before"].icon-location-arrow span:before,
[class*="icon-after"].icon-location-arrow span:after,
[class*="icon-only"].icon-location-arrow span:after {
  content: '\f124';
}

[class*="icon-before"].icon-info span:before,
[class*="icon-after"].icon-info span:after,
[class*="icon-only"].icon-info span:after {
  content: '\f129';
}

[class*="icon-before"].icon-ellipsis-horizontal span:before,
[class*="icon-after"].icon-ellipsis-horizontal span:after,
[class*="icon-only"].icon-ellipsis-horizontal span:after {
  content: '\f141';
}

[class*="icon-before"].icon-check-sign span:before,
[class*="icon-after"].icon-check-sign span:after,
[class*="icon-only"].icon-check-sign span:after {
  content: '\f14a';
}

[class*="icon-before"].icon-glass span:before,
[class*="icon-after"].icon-glass span:after,
[class*="icon-only"].icon-glass span:after {
  content: '\f000';
}

[class*="icon-before"].icon-music span:before,
[class*="icon-after"].icon-music span:after,
[class*="icon-only"].icon-music span:after {
  content: '\f001';
}

[class*="icon-before"].icon-film span:before,
[class*="icon-after"].icon-film span:after,
[class*="icon-only"].icon-film span:after {
  content: '\f008';
}

[class*="icon-before"].icon-th-large span:before,
[class*="icon-after"].icon-th-large span:after,
[class*="icon-only"].icon-th-large span:after {
  content: '\f009';
}

[class*="icon-before"].icon-th span:before,
[class*="icon-after"].icon-th span:after,
[class*="icon-only"].icon-th span:after {
  content: '\f00a';
}

[class*="icon-before"].icon-th-list span:before,
[class*="icon-after"].icon-th-list span:after,
[class*="icon-only"].icon-th-list span:after {
  content: '\f00b';
}

[class*="icon-before"].icon-zoom-in span:before,
[class*="icon-after"].icon-zoom-in span:after,
[class*="icon-only"].icon-zoom-in span:after {
  content: '\f00e';
}

[class*="icon-before"].icon-zoom-out span:before,
[class*="icon-after"].icon-zoom-out span:after,
[class*="icon-only"].icon-zoom-out span:after {
  content: '\f010';
}

[class*="icon-before"].icon-off span:before,
[class*="icon-after"].icon-off span:after,
[class*="icon-only"].icon-off span:after {
  content: '\f011';
}

[class*="icon-before"].icon-signal span:before,
[class*="icon-after"].icon-signal span:after,
[class*="icon-only"].icon-signal span:after {
  content: '\f012';
}

[class*="icon-before"].icon-cog span:before,
[class*="icon-after"].icon-cog span:after,
[class*="icon-only"].icon-cog span:after {
  content: '\f013';
}

[class*="icon-before"].icon-trash span:before,
[class*="icon-after"].icon-trash span:after,
[class*="icon-only"].icon-trash span:after {
  content: '\f014';
}

[class*="icon-before"].icon-home span:before,
[class*="icon-after"].icon-home span:after,
[class*="icon-only"].icon-home span:after {
  content: '\f015';
}

[class*="icon-before"].icon-file-alt span:before,
[class*="icon-after"].icon-file-alt span:after,
[class*="icon-only"].icon-file-alt span:after {
  content: '\f016';
}

[class*="icon-before"].icon-time span:before,
[class*="icon-after"].icon-time span:after,
[class*="icon-only"].icon-time span:after {
  content: '\f017';
}

[class*="icon-before"].icon-road span:before,
[class*="icon-after"].icon-road span:after,
[class*="icon-only"].icon-road span:after {
  content: '\f018';
}

[class*="icon-before"].icon-download-alt span:before,
[class*="icon-after"].icon-download-alt span:after,
[class*="icon-only"].icon-download-alt span:after {
  content: '\f019';
}

[class*="icon-before"].icon-download span:before,
[class*="icon-after"].icon-download span:after,
[class*="icon-only"].icon-download span:after {
  content: '\f01a';
}

[class*="icon-before"].icon-upload span:before,
[class*="icon-after"].icon-upload span:after,
[class*="icon-only"].icon-upload span:after {
  content: '\f01b';
}

[class*="icon-before"].icon-inbox span:before,
[class*="icon-after"].icon-inbox span:after,
[class*="icon-only"].icon-inbox span:after {
  content: '\f01c';
}

[class*="icon-before"].icon-play-circle span:before,
[class*="icon-after"].icon-play-circle span:after,
[class*="icon-only"].icon-play-circle span:after {
  content: '\f01d';
}

[class*="icon-before"].icon-repeat span:before,
[class*="icon-after"].icon-repeat span:after,
[class*="icon-only"].icon-repeat span:after {
  content: '\f01e';
}

[class*="icon-before"].icon-refresh span:before,
[class*="icon-after"].icon-refresh span:after,
[class*="icon-only"].icon-refresh span:after {
  content: '\f021';
}

[class*="icon-before"].icon-list-alt span:before,
[class*="icon-after"].icon-list-alt span:after,
[class*="icon-only"].icon-list-alt span:after {
  content: '\f022';
}

[class*="icon-before"].icon-lock span:before,
[class*="icon-after"].icon-lock span:after,
[class*="icon-only"].icon-lock span:after {
  content: '\f023';
}

[class*="icon-before"].icon-flag span:before,
[class*="icon-after"].icon-flag span:after,
[class*="icon-only"].icon-flag span:after {
  content: '\f024';
}

[class*="icon-before"].icon-headphones span:before,
[class*="icon-after"].icon-headphones span:after,
[class*="icon-only"].icon-headphones span:after {
  content: '\f025';
}

[class*="icon-before"].icon-volume-off span:before,
[class*="icon-after"].icon-volume-off span:after,
[class*="icon-only"].icon-volume-off span:after {
  content: '\f026';
}

[class*="icon-before"].icon-volume-down span:before,
[class*="icon-after"].icon-volume-down span:after,
[class*="icon-only"].icon-volume-down span:after {
  content: '\f027';
}

[class*="icon-before"].icon-volume-up span:before,
[class*="icon-after"].icon-volume-up span:after,
[class*="icon-only"].icon-volume-up span:after {
  content: '\f028';
}

[class*="icon-before"].icon-qrcode span:before,
[class*="icon-after"].icon-qrcode span:after,
[class*="icon-only"].icon-qrcode span:after {
  content: '\f029';
}

[class*="icon-before"].icon-barcode span:before,
[class*="icon-after"].icon-barcode span:after,
[class*="icon-only"].icon-barcode span:after {
  content: '\f02a';
}

[class*="icon-before"].icon-tag span:before,
[class*="icon-after"].icon-tag span:after,
[class*="icon-only"].icon-tag span:after {
  content: '\f02b';
}

[class*="icon-before"].icon-tags span:before,
[class*="icon-after"].icon-tags span:after,
[class*="icon-only"].icon-tags span:after {
  content: '\f02c';
}

[class*="icon-before"].icon-book span:before,
[class*="icon-after"].icon-book span:after,
[class*="icon-only"].icon-book span:after {
  content: '\f02d';
}

[class*="icon-before"].icon-bookmark span:before,
[class*="icon-after"].icon-bookmark span:after,
[class*="icon-only"].icon-bookmark span:after {
  content: '\f02e';
}

[class*="icon-before"].icon-print span:before,
[class*="icon-after"].icon-print span:after,
[class*="icon-only"].icon-print span:after {
  content: '\f02f';
}

[class*="icon-before"].icon-camera span:before,
[class*="icon-after"].icon-camera span:after,
[class*="icon-only"].icon-camera span:after {
  content: '\f030';
}

[class*="icon-before"].icon-font span:before,
[class*="icon-after"].icon-font span:after,
[class*="icon-only"].icon-font span:after {
  content: '\f031';
}

[class*="icon-before"].icon-bold span:before,
[class*="icon-after"].icon-bold span:after,
[class*="icon-only"].icon-bold span:after {
  content: '\f032';
}

[class*="icon-before"].icon-italic span:before,
[class*="icon-after"].icon-italic span:after,
[class*="icon-only"].icon-italic span:after {
  content: '\f033';
}

[class*="icon-before"].icon-text-height span:before,
[class*="icon-after"].icon-text-height span:after,
[class*="icon-only"].icon-text-height span:after {
  content: '\f034';
}

[class*="icon-before"].icon-text-width span:before,
[class*="icon-after"].icon-text-width span:after,
[class*="icon-only"].icon-text-width span:after {
  content: '\f035';
}

[class*="icon-before"].icon-align-left span:before,
[class*="icon-after"].icon-align-left span:after,
[class*="icon-only"].icon-align-left span:after {
  content: '\f036';
}

[class*="icon-before"].icon-align-center span:before,
[class*="icon-after"].icon-align-center span:after,
[class*="icon-only"].icon-align-center span:after {
  content: '\f037';
}

[class*="icon-before"].icon-align-right span:before,
[class*="icon-after"].icon-align-right span:after,
[class*="icon-only"].icon-align-right span:after {
  content: '\f038';
}

[class*="icon-before"].icon-align-justify span:before,
[class*="icon-after"].icon-align-justify span:after,
[class*="icon-only"].icon-align-justify span:after {
  content: '\f039';
}

[class*="icon-before"].icon-list span:before,
[class*="icon-after"].icon-list span:after,
[class*="icon-only"].icon-list span:after {
  content: '\f03a';
}

[class*="icon-before"].icon-indent-left span:before,
[class*="icon-after"].icon-indent-left span:after,
[class*="icon-only"].icon-indent-left span:after {
  content: '\f03b';
}

[class*="icon-before"].icon-indent-right span:before,
[class*="icon-after"].icon-indent-right span:after,
[class*="icon-only"].icon-indent-right span:after {
  content: '\f03c';
}

[class*="icon-before"].icon-facetime-video span:before,
[class*="icon-after"].icon-facetime-video span:after,
[class*="icon-only"].icon-facetime-video span:after {
  content: '\f03d';
}

[class*="icon-before"].icon-picture span:before,
[class*="icon-after"].icon-picture span:after,
[class*="icon-only"].icon-picture span:after {
  content: '\f03e';
}

[class*="icon-before"].icon-pencil span:before,
[class*="icon-after"].icon-pencil span:after,
[class*="icon-only"].icon-pencil span:after {
  content: '\f040';
}

[class*="icon-before"].icon-map-marker span:before,
[class*="icon-after"].icon-map-marker span:after,
[class*="icon-only"].icon-map-marker span:after {
  content: '\f041';
}

[class*="icon-before"].icon-adjust span:before,
[class*="icon-after"].icon-adjust span:after,
[class*="icon-only"].icon-adjust span:after {
  content: '\f042';
}

[class*="icon-before"].icon-tint span:before,
[class*="icon-after"].icon-tint span:after,
[class*="icon-only"].icon-tint span:after {
  content: '\f043';
}

[class*="icon-before"].icon-edit span:before,
[class*="icon-after"].icon-edit span:after,
[class*="icon-only"].icon-edit span:after {
  content: '\f044';
}

[class*="icon-before"].icon-share span:before,
[class*="icon-after"].icon-share span:after,
[class*="icon-only"].icon-share span:after {
  content: '\f045';
}

[class*="icon-before"].icon-check span:before,
[class*="icon-after"].icon-check span:after,
[class*="icon-only"].icon-check span:after {
  content: '\f046';
}

[class*="icon-before"].icon-move span:before,
[class*="icon-after"].icon-move span:after,
[class*="icon-only"].icon-move span:after {
  content: '\f047';
}

[class*="icon-before"].icon-step-backward span:before,
[class*="icon-after"].icon-step-backward span:after,
[class*="icon-only"].icon-step-backward span:after {
  content: '\f048';
}

[class*="icon-before"].icon-fast-backward span:before,
[class*="icon-after"].icon-fast-backward span:after,
[class*="icon-only"].icon-fast-backward span:after {
  content: '\f049';
}

[class*="icon-before"].icon-backward span:before,
[class*="icon-after"].icon-backward span:after,
[class*="icon-only"].icon-backward span:after {
  content: '\f04a';
}

[class*="icon-before"].icon-play span:before,
[class*="icon-after"].icon-play span:after,
[class*="icon-only"].icon-play span:after {
  content: '\f04b';
}

[class*="icon-before"].icon-pause span:before,
[class*="icon-after"].icon-pause span:after,
[class*="icon-only"].icon-pause span:after {
  content: '\f04c';
}

[class*="icon-before"].icon-stop span:before,
[class*="icon-after"].icon-stop span:after,
[class*="icon-only"].icon-stop span:after {
  content: '\f04d';
}

[class*="icon-before"].icon-forward span:before,
[class*="icon-after"].icon-forward span:after,
[class*="icon-only"].icon-forward span:after {
  content: '\f04e';
}

[class*="icon-before"].icon-fast-forward span:before,
[class*="icon-after"].icon-fast-forward span:after,
[class*="icon-only"].icon-fast-forward span:after {
  content: '\f050';
}

[class*="icon-before"].icon-step-forward span:before,
[class*="icon-after"].icon-step-forward span:after,
[class*="icon-only"].icon-step-forward span:after {
  content: '\f051';
}

[class*="icon-before"].icon-eject span:before,
[class*="icon-after"].icon-eject span:after,
[class*="icon-only"].icon-eject span:after {
  content: '\f052';
}

[class*="icon-before"].icon-chevron-left span:before,
[class*="icon-after"].icon-chevron-left span:after,
[class*="icon-only"].icon-chevron-left span:after {
  content: '\f053';
}

[class*="icon-before"].icon-chevron-right span:before,
[class*="icon-after"].icon-chevron-right span:after,
[class*="icon-only"].icon-chevron-right span:after {
  content: '\f054';
}

[class*="icon-before"].icon-plus-sign span:before,
[class*="icon-after"].icon-plus-sign span:after,
[class*="icon-only"].icon-plus-sign span:after {
  content: '\f055';
}

[class*="icon-before"].icon-minus-sign span:before,
[class*="icon-after"].icon-minus-sign span:after,
[class*="icon-only"].icon-minus-sign span:after {
  content: '\f056';
}

[class*="icon-before"].icon-remove-sign span:before,
[class*="icon-after"].icon-remove-sign span:after,
[class*="icon-only"].icon-remove-sign span:after {
  content: '\f057';
}

[class*="icon-before"].icon-ok-sign span:before,
[class*="icon-after"].icon-ok-sign span:after,
[class*="icon-only"].icon-ok-sign span:after {
  content: '\f058';
}

[class*="icon-before"].icon-question-sign span:before,
[class*="icon-after"].icon-question-sign span:after,
[class*="icon-only"].icon-question-sign span:after {
  content: '\f059';
}

[class*="icon-before"].icon-info-sign span:before,
[class*="icon-after"].icon-info-sign span:after,
[class*="icon-only"].icon-info-sign span:after {
  content: '\f05a';
}

[class*="icon-before"].icon-screenshot span:before,
[class*="icon-after"].icon-screenshot span:after,
[class*="icon-only"].icon-screenshot span:after {
  content: '\f05b';
}

nav.twc-custLoc-dropdown span.twc-icon-after:before {
  font-family: "FontAwesome";
  content: '\f05b';
  padding-left: .5em;
}

[class*="icon-before"].icon-remove-circle span:before,
[class*="icon-after"].icon-remove-circle span:after,
[class*="icon-only"].icon-remove-circle span:after {
  content: '\f05c';
}

[class*="icon-before"].icon-ok-circle span:before,
[class*="icon-after"].icon-ok-circle span:after,
[class*="icon-only"].icon-ok-circle span:after {
  content: '\f05d';
}

[class*="icon-before"].icon-ban-circle span:before,
[class*="icon-after"].icon-ban-circle span:after,
[class*="icon-only"].icon-ban-circle span:after {
  content: '\f05e';
}

[class*="icon-before"].icon-arrow-left span:before,
[class*="icon-after"].icon-arrow-left span:after,
[class*="icon-only"].icon-arrow-left span:after {
  content: '\f060';
}

[class*="icon-before"].icon-arrow-right span:before,
[class*="icon-after"].icon-arrow-right span:after,
[class*="icon-only"].icon-arrow-right span:after {
  content: '\f061';
}

[class*="icon-before"].icon-arrow-up span:before,
[class*="icon-after"].icon-arrow-up span:after,
[class*="icon-only"].icon-arrow-up span:after {
  content: '\f062';
}

[class*="icon-before"].icon-arrow-down span:before,
[class*="icon-after"].icon-arrow-down span:after,
[class*="icon-only"].icon-arrow-down span:after {
  content: '\f063';
}

[class*="icon-before"].icon-share-alt span:before,
[class*="icon-after"].icon-share-alt span:after,
[class*="icon-only"].icon-share-alt span:after {
  content: '\f064';
}

[class*="icon-before"].icon-resize-full span:before,
[class*="icon-after"].icon-resize-full span:after,
[class*="icon-only"].icon-resize-full span:after {
  content: '\f065';
}

[class*="icon-before"].icon-resize-small span:before,
[class*="icon-after"].icon-resize-small span:after,
[class*="icon-only"].icon-resize-small span:after {
  content: '\f066';
}

[class*="icon-before"].icon-plus span:before,
[class*="icon-after"].icon-plus span:after,
[class*="icon-only"].icon-plus span:after {
  content: '\f067';
}

[class*="icon-before"].icon-minus span:before,
[class*="icon-after"].icon-minus span:after,
[class*="icon-only"].icon-minus span:after {
  content: '\f068';
}

[class*="icon-before"].icon-asterisk span:before,
[class*="icon-after"].icon-asterisk span:after,
[class*="icon-only"].icon-asterisk span:after {
  content: '\f069';
}

[class*="icon-before"].icon-exclamation-sign span:before,
[class*="icon-after"].icon-exclamation-sign span:after,
[class*="icon-only"].icon-exclamation-sign span:after {
  content: '\f06a';
}

[class*="icon-before"].icon-warning-sign span:before,
[class*="icon-after"].icon-warning-sign span:after,
[class*="icon-only"].icon-warning-sign span:after {
  content: '\f071';
}

[class*="icon-before"].icon-calendar span:before,
[class*="icon-after"].icon-calendar span:after,
[class*="icon-only"].icon-calendar span:after {
  content: '\f073';
}

[class*="icon-before"].icon-random span:before,
[class*="icon-after"].icon-random span:after,
[class*="icon-only"].icon-random span:after {
  content: '\f074';
}

[class*="icon-before"].icon-comment span:before,
[class*="icon-after"].icon-comment span:after,
[class*="icon-only"].icon-comment span:after {
  content: '\f075';
}

[class*="icon-before"].icon-chevron-up span:before,
[class*="icon-after"].icon-chevron-up span:after,
[class*="icon-only"].icon-chevron-up span:after {
  content: '\f077';
}

[class*="icon-before"].icon-chevron-down span:before,
[class*="icon-after"].icon-chevron-down span:after,
[class*="icon-only"].icon-chevron-down span:after {
  content: '\f078';
}

[class*="icon-before"].icon-retweet span:before,
[class*="icon-after"].icon-retweet span:after,
[class*="icon-only"].icon-retweet span:after {
  content: '\f079';
}

[class*="icon-before"].icon-shopping-cart span:before,
[class*="icon-after"].icon-shopping-cart span:after,
[class*="icon-only"].icon-shopping-cart span:after {
  content: '\f07a';
}

[class*="icon-before"].icon-folder-close span:before,
[class*="icon-after"].icon-folder-close span:after,
[class*="icon-only"].icon-folder-close span:after {
  content: '\f07b';
}

[class*="icon-before"].icon-folder-open span:before,
[class*="icon-after"].icon-folder-open span:after,
[class*="icon-only"].icon-folder-open span:after {
  content: '\f07c';
}

[class*="icon-before"].icon-bar-chart span:before,
[class*="icon-after"].icon-bar-chart span:after,
[class*="icon-only"].icon-bar-chart span:after {
  content: '\f080';
}

[class*="icon-before"].icon-twitter-sign span:before,
[class*="icon-after"].icon-twitter-sign span:after,
[class*="icon-only"].icon-twitter-sign span:after {
  content: '\f081';
}

[class*="icon-before"].icon-facebook-sign span:before,
[class*="icon-after"].icon-facebook-sign span:after,
[class*="icon-only"].icon-facebook-sign span:after {
  content: '\f082';
}

[class*="icon-before"].icon-camera-retro span:before,
[class*="icon-after"].icon-camera-retro span:after,
[class*="icon-only"].icon-camera-retro span:after {
  content: '\f083';
}

[class*="icon-before"].icon-cogs span:before,
[class*="icon-after"].icon-cogs span:after,
[class*="icon-only"].icon-cogs span:after {
  content: '\f085';
}

[class*="icon-before"].icon-comments span:before,
[class*="icon-after"].icon-comments span:after,
[class*="icon-only"].icon-comments span:after {
  content: '\f086';
}

[class*="icon-before"].icon-thumbs-up-alt span:before,
[class*="icon-after"].icon-thumbs-up-alt span:after,
[class*="icon-only"].icon-thumbs-up-alt span:after {
  content: '\f087';
}

[class*="icon-before"].icon-thumbs-down-alt span:before,
[class*="icon-after"].icon-thumbs-down-alt span:after,
[class*="icon-only"].icon-thumbs-down-alt span:after {
  content: '\f088';
}

[class*="icon-before"].icon-star-half span:before,
[class*="icon-after"].icon-star-half span:after,
[class*="icon-only"].icon-star-half span:after {
  content: '\f089';
}

[class*="icon-before"].icon-heart-empty span:before,
[class*="icon-after"].icon-heart-empty span:after,
[class*="icon-only"].icon-heart-empty span:after {
  content: '\f08a';
}

[class*="icon-before"].icon-signout span:before,
[class*="icon-after"].icon-signout span:after,
[class*="icon-only"].icon-signout span:after {
  content: '\f08b';
}

[class*="icon-before"].icon-linkedin-sign span:before,
[class*="icon-after"].icon-linkedin-sign span:after,
[class*="icon-only"].icon-linkedin-sign span:after {
  content: '\f08c';
}

[class*="icon-before"].icon-pushpin span:before,
[class*="icon-after"].icon-pushpin span:after,
[class*="icon-only"].icon-pushpin span:after {
  content: '\f08d';
}

[class*="icon-before"].icon-external-link span:before,
[class*="icon-after"].icon-external-link span:after,
[class*="icon-only"].icon-external-link span:after {
  content: '\f08e';
}

[class*="icon-before"].icon-signin span:before,
[class*="icon-after"].icon-signin span:after,
[class*="icon-only"].icon-signin span:after {
  content: '\f090';
}

[class*="icon-before"].icon-trophy span:before,
[class*="icon-after"].icon-trophy span:after,
[class*="icon-only"].icon-trophy span:after {
  content: '\f091';
}

[class*="icon-before"].icon-github-sign span:before,
[class*="icon-after"].icon-github-sign span:after,
[class*="icon-only"].icon-github-sign span:after {
  content: '\f092';
}

[class*="icon-before"].icon-upload-alt span:before,
[class*="icon-after"].icon-upload-alt span:after,
[class*="icon-only"].icon-upload-alt span:after {
  content: '\f093';
}

[class*="icon-before"].icon-lemon span:before,
[class*="icon-after"].icon-lemon span:after,
[class*="icon-only"].icon-lemon span:after {
  content: '\f094';
}

[class*="icon-before"].icon-phone span:before,
[class*="icon-after"].icon-phone span:after,
[class*="icon-only"].icon-phone span:after {
  content: '\f095';
}

[class*="icon-before"].icon-check-empty span:before,
[class*="icon-after"].icon-check-empty span:after,
[class*="icon-only"].icon-check-empty span:after {
  content: '\f096';
}

[class*="icon-before"].icon-bookmark-empty span:before,
[class*="icon-after"].icon-bookmark-empty span:after,
[class*="icon-only"].icon-bookmark-empty span:after {
  content: '\f097';
}

[class*="icon-before"].icon-phone-sign span:before,
[class*="icon-after"].icon-phone-sign span:after,
[class*="icon-only"].icon-phone-sign span:after {
  content: '\f098';
}

[class*="icon-before"].icon-twitter span:before,
[class*="icon-after"].icon-twitter span:after,
[class*="icon-only"].icon-twitter span:after {
  content: '\f099';
}

[class*="icon-before"].icon-facebook span:before,
[class*="icon-after"].icon-facebook span:after,
[class*="icon-only"].icon-facebook span:after {
  content: '\f09a';
}

[class*="icon-before"].icon-unlock span:before,
[class*="icon-after"].icon-unlock span:after,
[class*="icon-only"].icon-unlock span:after {
  content: '\f09c';
}

[class*="icon-before"].icon-credit-card span:before,
[class*="icon-after"].icon-credit-card span:after,
[class*="icon-only"].icon-credit-card span:after {
  content: '\f09d';
}

[class*="icon-before"].icon-rss span:before,
[class*="icon-after"].icon-rss span:after,
[class*="icon-only"].icon-rss span:after {
  content: '\f09e';
}

[class*="icon-before"].icon-hdd span:before,
[class*="icon-after"].icon-hdd span:after,
[class*="icon-only"].icon-hdd span:after {
  content: '\f0a0';
}

[class*="icon-before"].icon-bullhorn span:before,
[class*="icon-after"].icon-bullhorn span:after,
[class*="icon-only"].icon-bullhorn span:after {
  content: '\f0a1';
}

[class*="icon-before"].icon-bell span:before,
[class*="icon-after"].icon-bell span:after,
[class*="icon-only"].icon-bell span:after {
  content: '\f0a2';
}

[class*="icon-before"].icon-certificate span:before,
[class*="icon-after"].icon-certificate span:after,
[class*="icon-only"].icon-certificate span:after {
  content: '\f0a3';
}

[class*="icon-before"].icon-hand-right span:before,
[class*="icon-after"].icon-hand-right span:after,
[class*="icon-only"].icon-hand-right span:after {
  content: '\f0a4';
}

[class*="icon-before"].icon-hand-left span:before,
[class*="icon-after"].icon-hand-left span:after,
[class*="icon-only"].icon-hand-left span:after {
  content: '\f0a5';
}

[class*="icon-before"].icon-hand-up span:before,
[class*="icon-after"].icon-hand-up span:after,
[class*="icon-only"].icon-hand-up span:after {
  content: '\f0a6';
}

[class*="icon-before"].icon-hand-down span:before,
[class*="icon-after"].icon-hand-down span:after,
[class*="icon-only"].icon-hand-down span:after {
  content: '\f0a7';
}

[class*="icon-before"].icon-circle-arrow-left span:before,
[class*="icon-after"].icon-circle-arrow-left span:after,
[class*="icon-only"].icon-circle-arrow-left span:after {
  content: '\f0a8';
}

[class*="icon-before"].icon-circle-arrow-right span:before,
[class*="icon-after"].icon-circle-arrow-right span:after,
[class*="icon-only"].icon-circle-arrow-right span:after {
  content: '\f0a9';
}

[class*="icon-before"].icon-circle-arrow-up span:before,
[class*="icon-after"].icon-circle-arrow-up span:after,
[class*="icon-only"].icon-circle-arrow-up span:after {
  content: '\f0aa';
}

[class*="icon-before"].icon-circle-arrow-down span:before,
[class*="icon-after"].icon-circle-arrow-down span:after,
[class*="icon-only"].icon-circle-arrow-down span:after {
  content: '\f0ab';
}

[class*="icon-before"].icon-globe span:before,
[class*="icon-after"].icon-globe span:after,
[class*="icon-only"].icon-globe span:after {
  content: '\f0ac';
}

[class*="icon-before"].icon-wrench span:before,
[class*="icon-after"].icon-wrench span:after,
[class*="icon-only"].icon-wrench span:after {
  content: '\f0ad';
}

[class*="icon-before"].icon-tasks span:before,
[class*="icon-after"].icon-tasks span:after,
[class*="icon-only"].icon-tasks span:after {
  content: '\f0ae';
}

[class*="icon-before"].icon-filter span:before,
[class*="icon-after"].icon-filter span:after,
[class*="icon-only"].icon-filter span:after {
  content: '\f0b0';
}

[class*="icon-before"].icon-briefcase span:before,
[class*="icon-after"].icon-briefcase span:after,
[class*="icon-only"].icon-briefcase span:after {
  content: '\f0b1';
}

[class*="icon-before"].icon-fullscreen span:before,
[class*="icon-after"].icon-fullscreen span:after,
[class*="icon-only"].icon-fullscreen span:after {
  content: '\f0b2';
}

[class*="icon-before"].icon-group span:before,
[class*="icon-after"].icon-group span:after,
[class*="icon-only"].icon-group span:after {
  content: '\f0c0';
}

[class*="icon-before"].icon-link span:before,
[class*="icon-after"].icon-link span:after,
[class*="icon-only"].icon-link span:after {
  content: '\f0c1';
}

[class*="icon-before"].icon-cloud span:before,
[class*="icon-after"].icon-cloud span:after,
[class*="icon-only"].icon-cloud span:after {
  content: '\f0c2';
}

[class*="icon-before"].icon-beaker span:before,
[class*="icon-after"].icon-beaker span:after,
[class*="icon-only"].icon-beaker span:after {
  content: '\f0c3';
}

[class*="icon-before"].icon-cut span:before,
[class*="icon-after"].icon-cut span:after,
[class*="icon-only"].icon-cut span:after {
  content: '\f0c4';
}

[class*="icon-before"].icon-copy span:before,
[class*="icon-after"].icon-copy span:after,
[class*="icon-only"].icon-copy span:after {
  content: '\f0c5';
}

[class*="icon-before"].icon-paper-clip span:before,
[class*="icon-after"].icon-paper-clip span:after,
[class*="icon-only"].icon-paper-clip span:after {
  content: '\f0c6';
}

[class*="icon-before"].icon-save span:before,
[class*="icon-after"].icon-save span:after,
[class*="icon-only"].icon-save span:after {
  content: '\f0c7';
}

[class*="icon-before"].icon-sign-blank span:before,
[class*="icon-after"].icon-sign-blank span:after,
[class*="icon-only"].icon-sign-blank span:after {
  content: '\f0c8';
}

[class*="icon-before"].icon-reorder span:before,
[class*="icon-after"].icon-reorder span:after,
[class*="icon-only"].icon-reorder span:after {
  content: '\f0c9';
}

[class*="icon-before"].icon-list-ul span:before,
[class*="icon-after"].icon-list-ul span:after,
[class*="icon-only"].icon-list-ul span:after {
  content: '\f0ca';
}

[class*="icon-before"].icon-list-ol span:before,
[class*="icon-after"].icon-list-ol span:after,
[class*="icon-only"].icon-list-ol span:after {
  content: '\f0cb';
}

[class*="icon-before"].icon-strikethrough span:before,
[class*="icon-after"].icon-strikethrough span:after,
[class*="icon-only"].icon-strikethrough span:after {
  content: '\f0cc';
}

[class*="icon-before"].icon-underline span:before,
[class*="icon-after"].icon-underline span:after,
[class*="icon-only"].icon-underline span:after {
  content: '\f0cd';
}

[class*="icon-before"].icon-table span:before,
[class*="icon-after"].icon-table span:after,
[class*="icon-only"].icon-table span:after {
  content: '\f0ce';
}

[class*="icon-before"].icon-magic span:before,
[class*="icon-after"].icon-magic span:after,
[class*="icon-only"].icon-magic span:after {
  content: '\f0d0';
}

[class*="icon-before"].icon-truck span:before,
[class*="icon-after"].icon-truck span:after,
[class*="icon-only"].icon-truck span:after {
  content: '\f0d1';
}

[class*="icon-before"].icon-pinterest span:before,
[class*="icon-after"].icon-pinterest span:after,
[class*="icon-only"].icon-pinterest span:after {
  content: '\f0d2';
}

[class*="icon-before"].icon-pinterest-sign span:before,
[class*="icon-after"].icon-pinterest-sign span:after,
[class*="icon-only"].icon-pinterest-sign span:after {
  content: '\f0d3';
}

[class*="icon-before"].icon-google-plus-sign span:before,
[class*="icon-after"].icon-google-plus-sign span:after,
[class*="icon-only"].icon-google-plus-sign span:after {
  content: '\f0d4';
}

[class*="icon-before"].icon-google-plus span:before,
[class*="icon-after"].icon-google-plus span:after,
[class*="icon-only"].icon-google-plus span:after {
  content: '\f0d5';
}

[class*="icon-before"].icon-money span:before,
[class*="icon-after"].icon-money span:after,
[class*="icon-only"].icon-money span:after {
  content: '\f0d6';
}

[class*="icon-before"].icon-caret-down span:before,
[class*="icon-after"].icon-caret-down span:after,
[class*="icon-only"].icon-caret-down span:after {
  content: '\f0d7';
}

[class*="icon-before"].icon-caret-up span:before,
[class*="icon-after"].icon-caret-up span:after,
[class*="icon-only"].icon-caret-up span:after {
  content: '\f0d8';
}

[class*="icon-before"].icon-caret-left span:before,
[class*="icon-after"].icon-caret-left span:after,
[class*="icon-only"].icon-caret-left span:after {
  content: '\f0d9';
}

[class*="icon-before"].icon-caret-right span:before,
[class*="icon-after"].icon-caret-right span:after,
[class*="icon-only"].icon-caret-right span:after {
  content: '\f0da';
}

[class*="icon-before"].icon-columns span:before,
[class*="icon-after"].icon-columns span:after,
[class*="icon-only"].icon-columns span:after {
  content: '\f0db';
}

[class*="icon-before"].icon-sort span:before,
[class*="icon-after"].icon-sort span:after,
[class*="icon-only"].icon-sort span:after {
  content: '\f0dc';
}

[class*="icon-before"].icon-sort-down span:before,
[class*="icon-after"].icon-sort-down span:after,
[class*="icon-only"].icon-sort-down span:after {
  content: '\f0dd';
}

[class*="icon-before"].icon-sort-up span:before,
[class*="icon-after"].icon-sort-up span:after,
[class*="icon-only"].icon-sort-up span:after {
  content: '\f0de';
}

[class*="icon-before"].icon-envelope span:before,
[class*="icon-after"].icon-envelope span:after,
[class*="icon-only"].icon-envelope span:after {
  content: '\f0e0';
}

[class*="icon-before"].icon-linkedin span:before,
[class*="icon-after"].icon-linkedin span:after,
[class*="icon-only"].icon-linkedin span:after {
  content: '\f0e1';
}

[class*="icon-before"].icon-undo span:before,
[class*="icon-after"].icon-undo span:after,
[class*="icon-only"].icon-undo span:after {
  content: '\f0e2';
}

[class*="icon-before"].icon-dashboard span:before,
[class*="icon-after"].icon-dashboard span:after,
[class*="icon-only"].icon-dashboard span:after {
  content: '\f0e4';
}

[class*="icon-before"].icon-comment-alt span:before,
[class*="icon-after"].icon-comment-alt span:after,
[class*="icon-only"].icon-comment-alt span:after {
  content: '\f0e5';
}

[class*="icon-before"].icon-comments-alt span:before,
[class*="icon-after"].icon-comments-alt span:after,
[class*="icon-only"].icon-comments-alt span:after {
  content: '\f0e6';
}

[class*="icon-before"].icon-paste span:before,
[class*="icon-after"].icon-paste span:after,
[class*="icon-only"].icon-paste span:after {
  content: '\f0ea';
}

[class*="icon-before"].icon-lightbulb span:before,
[class*="icon-after"].icon-lightbulb span:after,
[class*="icon-only"].icon-lightbulb span:after {
  content: '\f0eb';
}

[class*="icon-before"].icon-exchange span:before,
[class*="icon-after"].icon-exchange span:after,
[class*="icon-only"].icon-exchange span:after {
  content: '\f0ec';
}

[class*="icon-before"].icon-cloud-download span:before,
[class*="icon-after"].icon-cloud-download span:after,
[class*="icon-only"].icon-cloud-download span:after {
  content: '\f0ed';
}

[class*="icon-before"].icon-cloud-upload span:before,
[class*="icon-after"].icon-cloud-upload span:after,
[class*="icon-only"].icon-cloud-upload span:after {
  content: '\f0ee';
}

[class*="icon-before"].icon-suitcase span:before,
[class*="icon-after"].icon-suitcase span:after,
[class*="icon-only"].icon-suitcase span:after {
  content: '\f0f2';
}

[class*="icon-before"].icon-building span:before,
[class*="icon-after"].icon-building span:after,
[class*="icon-only"].icon-building span:after {
  content: '\f0f7';
}

[class*="icon-before"].icon-plus-sign-alt span:before,
[class*="icon-after"].icon-plus-sign-alt span:after,
[class*="icon-only"].icon-plus-sign-alt span:after {
  content: '\f0fe';
}

[class*="icon-before"].icon-double-angle-left span:before,
[class*="icon-after"].icon-double-angle-left span:after,
[class*="icon-only"].icon-double-angle-left span:after {
  content: '\f100';
}

[class*="icon-before"].icon-double-angle-right span:before,
[class*="icon-after"].icon-double-angle-right span:after,
[class*="icon-only"].icon-double-angle-right span:after {
  content: '\f101';
}

[class*="icon-before"].icon-double-angle-up span:before,
[class*="icon-after"].icon-double-angle-up span:after,
[class*="icon-only"].icon-double-angle-up span:after {
  content: '\f102';
}

[class*="icon-before"].icon-double-angle-down span:before,
[class*="icon-after"].icon-double-angle-down span:after,
[class*="icon-only"].icon-double-angle-down span:after {
  content: '\f103';
}

[class*="icon-before"].icon-angle-left span:before,
[class*="icon-after"].icon-angle-left span:after,
[class*="icon-only"].icon-angle-left span:after {
  content: '\f104';
}

[class*="icon-before"].icon-angle-right span:before,
[class*="icon-after"].icon-angle-right span:after,
[class*="icon-only"].icon-angle-right span:after {
  content: '\f105';
}

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

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

[class*="icon-before"].icon-desktop span:before,
[class*="icon-after"].icon-desktop span:after,
[class*="icon-only"].icon-desktop span:after {
  content: '\f108';
}

[class*="icon-before"].icon-laptop span:before,
[class*="icon-after"].icon-laptop span:after,
[class*="icon-only"].icon-laptop span:after {
  content: '\f109';
}

[class*="icon-before"].icon-tablet span:before,
[class*="icon-after"].icon-tablet span:after,
[class*="icon-only"].icon-tablet span:after {
  content: '\f10a';
}

[class*="icon-before"].icon-mobile-phone span:before,
[class*="icon-after"].icon-mobile-phone span:after,
[class*="icon-only"].icon-mobile-phone span:after {
  content: '\f10b';
}

[class*="icon-before"].icon-circle-blank span:before,
[class*="icon-after"].icon-circle-blank span:after,
[class*="icon-only"].icon-circle-blank span:after {
  content: '\f10c';
}

[class*="icon-before"].icon-quote-left span:before,
[class*="icon-after"].icon-quote-left span:after,
[class*="icon-only"].icon-quote-left span:after {
  content: '\f10d';
}

[class*="icon-before"].icon-quote-right span:before,
[class*="icon-after"].icon-quote-right span:after,
[class*="icon-only"].icon-quote-right span:after {
  content: '\f10e';
}

[class*="icon-before"].icon-spinner span:before,
[class*="icon-after"].icon-spinner span:after,
[class*="icon-only"].icon-spinner span:after {
  content: '\f110';
}

[class*="icon-before"].icon-circle span:before,
[class*="icon-after"].icon-circle span:after,
[class*="icon-only"].icon-circle span:after {
  content: '\f111';
}

[class*="icon-before"].icon-reply span:before,
[class*="icon-after"].icon-reply span:after,
[class*="icon-only"].icon-reply span:after {
  content: '\f112';
}

[class*="icon-before"].icon-github-alt span:before,
[class*="icon-after"].icon-github-alt span:after,
[class*="icon-only"].icon-github-alt span:after {
  content: '\f113';
}

[class*="icon-before"].icon-folder-close-alt span:before,
[class*="icon-after"].icon-folder-close-alt span:after,
[class*="icon-only"].icon-folder-close-alt span:after {
  content: '\f114';
}

[class*="icon-before"].icon-folder-open-alt span:before,
[class*="icon-after"].icon-folder-open-alt span:after,
[class*="icon-only"].icon-folder-open-alt span:after {
  content: '\f115';
}

[class*="icon-before"].icon-expand-alt span:before,
[class*="icon-after"].icon-expand-alt span:after,
[class*="icon-only"].icon-expand-alt span:after {
  content: '\f116';
}

[class*="icon-before"].icon-collapse-alt span:before,
[class*="icon-after"].icon-collapse-alt span:after,
[class*="icon-only"].icon-collapse-alt span:after {
  content: '\f117';
}

[class*="icon-before"].icon-gamepad span:before,
[class*="icon-after"].icon-gamepad span:after,
[class*="icon-only"].icon-gamepad span:after {
  content: '\f11b';
}

[class*="icon-before"].icon-flag-alt span:before,
[class*="icon-after"].icon-flag-alt span:after,
[class*="icon-only"].icon-flag-alt span:after {
  content: '\f11d';
}

[class*="icon-before"].icon-flag-checkered span:before,
[class*="icon-after"].icon-flag-checkered span:after,
[class*="icon-only"].icon-flag-checkered span:after {
  content: '\f11e';
}

[class*="icon-before"].icon-code span:before,
[class*="icon-after"].icon-code span:after,
[class*="icon-only"].icon-code span:after {
  content: '\f121';
}

[class*="icon-before"].icon-reply-all span:before,
[class*="icon-after"].icon-reply-all span:after,
[class*="icon-only"].icon-reply-all span:after {
  content: '\f122';
}

[class*="icon-before"].icon-mail-reply-all span:before,
[class*="icon-after"].icon-mail-reply-all span:after,
[class*="icon-only"].icon-mail-reply-all span:after {
  content: '\f122';
}

[class*="icon-before"].icon-star-half-empty span:before,
[class*="icon-after"].icon-star-half-empty span:after,
[class*="icon-only"].icon-star-half-empty span:after {
  content: '\f123';
}

[class*="icon-before"].icon-location-arrow span:before,
[class*="icon-after"].icon-location-arrow span:after,
[class*="icon-only"].icon-location-arrow span:after {
  content: '\f124';
}

[class*="icon-before"].icon-crop span:before,
[class*="icon-after"].icon-crop span:after,
[class*="icon-only"].icon-crop span:after {
  content: '\f125';
}

[class*="icon-before"].icon-question span:before,
[class*="icon-after"].icon-question span:after,
[class*="icon-only"].icon-question span:after {
  content: '\f128';
}

[class*="icon-before"].icon-info span:before,
[class*="icon-after"].icon-info span:after,
[class*="icon-only"].icon-info span:after {
  content: '\f129';
}

[class*="icon-before"].icon-exclamation span:before,
[class*="icon-after"].icon-exclamation span:after,
[class*="icon-only"].icon-exclamation span:after {
  content: '\f12a';
}

[class*="icon-before"].icon-eraser span:before,
[class*="icon-after"].icon-eraser span:after,
[class*="icon-only"].icon-eraser span:after {
  content: '\f12d';
}

[class*="icon-before"].icon-calendar-empty span:before,
[class*="icon-after"].icon-calendar-empty span:after,
[class*="icon-only"].icon-calendar-empty span:after {
  content: '\f133';
}

[class*="icon-before"].icon-chevron-sign-left span:before,
[class*="icon-after"].icon-chevron-sign-left span:after,
[class*="icon-only"].icon-chevron-sign-left span:after {
  content: '\f137';
}

[class*="icon-before"].icon-chevron-sign-right span:before,
[class*="icon-after"].icon-chevron-sign-right span:after,
[class*="icon-only"].icon-chevron-sign-right span:after {
  content: '\f138';
}

[class*="icon-before"].icon-chevron-sign-up span:before,
[class*="icon-after"].icon-chevron-sign-up span:after,
[class*="icon-only"].icon-chevron-sign-up span:after {
  content: '\f139';
}

[class*="icon-before"].icon-chevron-sign-down span:before,
[class*="icon-after"].icon-chevron-sign-down span:after,
[class*="icon-only"].icon-chevron-sign-down span:after {
  content: '\f13a';
}

[class*="icon-before"].icon-unlock-alt span:before,
[class*="icon-after"].icon-unlock-alt span:after,
[class*="icon-only"].icon-unlock-alt span:after {
  content: '\f13e';
}

[class*="icon-before"].icon-ellipsis-horizontal span:before,
[class*="icon-after"].icon-ellipsis-horizontal span:after,
[class*="icon-only"].icon-ellipsis-horizontal span:after {
  content: '\f141';
}

[class*="icon-before"].icon-ellipsis-vertical span:before,
[class*="icon-after"].icon-ellipsis-vertical span:after,
[class*="icon-only"].icon-ellipsis-vertical span:after {
  content: '\f142';
}

[class*="icon-before"].icon-play-sign span:before,
[class*="icon-after"].icon-play-sign span:after,
[class*="icon-only"].icon-play-sign span:after {
  content: '\f144';
}

[class*="icon-before"].icon-ticket span:before,
[class*="icon-after"].icon-ticket span:after,
[class*="icon-only"].icon-ticket span:after {
  content: '\f145';
}

[class*="icon-before"].icon-minus-sign-alt span:before,
[class*="icon-after"].icon-minus-sign-alt span:after,
[class*="icon-only"].icon-minus-sign-alt span:after {
  content: '\f146';
}

[class*="icon-before"].icon-check-minus span:before,
[class*="icon-after"].icon-check-minus span:after,
[class*="icon-only"].icon-check-minus span:after {
  content: '\f147';
}

[class*="icon-before"].icon-check-sign span:before,
[class*="icon-after"].icon-check-sign span:after,
[class*="icon-only"].icon-check-sign span:after {
  content: '\f14a';
}

[class*="icon-before"].icon-edit-sign span:before,
[class*="icon-after"].icon-edit-sign span:after,
[class*="icon-only"].icon-edit-sign span:after {
  content: '\f14b';
}

[class*="icon-before"].icon-external-link-sign span:before,
[class*="icon-after"].icon-external-link-sign span:after,
[class*="icon-only"].icon-external-link-sign span:after {
  content: '\f14c';
}

[class*="icon-before"].icon-share-sign span:before,
[class*="icon-after"].icon-share-sign span:after,
[class*="icon-only"].icon-share-sign span:after {
  content: '\f14d';
}

[class*="icon-before"].icon-compass span:before,
[class*="icon-after"].icon-compass span:after,
[class*="icon-only"].icon-compass span:after {
  content: '\f14e';
}

[class*="icon-before"].icon-collapse span:before,
[class*="icon-after"].icon-collapse span:after,
[class*="icon-only"].icon-collapse span:after {
  content: '\f150';
}

[class*="icon-before"].icon-collapse-top span:before,
[class*="icon-after"].icon-collapse-top span:after,
[class*="icon-only"].icon-collapse-top span:after {
  content: '\f151';
}

[class*="icon-before"].icon-expand span:before,
[class*="icon-after"].icon-expand span:after,
[class*="icon-only"].icon-expand span:after {
  content: '\f152';
}

[class*="icon-before"].icon-eur span:before,
[class*="icon-after"].icon-eur span:after,
[class*="icon-only"].icon-eur span:after {
  content: '\f153';
}

[class*="icon-before"].icon-gbp span:before,
[class*="icon-after"].icon-gbp span:after,
[class*="icon-only"].icon-gbp span:after {
  content: '\f154';
}

[class*="icon-before"].icon-usd span:before,
[class*="icon-after"].icon-usd span:after,
[class*="icon-only"].icon-usd span:after {
  content: '\f155';
}

[class*="icon-before"].icon-dollar span:before,
[class*="icon-after"].icon-dollar span:after,
[class*="icon-only"].icon-dollar span:after {
  content: '\f155';
}

[class*="icon-before"].icon-btc span:before,
[class*="icon-after"].icon-btc span:after,
[class*="icon-only"].icon-btc span:after {
  content: '\f15a';
}

[class*="icon-before"].icon-file span:before,
[class*="icon-after"].icon-file span:after,
[class*="icon-only"].icon-file span:after {
  content: '\f15b';
}

[class*="icon-before"].icon-youtube-sign span:before,
[class*="icon-after"].icon-youtube-sign span:after,
[class*="icon-only"].icon-youtube-sign span:after {
  content: '\f166';
}

[class*="icon-before"].icon-youtube span:before,
[class*="icon-after"].icon-youtube span:after,
[class*="icon-only"].icon-youtube span:after {
  content: '\f167';
}

[class*="icon-before"].icon-eye-open span:before,
[class*="icon-after"].icon-eye-open span:after,
[class*="icon-only"].icon-eye-open span:after {
  content: '\f06e';
}

/* ==========================================================================
    Images -- Version: 1.9.0.0 - Updated: 12/29/2013
   ========================================================================== */
figure {
  position: relative;
  width: 100%;
}
figure img {
  max-width: 100%;
  margin: 0 auto 1em;
}

figcaption {
  width: auto;
  margin-bottom: .5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

img {
  display: inherit;
  border: 0;
}

.image-rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.image-circular {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.image-bordered {
  border: 3px solid white;
  outline: 1px solid #666666;
}

[class*='image-focus-'] {
  min-height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}

.imageArtDirection a[class*='image-focus-'] {
  display: block;
  color: inherit;
  text-decoration: none;
}

.image-focus-1 {
  background-position: left center;
}

.image-focus-2 {
  background-position: 25% center;
}

.image-focus-3 {
  background-position: 50% center;
}

.image-focus-4 {
  background-position: 75% center;
}

.image-focus-5 {
  background-position: right center;
}

/* ie8 (.twc-ie8) */
/* Fix IE8 background-position issue */
.twc-ie8 [class*="image-focus-"] {
  background-position: center center;
  width: 100%;
}

/* ie9 (.twc-ie9) */
/* Fix IE9 overflow bug */
.twc-ie9 svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
    Lists -- Version: 1.9.0.3 - Updated: 3/20/2014
   ========================================================================== */
ol {
  margin: 0 0 0 1.5em;
  padding: 0;
}
ol ol {
  margin-bottom: 0;
}
.step-box ol, .step-circle ol {
  counter-reset: step;
  position: relative;
  margin: 1.5em 0 0 0.5em;
}
.step-box ol li:before {
  border-radius: 0.25em;
  padding: 0.25em;
  content: "STEP " counter(step);
  margin-right: 1.5em;
  color: white;
}
.step-box ol li:nth-child(n+10):before {
  margin-right: 1em;
}
.step-box ol li {
  text-indent: -5.5em;
  margin-left: 5em;
}
.step-circle ol li:before {
  border-radius: 50%;
  padding: 0.25em 0.5em;
  content: counter(step);
  font-weight: 700;
  margin-right: 1.5em;
}
.step-circle ol li:nth-child(n+10):before {
  margin-right: 0.9em;
}
.step-circle ol li {
  text-indent: -3.25em;
  margin-left: 3em;
}
.step-box.purple-li ol li:before {
  background: #5b1f69;
}
.step-box.blue-li ol li:before {
  background: #02a9e0;
}
.step-box.black-li ol li:before {
  background: #333;
}
.step-box.bc-middle-grey-li ol li:before {
  background: #7f848c;
}
.step-box.bc-dark-blue-li ol li:before {
  background: #054a91;
}
.step-box.bc-light-blue-li ol li:before {
  background: #4380b8;
}
.step-circle.purple-li ol li:before {
  border: 2px solid #5b1f69;
  color: #5b1f69;
}
.step-circle.blue-li ol li:before {
  border: 2px solid #02a9e0;
  color: #02a9e0;
}
.step-circle.black-li ol li:before {
  border: 2px solid #333;
  color: #333;
}
.step-circle.bc-middle-grey-li ol li:before {
  border: 2px solid #7f848c;
  color: #7f848c;
}
.step-circle.bc-dark-blue-li ol li:before {
  border: 2px solid #054a91;
  color: #054a91;
}
.step-circle.bc-light-blue-li ol li:before {
  border: 2px solid #4380b8;
  color: #4380b8;
}
.step-box.step-box ol li, .step-circle.step-circle ol li {
  counter-increment: step;
  list-style-type: none;
  margin-bottom: 1.5em;
}

ul {
  margin: 0;
  padding: 0;
}
ul ul {
  margin: 0;
}
ul.table li {
  padding: 0.5em 1em;
  vertical-align: middle;
  display: table-cell;
}

/* Bulleted List Items */
.bulleted ~ ul {
  margin-bottom: 0;
}
.bulleted li {
  list-style: outside disc;
  margin-left: 1em;
  border-bottom: none;
}

/* Horizontal List Items */
.horizontal li {
  display: inline;
}
.horizontal [class*='column-count-'] li {
  display: inline-block;
}
.horizontal.slashes li {
  padding: 0;
}
.horizontal.slashes li:after {
  content: '/';
  padding: 0 .5em;
}
.horizontal.slashes li.js-last:after {
  content: '';
}
.horizontal.pipes li {
  padding: 0;
}
.horizontal.pipes li:after {
  content: '|';
  padding: 0 .25em 0 .5em;
}
.horizontal.pipes li.js-last:after {
  content: '';
}

/* Vertical List Items */
.vertical > ul li,
.vertical > ol li {
  padding: .5em 0;
}
.vertical.lined > ul > li, .vertical.lined > ol > li {
  border-bottom: 1px dotted #E1E1E1;
}
.vertical.lined > ul > li.js-last, .vertical.lined > ol > li.js-last {
  border-bottom: none;
}
.vertical.alt > ul > li:nth-child(even) {
  background: #f6f6f6;
}

ul.vertical li,
ol.vertical li {
  padding: .5em 0;
}
ul.vertical.lined li,
ol.vertical.lined li {
  border-bottom: 1px dotted #E1E1E1;
}
ul.vertical.lined li.js-last,
ol.vertical.lined li.js-last {
  border-bottom: none;
}

/* SmartLinks */
.horizontal li > div.smartLink {
  display: inline;
}

/* Ordered List */
ol li {
  list-style: decimal;
  list-style-position: outside;
}

/* Definition List */
dt {
  font-weight: bold;
}

dd {
  margin-left: 1em;
}

/* Richtext Lists */
.richtext ~ ul {
  margin-bottom: 0;
}
.richtext li {
  list-style: outside disc;
  margin-left: 1em;
  border-bottom: none;
}
.richtext ol li {
  list-style: decimal outside none;
}

.non-bulleted {
  margin: 0;
  list-style: none outside none;
}

/* fix for horizontal smartlinks - 18388 */
.horizontal li > .smartLink.desktop-hidden { display: none;}
.horizontal li > .smartLink.tablet-hidden { display: inline;}
.horizontal li > .smartLink.mobile-hidden { display: inline;}

@media (max-width: 48em) {
  .horizontal li > .smartLink.desktop-hidden { display: inline;}
  .horizontal li > .smartLink.tablet-hidden { display: none;}
  .horizontal li > .smartLink.mobile-hidden { display: inline;}
}

@media (max-width: 40em) {
  .labelList ul {
    margin: 0;
    padding-left: 14px;
  }
  .horizontal li > .smartLink.desktop-hidden { display: inline;}
  .horizontal li > .smartLink.tablet-hidden { display: inline;}
  .horizontal li > .smartLink.mobile-hidden { display: none;}
}

/* needs to happen after the breakpoint selectors so the hidden link wins out */
.horizontal li > .liveagent-chat-link.hidden-link { display: none;}

/* ==========================================================================
    Modules -- Version: 1.9.0.0 - Updated: 12/29/2013
   ========================================================================== */
hr {
  margin: 1.5em 0;
  border: 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid white;
}

hr.solid {
  border-top: none;
  border-right: none;
  border-bottom: 3px solid #333;
  border-left: none;
  margin: 0 0 1em 0;
}

hr.spacer {
  border: medium none;
  margin: 1.5em 0 0 0;
  background: none;
}

.hr-line {
  border-top: 1px solid #e1e1e1;
  margin: 1.5em 0;
  text-align: center;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
}
.hr-line legend {
  color: #555555;
  font-size: 1em;
  margin: 0 auto;
  padding: 0 1em;
}

/* Shadows */
/*==================================================
 * Shadow 1
 =================================================*/
.shadow-1:before {
  position: absolute;
  left: 1%;
  bottom: -22px;
  width: 98%;
  margin: 30px auto;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 12px 7px #333;
  z-index: -1;
}

.shadow-1:after {
  position: absolute;
  left: -1.5%;
  bottom: -25px;
  width: 103%;
  margin: 30px auto;
  content: '';
  box-shadow: 0 0 15px 4px #555;
  z-index: -1;
}

/*==================================================
 * Shadow 2
 =================================================*/
.shadow-2:before {
  position: absolute;
  left: -1%;
  bottom: -30px;
  width: 102%;
  margin: 30px auto;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px 8px #333;
  z-index: -1;
}

/*==================================================
 * Shadow 3
 =================================================*/
.shadow-3:before, .shadow-3:after {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 1%;
  width: 52%;
  top: 83%;
  -webkit-box-shadow: 0 15px 10px #101010;
  -moz-box-shadow: 0 15px 10px #101010;
  box-shadow: 0 15px 10px #101010;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  z-index: -1;
}

.shadow-3:after {
  right: 1%;
  left: auto;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

/*==================================================
 * Shadow 4
 =================================================*/
.shadow-4:before, .shadow-4:after {
  position: absolute;
  content: "";
  width: 52%;
  z-index: -1;
}

.shadow-4:before {
  bottom: 5%;
  top: 20px;
  left: 1%;
  -webkit-box-shadow: 0 1 -5px 10px #101010;
  -moz-box-shadow: 0 -15px 10px #101010;
  box-shadow: 0 -15px 10px #101010;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.shadow-4:after {
  bottom: 20px;
  top: 5%;
  right: 1%;
  left: auto;
  -webkit-box-shadow: 0 15px 10px #101010;
  -moz-box-shadow: 0 15px 10px #101010;
  box-shadow: 0 15px 10px #101010;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.divider-shadow {
  position: relative;
  overflow: hidden;
  margin: 1em 0 0;
  padding: 1em 0;
  border: none;
  border-top: 1px solid #f3f3f3;
}
.divider-shadow:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 96%;
  top: -1em;
  height: 10px;
  left: 2%;
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 20;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
}

/* ie8 (.ie8) */
.twc-ie8 .divider-shadow {
  margin: 1.5em 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border: 0;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid white;
}

/* ==========================================================================
    Tables -- Version: 1.9.0.0 - Updated: 12/29/2013
   ========================================================================== */
table.checkboxTables {
  display: none;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}
table.checkboxTables tr:nth-of-type(odd) td {
  background: #fff;
}
table.checkboxTables tr:nth-of-type(even) {
  background: #f7f8fc;
}
table.checkboxTables tr:last-of-type {
  border-bottom: 1px solid #e1e1e1;
}
table.checkboxTables th {
  height: 30px;
  max-width: 100px;
  padding: .675em 1em;
  border-radius: 5px 5px 0 0;
  border: none;
  border-left: 1px solid #e1e1e1;
  background-color: #6f93af;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6f93af), to(#59768d));
  background-image: -webkit-linear-gradient(top, #6f93af, #59768d);
  background-image: -moz-linear-gradient(top, #6f93af, #59768d);
  background-image: -ms-linear-gradient(top, #6f93af, #59768d);
  background-image: -o-linear-gradient(top, #6f93af, #59768d);
  background-image: linear-gradient(top, #6f93af, #59768d);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6f93af', EndColorStr='#59768d')";
  zoom: 1;
  color: white;
  vertical-align: middle;
}
table.checkboxTables th:empty {
  min-width: 200px;
  background-color: transparent;
  background-image: none;
  border: none;
}
table.checkboxTables td {
  height: 40px;
  padding: 5px 2%;
  border-left: 1px solid #cdd2d8;
  border-right: 1px solid #cdd2d8;
  font-size: 14px;
  font-size: 1.4rem;
  color: #5a5a5a;
  vertical-align: middle;
}
table.checkboxTables td.row-title {
  background: #c3d6e7;
  text-align: left;
}

.checkBoxTableWrapper .checklist-table .blank.first {
  text-indent: 0;
  color: black;
}

@media (max-width: 40em) {
  table.checkboxTables thead, table.checkboxTables tbody, table.checkboxTables th, table.checkboxTables td, table.checkboxTables tr {
    border: none;
    text-align: left;
  }
  table.checkboxTables tr.column-title td {
    background-color: #6f93af;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6f93af), to(#59768d));
    background-image: -webkit-linear-gradient(top, #6f93af, #59768d);
    background-image: -moz-linear-gradient(top, #6f93af, #59768d);
    background-image: -ms-linear-gradient(top, #6f93af, #59768d);
    background-image: -o-linear-gradient(top, #6f93af, #59768d);
    background-image: linear-gradient(top, #6f93af, #59768d);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6f93af', EndColorStr='#59768d')";
    zoom: 1;
    color: white;
    font-weight: 700;
    width: 100%;
  }
  table.checkboxTables tr.column-title td .h5 {
    padding-top: .375em;
  }
  table.checkboxTables tr.column-title:not(:first-child) {
    margin-top: 1rem;
  }
  table.checkboxTables table td {
    width: 50%;
    border: none;
    position: relative;
    min-height: 30px;
  }
  table.checkboxTables table td:before {
    left: 6px;
    position: absolute;
    top: 6px;
    white-space: nowrap;
    font-weight: bold;
  }
  table.checkboxTables .cta {
    float: right;
  }
}

/* ==========================================================================
    Videos -- Version: 1.9.0.0 - Updated: 12/29/2013
   ========================================================================== */
audio, canvas {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

video {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  top: 0;
  left: 0;
  min-width: 290px;
  max-width: 100%;
  min-height: calc(290px/1.777777778);
}

canvas {
  top: 0;
  left: 0;
  max-width: 100%;
}

video {
  margin-bottom: 0;
}

figure video {
  margin-bottom: 1em;
}

audio:not([controls]) {
  display: none;
}

.video-container {
  margin-bottom: 1em;
  background-color: #262626;
  background: -moz-linear-gradient(left, #262626 0%, #6b6d6d 28%, #6b6d6d 72%, #262626 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #262626), color-stop(28%, #6b6d6d), color-stop(72%, #6b6d6d), color-stop(100%, #262626));
  background: -webkit-linear-gradient(left, #262626 0%, #6b6d6d 28%, #6b6d6d 72%, #262626 100%);
  background: -o-linear-gradient(left, #262626 0%, #6b6d6d 28%, #6b6d6d 72%, #262626 100%);
  background: -ms-linear-gradient(left, #262626 0%, #6b6d6d 28%, #6b6d6d 72%, #262626 100%);
  background: linear-gradient(to right, #262626 0%, #6b6d6d 28%, #6b6d6d 72%, #262626 100%);
  behavior: url(pie/PIE.htc);
  text-align: center;
}

@media (max-width: 40em) {
  video {
    height: auto;
  }
}
.pagination > .cta {
  margin: .2em;
}

.youtube-wrapper .twc-content {
  overflow: visible;
}

.youtube-search .twc-box-column .pagination a {
  margin: 0 auto;
  color: #fff;
  font-family: 'TWC Round Medium',Arial,Sans-Serif;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
  background-color: #3779b3;
  background-image: -moz-linear-gradient(center top, #3779b3, #02447e) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3779b3), to(#02447e)) !important;
  background-image: -webkit-linear-gradient(top, #3779b3, #02447e) !important;
  background-image: -moz-linear-gradient(top, #3779b3, #02447e) !important;
  background-image: -o-linear-gradient(top, #3779b3, #02447e) !important;
  background-image: -ms-linear-gradient(top, #3779b3, #02447e) !important;
  background-image: linear-gradient(top, #3779b3, #02447e) !important;
}

.youtube-search .twc-box-column .pagination .disabled a {
  margin: 0 auto;
  color: #fff;
  font-family: 'TWC Round Medium',Arial,Sans-Serif;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
  background-color: #BCBCBC !important;
  background-image: -moz-linear-gradient(center top, #bcbcbc, #838383) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#838383)) !important;
  background-image: -webkit-linear-gradient(top, #bcbcbc, #838383) !important;
  background-image: -moz-linear-gradient(top, #bcbcbc, #838383) !important;
  background-image: -o-linear-gradient(top, #bcbcbc, #838383) !important;
  background-image: -ms-linear-gradient(top, #bcbcbc, #838383) !important;
  background-image: linear-gradient(top, #bcbcbc, #838383) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bcbcbc', EndColorStr='#838383');
  color: #FFFFFF;
}

.youtube-search .twc-box-column {
  padding: 1.5em;
  margin-bottom: 2em;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 2px 0 #888;
  box-shadow: 0 1px 2px 0 #888;
  overflow: auto;
}

/* ie8 (.ie8) */
.twc-ie8 .youtube-video-gallery {
  float: left;
  width: 22.125%;
  margin-left: 2.5%;
}

/* ie9 (.ie9) */
.twc-ie9 .youtube-video-gallery {
  float: left;
  width: 22.125%;
  margin-left: 2.5%;
}

#videoInfo a {
  height: 62px;
}

[class*='youtube-video-'] a {
  margin-bottom: 0em;
}

[class*='youtube-video-'] {
  margin-bottom: 0em;
}

.ytVideoSorting .horizontal li *:not(script) {
  display: none1;
}

/* SmartPhone */
@media (max-width: 31.25em) {
  .video-container a figure img {
    margin-bottom: 0.5em;
  }

  [class*='youtube-video-'] {
    padding: 1em .5em;
  }
}
.youtube-search #searchResult {
  width: 100%;
}

/* ==========================================================================
    Pricing -- Version: 1.0.0.1 - Updated: 2/18/2014
   ========================================================================== */
.pricing {
  float: none;
  font-family: "TWC Round Book";
  color: #333333;
}
.pricing .h4 {
  margin-bottom: 0;
  background: inherit;
  font-family: "TWC Round Book";
  color: inherit;
}
.pricing .h4 span.dollars {
  font-size: 33px;
}
.pricing .h4 sup {
  position: relative;
  font-size: 14px;
  top: -.5em;
}
.pricing .term {
  font-size: 11px;
  display: inline-block;
  text-align: right;
  line-height: 1;
  margin-left: -1.35em;
}
.pricing .term.under {
  display: block;
  margin-left: 0;
  text-align: center;
}

@media (max-width: 48em) {
  .price.section {
    margin-top: 0.75em;
  }
}
@media (max-width: 40em) {
  .price.section {
    margin-top: 0.75em;
  }
}

.lazyLoadContent .imageAccordion {
    display: none;
}

@media (max-width: 48em) {
    .lazyLoadContent .imageAccordion {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}
.eloquaFormsWrapper {
    border: dashed 2px red;
    overflow: scroll;
    width: 100%;
    min-height: 100%;
}

.elq-form form {
    width: 97%;
}

.elq-form .LV_validation_message {
    display:none;
}

.elq-form input[type=submit] {
  -webkit-appearance: none;
}

.abf .parsley-errors-list.filled li {
    position: relative;
    left: 0;
    top: auto;
    bottom: 75px;
}

.abf select#new_form_state {
    height: 2em;
    background-color: white;
}

.abf hr.spacer {
    margin: 1.25em 0 0;
}

.abf .richtext p {
    margin-bottom: 0;
}

@media (max-width: 48em) {
    .abf .serviceArea input {
        margin-bottom: 0.5em;
    }

    .abf .twc-col2_3367-c1.parsys_column {
        padding-left: 0;
    }

    .abf ul.parsley-errors-list {
        height: 0;
    }
}

.javascript-disabled .js-disabled.error-module.browser-error {
	display: none; 
}

.no-js .javascript-disabled .js-disabled.error-module.browser-error {
	display: block; 
}

.javascript-disabled .js-disabled.error-module.browser-error {
    background: #a00;
    color: #fff;
    border: none;
    margin: 0;
    border-radius: 0; 
}

.javascript-disabled .js-disabled.error-module.browser-error .error-wrap {
    margin: 0 auto;
    max-width: 980px;
    line-height: 1.5em; 
}

.javascript-disabled .js-disabled.error-module.browser-error .error-wrap {
    padding: 15px 15px 15px 41px;
    background: url("../../clientlibs/common/javascript-disabled/icon-error.png") no-repeat left center;
    min-height: 29px;
}

.javascript-disabled .js-disabled.error-module.browser-error {
    font-weight: bold;
    font-size: 14px;
}

.abf .save-address .save-address-wrapper label{
    display : inline;
    font-weight :bold;
}

.abf .save-address .save-address-wrapper .save-address-tooltip {
    display : inline-block;
    margin-left : .5em;
}

.abf .save-address #parsley-id-multiple-save-address-checkbox {
    float : left;
}

.address-clarification-ctas {
        text-align: center;
}

/* ==========================================================================
    Alerts -- 1.9.0.0 - Updated: 12/29/2013
   ========================================================================== */
.twc-browser-alert-section {
  background-color: #fef937;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fef937), to(#e8d440));
  background-image: -webkit-linear-gradient(top, #fef937, #e8d440);
  background-image: -moz-linear-gradient(top, #fef937, #e8d440);
  background-image: -ms-linear-gradient(top, #fef937, #e8d440);
  background-image: -o-linear-gradient(top, #fef937, #e8d440);
  background-image: linear-gradient(top, #fef937, #e8d440);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fef937', EndColorStr='#e8d440')";
  zoom: 1;
}
.twc-browser-alert-section ul {
  margin-bottom: 0;
}
.twc-browser-alert-section .twc-alert-close:after {
  color: #333;
  font-family: "FontAwesome", Arial, Sans-Serif;
  font-weight: lighter;
  content: '\f057';
}

.twc-alert-section .twc-customerLocation p.twc-alert-text:before, .twc-browser-alert-section .twc-customerLocation p.twc-alert-text:before, .twc-browser-alert-section .twc-customerLocation p.twc-alert-text:before, .twc-alert-section p.twc-alert-text:before, .twc-browser-alert-section p.twc-alert-text:before, .twc-browser-alert-section p.twc-alert-text:before {
  /* 05/14/14 ticket 10764 */
  margin-left: -1.4em;
  float: left;
}

.twc-alert-section .twc-alert-close:after, .twc-browser-alert-section .twc-alert-close:after, .twc-browser-alert-section .twc-alert-close:after {
  top: -1.25em;
  right: -1em;
}

.twc-alert-section .twc-container, .twc-browser-alert-section .twc-container, .twc-browser-alert-section .twc-container {
  padding: 1em 1em 1em 0;
}

@media (max-width: 48em) {
  .twc-alert-section .twc-alert-close:after, .twc-browser-alert-section .twc-alert-close:after, .twc-browser-alert-section .twc-alert-close:after {
    font-size: 24px;
    font-size: 2.4rem;
    right: -0.5em;
  }

  .twc-alert-section .twc-container, .twc-browser-alert-section .twc-container, .twc-browser-alert-section .twc-container {
    padding: 1em 2.5em 1em 1em;
  }
}
@media (max-width: 40em) {
  .twc-alert-section .twc-alert-close:after, .twc-browser-alert-section .twc-alert-close:after, .twc-browser-alert-section .twc-alert-close:after {
    /* 05/14/14 ticket 10764 */
    padding-left: .5em;
  }
}

/* ==========================================================================
    Learn 3.0 Typography - Created: 12/31/2014
   ========================================================================== */

/* ==========================
	  Body Text
   ========================== */
.disclaimer-text {
    font-size: 9px;
    font-family: Arial;
    line-height: 11px;
    color: #69696C;
}
/* ==========================
	  Headings
   ========================== */

.super-h2 {
    font-size: 46px;
    font-family: "TWC Round Light";
    font-weight: 100;
}

.super-h3 {
    font-size: 32px;
    font-family: "TWC Round Light";
    font-weight: 100;
}

.super-h4 {
    font-size: 24px;
    font-family: "TWC Round Book";
    font-weight: 100;
}
/**Tablet Breakpoint*/
@media (max-width: 48em) {

    .super-h2 {
        font-size: 36px;
    }

    .super-h3 {
        font-size: 26px;
    }
}
/*Mobile Breakpoint*/
@media (max-width: 40em) {

    .super-h2 {
        font-size: 26px;
    }

    .super-h3 {
        font-size: 22px;
    }
}

/* Responsive header classes */
/* These are already applied to header tags */
@media (max-width: 48em) {
  .h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }

 .h4 {
    font-size: 19.5px;
    font-size: 1.95rem;
  }

  .h5 {
    font-size: 17.75px;
    font-size: 1.775rem;
  }

  .h6 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 40em) {
  .h1 {
    font-size: 27px;
    font-size: 2.7rem;
  }

  .h2 {
    font-size: 22.5px;
    font-size: 2.25rem;
  }

  .h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .h4 {
    font-size: 16.5px;
    font-size: 1.65rem;
  }

  .h5 {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .h6 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* AEMCOM-36 set primary font-family to Open Sans */

.smarty-dots {
    display: none;
    position: absolute;
    z-index: 999;
    width: 24px;
    height: 8px;
    background-image: url("data:image/gif;base64,R0lGODlhGAAIAOMAALSytOTi5MTCxPTy9Ly6vPz6/Ozq7MzKzLS2tOTm5PT29Ly+vPz+/MzOzP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBgAOACwAAAAAGAAIAAAEUtA5NZi8jNrr2FBScQAAYVyKQC6gZBDkUTRkXUhLDSwhojc+XcAx0JEGjoRxCRgWjcjAkqZr5WoIiSJIaohIiATqimglg4KWwrDBDNiczgDpiAAAIfkECQYAFwAsAAAAABgACACEVFZUtLK05OLkxMbE9PL0jI6MvL68bG5s7Ors1NbU/Pr8ZGJkvLq8zM7MXFpctLa05ObkzMrM9Pb0nJqcxMLE7O7s/P78////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWDgZVWQcp2nJREWmhLSKRWOcySoRAWBEZ8IBi+imAAcxwXhZODxDCfFwxloLI6A7OBCoPKWEG/giqxRuOLKRSA2lpVM6kM2dTZmyBuK0Aw8fhcQdQMxIwImLiMSLYkVPyEAIfkECQYAFwAsAAAAABgACACEBAIEpKak1NbU7O7svL68VFZU/Pr8JCIktLK05OLkzMrMDA4M9Pb0vLq87Ors9PL0xMLEZGZk/P78tLa05ObkzM7MFBIU////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWLgJVGCcZ2n9DASmq7nUwDAQaAPhCAEgzqNncIQodEWgxNht7tdDBMmorIw0gKXh3T3uCSYgV3VitUiwrskZTspGpFKsJMRRVdkNBuKseT5Tg4TUQo+BgkCfygSDCwuIgN/IQAh+QQJBgAXACwAAAAAGAAIAIRUVlS0srTk4uR8enz08vTExsRsbmzs6uyMjoz8+vzU1tRkYmS8urzMzsxcWly0trTk5uR8fnz09vTMyszs7uycmpz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFYOBlUVBynad1QBaaEtIpIY5jKOgxAM5w5IxAYJKo8HgLwmnnAAAGsodQ2FgcnYUL5Nh0QLTTqbXryB6cXcBPEBYaybEL0wm9SNqFWfOWY0Z+JxBSAXkiFAImLiolLoZxIQAh+QQJBgAQACwAAAAAGAAIAIQEAgS0srTc2tz08vTMyszk5uT8+vw0MjS8ury0trTk4uT09vTMzszs6uz8/vw0NjT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFWiAELYMjno4gmCfkDItoEEGANKfwAMAjnA1EjWBg1I4G14HHO5gMiWOAEZUqIAIm86eQeo/XrBbA/RqlMceS6RxVa4xZLVHI7QCHn6hQRbAWDSwoKoIiLzEQIQAh+QQJBgAXACwAAAAAGAAIAIRUVlS0srTk4uR8enz08vTExsRsbmzs6uyMjoz8+vzU1tRkYmS8urzMzsxcWly0trTk5uR8fnz09vTMyszs7uycmpz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFY+B1SYQlntYBmeeVQJSZTEHAHCcUOUCEiwqDw4GQNGrIhGgA4DkGIsIC0ARUHsia4AKpOiGXghewyGq5YwCu4Gw6jlnJ0gu9SKvWRKH2AIt0TQN+F0FNRSISMS0XKSuLCQKKIQAh+QQJBgAXACwAAAAAGAAIAIQEAgSkpqTU1tTs7uy8vrxUVlT8+vwkIiS0srTk4uTMyswMDgz09vS8urzs6uz08vTEwsRkZmT8/vy0trTk5uTMzswUEhT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFZOB1MY8knhJpnpchUKahIEjjnAxEE8xJHABA4VGhGQ0ighFBEA0swWBkYgxMEpfHkva4BKLBxRaBHdACCHT3C14U0VbkRWlsXgYLcERGJQxOD3Q8PkBCfyMDKygMDIoiDAIJJiEAIfkECQYAFwAsAAAAABgACACEVFZUtLK05OLkxMbE9PL0jI6MvL68bG5s7Ors1NbU/Pr8ZGJkvLq8zM7MXFpctLa05ObkzMrM9Pb0nJqcxMLE7O7s/P78////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWPgdUmEJZ4WaZ6XAlWmEgUBg5wSRRvSmRwOR0HSoBkVIoMxYBARFgBHdPJYBgSXijVAuAykUsBii5VsK96oelFc9i5K40MkgYInigHtAcHFH28XP1EFXSMwLBcWFRIrJwoCiCEAOw==");
}

.smarty-ui {
    position: absolute;
    /* Needs to be higher than bootstrap modal z-index */
    z-index: 1051;
    text-shadow: none;
    text-align: left;
    text-decoration: none;
}

.smarty-popup {
    padding: 20px 30px;
    background: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.smarty-popup-header {
    text-transform: uppercase;
    font: bold 10pt/1em "Open Sans", sans-serif;
    color: #CEA737;
    padding: 12px 0px 0px;
    text-align: center;
}

.smarty-popup-ambiguous-header {
    color: #CEA737;
}

.smarty-popup-invalid-header {
    color: #D0021B;
}

.smarty-popup-missing-input-header {
    color: #CEA737;
}

.smarty-popup-typed-address {
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
    text-align: center;
    margin: 15px 0px;
}

.smarty-popup-secondary-number-form {
    font-family: sans-serif;
    margin: 10px auto 20px;
    padding: 0;
    border: none;
    float: none;
    background: none;
    width: auto;
    text-align: center;
}

#smarty-popup-secondary-number-input-box {
    width: 200px;
    font-size: 11pt;
    margin-bottom: 10px;
    text-align: center;
}

#smarty-popup-secondary-number-form-submit-button {
    line-height: 23px;
    background: #606060;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 2px 15px;
    font-size: 11pt;
    width: 215px;
}

#smarty-popup-secondary-number-form-submit-button:hover {
    background: #333;
}

.smarty-choice-list .smarty-choice {
    background: #FFF;
    padding: 10px 15px;
    color: #9B9B9B;
    margin-bottom: 10px;
}

.smarty-choice {
    display: block;
    font: 300 10pt/1em sans-serif;
    text-decoration: none !important;
    border: 1px solid #D4D4D4;
}

.smarty-choice-list .smarty-choice:hover {
    color: #333 !important;
    background: #F7F7F7;
    text-decoration: none !important;
    border: 1px solid #333
}

.smarty-choice-alt {
    background: inherit !important;
    clear: both;
}

.smarty-choice-alt .smarty-choice-abort,
.smarty-choice-override {
    padding: 8px 10px;
    color: #FFF !important;
    font-size: 10pt;
    text-decoration: none !important;
    background: #606060;
    border-radius: 3px;
    border: none;
}

.smarty-choice-override {
    float: right
}

.smarty-choice-abort {
    float: left
}

.smarty-choice-alt .smarty-choice:first-child {
    border-top: 0;
}

.smarty-choice-abort:hover {
    background: #333 !important;
}

.smarty-choice-override:hover {
    background: #333 !important;
}

.smarty-tag {
    position: absolute;
    display: block;
    overflow: hidden;
    font: 15px/1.2em sans-serif;
    text-decoration: none !important;
    width: 20px;
    height: 18px;
    border-radius: 25px;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
}

.smarty-tag:hover {
    width: 70px;
    text-decoration: none !important;
    color: #999;
}

.smarty-tag:hover .smarty-tag-text {
    color: #000 !important;
}

.smarty-tag-grayed {
    border: 1px solid #B4B4B4 !important;
    color: #999 !important;
    background: #DDD !important;
    box-shadow: inset 0 9px 15px #FFF;
}

.smarty-tag-green {
    border: 1px solid #407513 !important;
    color: #407513 !important;
    background: #A6D187 !important;
    box-shadow: inset 0 9px 15px #E3F6D5;
}

.smarty-tag-grayed:hover {
    border-color: #333 !important;
}

.smarty-tag-check {
    padding-left: 4px;
    text-decoration: none !important;
}

.smarty-tag-text {
    font-size: 12px !important;
    position: absolute;
    top: 0;
    left: 16px;
    width: 50px !important;
    text-align: center !important;
}

.smarty-autocomplete {
    border: 1px solid #777;
    background: white;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #555;
}

.smarty-suggestion {
    display: block;
    color: #444;
    text-decoration: none !important;
    font-size: 12px;
    padding: 1px 5px;
}

.smarty-active-suggestion {
    background: #EEE;
    color: #000;
    border: none;
    outline: none;
}

.smarty-no-suggestions {
    padding: 1px 5px;
    font-size: 12px;
    color: #AAA;
    font-style: italic;
}

.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 .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  input {
    margin-top: .1em;
}

.formBuilderForm .form_button_submit {
    font-size: 1.3rem;
    margin: .5em 0;
    width: inherit;
    padding: .75em 1em;
}

/* ==========================================================================
   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;
}

.loading-overlay-bkg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 8000;
}
.loading-window {
    z-index: 8001;
    background: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    /*position: fixed;  defined dynamically */
    top: 50%;
    bottom: auto;
    left: 20%;
    right: 0;
    width: 50%;
    text-align: center;
    -moz-border-radius: 10px 10px;
    border-radius: 10px 10px;
}
.loading-content {
    position: relative;
    margin: auto;
    top: 30%;
    bottom: auto;
    width: 70%;
}
img {
    display:block;
    margin:0, auto;
}
.loadingImage {
    height : 40px;
    width : 40px;
    display : block;
    margin : 0 auto;
}
.onloadswirly .loading-window:not(.hidden) {
    display: block;
    left: 50%;
    right: auto;
    width: 600px;
    margin-left: -300px;
    height: 200px;
    top: 40%;
    margin-top: -100px;
    position: fixed;
}

