/*! jQuery UI - v1.10.2 - 2013-04-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.tabs.css, jquery.ui.tooltip.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 2013 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;*/
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.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);
}

.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%;
    z-index:1003;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}
.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-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-header {
    cursor: pointer;/*position: relative;*/position: static;
    margin-top: 1px;
    zoom: 1;
    font-weight: normal;
    background-color: #595959;
}
.ui-accordion .ui-accordion-li-fix {
    display: inline;
}
.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
    background-color: #595959;
    display: inline-block;
    font-size: 1em;
    padding: .25em .5em .25em .7em;
    color: #ffffff !important;
    width: auto !important;
}
.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}
.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;*/
    display: inline-block;
    height: 16px;
    width: 16px;
    position: relative;
    top: 3px;#top: -4px;
    margin-left: 3px;
    text-indent: 0px;
}
.ui-accordion .ui-accordion-content {
    background-color: #cecece;
    padding: 1em 2.2em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: hidden;
    display: none;
    zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
    display: block;
    padding: 10px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.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-year {
    width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}
.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 {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
    /* jQuery UI 1.10 removes the z-index option */
    z-index:2000;
}
.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: 21px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;*/
    background-color: transparent;
    outline:none;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    background: none;
    overflow: auto;
    /* fix for jQuery UI 1.10 */
    height:auto !important;
}
.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-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
}
.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0; /* support: IE7 */
    font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
    cursor: default;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}
.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("images/animated-overlay.gif");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.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;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* For 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-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    /*padding: .2em;*/
    overflow:hidden;
    zoom: 1;
}
.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 li a {
    /*float: left;
    padding: .5em 1em; */
    color: #555555;
    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 a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
    font-weight:bold;
}
.ui-tabs .ui-tabs-panel {
    /*display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;*/
    display: block;
    overflow: hidden;
    position: relative;
}
.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 {
    /* MRM code: */
    line-height: 1.3;
}
.ui-widget .ui-widget {
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    /*
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1em;
    */
    font-family: Verdana, Arial, sans-serif /* {ffDefault
}
        */;
    font-size: 1em;
}
.ui-widget-content {
    /*
    border: 1px solid #dddddd;
    background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333333;
    */
    float: left;
    margin: 0 auto;
    border: none;
    background: transparent 0 0 no-repeat;
    color: #4f4f4f;
    min-height: 100px;

}
.ui-widget-content a {
    /*color: #333333;*/
}
.ui-widget-header {
    border: none /* {borderColorHeader
}
        */;
    background: none repeat scroll 0 0 transparent;
    font-weight: normal;
    /*
    border: 1px solid #e78f08;
    background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold; */
}
.ui-widget-header a {
    /*	color: #ffffff; */
    color: #222222 /* {fcHeader
}
        */;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    /*border: 1px solid #cccccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #1c94c4;*/
    border: none /* {borderColorDefault
}
        */;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    /*color: #1c94c4;
    text-decoration: none; */
    color: #555555 /* {fcDefault
}
        */;
    text-decoration: none;
    width: 100%;
}
.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(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #c77405;
    border: none /* {borderColorHover
}
    */;
    font-weight: normal /* {fwDefault
}
        */;
    color: #212121 /* {fcHover
}
        */;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    /*color: #c77405;
    text-decoration: none;*/
    color: #212121 /* {fcHover
}
        */;
    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(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #eb8f00;*/
    border: none /* {borderColorActive
}
        */;
    font-weight: normal /* {fwDefault
}
        */;
    color: #212121 /* {fcActive
}
        */;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    /*color: #eb8f00;
    text-decoration: none;
    */
    color: #212121 /* {fcActive
}
        */;
    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(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    color: #363636;*/
    border: 1px solid #fcefa1 /* {borderColorHighlight
}
        */;
    background: #fbf9ee /* {bgColorHighlight
}
        */url(/assets/new/ui-bg_glass_55_fbf9ee_1x400.png) /* {bgImgUrlHighlight
}
        */50% /* {bgHighlightXPos
}
        */50% /* {bgHighlightYPos
}
        */repeat-x /* {bgHighlightRepeat
}
        */;
    color: #363636 /* {fcHighlight
}
        */;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    /*color: #363636;*/
    color: #363636 /* {fcHighlight
}
        */;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    /*border: 1px solid #cd0a0a;
    background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    color: #ffffff;*/
    border: 1px solid #cd0a0a /* {borderColorError
}
        */;
    background: #fef1ec /* {bgColorError
}
        */url(/assets/new/ui-bg_glass_95_fef1ec_1x400.png) /* {bgImgUrlError
}
        */50% /* {bgErrorXPos
}
        */50% /* {bgErrorYPos
}
        */repeat-x /* {bgErrorRepeat
}
        */;
    color: #cd0a0a /* {fcError
}
        */;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    /*color: #ffffff;*/
    color: #cd0a0a /* {fcError
}
        */;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    /*color: #ffffff;*/
    color: #cd0a0a /* {fcError
}
        */;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    /*font-weight: bold;*/
    font-weight: normal;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70);
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;

    background-image: url(/assets/new/ui-icons_222222_256x240.png) /* {iconsContent
}
        */;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(/assets/new/ui-icons_222222_256x240.png) /* {iconsContent
}
        */;
}
.ui-widget-header .ui-icon {
    background-image: url(/assets/new/ui-icons_222222_256x240.png) /* {iconsHeader
}
        */;
}
.ui-state-default .ui-icon {
    background-image: url(/assets/new/ui-icons_454545_256x240.png) /* {iconsDefault
}
        */;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(/assets/new/ui-icons_454545_256x240.png) /* {iconsHover
}
        */;
}
.ui-state-active .ui-icon {
    background-image: url(/assets/new/ui-icons_454545_256x240.png) /* {iconsActive
}
        */;
}
.ui-state-highlight .ui-icon {
    background-image: url(/assets/new/ui-icons_2e83ff_256x240.png) /* {iconsHighlight
}
        */;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/assets/new/ui-icons_cd0a0a_256x240.png) /* {iconsError
}
        */;
}

/* 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(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: .5;
    filter: Alpha(Opacity=50); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-widget-shadow {
    /*
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: .2;
    filter: Alpha(Opacity=20);
    border-radius: 5px;*/
}

@font-face {
    font-family: 'GTWalsheimProRegular';
    src: url('/fonts/GTWalsheimProRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'GTWalsheimProBold';
    src: url('/fonts/GTWalsheimProBold.ttf') format('truetype');
}


/* HTML reset for browser consistency*/
* {
    margin: 0;
    padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    height: 100%;
}

/*Default styling, fonts, gutters, and padding*/
hr
{
    clear: both;
}
nav ul, nav li {
    float: left;
    list-style: none;
}
ol li, ul li {
    line-height: 1.5em;
}
ul li, ol.nonbulleted {
    list-style: none;
}
.sideBar .sideBarGray ul li, .rightSideBar .sideBar ul li{
    padding: 0 20px;
    position: relative;
    font-size: 20px;
}

.pageContent ol li {
    margin-left:17px;
}
.pageContent .relatedContent ul li.nonbulleted, .pageContent ol.nonbulleted li, .pageContent ul.nonbulleted li, .listHeader, .jcarousel-container ul li{
    background: none !important;
    padding-left: 0;
}

.nonbulleted.download{
    padding-left: 17px !important;
}
.nonbulleted.download img{
    position: absolute;
    margin-left: -22px;
}

html, body, input, select, textarea {
    font: normal 14px/1.5em GTWalsheimProRegular,sans-serif; /*16px/12px*/
    color: #000;
}
input, select, textarea{
    border: 1px solid #999;
}
.invalid{
    border: 1px solid #f00;
}
label.invalid {
    border: none;
}
.oldie select.invalid{
    background-color: #f99;
    color: #000;
}
#mainContent {
    display: block;
    border: none;
    position: relative;
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top, #fff 90%, #e2e3e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%,#fff), color-stop(100%,#e2e3e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 90%,#e2e3e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 90%,#e2e3e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 90%,#e2e3e4 100%); /* IE10+ */
    background: linear-gradient(top, #fff 90%,#e2e3e4 100%); /* W3C */
}
/*.oldie #mainContent{//breaks homepage carousel in IE 7
position:static;
}*/
.no-cssgradients #mainContent {
    background: #fff url('/assets/new/grayGradientBg.png') repeat-x 0 100%;
}
#mainContent.leftSideBar .sideBar{
    float:left;
    width: 100%;
}
.searchResultsPage #mainContent.leftSideBar .sideBar{display:none;}
#mainContent.rightSideBar .sideBar{
    float:right;
    display:none;
}
img {
    border: none;
}
#mainContent img{
    max-width:100%;
    height:auto;
    filter: grayscale(100%);
}
a {
    text-decoration: none;
    color: #4f4f4f;
}
a:hover{
    text-decoration: underline;
}
p {
    padding: .4em 0;
}
#mainContent h1, .mainLogo span{
    font-size: 28px; /*27px/12px*/
    line-height: 40px;
    margin-bottom: 2%; /*15px/750px*/
    font-weight:bold;
    color:#000;
}
h2,h3, legend, footer strong{
    color:#000;
}
h2{
    font-size: 1.5em;
    line-height: 1.25em;
}
.headline{
    text-transform: uppercase;
    line-height: 1.3;
    display:block;
}
legend{font-weight:bold;}
fieldset{border:none;}
strong {
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
}
.sectionBlock span strong{color: #000;}
.clearText {
    text-indent: -2000em;
    display: block;
}
.hidden{display: none;}
.shown {display: block;}
/*** Form Styling ***/
input[type="button"], button{
    background-color:#5a8fa8;
    color:#FFF;
    border:none;
    padding:.4em 1.5em;
    cursor:pointer;
    margin:.4em 0;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
}
input[type="submit"].buttonSubmitCareer {
    padding: 0;
    margin: 0;
    background-color: #989C9F;
    color: white;
    border: 0 none;
    text-transform: uppercase;
    width: 77px;
    height: 24px;
}
input:disabled, select:disabled, textarea:disabled, button:disabled{
    cursor: default;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.oldie input[disabled],
.oldie select[disabled],
.oldie textarea[disabled],
.oldie button[disabled]{
    cursor: default;
    filter: alpha(opacity=70);
}
Label.error {/*This is for the blog comment posting error message*/
    color: #ff0000;
}
.x-panel-btns-ct{
    clear:both;
}

/*Main Layout*/
.wrapper {
    margin: 0 auto;
    overflow: hidden;
    clear:both;
    width:100%;
    padding: 0 15px;
}
header .wrapper{overflow:inherit;}
.mainLogo {
    float: left;
    width: 20%;
    height: 40px;
    line-height: 40px;
    padding-bottom: 2px;
    padding-left: 1%;
}
.mainLogo img {
    vertical-align: middle;
    margin-right: 2.678571428571428571428571428571%; /*15px@560px*/
}
.mainLogo span{
    display: none;
}
#country {
    display: none;
}
#loginSection {
    display: block;
    float: right;
}

#nav_edit_profile {
    display: block;
    height: 40px;
    width: 40px;
}

#mobiTagLine{
    background: #757779;
    color: #FFF;
    padding: 1% 0 1% 1%;
    font-size:.8em;
}
#mobiTagLine p{
    padding:0;
}
#mobiMainNav ul {
    float: right;
}

.navigatorDialog {
    max-width: 250px;
}
#globalNav{
    display: none;
    z-index: 999;
}
#globalNav .megaNavChevronHolder{
    width:100%;
    display: none;
}
.megaNavChevron{
    margin:0 auto;
    background:url(/assets/new/icons/navIcons.png) no-repeat -108px -62px;
    width:13px;
    height:13px;
}
.mobileNavigationSupport #globalNav .megaNavChevronHolder{
    display:block;
}
.no-cssgradients #globalNav li a, #mobileNav li a{
    background: transparent url('/assets/new/topNavWhiteNotch.png') no-repeat 100% 100%;
}
.cssgradients #globalNav li a{
    background: -moz-linear-gradient(135deg, transparent 10px, white 0);
    background: -ms-linear-gradient(135deg, transparent 10px, white 0);
    background: -o-linear-gradient(135deg, transparent 10px, white 0);
    background: -webkit-linear-gradient(135deg, transparent 10px, white 0);
    /*
    The Vendor prefixes got the angle wrong. When a browser starts supporting the real spec, 0deg = east, not north
    Reference: http://stackoverflow.com/questions/12868704/why-did-firefox-16-change-the-direction-of-my-linear-gradients
    */
    background: linear-gradient(-45deg, transparent 10px, white 0);
    background-position: bottom right;
    background-repeat: no-repeat;
}
/* jqueryscroller */
.jspContainer{
    overflow: hidden;
    position: relative;
}
.jspPane{
    position: absolute;
}
.jspVerticalBar{
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background: #E1E1E1;
}
.jspHorizontalBar{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: #E1E1E1;
}
.jspVerticalBar *,
.jspHorizontalBar *{
    margin: 0;
    padding: 0;
}
.jspCap{display: none;}
.jspHorizontalBar .jspCap{float: left;}
.jspTrack{
    background: #fff;
    position: relative;
    border-left: solid 1px #E1E1E1;
}
.jspDrag{
    background: #BABABA;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
    float: left;
    height: 100%;
}
.jspArrow{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}
.jspArrow.jspDisabled{
    cursor: default;
    background: #80808d;
}
.jspVerticalBar .jspArrow{height: 16px;}
.jspHorizontalBar .jspArrow{
    width: 16px;
    float: left;
    height: 100%;
}
.jspVerticalBar .jspArrow:focus{outline: none;}
.jspCorner{
    background: #eeeef4;
    float: left;
    height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}
/****End Country Selector******/
/*****Inner Left Nav******/
#leftNav {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.innerLeftNav {
    float: left;
    width: 100%;
    display:none;
    background: -moz-linear-gradient(140deg, transparent 13px, #EDEDED 0pt) no-repeat scroll right bottom transparent;
    background: -ms-linear-gradient(140deg, transparent 13px, #EDEDED 0pt) no-repeat scroll right bottom transparent;
    background: -o-linear-gradient(140deg, transparent 13px, #EDEDED 0pt) no-repeat scroll right bottom transparent;
    background: -webkit-linear-gradient(140deg, transparent 13px, #EDEDED 0pt) no-repeat scroll right bottom transparent;
    background: linear-gradient(-40deg, transparent 13px, #EDEDED 0pt) no-repeat scroll right bottom transparent;
    padding: 0 0 20px;
}
#leftNav.active .innerLeftNav {
    display: block;
}
.no-cssgradients .innerLeftNav{
    background: transparent url('/assets/new/innerNavGrayNotch.png') no-repeat 100% 100%;
}
.oldie .innerLeftNav {
    background: #EDEDED;
}
.innerLeftNav li {
    float: left;
    width: 100%;
}
.innerLeftNav li ul {
    width: 100%;
    padding-left: 1.5em;
}
#mainContent .innerLeftNav li ul li {
    border-bottom: 0 none;
    display: none;
}
.innerLeftNav li ul.expanded li{
    display:list-item;
}
#zoneName{
    color: #000;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: none;
}
.innerLeftNav .nest > a {
    background: transparent url('/assets/new/arrrows-innernav.png') no-repeat 0px 5px;
}
.innerLeftNav .nest > a.current {
    background-position: 0px -94px;
}
.innerLeftNav li.nest a.active {
    background-position: 0px -294px;
}
.innerLeftNav li.nest a.active:hover {
    background-position: 0px -94px;
}
.innerLeftNav li.nest a:hover {
    background-position: 0px 5px;
}
.belowMenu{
    display:none;
}
/* Back and More Links */
.mobiSecondaryNav {
    display: block;
    width: 100%;
    color: white;
    background-color: #003F60;
    text-align: center;
    overflow:hidden;
}
.mobiSecondaryNav ul {
    display: block;
    width: 100%;
}
.mobiSecondaryNav li {
    display: block;
}
.mobiSecondaryNav a {
    color: white;
    text-decoration: none;
    padding:.5em 0 .5em 30px;
    display:block;
    text-transform: capitalize;
}
.mobiSecondaryNav #mobiBack li{float:left;}
.mobiSecondaryNav #mobiBack a{
    background: url(/assets/new/icons/navIcons.png) no-repeat 3px -11.428571428571428571428571428571em transparent;
}
.mobiSecondaryNav #mobiMoreLinks{float:right;}
.mobiSecondaryNav #mobiMoreLinks a{
    padding-right:30px;
    background: #767779 url(/assets/new/icons/navIcons.png) no-repeat -80px 0.85714285714285714285714285714286em;
}
.mobiSecondaryNav #mobiMoreLinks.active a{
    background-position:-80px -9.8571428571428571428571428571429em;
}
/*****End Inner Left Nav*****/
/*****Mobile Footer*****/

#relationsBucket nav li {
    float: none;
    line-height: 1;
}
footer {
    background-size: 100% auto;
    clear:both;
}
/*****temporary styles may have to be removed for responsive*****/
#contactBucket img {
    display: none;
}

footer #contactBucket .alert {
    color: red;
}
/*****End Main Navigation*******/
header {
    background-color: #FFF;
    border-bottom: 1px solid gray;
}
footer section {
    float: left;
}
.thumbBucket {
    overflow: hidden;
    clear: both;
}

.footer .thumbBucket section {
    margin-bottom: 40px;
    width: 100%;
    float: none;
    padding: 0;
    clear: both;
    display: flex;
    position: relative;
}
.footer .thumbBucket section:last-child {
    margin-bottom: 0;
}
.thumbBucket article {
    padding-left: 70px;
    font-size: 14px;
    line-height: 22px;
}
#relationsBucket a {
    padding: 4px 0;
    display: block;
}
#globalNav .socialCol .social li{
    clear:none;
    padding-bottom:0px;
}
.corpInfo, .clearfix {
    clear: both;
}
/***Social Icons***/
#socialBucket .gig-followbar-providerButton-img, #gigyaFollowAboutUs .gig-followbar-providerButton-img, #contactUsGigya .gig-followbar-providerButton-img{display:none;}
#gigyaButtons-reaction5 {
    height: auto;
}
#gigyaButtons{
    display:none;
}

#gigyaFollowFooter a {
    float:left;
}
/* temporary gigya fix */
#gigyaFollowFooter li, img {
    margin: 0;
    padding: 0;
}
#socialBucket .twitter{
    background-position: -40px 0;
}
#socialBucket .linkedin{
    background-position:-80px 0;
}
#socialBucket .rss{
    background-position: -120px 0;
}
#socialBucket .googleplus{
    background-position: -160px 0;
}
#socialBucket .youtube{
    background-position: -200px 0;
    margin-right:0;
}
/* CSS Wire */
#newsEventsBucket ul li {
    display: block; float: none;
}
/* Modal */
.ui-resizable-handle {
    display: none !important;
}

/*****End Main Layout*******/
/***BreadCrumbs***/
.breadCrumbs {
    display: none;
}
/* Removes Gigya from Other Countries */
.scrollwrap > #gigyaFollow {
    display: none;
}
.mobilCountrySelect
{
    width: 250px;
    height: 400px;
    overflow: auto;
}
.mobilCountrySelect
{
    font-size:14px;
    font-weight:bold;
}
.mobilCountrySelect .jspPane
{
    background:#fff;
}
.mobilCountrySelect .jspPane div a
{
    padding:5px 15px;
    color:#747678;
    display:block;
}
.mobilCountrySelect .jspVerticalBar
{
    width:20px !important;
    background-color:#fff;
}
.mobilCountrySelect .jspTrack
{
    border-color:#C8C8C8;
}
.mobilCountrySelect .jspDrag
{
    background:#C8C8C8;
}
#mobileNav{width:100% !important;}
#mobileNav li > a {
    display: block;
    font-size: 12px;
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
    margin-right: 2px;
    padding: 1.08333em 0 1.08333em 5.02513%;
    text-align: left;
    text-decoration: none;
    border-bottom: solid 1px #747678;
}

.mobileSearchWrap
{
    position:relative;
    background:#fff;
    padding:1px;
    height:40px;
    width:248px;
}
#mobileSearchInput{
    border:none;
    height:40px;
    width:209px;
    position:absolute;
}
#mobiSearchImage{
    background:#fff;
    width:40px;
    height:40px;
    background:url(/assets/new/icons/navIcons.png) no-repeat -26px 0;
    left: 210px;
    position:absolute;
}

/* styling for success stories */
.successStories .content {
    display: inline-block;
    float: left;
}
.successStories .side-link-buttons a {
    text-transform: uppercase;
    font-size: 16px;
}

.successStories .relatedContent {
    width: 100%;
    display: block;
    height: auto !important;
    overflow: hidden;
}
.successStories .relatedContent h3 {
    width: 100%;
}
#moreLinks .moreLinksAnchor.active
.successStories .relatedContent li {
    padding: .3em 0 .3em 17px;
}

.thankYouHeader
{
    position: relative;
}

.thankYouHeader IMG
{
    max-width: 100%;
    display: block;
}
.thankYouHeader .thankYouOverlay
{
    position: absolute;
    top: 0;
}
.thankYouHeader .thankYouText
{
    position: absolute;
    top: 0;
    color: White;
    font-size: 23px;
    text-transform: uppercase;
    padding-top: 6%;
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
}
.oldie .thankYouHeader .thankYouText{
    padding-bottom: 32px;
}
.registrationComplete
{
    font-size: 1.6em;
    color: #747678;
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
    margin: 2px;
}
.partnerLoginForm
{
    font-size: 1em;
    margin: 2px;
}
.partnerLoginForm input[type=text],
.partnerLoginForm input[type=password]
{
    margin: 3px 0;
    border: 1px solid #babbbc;
    width: 100%;
    height: 22px;
}
.partnerLoginForm input[type=submit]
{
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background: #989c9f;
    color: White;
}

#comment_div
{
    width: 100%! Important;
    display: inline! Important;
}

#comment_div fieldset
{
    max-width: 100%! Important;
    margin: 0;
    padding: 2px 5px 2px 2px;
}

#comment_div form
{
    width: 100%! Important;
}

#comment_div input[type=text]
{
    width: 100%! Important;
}

#comment_div #recaptcha_response_field
{
    padding: 8px 0;
    border: 1px solid #999;
}

#comment_div #recaptcha_data
{
    width: auto! Important;
    background: white;
    border: 1px solid #999;
    margin-right: -2px;
}

#comment_div #recaptcha_data .text_field
{
    border: 0px;
    border-top: 1px solid #999;
}
#comment_div #recaptcha_image {
    width: 100% !important;
}
#comment_div #recaptcha_image img
{
    margin: 2px 0px;
    width: 100%;
    max-width: 300px;
}

#comment_div textarea
{
    width: 100%! Important;
}

#comment_div #recaptcha_controls
{
    color: #666666;
    font-size: 0.9em;
    background: #F2F2F2;
    border: 1px solid #999;
    max-width: 100%;
    margin-right: -2px;
    margin-top: 5px;
    padding: 2px 5px;
}

#comment_div #recaptcha_controls H3
{
    font-size: 0.9em;
}

.twitterFeed
{
    display: none;
}

.whatWeDoMobileSelect ul li {
    background-image: none;
    padding-left: 0px;
}
.whatWeDoMobileSelect .searchFormSuccess ul li {
    float: left;
}
.whatWeDoMobileSelect .searchFormSuccess .searchFieldSuccess {
    margin: 0px;
    width: 20em;
}
.whatWeDoMobileSelect .searchFormSuccess .searchBtn {
    background: url(/assets/new/search.png) no-repeat 50% 50% transparent;
    width: 26px;
    height: 1.8em;
    border: 1px solid #BABBBC;
    border-left: none;
    display: block;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    visibility: visible;

    margin-left: -2px;
    background-color: white;
}
.whatWeDoMobileSelect select {
    width: 22em;
}
.sideBar .socialMediaIcons {
    display:none;
}
.sectionBlock table {
    float:none;
}

.solutionspageSection .sectionBlock p a {
    text-decoration: underline;
}

.noBoxShadow, #nav li > ul.noBoxShadow {
    box-shadow: 0 0 0 0 #000000;
    -moz-box-shadow: 0 0 0 0 #000000;
    -webkit-box-shadow: 0 0 0 0 #000000;
}
div.videodialogholder {
    background: #588ba3 no-repeat 0px 0px;
}

.ui-dialog-titlebar {
    color: #ffffff;
    margin-bottom: 10px;
    border-radius: 0;
    font-size: 34px;
}
.ui-dialog-title {
    float: left;
}
.ui-dialog-titlebar-close {
    float: right;
}
.ui-dialog-titlebar-close .ui-icon {
    background: url(//assets1.dxc.technology/home/images/X.png) no-repeat center;
    height: 45px;
    width: 45px;
    display: block;
    text-indent: 100%;
    overflow: hidden;
    cursor: pointer;
    background-color: #ffed00;
    padding: 5px;
}

.video-dialog .ui-button-icon-primary.ui-icon.ui-icon-closethick {
    top: -6px;
}

#ui-dialog-title-videoDialog{
    width: 536px;
}
#videoGigyaButtons {
    padding-top: 10px;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    background: gray;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    zoom: 1;
}

.ui-icon {
    text-indent: 0;
    display: inline;
}
.close-btn {
    background: url("/assets/new/close-btn.png") no-repeat 0 0;
    color: #515151;
    font-size: 0px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    border: none;
    width: 20px;
}

/* relocated styling from below responsive conditions */
/* Dialog Modal Styles */
.ui-dialog {
    background-color: #000;
    border: none;
    padding: 15px 15px 15px 25px;
    position: absolute;
}
.mobile-ui-dialog
{
    background: #747678;
    border: none;
    padding: 15px;
}

/* CSS3 Animations */
.easeFast {
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.easeReg {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
img.gig-followbar-providerButton-img {
    padding-right: 10px;
}
/**gigya social bar **/
ul #contactUsGigya.socialBar h2, ul #aboutUsGigya.socialBar h2 {
    padding: 10px 0;
}
ul #contactUsGigya #gigyaFollowAboutUs a, ul #aboutUsGigya  #gigyaFollowAboutUs a{
    background: none;
    float: left;
}
#globalNav .gig-followbar{float:left;}
#globalNav #nav li a.youtube{
    background:url('/assets/new/social-media-icons-sprite.png') -105px top no-repeat;
    float:left;
    width:22px;
    height:22px;
    display:block;
}
#globalNav .gig-followbar img{
    max-width:none;
}
.selectUL {
    left: 0;
}

/* accordion styling */
#accordion .ui-accordion-header {
    position: static;
    background-color: #595959;
    background-image: none;
    border: none;
}
#accordion .ui-accordion-header span.ui-icon {
    position: relative;
    top: 2px;
    left: 0px;
    display: inline-block;
}
#accordion .ui-accordion-header a {
    display: inline-block;
    padding-left: 5px;
}
#accordion .ui-accordion-content {
    border: none;
    border-top: 1px solid white;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
#accordion .ui-accordion-content p {
    margin-left: 30px;
    margin-right: 30px;
}
.sectionBlock .ui-accordion {
    width:  553px;
}

.ui-accordion .acc_content:last-child
{
    margin-bottom: 10px;
}

.ui-accordion .acc_cat
{
    clear: both;
}

#accordion p.content_head {
    background: url("/assets/new/trianglesLg.png") no-repeat 0 -39px !important;
}

#accordion ul li
{
    background: url("/assets/new/trianglesLg.png") no-repeat 0 -39px;
    margin-left:40px;
}

/* styling for offerings detail */
#mainContent.detailPage h1 {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 56px;
}

#mainContent.detailPage .detailpageSection h1 {
    font-size: 34px;
    line-height: 46px;
}

.detailPage .pageContent hr {
    width: 100%;
    color: #6AADE4;
    background-color: #6AADE4;
    border: #6AADE4;
}
.detailPage .pageContent a {
    color: #000;
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
    position: relative;
    padding-bottom: 2px;
}

.detailPage .pageContent .content a:hover,
.detailPage .pageContent .content a:focus {
    text-decoration: none;
}

.detailPage .pageContent .content a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 3px solid #ffed00;
}

.flex-content--columns {
    display: flex;
    flex: 1 0 0;
    margin-top: 20px;
}

@media (max-width:991px){
    .flex-content--columns {
        flex-wrap: wrap;
    }
}

.detailPage .pageContent ul {
    margin-bottom: 2em;
}

.detailPage .pageContent ul li {
    position: relative;
    padding-left: 22px;
}

.detailPage .pageContent .offersLeft ul li:before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 7.7px;
    border-color: transparent transparent transparent #8e8e8e;
    position: absolute;
    left: 4px;
    top: 9px;
}
.detailPage .pageContent ul ul, .detailPage .pageContent ul li ul {
    margin-bottom: 0;
}

/* meganav styling */
#globalNav .subLinks h2 {
    text-transform:uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

/* Twistage */
.twistageVideo label
{
    color: white;
}

.videoCarouselContainer
{
    width: 200px;
    margin-left: 5px;
}

.videoCarouselContainer  LI
{
    clear: both;
    cursor: pointer;
    margin-bottom: 6px;
}

.videoCarouselContainer  LI IMG
{
    float: left;
    margin-top: 1px;
    margin-right: 8px;
}

.videoCarouselContainer  LI H5
{
    color: white;
    line-height: 1;
    font-size: 0.95em;
}

.videoCarouselContainer  LI SPAN
{
    color: white;
    font-size: 0.83em;
}

.twistageVideo video
{
    cursor: pointer;
}

.playerControlBar
{
    height: 24px;
    background: #25353c;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ie-user-select: none;
    user-select: none;
}

.playerControlBar .playPauseAction
{
    float: left;
    height: 24px;
    margin: 0 0 0 6px;
    width: 25px;
    padding-top: 2px;
}

.playerControlBar .playPauseAction .playPauseBackground
{
    background: #5F747C;
    border-radius: 10px;
    height: 13px;
    width: 12px;
    padding: 6px 0 0 7px;
    cursor: pointer;
}

.playerControlBar .playPauseAction .playPauseBackground .actionIcon
{
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid white;
}

.playerControlBar .playPauseAction.playing .playPauseBackground .actionIcon
{
    width: 2px;
    height: 8px;
    border-top: 0;
    border-bottom: 0;
    border-right: 3px solid white;
    border-left: 3px solid white;
    margin-left: -1px;
}
.playerControlBar .fullScreenContainer
{
    display: none;
}
.playerControlBar.fullScreen .fullScreenContainer
{
    display: block;
    float: right;
    padding-top: 2px;
    margin-right: 6px;
    margin-left: 6px;
    width: 19px;
}

.playerControlBar .fullScreenContainer DIV
{
    padding-top: 2px;
    padding-left: 2px;
    width: 20px;
    height: 18px;
    background: #015B7A;
    border-radius: 3px;
}

.playerControlBar .fullScreenContainer DIV DIV
{
    width: 11px;
    height: 11px;
    background: #6C9CBC;
    -moz-transition: width 500ms, height 500ms;
    -webkit-transition: width 500ms, height 500ms;
    transition: width 500ms, height 500ms;
    border-radius: 3px;
}

.playerControlBar .fullScreenContainer DIV:hover DIV
{
    width: 17px;
    height: 15px;
}

.playerControlBar .volumeBarContainer
{
    display: block;
    float: right;
    padding-top: 8px;
    height: 24px;
    margin-right: 6px;
    width: 40px;
}

.playerControlBar .volumeBarContainer .volumeBarBackground
{
    background: black;
    height: 8px;
    border-radius: 3px;
}

.playerControlBar .volumeBarContainer .volumeButtonOuter
{
    width: 24px;
    height: 24px;
    margin: -16px 0 0 -12px;
}

.playerControlBar .volumeBarContainer .volumeButtonOuter DIV
{
    padding: 8px 0 0 8px;
}

.playerControlBar .volumeBarContainer .volumeButtonOuter DIV .volumeButton
{
    cursor: pointer;
    background: white;
    height: 8px;
    width: 8px;
    margin: 0;
    padding: 0;
    border-radius: 4px;
}



.playerControlBar .volumeIcon
{
    display: block;
    float: right;
    margin: 5px 9px 0 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 5px solid #5F747C;
}

.playerControlBar.noVolume .volumeIcon,
.playerControlBar.noVolume .volumeBarContainer
{
    display: none;
}

.playerControlBar .volumeIcon DIV
{
    background: #5f747c;
    width: 5px;
    height: 5px;
}

.playerControlBar  .playbackTimingContainer
{
    float: right;
    height: 24px;
    width: 75px;
    margin: 0 6px 0 0;
    padding-top: 3px;
    color: white;
}

.playerControlBar  .playbackTimingContainer .playbackTiming
{
    padding: 2px 0;
    text-align: center;
    background: #555555;
    font-size: 9.5px;
    border-radius: 5px;
}

.playerControlBar  .playbackTimingContainer .playbackTiming .blue
{
    color: #01daff;
}

.playerControlBar .progressBarContainer
{
    clear: none;
    height: 24px;
    padding-top: 8px;
    margin-left: 35px;
    margin-right: 150px;
}

.playerControlBar.fullScreen .progressBarContainer
{
    margin-right: 182px;
}

.playerControlBar.noVolume .progressBarContainer
{
    margin-right: 86px;
}

.playerControlBar.fullScreen.noVolume .progressBarContainer
{
    margin-right: 116px;
}

.playerControlBar .progressBarContainer .progressBarBackground
{
    background: black;
    height: 8px;
    border-radius: 3px;
}

.playerControlBar .progressBarContainer .loadProgressBar
{
    height: 8px;
    background: #6c9cbc;
    margin-top: -8px;
    width: 0;
    border-radius: 3px;
}

.playerControlBar .progressBarContainer .playProgressBar
{
    height: 8px;
    background: #015b7a;
    margin-top: -8px;
    width: 0;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.playerControlBar .progressBarContainer .locationButtonOuter
{
    width: 24px;
    height: 16px;
    margin-top: -16px;
    padding-top: 8px;
}

.playerControlBar .progressBarContainer .locationButtonOuter div
{
    padding-left: 9px;
}

.playerControlBar .progressBarContainer .locationButtonOuter div .locationButton
{
    padding: 0;
    height: 8px;
    background: white;
    width: 8px;
    border-radius: 4px;
}

/* update video background styling */
div.videodialogholder {
    background-color: #588ba3;
}
div.ui-widget-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

/* make contact us americas address bold */
ul.contactUsAmericas {
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
}

/*Fix a bug in ie7 with the twitter widget */
.twtr-doc
{
    position: relative;
}

/* styling for mega nav success stories section */
#globalNav li#successLink ul.colOne {
    width: 36%;
}
#globalNav li#successLink ul.colTwo {
    width: 15.9%;
}
#globalNav li#successLink ul.colThree {
    width: 21%;
}
#globalNav li#successLink ul.colFour {
    width: 16%;
    border: none;
}
#globalNav li#successLink ul.colFour>li:first-child {
    padding-top: 34px;
}
#globalNav li#successLink ul.colOne img {
    float: left;
    padding-right: 10px;
}
#globalNav li#successLink ul.colThree #searchForm ul {
    width: 19%;
}
#globalNav li#successLink ul.colThree #searchForm li {
    float: left;
    clear: none;
    width: auto;
}

#SearchSuccessStoriesInput {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #BABBBC #babbbc #BABBBC #BABBBC;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    height: 18px;
    width: 97.7%;
    padding: 0 0 0 0.3%;
}
#globalNav li#successLink ul.colThree #searchSubmit {
    margin-left: -1px;
    background-color: white;
    position: relative;
    top: 0px;
}

/* START video CTA buttons */
button.video_cta {
    background: -moz-linear-gradient(#13648d 0px, #00517a 100%) repeat scroll 0 0 #00517a;
    background: -ms-linear-gradient(#13648d 0px, #00517a 100%) repeat scroll 0 0 #00517a;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13648d', endColorstr='#00517a',GradientType=0 ); /* IE6-9 */
    background: -o-linear-gradient(#13648d 0px, #00517a 100%) repeat scroll 0 0 #00517a;
    background: -webkit-linear-gradient(#13648d 0px, #00517a 100%) repeat scroll 0 0 #00517a;
    background: linear-gradient(#13648d 0px, #00517a 100%) repeat scroll 0 0 #00517a;
    border-radius: 5px;
    padding: 10px 20px;
    font-size:1em;
}

button.video_cta:hover {
    background: none repeat scroll 0 0 #005884;
}

button.video_cta:active {
    background: -moz-linear-gradient(center top , #003f60 0%, #005884 50%, #588ba3) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -ms-linear-gradient(center top , #003f60 0%, #005884 50%, #588ba3) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -o-linear-gradient(center top , #003f60 0%, #005884 50%, #588ba3) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(center top , #003f60 0%, #005884 50%, #588ba3) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(center top , #003f60 0%, #005884 50%, #588ba3) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #588ba3;
    position: relative;
    top: 1px;
}

/* END video CTA buttons */

/* fix tabs navigation */
.solutionspageSection .sectionBlock #tabs {
    width: 557px;
}
.solutionspageSection .sectionBlock #tabs .ui-tabs-nav {
    height: auto;
    width: 165px;
}
.solutionspageSection .sectionBlock #tabs .ui-tabs-nav li {
    float: none;
    width: 100%;
    height: auto;
    background: url('/assets/new/zoneTabSprite.png') no-repeat scroll right -54px transparent;
    padding: 3px 0px 3px 0px;
    border-right: 0;
}
.solutionspageSection .sectionBlock #tabs .ui-tabs-nav LI A {
    padding: 1px 15px 0 0;
}

.article_teaser{
    display: block;
    float: left;
    width: 100%; /*width changes to 50% above viewport width of 580, items stack 2 by 2*/
    padding: 8px 0;
    border-top: 1px solid #ccc;
    min-height: 50px;
}
.article_teaser .thumb{
    display: block;
    width: 50px;
    height: 60px;
    position: absolute;
    border: 0;
}
.article_teaser .description{
    display: block;
    padding: 0 16px;
    padding-left: 60px; /*image width is supposed to be 50px*/
}
.article_teaser .description a{
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
}

#globalNav li#successLink select {
    margin-bottom: 5px;
}
#mainContent .category_item_title  {
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
    font-size: 18px;
}

#mainContent .category_item_title a,
#mainContent .category_item_teaser a {
    color: #000;
}
#mainContent .category_item_teaser a:hover {
    text-decoration: none;
}

#mainContent #nav label,
#mainContent #nav a {
    margin-right: 1em;
}
/* tweak for viewing in IE */

.pageContent .rightflush {
    float: right;
    padding-left: 10px;
}
.pageContent .imgFloatRight {
    display: inline;
    text-align: right;
    margin-left:10px;
}
.pageContent .imgFloatRight img {
    display: inline-block;
    padding-left: 10px;
}
.pageContent .imgFloatLeft, .pageContent .leftflush {
    float:left;
    margin-right:10px;
}

/*contentSectionSep is used in pages like http://www.csc.com/de/ds/11448/13983-csc_insurance_factory_produkte */
.contentSectionSep{
    display: block;
    padding: 0;
    margin-top: 1.5em;
    height: 0.75em;
    margin-bottom: 2em;
    border-bottom: 1px solid #ccc;
}
.contentSectionSep a, .contentSectionSep span{
    display: inline;
    padding-left: 0;
    padding-right: 1.5em;
    line-height: 1em;
    background-color: #fff;
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
}
.contentSectionSep .backToTop{
    padding-left: 14px;
    background-image: url('//assets1.dxc.technology/de/images/dreieck_blue_top.gif');
    background-repeat: no-repeat;
    background-position: left center;
}

/* Titles on interior pages should not be uppercase */
#mainContent.detailPage h1,
#mainContent.solutionspageSection h1,
#mainContent.cloudpage h1,
#mainContent.detailPage h2,
#mainContent.solutionspageSection h2,
#mainContent.cloudpage h2
{
    text-transform: none;
}
/*end contentSectionSep*/

.discretionaryWidth{
    width: 49%;
}

.hidden { visibility: hidden; }
.unhidden { visibility: visible; }

.playbutton {
    position: relative;
    cursor: pointer;
    max-width: 100%;
    float:left;
}
.playbutton a {
    background: url('//assets1.dxc.technology/home/images/arrow-yellow_medium.png') center center no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-size: 25%;
    position: absolute;
}

.pageContent .playbutton a {
    background-size: 15%;
}

.detailPage .pageContent .playbutton a {
  position: absolute;
}

a.imgNoUnderline:after {
    border-bottom: 0 !important;
}

span.img_social a:after {
    border-bottom: 0 !important;
}

.playbutton a:after {
    content: none!important;
}

.playbutton + a {
    float: left;
    margin-top: 17px;
    font-size: 20px;
}

.content .playbutton a {
    position: absolute;
}

.content center:after,
.content center:before {
    content: "";
    display: table;
}

.content center:after {
    clear: both;
}

.videocontainer {
    position: relative;
    display: inline-block;
}
/* Feed Styling */
.sectionBlock > span {
    min-height: 110px;
    width: 450px;
}
.pageContent h2.blueband{
    background-color: #005172;
    color: white;
    padding: .5em;
}
.pageContent .lightbluebox.rightflush {
    width: 100% !important;
    background-color: #D4E1E7;
    padding: 0px 0px 1em 0px;
}
div.rss p {
    margin: 1em;
    padding: 0px;
}
div.rss br {
    display: none;
}
ul.rss {
    min-height: 130px;
    padding: .5em;
}
ul.rss li {
    background: none;
    padding-left: 0px;
}
.greybox {
    background-color: #EDEDED;
}
.greybox form {
    width: auto !important;
    padding: 15px;
}
.greybox form div {
    display: inline-block;
    min-width: 50%;
}
.greybox form div.section  {
    float:left;
}
.greybox label {
    display: inline-block;
    width: 6em;
    vertical-align: top;
}
.greybox select, .greybox input {
    margin-bottom: .5em;
    min-width: 200px;
}


/*
Fix for the 'cant scroll to the bottom of the page' problem for iPad landscape
*/
@media screen and (min-width:999px) and (max-width:1025px) {
    div.footer {
        min-height: 300px;
    }
}

/*Percentaje CTA START*/
.percentage-cta {
    padding: 30px;
    font-size: 20px;
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
}

.percentage-cta__number {
    display: block;
    line-height: 150px;
    font-size: 150px;
}

@media (min-width: 768px) {
    .percentage-cta {
        width: 50%;
        float: right;
    }
}

/*Percentaje CTA END*/

#shareButtons {
    display: none !important;
}

a:focus {
    outline: 0 !important;
}

/* Start cookie banner site over-rides */
div.optanon-alert-box-body a {
  border-bottom: 1px solid #999;
  padding-bottom: 1px;
  color: #fff !important;
  margin-left: 5px;
}

div.optanon-alert-box-body a:hover, 
div.optanon-alert-box-body a:focus {
  text-decoration: none;
}
/* End cookie banner site over-rides */
.right {
    margin: 15px 0 15px 20px;
    float: right;
}
.relatedContent img {
    float: left;
}
.relatedContent h3 {
    font-size: 24px;
    font-weight: bold;
    margin: -5px 0 30px;
    line-height: 30px;
}
.relatedContent li {
    border-top: 1px solid #999;
    padding: 4% 0;
}
.relatedContent li:first-child {
    border-top: none;
}
.relatedContent a {
    color: #5ea0c2;
    text-decoration: none;
}
.no-cssgradients .relatedContent ul {
    background: transparent url(/assets/new/innerNavGrayNotch.png) no-repeat 100% 100%;
}
/* MRM Belgrade Edit */.table-with-ul-cnt strong {
    color: white;
}
.table-with-ul-cnt ul {
    padding: 10px 10px 10px 25px;
}
.table-with-ul-cnt ul li {
    list-style: disc outside;
    margin-bottom: 10px;
}
.hpDetailsTeasers img {
    margin-right: 10px;
}
.pageContent hr {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 0 solid #FFFFFF;
    height: 1px;
    margin: 10px 0;
    padding: 0;
}
/*.pageContent img {
max-width: none;
}
.pageContent ul, .pageContent ol {
padding-left: 20px;
margin-bottom: 20px;
}
.pageContent ul li {
list-style: disc outside;
}
.pageContent ol li {
list-style: decimal outside;
}
*//*WE CANNOT USE THESE STYLES - Zander Indo*****/.detailpageSection .sectionBlock li {
    padding-left: 0 !important;
}
.pageContent td {
    vertical-align: top;
}
/*.pageContent p {
padding: 0 0 1em 0;
}
*//*WE CANNOT USE THESE STYLES - Zander Indo*****/.pageContent h2 {
    padding: 0.3em 0 0.5em;
}
.pageContent table {
    width: 100%;
}
.pageContent table.twistageVideoPlayer {
    width: auto;
    border-collapse: collapse;
}
.pageContent table, .pageContent table td {
    border: 0;
}
.pageContent table.td_border1 {
    width: auto;
}
.pageContent .blogPost section {
    overflow: hidden;
}
.content_col_01 {
    float: left;
    width: 73%;
}
.content_col_02 {
    float: right;
    width: 27%;
}
.pageContent .imgFloatRight, .pageContent .rightflush {
    float: right;
    margin-left: 10px;
}
.pageContent .imgFloatLeft, .pageContent .leftflush {
    float: left;
    margin-right: 10px;
}
.pageContent .dlbox1 {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}
.pageContent img.left {
    float: left;
    margin-right: 10px;
}
.pageContent .hp_details_left {
    float: left;
    width: 48%;
}
.pageContent .hp_details_right {
    float: right;
    width: 48%;
}

/*WE CANNOT USE THESE STYLES - Zander Indo*****/
#tabs_example_three li {
    list-style: none outside none;
}
.pageContent #col1 p.subheadings, .pageContent #col2 p.subheadings, .pageContent #col3 p.subheadings {
    padding: 0 1em 1em;
}
#csr_footer_links ul li {
    list-style: none outside none;
}
.footer-left {
    float: left;
}
.footer-right {
    float: right;
}
.footer-right li {
    display: inline;
}
.footer-right li * {
    display: inline;
}
.boxFloatRight {
    float: right;
    margin-left: 10px;
}
/* Simulated bullets style */.listing_default_image_container {
    float: left;
}
.listing_title_container {
    padding-left: 16px;
}
.bluebar {
    height: 15px;
    width: 100%;
}
.soloContentBox {
    margin: auto;
    padding: 50px;
}
.soloContentBox.centered {
    text-align: center;
}
/* .sideBarGray {
background: white none !important;
}
*/ul.home_follow_subscribe_icons li {
    margin-left: 5px !important;
    width: 46px !important;
    padding-left: 0px !important
}
img.image_container {
    float: none !important;
}
#hp_details {
    position: static !important;
}
#flash_3 {
    text-align: center;
}
#flashcontent {
    text-align: center;
}
.content-box-scrub {
    padding-top: 20px;
}
.yifw_dt, .yifw_dd {
    width: auto !important;
}
.yifw_dt {
    margin-right: 10px;
}
.yifw_dd {
    float: left;
}
.rightBlueBox {
    float: right;
    line-height: 9px;
    width: 23%;
    border: 1px solid #c9cac8;
    margin: 15px 0 15px 20px;
}
.listing_title_container .item_title {
    font-weight: bold;
}
/***For table fixes on http://beta.csc.com/vn_vn/ds/27562 *****/#category_table td {
    padding: 5px;
}
#category_table tr.odd td {
    background: #F1F1F1;
}
/********end table fixes*******/.dlbox2 {/*for bg fix on alert http://www.csc.com/application_services/contact_us/45626-may_we_assist_you_please_contact_us*/ background:#F1F1F1;
    padding: 10px;
}
/***** New listings styling *****/#listingsWidget {
    position: relative;
}
.oldie .listingsNav {
    height: 3em;
    vertical-align: middle;
}
.listingsNav.top {
    z-index: 998;
}
.listingsNav li, .listingsNav li li {
    display: inline-block;
    list-style-image: none;
    list-style-type: none;
    list-style-position: outside;
    float: left;
}
.listingsNav li {
    margin-right: 1%;
    margin-left: 0px;
    cursor: pointer;
    position: relative;
}
.listingsNav li li {
    margin-right: 0px;
}
li.listingsSortTitleHolder, li.listingsSortClientHolder, li.listingsSortDateHolder, li.listingsRefreshHolder {
    display: none;/*z-index: 1000;*/position: relative;
    z-index: 10;
}

.listingSearchInput {
    height: 1.5em;
    border-right: none;
    float: left;
    padding: 2px;
    font-size: 11px;
    width: 6em;
}

.oldie .listingSearchInput {
    font-size: 12px;
    width: 8em;
    height: 1.8em;
}

.listingsNav li.listingsBackBeginning,.listingsNav li.listingsBack,.listingsNav li.listingsForward,.listingsNav li.listingsForwardEnd {
    height: 2em;
    width: 2em;
    margin-right: 2px;
    display: none;
}
.listingsNav li.listingsPositionText {
    margin-right: 2px;
    display: table;
    vertical-align: middle;
}

.oldie .listingsNav li.listingsPositionText {
    padding-top: 2px;
}
.listingsNav li.listingsPositionText p {
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
}
html.ie7 .listingsNav li.listingsPositionText p {
    margin-top: -.5em;
}
.listingsBackBeginning p,.listingsBack p,.listingsForward p,.listingsForwardEnd p,.listingsSortTitleHolder p,.listingsSortClientHolder p,.listingsSortDateHolder p,.filterChevron {
    display: table-cell;
    height: 1.9em;
    text-align: center;
    vertical-align: middle;
}
.listingsBackBeginning p,.listingsBack p,.listingsForward p,.listingsForwardEnd p,.listingsBack p,.filterChevron {
    width: 2em;
    font-weight: bold;
}
.listingsBackBeginning p,.listingsBack p,.listingsForward p,.listingsForwardEnd p,.listingsBack p {
    display: none;
}
.listingsBackBeginning {
}
.listingsNav li.listingsForwardEnd {
    background: transparent url(/assets/new/icons/listings_sprites.png) scroll no-repeat -80px 50%;
    margin-right: 1%;
}
.listingsBack,.listingsForward,.filterChevron {
    color: white;
}
.listingsBack {
    background-position: -1.25em 50%;
}
.listingsSortTitleHolder, .listingsSortClientHolder, .listingsSortDateHolder {
    padding-right: 1.5em;
    position: relative;
    width: 5em;
}

.oldie .listingsSortTitleHolder, .oldie .listingsSortClientHolder, .oldie .listingsSortDateHolder {
    width: 8em;
}

.listingsSortTitleHolder p, .listingsSortClientHolder p, .listingsSortDateHolder p {
    padding: 0px;
}

.listingsSortTitleHolder ul, .listingsSortClientHolder ul, .listingsSortDateHolder ul {
    visibility: hidden;
    position: absolute;
    background-color: #e3e5e4;
    width: 260px;
    padding: 8px 20px;
    z-index: 10;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, .3);
    -moz-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, .3);
    font-size: 16px;
}
.listingsSortTitleHolder:hover ul, .listingsSortClientHolder:hover ul, .listingsSortDateHolder:hover ul, .listingsSortDateHolder ul.keepOpen {
    display: inline-block;
    visibility: visible;
}
menu.bottom .listingsSortTitleHolder:hover ul, menu.bottom .listingsSortClientHolder:hover ul, menu.bottom .listingsSortDateHolder:hover ul, menu.bottom .listingsSortDateHolder ul.keepOpen {
    bottom: 1.75em;
}
.listingsSortTitleHolder:hover ul li, .listingsSortClientHolder:hover ul li, .listingsSortDateHolder:hover ul li, .listingsSortDateHolder ul.keepOpen li {
    display: block;
    background-image: none;
    padding: 0px;
    margin: 2px;
    position: relative;
    font-size: 16px;
    width: 100%;
}
.listingsSortTitleHolder:hover ul li, .listingsSortClientHolder:hover ul li, .listingsSortDateHolder:hover ul li, .listingsSortDateHolder ul.keepOpen li {
}
.listingsSortTitleHolder:hover ul li input[type="radio"], .listingsSortClientHolder:hover ul li input[type="radio"], .listingsSortDateHolder:hover ul li input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
.listingsSortTitleHolder:hover ul li ul, .listingsSortClientHolder:hover ul li ul {
    display: none;
    position: absolute;
    top: 2.1em;
    left: 1em;
    padding: 5px;
    margin: 0px;
}
.listingsSortTitleHolder:hover ul li:hover ul, .listingsSortClientHolder:hover ul li:hover ul {
    display: inline-block;
    visibility: visible;
}
.listingsSortTitleHolder:hover ul li:hover ul li, .listingsSortClientHolder:hover ul li:hover ul li {
    padding: 0px;
    margin: 0px;
    float: none;
    width: 150px;
}
.ie7 .listingsSortTitleHolder:hover ul li:hover ul li, .ie7 .listingsSortClientHolder:hover ul li:hover ul li {
    padding-left: 0px;
}
.bottom .listingsSortTitleHolder:hover ul li ul, .bottom .listingsSortClientHolder:hover ul li ul {
    position: absolute;
    z-index: 4000;
    height: 2.3em;
}
.listingsSortTitleHolder:hover ul li:hover ul li:hover, .listingsSortClientHolder:hover ul li:hover ul li:hover {
    background-color: transparent;
}
.listingsSortTitleHolder ul li ul input[type="text"], .listingsSortClientHolder ul li ul input[type="text"] {
    display: none;
}
.listingsSortTitleHolder:hover ul li ul input[type="text"], .listingsSortClientHolder:hover ul li ul input[type="text"] {
    display: inline-block;
    border: none;
    background-color: #F4F4F4;
    width: 100%;
}
.listingsSortTitleHolder:hover ul li.hr, .listingsSortClientHolder:hover ul li.hr, .listingsSortDateHolder:hover ul li.hr, .listingsSortDateHolder ul.keepOpen li.hr {
    padding: 0px;
    height: 1px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #000;
}
.listingsSortTitleHolder:hover ul li.hr hr, .listingsSortClientHolder:hover ul li.hr hr, .listingsSortDateHolder:hover ul li.hr hr, .listingsSortDateHolder ul.keepOpen li.hr hr {
    display: none;
}
.listingsSortTitleHolder:hover ul li.hr:hover, .listingsSortClientHolder:hover ul li.hr:hover, .listingsSortDateHolder:hover ul li.hr:hover, .listingsSortDateHolder ul.keepOpen li.hr:hover {
    background-color: transparent;
}
.filterChevron {
    float: right;
}
.listingsSortDateHolder .filterChevron {
    position: absolute;
    bottom: .5em;
    right: .5em;
}
html.ie7 .filterChevron {
    margin-top: -1.7em;
}
.listingsSortTitleHolder:hover ul li, .listingsSortClientHolder:hover ul li, .listingsSortDateHolder:hover ul li, .listingsSortDateHolder ul.keepOpen li {
    padding: 4px;
}
.listingsSortTitleHolder:hover ul li:hover, .listingsSortClientHolder:hover ul li:hover, .listingsSortDateHolder:hover ul li:hover, .listingsSortDateHolder ul.keepOpen li:hover {
    background-color: #f1f2f2;
}
.beforeDate, .afterDate, .onDate {
    width: 0px;
    border: none;
    background-color: transparent;
    display: none;
}
.listingsSortDateHolder:hover ul li, .listingsSortDateHolder ul.keepOpen li {
    width: 95%;
    margin: 0px;
}
.beforeDateHolder label, .afterDateHolder label, .onDateHolder label {
    height: 2em;
    display: inline-block;
}
.beforeDateHolder button, .afterDateHolder button, .onDateHolder button {
    border: none;
    background-color: transparent;
    color: #000;
    display: inline-block;
    width: 145px;
    text-align: left;
    height: 1.5em;
    padding: .25em;
    font-size: 16px;
}
.beforeDateHolder button:hover, .afterDateHolder button:hover, .onDateHolder button:hover {
    background-color: #f1f2f2;
}
/* begin styling calendar */#ui-datepicker-div {
    position: absolute;
    left: -1000px;
    background-color: #e3e5e4;
    padding: .2em;
    z-index: 1000 !important;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, .3);
    -moz-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, .3);
}
#ui-datepicker-div table.ui-datepicker-calendar {
    background: transparent url(/assets/new/icons/listings_hr.png) scroll no-repeat center 1.7em;
}
.ui-datepicker-header {
    background-color: #003f60;
    color: white;
    padding: 3px;
}
html.ie7 .ui-datepicker-header {
    width: 11.25em;
}
a.ui-datepicker-prev, a.ui-datepicker-next,a.ui-datepicker-prev.ui-state-hover, a.ui-datepicker-next.ui-state-hover {
    display: table;
    background-color: #588aa3;
    color: white;
    background-image: none;
    font-weight: bold;
    text-decoration: none;
}
.ui-datepicker-prev {
    float: left;
}
.ui-datepicker-next {
    float: right;
}
.ui-datepicker-trigger {
    cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-prev span, #ui-datepicker-div .ui-datepicker-next span {
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
    text-decoration: none;
    color: white;
    font-weight: bold;
    background: transparent url(/assets/new/icons/listings_sprites.png) scroll no-repeat -15px 50%;
    cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-next span {
    background-position: -32px 50%;
}
#ui-datepicker-div .ui-datepicker-prev span, #ui-datepicker-div .ui-datepicker-next span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.ui-datepicker-title {
    text-align: center;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
    text-align: center;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td a {
    display: table-cell;
    height: 1.5em;
    width: 1.5em;
    vertical-align: middle;
    text-align: center;
}
.ui-datepicker-today {
    background-color: transparent;
    font-weight: bold;
    border: none;
}
.ui-state-active {
    background-color: #f1f3f2;
}
#ui-datepicker-div .ui-datepicker-today .ui-state-highlight {
    border: none;
    background: transparent;
}
.ui-datepicker-buttonpane {
    float: none;
    min-height: 0px;
    text-align: center;
    background: transparent url(/assets/new/icons/listings_hr.png) no-repeat scroll center top;
}
.ui-datepicker-current {
    opacity: 1.0;
    filter: none;
    background-color: transparent;
    padding: .4em;
}
.ui-datepicker-close {
    display: none;
}
/* end styling calendar */li.listingsRefreshHolder {
    float: right;
    margin-right: 0px;
}

/* styling table overlay */#listingsOverlay {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, .93);
    color: rgba(255, 255, 255, .93);
}
/* styling the table */#listingsResults {
    min-height: 10em;
    padding: 0;
}
#listingsResults li.listingsResultsGroupItem {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    cursor: pointer;
}
#listingsResults li.listingsResultsGroupItem > h2 {
    padding: 1em 0 1em 1.5em;
    border-bottom: 1px solid #000;
    background: transparent url(/assets/new/arrrows-innernav.png) scroll no-repeat 1px 25px;
    margin: 0px;
}
#listingsResults li.listingsResultsGroupItem.sfhover > h2 {
    background-position-y: -74px;
}
#listingsResults li.listingsResultsGroupItem ul {
    position: relative;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
#listingsResults li.listingsResultsGroupItem.sfhover ul {
    height: auto;
}
#listingsResults li.listingsResultsItem {
    list-style-image: none;
    list-style-type: none;
    list-style-position: outside;
    background-image: none;
    position: relative;
    padding: 20px 1em;
    border-bottom: 1px solid #000;
}

#listingsResults h3, #listingsResults h3 a, #listingsResults h2, #listingsResults h2 a {
    display: block;
    font-weight: bold;
    line-height: 1.25;
    margin: 0;
    color: #000;
    font-size: 22px;
    text-transform: capitalize;
}
#listingsResults p {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 16px;
    color: #000;
}
#listingsResults p.catagory {
    display: inline-block;
    font-style: italic;
    color: #aaa;
}
#listingsResults li.listingsResultsGroupItem p.catagory {
    text-align: left;
}
#listingsResults .errorMessage {
    margin: 1em 4em;
}
#featuredWidgets {
    width: 94%;
    padding: 0px 3%;
    margin-top: 1em;
}
#featuredWidgets li {
    width: 100%;
    display: inline-block;
    list-style-image: none;
    list-style-type: none;
    list-style-position: outside;
    vertical-align: top;
}
#featuredWidgets li h3 {
    padding: .5em;
    background-color: #005172;
    color: white;
}
#featuredWidgets div.content {
    background: #D6D8D9;
    background: -moz-linear-gradient(140deg, transparent 13px, #D6D8D9 0pt) no-repeat scroll right bottom transparent;
    background: -ms-linear-gradient(140deg, transparent 13px, #D6D8D9 0pt) no-repeat scroll right bottom transparent;
    background: -o-linear-gradient(140deg, transparent 13px, #D6D8D9 0pt) no-repeat scroll right bottom transparent;
    background: -webkit-linear-gradient(140deg, transparent 13px, #D6D8D9 0pt) no-repeat scroll right bottom transparent;
    background: linear-gradient(-40deg, transparent 13px, #D6D8D9 0pt) no-repeat scroll right bottom transparent;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
#featuredWidgets li img {
    float: left;
    margin: 1em 1em 0 1em;
}
#featuredWidgets .left {
    float: left;
}
#featuredWidgets p {
    padding: .75em 1em;
}
#featuredWidgets a {
    color: #005172;
    font-weight: bold;
    margin: 0px;
}
/* end styling the table */@media screen and (min-width:235px) {/* styling for listing widget */.listingsNav li.listingsBack, .listingsNav li.listingsForward {
    display: inline-block;
    }

}
@media screen and (min-width:285px) {/* styling for listing widget */.listingsNav li.listingsBackBeginning, .listingsNav li.listingsForwardEnd {
    display: inline-block;
    }

}
@media screen and (min-width:320px) {/* styling for listing widget */menu.listingsNav li {;
    }
    .listingSearchInput {
        width: 9em;
    }
    menu.listingsNav li.listingsRefreshHolder {
        margin-right: 0px;
    }

}
@media screen and (min-width:450px) {/* styling for listing widget */menu.listingsNav li {
    margin-right: 15%;
    }
    .listingSearchInput {
        width: auto;
    }
    menu.listingsNav li.listingsForwardEnd {
        margin-right: 1%;
    }
    menu.listingsNav li.listingsRefreshHolder {
        margin-right: 0px;
    }
    #featuredWidgets {
    }
    #featuredWidgets li {
    }
    #featuredWidgets li.mod_2 {
    }
    #featuredWidgets li h3 {
    }
    #featuredWidgets div.content {
    }
    #featuredWidgets li img {
    }
    #featuredWidgets p {
    }
    #featuredWidgets a {
    }

}

@media screen and (min-width:580px) {/* styling for listing widget */
    menu.listingsNav li, menu.listingsNav li.listingsForwardEnd {
        margin-right: 1%;
    }
    menu.listingsNav li.listingsRefreshHolder {
        margin-right: 0px;
    }
    li.listingsSortTitleHolder, li.listingsSortClientHolder.displayYes, li.listingsSortDateHolder.displayYes, li.listingsRefreshHolder {
        display: inline-block;
    }
    #featuredWidgets {
        float: right;
    }
    #featuredWidgets li {
        width: 32.25%;
        margin-left: 1.5%;
        float: left;
    }
    #featuredWidgets li.mod_0 {
        margin-left: 0;
    }
    #featuredWidgets li h3 {
    }
    #featuredWidgets div.content {
        height: 19em;
    }
    #featuredWidgets li img {
    }
    #featuredWidgets p {
    }
    #featuredWidgets a {
    }

}
@media screen and (min-width:750px) and (min-height:550px) {
}
@media screen and (min-width:750px) {/* styling for listing widget */menu.listingsNav li, menu.listingsNav li.listingsForwardEnd {
    margin-right: 6%;
    }
    menu.listingsNav li.listingsRefreshHolder {
        margin-right: 0px;
    }
    #featuredWidgets div.content {
        height: 15em;
    }

}
@media screen and (min-width:750px) and (max-height:550px) {
}
@media screen and (min-width:780px) {
}
@media screen and (min-width:820px) {/* styling for challenge sidebar */
    /* styling for listing widget */menu.listingsNav li, menu.listingsNav li.listingsForwardEnd {
        margin-right: 8%;
    }
    menu.listingsNav li.listingsRefreshHolder {
        margin-right: 0px;
    }
    .bottom .listingsSortTitleHolder:hover ul li ul, .bottom .listingsSortClientHolder:hover ul li ul {
        height: 1.5em;
    }
    #featuredWidgets div.content {
        height: 10em;
    }

}
@media screen and (min-width:1000px) {/* styling for listing widget */menu.listingsNav li, menu.listingsNav li.listingsForwardEnd {
    margin-right: 30px;
    }
    menu.listingsNav li.listingsRefreshHolder {
        margin-right: 0px;
    }
    #listingsResults li.listingsResultsItem {
        padding: 30px 0;
    }
    #featuredWidgets {
        float: right;
        padding-right: 5%;
        margin-top: 3em;
    }
    #featuredWidgets li {
    }
    #featuredWidgets li.mod_2 {
    }
    #featuredWidgets li h3 {
    }
    #featuredWidgets div.content {
        height: 13em;
    }
    #featuredWidgets li img {
    }
    #featuredWidgets p {
    }
    #featuredWidgets a {
    }

}
/***** end new listings style *****/
.oldie .listingsNav li.listingsBack, .oldie .listingsNav li.listingsForward {
    display: inline-block;
}

.oldie .listingsNav li.listingsBackBeginning, .oldie .listingsNav li.listingsForwardEnd {
    display: inline-block;
}

.oldie menu.listingsNav li {
    margin-right: 15%;
}
.oldie .listingSearchInput {
    width: auto;
}
.oldie menu.listingsNav li.listingsForwardEnd {
    margin-right: 1%;
}
.oldie menu.listingsNav li.listingsRefreshHolder {
    margin-right: 0px;
}

.oldie .listingsNav {
    overflow: visible;
}
.oldie menu.listingsNav li, .oldie menu.listingsNav li.listingsForwardEnd {
    margin-right: 1%;
}
.oldie menu.listingsNav li.listingsRefreshHolder {
    margin-right: 0px;
}
.oldie i.listingsSortTitleHolder, .oldie li.listingsSortClientHolder.displayYes, .oldie li.listingsSortDateHolder.displayYes, .oldie li.listingsRefreshHolder {
    display: inline-block;
}
.oldie #featuredWidgets {
    float: right;
}
.oldie #featuredWidgets li {
    width: 32.25%;
    margin-left: 1.5%;
    float: left;
}
.oldie #featuredWidgets li.mod_0 {
    margin-left: 0;
}
.oldie #featuredWidgets li h3 {
}
.oldie #featuredWidgets div.content {
    height: 19em;
}
.oldie #featuredWidgets li img {
}
.oldie #featuredWidgets p {
}
.oldie #featuredWidgets a {
}

.oldie menu.listingsNav li {
    margin-right: 15%;
}
.oldie .listingSearchInput {
    width: auto;
}
.oldie menu.listingsNav li.listingsForwardEnd {
    margin-right: 1%;
}
.oldie menu.listingsNav li.listingsRefreshHolder {
    margin-right: 0px;
}

.oldie menu.listingsNav li, .oldie menu.listingsNav li.listingsForwardEnd {
    margin-right: 6%;
}
.oldie menu.listingsNav li.listingsRefreshHolder {
    margin-right: 0px;
}
.oldie #featuredWidgets div.content {
    height: 15em;
}

.oldie .pageContent .relatedContent ul, .oldie .pageContent .relatedContent ol {
    padding: 0 7%;
    width: auto;
}
.oldie .pageContent .relatedContent ul li {
    padding: 4% 0 4% 17px;
    margin: 0;
}
/* styling for listing widget */.oldie menu.listingsNav li, .oldie menu.listingsNav li.listingsForwardEnd {
    margin-right: 8%;
}
.oldie menu.listingsNav li.listingsRefreshHolder {
    margin-right: 0px;
}

.oldie .bottom .listingsSortTitleHolder:hover ul li ul, .oldie .bottom .listingsSortClientHolder:hover ul li ul {
    height: 1.5em;
}
.oldie #featuredWidgets div.content {
    height: 10em;
}

.oldie menu.listingsNav li, .oldie menu.listingsNav li.listingsForwardEnd {
    margin-right: 2px;
}
.oldie menu.listingsNav li.listingsForwardEnd {
    margin-right: 30px;
}
.oldie menu.listingsNav li.listingsRefreshHolder {
    margin-right: 0px;
}
.oldie .listingsNav.top {
    width: 670px;
}
.oldie #listingsResults li.listingsResultsItem {
    padding: 1em 0;
}
.oldie #featuredWidgets {
    float: right;
    padding-right: 5%;
    margin-top: 3em;
}
.oldie #featuredWidgets li {
}
.oldie #featuredWidgets li.mod_2 {
}
.oldie #featuredWidgets li h3 {
}
.oldie #featuredWidgets div.content {
    height: 13em;
}
.oldie #featuredWidgets li img {
}
.oldie #featuredWidgets p {
}
.oldie #featuredWidgets a {
}

.oldie .listingsSearchHolder {
    margin-right: 30px !important;
}
.oldie li.listingsSortTitleHolder, .oldie li.listingsSortClientHolder.displayYes, .oldie li.listingsSortDateHolder.displayYes, .oldie li.listingsRefreshHolder {
    display: inline-block;
}


.offersContent .offersTop {
    margin-bottom: 45px;
}
.offersContent .offersTop h1 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 20px;
}

.offersContent .offersTop h1 > span.subheading {
  display: table;
  font-size: 28px;
  line-height: 40px;
  padding-top: 0;
  margin-top: -7px;
}

.offersContent .pageContent .offersLeft {
    color: #000;
    font-size: 16px;
    line-height: 28px;
}

.offersContent .pageContent .offersLeft .MsoNormal {
    padding: 0 0 20px;
}

.offersContent .pageContent .offersLeft .MsoNormal strong {
    display: block;
    margin-top: 30px;
}

.offersContent .pageContent .offersLeft .MsoListParagraphCxSpFirst,
.offersContent .pageContent .offersLeft .MsoListParagraphCxSpMiddle,
.offersContent .pageContent .offersLeft .MsoListParagraphCxSpLast {
    padding: 0 0 20px 60px;
    text-indent: 0px!important;
}

.offersContent .pageContent .offersLeft .MsoListParagraphCxSpFirst b,
.offersContent .pageContent .offersLeft .MsoListParagraphCxSpMiddle b,
.offersContent .pageContent .offersLeft .MsoListParagraphCxSpLast b {
    display: block;
}

.offersContent .pageContent .offersLeft H2
{
    color: #000;
    font-size: 28px;
    line-height: 40px;
    padding-top: 0;
    margin-top: -7px;
}

.offersContent .offersRight .video
{
    padding: 4px 0 4px 8px;
}

.offersContent .offersRight .video IMG
{
    float: none;
}

.offersContent .relatedContent.offersRight .callToAction IMG
{
    vertical-align: middle;
    float: none;
}

.offersContent .offersBelowMenu
{
    display: none;
}

.alliancesContent .partenership
{
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.alliancesContent .partenershipRight
{
    padding-bottom: 5px;
    max-width: 500px;
}

.alliancesContent .partenershipRight H3
{
    color: #003f60;
    margin-bottom: 10px;
}

.alliancesContent .partenershipLeft
{
    float: none;
    border-bottom: 1px solid #999;
    text-align: center;
}

.alliancesContent .partenershipLeft img
{
    width: auto;
    height: auto;
}

.alliancesContent .partnershipBottomClear
{
    clear: both;
}

.offersContent .relatedContent.offersRight H3
{
    margin: -2px 0 30px;
    font-size: 18px;
    line-height: 22px;
}

@media screen and (min-width:580px)
{

    .offersContent .relatedContent.offersRight H3
    {
        width: 100%;
    }

    .offersContent .offersRight .video
    {
        float: left;
        background: url(//assets1.dxc.technology/application_services/images/back.png) #ededed no-repeat scroll right bottom;
        background: -webkit-linear-gradient(140deg, transparent 13px, #EDEDED 0pt) no-repeat scroll right bottom transparent;
        background: -moz-linear-gradient(140deg, transparent 13px, #EDEDED 0pt) no-repeat scroll right bottom transparent;
        background: -ms-linear-gradient(140deg, transparent 13px, #EDEDED 0pt) no-repeat scroll right bottom transparent;
        background: -o-linear-gradient(140deg, transparent 13px, #EDEDED 0pt) no-repeat scroll right bottom transparent;
        background: -webkit-linear-gradient(140deg, transparent 13px, #EDEDED 0pt) no-repeat scroll right bottom transparent;
        background: linear-gradient(-40deg, transparent 13px, #EDEDED 0pt) no-repeat scroll right bottom transparent;
        padding: 4% 7%;
    }

    .alliancesContent .partenershipLeft
    {
        float: left;
        max-width: 220px;
        border-bottom: 0;
        text-align: left;
    }
    .alliancesContent .partenershipLeft .filler {
        width: 220px;
    }
    .alliancesContent .partenershipLeft img
    {
        width: 80%;
    }
    .alliancesContent .partenership.brief .partenershipRight
    {
        padding-top: 18px;
    }
    .alliancesContent .partenershipRight
    {
        /*padding-left: 220px;*/
        padding-top: 18px;
        padding-bottom: 21px;
        padding-left: 0;
        float: left;
    }
    .alliancesContent .partenership.brief .partenershipRight
    {
        padding-top: 18px;
    }

    .offersRight .video
    {
        max-width: 87%;
    }
    .offersTop .voiceBox {
        min-height: inherit;
        background-position: right 40px;
    }
}

@media screen and (min-width:1000px)
{
    .offersContent .offersBelowMenu
    {
        display: block;
    }

    #mainContent.offersContent .pageContent
    {
        width: 72%;
        padding: 0;
    }
}



.oldie .offersContent .offersRight .callToAction DIV:first-child {
    border-top: 0;
    padding-top: 0;
}
.oldie .offersContent .offersRight .callToAction {
    padding-top: 1em;
}
.oldie .offersContent .relatedContent.offersRight .callToAction IMG {
    float: left;
    max-width: 30px;
}
.oldie .offersContent .offersRight .callToAction DIV:last-child {
    border-bottom: 0 solid;
}
.oldie .offersContent .offersRight .callToAction A {
    display: block;
    padding-left: 33px;
}
.oldie .offersContent .offersLeft {
    width: 550px;
    float: left;
}
.oldie .offersContent .relatedContent.offersRight H3 {
    width: 100%;
}
.oldie .offersContent .relatedContent.offersRight UL {
    background: inherit;
    float: left;
    margin-bottom: 2em;
    padding: inherit;
    max-width: 87%;
}
.oldie .offersContent .offersRight .video, .oldie .offersContent .relatedContent.offersRight UL {
    float: left;
    background: url(//assets1.dxc.technology/application_services/images/back.png) #ededed no-repeat scroll right bottom;
    padding: 4% 7%;
    margin-bottom: 2em;
}

.oldie .offersContent .relatedContent.offersRight UL {
    min-width: 87%;
}

.oldie .alliancesContent .partenershipLeft {
    float: left;
    max-width: 220px;
    border-bottom: 0;
    text-align: left;
}
.oldie .alliancesContent .partenershipLeft .filler {
    width: 220px;
}
.oldie .alliancesContent .partenershipLeft img {
    width: 80%;
}
.oldie .alliancesContent .partenership.brief .partenershipRight {
    padding-top: 18px;
}
.oldie .alliancesContent .partenershipRight {
    padding-left: 220px;
    padding-top: 18px;
    padding-bottom: 21px;
    padding-left: 0;
    float: left;
}

.ie7 .partenershipLeft .logo .filler { 
    height: 0;
}

.oldie .alliancesContent .partenership.brief .partenershipRight {
    padding-top: 18px;
}
.oldie .offersRight .video {
    max-width: 87%;
}
.oldie .offersTop .voiceBox {
    min-height: inherit;
    background-position: right 40px;
}




.oldie .alliancesContent .partenershipLeft {
    border-bottom: 0 none;
    float: left;
    max-width: 220px;
    text-align: left;
}

.oldie .offersLeft {
    width: 64%;
}
.oldie .relatedContent.offersRight {
    float: left;
    display: block;
    height: auto !important;
    width: 223px;
    margin: 0 0 15px 15px !important;
    overflow: hidden;
}
.oldie .offersContent .pageContent .relatedContent.offersRight {
    float: right;
    width: 150px;
    font-size: 0.9em;
    border-top: 0;
}
.oldie .offersContent .pageContent .relatedContent.offersRight LI {/*min-width: 113px;*/ /* fix an issue when the content is to small */
}
.oldie .offersContent .pageContent .relatedContent.offersRight H3 {
    width: 90%;
    float: left;
}

.oldie .offersContent .offersLeft {
    width: 550px;
    float:left;
}
.oldie .offersContent .offersBelowMenu {
    display: block;
}
.oldie #mainContent.offersContent .pageContent {
    width: 72%;
    padding: 0;
}

.oldie .alliancesContent .partenershipLeft img {
    width: 80%;
}

.oldie .pageContent .relatedContent ul li {
    margin: 0;
    padding: 4% 0 4% 17px;
}

/****CSC Recommendations***/
#myRcmdsChevronHolder{
	display: none;
	position: absolute;
	left: 0;
	bottom: 16px;
	text-decoration: none;
}
.mobileNavigationSupport #myRcmdsChevronHolder{
	display: block;
}
#myRcmdsChevron {
	display: block;
	width: 46px;
	line-height: 46px;
	text-align: center;
	vertical-align: middle;
	color: white;
	font-size: 24px;
	cursor: pointer;
}
#myRcmdsTrigger {
	display: none;
}
#myRcmdsHeader{
	display: block;
	background: #004061 url('/assets/new/icons/navIcons.png') no-repeat;
	border: 0;
	height: auto;
	width: auto;
	min-height: 0;
	min-width: 0;
	color: #fff;
}
#myRcmdsPersHeader {
	font-size: 1em;
	font-size: 1rem;
	line-height: 1.5em;
	background: #004061 url('/assets/new/icons/navIcons.png') no-repeat;
	background-position: -80px 1.3571428571428571428571428571429em;
	display: block;
	font-weight: bold;
	padding: 1em 0 1em 30px;
}
#myRcmdsPersonalization{
	display: none;
	margin-top: -3.5em;
	height: 3.5em;
}
.loggedin #myRcmdsPersonalization{
	display: block;
}
#persIcon{
	float: right;
	text-align: right;
	width: 3.5em;
	height: 3.5em;
	overflow: hidden;
}
#persIcon img{
	max-width: 100%;
}
#persButtons{
	display: none;
}
#persButtons ul{
	display: block;
	float: right;
	padding-left:0px;
	margin-left:0px;
	position: relative;
}
#persButtons ul li{
	display: block;
	line-height: 2em;
}
#persButtons ul li a{
	padding-left: 15px;
	font-size: 8px;
	color: #fff;
}
#persProfile{
	display: none;
	height: 3.5em;
	float: right;
	padding-right: 2em;
}
#myrecs_visitor_name, #myrecs_job_title{
	display: block;
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0.5em;
}
#myrecs_job_title{
	font-size: 11px;
	font-weight: normal;
}
#myrecs_edit{
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url('/assets/new/edit-profile-bg.png');
	background-color: transparent;
	width: 90px;
        margin-top: -6px;
}
#myRcmds.active #myRcmdsPersHeader{
	background-position: -80px -132px;
}
/* Something important to note: DO NOT style to #recs_div, because mbox features re-id that element!!! */
#recs_content {
	background-color: #9BB9C8;
	overflow: auto;
	padding: 0 2%;
	display: none;
	-webkit-transition: height 400ms ease;
	-moz-transition: height 400ms ease;
	-ms-transition: height 400ms ease;
	-o-transition: height 400ms ease;
	transition: height 400ms ease;
}
#myRcmds.active #recs_content {
	display: block;
	clear: right;
}
#recs_content label {
	color: #515151;
	display: block;
	font-weight: bold;
	margin: 8px 0;
	text-transform: none;
}
#recs_content .imgAnchor{
	float: left;
	display: none;
}
#recs_content .imgAnchor img{
	width: 50px;
	height: 50px;
}
#recs_content .contentNode{
	clear: both;
	display: block;
	margin: 0;
	padding: 0 0 5% 0;
	overflow: hidden;
}
#myRcmds .contentNode .textArea, #myRcmds .contentNode section{
	color: #fff;
}
#myRcmds .ui-tabs-panel .headline{
	padding-bottom: 0.3em;
}
#myRcmds .ui-tabs-panel .headline a {
	color: #2F496E;
	font-size: 1.5em;
	text-decoration: none;
}
#myRcmds .headline a{
	background: url('/assets/new/trianglesLg.png') no-repeat scroll 0 -42px transparent;
	padding: 0 0 0 20px;
	color: #515151;
	display: block;
	text-transform: none;
}
#myRcmds .contentNode p {
	line-height: 1.2;
	padding: 0 0 0 20px;
	color: #515151;
}
.rec_alliance {
  padding-left:10px;
  height:50px;
  background:url(/assets/new/recsSprite.png) no-repeat 0px -607px;
}
.rec_success {
  padding-left:10px;
  height:50px;
  background:url(/assets/new/recsSprite.png) no-repeat 0px -547px;
}
.rec_blog {
  padding-left:10px;
  height:50px;
  background:url(/assets/new/recsSprite.png) no-repeat 0px -487px;
}
.rec_flexi {
  padding-left:10px;
  height:50px;
  background:url(/assets/new/recsSprite.png) no-repeat 0px -426px;
}
.rec_insight {
  padding-left:10px;
  height:50px;
  background:url(/assets/new/recsSprite.png) no-repeat 0px -367px;
}
.rec_news {
  padding-left:10px;
  height:50px;
  background:url(/assets/new/recsSprite.png) no-repeat 0px -311px;
}
.rec_infogfx {
  padding-left:10px;
  height:50px;
  background:url(/assets/new/recsSprite.png) no-repeat 0px -245px;
}
.rec_offer {
  padding-left:10px;
  height:50px;
  background:url(/assets/new/recsSprite.png) no-repeat 0px -190px;
}
.rec_event {
  padding-left:10px;
  height:50px;
  background:url(/assets/new/recsSprite.png) no-repeat 0px -125px;
}
.rec_hp {
  padding-left:10px;
  height:50px;
  background:url(/assets/new/recsSprite.png) no-repeat 0px -65px;
}
.rec_pub {
  padding-left:10px;
  height:50px;
  background:url(/assets/new/recsSprite.png) no-repeat 0px -9px;
}
/****Page CSS for 320px Small screen devices, like phones*****/

/****End Page CSS*****/

/*media Queries*/
@media screen and (min-width: 450px){
        #myRcmds .headline a{
                background: none;
                padding: 0;
        }
        #myRcmds .contentNode p {
                padding: 0;
        }
	#recs_content .imgAnchor{
		display: block;
		width: 50px;
		margin-right: 16px;
	}
	#myRcmds .contentNode .textArea, #myRcmds .contentNode section{
		float: left;
		width: 70%;
		clear: none;
	}
	#persButtons{
		display: block;
	}
}
@media screen and (min-width: 580px){
	#persProfile{
		display: block;
	}
}
@media screen and (min-width: 750px){
	#myRcmds .contentNode .textArea, #myRcmds .contentNode section{
		width: 82%;
	}
}
@media screen and (min-width: 768px){
	#myRcmds.active #myRcmdsPersHeader{
		background-position: -80px -136px;
	}
	#myrecs_visitor_name,#myrecs_job_title{
		padding-top: 0.3em;
	}
}
@media screen and (min-width: 820px) {
	#myRcmds.active h2 {
		background-position: -80px -11.25em;
	}
}
@media screen and (min-width: 1000px){
	#myRcmds {
		color: #000;
		float: right;
		clear: none;
		margin: 0;
		position: fixed;
		right: -402px;
		width: 448px;
		z-index: 1001;
		max-width: 448px;
		display: block;
		overflow: hidden;
		top: 162px;
		height: 378px;
	}
	#myRcmds.loggedin {
		top: 144px;
		height: 396px;
	}
	.mobile #myRcmds {
		top: 18px;
	}
	#myRcmdsTrigger {
		float: left;
		display: block;
		width: 48px;
		height: 312px;
		background-image: url('/assets/new/myrecs_bg.png');
	}
	#myRcmdsChevronHolder.show {
		display: block;
		padding-top: 282px;
		width: 46px;
	}
	#myRcmdsHeader{
		display: block;
		height: 48px;
		border-bottom: 2px solid #fff;
		background-image: url('/assets/new/myrecs_bg.png');
		background-position: -48px 0;
		background-color: transparent;
		padding-left: 48px;
	}
	.loggedin #myRcmdsHeader{
		height: 66px;
	}
	#myRcmdsPersHeader{
		display: block;
		background-color: transparent;
		background-image: none;
		display: block;
		font-size: 1.1666666666666666666666666666667em;/*14px*/
		clear: none;
		line-height: 48px;
		padding: 0;
	}
	.loggedin #myRcmdsPersHeader{
		padding-top: 16px;
		line-height: 16px;
	}
	#myRcmdsPersonalization{
		margin-top: 0;
	}
	#persButtons{
		height: 48px;
		padding-right: 16px;
		float: right;
		margin-top: -12px;
	}
	#persIcon{
		height: 66px;
		width: 66px;
		margin-top: -32px;
	}
	#persIcon img{
		width: 64px;
		margin: 1px;
	}
	#persProfile{
		float: none;
		height: 32px;
		padding: 0;
	}
	.oldie #persProfile{
		position: absolute;
	}
	#myrecs_visitor_name, #myrecs_job_title{
		padding: 0;
	}
	#myRcmds .textArea{
		float: left;
		width: 402px;
	}
	#recs_content{
		display: block;
		float: left;
		height: 312px;
		width: 384px;
		padding: 0 8px;
	}
	#recs_content .imgAnchor{
		margin-right: 8px;
	}
	#myRcmds .contentNode .textArea, #myRcmds .contentNode section{
		width: 82%;
		float: right;
	}
	#myRcmds .headline a{
		font-size: 12px;
	}
	#myRcmds .contentNode p{
		font-size: 11px;
	}
}
/****Page CSS for 320px Small screen devices, like phones*****/
/* Basic jQuery Slider essential styles */

ul.infiniteCarousel{
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
	display:none;
	overflow:hidden;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;				
	transition:all .5s ease-in-out;	
}	
li.infiniteCarousel-slide{
	color: white;
	display:none;
	position:absolute;
	max-height: 200px;
}
.infiniteCarousel a{
  display:block;
}
#banner .showOneImage {
  position: relative;
}
ul.infiniteCarousel-controls{
	list-style:none;
	margin:0;
	padding:0;
	z-index:9999;
	display:none;
}
ol.infiniteCarousel-markers{
	left: 30.5%;
	padding: 5px;
	list-style:none;margin:0;z-index:20;}
ol.infiniteCarousel-markers li{float:left;}

p.infiniteCarousel-caption{
	display:none;
	width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

#container{
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin:0 auto;
  overflow:hidden;
}

#banner {
  margin:0 auto;
  position:relative;
  background:#fff;
  overflow: hidden;
}

.infiniteCarousel-wrapper {
}

ul.infiniteCarousel-controls li a{
  display:block;
  padding:5px 10px;
  position:absolute;
  background:#fff;
  color:#fd0100;
  text-decoration:none;
  text-transform:uppercase;
}

a.infiniteCarousel-prev{
  left:0;
}

a.infiniteCarousel-next{
  right:0;
}

/*
p.infiniteCarousel-caption{
  background:rgba(0,0,0,0.7);
  color:#fff;
  text-align:center;
}
*/

 ol.infiniteCarousel-markers{
  position:absolute;
  bottom:0px;
}

 ol.infiniteCarousel-markers li{
  float:left;
  margin:0 3px;
}

 ol.infiniteCarousel-markers li a{
  text-decoration: none;
  display:block;
  height:19px;
  width:31px;
  overflow:hidden;
  color: gray;
  text-align: center;
  background: url('/assets/new/carousel-buttons.png') -31px 0 no-repeat;
}

ol.infiniteCarousel-markers li.active-marker a{
  color: #fff;
  background: url('/assets/new/carousel-buttons.png') 0 0 no-repeat;
}

/****End Page CSS*****/

/****Mobile Functionality****/
/*Small Screen devices, like phones*/
@media screen and (min-width:450px) {
	
}

/****Tablet Functionality*******/
/*Ten-inch Tablets like the I-pad (768x1024) */
@media screen and (min-width:768px){
	
}

/*****Desktop Functionality*******/
@media screen and (min-width:1000px){
	
}

/*** Zone Homepage ***/
a {
    cursor: pointer;
}

.zone-contact h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.zone-contact a {
    font-family: 'icons-nc-font' !important;
    font-size: 54px;
    line-height: 65px;
    color: black;
    margin-right: 45px;
}

.zone-contact a:hover {
    text-decoration: none;
}

.zc-twitter::before {
    content: "\e90c";
}

.zc-linkedin::before {
    content: "\e907";
}

.zc-facebook::before {
    content: "\e904";
}

.zc-googleplus::before {
    content: "\e905";
}

.zc-youtube::before {
    content: "\e90d";
}

.zc-cloudnewsletter::before {
    content: "\e90a";
}

.zc-contactus::before {
    content: "\e901";
}

.zc-blog::before {
	content: "\e90b";
}

.zone-page__btn-wrapper {
	margin-top: 30px;
}

a.link-btn {
    background: #ffed00;
    display: block;
    max-width: 400px;
    padding: 20px 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}

/* Override custom CMS styles */
.tab-content-left .cmsInputField div.leftBTN {
    color: black;
    background: #ffed00;
    border-radius: 0;
    border: none;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 40px;
}

.tab-content-right section h3 a.link-btn {
    text-transform: uppercase;
}

.tab-content-left p strong {
    font-size: 18px;
    color: #000;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
    padding: 20px 0px;
}

.tab-content-left .cmsInputField {
    font-size: 16px;
}

.tab-content-left .btn-link {
    font-size: inherit;
}

.pull-right {
    float: right;
}

.pushLeft.noImage {
    padding-left: 50px;
    position: relative;
}

.pushLeft.noImage .round-link {
    position: absolute;
    top: -4px;
    margin-left: -50px;
    margin-top: 0;
}

.round-link {
    margin-top: 15px;
    display: block;
}

.round-link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #ffed00;
    z-index: 2;
    display:inline-block;
    margin-left: 11px;
    margin-top: 9px;
}

.round-link:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    display:inline-block;
}
#tabs .ui-widget-content {
    min-height: 0;
    float: none;
}

/*End DESKTOP area */
/* Start MOBILE area {*/
/*undo jQuery UI's madness*/
#mainContent #tabs,#mainContent #tabs > .accordion,#mainContent #tabs > .accordion li.ui-widget-content {
    display: block;
    width: auto;
    float: none;
    clear: both;
    overflow: hidden;
}

#tabs .accordion > li,#tabs .accordion > li > ul {
    overflow: hidden;
}
#tabs .accordion li > a,
#moreLinks .moreLinksAnchor {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
    text-transform: uppercase;
    background-color: rgb(240, 240, 240);
    padding: 22px 20px;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 0px;
    color: rgb(0, 0, 0);
    outline: none;
    display: block;
}
#moreLinks .moreLinksAnchor:hover {
    text-decoration: none;
}
#tabs .accordion li > a.active {
    background-color: #000;
    color: #ffed00;
    position: relative;
}
#moreLinks {
    background: #757779;
    float: left;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
#moreLinks ul {
    display: none;
    position: relative;
    background: #FFF;
    color: #005172;
    float: left;
    width: 100%;
    right: 0;
    top: 0;
    padding: 0;
}
#moreLinks ul li {
    border-bottom: 1px solid #ccc;
}
#moreLinks ul a {
    display: block;
}
/*
}
End MOBILE area *//* Start CONTENT area {*/#tabs .nestedUL {
    clear: both;
}
#tabs .nestedUL li {
    display: none;
}
#tabs .ui-tabs-hide {
    display: block !important;
}
#mainContent.cloudpage {
    padding: 0;
    margin-bottom: 50px;
}

.tab-content-left {
    width: 100%;
    padding: 0;
    color: #000;
    margin-bottom: 30px;
}

.tab-content-left p {
    margin-bottom: 15px;
}

.tab-content-left h2 {
    padding: 0.4em 0;
}
.tab-content-right {
    width: 100%;
    padding: 0;
    float: left;
	color: #000;
}

.tab-content-right .noImage h3 {
	margin-top: 0;
}

.tab-content-right .noImage.pushLeft p {
	padding-left: 0;
}

.tab-content-right .noImage h3 > a {
	color: inherit;
}

.tab-content-right .contentNode > a {
    float: left;
    display: none;
}
.tab-content-right .contentNode > a img {
    height: auto;
}
.tab-content-right .contentNode {
    float: left;
    clear: both;
    margin-bottom:50px;
    width: 100%;
}
.tab-content-right .pushLeft {
    padding-bottom: 4%;
}
.tab-content-right .pushLeft p {
    padding: 0 0 0 5%;
}
.contentNode h3 a, .tab-content-right section h3 a {
    text-transform: none;
    display: inline-block;
}
.contentNode p {
    color: #000;
}
.sideBar #example1 li {
    margin-left: 0;
    margin-bottom: 0;
}
.innerLeftNav li {
    border: none;
}
#mainContent .innerLeftNav li a {.tab-content-right .contentNode > a
    width: 100%;
    display: block;
}
/*
}
End CONTENT area *//*
}
End Tab Links and triggers */#fredCarousel {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: hidden;
}
#fredCarousel li {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}
.oldie ul#fredCarousel li {
    width: 1000px !important;
}
#fredCarousel li a {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    height: 100%;
}
#fredCarousel li img {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    max-width: 100%;
}
#fredCarouselPagination {
    position: relative;
    z-index: 10;
    height: 50px;
    margin-top: -50px;
    padding-left: 120px;
    line-height: 19px;
}
#fredCarouselPagination a {
    display: inline-block;
    margin-left: 25px;
    text-decoration: none;
}
#fredCarouselPagination a span {
    display: block;
    background-color: #fff;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    color: transparent;
}

#fredCarouselPagination a.selected span,.fredPagination a.selected:hover span {
    background-color: #ffed00;
}
/****Mobile Functionality****//*Small Screen devices, like phones*/
@media screen and (max-width: 579px) {
    #tabs .ui-tabs-hide,
    #mainContent #tabs .accordion li.ui-widget-content {
        display: block !important;
    }

    #mainContent.cloudpage #tabs.ui-widget-content {
        min-height: 50px;
    }
}
@media screen and (min-width: 580px) {
    .tab-content-right .contentNode > a {
        float: left;
        display: block;
        width: 39%;
        height: 180px;
        background-color: #e4e4e4;
    }
    article.contentNode section {
        float: right;
        width: 58%;
    }
}

@media screen and (min-width:750px) and (max-height:550px) {
    #tabs .ui-tabs-nav li {
        font-size: .8em;
    }
}

.ui-tabs-panel h3 {
	text-transform: initial;
}

/****Tablet Functionality*******/
/*Ten-inch Tablets like the I-pad (768x1024) */
@media screen and (min-width:768px) {
    #tabs .accordion li > a.active, #moreLinks.active .moreLinksAnchor {
        background-position: -80px -11.333333333333333333333333333333em;
    }
    #mainContent #moreLinks ul a {
        font-weight: normal;
    }
    .tab-content-left {
        font-size: 14px;
        position: relative;
        width: 34%;
        float: left;
        padding: 0;
        padding-right: 30px;
    }
    .tab-content-right {
        width: 66%;
        padding: 0 0 0 40px;
        border-left: 1px solid #000;
    }
    .tab-content-left__cta-wrapper {
        margin-top: 37px;
    }
    
	.zone-page__btn-wrapper {
		margin-top: 70px;
		width: 420px;
		float: right;
	}
	
	.zone-page__btn-wrapper > a{
		width: 100%;
	}
	
    .tab-content-left__cta-wrapper .btn {
        margin-bottom: 30px;
    }
    .tab-content-left__cta-wrapper .btn.btn-link {
        font-size: inherit;
    }
    .tab-content-left__cta-wrapper .btn:last-child {
        margin-bottom: 0;
    }
    #tabs .ui-tabs-hide {
        display: none !important;
    }
    
    .ui-tabs-panel h3 {
        margin-bottom: 12px;
        clear: both;
    }
    .ui-tabs-panel h3 a {
        color: #000;
        text-decoration: none;
    }
    #tabs .accordion {
        display: block !important;
    }
    #tabs .nestedUL li {
        display: block !important;
        padding-top: 45px;
    }
    .contentNode p {
        padding: 0;
        line-height: 22px;
    }
    .contentNode .round-link {
        margin-top: 20px;
    }
    #tabs .accordion li > a {
        display: none;
    }
    #moreLinks ul {
        float: left;
        width: 100%;
        right: 0;
        top: 0;
        max-height: none;
        min-width: 0;
        padding: 0;
    }
    .cloud-img {
        display: none;
    }
    .tab-content-right section h3 a {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (min-width:1024px) {
    .tab-content-left {
        padding-right: 60px; 
    }
    .tab-content-right {
        width: 66%;
        padding: 0 0 0 60px;
    }
}
/*****Desktop Functionality*******/
@media screen and (min-width:992px) {
    #mainContent .innerLeftNav li {
        border-bottom: 1px solid grey;
    }
    #mainContent .innerLeftNav li a {
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 700;
		font-family: "GTWalsheimProBold", Arial, sans-serif;
        font-size: .9em;
        width: 80%;
        padding: 3% 10% 3% 10%;
        float: left;
        line-height: 1.5em;
        color: #4d4d4d;
    }
    #mainContent .innerLeftNav li ul {
        padding: 0;
    }
    #mainContent .innerLeftNav li ul li a {
        font-weight: 700;
		font-family: "GTWalsheimProBold", Arial, sans-serif;
        padding-left: 15%;
        width: 75%;
    }
    #mainContent .innerLeftNav li a.active {
        color: #6bace4;
    }
    #mainContent .innerLeftNav li a:hover, .innerLeftNav li a.current {
        color: #fff;
        background-color: #6bace4;
    }
    #moreLinks ul {
        top: 41px;
        right: 154px;
        color: #fff;
        background: #124570;
        min-width: 200px;
        overflow-y: auto;
    }
    #moreLinks ul a {
        color: #fff;
    }
    #moreLinks .innerLeftNav li a {
        float: none;
        display: block;
        color: #fff;
    }
    #moreLinks h3 {
        display: none;
    }
    .cloud-img {
        display: block;
        float: left;
    }
}

/* Tabs Menu Component Start */
.tabsMenu {
    display: none;
}

.tabsMenu > li > a {
    cursor: pointer !important;
}

@media (min-width: 768px) {
    .tabsMenu {
        width: 100%;
        height: 81px;
        border-radius: 0;
        background-color: #f0f0f0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .tabsMenu.ui-tabs-nav {
        padding: 0;
        margin-top: 30px;
    }
    .tabsMenu > li {
        position: relative;
        float: left;
        list-style: none;
        border-radius: 0;
        background-color: #f0f0f0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 20%;
        max-width: 25%;
    }
    .tabsMenu > li.ui-state-active {
        background-color: #000;
    }
    .tabsMenu > li.ui-state-active:after {
        content: '';
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: 14px solid #000;
        display: inline-block;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 100%;
    }
    .tabsMenu > li > a {
        font-size: 18px;
        text-align: center;
        overflow: hidden;
        text-transform: uppercase;
        padding: 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #tabs .tabsMenu > li {
        margin-bottom: 0;
        padding-bottom: 0;
        border-right: 2px solid #fff;
    }
    #tabs .tabsMenu > li:nth-last-child(n+4):nth-last-child(-n+4):first-child,
    #tabs .tabsMenu > li:nth-last-child(n+4):nth-last-child(-n+4):first-child ~ li {
        width: 25%;
        min-width: 25%;
    }
    #tabs .tabsMenu > li.ui-state-active > a {
        color: #ffed00;
    }
    #tabs .tabsMenu > li > a {
        color: #000;
        font-weight: 700;
        font-family: "GTWalsheimProBold", Arial,Helvetica,sans-serif;
    }
}

@media (min-width: 992px) {
    .tabsMenu > li > a {
        padding: 0 30px;
    }
}

@media (min-width: 768px) {
    #tabs .nestedUL li {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

/* Tabs Menu Component End */
/*
    Country Select Styles
    Styles for the countries drop down list
    This style sheet is included in the following bundles.
        global
        globalFreeForm
        Global Non Responsive
        Global Free Form Non Responsive
    URL : https://beta.csc.com/cms/stylesheets/36/edit
*/

div#country-select .jspPane div
{
    /*background-image:url(//assets1.dxc.technology/home/images/flagSprite.png);*/
    /*background-repeat:no-repeat;*/
    padding-left:5px;
}
div#country-select .unitedstates
{
    background-position: 0 -680px;
}
div#country-select .australia
{
    background-position: 0 2px;
}		
div#country-select .austria
{
    background-position: 0 -18px;
}
div#country-select .belgium
{
    background-position: 0 -38px;
}
div#country-select .brazil
{
    background-position: 0 -58px;
}
div#country-select .bulgaria
{
    background-position: 0 -78px;
}
div#country-select .canada
{
    background-position: 0 -98px;
}
div#country-select .chile
{
    background-position: 0 -118px;
}
div#country-select .china
{
    background-position: 0 -138px;
}
div#country-select .czech
{
    background-position: 0 -158px;
}
div#country-select .denmark
{
    background-position: 0 -178px;
}
div#country-select .france
{
    background-position: 0 -198px;
}
div#country-select .germany
{
    background-position: 0 -218px;
}
div#country-select .hongkong
{
    background-position: 0 -238px;
}
div#country-select .india
{
    background-position: 0 -258px;
}
div#country-select .italy
{
    background-position: 0 -278px;
}
div#country-select .japan
{
    background-position: 0 -298px;
}
div#country-select .korea
{
    background-position: 0 -318px;
}
div#country-select .lithuania
{
    background-position: 0 -338px;
}
div#country-select .luxembourg
{
    background-position: 0 -358px;
}
div#country-select .malaysia
{
    background-position: 0 -378px;
}
div#country-select .middleeast
{
    background-position: 0 -714px;
}
div#country-select .netherlands
{
    background-position: 0 -398px;
}
div#country-select .norway
{
    background-position: 0 -418px;
}
div#country-select .poland
{
    background-position: 0 -438px;
}
div#country-select .portugal
{
    background-position: 0 -458px;
}
div#country-select .romania
{
    background-position: 0 -478px;
}
div#country-select .singapore
{
    background-position: 0 -498px;
}
div#country-select .slovakia
{
    background-position: 0 -518px;
}
div#country-select .southafrica
{
    background-position: 0 -538px;
}
div#country-select .spain
{
    background-position: 0 -558px;
}
div#country-select .sweden
{
    background-position: 0 -578px;
}
div#country-select .switzerland
{
    background-position: 0 -598px;
}
div#country-select .thailand
{
    background-position: 0 -618px;
}
div#country-select .turkey
{
    background-position: 0 -695px;
}
div#country-select .unitedkingdom
{
    background-position: 0 -638px;
}
div#country-select .vietnam
{
    background-position: 0 -658px;
}

@media print {
	header, footer, aside.sidebar, .mobiSecondaryNav, #myRcmds {
		display:none;
	}
	.wrapper, #mainContent.leftSideBar .pageContent, #mainContent.leftSideBar .pageContent {
		width: 100%;
		padding: 0px;
	}
	.pageContent ul, .pageContent ol{padding-left:1.25em;}
	.pageContent ol li, .pageContent ul li {
		padding-left: 1em;
		list-style:disc;
	}
}	
#response_container,#visitor_create_local_account,#visitor_update_profile_container,#visitor_forgotton_password_container,
#visitor_login_container,#visitor_activation_email_container, #visitor_cancel_account, #visitor_newsletters {
    position: absolute;
    left: -10px;
    top: -10px; /* Elizabeth, why are these styled to move out of the way instead of display none? -Cory*/ width: 1px;
    height: 1px;
    display: none;
}
/*--------SANITARY--------*/#mobileModal {
    position: relative;
    z-index: 1000;
    background-color: #bcd1da;
    overflow: hidden;
    width: 100%;
    min-height: 480px;
}
#mobileModalContent {
    max-width: 768px;
    margin: 0 auto;
    padding: 12px 16px;
}
div#desktopModal div.modal_holder {
    overflow: visible;
}
.modal_holder {
	margin: 0 auto;
}
.modal_holder.large {
    width: 712px !important; /* !important to overload the width: auto that jQUI puts on there */height: auto !important; /* !important to overload the height: * that jQUI JUST STARTED putting on there */
}
.modal_top,.modal_bottom {
    height: 96px;
    background-repeat: no-repeat;
    min-width: 0;
}
.modal_top {
    /*background-image: url('/assets/new/modal_bg_top.png');*/
}
.large .modal_top {
    /*background-image: url('/assets/new/modal_bg_top_large.png');*/
}
.modal_bottom {
    /*background-image: url('/assets/new/modal_bg_bottom.png');*/
}
.large .modal_bottom {
    /*background-image: url('/assets/new/modal_bg_bottom_large.png');*/
}
.modal_tile {
    padding: 8px 0; /* Negative margins on children cannot escape parent unless parent has padding */
    position: relative;
    zoom: 1;
}
.large .modal_tile {
    background-image: url('/assets/new/modal_bg_tile_large.png');
}
.ie7 .modal_tile {
    /*overflow:hidden;*/
}
.ie7_modal_slant_image_holder img {
    display: block;
    overflow: hidden;
}
.ie7_modal_slant_image_holder {
    overflow: hidden;
}
.ie7 .modal_holderaccount_login {
    overflow:hidden;
}
.modal_content {
    color: #fff;
    margin: -94px 0; /* Extra 8px top and bottom to compensate for the padding on the parent*/
    padding: 16px; /* Extra 8px right and bottom for shadow */
    position: relative;
    zoom: 1;
    overflow: visible; /* important for the error popups */
    background-color: #000;
}
#desktopModal.ui-dialog {
    background: transparent;
    padding: 0;
}
#desktopModal.large .ui-dialog-titlebar-close {
    margin-right: -40px;
}
#desktopModal .ui-dialog-titlebar {
    position: relative;
    z-index: 9999;
    width: 100%;
}
#desktopModal.premiumModal .ui-dialog-titlebar {
    position: relative;
    top: 52px;
    z-index: 9999;
    width: 540px;
}
.oldie #desktopModal .ui-dialog-titlebar {
    z-index: 9;
    zoom: 1;
}
.oldie #desktopModal .ui-widget-content {
    float: none;
}
#desktopModal .ui-dialog-titlebar-close {
    top: 0;
    right: 0;
}
#desktopModal .ui-dialog-titlebar-close .ui-icon {
    background: url(http://assets1.dxc.technology/home/images/X.png) no-repeat center;
    height: 45px;
    width: 45px;
    display: block;
    text-indent: 100%;
    overflow: hidden;
    cursor: pointer;
    background-color: #ffed00;
    padding: 5px;
}
.accountWrapper #gigyaButtonsRegister {
    width: auto !important; /* !important to overload the width that Gigya's JS puts on there */text-align: center;
}
.accountWrapper #gigyaButtonsRegister>table {
    margin: 0 auto !important; /* !important to overload the margin that Gigya's JS puts on there */
}
.accountWrapper {
    color: #fff;
    font-family: 'Helvetica', 'Arial', sans-serif;
    overflow: visible; /* important for the error popups */
}
.accountWrapper img {
    max-width: none;
}
.accountWrapper a {
    color: #ffed00;
}
.accountWrapper p {
    line-height: 2em;
    padding: 0;
}
.accountWrapper #bar {
    background-color: #003f60;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.5em;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
    margin: 8px 0;
    clear: both;
}
#mobileModal #bar {
    margin: 8px -16px;
}
#desktopModal #gigya_account_area.vert,#desktopModal #bar.vert,#desktopModal #csc_account_area.vert {
    display: block;
    float: left;
    clear: none;
}
#desktopModal #gigya_account_area.vert {
    height: 448px;
    width: 160px;
}
#desktopModal #bar.vert {
    width: 48px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url('/assets/new/modal_bg_or_vertical.png');
    margin-top: -40px;
    margin-bottom: -16px;
    height: 512px;
}
#desktopModal #bar.vert span {
    display: none;
}
#desktopModal .account_create h3,#desktopModal .account_login h3 {
    padding-bottom: 0.5em;
}
#desktopModal #gigya_account_area p {
    line-height: 1.25em;
    padding-bottom: 1em;
}
#desktopModal #csc_account_area .instructions {
    padding-bottom: 30px;
	line-height: 22px;
	margin: 0;
}
.ie7 .accountWrapper>div {
    display: block;
    clear: both;
    overflow: hidden;
}

.ie7 .accountWrapper input[type="submit"],.ie7 .accountWrapper input[type="button"] {
    display: block;
    float: left;
}
.ios #mobileModal .accountWrapper input[type="submit"],.ios #mobileModal .accountWrapper input[type="button"] {
    line-height: 1em;
}
.thankYouMessage .accept {
    height: 2em;
    padding-top: 1em;
}
html body input[type="button"].ok {
    display: block;
    float: right;
    line-height: 2em;
    width: 56px;
    margin-bottom: 0;
}
html.ios body input[type="button"].ok {
    line-height: 1em;
}
.errorMsgIconAndTextHolder input[type="button"].ok {
    margin-right: -12px;
    margin-bottom: 0;
}
.accountWrapper input[type="checkbox"] {
    margin: 0 8px;
    vertical-align: bottom;
    width: 16px;
    height: 16px;
    border: 1px solid #757678;
    float: left;
    clear: left;
}
#mobileModal .accountWrapper input[type="checkbox"] {
    margin-top: 16px;
}
.newsletterSelection {
    padding-left: 24px;
    clear: both;
}
.newsletterSelection p {
    padding: 0 0 1em 0;
}
#mobileModal .accountWrapper .newsletterSelection {
    padding-left: 0;
}
#mobileModal .accountWrapper .newsletterSelection .checkbox_label {
    padding-bottom: 0;
}
.accountWrapper .left,.accountWrapper .right {
    display: block;
    padding: 0;
    margin: 0;
    width: 50%;
    height: 3em;
    overflow: visible;
    clear: left;
}
.accountWrapper .right {
    margin-top: -3em;
    clear: right;
}
#desktopModal .accountWrapper .left,#desktopModal .accountWrapper .right {
    height: 2em;
}
#desktopModal .accountWrapper .right {
    margin-top: -2em;
}
.accountWrapper .left input,.accountWrapper .right input {
    margin-top: 0;
    margin-left: 0;
}
.accountWrapper .left .checkbox_label,.accountWrapper .right .checkbox_label {
    margin-bottom: 0;
    margin-top: 0;
}
#customLoginUI ul {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    padding-bottom: 16px;
}
.accountWrapper li.loginButton {
    display: block;
}
.accountWrapper li.loginButton a {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    background-repeat: no-repeat;
}
.accountWrapper li.loginButton a span {
    display: none;
}
/* Mobile Responsive styling */#mobileModal label {
    display: block;
    text-align: left;
    line-height: 1.5em;
}
#mobileModal select,#mobileModal input[type="password"],#mobileModal input[type="text"] {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 0.5em;
    padding: 0 4px;
    text-align: left;
    line-height: 2em;
    width: 90%;
}
#mobileModal input[type="submit"],#mobileModal input[type="button"] {
    position: relative;
    z-index: 2;
    margin: 0 1em 0 0;
    min-width: 96px;
}
#mobileModal li.loginButton {
    float: left;
    width: 25%;
}
#mobileModal li.loginButton a {
    background-image: url('/assets/new/icons/socialIconsMedium.png');
    height: 64px;
    width: 64px;
}
#mobileModal li.facebookButton a {
    background-position: 0 0;
}
#mobileModal li.twitterButton a {
    background-position: 0 -64px;
}
#mobileModal li.linkedinButton a {
    background-position: 0 -128px;
}
#mobileModal li.googleButton a {
    background-position: 0 -192px;
}
/* Desktop styling */
#desktopModal h3 {
    color: #fff;
    font-size: 30px;
    text-transform: none;
    line-height: 1.3;
    border-bottom: 1px solid #fff;
}
#desktopModal .accountWrapper h3{
    padding-bottom: 15px;
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}
.thankYouMessage h3{
    padding-bottom: 1.5em;
    color: #fff;
    display: block;
    font-size: 1.17em;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
    line-height: normal;
    margin: 0;
    text-transform: none
}
.ie7 #desktopModal label {
    zoom: 1;
}

#desktopModal select {
    padding: 0 0 0 4px;
    width: 61.5%;
}
.formFooter {
    padding-top: 1em;
    clear: both;
}
.formFooter p,.formFooter>div {
    clear: both;
}
#mobileModal .formFooter p {
    padding-top: 1em;
}
#mobileModal .formFooter .newsletterSelection p {
    padding: 0;
}
#mobileModal .buttonsContainer {
    padding-top: 1em;
}

#mobileModal .accountWrapper .checkbox_label {
    margin-top: 12px;
}
#desktopModal li.loginButton a {
    background-image: url('/assets/new/icons/socialIconsLarge.png');
    height: 96px;
    width: 96px;
    margin-bottom: -16px;
}
#desktopModal li.facebookButton a {
    background-position: 0 0;
}
#desktopModal li.twitterButton a {
    background-position: 0 -96px;
}
#desktopModal li.linkedinButton a {
    background-position: 0 -192px;
}
#desktopModal li.googleButton a {
    background-position: 0 -288px;
}
/* Validation styling */#mobileModal .errorIcon {
    display: block;
}
#desktopModal .errorIcon {
    float: right;
    top: 7px;
    margin-left: .5em;
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    background: transparent url(/assets/new/icons/errorIcon.png) no-repeat scroll bottom center;
    cursor: pointer;
}
.ie7 .errorIcon {
    top: -43px;
}
#desktopModal .errorIcon.checkbox {
    top: auto;
    margin-top: 3px;
    margin-left: 0.3em;
    position: absolute;
}
#mobileModal .errorIcon.checkbox {
    clear: both;
    margin: 0;
}
#mobileModal .checkbox .errorMsg {
    border-top: 1px solid #f00;
    margin: 0;
}
.errorMsgHolder {
    position: absolute;
    display: none;
    bottom: 20px;
    background: transparent url(/assets/new/icons/errorDialogPointer.png) no-repeat scroll 15px bottom;
    width: 253px;
    padding: 0 0 10px 0;
    z-index: 2049;
}
#mobileModal .errorMsgHolder {
    position: relative;
    z-index: 1;
    display: block;
    bottom: 0;
    width: auto;
    background-image: none;
    margin-top: -1em;/* First .5 is to slide it up to meet the bottom of the input field above it.Second .5 is to slide it slightly under the bottom of the input element for the apple devices rounding corners*/
}
.errorMsg {
    padding: 10px;
    color: #f00;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
    text-align: left;
    width: 233px;
    background: transparent url(/assets/new/icons/errorDialog.png) no-repeat scroll;
    cursor: pointer;
}
.statusMsgIconAndTextHolder,.errorMsgIconAndTextHolder {
    background: transparent url(/assets/new/icons/errorIcon.png) no-repeat scroll center left;
    margin-top: -32px;
    padding: 12px 12px 12px 28px;
    float: none;
    clear: none;
    color: inherit;
    font-weight: inherit;
    text-align: inherit;
}
.statusMsgIconAndTextHolder {
    background: transparent url(/assets/new/icons/animatedLoading.gif) no-repeat scroll center left;
    color: #666;
    text-align: center;
}
#mobileModal .errorMsg {
    position: relative;
    display: block;
    border: 1px solid #f00;
    border-top: none;
    background-image: none;
    background-color: #ECDCDC;
    width: 90%;
    padding: 0.5em 4px 0 4px;
    z-index: 1;/*See #mobileModal .errorMsgHolder for details on padding */
}
#mobileModal .checkbox .errorMsg {
    padding: 0 4px;
}
.errorMsgHolder.open {
    display: block;
}
.errorMsg ul {
    padding: 1em 2em;
    width: 193px;
}
.errorMsg li {
    list-style: circle;
    list-style-position: outside;
}
@media screen and (min-width:384px) {
	#mobileModal li.loginButton a {
		background-image: url('/assets/new/icons/socialIconsLarge.png');
		height: 96px;
		width: 96px;
	}
	#mobileModal li.facebookButton a {
		background-position: 0 0;
	}
	#mobileModal li.twitterButton a {
		background-position: 0 -96px;
	}
	#mobileModal li.linkedinButton a {
		background-position: 0 -192px;
	}
	#mobileModal li.googleButton a {
		background-position: 0 -288px;
	}
}

#profileAccordion {
    overflow: hidden;
}

#profileAccordion .trigger {
    background: #004061 url('/assets/new/icons/navIcons.png') no-repeat;
    background-position: -60px 12px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
    padding: 0 48px;
    margin-bottom: 2px;
    cursor: pointer;
}

#profileAccordion .content {
    display: none;
    padding: 8px;
}

@media screen and (min-width:750px) {
	#profileAccordion li {
		border-top: 2px solid #515151;
		height: 24px;
	}
	#profileAccordion .trigger {
		background-color: transparent;
		background-position: -86px 7px;
		height: 24px;
		line-height: 24px;
		color: #004061;
		font-weight: 700;
		font-family: "GTWalsheimProBold", Arial, sans-serif;
		padding: 0 24px;
		margin: 0 0 -24px 0;
		cursor: pointer;
		width: 96px;
	}
	#profileAccordion .trigger.active {
		background-color: #a8c3cf;
		color: #515151;
	}
	#profileAccordion .content {
		float: right;
		width: 360px;
		background-image: url('/assets/new/modal_accordion_bg.png');
		background-repeat: no-repeat;
		background-position: bottom left;
		margin-right: 32px;
		color: #515151;
		padding: 0 0 0 32px;
	}
	#profileAccordion .content_wrap {
		background-image: url('/assets/new/modal_accordion_bg.png');
		background-repeat: no-repeat;
		background-position: top right;
		margin: 0 -32px 0 0;
		padding: 4px 32px 4px 0;
		width: 360px;
	}
	#profileAccordion .content_wrap p {
		font-size: 11px;
		line-height: 16px;
	}
}

.premiumcontent {
    position: relative;
    overflow: hidden;
    float: left;
    clear: both;
    width: 100%;
}
.premiumcontent a {
    cursor: pointer;
}
.premiumcontent a.premiumribbon {
    background: url('/assets/new/icons/premium_content_ribbon.png') 0 0 no-repeat;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    float: left;
}
.premiumcontent a.premiumlock,.premiumcontent span.premiumlock {
    background: url('/assets/new/icons/premium_content_icon_32.png') 0 0 no-repeat;
    padding-left: 36px;
    color: #EE2525 !important;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
    padding-top: 6px;
    display: block;
    float: left;
    text-decoration: none;
    min-height: 32px;
}
.premiumcontent a.premiumlock span {
    display: block;
    color: #003F60 !important;
}
.premiumcontent a:hover {
    text-decoration: none !important;
}
#premiumContentModalWrapper {
    color: #515151;
    overflow: hidden;
    margin-left: 32px;
}
#premiumContentModalWrapper .premiumcontent {
    padding-bottom: 30px;
}
.premiumContentModalTopWrapper {
    float: left;/*margin-bottom: 20px;*/padding-bottom: 20px;
    width: 100%;/* background: url('line.png') bottom center no-repeat; */position:relative;
    overflow: hidden;
}
.premiumContentModalTopWrapper img {
    float: right;
    margin: 0 32px 16px 16px;
    width: 200px;
    height: auto;
    -moz-box-shadow: 4px 4px 4px #888;
    -webkit-box-shadow: 4px 4px 4px #888;
    box-shadow: 4px 4px 4px #888;
}
.premiumContentModalLoginWrapper {/*float: left;*/position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}
.premiumContentModalLoginWrapper .leftColumn {
    float: left;
    width: 200px;
}
.premiumContentModalLoginWrapper .rightColumn {
    float: right;
    width: 200px;
    padding-right: 50px;
}
.premiumContentModalLoginWrapper .rightColumn span {
    color: #EE2525;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
}
.premiumContentModalLoginWrapper .bottomColumn {
    margin-bottom: 30px;
}
.premiumContentModalLoginWrapper .button {
    text-align: center;
    padding: 0px 4px !important;
    color: white;
    background-color: #747678;
    font-size: 12px;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
    border: none;
    line-height: 2.5em;
    height: 30px;
}
/*.premiumContentModalLoginWrapper .leftColumn .button {
position: absolute;
bottom: 0;
left: 0
}
*/.ieall .scrollwrap {
    position: relative !important;
}
/***This is for video commenting***/#commentsPrefix {
    background-color: #FFF;
}
#commentsPrefix > div {
    display: inline-block;
    background-color: #E4E4E4;
    background-image: url(/assets/new/icons/comment_corner_white.png);
    background-position: top right;
    background-repeat: no-repeat;
    color: #003F60;
    padding: 0 24px;
    line-height: 36px;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
}

.ie7 .modal_top,
.ie7 .modal_bottom {
    zoom: 100%;
    min-width:100%;
}



/*** Styles for custom share bar ***/



div.customLikeWrap {
    text-align: center;
}
div.customLikeWrap div.customLike {
    padding: 0 5px 2px;
    display: inline-block;
    background: none repeat scroll 0 0 #ECEEF5;
    border: 1px solid #CAD4E7;
    border-radius: 3px 3px 3px 3px;
    color: #3B5998;
    cursor: pointer;
    white-space: nowrap;
}

div.customLikeWrap div.customLike button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: -1px;
    padding: 0;
}

div.customLikeWrap div.customLike button i {
    margin-right: 2px;
    background-position: 0 0;
    background-image: url("http://static.ak.fbcdn.net/rsrc.php/v2/yF/r/wtsky0Emo_J.png");
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
    height: 14px;
    width: 14px;
    position: relative;
    top: 3px;
}

/* Styles for FB share button on details pages */


div#fb-share-wrap {
    display: inline-block;
    vertical-align: top;
}

a#pluginShareButtonLink {
    color: #3b5998;
    cursor: pointer;
    text-decoration: none;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: left;
    font-size: 11px;
}
a#pluginShareButtonLink div.pluginButton {
    background: #4c69ba;
    background: -webkit-gradient(linear, center top, center bottom, from(#4c69ba), to(#3b55a0));
    background: -webkit-linear-gradient(#4c69ba, #3b55a0);
    border: none;
    -webkit-border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-shadow: 0 -1px 0 #354c8c;
    white-space: nowrap;
}

a#pluginShareButtonLink div.pluginButton div.pluginButtonContainer {
    -webkit-font-smoothing: antialiased;
}

a#pluginShareButtonLink div.pluginButton div.pluginButtonImage {
    display: inline-block;
}
a#pluginShareButtonLink div.pluginButton button {
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
    margin: -1px;
    outline: none;
    padding: 0;
    text-shadow: 0 -1px 0 #354c8c;
}


a#pluginShareButtonLink div.pluginButton i {
    left: 0;
    margin: 0 4px 0 4px;
    position: relative;
    top: 3px;
    vertical-align: top;
    background-position: 0 -42px;
    background-image: url(//assets1.dxc.technology/zonea/images/fb_share.png);
    background-size: 30px 72px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    width: 14px;
}

a#pluginShareButtonLink div.pluginButton span.pluginButtonLabel {
    padding: 0 5px 0 0;
    position: relative;
    vertical-align: top;
}
/* END Styles for FB share button on details pages */

div#desktopModal div.modal_holder  {
    overflow: visible;
}
div.modal_holder div#error_explanation {
    color: #f00;
    padding: 0px 20px 10px;
}
div.modal_holder div#error_explanation h4 {
    color: #f00;
}
div.modal_holder div#error_explanation ul {
    margin-left: 40px;
    list-style-type: disc;
}
div.modal_holder div#error_explanation li {
    list-style-type: disc;
}

/*MODAL STLYLES START*/
.ui-dialog {
	box-sizing: border-box !important;
	padding: 30px;
}

.ui-dialog .modal_top,
.ui-dialog .modal_bottom {
	display: none;
}

.ui-dialog .ui-dialog-content {
	background: #000;
	width: 100% !important;
}

.ui-dialog .ui-dialog-content .modal_tile {
	padding: 0;
}

.ui-dialog .ui-dialog-content .modal_content {
	margin: 0;
	padding: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
	top: 0;
	right: 0;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	width: 45px !important;
	height: 45px !important;
	margin-right: 0;
	position: absolute;
	width: auto;
	margin: 0;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close > .ui-icon {
	padding: 0;
	left: auto;
	margin: 0;
	position: relative;
	top: auto;
}

.ui-dialog .ui-dialog-title {
	padding-right: 60px;
	padding-bottom: 20px;
	margin: 0 0 30px;
	border-bottom: 1px solid #fff;
	display: block;
}

.ui-dialog#desktopModal h3 {
	padding-bottom: 20px;
	padding-right: 45px;
	margin: 0 0 30px;
	border-bottom: 1px solid #fff;
}

.ui-dialog#desktopModal .ui-dialog-content {
	padding: 30px;
}

.ui-dialog#desktopModal .ui-dialog-titlebar {
	margin: 0;
}

.ui-dialog#desktopModal .ui-dialog-title {
	display: none;
}

.ui-dialog#desktopModal .formFooter {
	padding-top: 20px;
}

.ui-dialog#desktopModal .formFooter .buttons > input:first-child {
	margin-left: 0;
}

.ui-dialog .vert {
	width: 100%;
}

.ui-dialog .forgottenPassword form {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.ui-dialog {
		width: 100% !important;
		padding: 15px !important;
	}
	.ui-dialog.video-dialog {
		left: 0 !important;
		border-radius: 0;
	}
}

@media (min-width: 768px) {
	.ui-dialog#desktopModal .formFooter {
		margin-left: calc(35% + 15px);
	}
	.ui-dialog#desktopModal .ui-dialog-content {
		padding: 45px;
	}
}

#desktopModal label {
	line-height: 22px;
	display: block;
}

#desktopModal select,
#desktopModal input[type="password"],
#desktopModal input[type="text"] {
	min-height: 46px;
	background-color: #f0f0f0;
	border: none;
	font-size: 14px;
	padding: 13px 22px;
	color: #000;
	font-weight: 400;
	width: 100%;
	margin-bottom: 20px;
}

#desktopModal input[type="checkbox"]:checked + .checkbox_label:after {
	opacity: 1;
}

#desktopModal input[type="checkbox"] + .checkbox_label:before {
	background: #fff !important;
	left: 0;
}

#desktopModal input[type="checkbox"] + .checkbox_label:after {
	opacity: 0;
	top: 6px;
	left: 1px;
	border: 3px solid #000;
}

@media (min-width: 768px) {
	#desktopModal label {
		clear: left;
		float: left;
		width: 35%;
		padding-right: 8px;
		text-align: right;
		line-height: 2.75em;
	}
	#desktopModal select,
	#desktopModal input[type="password"],
	#desktopModal input[type="text"] {
		width: 60%;
		margin: 0 0 20px 15px;
	}
}

.ok, .accountWrapper input[type="submit"], .accountWrapper input[type="button"] {
	display: inline-block;
	text-align: center;
	width: 100%;
	padding: 0 8px;
	color: #000;
	background-color: #ffed00;
	font-size: 17px;
	margin: 0 0 15px;
	border: none;
	line-height: 2.5em;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
}

@media (min-width: 768px) {
	.ok, .accountWrapper input[type="submit"], .accountWrapper input[type="button"] {
		width: 115px;
		margin: 8px;
	}
}

#mobileModal .accountWrapper .checkbox_label,
#desktopModal .accountWrapper .checkbox_label {
	display: block;
	float: left;
	text-align: left;
	text-align: left;
	line-height: 22px;
	padding: 0 0 20px 30px;
	width: 100%;
}

.videodialog .ctaButtons {
	margin-top: 30px;
}

.videodialog .ctaButtons .video_cta {
	margin: 0;
	width: 100%;
	margin-bottom: 30px;
	color: #000;
	background: #ffed00;
	border-color: #ffed00;
	font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
	text-transform: uppercase;
	border-radius: 0;
	height: 46px;
	padding: 14px 30px 14px;
	line-height: 1;
	font-size: 14px;
}

.videodialog .ctaButtons .video_cta:last-child {
	margin-bottom: 0;
}

.videodialog .ctaButtons button.video_cta:hover, .videodialog .ctaButtons button.video_cta:focus, .videodialog .ctaButtons button.video_cta:active {
	background: #fff024;
	color: inherit;
	top: auto;
}

.videodialog .twistageVideo video {
	width: 100%;
}

.cscSearchOverlay {
	top: 70px;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 999;
	display: none;
}

.cscSearchOverlay .cscSearchWrapper {
	position: relative;
}

.cscSearchOverlay .cscSearchWrapper form .searchButton {
	display: inline-block;
	text-align: center;
	color: #000;
	background-color: #ffed00;
	font-size: 16px;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
	line-height: 22px;
	height: auto;
	padding: 14px 15px 14px;
	margin: 0;
	width: 100%;
	margin-top: 20px;
}

.cscSearchOverlay .cscSearchWrapper form input[type=text] {
	min-height: 46px;
	background-color: #f0f0f0;
	border: none;
	font-size: 14px;
	padding: 13px 22px;
	color: #000;
	font-weight: 400;
	width: 100%;
}

.cscSearchOverlay .cscSearchPage {
	color: #fff;
	padding: 60px 15px;
}

.cscSearchOverlay .cscCloseSearsh {
	top: 0;
	right: 15px;
	display: block;
	position: absolute;
}

.cscSearchOverlay .cscCloseSearsh:before {
	background: url(http://assets1.dxc.technology/home/images/X.png) no-repeat center;
	height: 45px;
	width: 45px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	cursor: pointer;
	background-color: #ffed00;
	padding: 5px;
	content: "";
}

@media (min-width: 768px) {
	.cscSearchOverlay {
		top: 0;
		background: rgba(128, 128, 128, 0.8);
	}
	.cscSearchOverlay .cscSearchWrapper {
		background-color: #000;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 9999;
	}
	.cscSearchOverlay .cscSearchWrapper form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.cscSearchOverlay .cscSearchWrapper form .searchButton {
		font-size: 16px;
		width: 40%;
		margin-top: 0;
		border-left: 2px solid #000;
	}
	.cscSearchOverlay .cscSearchWrapper form input[type=text] {
		width: 60%;
	}
	.cscSearchOverlay .cscSearchPage {
		padding: 90px 45px 30px;
	}
	.cscSearchOverlay .cscCloseSearsh {
		top: 0;
		right: 0;
	}
}

/*MODAL STLYLES END*/
/* Live Search */
#live_search_wrapper { 
  display:none;
  font-weight:500;
  font-size:11px;
  color:#000;
  width: 465px;
  z-index: 3000;
  position: fixed;
	top: 59px;
	right: 33px;
	border: 1px solid #BABBBC;
	overflow:hidden;
	background-color:#FFF;
}

#live_search_header { 
  padding:2px 0px 2px 4px;
  width:460px;
  background: #004061;
  color:#fff;
  overflow:hidden;
}

#live_search_results { 
  padding:2px 0 2px 4px;
  height: 260px;
  width:461px;
  overflow: auto;
}

#live_search_close { 
  background: url(/assets/new/icons/navIcons.png) no-repeat -86px -61px;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  cursor: pointer;
}
div.abm_bar_wrap {
    display: none;
    height: auto;
}

div.abm_bar {
    height: auto;
    padding:1em 1em 1em 3em;
    display:none;
    color:#fff;
    background-image: url("//assets1.dxc.technology/home/images/abm_caret.png");
    background-position: 1em center;
    background-repeat: no-repeat;
    background-color: #000;
}

div.abm_bar span.company_name {
    font-size:1.3em;
    font-size:1.3rem;
    font-weight:bold;
}

div.abm_bar a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

div.abm_bar a:hover {
    border-bottom: 1px solid #ffed00;
    color: white;
    text-decoration: none;
}
.gig_photoHolder {
    float: left;
    height: 48px;
    padding-right: 4px
}
.gig_username {
}
.gig_loginmessage {
}
.gig_logout {
}
.gig-comments-dialog.gig-comments-dialog-flag {
    border: 4px solid #ee2525;
    background-color: #f0f0f0;
    color: #515151;
}
a.gig-comments-button-flagThisComment,a:hover.gig-comments-button-flagThisComment,a:link.gig-comments-button-flagThisComment,a:active.gig-comments-button-flagThisComment,a:visited.gig-comments-button-flagThisComment {
    color: #fff;
    background-color: #747678;
    border: none;
}
#gigyaReactionsHolder {
    padding-bottom: 20px;
    clear: both;
}
#gigyaReactionsHolder table {
    width: auto;
}
#gigyaReactionsHolder-reaction0-left_img,#gigyaReactionsHolder-reaction1-left_img,#gigyaReactionsHolder-reaction0-right_img,#gigyaReactionsHolder-reaction1-right_img {
    display: none;
}
#gigyaReactionsHolder-reaction0-icon_img,#gigyaReactionsHolder-reaction1-icon_img {
    display: block;
    margin: 0 -2px 0 0;
    max-width: none !important;
}
.ie7 #gigyaReactionsHolder-reaction0-icon_img,.ie7 #gigyaReactionsHolder-reaction1-icon_img {
    margin: 0;
}
#commentsPrefix {
    clear: both;
}
#commentsPrefix > div {
    color: #003f60;
    padding: 0 24px;
    line-height: 36px;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
}
#gigyaReactionsHolder_gig_containerParent #commentsPrefix > div {
    display: inline-block;
    background-color: #e4e4e4;
    background-image: url('/assets/new/icons/comment_corner_white.png');
    background-position: top right;
    background-repeat: no-repeat;
}
.ie7 #gigyaReactionsHolder_gig_containerParent #commentsPrefix > div {
    display: inline;
    height: 36px;
}
/*The Gigya Specificity Overloader (.gso) class was added to help add another level of CSS specificty to ensure thatthe styles defined here have a higher display priority than what comes in via gigya.socialize.showCommentsUI function-Cory*/.gso > .gig-comments-container {
    clear: both;
    background-color: #e4e4e4;
    padding: 24px;
}
.gso > .gig-comments-container textarea.gig-comments-commentBox-textarea,.gso > .gig-comments-container textarea.gig-comments-replyBox-textarea {
    width: 100% !important;
    padding: 5px;
    margin: -5px;
    display: block;
}
/*Sorry, there was no other way I could find to do this but using the IDs of the instances of these containers.Any future gigya comments that will need to be styled in the same way need their IDs referenced here too.-Cory*/#gigyaCommentsHolder-comments > div,#gigyaVideoCommentsHolder-comments > div {
    margin: 0 0 8px 0;
}
div.gig-comments-commentBox {
    margin: 0;
    padding: 0 0 4px 0;
}
div.gig-comments-commentList-header {
    padding: 0;
    color: #003f60;
    line-height: 32px;
    font-size: 11px;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
}
div.gig-comments-commentList-header a.gig-comments-rss-icon {
    height: 32px;
}
div.gig-comments-comment, div.gig-comments-comment-child {
    background-color: #fff;
    background-image: url('/assets/new/icons/comment_corner_grey.png');
    background-position: top right;
    background-repeat: no-repeat;
    padding: 12px;
}
div.gig-comments-comment-child {
    margin-top: 8px;
}
span.gig-comments-username {
    color: #000;
}
div.gig-comments-comment-body {
    font-size: 11px;
    line-height: 14px;
    color: #747678;
}
span.gig-comments-replies-length {
    text-decoration: none;
    color: #003f60;
}
.gig-comments-dottedLine {
    display: none;
}
.gig-comments-replyButtonAndCount {
    padding: 0;
    margin: 0;
    font-size: 12px;
}
div.gig-comments-expand-arrow, div.gig-comments-collapse-arrow {
    display: none;
}
div.gig-comments-vote {
    margin: 0;
}
div.gig-comments-vote a.gig-comments-button.gig-comments-button-vote {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
div.gig-comments-vote-value {
    min-width: 16px;
}
div.gig-comments-comment-flag,div.gig-comments-comment-flag-over {
    visibility: visible;
    background-image: url('/assets/new/icons/comment_sprites.png');
    width: 20px;
    height: 20px;
    background-position: -2px -2px;
}
div.gig-comments-comment-flag-over {
    background-position: -2px -26px;
}
a.gig-comments-button-down div.gig-comments-vote-up,div.gig-comments-vote-up {
    background-image: url('/assets/new/icons/comment_sprites.png');
    width: 20px;
    height: 20px;
    background-position: -2px -50px;
}
a.gig-comments-button-down div.gig-comments-vote-up {
    background-position: -2px -74px;
}
.oldie .gso div.gig-comments-addCommentFooter td {
    width: auto !important;
}
.oldie .gso div.gig-comments-addCommentFooter tr td:first-child {
    width: 56px !important;
}
#mainContent .gso > .gig-comments-container .gig-comments-replyButtonAndCount a,#mainContent .gso > .gig-comments-container .gig-comments-postButton-container a {
    color: #777;
    background: transparent;
    background-color: #bcd1da;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 20px;
    font-size: 12px;
    padding: 0 8px;
}
#videoCommentsActivator {
    position: absolute;
    margin-top: -25px;
    margin-left: 275px;
}
.ios #videoCommentsActivator {
    margin-left: 278px;
}
#videoCommentsActivator .content,#videoCommentsActivator .icon,#videoCommentsActivator .before,#videoCommentsActivator .after {
    display: block;
    cursor: pointer;
    float: left;
    vertical-align: middle;
    background-image: url('/assets/new/icons/comment_activator_sprites.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    line-height: 20px;
    white-space: nowrap;
    font-size: 11px;
    color: #333;
    padding: 0 4px 0 0;
    margin: 0;
    width: auto;
}
#videoCommentsActivator:hover .content {
    background-position: 0 -20px;
}
#videoCommentsActivator .before,#videoCommentsActivator .after,#videoCommentsActivator .icon {
    background-repeat: no-repeat;
    overflow: hidden;
    width: 2px;
    height: 20px;
    background-position: 0 -40px;
    padding: 0;
}
#videoCommentsActivator .after {
    background-position: -2px -40px;
}
#videoCommentsActivator .icon {
    width: 18px;
    background-position: -2px -60px;
}
#videoCommentModalBackground {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: gray;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    zoom: 1;
    z-index: 1002;
}
#videoCommentModal,#videoCommentModal.ui-dialog {
    position: fixed;
    top: 10%;
    margin-top: 0;
    left: 50%;
    margin-left: -384px;
    height: 80%;
    width: 768px;
    padding: 0;
    background: transparent;
    background-color: #E4E4E4;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 1002;
}
.ieall #videoCommentModal {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -384px;
    margin-top: 0;
    width: 768px;
}
#videoCommentModalCloseButton {
    position: absolute;
    display: block;
    height: 34px;
    width: 34px;
    margin-top: 2px;
    margin-left: 720px;
    background: url("/assets/new/account-close-btn.png") no-repeat scroll 0 0 transparent;
    z-index: 1004;
    cursor: pointer;
}
#videoCommentModalContent {
    position: relative;
    z-index: 1003;
    width: 768px;
}

#cscSurvey {
    z-index:100000;
    line-height: 15px;
    border: 2px solid rgb(0, 0, 0);
    background-color: #fff;
    width: 322px;
    height: auto;
    display: block;
}

#cscSurveyGoAway {
    position: absolute;
    top: 0;
    right: 0;
}

#cscSurveyGoAway:before {
    background: url(http://assets1.dxc.technology/home/images/X.png) no-repeat center;
    height: 45px;
    width: 45px;
    display: block;
    text-indent: 100%;
    overflow: hidden;
    cursor: pointer;
    background-color: #ffed00;
    padding: 5px;
    content: "";
}

#cscSurveyLogo {
    width: 70%;
    height: 50px;
    margin: 10px 15px 25px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//assets1.dxc.technology/home/images/main-logo.png);
}

#cscSurveyText {
    padding: 0 15px;
    line-height: 22px;
}

#cscSurveyButtons {
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#cscSurveyButtons >.btn:first-child {
   margin-right: 15px;
}

a#cscSurveyYes, a#cscSurveyNo, .cscSurveySubmit {
    flex: 1;
}

/* Survey styles */
div#cscSurveyForm {
    margin-left: 2em;
    margin-right: 2em;
    font: smaller Arial,sans-serif;
}

.cscSurveyLabel {
    display: block;
    padding-top: 2em;
    padding-bottom: 1px;
}

.cscSurveyTextarea {
    width: 211px;
    height: 75px;
    margin-left: 2em;
    margin-top: 3px;
}

.cscSurveySelect {
    margin: 2em;
}

div#cscSurveyHeader {
    margin-left: 2em;
}

.cscSurveyHeadline {
    padding-left: 5px;
    display: inline;
    font: 16px Arial,sans-serif;
    font-weight: lighter;
    color: rgb(116, 118, 120);
}

.cscSurveyLogo {
    vertical-align: middle;
    border: none;
}

div#cscSurveyThanks {
    text-align: center;
    margin-top: 2em;
}

.cscSurveyExpRadio{
    display:inline-block;
    *display:inline; zoom:1;
    text-align:center;
    width: auto;
    margin: 0px 5px;
}

.cscSurveyExpRadio label {
    display:block;
}
.isana_detail_rec_image {
    position:absolute;
    top:-2px;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
}

.isana_detail_rec_image:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #ffed00;
    -webkit-transform: translateY(-50%) translateX(1px);
    transform: translateY(-50%) translateX(1px);
    top: 50%;
    bottom: 0;
    margin: 0px auto 0;
    left: 0;
    right: 0;
}

.isana_detail_recholder {
    margin-top: 30px;
}

.isana_detail_rec {
    position:relative;
    margin-bottom: 20px;
    width:100%;
}

.isana_detail_rec:last-child {
    margin-bottom: 0;
}

.isana_detail_rec_content {
    margin-left: 48px;
    font-size: 16px;
    line-height: 28px;
}

.isana_detail_rec_content .rec_title a {
    font-size: 18px;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
    color: #000;
}

.isana_detail_rec_arrow {
    display: none;
}

.isana_detail_recs_wrapper {
    margin-top:50px;
    margin-bottom:40px;
    clear: both;
    border-top: 1px solid #000;
}

@media (max-width:991px){
    .isana_detail_recs_wrapper {
        margin: 50px 0 40px;
    }
}

.isana_detail_recs_wrapper h2 {
    font-size: 28px;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: normal;
    position: relative;
    padding-top: 28px;
}
/*
    Interior Sidebars
    Menus and CTA sidebars. There\&#39;s also some reset and breadcrumbs code in here.
    This style sheet has no unpublished modifications.
    This style sheet is included in the following bundles.
        global
        Global Non Responsive
    URL : https://beta.csc.com/cms/stylesheets/486/edit
*/

/*css reset*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* This resets code across most of the site
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,hgroup,html,i,iframe,images,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline;
}
*/

body,html {
    height: 100%;
}

ol,ul {
    list-style: none;
}

/* Resets body font site-wide
body {
background: #fff;
font: 12px/19px Arial,Helvetica,sans-serif;
color: #676767;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
}
*/


a {
    color: #444;
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
}

button {
    background: 0 0;
    border: 0;
}

#viewporter .breadcrumbs {
    max-width: 1360px;
    width: 100%;
    padding: 0 15px;
}



/*Additional page css*/

#mainContent.leftSideBar .sideBar {
    display: block;
    width: 100%;
    order: 2;
}

#mainContent .sectionNameDiv {
    width: 100%;
    padding: 22px 15px;
    background: #11618a;
    color: #fff;
	font: 700 17px GTWalsheimProBold, Arial, sans-serif;
}

#mainContent .callToActionDIV {
    margin-bottom: 20px;
}

#mainContent .callToActionDIV:last-child {
    margin-bottom: 0;
}

#mainContent .callToActionDIV a {
    line-height: 22px;
    padding: 23px 30px 21px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    background-color: #ffed00;
    border-color: #ffed00;
    display: block;
	font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
}

.offersContent .offersRight .callToAction {
	font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
	padding-top: 50px;
	border-top: 1px solid #000;
	margin-top: 35px;
}


#mainContent .offersContent .offersRight .video {
    background: none!important;
    border: 1px solid #bfbfbf!important;
    padding: 4%;
    margin-bottom: 2em;
    float: left;
    min-width:100%;
}

#mainContent .relatedContent li {
    border: none!important;
}

#mainContent .channel {
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
	padding-top: 50px;
}

#mainContent .channel:last-child {
    border-bottom: none;
    margin-bottom: 0;
	padding-bottom: 0;
}

#mainContent .channel ul {
    font-size: 16px;
    color: #000;
    margin-bottom: 42px;
}

#mainContent .channel:last-child ul {
    margin-bottom: 0;
}

#mainContent .channel ul li {
    background: none;
    padding: 0;
    padding: 0 0 0 45px;
    margin-bottom: 35px;
    position: relative;
    line-height: 22px;
}

#mainContent .channel ul li:last-child {
    background: none;
    padding: 0 0 0 45px;
    margin-bottom: 35px;
    position: relative;
    line-height: 22px;
	margin-bottom: 0;
}

#mainContent .channel ul li:before {
    content: "";
    width: 30px;
    height: 30px;
    background: #000;
    position: relative;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -3px;
}

#mainContent .channel ul li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #ffed00;
    position: absolute;
    left: 11px;
    top: 6px;
}

#mainContent .channel ul li a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
    font-size: 18px;
    display: block;
}

#mainContent .channel ul li a:hover {
    text-decoration: underline;
    color: inherit;
}
#mainContent .channel .videocontainer {
    border-left:1px solid #bfbfbf;
    border-right:1px solid #bfbfbf;
    border-bottom:1px solid #bfbfbf;
    background:none;
}
.offersRight .video { max-width:100%; }

#mainContent .offersContent .pageContent .offersLeft H2 {
    color: #5c5c5c!important;
    font-size: 1.5em;
    line-height: 21.48px;
    margin-top: 10px;
}

#mainContent {
    display: block;
    border: none;
    position: relative;
    background: #fff;
}

.wrapper {
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    width: 100%;
}

#mainContent.offersContent .pageContent {
    width: 72%;
    padding: 0;
    float: left;
}

#mainContent h1,.mainLogo span {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
    color: #000;
}

.offersTop .voiceBox {
    min-height: 27px;
    color: #fff;
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
    line-height: 45px;
	font-size: 41px;
    text-transform: none;
	margin: 0 -15px; 
	padding: 30px 15px 29px 15px;
    background-color: #000;
}

@media (min-width: 992px) {
	.offersTop .voiceBox {
		margin: 0;
		line-height: 60px;
		font-size: 42px;
		padding: 30px 150px 29px 88px;
	}
}

p {
    padding: .4em 0;
}

.channel ul li span {
    display: inline-block;
    width: 10px;
    height: 9px;
    background: url("//assets1.dxc.technology/home/images/meganavDivArrows.png") 1px -14px no-repeat;
}

.current span {
    background-position: 0 -22px!important;
}

.accordianWrapper{
    width:100%;
    margin-top: 20px;
}
.accordianContent{ display:none; padding:2em; font-size:13px; background:#ffffff;}
/* .active .accordianContent{display:block!important;} */
.active .accordianContent{display:block;}

nav ul, nav li { float:none; }
ul.home_accordian li a.active-acc{ background-position:99% -32px;}
a.readMore{ margin-top:10px; color:#464646; display:inline-block;}

ul.home_accordian {
    line-height: 20px;
    font-size: 14px;
    margin-top: 27px;
    margin-bottom: 50px;
}

.home_accordian > li {
    font-size: inherit;
    line-height: inherit;
}

#mainContent .home_accordian li a {
    display: block;
    margin: 0 0 22px 0;
    padding-left: 30px;
    text-align: left;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

#mainContent .home_accordian li a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 0;
    height: 0;
    border-style: solid;
	border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #000000;
}

#mainContent .home_accordian li.active > a:before {
    border-width: 11px 6.5px 0 6.5px;
    border-color: #000000 transparent transparent transparent;
}

.oldie #mainContent ul.home_accordian li a.accordianHeading {
    padding: 11px 22px 11px 15px;
}

#mainContent li.active a.accordianHeading span {background-position: 0 -22px!important;}
#mainContent ul.accordianContent {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 30px;
    font-size: inherit;
}
#mainContent ul.accordianContent li{
    font-size: inherit;
    line-height: inherit;
}


#mainContent ul.accordianContent li.current a span{
    display: none;
}

#tabs .accordion .csc-contactUsContainer li>a { display:block; }
#tabs .csc-contactUsContainer .nestedUL li { display:inline-block !important; }

@media (max-width: 991px) {
    .offersContent .offersRight .callToAction + .channel {
        border-top: 1px solid #000;
        padding-top: 50px;
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .offersContent .offersRight .callToAction {
        margin-top: 0;
        padding-bottom: 59px;
        margin-bottom: 0;
        border-bottom: 1px solid #000;
        font-weight: 700;
        font-family: "GTWalsheimProBold", Arial, sans-serif;
        padding-top: 57px;
        border-top: 1px solid #000;
    }

    .offersContent .offersRight .callToAction:last-child {
        border-bottom: 0;
    }
    #mainContent .channel {
        margin-bottom: 0;
    }

    #mainContent .channel:last-child {
        padding-bottom: 0;
    }
}
/*css reset*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,html {
    height: 100%;
}

ol,ul {
    list-style: none;
}


h1,h2,h3,h4,h5,h6 {
    color: #000;
	font-family: GTWalsheimProBold, Arial,Helvetica,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

a {
    color: #444;
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
}

button {
    background: 0 0;
    border: 0;
}

/*contact us page css*/
.csc-contactUsContainer {
    margin: 20px;
    border: 3px solid #efefef;
    width: 100%;
    /*width: 545px;*/
    border-radius: 3px;
    -moz-box-shadow: 1px 4px 7px -2px #a3a3a3;
    -webkit-box-shadow: 1px 4px 7px -2px #a3a3a3;
    box-shadow: 1px 4px 7px -2px #a3a3a3;
    overflow:hidden;
}
#tabs .accordion .csc-contactUsContainer ul {
    margin: 0px;
    padding: 0px;
    width:100%;
    /*width: 515px;*/
    margin: 0px 15px;
    padding-bottom: 13px;
}
#tabs .accordion .csc-contactUsContainer ul li {
    display: inline-block;
    text-decoration: none;
    margin: 4px 2px;
    border-radius: 3px;
    width: 28%;
    /*width: 32%;*/
}

#tabs .accordion .csc-contactUsContainer ul li a {
    font-size: 13px;
    border: 1px solid #dfdfdf;
    text-align: center;
    display: block;
    text-decoration: none;
    border-radius: 4px;
    padding: 17px 8px;
    width: 100%;
    /*width: 161px;*/
    color: #8f8f8f;
    text-transform: capitalize;
    background: #f0f0f0;
    background: -moz-linear-gradient(#f0f0f0 0,#dfdfdf 100%) #f0f0f0;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#dfdfdf),color-stop(100%,#00517a)) #f0f0f0;
    background: -webkit-linear-gradient(#f0f0f0 0,#dfdfdf 100%) #f0f0f0;
    background: -o-linear-gradient(#f0f0f0 0,#dfdfdf 100%) #f0f0f0;
    background: -ms-linear-gradient(#f0f0f0 0,#dfdfdf 100%) #f0f0f0;
    background: linear-gradient(#f0f0f0 0,#dfdfdf 100%) #f0f0f0;
}

#tabs .accordion .csc-contactUsContainer ul li a:hover {
    border: 1px solid #4486a6;
    color: #fff;
    background: #2b7297;
    background: -moz-linear-gradient(#2b7297 0,#236789 100%) #2b7297;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2b7297),color-stop(100%,#236789)) #2b7297;
    background: -webkit-linear-gradient(#2b7297 0,#236789 100%) #2b7297;
    background: -o-linear-gradient(#2b7297 0,#236789 100%) #2b7297;
    background: -ms-linear-gradient(#2b7297 0,#236789 100%) #2b7297;
    background: linear-gradient(#2b7297 0,#236789 100%) #2b7297;
}

#tabs .accordion .csc-contactUsContainer h2 {
    border-bottom: 1px solid #efefef;
    margin: 0;
    font-size: 32px;
}

#tabs .accordion .csc-contactUsContainer h2 a {
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
    color: #4f4f4f;
    padding: 11px 20px;
    margin: 0;
    display: block;
}

#tabs .accordion .csc-contactUsContainer h4 {
    font-size: 17px;
    text-transform: none;
    color: #4f4f4f;
    padding: 15px 20px;
    margin: 0;
}

hr {
    padding: 0;
    margin: 0;
    color: #efefef;
    opacity: 0;
}

#tabs .accordion .csc-contactUsContainer h2 a:hover {
    text-decoration: underline;
}

#tabs .accordion .csc-contactUsContainer ul li a span {
    font-weight: 600;
}

.col-md {
    width: 33.33%;
}

.pull-left {
    float: left;
}

.list-container {
    padding: 0 20px;
    overflow: hidden;
    text-align: center;
}

@media screen and (max-width:479px){
    #tabs .accordion .csc-contactUsContainer ul li { width:89%; }
}

.pageContent #shareButtons {
    display: flex;
    margin-top: 0;
    padding-top: 0;
	margin-bottom: 20px;
	margin-left: -6px;
	display: none!important;
}

.pageContent #shareButtons > span {
  padding: 0 6px!important;
}

@media screen and (min-width:450px) {   
    #mobiSecondaryNav #mobiBackLabel {
        display: none;
    }
    /****Left Nav******/
    #leftNav {
        display: block;
        float: left;
        width: 100%;
        padding-bottom: 20px;
    }
    .mobiSecondaryNav {
        display: block;
        width: 100%;
    }
    .innerLeftNav {
        width: 100%;
        padding: 0 0 20px;
    }
    .innerLeftNav li ul li a {
        padding-left: 3.5%;
    }
    /***Social Icons****/
    #socialBucket .youtube{
        display:block;
    }
    .thankYouHeader .thankYouText
    {
        font-size: 34px;
        padding-left: 0;
        padding-top: 8%;
    }
    .registrationComplete
    {
        margin: 10px 5px;
    }
    .navigatorDialog {
        max-width: 250px;
    }
    /* */
    ul.rss {
        min-height: 180px;
    }
    .pageContent .lightbluebox.rightflush {
        width: 190px !important;
        min-height: 180px;
        float: right;
        padding: 0px;
    }
}


@media screen and (min-width:580px) {
    #socialBucket {
        background: none;
        width: 44.5%;
    }

    .alliancesContent .partenershipLeft
    {
        float: left;
        border-bottom: 0;
        text-align: left;
    }
    .alliancesContent .partenershipRight
    {
        /*padding-left: 220px;*/
        padding-top: 68px;
        padding-bottom: 21px;
    }

    .thankYouHeader .thankYouText
    {
        font-size: 42px;
        padding-left: 1%;
    }

    .registrationComplete
    {
        margin: 20px 5px;
    }

    .partnerLoginForm input[type=text],
    .partnerLoginForm input[type=password]
    {
        width: 168px;
    }
    .partnerLoginForm input[type=submit]
    {
        width: auto;
        font-size: 1em;
        padding-right: 1em;
        padding-left: 1em;
    }
    #comment_div #recaptcha_widget
    {
        position: relative;
    }
    #comment_div #recaptcha_widget
    {
        margin-top: 2px;
    }
    #comment_div #recaptcha_data
    {
        width: auto !important;
        margin-right: 199px;
        -webkit-border-top-left-radius: 5px;
        -ie-border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -ie-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    #comment_div #recaptcha_data #recaptcha_image {
        min-height: 95px;
        width: auto !important;
    }
    #comment_div #recaptcha_data .text_field{
        -webkit-border-bottom-left-radius: 5px;
        -ie-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    #comment_div #recaptcha_data IMG{
        height: auto !important;
    }
    #comment_div #recaptcha_controls
    {
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        margin: 0;
        bottom: 0;
        -webkit-border-top-right-radius: 5px;
        -ie-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -ie-border-bottom-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .article_teaser{
        width: 50%;
    }
}


@media screen and (min-width:750px) and (min-height:550px){
    html, body, input, select, textarea {
        font: normal 16px GTWalsheimProRegular,sans-serif; /*16px/12px*/
    }
    /****Header****/
    header {
        height: 90px;
    }
    .mainLogo {
        width: 70%;
    }
    .mainLogo span{
        display: inline;
        font-size: 12px;
        font-weight: lighter;
        color: #747678;
    }
    #mobiTagLine {
        display: none;
    }
    /***Main Navigation****/
    #globalNav {
        clear: both;
        display: block;
        border-top: 1px solid #a7a7a7;
    }
    .mobiSecondaryNav #mobiBack a{
        background-position:3px -13.5em;
    }
    .mobiSecondaryNav #mobiMoreLinks a{
        background-position:-80px 0.91666666666666666666666666666667em;
    }
    .mobiSecondaryNav #mobiMoreLinks.active a{
        background-position:-80px -11.666666666666666666666666666667em;
    }
}

@media screen and (min-width:768px) {
    /***BreadCrumbs***/
    .breadCrumbs {
        display:block;
        font-size: 14px;
        padding: 30px 0 25px 0;
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
        white-space: nowrap;
        display: flex;
        margin: 0;
        font-family: "GTWalsheimProBold", Arial, sans-serif;
    }
    .breadCrumbs a {
        color: inherit;
        transition: opacity 0.16s ease-out;
        opacity: 1;
    }
    .breadCrumbs a:hover,
    .breadCrumbs a:focus {
        color: inherit;
        opacity: 0.6;
        text-decoration: none;
    }
    .breadCrumbs li {
        display: inline-block;
    }
    .breadCrumbs li:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 15px;
    }
    .breadCrumbs li + li:before {
        content: " ";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
		border-width: 5px 0 5px 10px;
        border-color: transparent transparent transparent #000;
        margin-left: 15px;
        top: -1px;
        position: relative;
        padding: 0 15px 0 0;
    }
    #mainContent > .wrapper {
        padding: 0 15px;
    }
}

@media screen and (min-width:768px){
    #nav li > ul { /* second-level lists */
        position: absolute;
        z-index: 99;
        width: 768px;
        box-shadow: 0 4px 4px -4px #000000;
        -moz-box-shadow: 0 4px 4px -4px #000000;
        -webkit-box-shadow: 0 4px 4px -4px #000000;
        left: -999em;
    }
    #nav li.sfhover > ul{ /* lists nested under hovered list items */
        left: 0px;/*32px@768*/
    }
    #globalNav > ul {
        width:704px;
        position: absolute;
        z-index:999;
    }
    #globalNav > ul li {
        float:left;
        display:inline-block;
        width:24.857954545454545454545454545455%;/*175px@704(width of all main tabs)*/
    }
    #globalNav li > a {
        font-weight: 700;
		font-family: "GTWalsheimProBold", Arial, sans-serif;
        background:#FFF;
        margin-right:2px;
        padding:1.0833333333333333333333333333333em 0 1.0833333333333333333333333333333em 5.025125628140703517587939698492%;
        display:block;
        text-align:left;
        text-decoration: none;
        font-size: 12px;
        width:94.173271165446470831109455091087%;/*99.198396793587174348697394789579*/
    }
    #globalNav > ul li ul li, #globalNav li li a{
        width:100%;
    }
    .linkCols{overflow:hidden;}
    #globalNav .imgLink, #globalNav .imgLink img{
        display:block;
        overflow:hidden;
    }
    #globalNav .linkCols .colOne,
    #globalNav .linkCols .colTwo,
    #globalNav .linkCols .colThree,
    #globalNav .linkCols .colFour,
    #globalNav .linkCols .colFive {
        float: left;
        width: 20.5%;
        height: auto;
        padding: 0 1%;
        margin: 0;
        border-left: 1px dotted #fff;
    }
    #globalNav #insightsLink .linkCols .colOne,
    #globalNav #insightsLink .linkCols .colTwo,
    #globalNav #insightsLink .linkCols .colThree,
    #globalNav #insightsLink .linkCols .colFour,
    #globalNav #insightsLink .linkCols .colFive {
        width:17.7%;
    }
    #globalNav #aboutLink .linkCols .colTwo {
        padding-top: 1.5%;
    }
    #globalNav #solutionsLink .linkCols .colOne,
    #globalNav #solutionsLink .linkCols .colThree,
    #globalNav #solutionsLink .linkCols .colFive,
    #globalNav #aboutLink .linkCols .colTwo,
    #globalNav #aboutLink .linkCols .colThree{
        border-left: none;
    }
    #globalNav #solutionsLink .linkCols .colFour {
        border-left: 1px dotted #fff;
        width: 30%;
    }
    #globalNav .linkCols .colOne{border-left:none;}
    #globalNav .linkCols .socialCol{
        width:36%;
    }
    #globalNav .linkCols .socialCol > li, #globalNav .linkCols .socialCol .social ul{
        width:100%;
    }
    #globalNav .linkCols .socialCol .social ul{
        padding:5px 0;
    }
    #globalNav .subLinks{
        color:#FFF;
    }
    #globalNav .subLinks li{
        border-left: 0 none;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    #globalNav .subLinks li li{
        padding-bottom: 0px;
        padding-top: 0px;
    }
    #globalNav .linkCols li{
        border-left: 0 none;
        clear: both;
        width: 100%;
    }
    #globalNav .linkCols li a {
        color: #fff;
        font-size: 12px;
        background: transparent;
        font-weight: normal;
        padding: 0;
        margin: 0 0 0 10px;
    }
    #globalNav strong.headline{
        font-size: 12px;
        color:#FFF;
        padding: 0;
    }
    .raquo{
        margin-top:-2px;
        position:absolute;
        margin-left: -10px;
    }
    #globalNav .phone{display:block;}
    #globalNav .linkCols li > a:hover{
        text-decoration: underline;
    }
    #solutionsLink span.border{
        border-left: 1px solid #999;
        float: left;
        height: 46px;
        position: absolute;
    }
    #solutionsLink h2{
        font-weight:bold;
    }
    #nav #solutionsLink > ul{
        background:#88BA41;
    }
    #globalNav #successLink .linkCols .colOne li a {
        margin: 0;
    }
    #globalNav #successLink .linkCols .colTwo li h2,
    #globalNav #successLink .linkCols .colThree li h2 {
        margin: 5px 0 0;
    }
    #nav #successLink > ul{
        background:#850057;
    }
    #nav #insightsLink > ul {
        background:#588BA3;
    }
    
    #nav #contactLink > ul {
        background:#003F60;
    }
    #contactLink select {
        width: 100%;
        margin-bottom:10px;
    }
    #globalNav li#aboutLink{
        display:none;
        background:#EF2525;
    }
    #nav #aboutLink > ul {
        background:#EF2525;
    }

    #searchForm .searchBtn,
    #searchFormSuccess .searchBtn,
    #successSearchForm .searchBtn {
        background: url('/assets/new/icons/navIcons.png') no-repeat 0 -10px transparent;
        width: 26px;
        height: 22px;
        border: 1px solid #babbbc;
        border-left: none;
        display: block;
        text-indent: -9999px;
        margin: 0;
        margin: 1px 0px 0px 0px;
        padding: 0;
        visibility: inherit;
    }
    #globalNav #searchFormSuccess {
        float: left;
        margin: 0 0 10px 0;
    }
    #globalNav .whatwedoDropdown {
        margin: 0 0 10px 0;
        width: 100%;
    }
    #globalNav #searchFormSuccess li,
    #globalNav #successSearchForm li {
        width: auto;
        clear: none;
    }
    #searchFieldSuccess {
        border: 1px solid #BABBBC;
        border-right: none;
        height: 18px;
        width: 100%;
    }
    #searchFormSuccess .searchBtn {
        height: 20px;
        margin-left: -2px;
        background-color: #fff;
    }
    
    #successSearchForm .searchBtn {
        height: 20px;
        margin-left: -2px;
        background-color: #fff;
    }
    #globalNav .linkCols .subHoverNav {
        background: #fff;
        float: left;
        width: 420px !important;
    }
    #globalNav .linkCols .colThree .subHoverNav {
        background: #fff url('/assets/new/whatwedo-hover.png') no-repeat right top !important;
    }
    #globalNav .linkCols .subHoverNav h2 {
        color: #747678 !important;
        padding: 10px 0 0 10px;
    }
    #globalNav .linkCols .colThree .sfhover .subHoverNav {
        left: 500px !important;
    }
    #globalNav .colFourIndustries{
        float: left;
        padding-right: 16px;
    }
    .ie7 #globalNav .colFourIndustries>.raquo{
        padding-left: 8px;
    }
    #globalNav .colFourIndustries .subHoverNav {
        position: absolute;
        display: none;
    }
    .ie7 #globalNav .colFourIndustries>.subHoverNav{
        margin-top: 16px;
    }
    #globalNav .linkCols .colFour .sfhover, #globalNav .colFourIndustries:hover .subHoverNav {
        display: block;
        left: 575px !important;
    }
    #globalNav .linkCols .colFour .subHoverNav {
        background-image: url('/assets/new/whatwedo-hover-4.png') !important;
        background-repeat: no-repeat;
    }
    #globalNav .linkCols .colFour .colFourIndustries .subHoverNav.commercial{
        background-image: url('/assets/new/whatwedo-hover-commercial.png') !important;
        background-repeat: no-repeat;
    }
    #globalNav .linkCols .colFour .colFourIndustries .subHoverNav.government{
        background-image: url('/assets/new/whatwedo-hover-government.png') !important;
        background-repeat: no-repeat;
    }
    #globalNav .linkCols .subHoverNav{
        padding: 0 0 15px 0;
    }
    #globalNav .linkCols .subHoverNav a {
        color: #003f60;
        width: auto;
        display: block;
    }
    #globalNav .linkCols .subHoverNavColOne,
    #globalNav .linkCols .subHoverNavColTwo {
        width: 50% !important;
        float: left;
        left: 0 !important;
        position: relative;
    }
    #globalNav .linkCols .subHoverNavColOne li,
    #globalNav .linkCols .subHoverNavColTwo li {
        color: #003f60;
        padding: 0 10px;
        width: auto;
        display: block;
        float: none;
    }
    #globalNav .linkCols .subHoverNav .headline {
        text-indent: -3000px;
    }
    
    html.oldie .breadCrumbs{
        display:block;
        visibility:visible;
    }
    
    /*****Left Nav*****/
    #leftNav {
        display: block;
        float: left;
        width: 100%;
        padding-bottom: 20px;
    }
    .detailpageSection .sectionBlock {
        padding: 0 0 1.5% 0;
    }
    .mobiSecondaryNav {
        display: block;
        width: 100%;
    }
    .innerLeftNav,
    .twitterFeed{
        width: 100%;
        display: none;
        padding: 0 0 20px;
    }
    .detailpageSection {
        width: 100%;
    }

    section.detailpageSection div#shareButtons { margin-left: 0; display: none; }
    section.solutionspageSection div#shareButtons { margin-left: 0; display: none; }

    .innerLeftNav li ul li a {
        padding-left: 3.5%;
    }
    /****End Left Nav****/
    #gigyaButtons{
        padding-bottom:10px;
        display:block;
    }

    .thankYouHeader .thankYouText{
        font-size: 55px;
        padding-left: 4%;
    }
    .registrationComplete{
        margin: 60px 50px;
    }
    #socialBucket .youtube{
        width:22px;
        height:22px;
    }
    #socialBucket a.gig-followbar-providerButton, #globalNav li div#gigyaFollowAboutUs a.gig-followbar-providerButton, .socialBar a.youtube, #contactUsGigya li a.gig-followbar-providerButton, #contactUsGigya a.youtube {
        margin:0 8% 0 0;
        width: 20px;
        height: 22px;
    }
    #gigyaFollowAboutUs .gig-followbar-providerButton-img, #contactUsGigya .gig-followbar-providerButton-img {
        display: none;
    }
    #socialBucket .gig-followbar-providerButton-img{display:none;}
    #globalNav li div#gigyaFollowAboutUs a.gig-followbar-providerButton, #contactUsGigya li a.gig-followbar-providerButton,
    #globalNav #aboutUsGigya li a.youtube:hover, #contactUsGigya li a.youtube {
        opacity: 1.0;
        margin-right: 0px;
        margin-left: 10px;
    }
    #gigyaButtons-reaction5 {
        height: auto;
    }
    #socialBucket .facebook, #globalNav li div#gigyaFollowAboutUs a.facebook, #globalNav #contactUsGigya li a.facebook {
        background: url('/assets/new/social-media-icons-sprite.png') 0px top no-repeat;
    }
    #socialBucket .facebook:hover, #globalNav li div#gigyaFollowAboutUs a.facebook:hover, #globalNav #contactUsGigya li a.facebook:hover {
        background: url('/assets/new/social-media-icons-sprite.png') 0px bottom no-repeat;
    }
    #socialBucket .twitter, #globalNav li div#gigyaFollowAboutUs a.twitter, #globalNav #contactUsGigya li a.twitter {
        background: url('/assets/new/social-media-icons-sprite.png') -21px top no-repeat;
    }
    #socialBucket .twitter:hover, #globalNav li div#gigyaFollowAboutUs a.twitter:hover, #globalNav #contactUsGigya li a.twitter:hover {
        background: url('/assets/new/social-media-icons-sprite.png') -21px bottom no-repeat;
    }
    #socialBucket .linkedin, #globalNav li div#gigyaFollowAboutUs a.linkedin, #globalNav #contactUsGigya li a.linkedin {
        background: url('/assets/new/social-media-icons-sprite.png') -42px top no-repeat;
    }
    #socialBucket .linkedin:hover, #globalNav li div#gigyaFollowAboutUs a.linkedin:hover, #globalNav #contactUsGigya li a.linkedin:hover {
        background: url('/assets/new/social-media-icons-sprite.png') -42px bottom no-repeat;
    }
    #socialBucket .rss, #globalNav li div#gigyaFollowAboutUs a.rss, #globalNav #contactUsGigya li a.rss {
        background: url('/assets/new/social-media-icons-sprite.png') -63px top no-repeat;
    }
    #socialBucket .rss:hover, #globalNav li div#gigyaFollowAboutUs a.rss:hover, #globalNav #contactUsGigya li a.rss:hover {
        background: url('/assets/new/social-media-icons-sprite.png') -63px bottom no-repeat;
    }
    #socialBucket .googleplus, #globalNav li div#gigyaFollowAboutUs a.googleplus, #globalNav #contactUsGigya li a.googleplus {
        background: url('/assets/new/social-media-icons-sprite.png') -85px top no-repeat;
    }
    #socialBucket .googleplus:hover, #globalNav li div#gigyaFollowAboutUs a.googleplus:hover, #globalNav #contactUsGigya li a.googleplus:hover {
        background: url('/assets/new/social-media-icons-sprite.png') -85px bottom no-repeat;
    }
    #socialBucket .youtube, #globalNav #nav #aboutUsGigya li a.youtube, #globalNav #nav #contactUsGigya li a.youtube {
        background: url('/assets/new/social-media-icons-sprite.png') -105px top no-repeat;
    }
    #socialBucket .youtube:hover, #globalNav #nav #aboutUsGigya li a.youtube:hover, #globalNav #nav #contactUsGigya li a.youtube:hover {
        background: url('/assets/new/social-media-icons-sprite.png') -105px bottom no-repeat;
        text-decoration: none;
    }
    #globalNav .linkCols .socialBar > li {
        width: 200px;
    }
    /*End Gigya Styling*/
    /* Feed Styling */
    .sectionBlock > span {
        min-height: 110px;
        display: inline-block;
        width: 450px;
    }
}


@media screen and (min-width:750px) and (max-height:550px){
    .breadCrumbs{
        display:none;
    }

    #shareButtons {
        margin-top: 5px;
        padding-top: 5px;
    }
}


@media screen and (min-width:780px) {
    footer {
        width: 100%;
    }
    .pageContent footer ul li {
        padding-left: 0px;
        background: none;
    }
    
    #contactBucket {
        border-top: 0;
        margin-right: 0;
        background: none;
    }
    #socialBucket {
        float:left;
    }
    /***Global Navigation*******/
    #nav li.sfhover > ul {
        left:0px;
    }
    #nav li > ul {
        width: 800px;
    }
    /***************************/
    .successStories .content{
        width: 65%;
    }
    .successStories .relatedContent{
        float: left;
        display: block;
        height: auto !important;
        width: 223px;
        margin: 0 0 15px 15px !important;
        overflow: hidden;
    }

    .relatedContent li {
        padding: 4% 0;
    }
    .partnerLoginForm input[type=submit]
    {
        padding-right: 1.5em;
        padding-left: 1.5em;
    }
    #shareButtons {
        margin-top: 5px;
        padding-top: 5px;
    }
}


@media screen and (min-width:820px){
    html, body, input, select, textarea {
        font: normal 16px GTWalsheimProRegular,sans-serif; /*16px/12px*/
    }
    /****Header****/
    header {
        height: 90px;
    }
    .mainLogo {
        width: 70%;
    }
    .mainLogo span {
        display: inline;
        font-size: 12px;
        font-weight: lighter;
        color: #747678;
    }
    #mobiTagLine {
        display: none;
    }
    /***Main Navigation****/
    #globalNav {
        clear: both;
        display: block;
        border-top: 1px solid #a7a7a7;
    }
    /* styling for success stories */
    .successStories .content {
        width: 65%;
    }
    #comment_div #recaptcha_data #recaptcha_image
    {
        min-height: 69px;
    }
    #comment_div #recaptcha_data
    {
        margin-right: 149px;
    }
    #comment_div #recaptcha_controls
    {
        width: 150px;
    }
    .whatWeDoMobileSelect {
        display: none;
    }
    /* Feed Styling */
    ul.rss {
        min-height: 130px;
    }
    .pageContent .lightbluebox.rightflush {
        min-height: 180px;
    }
    #shareButtons {
        margin-top: 5px;
        padding-top: 5px;
    }
}


@media screen and (min-width:992px) {
    html, body, input, select, textarea {
        font: normal 16px GTWalsheimProRegular,sans-serif ; /*16px/12px*/
        color: #000;
    }
    header {
        background: #FFF url('/assets/new/header.png') repeat-x 0 0;
        height: 130px;
        min-width:1000px;
    }
    .mainLogo {
        height: 80px;
        line-height: 84px;
    }
    /******Country Selector**************/
    #country {
        display: block;
        float: right;
        width: 190px;
        padding-top: 20px;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-right: 20px;
    }
    #countrySelector {
        margin-left: 10px;
        background: url('/assets/new/icons/navIcons.png') no-repeat 0px -93px;
        width:26px;
        height:13px;
        display:inline-block;
        cursor:pointer;
    }
    #search li {
        float: left;
    }
    #searchField {
        border: 1px solid #babbbc;
        border-right: none;
        height: 20px;
        padding: 0 0 0 .25em;
    }
    #country-select{
        width: 180px;
        height: 200px;
        overflow: auto;
		padding:  0px 10px;
        margin: 0px;
        list-style: none;
        border: solid 1px #E1E1E1;
        position: absolute;
        z-index: 9999;
        background: #fff;
    }
    #country-select li{
        padding: 0px;
        margin: 0px;
    }
    #country-select a{
        display: block;
        line-height: 1.75em;
		color: inherit;
    }
    #country-select a:hover{
        background: #E1E1E1;
        text-decoration: none;
    }
    #recs_content {
        overflow: scroll;
        height: 85%;
        width: 89%;
    }
    /****Login Section****/
    #loginSection{
        float: none;
        position: absolute;
        right: 0;
        top: 63px;
        height: 20px;
        width: 100%;
        white-space: nowrap;
        overflow: visible;
    }

    .ie7 #loginSection {
        position: relative;
        top: 0;
        float: right;
        margin-top: -20px;
        overflow: hidden;
        zoom: 1;
        z-index: 1;
    }

    .listingsNav {
        display: table;
    }
    .listingsSortTitleHolder, .listingsSortClientHolder, .listingsSortDateHolder {
        width: 7em;
    }
    .listingSearchInput {
        height: 2em;
    }

    #visitor_name{
        display:inline-block;
        color: #4F4F4F;
    }
    #visitor_name:hover{
        text-decoration: underline;
        cursor: pointer;
    }
    /****Global Navigation****/
    #contactLink {
        display: block;
    }
    #globalNav{
        border-top:none;
        padding-top:2px;
    }
    #nav li > ul {
        width:1000px;
    }
    #globalNav li > a{
        padding:14px 0 14px 5.025125628140703517587939698492%;
    }
    #globalNav > ul {
        margin:0 auto !important;
        width:1000px;
    }
    .ie7 #globalNav
    {
        position:relative;
    }
    .oldie #globalNav ul
    {
        z-index:999;
    }
    #globalNav > ul li{
        width:20%; /***200px @1000px***/
    }
    #globalNav #solutionsLink{
        width:19.9%;
    }
   
    #nav li.sfhover > ul {
        left:0px;
    }
    #globalNav li#aboutLink{
        display:block;
    }
    #mobiSecondaryNav {
        display: none;
    }
    /*****End GlobalNav****/
    /*****MainContentArea*****/

    #mainContent.rightSideBar .sideBar{
        display:block;
        width:18%;
        padding:0 5% 0 0;
    }
    #mainContent.rightSideBar .pageContent{
        float:left;
        width:67%;
        padding:0 0 0 5%;
    }
    .pageContent{
        padding:0
    }
    #mainContent > .wrapper {
        padding-bottom: 1%;
    }
    /****End MainContentArea******/
    /******** end homepage hero marquee ******/
    /****Left Nav****/
    #leftNav {
        display: block;
        float: left;
    }
    .mobiSecondaryNav {
        display: none;
    }
    .innerLeftNav,
    .twitterFeed {
        display: block;
    }
    .innerLeftNav .nest > a {
        background-position: -2px 0px;
    }
    .innerLeftNav .nest > a.current {
        background-position: -2px -99px;
    }
    .innerLeftNav li.nest a.active {
        background-position: -2px -299px;
    }
    .innerLeftNav li.nest a {
        background-position: -2px 0px;
    }
    .innerLeftNav li.nest a:hover {
        background-position: -2px 0px;
    }
    .innerLeftNav li.nest a.active:hover {
        background-position: -2px -99px;
    }
    .innerLeftNav li ul li a {
        padding: 5px 10% 5px 20%;
        font-size: 0.833em;
        width: 70%;
    }
    #zoneName, .sectionNameDiv{
        display: block;
        clear:both;
    }
    .belowMenu{
        display:block;
    }
    /****End Left Nav******/
    /***Footer****/
    footer {
        background: transparent url('/assets/new/footer1024.png') no-repeat 50% 0;
        font-size: 10px;
        width:1360px;
        margin:0 auto;
    }
    footer .headline{
        font-size: 10px;
    }
    footer .wrapper {
        overflow: hidden;
    }
    #socialBucket .facebook, #globalNav li div#gigyaFollowAboutUs a.facebook, #globalNav #contactUsGigya li a.facebook {
        background: url('/assets/new/social-media-icons-sprite.png') 0px bottom no-repeat;
    }
    #socialBucket .facebook:hover, #globalNav li div#gigyaFollowAboutUs a.facebook:hover, #globalNav #contactUsGigya li a.facebook:hover {
        background: url('/assets/new/social-media-icons-sprite.png') 0px top no-repeat;
    }
    #socialBucket .twitter, #globalNav li div#gigyaFollowAboutUs a.twitter, #globalNav #contactUsGigya li a.twitter {
        background: url('/assets/new/social-media-icons-sprite.png') -21px bottom no-repeat;
    }
    #socialBucket .twitter:hover, #globalNav li div#gigyaFollowAboutUs a.twitter:hover, #globalNav #contactUsGigya li a.twitter:hover {
        background: url('/assets/new/social-media-icons-sprite.png') -21px top no-repeat;
    }
    #socialBucket .linkedin, #globalNav li div#gigyaFollowAboutUs a.linkedin, #globalNav #contactUsGigya li a.linkedin {
        background: url('/assets/new/social-media-icons-sprite.png') -42px bottom no-repeat;
    }
    #socialBucket .linkedin:hover, #globalNav li div#gigyaFollowAboutUs a.linkedin:hover, #globalNav #contactUsGigya li a.linkedin:hover {
        background: url('/assets/new/social-media-icons-sprite.png') -42px top no-repeat;
    }
    #socialBucket .rss, #globalNav li div#gigyaFollowAboutUs a.rss, #globalNav #contactUsGigya li a.rss {
        background: url('/assets/new/social-media-icons-sprite.png') -63px bottom no-repeat;
    }
    #socialBucket .rss:hover, #globalNav li div#gigyaFollowAboutUs a.rss:hover, #globalNav #contactUsGigya li a.rss:hover {
        background: url('/assets/new/social-media-icons-sprite.png') -63px top no-repeat;
    }
    #socialBucket .googleplus, #globalNav li div#gigyaFollowAboutUs a.googleplus, #globalNav #contactUsGigya li a.googleplus {
        background: url('/assets/new/social-media-icons-sprite.png') -85px bottom no-repeat;
    }
    #socialBucket .googleplus:hover, #globalNav li div#gigyaFollowAboutUs a.googleplus:hover, #globalNav #contactUsGigya li a.googleplus:hover {
        background: url('/assets/new/social-media-icons-sprite.png') -85px top no-repeat;
    }
    #socialBucket .youtube, #globalNav #nav #aboutUsGigya li a.youtube, #globalNav #nav #contactUsGigya li a.youtube {
        background: url('/assets/new/social-media-icons-sprite.png') -105px bottom no-repeat;
    }
    #socialBucket .youtube:hover, #globalNav #nav #aboutUsGigya li a.youtube:hover, #globalNav #nav #contactUsGigya li a.youtube:hover {
        background: url('/assets/new/social-media-icons-sprite.png') -105px top no-repeat;
        text-decoration: none;
    }
    
    #relationsBucket, #contactBucket, #newsEventsBucket {
        clear: none;
        margin-right: 0;
        background: none;
    }
    .no-cssgradients .rcmds {
        background-color: transparent;
        position: relative;
        margin: 22px 0;
    }
    .no-cssgradients .rcmds:before, #rcmdsTop {
        content: '';
        background: url('/assets/new/mySideBar.png') no-repeat 0 0;
        height: 12px;
        width: 100%;
        display: block;
        padding: 0;
        position: absolute;
        top: -10px;
    }
    .no-cssgradients .rcmds section {
        min-height: 248px;
    }
    .no-cssgradients .rcmdsHdr, .no-cssgradients .rcmds section {
        background: #6aace3;
    }
    .no-cssgradients .rcmds:after, #rcmdsBtm {
        content: '';
        background: url('/assets/new/mySideBar.png') no-repeat 100% 100%;
        height: 12px;
        width: 100%;
        display: block;
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: -10px;
    }
    .cssgradients .rcmds {
        background: -webkit-linear-gradient( 45deg, transparent 0, #124570 0) bottom left, -webkit-linear-gradient(135deg, transparent 5px, #124570 0) bottom right, -webkit-linear-gradient(225deg, transparent 0, #124570 0) top right, -webkit-linear-gradient(315deg, transparent 5px, #124570 0) top left;
        background: -moz-linear-gradient( 45deg, transparent 0, #124570 0) bottom left, -moz-linear-gradient(135deg, transparent 5px, #124570 0) bottom right, -moz-linear-gradient(225deg, transparent 0, #124570 0) top right, -moz-linear-gradient(315deg, transparent 5px, #124570 0) top left;
        background: -ms-linear-gradient( 45deg, transparent 0, #124570 0) bottom left, -ms-linear-gradient(135deg, transparent 5px, #124570 0) bottom right, -ms-linear-gradient(225deg, transparent 0, #124570 0) top right, -ms-linear-gradient(315deg, transparent 5px, #124570 0) top left;
        background: -o-linear-gradient( 45deg, transparent 0, #124570 0) bottom left, -o-linear-gradient(135deg, transparent 5px, #124570 0) bottom right, -o-linear-gradient(225deg, transparent 0, #124570 0) top right, -o-linear-gradient(315deg, transparent 5px, #124570 0) top left;
        background: linear-gradient( -135deg, transparent 0, #124570 0) bottom left, linear-gradient(-45deg, transparent 5px, #124570 0) bottom right, linear-gradient(45deg, transparent 0, #124570 0) top right, linear-gradient(135deg, transparent 5px, #124570 0) top left;
        background-size: 53% 90%;
        background-repeat: no-repeat;
    }
    .rcmdsHdr {
        border-bottom: 2px solid #FFF;
        padding: 10px;
    }
    .rcmdsContent {
        padding: 10px;
        margin-left: 40px;
    }
    .csstransforms #rcmdsTitle {
        display: block;
        font-size: 15px;
        white-space: nowrap;
        -webkit-transform-style: preserve-3d;
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: 0 100%;
        -moz-transform-style: preserve-3d;
        -moz-transform: rotate(90deg);
        -moz-transform-origin: 0 100%;
        -ms-transform-style: preserve-3d;
        -ms-transform: rotate(90deg);
        -ms-transform-origin: 0 100%;
        -o-transform-style: preserve-3d;
        -o-transform: rotate(90deg);
        -o-transform-origin: 0 100%;
        transform-style: preserve-3d;
        transform: rotate(90deg);
        transform-origin: 0 100%;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
        width: 260px;
        padding-bottom: 15px;
        position: absolute;
        text-transform: none;
    }
    .no-csstransforms #rcmdsTitle {
        display: none;
    }
    .no-csstransforms .rcmds section {
        background: none;
    }
    .no-csstransforms .rcmds {
        background: #6aace3 url('/assets/new/rcmds.png') no-repeat 18px 60px;
    }
    .successStories .content {
        width: 425px;
    }
    .sideBar .socialMediaIcons {
        display: block;
    }
    /* */
    .greybox form {
        width: 640px !important;
    }
}/*Closes 1000px media query*/

/* Styles for browsers with no Javascript */
.no-js div#visitor_login_section {
    display:none;
}

.no_js aside#myRcmds {
    display:none;
}
#mainContent.leftSideBar .subheader {
    font-size: 24px;
}
@media screen and (min-width:992px) {
    #mainContent > .wrapper {
        max-width: 1360px;
    }
    
    #mainContent.leftSideBar .sideBar {
        display:block;
        width:25%;
        padding:0 20px 0 0;
        margin:0;
        order: 0;
    }
    
    #mainContent.leftSideBar .pageContent {
        float: right;
        width: 75%;
        padding-left: 20px;
        border-left: 1px solid #000;
    }
}

@media screen and (max-width:580px) {
    #contactBucket .ingeniousMinds {
        display:none;
    }

    #shareButtons {
        margin-top: 5px;
        padding-top: 5px;
    }
}

@media screen and (max-width:991px) {
    nav ul, nav li {
        float: none;
    }

    nav.mobiSecondaryNav ul, nav.mobiSecondaryNav li {
        float: left;
    }

    #acdnmenu.active {
        display: block;
    }

    #mainContent.offersContent .pageContent {
        width: 100%;
        order: 1;
    }

    .accordianWrapper {
        display: none;
        float: left;
        width: 100%;
    }

    .listingsNav {
        display: table;
    }
    .listingsSortTitleHolder, .listingsSortClientHolder, .listingsSortDateHolder {
        width: 7em;
    }
    .listingSearchInput {
        height: 2em;
    }

    .mobiSecondaryNav a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }  

    .nav_account_spacer {
        display: none !important;
    }
    
    .sectionNameDiv {
        display: none;
        background: none repeat scroll 0 0 #003366;
        color: #FFFFFF;
        font-size: 0.9em;
        font-weight: 700;
		font-family: "GTWalsheimProBold", Arial, sans-serif;
        padding: 2.6% 10% 2.6% 10%;
        text-transform: uppercase;
        width: 80%;
    }
}

/* start shared global */
.strong,
b {
    font-family: "GTWalsheimProBold", Arial, sans-serif;
    font-weight: 700;
}

.u-absolute-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.text-uppercase, .initialism {
    text-transform: uppercase;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.link--btn-next {
    position: relative;
    padding-left: 45px;
    color: #000;
}

.link--btn-next:before {
    content: "";
    width: 30px;
    height: 30px;
    background: #000;
    position: relative;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
}

.link--btn-next:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #ffed00;
    position: absolute;
    left: 11px;
    top: 12px;
}

.link--btn-next--yellow:before {
    background: #ffed00;
}

.link--btn-next--yellow:after {
    border-color: transparent transparent transparent #000;
}

.border--top-default {
    border-top: 1px solid #000;
}

.font--base {
    font-size: 16px;
    line-height: 32px;
}

.font--small {
    font-size: 14px;
    line-height: 22px;
}

.font--large-x1 {
    font-size: 18px;
}

.round-next, .btn-next {
    width: 30px;
    height: 30px;
    background: #000;
    position: relative;
    border-radius: 50%;
}

.round-next:after, .btn-next:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #ffed00;
    -webkit-transform: translateY(-50%) translateX(1px);
    transform: translateY(-50%) translateX(1px);
    top: 50%;
    bottom: 0;
    margin: 0px auto 0;
    left: 0;
    right: 0;
}

.round-next.large-icon, .large-icon.btn-next {
    width: 90px;
    height: 90px;
    background: #ffed00;
}

.round-next.large-icon:after, .large-icon.btn-next:after {
    border-width: 20px 0 20px 34px;
    border-color: transparent transparent transparent #000;
    -webkit-transform: translateY(-50%) translateX(5px);
    transform: translateY(-50%) translateX(5px);
}

.clearfix:after, .ui-dialog .vert:after {
    clear: both;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (max-width: 767px) {
    .xs-no-container {
        padding: 0;
    }
    .xs-no-container .xs-container-offset {
        padding: 0 15px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary {
    color: #000;
    background-color: #ffed00;
    border-color: #ffed00;
}

.btn.strong {
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
}

.btn-block {
    width: 100%;
}

.btn-primary, .btn-black {
    height: 46px;
    padding: 14px 30px 14px;
    line-height: 1;
    font-size: 14px;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    line-height: 1.33333;
}

.btn-md {
    padding: 23px 30px 21px;
    height: auto;
    font-size: 20px;
    line-height: 26px;
    white-space: normal;
}

.btn--rounded {
    border-radius: 50%;
}

.btn--underline, .newco-nav-tabs .btn.active > .btn__text {
    position: relative;
    color: #000;
}

.btn--underline:hover, .newco-nav-tabs .btn.active > .btn__text:hover {
    text-decoration: none;
}

.btn--underline:after, .newco-nav-tabs .btn.active > .btn__text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #ffed00;
}

.btn--underline.multiple-line, .newco-nav-tabs .btn.active > .multiple-line.btn__text {
    padding-bottom: 2px;
    background-image: -webkit-linear-gradient(#ffed00 0%, #ffed00 100%);
    background-image: linear-gradient(#ffed00 0%, #ffed00 100%);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: 0 100%;
}

.btn--underline.multiple-line:after, .newco-nav-tabs .btn.active > .multiple-line.btn__text:after {
    content: none;
}

.btn--cta {
    padding: 16px 26px;
    font-size: 20px;
    height: auto;
    line-height: 26px;
}

.btn--wider {
    margin-top: 15px;
    width: 100%;
    line-height: 20px;
    white-space: normal;
    height: auto;
}

.btn.active {
    box-shadow: none;
}

.btn-wrapper .btn {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .btn--wider {
        width: inherit;
        min-width: 240px;
        min-height: 60px;
        font-size: 16px;
        padding: 22px 20px 18px;
        line-height: 1;
    }
}

.btn.btn-stack {
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
    text-transform: uppercase;
    background-color: #f0f0f0;
    padding: 22px 20px;
    white-space: normal;
    text-align: center;
}

@media (min-width: 992px) {
    .btn.btn-stack {
        text-align: left;
        padding: 22px 10px 22px 40px;
    }
}

.btn.btn-stack.active {
    background-color: #000;
    color: #ffed00;
    position: relative;
}

.btn.btn-stack.active:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 2;
    display: inline-block;
    bottom: auto;
    border-width: 15px 15px 0 15px;
    border-color: #000 transparent transparent transparent;
    right: 48%;
    bottom: -15px;
}

@media (min-width: 992px) {
    .btn.btn-stack.active:before {
        border-width: 15px 0 15px 20px;
        border-color: transparent transparent transparent #000;
        right: -20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: auto;
    }
}

.link--btn-next {
    -webkit-transition: color 0.22s ease-in-out;
    transition: color 0.22s ease-in-out;
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
}

.link--btn-next:hover, .link--btn-next:focus {
    color: #f2e100;
}

.btn-primary {
    -webkit-transition: background-color 0.22s ease-in-out;
    transition: background-color 0.22s ease-in-out;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #f2e100;
    border-color: #ffed00;
}

@media (min-width: 768px) {
    #tabs .tabsMenu > li,
    .stack-nav > .btn.btn-stack {
        -webkit-transition: none;
        transition: none;
    }
    .stack-nav > .btn.btn-stack.active {
        -webkit-transition: background-color 0.2s ease-out, color 0.1s ease-out;
        transition: background-color 0.2s ease-out, color 0.1s ease-out;
    }
    #tabs .tabsMenu > li.ui-state-active {
        -webkit-transition: background-color 0.15s ease-out;
        transition: background-color 0.15s ease-out;
    }
}

.btn-primary.btn-lg, .btn-group-lg > .btn-primary.btn,
.btn-black.btn-lg,
.btn-group-lg > .btn-black.btn {
    height: auto;
    line-height: 1.4;
    padding: 44px 30px 42px;
}

.btn-link {
    color: #000;
    padding: 0 0 5px;
}

.btn-link:hover, .btn-link:focus {
    text-decoration: none;
}

.btn-black {
    background-color: #000;
    color: #ffed00;
}

.btn-black:hover {
    color: #ccbe00;
}

@media (max-width: 767px) {
    .btn-wrapper > .btn {
        width: 100%;
    }
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked + label:before {
    background: #000;
}

input[type="checkbox"] + label {
    cursor: pointer;
    position: relative;
}

input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 1px;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    border: solid 1px #000;
    background: #fff;
}

input[type="checkbox"] + label:after {
    content: '';
    width: 13px;
    height: 4px;
    position: absolute;
    opacity: 1;
    top: 6px;
    left: -24px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (min-width: 1390px) {
    .container {
        width: 1360px;
    }
    .bootstrap-styles .container.container {
        width: 1360px;
    }
}

@font-face {
    font-family: 'GTWalsheimProRegular';
    src: url("/fonts/GTWalsheimProRegular.ttf") format("truetype");
}

@font-face {
    font-family: 'GTWalsheimProBold';
    src: url("/fonts/GTWalsheimProBold.ttf") format("truetype");
}

h1 {
    color: #000;
    font-size: 34px;
    font-weight: 700;
}

.page-heading {
    font-size: 34px;
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: normal;
    padding-bottom: 30px;
}

.page-heading--border-top {
    position: relative;
    padding-top: 45px;
}

.page-heading--border-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 100%;
    border-bottom: 3px solid #000;
}

.big-heading-block {
    background-color: #000000;
    text-transform: none;
    padding: 10px 30px;
}

#mainContent .big-heading-block {
    font-size: 41px;
    line-height: 60px;
    color: #ffffff;
    margin: 0 -15px;
    text-align: center;
}

@media (min-width: 768px) {
    .big-heading-block {
        padding: 10px 60px;
    }
    #mainContent .big-heading-block {
        font-size: 60px;
        line-height: 72px;
        margin: 0;
        text-align: left;
    }
    .big-heading-block--lg-padding {
        padding: 34px 60px 44px;
    }
}

.sub-heading-block {
    color: #000;
}

.sub-heading-block__title {
    font-size: 36px;
    margin: 15px 0 15px 0;
}

.pageContent .sub-heading-block__title {
    padding: 0;
    text-transform: none;
}

.sub-heading-block__desc {
    font-size: 20px;
    margin: 0;
}

@media (min-width: 768px) {
    .sub-heading-block__title {
        font-size: 56px;
    }
}

.header--single-inline {
    margin: 30px 0 25px;
}

#mainContent .header--single-inline {
    font-size: 44px;
    line-height: 56px;
}

.header-block {
    margin-bottom: 30px;
}

.header-block__hero > img {
    width: 100%;
}

.header-block__hero--background-image {
    height: 429px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.media-list--image__item .header-block__hero--background-image {
    width: 400px;
    height: 200px;
}

#mainContent .header-block__heading {
    line-height: 1.31;
    margin-top: 12px;
    text-transform: none;
    font-size: 24px;
    margin-bottom: 0;
}

#mainContent .header-block__heading__link {
    font-size: 14px;
    color: #000;
    top: -5px;
}

#mainContent .header-block__heading__link:before {
    top: -7px;
}

#mainContent .header-block__heading__link:after {
    top: 2px;
}

.header-block__desc {
    line-height: normal;
    margin-bottom: 20px;
    font-size: inherit;
}

.header-block__link {
    margin-top: 30px;
    display: inline-block;
    text-transform: uppercase;
}

.header-block + .header-block__link {
    margin-top: 0;
}

.header-block + .header-block__link:before {
    top: 0;
}

.header-block + .header-block__link:after {
    top: 9px;
}

@media (min-width: 768px) {
    .header-block--sm-top-offset {
        margin-top: -9px;
    }
}

.form-control {
    min-height: 46px;
    background-color: #f0f0f0;
    border: none;
}

/* end shared global */
#mainContent .contact-employee .main-title {
  margin-bottom: 8px;
}

#mainContent .contact-employee__title {
  font-size: 35px;
  font-weight: 700;
  font-family: "GTWalsheimProBold", Arial, sans-serif;
  margin-bottom: 12px;
  text-transform: none;
  line-height: 1.29;
}

#mainContent .contact-employee__item-title {
  font-size: 26px;
}

.contact-employee__label {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contact-employee__item {
  padding: 15px 0;
  width: 100%;
  margin: auto;
  border-top: 1px solid #000;
}

.contact-employee__item:last-of-type {
  padding-bottom: 0;
}

.contact-employee__links-container {
  padding-left: 0;
  font-size: 16px;
  color: #000;
}

.contact-employee__links-container .link {
  background: none;
  padding: 0;
  margin-bottom: 10px;
}

.contact-employee__links-container .link--btn-next {
  display: block;
}

.contact-employee__links-container .link--btn-next:before {
  top: -1px;
}

.contact-employee__links-container .link--btn-next:after {
  top: 8px;
}

@media (min-width: 768px) {
  #mainContent .contact-employee__title {
    font-size: 46px;
  }
  .contact-employee__item {
    padding: 24px 0;
  }
  #mainContent .contact-employee__item-title {
    font-size: 34px;
  }
  .contact-employee__label {
    font-size: 20px;
    margin-bottom: 35px;
    margin-top: 24px;
  }
  .contact-employee__links-container {
    padding-left: 80px;
    font-size: 20px;
  }
  .contact-employee__links-container .link {
    margin-bottom: 20px;
  }
}

/* Start hero black */
#mainContent .hero-black {
    font-size: 41px;
    line-height: 60px;
    text-transform: capitalize;
    margin: 0 -15px 25px -15px;
    background: #000;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
}

@media (min-width: 768px) {
    #mainContent .hero-black {
        font-size: 60px;
        line-height: 72px;
        padding: 0 0 0 57px;
        text-align: left;
        padding: 34px 60px 44px;
        margin: 0 0 25px 0;
    }
    #mainContent .hero-black--smaller {
        padding: 14px 0 14px 35px;
    }
}

/* End hero black */
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */.bootstrap-styles .btn-group>.btn-group,.bootstrap-styles .btn-toolbar .btn,.bootstrap-styles .btn-toolbar .btn-group,.bootstrap-styles .btn-toolbar .input-group,.bootstrap-styles .col-xs-1,.bootstrap-styles .col-xs-10,.bootstrap-styles .col-xs-11,.bootstrap-styles .col-xs-12,.bootstrap-styles .col-xs-2,.bootstrap-styles .col-xs-3,.bootstrap-styles .col-xs-4,.bootstrap-styles .col-xs-5,.bootstrap-styles .col-xs-6,.bootstrap-styles .col-xs-7,.bootstrap-styles .col-xs-8,.bootstrap-styles .col-xs-9,.bootstrap-styles .dropdown-menu{float:left}.bootstrap-styles html,.slick-slider{-webkit-tap-highlight-color:transparent}.bootstrap-styles .invisible,.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.bootstrap-styles html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}.bootstrap-styles body{margin:0}.bootstrap-styles article,.bootstrap-styles aside,.bootstrap-styles details,.bootstrap-styles figcaption,.bootstrap-styles figure,.bootstrap-styles footer,.bootstrap-styles header,.bootstrap-styles hgroup,.bootstrap-styles main,.bootstrap-styles menu,.bootstrap-styles nav,.bootstrap-styles section,.bootstrap-styles summary{display:block}.bootstrap-styles audio,.bootstrap-styles canvas,.bootstrap-styles progress,.bootstrap-styles video{display:inline-block;vertical-align:baseline}.bootstrap-styles audio:not([controls]){display:none;height:0}.bootstrap-styles [hidden],.bootstrap-styles template{display:none}.bootstrap-styles a{background-color:transparent}.bootstrap-styles a:active,.bootstrap-styles a:hover{outline:0}.bootstrap-styles b,.bootstrap-styles strong{font-weight:700}.bootstrap-styles dfn{font-style:italic}.bootstrap-styles h1{margin:.67em 0}.bootstrap-styles mark{background:#ff0;color:#000}.bootstrap-styles sub,.bootstrap-styles sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.bootstrap-styles sup{top:-.5em}.bootstrap-styles sub{bottom:-.25em}.bootstrap-styles img{border:0;vertical-align:middle}.bootstrap-styles svg:not(:root){overflow:hidden}.bootstrap-styles hr{box-sizing:content-box;height:0}.bootstrap-styles pre{overflow:auto}.bootstrap-styles code,.bootstrap-styles kbd,.bootstrap-styles pre,.bootstrap-styles samp{font-family:monospace,monospace;font-size:1em}.bootstrap-styles button,.bootstrap-styles input,.bootstrap-styles optgroup,.bootstrap-styles select,.bootstrap-styles textarea{color:inherit;font:inherit;margin:0}.bootstrap-styles button{overflow:visible}.bootstrap-styles button,.bootstrap-styles select{text-transform:none}.bootstrap-styles button,.bootstrap-styles html input[type=button],.bootstrap-styles input[type=reset],.bootstrap-styles input[type=submit]{-webkit-appearance:button;cursor:pointer}.bootstrap-styles button[disabled],.bootstrap-styles html input[disabled]{cursor:default}.bootstrap-styles button::-moz-focus-inner,.bootstrap-styles input::-moz-focus-inner{border:0;padding:0}.bootstrap-styles input[type=checkbox],.bootstrap-styles input[type=radio]{box-sizing:border-box;padding:0}.bootstrap-styles input[type=number]::-webkit-inner-spin-button,.bootstrap-styles input[type=number]::-webkit-outer-spin-button{height:auto}.bootstrap-styles input[type=search]::-webkit-search-cancel-button,.bootstrap-styles input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.bootstrap-styles textarea{overflow:auto}.bootstrap-styles optgroup{font-weight:700}.bootstrap-styles td,.bootstrap-styles th{padding:0}.bootstrap-styles *,.bootstrap-styles :after,.bootstrap-styles :before{box-sizing:border-box}.bootstrap-styles html{font-size:10px}.bootstrap-styles body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.42857;color:#000;background-color:#fff}.bootstrap-styles button,.bootstrap-styles input,.bootstrap-styles select,.bootstrap-styles textarea{font-family:inherit;font-size:inherit;line-height:inherit}.bootstrap-styles a{color:#ffed00;text-decoration:none}.bootstrap-styles a:focus,.bootstrap-styles a:hover{color:#b3a600;text-decoration:underline}.bootstrap-styles a:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.bootstrap-styles figure{margin:0}.bootstrap-styles .img-responsive{display:block;max-width:100%;height:auto}.bootstrap-styles .img-rounded{border-radius:6px}.bootstrap-styles .img-thumbnail{padding:4px;line-height:1.42857;background-color:#fff;border:1px solid #ddd;border-radius:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.bootstrap-styles .img-circle{border-radius:50%}.bootstrap-styles hr{margin-top:22px;margin-bottom:22px;border:0;border-top:1px solid #eee}.bootstrap-styles .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.bootstrap-styles .sr-only-focusable:active,.bootstrap-styles .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.bootstrap-styles [role=button]{cursor:pointer}.bootstrap-styles .h1,.bootstrap-styles .h2,.bootstrap-styles .h3,.bootstrap-styles .h4,.bootstrap-styles .h5,.bootstrap-styles .h6,.bootstrap-styles h1,.bootstrap-styles h2,.bootstrap-styles h3,.bootstrap-styles h4,.bootstrap-styles h5,.bootstrap-styles h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.bootstrap-styles .h1 .small,.bootstrap-styles .h1 small,.bootstrap-styles .h2 .small,.bootstrap-styles .h2 small,.bootstrap-styles .h3 .small,.bootstrap-styles .h3 small,.bootstrap-styles .h4 .small,.bootstrap-styles .h4 small,.bootstrap-styles .h5 .small,.bootstrap-styles .h5 small,.bootstrap-styles .h6 .small,.bootstrap-styles .h6 small,.bootstrap-styles h1 .small,.bootstrap-styles h1 small,.bootstrap-styles h2 .small,.bootstrap-styles h2 small,.bootstrap-styles h3 .small,.bootstrap-styles h3 small,.bootstrap-styles h4 .small,.bootstrap-styles h4 small,.bootstrap-styles h5 .small,.bootstrap-styles h5 small,.bootstrap-styles h6 .small,.bootstrap-styles h6 small{font-weight:400;line-height:1;color:#777}.bootstrap-styles .h1,.bootstrap-styles .h2,.bootstrap-styles .h3,.bootstrap-styles h1,.bootstrap-styles h2,.bootstrap-styles h3{margin-top:22px;margin-bottom:11px}.bootstrap-styles .h1 .small,.bootstrap-styles .h1 small,.bootstrap-styles .h2 .small,.bootstrap-styles .h2 small,.bootstrap-styles .h3 .small,.bootstrap-styles .h3 small,.bootstrap-styles h1 .small,.bootstrap-styles h1 small,.bootstrap-styles h2 .small,.bootstrap-styles h2 small,.bootstrap-styles h3 .small,.bootstrap-styles h3 small{font-size:65%}.bootstrap-styles .h4,.bootstrap-styles .h5,.bootstrap-styles .h6,.bootstrap-styles h4,.bootstrap-styles h5,.bootstrap-styles h6{margin-top:11px;margin-bottom:11px}.bootstrap-styles .h4 .small,.bootstrap-styles .h4 small,.bootstrap-styles .h5 .small,.bootstrap-styles .h5 small,.bootstrap-styles .h6 .small,.bootstrap-styles .h6 small,.bootstrap-styles h4 .small,.bootstrap-styles h4 small,.bootstrap-styles h5 .small,.bootstrap-styles h5 small,.bootstrap-styles h6 .small,.bootstrap-styles h6 small{font-size:75%}.bootstrap-styles .h1,.bootstrap-styles h1{font-size:41px}.bootstrap-styles .h2,.bootstrap-styles h2{font-size:34px}.bootstrap-styles .h3,.bootstrap-styles h3{font-size:28px}.bootstrap-styles .h4,.bootstrap-styles h4{font-size:20px}.bootstrap-styles .h5,.bootstrap-styles h5{font-size:16px}.bootstrap-styles .h6,.bootstrap-styles h6{font-size:14px}.bootstrap-styles p{margin:0 0 11px}.bootstrap-styles .lead{margin-bottom:22px;font-size:18px;font-weight:300;line-height:1.4}@media (min-width:768px){.bootstrap-styles .lead{font-size:24px}}.bootstrap-styles .small,.bootstrap-styles small{font-size:87%}.bootstrap-styles .mark,.bootstrap-styles mark{background-color:#fcf8e3;padding:.2em}.bootstrap-styles .list-inline,.bootstrap-styles .list-unstyled{padding-left:0;list-style:none}.bootstrap-styles .text-left{text-align:left}.bootstrap-styles .text-right{text-align:right}.bootstrap-styles .text-center{text-align:center}.bootstrap-styles .text-justify{text-align:justify}.bootstrap-styles .text-nowrap{white-space:nowrap}.bootstrap-styles .text-lowercase{text-transform:lowercase}.bootstrap-styles .initialism,.bootstrap-styles .text-uppercase{text-transform:uppercase}.bootstrap-styles .text-capitalize{text-transform:capitalize}.bootstrap-styles .text-muted{color:#777}.bootstrap-styles .text-primary{color:#ffed00}.bootstrap-styles a.text-primary:focus,.bootstrap-styles a.text-primary:hover{color:#ccbe00}.bootstrap-styles .text-success{color:#3c763d}.bootstrap-styles a.text-success:focus,.bootstrap-styles a.text-success:hover{color:#2b542c}.bootstrap-styles .text-info{color:#31708f}.bootstrap-styles a.text-info:focus,.bootstrap-styles a.text-info:hover{color:#245269}.bootstrap-styles .text-warning{color:#8a6d3b}.bootstrap-styles a.text-warning:focus,.bootstrap-styles a.text-warning:hover{color:#66512c}.bootstrap-styles .text-danger{color:#a94442}.bootstrap-styles a.text-danger:focus,.bootstrap-styles a.text-danger:hover{color:#843534}.bootstrap-styles .bg-primary{color:#fff;background-color:#ffed00}.bootstrap-styles a.bg-primary:focus,.bootstrap-styles a.bg-primary:hover{background-color:#ccbe00}.bootstrap-styles .bg-success{background-color:#dff0d8}.bootstrap-styles a.bg-success:focus,.bootstrap-styles a.bg-success:hover{background-color:#c1e2b3}.bootstrap-styles .bg-info{background-color:#d9edf7}.bootstrap-styles a.bg-info:focus,.bootstrap-styles a.bg-info:hover{background-color:#afd9ee}.bootstrap-styles .bg-warning{background-color:#fcf8e3}.bootstrap-styles a.bg-warning:focus,.bootstrap-styles a.bg-warning:hover{background-color:#f7ecb5}.bootstrap-styles .bg-danger{background-color:#f2dede}.bootstrap-styles a.bg-danger:focus,.bootstrap-styles a.bg-danger:hover{background-color:#e4b9b9}.bootstrap-styles .page-header{padding-bottom:10px;margin:44px 0 22px;border-bottom:1px solid #eee}.bootstrap-styles ol,.bootstrap-styles ul{margin-top:0;margin-bottom:11px}.bootstrap-styles ol ol,.bootstrap-styles ol ul,.bootstrap-styles ul ol,.bootstrap-styles ul ul{margin-bottom:0}.bootstrap-styles .list-inline{margin-left:-5px}.bootstrap-styles .list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}.bootstrap-styles dl{margin-top:0;margin-bottom:22px}.bootstrap-styles dd,.bootstrap-styles dt{line-height:1.42857}.bootstrap-styles dt{font-weight:700}.bootstrap-styles dd{margin-left:0}.bootstrap-styles .dl-horizontal dd:after,.bootstrap-styles .dl-horizontal dd:before{content:" ";display:table}.bootstrap-styles .dl-horizontal dd:after{clear:both}@media (min-width:768px){.bootstrap-styles .dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bootstrap-styles .dl-horizontal dd{margin-left:180px}.bootstrap-styles .container{width:750px}}.bootstrap-styles .btn-group-vertical>.btn-group:after,.bootstrap-styles .btn-toolbar:after,.bootstrap-styles .clearfix:after,.bootstrap-styles .container-fluid:after,.bootstrap-styles .container:after,.bootstrap-styles .dropdown-menu>li>a,.bootstrap-styles .form-horizontal .form-group:after,.bootstrap-styles .modal-footer:after,.bootstrap-styles .modal-header:after,.bootstrap-styles .nav:after,.bootstrap-styles .navbar-collapse:after,.bootstrap-styles .navbar-header:after,.bootstrap-styles .pager:after,.bootstrap-styles .panel-body:after,.bootstrap-styles .row:after,.slick-track:after{clear:both}.bootstrap-styles abbr[data-original-title],.bootstrap-styles abbr[title]{cursor:help;border-bottom:1px dotted #777}.bootstrap-styles .initialism{font-size:90%}.bootstrap-styles blockquote{padding:11px 22px;margin:0 0 22px;font-size:20px;border-left:5px solid #eee}.bootstrap-styles blockquote ol:last-child,.bootstrap-styles blockquote p:last-child,.bootstrap-styles blockquote ul:last-child{margin-bottom:0}.bootstrap-styles blockquote .small,.bootstrap-styles blockquote footer,.bootstrap-styles blockquote small{display:block;font-size:80%;line-height:1.42857;color:#777}.bootstrap-styles .container-fluid:after,.bootstrap-styles .container-fluid:before,.bootstrap-styles .container:after,.bootstrap-styles .container:before,.bootstrap-styles .row:after,.bootstrap-styles .row:before{display:table;content:" "}.bootstrap-styles blockquote .small:before,.bootstrap-styles blockquote footer:before,.bootstrap-styles blockquote small:before{content:'\2014 \00A0'}.bootstrap-styles .blockquote-reverse,.bootstrap-styles blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.bootstrap-styles .blockquote-reverse .small:before,.bootstrap-styles .blockquote-reverse footer:before,.bootstrap-styles .blockquote-reverse small:before,.bootstrap-styles blockquote.pull-right .small:before,.bootstrap-styles blockquote.pull-right footer:before,.bootstrap-styles blockquote.pull-right small:before{content:''}.bootstrap-styles .blockquote-reverse .small:after,.bootstrap-styles .blockquote-reverse footer:after,.bootstrap-styles .blockquote-reverse small:after,.bootstrap-styles blockquote.pull-right .small:after,.bootstrap-styles blockquote.pull-right footer:after,.bootstrap-styles blockquote.pull-right small:after{content:'\00A0 \2014'}.bootstrap-styles address{margin-bottom:22px;font-style:normal;line-height:1.42857}.bootstrap-styles .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:992px){.bootstrap-styles .container{width:970px}}@media (min-width:1200px){.bootstrap-styles .container{width:1170px}}.bootstrap-styles .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.bootstrap-styles .row{margin-left:-15px;margin-right:-15px}.bootstrap-styles .col-lg-1,.bootstrap-styles .col-lg-10,.bootstrap-styles .col-lg-11,.bootstrap-styles .col-lg-12,.bootstrap-styles .col-lg-2,.bootstrap-styles .col-lg-3,.bootstrap-styles .col-lg-4,.bootstrap-styles .col-lg-5,.bootstrap-styles .col-lg-6,.bootstrap-styles .col-lg-7,.bootstrap-styles .col-lg-8,.bootstrap-styles .col-lg-9,.bootstrap-styles .col-md-1,.bootstrap-styles .col-md-10,.bootstrap-styles .col-md-11,.bootstrap-styles .col-md-12,.bootstrap-styles .col-md-2,.bootstrap-styles .col-md-3,.bootstrap-styles .col-md-4,.bootstrap-styles .col-md-5,.bootstrap-styles .col-md-6,.bootstrap-styles .col-md-7,.bootstrap-styles .col-md-8,.bootstrap-styles .col-md-9,.bootstrap-styles .col-sm-1,.bootstrap-styles .col-sm-10,.bootstrap-styles .col-sm-11,.bootstrap-styles .col-sm-12,.bootstrap-styles .col-sm-2,.bootstrap-styles .col-sm-3,.bootstrap-styles .col-sm-4,.bootstrap-styles .col-sm-5,.bootstrap-styles .col-sm-6,.bootstrap-styles .col-sm-7,.bootstrap-styles .col-sm-8,.bootstrap-styles .col-sm-9,.bootstrap-styles .col-xs-1,.bootstrap-styles .col-xs-10,.bootstrap-styles .col-xs-11,.bootstrap-styles .col-xs-12,.bootstrap-styles .col-xs-2,.bootstrap-styles .col-xs-3,.bootstrap-styles .col-xs-4,.bootstrap-styles .col-xs-5,.bootstrap-styles .col-xs-6,.bootstrap-styles .col-xs-7,.bootstrap-styles .col-xs-8,.bootstrap-styles .col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.bootstrap-styles .col-xs-1{width:8.33333%}.bootstrap-styles .col-xs-2{width:16.66667%}.bootstrap-styles .col-xs-3{width:25%}.bootstrap-styles .col-xs-4{width:33.33333%}.bootstrap-styles .col-xs-5{width:41.66667%}.bootstrap-styles .col-xs-6{width:50%}.bootstrap-styles .col-xs-7{width:58.33333%}.bootstrap-styles .col-xs-8{width:66.66667%}.bootstrap-styles .col-xs-9{width:75%}.bootstrap-styles .col-xs-10{width:83.33333%}.bootstrap-styles .col-xs-11{width:91.66667%}.bootstrap-styles .col-xs-12{width:100%}.bootstrap-styles .col-xs-pull-0{right:auto}.bootstrap-styles .col-xs-pull-1{right:8.33333%}.bootstrap-styles .col-xs-pull-2{right:16.66667%}.bootstrap-styles .col-xs-pull-3{right:25%}.bootstrap-styles .col-xs-pull-4{right:33.33333%}.bootstrap-styles .col-xs-pull-5{right:41.66667%}.bootstrap-styles .col-xs-pull-6{right:50%}.bootstrap-styles .col-xs-pull-7{right:58.33333%}.bootstrap-styles .col-xs-pull-8{right:66.66667%}.bootstrap-styles .col-xs-pull-9{right:75%}.bootstrap-styles .col-xs-pull-10{right:83.33333%}.bootstrap-styles .col-xs-pull-11{right:91.66667%}.bootstrap-styles .col-xs-pull-12{right:100%}.bootstrap-styles .col-xs-push-0{left:auto}.bootstrap-styles .col-xs-push-1{left:8.33333%}.bootstrap-styles .col-xs-push-2{left:16.66667%}.bootstrap-styles .col-xs-push-3{left:25%}.bootstrap-styles .col-xs-push-4{left:33.33333%}.bootstrap-styles .col-xs-push-5{left:41.66667%}.bootstrap-styles .col-xs-push-6{left:50%}.bootstrap-styles .col-xs-push-7{left:58.33333%}.bootstrap-styles .col-xs-push-8{left:66.66667%}.bootstrap-styles .col-xs-push-9{left:75%}.bootstrap-styles .col-xs-push-10{left:83.33333%}.bootstrap-styles .col-xs-push-11{left:91.66667%}.bootstrap-styles .col-xs-push-12{left:100%}.bootstrap-styles .col-xs-offset-0{margin-left:0}.bootstrap-styles .col-xs-offset-1{margin-left:8.33333%}.bootstrap-styles .col-xs-offset-2{margin-left:16.66667%}.bootstrap-styles .col-xs-offset-3{margin-left:25%}.bootstrap-styles .col-xs-offset-4{margin-left:33.33333%}.bootstrap-styles .col-xs-offset-5{margin-left:41.66667%}.bootstrap-styles .col-xs-offset-6{margin-left:50%}.bootstrap-styles .col-xs-offset-7{margin-left:58.33333%}.bootstrap-styles .col-xs-offset-8{margin-left:66.66667%}.bootstrap-styles .col-xs-offset-9{margin-left:75%}.bootstrap-styles .col-xs-offset-10{margin-left:83.33333%}.bootstrap-styles .col-xs-offset-11{margin-left:91.66667%}.bootstrap-styles .col-xs-offset-12{margin-left:100%}@media (min-width:768px){.bootstrap-styles .col-sm-1,.bootstrap-styles .col-sm-10,.bootstrap-styles .col-sm-11,.bootstrap-styles .col-sm-12,.bootstrap-styles .col-sm-2,.bootstrap-styles .col-sm-3,.bootstrap-styles .col-sm-4,.bootstrap-styles .col-sm-5,.bootstrap-styles .col-sm-6,.bootstrap-styles .col-sm-7,.bootstrap-styles .col-sm-8,.bootstrap-styles .col-sm-9{float:left}.bootstrap-styles .col-sm-1{width:8.33333%}.bootstrap-styles .col-sm-2{width:16.66667%}.bootstrap-styles .col-sm-3{width:25%}.bootstrap-styles .col-sm-4{width:33.33333%}.bootstrap-styles .col-sm-5{width:41.66667%}.bootstrap-styles .col-sm-6{width:50%}.bootstrap-styles .col-sm-7{width:58.33333%}.bootstrap-styles .col-sm-8{width:66.66667%}.bootstrap-styles .col-sm-9{width:75%}.bootstrap-styles .col-sm-10{width:83.33333%}.bootstrap-styles .col-sm-11{width:91.66667%}.bootstrap-styles .col-sm-12{width:100%}.bootstrap-styles .col-sm-pull-0{right:auto}.bootstrap-styles .col-sm-pull-1{right:8.33333%}.bootstrap-styles .col-sm-pull-2{right:16.66667%}.bootstrap-styles .col-sm-pull-3{right:25%}.bootstrap-styles .col-sm-pull-4{right:33.33333%}.bootstrap-styles .col-sm-pull-5{right:41.66667%}.bootstrap-styles .col-sm-pull-6{right:50%}.bootstrap-styles .col-sm-pull-7{right:58.33333%}.bootstrap-styles .col-sm-pull-8{right:66.66667%}.bootstrap-styles .col-sm-pull-9{right:75%}.bootstrap-styles .col-sm-pull-10{right:83.33333%}.bootstrap-styles .col-sm-pull-11{right:91.66667%}.bootstrap-styles .col-sm-pull-12{right:100%}.bootstrap-styles .col-sm-push-0{left:auto}.bootstrap-styles .col-sm-push-1{left:8.33333%}.bootstrap-styles .col-sm-push-2{left:16.66667%}.bootstrap-styles .col-sm-push-3{left:25%}.bootstrap-styles .col-sm-push-4{left:33.33333%}.bootstrap-styles .col-sm-push-5{left:41.66667%}.bootstrap-styles .col-sm-push-6{left:50%}.bootstrap-styles .col-sm-push-7{left:58.33333%}.bootstrap-styles .col-sm-push-8{left:66.66667%}.bootstrap-styles .col-sm-push-9{left:75%}.bootstrap-styles .col-sm-push-10{left:83.33333%}.bootstrap-styles .col-sm-push-11{left:91.66667%}.bootstrap-styles .col-sm-push-12{left:100%}.bootstrap-styles .col-sm-offset-0{margin-left:0}.bootstrap-styles .col-sm-offset-1{margin-left:8.33333%}.bootstrap-styles .col-sm-offset-2{margin-left:16.66667%}.bootstrap-styles .col-sm-offset-3{margin-left:25%}.bootstrap-styles .col-sm-offset-4{margin-left:33.33333%}.bootstrap-styles .col-sm-offset-5{margin-left:41.66667%}.bootstrap-styles .col-sm-offset-6{margin-left:50%}.bootstrap-styles .col-sm-offset-7{margin-left:58.33333%}.bootstrap-styles .col-sm-offset-8{margin-left:66.66667%}.bootstrap-styles .col-sm-offset-9{margin-left:75%}.bootstrap-styles .col-sm-offset-10{margin-left:83.33333%}.bootstrap-styles .col-sm-offset-11{margin-left:91.66667%}.bootstrap-styles .col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.bootstrap-styles .col-md-1,.bootstrap-styles .col-md-10,.bootstrap-styles .col-md-11,.bootstrap-styles .col-md-12,.bootstrap-styles .col-md-2,.bootstrap-styles .col-md-3,.bootstrap-styles .col-md-4,.bootstrap-styles .col-md-5,.bootstrap-styles .col-md-6,.bootstrap-styles .col-md-7,.bootstrap-styles .col-md-8,.bootstrap-styles .col-md-9{float:left}.bootstrap-styles .col-md-1{width:8.33333%}.bootstrap-styles .col-md-2{width:16.66667%}.bootstrap-styles .col-md-3{width:25%}.bootstrap-styles .col-md-4{width:33.33333%}.bootstrap-styles .col-md-5{width:41.66667%}.bootstrap-styles .col-md-6{width:50%}.bootstrap-styles .col-md-7{width:58.33333%}.bootstrap-styles .col-md-8{width:66.66667%}.bootstrap-styles .col-md-9{width:75%}.bootstrap-styles .col-md-10{width:83.33333%}.bootstrap-styles .col-md-11{width:91.66667%}.bootstrap-styles .col-md-12{width:100%}.bootstrap-styles .col-md-pull-0{right:auto}.bootstrap-styles .col-md-pull-1{right:8.33333%}.bootstrap-styles .col-md-pull-2{right:16.66667%}.bootstrap-styles .col-md-pull-3{right:25%}.bootstrap-styles .col-md-pull-4{right:33.33333%}.bootstrap-styles .col-md-pull-5{right:41.66667%}.bootstrap-styles .col-md-pull-6{right:50%}.bootstrap-styles .col-md-pull-7{right:58.33333%}.bootstrap-styles .col-md-pull-8{right:66.66667%}.bootstrap-styles .col-md-pull-9{right:75%}.bootstrap-styles .col-md-pull-10{right:83.33333%}.bootstrap-styles .col-md-pull-11{right:91.66667%}.bootstrap-styles .col-md-pull-12{right:100%}.bootstrap-styles .col-md-push-0{left:auto}.bootstrap-styles .col-md-push-1{left:8.33333%}.bootstrap-styles .col-md-push-2{left:16.66667%}.bootstrap-styles .col-md-push-3{left:25%}.bootstrap-styles .col-md-push-4{left:33.33333%}.bootstrap-styles .col-md-push-5{left:41.66667%}.bootstrap-styles .col-md-push-6{left:50%}.bootstrap-styles .col-md-push-7{left:58.33333%}.bootstrap-styles .col-md-push-8{left:66.66667%}.bootstrap-styles .col-md-push-9{left:75%}.bootstrap-styles .col-md-push-10{left:83.33333%}.bootstrap-styles .col-md-push-11{left:91.66667%}.bootstrap-styles .col-md-push-12{left:100%}.bootstrap-styles .col-md-offset-0{margin-left:0}.bootstrap-styles .col-md-offset-1{margin-left:8.33333%}.bootstrap-styles .col-md-offset-2{margin-left:16.66667%}.bootstrap-styles .col-md-offset-3{margin-left:25%}.bootstrap-styles .col-md-offset-4{margin-left:33.33333%}.bootstrap-styles .col-md-offset-5{margin-left:41.66667%}.bootstrap-styles .col-md-offset-6{margin-left:50%}.bootstrap-styles .col-md-offset-7{margin-left:58.33333%}.bootstrap-styles .col-md-offset-8{margin-left:66.66667%}.bootstrap-styles .col-md-offset-9{margin-left:75%}.bootstrap-styles .col-md-offset-10{margin-left:83.33333%}.bootstrap-styles .col-md-offset-11{margin-left:91.66667%}.bootstrap-styles .col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.bootstrap-styles .col-lg-1,.bootstrap-styles .col-lg-10,.bootstrap-styles .col-lg-11,.bootstrap-styles .col-lg-12,.bootstrap-styles .col-lg-2,.bootstrap-styles .col-lg-3,.bootstrap-styles .col-lg-4,.bootstrap-styles .col-lg-5,.bootstrap-styles .col-lg-6,.bootstrap-styles .col-lg-7,.bootstrap-styles .col-lg-8,.bootstrap-styles .col-lg-9{float:left}.bootstrap-styles .col-lg-1{width:8.33333%}.bootstrap-styles .col-lg-2{width:16.66667%}.bootstrap-styles .col-lg-3{width:25%}.bootstrap-styles .col-lg-4{width:33.33333%}.bootstrap-styles .col-lg-5{width:41.66667%}.bootstrap-styles .col-lg-6{width:50%}.bootstrap-styles .col-lg-7{width:58.33333%}.bootstrap-styles .col-lg-8{width:66.66667%}.bootstrap-styles .col-lg-9{width:75%}.bootstrap-styles .col-lg-10{width:83.33333%}.bootstrap-styles .col-lg-11{width:91.66667%}.bootstrap-styles .col-lg-12{width:100%}.bootstrap-styles .col-lg-pull-0{right:auto}.bootstrap-styles .col-lg-pull-1{right:8.33333%}.bootstrap-styles .col-lg-pull-2{right:16.66667%}.bootstrap-styles .col-lg-pull-3{right:25%}.bootstrap-styles .col-lg-pull-4{right:33.33333%}.bootstrap-styles .col-lg-pull-5{right:41.66667%}.bootstrap-styles .col-lg-pull-6{right:50%}.bootstrap-styles .col-lg-pull-7{right:58.33333%}.bootstrap-styles .col-lg-pull-8{right:66.66667%}.bootstrap-styles .col-lg-pull-9{right:75%}.bootstrap-styles .col-lg-pull-10{right:83.33333%}.bootstrap-styles .col-lg-pull-11{right:91.66667%}.bootstrap-styles .col-lg-pull-12{right:100%}.bootstrap-styles .col-lg-push-0{left:auto}.bootstrap-styles .col-lg-push-1{left:8.33333%}.bootstrap-styles .col-lg-push-2{left:16.66667%}.bootstrap-styles .col-lg-push-3{left:25%}.bootstrap-styles .col-lg-push-4{left:33.33333%}.bootstrap-styles .col-lg-push-5{left:41.66667%}.bootstrap-styles .col-lg-push-6{left:50%}.bootstrap-styles .col-lg-push-7{left:58.33333%}.bootstrap-styles .col-lg-push-8{left:66.66667%}.bootstrap-styles .col-lg-push-9{left:75%}.bootstrap-styles .col-lg-push-10{left:83.33333%}.bootstrap-styles .col-lg-push-11{left:91.66667%}.bootstrap-styles .col-lg-push-12{left:100%}.bootstrap-styles .col-lg-offset-0{margin-left:0}.bootstrap-styles .col-lg-offset-1{margin-left:8.33333%}.bootstrap-styles .col-lg-offset-2{margin-left:16.66667%}.bootstrap-styles .col-lg-offset-3{margin-left:25%}.bootstrap-styles .col-lg-offset-4{margin-left:33.33333%}.bootstrap-styles .col-lg-offset-5{margin-left:41.66667%}.bootstrap-styles .col-lg-offset-6{margin-left:50%}.bootstrap-styles .col-lg-offset-7{margin-left:58.33333%}.bootstrap-styles .col-lg-offset-8{margin-left:66.66667%}.bootstrap-styles .col-lg-offset-9{margin-left:75%}.bootstrap-styles .col-lg-offset-10{margin-left:83.33333%}.bootstrap-styles .col-lg-offset-11{margin-left:91.66667%}.bootstrap-styles .col-lg-offset-12{margin-left:100%}}.bootstrap-styles table{border-collapse:collapse;border-spacing:0;background-color:transparent}.bootstrap-styles caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}.bootstrap-styles th{text-align:left}.bootstrap-styles .table{width:100%;max-width:100%;margin-bottom:22px}.bootstrap-styles .table>tbody>tr>td,.bootstrap-styles .table>tbody>tr>th,.bootstrap-styles .table>tfoot>tr>td,.bootstrap-styles .table>tfoot>tr>th,.bootstrap-styles .table>thead>tr>td,.bootstrap-styles .table>thead>tr>th{padding:8px;line-height:1.42857;vertical-align:top;border-top:1px solid #ddd}.bootstrap-styles .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.bootstrap-styles .table>caption+thead>tr:first-child>td,.bootstrap-styles .table>caption+thead>tr:first-child>th,.bootstrap-styles .table>colgroup+thead>tr:first-child>td,.bootstrap-styles .table>colgroup+thead>tr:first-child>th,.bootstrap-styles .table>thead:first-child>tr:first-child>td,.bootstrap-styles .table>thead:first-child>tr:first-child>th{border-top:0}.bootstrap-styles .table>tbody+tbody{border-top:2px solid #ddd}.bootstrap-styles .table .table{background-color:#fff}.bootstrap-styles .table-condensed>tbody>tr>td,.bootstrap-styles .table-condensed>tbody>tr>th,.bootstrap-styles .table-condensed>tfoot>tr>td,.bootstrap-styles .table-condensed>tfoot>tr>th,.bootstrap-styles .table-condensed>thead>tr>td,.bootstrap-styles .table-condensed>thead>tr>th{padding:5px}.bootstrap-styles .table-bordered,.bootstrap-styles .table-bordered>tbody>tr>td,.bootstrap-styles .table-bordered>tbody>tr>th,.bootstrap-styles .table-bordered>tfoot>tr>td,.bootstrap-styles .table-bordered>tfoot>tr>th,.bootstrap-styles .table-bordered>thead>tr>td,.bootstrap-styles .table-bordered>thead>tr>th{border:1px solid #ddd}.bootstrap-styles .table-bordered>thead>tr>td,.bootstrap-styles .table-bordered>thead>tr>th{border-bottom-width:2px}.bootstrap-styles .table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.bootstrap-styles .table-hover>tbody>tr:hover,.bootstrap-styles .table>tbody>tr.active>td,.bootstrap-styles .table>tbody>tr.active>th,.bootstrap-styles .table>tbody>tr>td.active,.bootstrap-styles .table>tbody>tr>th.active,.bootstrap-styles .table>tfoot>tr.active>td,.bootstrap-styles .table>tfoot>tr.active>th,.bootstrap-styles .table>tfoot>tr>td.active,.bootstrap-styles .table>tfoot>tr>th.active,.bootstrap-styles .table>thead>tr.active>td,.bootstrap-styles .table>thead>tr.active>th,.bootstrap-styles .table>thead>tr>td.active,.bootstrap-styles .table>thead>tr>th.active{background-color:#f5f5f5}.bootstrap-styles table col[class*=col-]{position:static;float:none;display:table-column}.bootstrap-styles table td[class*=col-],.bootstrap-styles table th[class*=col-]{position:static;float:none;display:table-cell}.bootstrap-styles .table-hover>tbody>tr.active:hover>td,.bootstrap-styles .table-hover>tbody>tr.active:hover>th,.bootstrap-styles .table-hover>tbody>tr:hover>.active,.bootstrap-styles .table-hover>tbody>tr>td.active:hover,.bootstrap-styles .table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.bootstrap-styles .table>tbody>tr.success>td,.bootstrap-styles .table>tbody>tr.success>th,.bootstrap-styles .table>tbody>tr>td.success,.bootstrap-styles .table>tbody>tr>th.success,.bootstrap-styles .table>tfoot>tr.success>td,.bootstrap-styles .table>tfoot>tr.success>th,.bootstrap-styles .table>tfoot>tr>td.success,.bootstrap-styles .table>tfoot>tr>th.success,.bootstrap-styles .table>thead>tr.success>td,.bootstrap-styles .table>thead>tr.success>th,.bootstrap-styles .table>thead>tr>td.success,.bootstrap-styles .table>thead>tr>th.success{background-color:#dff0d8}.bootstrap-styles .table-hover>tbody>tr.success:hover>td,.bootstrap-styles .table-hover>tbody>tr.success:hover>th,.bootstrap-styles .table-hover>tbody>tr:hover>.success,.bootstrap-styles .table-hover>tbody>tr>td.success:hover,.bootstrap-styles .table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.bootstrap-styles .table>tbody>tr.info>td,.bootstrap-styles .table>tbody>tr.info>th,.bootstrap-styles .table>tbody>tr>td.info,.bootstrap-styles .table>tbody>tr>th.info,.bootstrap-styles .table>tfoot>tr.info>td,.bootstrap-styles .table>tfoot>tr.info>th,.bootstrap-styles .table>tfoot>tr>td.info,.bootstrap-styles .table>tfoot>tr>th.info,.bootstrap-styles .table>thead>tr.info>td,.bootstrap-styles .table>thead>tr.info>th,.bootstrap-styles .table>thead>tr>td.info,.bootstrap-styles .table>thead>tr>th.info{background-color:#d9edf7}.bootstrap-styles .table-hover>tbody>tr.info:hover>td,.bootstrap-styles .table-hover>tbody>tr.info:hover>th,.bootstrap-styles .table-hover>tbody>tr:hover>.info,.bootstrap-styles .table-hover>tbody>tr>td.info:hover,.bootstrap-styles .table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.bootstrap-styles .table>tbody>tr.warning>td,.bootstrap-styles .table>tbody>tr.warning>th,.bootstrap-styles .table>tbody>tr>td.warning,.bootstrap-styles .table>tbody>tr>th.warning,.bootstrap-styles .table>tfoot>tr.warning>td,.bootstrap-styles .table>tfoot>tr.warning>th,.bootstrap-styles .table>tfoot>tr>td.warning,.bootstrap-styles .table>tfoot>tr>th.warning,.bootstrap-styles .table>thead>tr.warning>td,.bootstrap-styles .table>thead>tr.warning>th,.bootstrap-styles .table>thead>tr>td.warning,.bootstrap-styles .table>thead>tr>th.warning{background-color:#fcf8e3}.bootstrap-styles .table-hover>tbody>tr.warning:hover>td,.bootstrap-styles .table-hover>tbody>tr.warning:hover>th,.bootstrap-styles .table-hover>tbody>tr:hover>.warning,.bootstrap-styles .table-hover>tbody>tr>td.warning:hover,.bootstrap-styles .table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.bootstrap-styles .table>tbody>tr.danger>td,.bootstrap-styles .table>tbody>tr.danger>th,.bootstrap-styles .table>tbody>tr>td.danger,.bootstrap-styles .table>tbody>tr>th.danger,.bootstrap-styles .table>tfoot>tr.danger>td,.bootstrap-styles .table>tfoot>tr.danger>th,.bootstrap-styles .table>tfoot>tr>td.danger,.bootstrap-styles .table>tfoot>tr>th.danger,.bootstrap-styles .table>thead>tr.danger>td,.bootstrap-styles .table>thead>tr.danger>th,.bootstrap-styles .table>thead>tr>td.danger,.bootstrap-styles .table>thead>tr>th.danger{background-color:#f2dede}.bootstrap-styles .table-hover>tbody>tr.danger:hover>td,.bootstrap-styles .table-hover>tbody>tr.danger:hover>th,.bootstrap-styles .table-hover>tbody>tr:hover>.danger,.bootstrap-styles .table-hover>tbody>tr>td.danger:hover,.bootstrap-styles .table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.bootstrap-styles .table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.bootstrap-styles .table-responsive{width:100%;margin-bottom:16.5px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.bootstrap-styles .table-responsive>.table{margin-bottom:0}.bootstrap-styles .table-responsive>.table>tbody>tr>td,.bootstrap-styles .table-responsive>.table>tbody>tr>th,.bootstrap-styles .table-responsive>.table>tfoot>tr>td,.bootstrap-styles .table-responsive>.table>tfoot>tr>th,.bootstrap-styles .table-responsive>.table>thead>tr>td,.bootstrap-styles .table-responsive>.table>thead>tr>th{white-space:nowrap}.bootstrap-styles .table-responsive>.table-bordered{border:0}.bootstrap-styles .table-responsive>.table-bordered>tbody>tr>td:first-child,.bootstrap-styles .table-responsive>.table-bordered>tbody>tr>th:first-child,.bootstrap-styles .table-responsive>.table-bordered>tfoot>tr>td:first-child,.bootstrap-styles .table-responsive>.table-bordered>tfoot>tr>th:first-child,.bootstrap-styles .table-responsive>.table-bordered>thead>tr>td:first-child,.bootstrap-styles .table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.bootstrap-styles .table-responsive>.table-bordered>tbody>tr>td:last-child,.bootstrap-styles .table-responsive>.table-bordered>tbody>tr>th:last-child,.bootstrap-styles .table-responsive>.table-bordered>tfoot>tr>td:last-child,.bootstrap-styles .table-responsive>.table-bordered>tfoot>tr>th:last-child,.bootstrap-styles .table-responsive>.table-bordered>thead>tr>td:last-child,.bootstrap-styles .table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.bootstrap-styles .table-responsive>.table-bordered>tbody>tr:last-child>td,.bootstrap-styles .table-responsive>.table-bordered>tbody>tr:last-child>th,.bootstrap-styles .table-responsive>.table-bordered>tfoot>tr:last-child>td,.bootstrap-styles .table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.bootstrap-styles fieldset{padding:0;margin:0;border:0;min-width:0}.bootstrap-styles legend{display:block;width:100%;padding:0;margin-bottom:22px;font-size:24px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.bootstrap-styles label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.bootstrap-styles input[type=search]{box-sizing:border-box;-webkit-appearance:none}.bootstrap-styles input[type=checkbox],.bootstrap-styles input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}.bootstrap-styles .form-control,.bootstrap-styles output{font-size:16px;line-height:1.42857;color:#8e8e8e;display:block}.bootstrap-styles input[type=file]{display:block}.bootstrap-styles input[type=range]{display:block;width:100%}.bootstrap-styles select[multiple],.bootstrap-styles select[size]{height:auto}.bootstrap-styles input[type=file]:focus,.bootstrap-styles input[type=checkbox]:focus,.bootstrap-styles input[type=radio]:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.bootstrap-styles output{padding-top:7px}.bootstrap-styles .form-control{width:100%;height:36px;padding:6px 12px;background-color:#efefef;background-image:none;border:1px solid #ccc;border-radius:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bootstrap-styles .form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.bootstrap-styles .form-control::-moz-placeholder{color:#999;opacity:1}.bootstrap-styles .form-control:-ms-input-placeholder{color:#999}.bootstrap-styles .form-control::-webkit-input-placeholder{color:#999}.bootstrap-styles .has-success .checkbox,.bootstrap-styles .has-success .checkbox-inline,.bootstrap-styles .has-success .control-label,.bootstrap-styles .has-success .form-control-feedback,.bootstrap-styles .has-success .help-block,.bootstrap-styles .has-success .radio,.bootstrap-styles .has-success .radio-inline,.bootstrap-styles .has-success.checkbox label,.bootstrap-styles .has-success.checkbox-inline label,.bootstrap-styles .has-success.radio label,.bootstrap-styles .has-success.radio-inline label{color:#3c763d}.bootstrap-styles .form-control::-ms-expand{border:0;background-color:transparent}.bootstrap-styles .form-control[disabled],.bootstrap-styles .form-control[readonly],fieldset[disabled] .bootstrap-styles .form-control{background-color:#eee;opacity:1}.bootstrap-styles .form-control[disabled],fieldset[disabled] .bootstrap-styles .form-control{cursor:not-allowed}.bootstrap-styles textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){.bootstrap-styles input[type=date].form-control,.bootstrap-styles input[type=time].form-control,.bootstrap-styles input[type=datetime-local].form-control,.bootstrap-styles input[type=month].form-control{line-height:36px}.bootstrap-styles .input-group-sm>.input-group-btn>input[type=date].btn,.bootstrap-styles .input-group-sm>.input-group-btn>input[type=time].btn,.bootstrap-styles .input-group-sm>.input-group-btn>input[type=datetime-local].btn,.bootstrap-styles .input-group-sm>.input-group-btn>input[type=month].btn,.bootstrap-styles .input-group-sm>input[type=date].form-control,.bootstrap-styles .input-group-sm>input[type=date].input-group-addon,.bootstrap-styles .input-group-sm>input[type=time].form-control,.bootstrap-styles .input-group-sm>input[type=time].input-group-addon,.bootstrap-styles .input-group-sm>input[type=datetime-local].form-control,.bootstrap-styles .input-group-sm>input[type=datetime-local].input-group-addon,.bootstrap-styles .input-group-sm>input[type=month].form-control,.bootstrap-styles .input-group-sm>input[type=month].input-group-addon,.bootstrap-styles input[type=date].input-sm,.bootstrap-styles input[type=time].input-sm,.bootstrap-styles input[type=datetime-local].input-sm,.bootstrap-styles input[type=month].input-sm,.input-group-sm .bootstrap-styles input[type=date],.input-group-sm .bootstrap-styles input[type=time],.input-group-sm .bootstrap-styles input[type=datetime-local],.input-group-sm .bootstrap-styles input[type=month]{line-height:33px}.bootstrap-styles .input-group-lg>.input-group-btn>input[type=date].btn,.bootstrap-styles .input-group-lg>.input-group-btn>input[type=time].btn,.bootstrap-styles .input-group-lg>.input-group-btn>input[type=datetime-local].btn,.bootstrap-styles .input-group-lg>.input-group-btn>input[type=month].btn,.bootstrap-styles .input-group-lg>input[type=date].form-control,.bootstrap-styles .input-group-lg>input[type=date].input-group-addon,.bootstrap-styles .input-group-lg>input[type=time].form-control,.bootstrap-styles .input-group-lg>input[type=time].input-group-addon,.bootstrap-styles .input-group-lg>input[type=datetime-local].form-control,.bootstrap-styles .input-group-lg>input[type=datetime-local].input-group-addon,.bootstrap-styles .input-group-lg>input[type=month].form-control,.bootstrap-styles .input-group-lg>input[type=month].input-group-addon,.bootstrap-styles input[type=date].input-lg,.bootstrap-styles input[type=time].input-lg,.bootstrap-styles input[type=datetime-local].input-lg,.bootstrap-styles input[type=month].input-lg,.input-group-lg .bootstrap-styles input[type=date],.input-group-lg .bootstrap-styles input[type=time],.input-group-lg .bootstrap-styles input[type=datetime-local],.input-group-lg .bootstrap-styles input[type=month]{line-height:49px}}.bootstrap-styles .form-group{margin-bottom:15px}.bootstrap-styles .checkbox,.bootstrap-styles .radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.bootstrap-styles .checkbox label,.bootstrap-styles .radio label{min-height:22px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.bootstrap-styles .checkbox input[type=checkbox],.bootstrap-styles .checkbox-inline input[type=checkbox],.bootstrap-styles .radio input[type=radio],.bootstrap-styles .radio-inline input[type=radio]{position:absolute;margin-left:-20px;margin-top:4px\9}.bootstrap-styles .checkbox+.checkbox,.bootstrap-styles .radio+.radio{margin-top:-5px}.bootstrap-styles .checkbox-inline,.bootstrap-styles .radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.bootstrap-styles .checkbox-inline+.checkbox-inline,.bootstrap-styles .radio-inline+.radio-inline{margin-top:0;margin-left:10px}.bootstrap-styles .checkbox-inline.disabled,.bootstrap-styles .checkbox.disabled label,.bootstrap-styles .radio-inline.disabled,.bootstrap-styles .radio.disabled label,.bootstrap-styles input[type=checkbox].disabled,.bootstrap-styles input[type=checkbox][disabled],.bootstrap-styles input[type=radio].disabled,.bootstrap-styles input[type=radio][disabled],fieldset[disabled] .bootstrap-styles .checkbox label,fieldset[disabled] .bootstrap-styles .checkbox-inline,fieldset[disabled] .bootstrap-styles .radio label,fieldset[disabled] .bootstrap-styles .radio-inline,fieldset[disabled] .bootstrap-styles input[type=checkbox],fieldset[disabled] .bootstrap-styles input[type=radio]{cursor:not-allowed}.bootstrap-styles .form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:38px}.bootstrap-styles .form-control-static.input-lg,.bootstrap-styles .form-control-static.input-sm,.bootstrap-styles .input-group-lg>.form-control-static.form-control,.bootstrap-styles .input-group-lg>.form-control-static.input-group-addon,.bootstrap-styles .input-group-lg>.input-group-btn>.form-control-static.btn,.bootstrap-styles .input-group-sm>.form-control-static.form-control,.bootstrap-styles .input-group-sm>.form-control-static.input-group-addon,.bootstrap-styles .input-group-sm>.input-group-btn>.form-control-static.btn{padding-left:0;padding-right:0}.bootstrap-styles .input-group-sm>.form-control,.bootstrap-styles .input-group-sm>.input-group-addon,.bootstrap-styles .input-group-sm>.input-group-btn>.btn,.bootstrap-styles .input-sm{height:33px;padding:5px 10px;font-size:14px;line-height:1.5;border-radius:3px}.bootstrap-styles .input-group-sm>.input-group-btn>select.btn,.bootstrap-styles .input-group-sm>select.form-control,.bootstrap-styles .input-group-sm>select.input-group-addon,.bootstrap-styles select.input-sm{height:33px;line-height:33px}.bootstrap-styles .input-group-sm>.input-group-btn>select[multiple].btn,.bootstrap-styles .input-group-sm>.input-group-btn>textarea.btn,.bootstrap-styles .input-group-sm>select[multiple].form-control,.bootstrap-styles .input-group-sm>select[multiple].input-group-addon,.bootstrap-styles .input-group-sm>textarea.form-control,.bootstrap-styles .input-group-sm>textarea.input-group-addon,.bootstrap-styles select[multiple].input-sm,.bootstrap-styles textarea.input-sm{height:auto}.bootstrap-styles .form-group-sm .form-control{height:33px;padding:5px 10px;font-size:14px;line-height:1.5;border-radius:3px}.bootstrap-styles .form-group-sm select.form-control{height:33px;line-height:33px}.bootstrap-styles .form-group-sm select[multiple].form-control,.bootstrap-styles .form-group-sm textarea.form-control{height:auto}.bootstrap-styles .form-group-sm .form-control-static{height:33px;min-height:36px;padding:6px 10px;font-size:14px;line-height:1.5}.bootstrap-styles .input-group-lg>.form-control,.bootstrap-styles .input-group-lg>.input-group-addon,.bootstrap-styles .input-group-lg>.input-group-btn>.btn,.bootstrap-styles .input-lg{height:49px;padding:10px 16px;font-size:20px;line-height:1.33333;border-radius:6px}.bootstrap-styles .input-group-lg>.input-group-btn>select.btn,.bootstrap-styles .input-group-lg>select.form-control,.bootstrap-styles .input-group-lg>select.input-group-addon,.bootstrap-styles select.input-lg{height:49px;line-height:49px}.bootstrap-styles .input-group-lg>.input-group-btn>select[multiple].btn,.bootstrap-styles .input-group-lg>.input-group-btn>textarea.btn,.bootstrap-styles .input-group-lg>select[multiple].form-control,.bootstrap-styles .input-group-lg>select[multiple].input-group-addon,.bootstrap-styles .input-group-lg>textarea.form-control,.bootstrap-styles .input-group-lg>textarea.input-group-addon,.bootstrap-styles select[multiple].input-lg,.bootstrap-styles textarea.input-lg{height:auto}.bootstrap-styles .form-group-lg .form-control{height:49px;padding:10px 16px;font-size:20px;line-height:1.33333;border-radius:6px}.bootstrap-styles .form-group-lg select.form-control{height:49px;line-height:49px}.bootstrap-styles .form-group-lg select[multiple].form-control,.bootstrap-styles .form-group-lg textarea.form-control{height:auto}.bootstrap-styles .form-group-lg .form-control-static{height:49px;min-height:42px;padding:11px 16px;font-size:20px;line-height:1.33333}.bootstrap-styles .has-feedback{position:relative}.bootstrap-styles .has-feedback .form-control{padding-right:45px}.bootstrap-styles .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:36px;height:36px;line-height:36px;text-align:center;pointer-events:none}.bootstrap-styles .form-group-lg .form-control+.form-control-feedback,.bootstrap-styles .input-group-lg+.form-control-feedback,.bootstrap-styles .input-group-lg>.form-control+.form-control-feedback,.bootstrap-styles .input-group-lg>.input-group-addon+.form-control-feedback,.bootstrap-styles .input-group-lg>.input-group-btn>.btn+.form-control-feedback,.bootstrap-styles .input-lg+.form-control-feedback{width:49px;height:49px;line-height:49px}.bootstrap-styles .form-group-sm .form-control+.form-control-feedback,.bootstrap-styles .input-group-sm+.form-control-feedback,.bootstrap-styles .input-group-sm>.form-control+.form-control-feedback,.bootstrap-styles .input-group-sm>.input-group-addon+.form-control-feedback,.bootstrap-styles .input-group-sm>.input-group-btn>.btn+.form-control-feedback,.bootstrap-styles .input-sm+.form-control-feedback{width:33px;height:33px;line-height:33px}.bootstrap-styles .has-success .form-control{border-color:#3c763d;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bootstrap-styles .has-success .form-control:focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.bootstrap-styles .has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.bootstrap-styles .has-warning .checkbox,.bootstrap-styles .has-warning .checkbox-inline,.bootstrap-styles .has-warning .control-label,.bootstrap-styles .has-warning .form-control-feedback,.bootstrap-styles .has-warning .help-block,.bootstrap-styles .has-warning .radio,.bootstrap-styles .has-warning .radio-inline,.bootstrap-styles .has-warning.checkbox label,.bootstrap-styles .has-warning.checkbox-inline label,.bootstrap-styles .has-warning.radio label,.bootstrap-styles .has-warning.radio-inline label{color:#8a6d3b}.bootstrap-styles .has-warning .form-control{border-color:#8a6d3b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bootstrap-styles .has-warning .form-control:focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.bootstrap-styles .has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.bootstrap-styles .has-error .checkbox,.bootstrap-styles .has-error .checkbox-inline,.bootstrap-styles .has-error .control-label,.bootstrap-styles .has-error .form-control-feedback,.bootstrap-styles .has-error .help-block,.bootstrap-styles .has-error .radio,.bootstrap-styles .has-error .radio-inline,.bootstrap-styles .has-error.checkbox label,.bootstrap-styles .has-error.checkbox-inline label,.bootstrap-styles .has-error.radio label,.bootstrap-styles .has-error.radio-inline label{color:#a94442}.bootstrap-styles .has-error .form-control{border-color:#a94442;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.bootstrap-styles .has-error .form-control:focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.bootstrap-styles .has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.bootstrap-styles .has-feedback label~.form-control-feedback{top:27px}.bootstrap-styles .has-feedback label.sr-only~.form-control-feedback{top:0}.bootstrap-styles .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#404040}@media (min-width:768px){.bootstrap-styles .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.bootstrap-styles .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap-styles .form-inline .form-control-static{display:inline-block}.bootstrap-styles .form-inline .input-group{display:inline-table;vertical-align:middle}.bootstrap-styles .form-inline .input-group .form-control,.bootstrap-styles .form-inline .input-group .input-group-addon,.bootstrap-styles .form-inline .input-group .input-group-btn{width:auto}.bootstrap-styles .form-inline .input-group>.form-control{width:100%}.bootstrap-styles .form-inline .control-label{margin-bottom:0;vertical-align:middle}.bootstrap-styles .form-inline .checkbox,.bootstrap-styles .form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.bootstrap-styles .form-inline .checkbox label,.bootstrap-styles .form-inline .radio label{padding-left:0}.bootstrap-styles .form-inline .checkbox input[type=checkbox],.bootstrap-styles .form-inline .radio input[type=radio]{position:relative;margin-left:0}.bootstrap-styles .form-inline .has-feedback .form-control-feedback{top:0}.bootstrap-styles .form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.bootstrap-styles .form-horizontal .checkbox,.bootstrap-styles .form-horizontal .checkbox-inline,.bootstrap-styles .form-horizontal .radio,.bootstrap-styles .form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}.bootstrap-styles .form-horizontal .checkbox,.bootstrap-styles .form-horizontal .radio{min-height:29px}.bootstrap-styles .form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.bootstrap-styles .form-horizontal .form-group:after,.bootstrap-styles .form-horizontal .form-group:before{content:" ";display:table}.bootstrap-styles .form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.bootstrap-styles .form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:20px}.bootstrap-styles .form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:14px}}.bootstrap-styles .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:16px;line-height:1.42857;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-styles .btn.active.focus,.bootstrap-styles .btn.active:focus,.bootstrap-styles .btn.focus,.bootstrap-styles .btn:active.focus,.bootstrap-styles .btn:active:focus,.bootstrap-styles .btn:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.bootstrap-styles .btn.focus,.bootstrap-styles .btn:focus,.bootstrap-styles .btn:hover{color:#000;text-decoration:none}.bootstrap-styles .btn.active,.bootstrap-styles .btn:active{outline:0;background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.bootstrap-styles .btn.disabled,.bootstrap-styles .btn[disabled],fieldset[disabled] .bootstrap-styles .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);box-shadow:none}.bootstrap-styles a.btn.disabled,fieldset[disabled] .bootstrap-styles a.btn{pointer-events:none}.bootstrap-styles .btn-default{color:#000;background-color:#fff;border-color:#ccc}.bootstrap-styles .btn-default.focus,.bootstrap-styles .btn-default:focus{color:#000;background-color:#e6e6e6;border-color:#8c8c8c}.bootstrap-styles .btn-default.active,.bootstrap-styles .btn-default:active,.bootstrap-styles .btn-default:hover,.open>.bootstrap-styles .btn-default.dropdown-toggle{color:#000;background-color:#e6e6e6;border-color:#adadad}.bootstrap-styles .btn-default.active.focus,.bootstrap-styles .btn-default.active:focus,.bootstrap-styles .btn-default.active:hover,.bootstrap-styles .btn-default:active.focus,.bootstrap-styles .btn-default:active:focus,.bootstrap-styles .btn-default:active:hover,.open>.bootstrap-styles .btn-default.dropdown-toggle.focus,.open>.bootstrap-styles .btn-default.dropdown-toggle:focus,.open>.bootstrap-styles .btn-default.dropdown-toggle:hover{color:#000;background-color:#d4d4d4;border-color:#8c8c8c}.bootstrap-styles .btn-default.active,.bootstrap-styles .btn-default:active,.open>.bootstrap-styles .btn-default.dropdown-toggle{background-image:none}.bootstrap-styles .btn-default.disabled.focus,.bootstrap-styles .btn-default.disabled:focus,.bootstrap-styles .btn-default.disabled:hover,.bootstrap-styles .btn-default[disabled].focus,.bootstrap-styles .btn-default[disabled]:focus,.bootstrap-styles .btn-default[disabled]:hover,fieldset[disabled] .bootstrap-styles .btn-default.focus,fieldset[disabled] .bootstrap-styles .btn-default:focus,fieldset[disabled] .bootstrap-styles .btn-default:hover{background-color:#fff;border-color:#ccc}.bootstrap-styles .btn-default .badge{color:#fff;background-color:#000}.bootstrap-styles .btn-primary{color:#000;background-color:#ffed00;border-color:#ffed00}.bootstrap-styles .btn-primary.focus,.bootstrap-styles .btn-primary:focus{color:#000;background-color:#ccbe00;border-color:#807700}.bootstrap-styles .btn-primary.active,.bootstrap-styles .btn-primary:active,.bootstrap-styles .btn-primary:hover,.open>.bootstrap-styles .btn-primary.dropdown-toggle{color:#000;background-color:#ccbe00;border-color:#c2b400}.bootstrap-styles .btn-primary.active.focus,.bootstrap-styles .btn-primary.active:focus,.bootstrap-styles .btn-primary.active:hover,.bootstrap-styles .btn-primary:active.focus,.bootstrap-styles .btn-primary:active:focus,.bootstrap-styles .btn-primary:active:hover,.open>.bootstrap-styles .btn-primary.dropdown-toggle.focus,.open>.bootstrap-styles .btn-primary.dropdown-toggle:focus,.open>.bootstrap-styles .btn-primary.dropdown-toggle:hover{color:#000;background-color:#a89c00;border-color:#807700}.bootstrap-styles .btn-primary.active,.bootstrap-styles .btn-primary:active,.open>.bootstrap-styles .btn-primary.dropdown-toggle{background-image:none}.bootstrap-styles .btn-primary.disabled.focus,.bootstrap-styles .btn-primary.disabled:focus,.bootstrap-styles .btn-primary.disabled:hover,.bootstrap-styles .btn-primary[disabled].focus,.bootstrap-styles .btn-primary[disabled]:focus,.bootstrap-styles .btn-primary[disabled]:hover,fieldset[disabled] .bootstrap-styles .btn-primary.focus,fieldset[disabled] .bootstrap-styles .btn-primary:focus,fieldset[disabled] .bootstrap-styles .btn-primary:hover{background-color:#ffed00;border-color:#ffed00}.bootstrap-styles .btn-primary .badge{color:#ffed00;background-color:#000}.bootstrap-styles .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.bootstrap-styles .btn-success.focus,.bootstrap-styles .btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.bootstrap-styles .btn-success.active,.bootstrap-styles .btn-success:active,.bootstrap-styles .btn-success:hover,.open>.bootstrap-styles .btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#398439}.bootstrap-styles .btn-success.active.focus,.bootstrap-styles .btn-success.active:focus,.bootstrap-styles .btn-success.active:hover,.bootstrap-styles .btn-success:active.focus,.bootstrap-styles .btn-success:active:focus,.bootstrap-styles .btn-success:active:hover,.open>.bootstrap-styles .btn-success.dropdown-toggle.focus,.open>.bootstrap-styles .btn-success.dropdown-toggle:focus,.open>.bootstrap-styles .btn-success.dropdown-toggle:hover{color:#fff;background-color:#398439;border-color:#255625}.bootstrap-styles .btn-success.active,.bootstrap-styles .btn-success:active,.open>.bootstrap-styles .btn-success.dropdown-toggle{background-image:none}.bootstrap-styles .btn-success.disabled.focus,.bootstrap-styles .btn-success.disabled:focus,.bootstrap-styles .btn-success.disabled:hover,.bootstrap-styles .btn-success[disabled].focus,.bootstrap-styles .btn-success[disabled]:focus,.bootstrap-styles .btn-success[disabled]:hover,fieldset[disabled] .bootstrap-styles .btn-success.focus,fieldset[disabled] .bootstrap-styles .btn-success:focus,fieldset[disabled] .bootstrap-styles .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.bootstrap-styles .btn-success .badge{color:#5cb85c;background-color:#fff}.bootstrap-styles .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.bootstrap-styles .btn-info.focus,.bootstrap-styles .btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.bootstrap-styles .btn-info.active,.bootstrap-styles .btn-info:active,.bootstrap-styles .btn-info:hover,.open>.bootstrap-styles .btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#269abc}.bootstrap-styles .btn-info.active.focus,.bootstrap-styles .btn-info.active:focus,.bootstrap-styles .btn-info.active:hover,.bootstrap-styles .btn-info:active.focus,.bootstrap-styles .btn-info:active:focus,.bootstrap-styles .btn-info:active:hover,.open>.bootstrap-styles .btn-info.dropdown-toggle.focus,.open>.bootstrap-styles .btn-info.dropdown-toggle:focus,.open>.bootstrap-styles .btn-info.dropdown-toggle:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.bootstrap-styles .btn-info.active,.bootstrap-styles .btn-info:active,.open>.bootstrap-styles .btn-info.dropdown-toggle{background-image:none}.bootstrap-styles .btn-info.disabled.focus,.bootstrap-styles .btn-info.disabled:focus,.bootstrap-styles .btn-info.disabled:hover,.bootstrap-styles .btn-info[disabled].focus,.bootstrap-styles .btn-info[disabled]:focus,.bootstrap-styles .btn-info[disabled]:hover,fieldset[disabled] .bootstrap-styles .btn-info.focus,fieldset[disabled] .bootstrap-styles .btn-info:focus,fieldset[disabled] .bootstrap-styles .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.bootstrap-styles .btn-info .badge{color:#5bc0de;background-color:#fff}.bootstrap-styles .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.bootstrap-styles .btn-warning.focus,.bootstrap-styles .btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.bootstrap-styles .btn-warning.active,.bootstrap-styles .btn-warning:active,.bootstrap-styles .btn-warning:hover,.open>.bootstrap-styles .btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#d58512}.bootstrap-styles .btn-warning.active.focus,.bootstrap-styles .btn-warning.active:focus,.bootstrap-styles .btn-warning.active:hover,.bootstrap-styles .btn-warning:active.focus,.bootstrap-styles .btn-warning:active:focus,.bootstrap-styles .btn-warning:active:hover,.open>.bootstrap-styles .btn-warning.dropdown-toggle.focus,.open>.bootstrap-styles .btn-warning.dropdown-toggle:focus,.open>.bootstrap-styles .btn-warning.dropdown-toggle:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.bootstrap-styles .btn-warning.active,.bootstrap-styles .btn-warning:active,.open>.bootstrap-styles .btn-warning.dropdown-toggle{background-image:none}.bootstrap-styles .btn-warning.disabled.focus,.bootstrap-styles .btn-warning.disabled:focus,.bootstrap-styles .btn-warning.disabled:hover,.bootstrap-styles .btn-warning[disabled].focus,.bootstrap-styles .btn-warning[disabled]:focus,.bootstrap-styles .btn-warning[disabled]:hover,fieldset[disabled] .bootstrap-styles .btn-warning.focus,fieldset[disabled] .bootstrap-styles .btn-warning:focus,fieldset[disabled] .bootstrap-styles .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.bootstrap-styles .btn-warning .badge{color:#f0ad4e;background-color:#fff}.bootstrap-styles .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.bootstrap-styles .btn-danger.focus,.bootstrap-styles .btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.bootstrap-styles .btn-danger.active,.bootstrap-styles .btn-danger:active,.bootstrap-styles .btn-danger:hover,.open>.bootstrap-styles .btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#ac2925}.bootstrap-styles .btn-danger.active.focus,.bootstrap-styles .btn-danger.active:focus,.bootstrap-styles .btn-danger.active:hover,.bootstrap-styles .btn-danger:active.focus,.bootstrap-styles .btn-danger:active:focus,.bootstrap-styles .btn-danger:active:hover,.open>.bootstrap-styles .btn-danger.dropdown-toggle.focus,.open>.bootstrap-styles .btn-danger.dropdown-toggle:focus,.open>.bootstrap-styles .btn-danger.dropdown-toggle:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.bootstrap-styles .btn-danger.active,.bootstrap-styles .btn-danger:active,.open>.bootstrap-styles .btn-danger.dropdown-toggle{background-image:none}.bootstrap-styles .btn-danger.disabled.focus,.bootstrap-styles .btn-danger.disabled:focus,.bootstrap-styles .btn-danger.disabled:hover,.bootstrap-styles .btn-danger[disabled].focus,.bootstrap-styles .btn-danger[disabled]:focus,.bootstrap-styles .btn-danger[disabled]:hover,fieldset[disabled] .bootstrap-styles .btn-danger.focus,fieldset[disabled] .bootstrap-styles .btn-danger:focus,fieldset[disabled] .bootstrap-styles .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.bootstrap-styles .btn-danger .badge{color:#d9534f;background-color:#fff}.bootstrap-styles .btn-link{color:#ffed00;font-weight:400;border-radius:0}.bootstrap-styles .btn-link,.bootstrap-styles .btn-link.active,.bootstrap-styles .btn-link:active,.bootstrap-styles .btn-link[disabled],fieldset[disabled] .bootstrap-styles .btn-link{background-color:transparent;box-shadow:none}.bootstrap-styles .btn-link,.bootstrap-styles .btn-link:active,.bootstrap-styles .btn-link:focus,.bootstrap-styles .btn-link:hover{border-color:transparent}.bootstrap-styles .btn-link:focus,.bootstrap-styles .btn-link:hover{color:#b3a600;text-decoration:underline;background-color:transparent}.bootstrap-styles .btn-link[disabled]:focus,.bootstrap-styles .btn-link[disabled]:hover,fieldset[disabled] .bootstrap-styles .btn-link:focus,fieldset[disabled] .bootstrap-styles .btn-link:hover{color:#777;text-decoration:none}.bootstrap-styles .btn-group-lg>.btn,.bootstrap-styles .btn-lg{padding:10px 16px;font-size:20px;line-height:1.33333;border-radius:6px}.bootstrap-styles .btn-group-sm>.btn,.bootstrap-styles .btn-sm{padding:5px 10px;font-size:14px;line-height:1.5;border-radius:3px}.bootstrap-styles .btn-group-xs>.btn,.bootstrap-styles .btn-xs{padding:1px 5px;font-size:14px;line-height:1.5;border-radius:3px}.bootstrap-styles .btn-block{display:block;width:100%}.bootstrap-styles .btn-block+.btn-block{margin-top:5px}.bootstrap-styles input[type=button].btn-block,.bootstrap-styles input[type=reset].btn-block,.bootstrap-styles input[type=submit].btn-block{width:100%}.bootstrap-styles .fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.bootstrap-styles .fade.in{opacity:1}.bootstrap-styles .collapse{display:none}.bootstrap-styles .collapse.in{display:block}.bootstrap-styles tr.collapse.in{display:table-row}.bootstrap-styles tbody.collapse.in{display:table-row-group}.bootstrap-styles .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.bootstrap-styles .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.bootstrap-styles .dropdown,.bootstrap-styles .dropup{position:relative}.bootstrap-styles .dropdown-toggle:focus{outline:0}.bootstrap-styles .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:16px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:0;box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.bootstrap-styles .dropdown-menu-right,.bootstrap-styles .dropdown-menu.pull-right{left:auto;right:0}.bootstrap-styles .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.bootstrap-styles .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.bootstrap-styles .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap-styles .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.bootstrap-styles .btn-group>.btn:last-child:not(:first-child),.bootstrap-styles .btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap-styles .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.bootstrap-styles .btn-group-vertical>.btn:first-child:not(:last-child),.bootstrap-styles .btn-group-vertical>.btn:last-child:not(:first-child),.bootstrap-styles .btn-group-vertical>.btn:not(:first-child):not(:last-child),.bootstrap-styles .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.bootstrap-styles .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),.bootstrap-styles .input-group .form-control:not(:first-child):not(:last-child),.bootstrap-styles .input-group-addon:not(:first-child):not(:last-child),.bootstrap-styles .input-group-btn:not(:first-child):not(:last-child){border-radius:0}.bootstrap-styles .dropdown-menu .divider{height:1px;margin:10px 0;overflow:hidden;background-color:#e5e5e5}.bootstrap-styles .dropdown-menu>li>a{display:block;padding:3px 20px;font-weight:400;line-height:1.42857;color:#333;white-space:nowrap}.bootstrap-styles .dropdown-menu>li>a:focus,.bootstrap-styles .dropdown-menu>li>a:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.bootstrap-styles .dropdown-menu>.active>a,.bootstrap-styles .dropdown-menu>.active>a:focus,.bootstrap-styles .dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#ffed00}.bootstrap-styles .dropdown-menu>.disabled>a,.bootstrap-styles .dropdown-menu>.disabled>a:focus,.bootstrap-styles .dropdown-menu>.disabled>a:hover{color:#777}.bootstrap-styles .dropdown-menu>.disabled>a:focus,.bootstrap-styles .dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.bootstrap-styles .open>.dropdown-menu{display:block}.bootstrap-styles .open>a{outline:0}.bootstrap-styles .dropdown-menu-left{left:0;right:auto}.bootstrap-styles .dropdown-header{display:block;padding:3px 20px;font-size:14px;line-height:1.42857;color:#777;white-space:nowrap}.bootstrap-styles .dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.bootstrap-styles .pull-right>.dropdown-menu{right:0;left:auto}.bootstrap-styles .dropup .caret,.bootstrap-styles .navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9;content:""}.bootstrap-styles .dropup .dropdown-menu,.bootstrap-styles .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.bootstrap-styles .navbar-right .dropdown-menu{right:0;left:auto}.bootstrap-styles .navbar-right .dropdown-menu-left{left:0;right:auto}}.bootstrap-styles .btn-group,.bootstrap-styles .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.bootstrap-styles .btn-group-vertical>.btn,.bootstrap-styles .btn-group>.btn{position:relative;float:left}.bootstrap-styles .btn-group-vertical>.btn.active,.bootstrap-styles .btn-group-vertical>.btn:active,.bootstrap-styles .btn-group-vertical>.btn:focus,.bootstrap-styles .btn-group-vertical>.btn:hover,.bootstrap-styles .btn-group>.btn.active,.bootstrap-styles .btn-group>.btn:active,.bootstrap-styles .btn-group>.btn:focus,.bootstrap-styles .btn-group>.btn:hover{z-index:2}.bootstrap-styles .btn-group .btn+.btn,.bootstrap-styles .btn-group .btn+.btn-group,.bootstrap-styles .btn-group .btn-group+.btn,.bootstrap-styles .btn-group .btn-group+.btn-group{margin-left:-1px}.bootstrap-styles .btn-toolbar{margin-left:-5px}.bootstrap-styles .btn-toolbar:after,.bootstrap-styles .btn-toolbar:before{content:" ";display:table}.bootstrap-styles .btn-toolbar>.btn,.bootstrap-styles .btn-toolbar>.btn-group,.bootstrap-styles .btn-toolbar>.input-group{margin-left:5px}.bootstrap-styles .btn .caret,.bootstrap-styles .btn-group>.btn:first-child{margin-left:0}.bootstrap-styles .btn-group .dropdown-toggle:active,.bootstrap-styles .btn-group.open .dropdown-toggle{outline:0}.bootstrap-styles .btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.bootstrap-styles .btn-group-lg.btn-group>.btn+.dropdown-toggle,.bootstrap-styles .btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.bootstrap-styles .btn-group.open .dropdown-toggle{box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.bootstrap-styles .btn-group.open .dropdown-toggle.btn-link{box-shadow:none}.bootstrap-styles .btn-group-lg>.btn .caret,.bootstrap-styles .btn-lg .caret{border-width:5px 5px 0}.bootstrap-styles .dropup .btn-group-lg>.btn .caret,.bootstrap-styles .dropup .btn-lg .caret{border-width:0 5px 5px}.bootstrap-styles .btn-group-vertical>.btn,.bootstrap-styles .btn-group-vertical>.btn-group,.bootstrap-styles .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.bootstrap-styles .btn-group-vertical>.btn-group:after,.bootstrap-styles .btn-group-vertical>.btn-group:before{content:" ";display:table}.bootstrap-styles .btn-group-vertical>.btn-group>.btn{float:none}.bootstrap-styles .btn-group-vertical>.btn+.btn,.bootstrap-styles .btn-group-vertical>.btn+.btn-group,.bootstrap-styles .btn-group-vertical>.btn-group+.btn,.bootstrap-styles .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.bootstrap-styles .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.bootstrap-styles .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-styles .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.bootstrap-styles .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.bootstrap-styles .btn-group-justified>.btn,.bootstrap-styles .btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.bootstrap-styles .btn-group-justified>.btn-group .btn{width:100%}.bootstrap-styles .btn-group-justified>.btn-group .dropdown-menu{left:auto}.bootstrap-styles [data-toggle=buttons]>.btn input[type=checkbox],.bootstrap-styles [data-toggle=buttons]>.btn input[type=radio],.bootstrap-styles [data-toggle=buttons]>.btn-group>.btn input[type=checkbox],.bootstrap-styles [data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.bootstrap-styles .input-group{position:relative;display:table;border-collapse:separate}.bootstrap-styles .input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.bootstrap-styles .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.bootstrap-styles .input-group .form-control:focus{z-index:3}.bootstrap-styles .input-group .form-control,.bootstrap-styles .input-group-addon,.bootstrap-styles .input-group-btn{display:table-cell}.bootstrap-styles .input-group-addon,.bootstrap-styles .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.bootstrap-styles .input-group-addon{padding:6px 12px;font-size:16px;font-weight:400;line-height:1;color:#8e8e8e;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:0}.bootstrap-styles .input-group-addon.input-sm,.bootstrap-styles .input-group-sm>.input-group-addon,.bootstrap-styles .input-group-sm>.input-group-btn>.input-group-addon.btn{padding:5px 10px;font-size:14px;border-radius:3px}.bootstrap-styles .input-group-addon.input-lg,.bootstrap-styles .input-group-lg>.input-group-addon,.bootstrap-styles .input-group-lg>.input-group-btn>.input-group-addon.btn{padding:10px 16px;font-size:20px;border-radius:6px}.bootstrap-styles .input-group-addon input[type=checkbox],.bootstrap-styles .input-group-addon input[type=radio]{margin-top:0}.bootstrap-styles .input-group .form-control:first-child,.bootstrap-styles .input-group-addon:first-child,.bootstrap-styles .input-group-btn:first-child>.btn,.bootstrap-styles .input-group-btn:first-child>.btn-group>.btn,.bootstrap-styles .input-group-btn:first-child>.dropdown-toggle,.bootstrap-styles .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.bootstrap-styles .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap-styles .input-group-addon:first-child{border-right:0}.bootstrap-styles .input-group .form-control:last-child,.bootstrap-styles .input-group-addon:last-child,.bootstrap-styles .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.bootstrap-styles .input-group-btn:first-child>.btn:not(:first-child),.bootstrap-styles .input-group-btn:last-child>.btn,.bootstrap-styles .input-group-btn:last-child>.btn-group>.btn,.bootstrap-styles .input-group-btn:last-child>.dropdown-toggle{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap-styles .input-group-addon:last-child{border-left:0}.bootstrap-styles .input-group-btn{position:relative;font-size:0;white-space:nowrap}.bootstrap-styles .input-group-btn>.btn{position:relative}.bootstrap-styles .input-group-btn>.btn+.btn{margin-left:-1px}.bootstrap-styles .input-group-btn>.btn:active,.bootstrap-styles .input-group-btn>.btn:focus,.bootstrap-styles .input-group-btn>.btn:hover{z-index:2}.bootstrap-styles .input-group-btn:first-child>.btn,.bootstrap-styles .input-group-btn:first-child>.btn-group{margin-right:-1px}.bootstrap-styles .input-group-btn:last-child>.btn,.bootstrap-styles .input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.bootstrap-styles .nav{margin-bottom:0;padding-left:0;list-style:none}.bootstrap-styles .nav:after,.bootstrap-styles .nav:before{content:" ";display:table}.bootstrap-styles .nav>li,.bootstrap-styles .nav>li>a{display:block;position:relative}.bootstrap-styles .nav>li>a{padding:10px 15px}.bootstrap-styles .nav>li>a:focus,.bootstrap-styles .nav>li>a:hover{text-decoration:none;background-color:#eee}.bootstrap-styles .nav>li.disabled>a{color:#777}.bootstrap-styles .nav>li.disabled>a:focus,.bootstrap-styles .nav>li.disabled>a:hover{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.bootstrap-styles .nav .open>a,.bootstrap-styles .nav .open>a:focus,.bootstrap-styles .nav .open>a:hover{background-color:#eee;border-color:#ffed00}.bootstrap-styles .nav .nav-divider{height:1px;margin:10px 0;overflow:hidden;background-color:#e5e5e5}.bootstrap-styles .nav>li>a>img{max-width:none}.bootstrap-styles .nav-tabs{border-bottom:1px solid #ddd}.bootstrap-styles .nav-tabs>li{float:left;margin-bottom:-1px}.bootstrap-styles .nav-tabs>li>a{margin-right:2px;line-height:1.42857;border:1px solid transparent;border-radius:0}.bootstrap-styles .nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.bootstrap-styles .nav-tabs>li.active>a,.bootstrap-styles .nav-tabs>li.active>a:focus,.bootstrap-styles .nav-tabs>li.active>a:hover{color:#8e8e8e;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.bootstrap-styles .nav-pills>li{float:left}.bootstrap-styles .nav-justified>li,.bootstrap-styles .nav-stacked>li,.bootstrap-styles .nav-tabs.nav-justified>li{float:none}.bootstrap-styles .nav-pills>li>a{border-radius:0}.bootstrap-styles .nav-pills>li+li{margin-left:2px}.bootstrap-styles .nav-pills>li.active>a,.bootstrap-styles .nav-pills>li.active>a:focus,.bootstrap-styles .nav-pills>li.active>a:hover{color:#fff;background-color:#ffed00}.bootstrap-styles .nav-stacked>li+li{margin-top:2px;margin-left:0}.bootstrap-styles .nav-justified,.bootstrap-styles .nav-tabs.nav-justified{width:100%}.bootstrap-styles .nav-justified>li>a,.bootstrap-styles .nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.bootstrap-styles .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}.bootstrap-styles .nav-tabs-justified,.bootstrap-styles .nav-tabs.nav-justified{border-bottom:0}.bootstrap-styles .nav-tabs-justified>li>a,.bootstrap-styles .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:0}.bootstrap-styles .nav-tabs-justified>.active>a,.bootstrap-styles .nav-tabs-justified>.active>a:focus,.bootstrap-styles .nav-tabs-justified>.active>a:hover,.bootstrap-styles .nav-tabs.nav-justified>.active>a,.bootstrap-styles .nav-tabs.nav-justified>.active>a:focus,.bootstrap-styles .nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.bootstrap-styles .nav-justified>li,.bootstrap-styles .nav-tabs.nav-justified>li{display:table-cell;width:1%}.bootstrap-styles .nav-justified>li>a,.bootstrap-styles .nav-tabs.nav-justified>li>a{margin-bottom:0}.bootstrap-styles .nav-tabs-justified>li>a,.bootstrap-styles .nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:0}.bootstrap-styles .nav-tabs-justified>.active>a,.bootstrap-styles .nav-tabs-justified>.active>a:focus,.bootstrap-styles .nav-tabs-justified>.active>a:hover,.bootstrap-styles .nav-tabs.nav-justified>.active>a,.bootstrap-styles .nav-tabs.nav-justified>.active>a:focus,.bootstrap-styles .nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.bootstrap-styles .tab-content>.tab-pane{display:none}.bootstrap-styles .tab-content>.active{display:block}.bootstrap-styles .navbar-collapse:after,.bootstrap-styles .navbar-collapse:before,.bootstrap-styles .navbar-header:after,.bootstrap-styles .navbar-header:before,.bootstrap-styles .navbar:after,.bootstrap-styles .navbar:before{content:" ";display:table}.bootstrap-styles .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.bootstrap-styles .navbar{position:relative;min-height:50px;margin-bottom:22px;border:1px solid transparent}.bootstrap-styles .navbar:after{clear:both}.bootstrap-styles .navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.bootstrap-styles .navbar-collapse.in{overflow-y:auto}.bootstrap-styles .navbar-fixed-bottom .navbar-collapse,.bootstrap-styles .navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.bootstrap-styles .navbar-fixed-bottom .navbar-collapse,.bootstrap-styles .navbar-fixed-top .navbar-collapse{max-height:200px}}.bootstrap-styles .container-fluid>.navbar-collapse,.bootstrap-styles .container-fluid>.navbar-header,.bootstrap-styles .container>.navbar-collapse,.bootstrap-styles .container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.bootstrap-styles .navbar{border-radius:0}.bootstrap-styles .navbar-header{float:left}.bootstrap-styles .navbar-collapse{width:auto;border-top:0;box-shadow:none}.bootstrap-styles .navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.bootstrap-styles .navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .bootstrap-styles .navbar-collapse,.navbar-fixed-top .bootstrap-styles .navbar-collapse,.navbar-static-top .bootstrap-styles .navbar-collapse{padding-left:0;padding-right:0}.bootstrap-styles .container-fluid>.navbar-collapse,.bootstrap-styles .container-fluid>.navbar-header,.bootstrap-styles .container>.navbar-collapse,.bootstrap-styles .container>.navbar-header{margin-right:0;margin-left:0}.bootstrap-styles .navbar-static-top{border-radius:0}}.bootstrap-styles .navbar-static-top{z-index:1000;border-width:0 0 1px}.bootstrap-styles .navbar-fixed-bottom,.bootstrap-styles .navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}.bootstrap-styles .navbar-fixed-top{top:0;border-width:0 0 1px}.bootstrap-styles .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.bootstrap-styles .navbar-brand{float:left;padding:14px 15px;font-size:20px;line-height:22px;height:50px}.bootstrap-styles .navbar-brand:focus,.bootstrap-styles .navbar-brand:hover{text-decoration:none}.bootstrap-styles .navbar-brand>img{display:block}@media (min-width:768px){.bootstrap-styles .navbar-fixed-bottom,.bootstrap-styles .navbar-fixed-top{border-radius:0}.navbar>.container .bootstrap-styles .navbar-brand,.navbar>.container-fluid .bootstrap-styles .navbar-brand{margin-left:-15px}}.bootstrap-styles .navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:0}.bootstrap-styles .navbar-toggle:focus{outline:0}.bootstrap-styles .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.bootstrap-styles .navbar-toggle .icon-bar+.icon-bar{margin-top:4px}.bootstrap-styles .navbar-nav{margin:7px -15px}.bootstrap-styles .navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:22px}@media (max-width:767px){.bootstrap-styles .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.bootstrap-styles .navbar-nav .open .dropdown-menu .dropdown-header,.bootstrap-styles .navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.bootstrap-styles .navbar-nav .open .dropdown-menu>li>a{line-height:22px}.bootstrap-styles .navbar-nav .open .dropdown-menu>li>a:focus,.bootstrap-styles .navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}.bootstrap-styles .badge,.bootstrap-styles .label{line-height:1;white-space:nowrap;text-align:center;font-weight:700}@media (min-width:768px){.bootstrap-styles .navbar-toggle{display:none}.bootstrap-styles .navbar-nav{float:left;margin:0}.bootstrap-styles .navbar-nav>li{float:left}.bootstrap-styles .navbar-nav>li>a{padding-top:14px;padding-bottom:14px}}.bootstrap-styles .navbar-form{padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin:7px -15px}@media (min-width:768px){.bootstrap-styles .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.bootstrap-styles .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap-styles .navbar-form .form-control-static{display:inline-block}.bootstrap-styles .navbar-form .input-group{display:inline-table;vertical-align:middle}.bootstrap-styles .navbar-form .input-group .form-control,.bootstrap-styles .navbar-form .input-group .input-group-addon,.bootstrap-styles .navbar-form .input-group .input-group-btn{width:auto}.bootstrap-styles .navbar-form .input-group>.form-control{width:100%}.bootstrap-styles .navbar-form .control-label{margin-bottom:0;vertical-align:middle}.bootstrap-styles .navbar-form .checkbox,.bootstrap-styles .navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.bootstrap-styles .navbar-form .checkbox label,.bootstrap-styles .navbar-form .radio label{padding-left:0}.bootstrap-styles .navbar-form .checkbox input[type=checkbox],.bootstrap-styles .navbar-form .radio input[type=radio]{position:relative;margin-left:0}.bootstrap-styles .navbar-form .has-feedback .form-control-feedback{top:0}.bootstrap-styles .navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;box-shadow:none}}.btn .bootstrap-styles .badge,.btn .bootstrap-styles .label{position:relative;top:-1px}@media (max-width:767px){.bootstrap-styles .navbar-form .form-group{margin-bottom:5px}.bootstrap-styles .navbar-form .form-group:last-child{margin-bottom:0}}.bootstrap-styles .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.bootstrap-styles .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-radius:0}.bootstrap-styles .navbar-btn{margin-top:7px;margin-bottom:7px}.bootstrap-styles .btn-group-sm>.navbar-btn.btn,.bootstrap-styles .navbar-btn.btn-sm{margin-top:8.5px;margin-bottom:8.5px}.bootstrap-styles .btn-group-xs>.navbar-btn.btn,.bootstrap-styles .navbar-btn.btn-xs,.bootstrap-styles .navbar-text{margin-top:14px;margin-bottom:14px}@media (min-width:768px){.bootstrap-styles .navbar-text{float:left;margin-left:15px;margin-right:15px}.bootstrap-styles .navbar-left{float:left!important}.bootstrap-styles .navbar-right{float:right!important;margin-right:-15px}.bootstrap-styles .navbar-right~.navbar-right{margin-right:0}}.bootstrap-styles .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.bootstrap-styles .navbar-default .navbar-brand{color:#777}.bootstrap-styles .navbar-default .navbar-brand:focus,.bootstrap-styles .navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.bootstrap-styles .navbar-default .navbar-nav>li>a,.bootstrap-styles .navbar-default .navbar-text{color:#777}.bootstrap-styles .navbar-default .navbar-nav>li>a:focus,.bootstrap-styles .navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.bootstrap-styles .navbar-default .navbar-nav>.active>a,.bootstrap-styles .navbar-default .navbar-nav>.active>a:focus,.bootstrap-styles .navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.bootstrap-styles .navbar-default .navbar-nav>.disabled>a,.bootstrap-styles .navbar-default .navbar-nav>.disabled>a:focus,.bootstrap-styles .navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.bootstrap-styles .navbar-default .navbar-toggle{border-color:#ddd}.bootstrap-styles .navbar-default .navbar-toggle:focus,.bootstrap-styles .navbar-default .navbar-toggle:hover{background-color:#ddd}.bootstrap-styles .navbar-default .navbar-toggle .icon-bar{background-color:#888}.bootstrap-styles .navbar-default .navbar-collapse,.bootstrap-styles .navbar-default .navbar-form{border-color:#e7e7e7}.bootstrap-styles .navbar-default .navbar-nav>.open>a,.bootstrap-styles .navbar-default .navbar-nav>.open>a:focus,.bootstrap-styles .navbar-default .navbar-nav>.open>a:hover{background-color:#e7e7e7;color:#555}@media (max-width:767px){.bootstrap-styles .navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.bootstrap-styles .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.bootstrap-styles .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.bootstrap-styles .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-styles .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.bootstrap-styles .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.bootstrap-styles .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.bootstrap-styles .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.bootstrap-styles .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.bootstrap-styles .navbar-default .navbar-link{color:#777}.bootstrap-styles .navbar-default .navbar-link:hover{color:#333}.bootstrap-styles .navbar-default .btn-link{color:#777}.bootstrap-styles .navbar-default .btn-link:focus,.bootstrap-styles .navbar-default .btn-link:hover{color:#333}.bootstrap-styles .navbar-default .btn-link[disabled]:focus,.bootstrap-styles .navbar-default .btn-link[disabled]:hover,fieldset[disabled] .bootstrap-styles .navbar-default .btn-link:focus,fieldset[disabled] .bootstrap-styles .navbar-default .btn-link:hover{color:#ccc}.bootstrap-styles .navbar-inverse{background-color:#222;border-color:#090909}.bootstrap-styles .navbar-inverse .navbar-brand{color:#9d9d9d}.bootstrap-styles .navbar-inverse .navbar-brand:focus,.bootstrap-styles .navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.bootstrap-styles .navbar-inverse .navbar-nav>li>a,.bootstrap-styles .navbar-inverse .navbar-text{color:#9d9d9d}.bootstrap-styles .navbar-inverse .navbar-nav>li>a:focus,.bootstrap-styles .navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.bootstrap-styles .navbar-inverse .navbar-nav>.active>a,.bootstrap-styles .navbar-inverse .navbar-nav>.active>a:focus,.bootstrap-styles .navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#090909}.bootstrap-styles .navbar-inverse .navbar-nav>.disabled>a,.bootstrap-styles .navbar-inverse .navbar-nav>.disabled>a:focus,.bootstrap-styles .navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.bootstrap-styles .navbar-inverse .navbar-toggle{border-color:#333}.bootstrap-styles .navbar-inverse .navbar-toggle:focus,.bootstrap-styles .navbar-inverse .navbar-toggle:hover{background-color:#333}.bootstrap-styles .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.bootstrap-styles .navbar-inverse .navbar-collapse,.bootstrap-styles .navbar-inverse .navbar-form{border-color:#101010}.bootstrap-styles .navbar-inverse .navbar-nav>.open>a,.bootstrap-styles .navbar-inverse .navbar-nav>.open>a:focus,.bootstrap-styles .navbar-inverse .navbar-nav>.open>a:hover{background-color:#090909;color:#fff}@media (max-width:767px){.bootstrap-styles .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#090909}.bootstrap-styles .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#090909}.bootstrap-styles .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.bootstrap-styles .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.bootstrap-styles .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.bootstrap-styles .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.bootstrap-styles .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.bootstrap-styles .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#090909}.bootstrap-styles .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.bootstrap-styles .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.bootstrap-styles .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.bootstrap-styles .navbar-inverse .navbar-link{color:#9d9d9d}.bootstrap-styles .navbar-inverse .navbar-link:hover{color:#fff}.bootstrap-styles .navbar-inverse .btn-link{color:#9d9d9d}.bootstrap-styles .navbar-inverse .btn-link:focus,.bootstrap-styles .navbar-inverse .btn-link:hover{color:#fff}.bootstrap-styles .navbar-inverse .btn-link[disabled]:focus,.bootstrap-styles .navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .bootstrap-styles .navbar-inverse .btn-link:focus,fieldset[disabled] .bootstrap-styles .navbar-inverse .btn-link:hover{color:#444}.bootstrap-styles .breadcrumb{padding:8px 15px;margin-bottom:22px;list-style:none;background-color:#f5f5f5;border-radius:0}.bootstrap-styles .breadcrumb>li{display:inline-block}.bootstrap-styles .breadcrumb>li+li:before{content:"/ ";padding:0 5px;color:#ccc}.bootstrap-styles .breadcrumb>.active{color:#777}.bootstrap-styles .pager{padding-left:0;margin:22px 0;list-style:none;text-align:center}.bootstrap-styles .pager:after,.bootstrap-styles .pager:before{content:" ";display:table}.bootstrap-styles .pager li{display:inline}.bootstrap-styles .pager li>a,.bootstrap-styles .pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.bootstrap-styles .pager li>a:focus,.bootstrap-styles .pager li>a:hover{text-decoration:none;background-color:#eee}.bootstrap-styles .pager .next>a,.bootstrap-styles .pager .next>span{float:right}.bootstrap-styles .pager .previous>a,.bootstrap-styles .pager .previous>span{float:left}.bootstrap-styles .pager .disabled>a,.bootstrap-styles .pager .disabled>a:focus,.bootstrap-styles .pager .disabled>a:hover,.bootstrap-styles .pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.bootstrap-styles .label{display:inline;padding:.2em .6em .3em;font-size:75%;color:#fff;vertical-align:baseline;border-radius:.25em}.bootstrap-styles .label:empty{display:none}.bootstrap-styles a.label:focus,.bootstrap-styles a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.bootstrap-styles .label-default{background-color:#777}.bootstrap-styles .label-default[href]:focus,.bootstrap-styles .label-default[href]:hover{background-color:#5e5e5e}.bootstrap-styles .label-primary{background-color:#ffed00}.bootstrap-styles .label-primary[href]:focus,.bootstrap-styles .label-primary[href]:hover{background-color:#ccbe00}.bootstrap-styles .label-success{background-color:#5cb85c}.bootstrap-styles .label-success[href]:focus,.bootstrap-styles .label-success[href]:hover{background-color:#449d44}.bootstrap-styles .label-info{background-color:#5bc0de}.bootstrap-styles .label-info[href]:focus,.bootstrap-styles .label-info[href]:hover{background-color:#31b0d5}.bootstrap-styles .label-warning{background-color:#f0ad4e}.bootstrap-styles .label-warning[href]:focus,.bootstrap-styles .label-warning[href]:hover{background-color:#ec971f}.bootstrap-styles .label-danger{background-color:#d9534f}.bootstrap-styles .label-danger[href]:focus,.bootstrap-styles .label-danger[href]:hover{background-color:#c9302c}.bootstrap-styles .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:14px;color:#fff;vertical-align:middle;background-color:#777;border-radius:10px}.bootstrap-styles .badge:empty{display:none}.bootstrap-styles .btn-group-xs>.btn .bootstrap-styles .badge,.btn-group-xs>.btn .bootstrap-styles .badge,.btn-xs .bootstrap-styles .badge{top:0;padding:1px 5px}.list-group-item.active>.bootstrap-styles .badge,.nav-pills>.active>a>.bootstrap-styles .badge{color:#ffed00;background-color:#fff}.list-group-item>.bootstrap-styles .badge{float:right}.list-group-item>.bootstrap-styles .badge+.bootstrap-styles .badge{margin-right:5px}.nav-pills>li>a>.bootstrap-styles .badge{margin-left:3px}.bootstrap-styles a.badge:focus,.bootstrap-styles a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.bootstrap-styles .thumbnail{display:block;padding:4px;margin-bottom:22px;line-height:1.42857;background-color:#fff;border:1px solid #ddd;border-radius:0;-webkit-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.bootstrap-styles .thumbnail a>img,.bootstrap-styles .thumbnail>img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}.bootstrap-styles .thumbnail .caption{padding:9px;color:#000}.bootstrap-styles .panel-heading>.dropdown .dropdown-toggle,.bootstrap-styles .panel-title>.small,.bootstrap-styles .panel-title>.small>a,.bootstrap-styles .panel-title>a,.bootstrap-styles .panel-title>small,.bootstrap-styles .panel-title>small>a{color:inherit}.bootstrap-styles a.thumbnail.active,.bootstrap-styles a.thumbnail:focus,.bootstrap-styles a.thumbnail:hover{border-color:#ffed00}.bootstrap-styles .media{margin-top:15px}.bootstrap-styles .media:first-child{margin-top:0}.bootstrap-styles .media,.bootstrap-styles .media-body{zoom:1;overflow:hidden}.bootstrap-styles .media-body{width:10000px}.bootstrap-styles .media-object{display:block}.bootstrap-styles .media-object.img-thumbnail{max-width:none}.bootstrap-styles .media-right,.bootstrap-styles .media>.pull-right{padding-left:10px}.bootstrap-styles .media-left,.bootstrap-styles .media>.pull-left{padding-right:10px}.bootstrap-styles .media-body,.bootstrap-styles .media-left,.bootstrap-styles .media-right{display:table-cell;vertical-align:top}.bootstrap-styles .media-middle{vertical-align:middle}.bootstrap-styles .media-bottom{vertical-align:bottom}.bootstrap-styles .media-heading{margin-top:0;margin-bottom:5px}.bootstrap-styles .media-list{padding-left:0;list-style:none}.bootstrap-styles .panel{margin-bottom:22px;background-color:#fff;border:1px solid transparent;border-radius:0;box-shadow:0 1px 1px rgba(0,0,0,.05)}.bootstrap-styles .panel-title,.bootstrap-styles .panel>.list-group,.bootstrap-styles .panel>.panel-collapse>.list-group,.bootstrap-styles .panel>.panel-collapse>.table,.bootstrap-styles .panel>.table,.bootstrap-styles .panel>.table-responsive>.table{margin-bottom:0}.bootstrap-styles .panel-body{padding:15px}.bootstrap-styles .panel-body:after,.bootstrap-styles .panel-body:before{content:" ";display:table}.bootstrap-styles .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:-1;border-top-left-radius:-1}.bootstrap-styles .panel-title{margin-top:0;font-size:18px;color:inherit}.bootstrap-styles .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:-1;border-bottom-left-radius:-1}.bootstrap-styles .panel>.list-group .list-group-item,.bootstrap-styles .panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.bootstrap-styles .panel-group .panel-heading,.bootstrap-styles .panel>.table-bordered>tbody>tr:first-child>td,.bootstrap-styles .panel>.table-bordered>tbody>tr:first-child>th,.bootstrap-styles .panel>.table-bordered>tbody>tr:last-child>td,.bootstrap-styles .panel>.table-bordered>tbody>tr:last-child>th,.bootstrap-styles .panel>.table-bordered>tfoot>tr:last-child>td,.bootstrap-styles .panel>.table-bordered>tfoot>tr:last-child>th,.bootstrap-styles .panel>.table-bordered>thead>tr:first-child>td,.bootstrap-styles .panel>.table-bordered>thead>tr:first-child>th,.bootstrap-styles .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.bootstrap-styles .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.bootstrap-styles .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.bootstrap-styles .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.bootstrap-styles .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.bootstrap-styles .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.bootstrap-styles .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.bootstrap-styles .panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.bootstrap-styles .panel>.table-responsive:last-child>.table:last-child,.bootstrap-styles .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.bootstrap-styles .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.bootstrap-styles .panel>.table:last-child,.bootstrap-styles .panel>.table:last-child>tbody:last-child>tr:last-child,.bootstrap-styles .panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:-1;border-bottom-right-radius:-1}.bootstrap-styles .panel>.list-group:first-child .list-group-item:first-child,.bootstrap-styles .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:-1;border-top-left-radius:-1}.bootstrap-styles .panel>.list-group:last-child .list-group-item:last-child,.bootstrap-styles .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:-1;border-bottom-left-radius:-1}.bootstrap-styles .panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.bootstrap-styles .panel>.table-responsive:first-child>.table:first-child,.bootstrap-styles .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.bootstrap-styles .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.bootstrap-styles .panel>.table:first-child,.bootstrap-styles .panel>.table:first-child>tbody:first-child>tr:first-child,.bootstrap-styles .panel>.table:first-child>thead:first-child>tr:first-child{border-top-right-radius:-1;border-top-left-radius:-1}.bootstrap-styles .list-group+.panel-footer,.bootstrap-styles .panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.bootstrap-styles .panel>.panel-collapse>.table caption,.bootstrap-styles .panel>.table caption,.bootstrap-styles .panel>.table-responsive>.table caption{padding-left:15px;padding-right:15px}.bootstrap-styles .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.bootstrap-styles .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.bootstrap-styles .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.bootstrap-styles .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.bootstrap-styles .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.bootstrap-styles .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.bootstrap-styles .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.bootstrap-styles .panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:-1}.bootstrap-styles .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.bootstrap-styles .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.bootstrap-styles .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.bootstrap-styles .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.bootstrap-styles .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.bootstrap-styles .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.bootstrap-styles .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.bootstrap-styles .panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:-1}.bootstrap-styles .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.bootstrap-styles .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.bootstrap-styles .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.bootstrap-styles .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.bootstrap-styles .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.bootstrap-styles .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.bootstrap-styles .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.bootstrap-styles .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:-1}.bootstrap-styles .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.bootstrap-styles .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.bootstrap-styles .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.bootstrap-styles .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.bootstrap-styles .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.bootstrap-styles .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.bootstrap-styles .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.bootstrap-styles .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:-1}.bootstrap-styles .panel>.panel-body+.table,.bootstrap-styles .panel>.panel-body+.table-responsive,.bootstrap-styles .panel>.table+.panel-body,.bootstrap-styles .panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.bootstrap-styles .panel>.table>tbody:first-child>tr:first-child td,.bootstrap-styles .panel>.table>tbody:first-child>tr:first-child th{border-top:0}.bootstrap-styles .panel>.table-bordered,.bootstrap-styles .panel>.table-responsive>.table-bordered{border:0}.bootstrap-styles .panel>.table-bordered>tbody>tr>td:first-child,.bootstrap-styles .panel>.table-bordered>tbody>tr>th:first-child,.bootstrap-styles .panel>.table-bordered>tfoot>tr>td:first-child,.bootstrap-styles .panel>.table-bordered>tfoot>tr>th:first-child,.bootstrap-styles .panel>.table-bordered>thead>tr>td:first-child,.bootstrap-styles .panel>.table-bordered>thead>tr>th:first-child,.bootstrap-styles .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.bootstrap-styles .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.bootstrap-styles .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.bootstrap-styles .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.bootstrap-styles .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.bootstrap-styles .panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.bootstrap-styles .panel>.table-bordered>tbody>tr>td:last-child,.bootstrap-styles .panel>.table-bordered>tbody>tr>th:last-child,.bootstrap-styles .panel>.table-bordered>tfoot>tr>td:last-child,.bootstrap-styles .panel>.table-bordered>tfoot>tr>th:last-child,.bootstrap-styles .panel>.table-bordered>thead>tr>td:last-child,.bootstrap-styles .panel>.table-bordered>thead>tr>th:last-child,.bootstrap-styles .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.bootstrap-styles .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.bootstrap-styles .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.bootstrap-styles .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.bootstrap-styles .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.bootstrap-styles .panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.bootstrap-styles .panel>.table-responsive{border:0;margin-bottom:0}.bootstrap-styles .panel-group{margin-bottom:22px}.bootstrap-styles .panel-group .panel{margin-bottom:0;border-radius:0}.bootstrap-styles .panel-group .panel+.panel{margin-top:5px}.bootstrap-styles .panel-group .panel-heading+.panel-collapse>.list-group,.bootstrap-styles .panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.bootstrap-styles .panel-group .panel-footer{border-top:0}.bootstrap-styles .panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.bootstrap-styles .panel-default{border-color:#ddd}.bootstrap-styles .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.bootstrap-styles .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.bootstrap-styles .panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.bootstrap-styles .panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.bootstrap-styles .panel-primary{border-color:#ffed00}.bootstrap-styles .panel-primary>.panel-heading{color:#fff;background-color:#ffed00;border-color:#ffed00}.bootstrap-styles .panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ffed00}.bootstrap-styles .panel-primary>.panel-heading .badge{color:#ffed00;background-color:#fff}.bootstrap-styles .panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ffed00}.bootstrap-styles .panel-success{border-color:#d6e9c6}.bootstrap-styles .panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.bootstrap-styles .panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.bootstrap-styles .panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.bootstrap-styles .panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.bootstrap-styles .panel-info{border-color:#bce8f1}.bootstrap-styles .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.bootstrap-styles .panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.bootstrap-styles .panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.bootstrap-styles .panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.bootstrap-styles .panel-warning{border-color:#faebcc}.bootstrap-styles .panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.bootstrap-styles .panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.bootstrap-styles .panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.bootstrap-styles .panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.bootstrap-styles .panel-danger{border-color:#ebccd1}.bootstrap-styles .panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.bootstrap-styles .panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.bootstrap-styles .panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.bootstrap-styles .panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.bootstrap-styles .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.bootstrap-styles .well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.bootstrap-styles .well-lg{padding:24px;border-radius:6px}.bootstrap-styles .well-sm{padding:9px;border-radius:3px}.bootstrap-styles .close{float:right;font-size:24px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.bootstrap-styles .close:focus,.bootstrap-styles .close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}.bootstrap-styles button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.bootstrap-styles .modal-open{overflow:hidden}.bootstrap-styles .modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.bootstrap-styles .clearfix:after,.bootstrap-styles .clearfix:before,.bootstrap-styles .modal-footer:after,.bootstrap-styles .modal-footer:before,.bootstrap-styles .modal-header:after,.bootstrap-styles .modal-header:before{content:" ";display:table}.bootstrap-styles .modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.bootstrap-styles .modal.in .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.bootstrap-styles .modal-open .modal{overflow-x:hidden;overflow-y:auto}.bootstrap-styles .modal-dialog{position:relative;width:auto;margin:10px}.bootstrap-styles .modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.bootstrap-styles .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.bootstrap-styles .modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.bootstrap-styles .modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.bootstrap-styles .modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.bootstrap-styles .modal-header .close{margin-top:-2px}.bootstrap-styles .modal-title{margin:0;line-height:1.42857}.bootstrap-styles .modal-body{position:relative;padding:15px}.bootstrap-styles .modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.bootstrap-styles .modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.bootstrap-styles .modal-footer .btn-group .btn+.btn{margin-left:-1px}.bootstrap-styles .modal-footer .btn-block+.btn-block{margin-left:0}.bootstrap-styles .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.bootstrap-styles .modal-dialog{width:600px;margin:30px auto}.bootstrap-styles .modal-content{box-shadow:0 5px 15px rgba(0,0,0,.5)}.bootstrap-styles .modal-sm{width:300px}}@media (min-width:992px){.bootstrap-styles .modal-lg{width:900px}}.bootstrap-styles .center-block{display:block;margin-left:auto;margin-right:auto}.bootstrap-styles .pull-right{float:right!important}.bootstrap-styles .pull-left{float:left!important}.bootstrap-styles .hide{display:none!important}.bootstrap-styles .show{display:block!important}.bootstrap-styles .hidden,.bootstrap-styles .visible-lg,.bootstrap-styles .visible-lg-block,.bootstrap-styles .visible-lg-inline,.bootstrap-styles .visible-lg-inline-block,.bootstrap-styles .visible-md,.bootstrap-styles .visible-md-block,.bootstrap-styles .visible-md-inline,.bootstrap-styles .visible-md-inline-block,.bootstrap-styles .visible-sm,.bootstrap-styles .visible-sm-block,.bootstrap-styles .visible-sm-inline,.bootstrap-styles .visible-sm-inline-block,.bootstrap-styles .visible-xs,.bootstrap-styles .visible-xs-block,.bootstrap-styles .visible-xs-inline,.bootstrap-styles .visible-xs-inline-block{display:none!important}.bootstrap-styles .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bootstrap-styles .affix{position:fixed}@-ms-viewport{width:device-width}@media (max-width:767px){.bootstrap-styles .visible-xs{display:block!important}.bootstrap-styles table.visible-xs{display:table!important}.bootstrap-styles tr.visible-xs{display:table-row!important}.bootstrap-styles td.visible-xs,.bootstrap-styles th.visible-xs{display:table-cell!important}.bootstrap-styles .visible-xs-block{display:block!important}.bootstrap-styles .visible-xs-inline{display:inline!important}.bootstrap-styles .visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-styles .visible-sm{display:block!important}.bootstrap-styles table.visible-sm{display:table!important}.bootstrap-styles tr.visible-sm{display:table-row!important}.bootstrap-styles td.visible-sm,.bootstrap-styles th.visible-sm{display:table-cell!important}.bootstrap-styles .visible-sm-block{display:block!important}.bootstrap-styles .visible-sm-inline{display:inline!important}.bootstrap-styles .visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-styles .visible-md{display:block!important}.bootstrap-styles table.visible-md{display:table!important}.bootstrap-styles tr.visible-md{display:table-row!important}.bootstrap-styles td.visible-md,.bootstrap-styles th.visible-md{display:table-cell!important}.bootstrap-styles .visible-md-block{display:block!important}.bootstrap-styles .visible-md-inline{display:inline!important}.bootstrap-styles .visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.bootstrap-styles .visible-lg{display:block!important}.bootstrap-styles table.visible-lg{display:table!important}.bootstrap-styles tr.visible-lg{display:table-row!important}.bootstrap-styles td.visible-lg,.bootstrap-styles th.visible-lg{display:table-cell!important}.bootstrap-styles .visible-lg-block{display:block!important}.bootstrap-styles .visible-lg-inline{display:inline!important}.bootstrap-styles .visible-lg-inline-block{display:inline-block!important}.bootstrap-styles .hidden-lg{display:none!important}}@media (max-width:767px){.bootstrap-styles .hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.bootstrap-styles .hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.bootstrap-styles .hidden-md{display:none!important}}.bootstrap-styles .visible-print{display:none!important}@media print{.bootstrap-styles .visible-print{display:block!important}.bootstrap-styles table.visible-print{display:table!important}.bootstrap-styles tr.visible-print{display:table-row!important}.bootstrap-styles td.visible-print,.bootstrap-styles th.visible-print{display:table-cell!important}}.bootstrap-styles .visible-print-block{display:none!important}@media print{.bootstrap-styles .visible-print-block{display:block!important}}.bootstrap-styles .visible-print-inline{display:none!important}@media print{.bootstrap-styles .visible-print-inline{display:inline!important}}.bootstrap-styles .visible-print-inline-block{display:none!important}@media print{.bootstrap-styles .visible-print-inline-block{display:inline-block!important}.bootstrap-styles .hidden-print{display:none!important}}.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{left:0;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-dots,.slick-next,.slick-prev{position:absolute;display:block;padding:0}.slick-loading .slick-list{background:url(ajax-loader.gif) center center no-repeat #fff}@font-face{font-family:slick;src:url(fonts/slick.eot);src:url(fonts/slick.eot?#iefix) format("embedded-opentype"),url(fonts/slick.woff) format("woff"),url(fonts/slick.ttf) format("truetype"),url(fonts/slick.svg#slick) format("svg");font-weight:400;font-style:normal}.slick-next,.slick-prev{height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:0 0;color:transparent;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);border:none;outline:0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0;background:0 0;color:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;color:#fff;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}.slick-next:before,[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;list-style:none;text-align:center;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:0 0;display:block;height:20px;width:20px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25}.slick-dots li.slick-active button:before{color:#000;opacity:.75}
/**hamburger  takeover start **/
.hamburger-takeover {
	background: #000;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 9999;
	overflow-y: scroll;
	left: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in, -webkit-transform 0.4s ease-in;
	transition: opacity 0.4s ease-in, -webkit-transform 0.4s ease-in;
	transition: transform 0.4s ease-in, opacity 0.4s ease-in;
	transition: transform 0.4s ease-in, opacity 0.4s ease-in, -webkit-transform 0.4s ease-in;
}

.hamburger-takeover .btn.btn-stack {
	border-bottom: 1px solid #fff;
	border-radius: 0;
	font-size: 20px;
	font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
	text-transform: uppercase;
	background-color: #f0f0f0;
	padding: 22px 20px;
	white-space: normal;
}

.hamburger-takeover.active {
	-webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
	transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out, opacity 0.4s ease-out;
	transition: transform 0.4s ease-out, opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

@media (min-width: 768px) {
	.hamburger-takeover .close-takeover.mob {
		display: none;
	}
	.hamburger-takeover .close-takeover {
		display: table;
	}
}

@media (max-width: 767px) {
	.hamburger-takeover .close-takeover.mob {
		display: table;
	}
	.hamburger-takeover .close-takeover {
		display: none;
	}
}

.hamburger-takeover .close-takeover {
	float: right;
}

@media (min-width: 768px) {
	.hamburger-takeover .close-takeover {
		height: 120px;
	}
}

@media (max-width: 767px) {
	.hamburger-takeover .close-takeover {
		height: 70px;
	}
}

.hamburger-takeover .center-vert {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.hamburger-takeover .close-btn {
	background-color: #ffed00;
	width: 60px;
	height: 60px;
	background-image: url("http://assets1.dxc.technology/home/images/X.png");
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.hamburger-takeover .takeover-content {
	font-size: 14px;
}

.hamburger-takeover .takeover-content button {
	display: block;
	width: 100%;
}

.hamburger-takeover .takeover-content h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding: 27px 0px;
	font-size: 24px;
	color: white;
	margin: 0;
	font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
	line-height: 30px;
}

.hamburger-takeover .takeover-content a {
	color: white;
}

@media (max-width: 767px) {
	.hamburger-takeover .takeover-content {
		max-height: 75px;
		overflow: hidden;
		-webkit-transition: max-height 0.5s;
		transition: max-height 0.5s;
		padding: 0;
	}
	.hamburger-takeover .takeover-content.active-mobile {
		max-height: 1500px;
	}
}

@media (min-width: 768px) {
	.hamburger-takeover .takeover-content {
		display: none;
		padding: 40px 40px;
	}
	.hamburger-takeover .takeover-content .mobile-links {
		display: none;
	}
	.hamburger-takeover .takeover-content.active {
		display: block;
	}
	.hamburger-takeover .takeover-content button {
		display: none;
	}
}

.hamburger-takeover .mobile-links h3 {
	text-transform: none;
	text-align: center;
	font-size: 18px;
	padding: 16px 15px;
}

.hamburger-takeover .mobile-links a:last-child h3 {
	border-bottom: 0;
}

.hamburger-takeover .takeover-links a {
	color: white;
	display: block;
	padding: 10px 0px;
	font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
	line-height: 20px;
	letter-spacing: 0.5px;
}

.hamburger-takeover .takeover-links hr {
	border-color: #fff;
}

.hamburger-takeover .takeover-links ul {
	list-style: none;
	padding-left: 20px;
}

.hamburger-takeover .takeover-links li a {
	padding: 5px 0px;
	font-size: 12px;
	font-weight: normal;
}

.hamburger-takeover .takeover-links h5, .hamburger-takeover .takeover-links p {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.4px;
	line-height: normal;
}

@media (max-width: 767px) {
	.hamburger-takeover .takeover-links {
		text-align: center;
	}
	.hamburger-takeover .takeover-links a {
		border-bottom: 1px solid #fff;
		padding: 25px 0px;
		font-size: 20px;
	}
}

.hamburger-takeover .takeover-links h3 {
	margin: 30px 0px;
}

@media (max-width: 767px) {
	.hamburger-takeover .takeover-tabs {
		display: none;
	}
}

.hamburger-takeover .takeover-tabs div {
	border: 2px solid #fff;
	font-size: 20px;
	font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	line-height: 75px;
	white-space: nowrap;
	cursor: pointer;
}

.hamburger-takeover .takeover-tabs div.active {
	background-color: #ffed00;
	color: black;
	border-color: #ffed00;
	border-top: 2px solid #fff;
}

@media screen and (min-width: 768px) {
	.hamburger-takeover .takeover-tabs div.active:after {
		content: '';
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-top: 14px solid #ffed00;
		display: inline-block;
		position: absolute;
		top: 100%;
		margin-left: -7.5px;
		left: 50%;
	}
}

.hamburger-takeover .btn-stack {
	display: inline-block;
	color: black;
	width: 25%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.hamburger-takeover .navbar {
	margin-bottom: 0;
}

.hamburger-takeover .navbar, .hamburger-takeover .navbar-header, .hamburger-takeover .navbar-brand {
	height: 70px;
}

.hamburger-takeover .navbar-brand {
	background-image: url("http://assets1.dxc.technology/home/images/main-logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 210px;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	margin-left: 0 !important;
	margin-top: 3px;
}

.cscMainHeader .hamburger-takeover .navbar-brand {
	height: 70px;
}

@media (min-width: 768px) {
	.hamburger-takeover .navbar-brand {
		margin-top: 27px;
		width: 360px;
	}
	.navbar-header .hamburger-takeover .navbar-brand {
		height: 66px;
	}
}

@media (min-width: 992px) {
	.hamburger-takeover .navbar, .hamburger-takeover .navbar-header, .hamburger-takeover .navbar-brand {
		height: 120px;
	}
	.hamburger-takeover .navbar-brand {
		margin-top: 0;
	}
	.cscMainHeader .hamburger-takeover .navbar-brand {
		height: 120px;
	}
}

/**hamburger  takeover end **/
/*SEARCH PAGES*/
.search-bar__input {
    min-height: 46px;
    background-color: #f0f0f0;
    border: none;
    width: 100%;
    padding: 0 18px;
    font-weight: 700;
	font-family: "GTWalsheimProBold", Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.search-bar__btn, .search-bar__clean-btn {
    width: 100%;
    margin-top: 0;
}

.search-bar__clean-btn {
    margin-top: 15px;
}

.search-bar__clean-btn--bottom {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .search-bar__input {
        width: 58%;
        margin-right: 1%;
        margin-bottom: 28px;
    }
    .search-bar__btn {
        margin-right: 1%;
    }
    .search-bar__clean-btn {
        margin: 0;
    }
    .search-bar__btn, .search-bar__clean-btn {
        width: 20%;
        float: left;
    }
}

.pager {
    font-size: 16px;
    width: 100%;
    float: right;
    text-align: center;
}

.pager a {
    display: inline-block;
    font-size: 23px;
}

.pager__input {
    width: 28px;
    border: solid 1px #000;
    text-align: center;
}

.pager__left-arrow {
    position: relative;
    display: inline-block;
    top: -14px;
    margin-right: 18px;
}

.pager__left-arrow:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #000;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.pager__right-arrow {
    position: relative;
    display: inline-block;
    top: 5px;
    margin-right: 18px;
}

.pager__right-arrow::before {
    content: '';
    position: absolute;
    left: 6px;
    top: -17px;
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #000;
}

@media (min-width: 768px) {
    .pager {
        width: 26%;
    }
}

.sort-options {
    width: 100%;
    float: left;
    visibility: hidden;
}

.sort-options__item:before {
    content: '';
    position: absolute;
    right: 24px;
    top: 8px;
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #000;
}

.sort-options__item:hover:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

@media (min-width: 768px) {
    .sort-options {
        width: 70%;
        margin-right: 3%;
        visibility: visible;
    }
}

.search-actions {
    border-bottom: 1px solid #000;
    padding: 30px 0;
}

.search-actions--bottom {
    border-bottom: 0;
}

/*END SEARCH PAGES*/


/* services and solutions start */
.solutionspageSection p {
    color: #000;
    font-size: 16px;
}

.solutionspageSection .wrapper_100 {
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.solutionspageSection .event_item {
    padding: 0.5em 0;
    margin-top: 1em;
    clear: both;
    font-size: 16px;
}

.solutionspageSection .offering_desc {
    margin-top: 0.1em;
    color: #000;
}

.solutionspageSection .offering_descbullet {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

.solutionspageSection .offering_title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
    padding-left: 45px;
    position: relative;
    line-height: 30px;
}

.solutionspageSection .sub_offering {
    margin: 20px 0;
    margin-left: 80px;
}

.solutionspageSection .sub_title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.1em;
    line-height: 0.9em;
    font-weight: 700;
    font-family: "GTWalsheimProBold", Arial, sans-serif;
    position: relative;
}

.solutionspageSection .sub_desc {
    margin-left: 0;
}

.solutionspageSection .sub_desc li {
    margin-left: 0;
}

.solutionspageSection a.offering_title, .solutionspageSection a.sub_title {
    color: #000 !important;
}

.solutionspageSection a.offering_title {
    line-height: 30px;
}

.solutionspageSection .offering_title:before, .solutionspageSection .sub_title:before {
    content: "\f144";
    color: #000;
    background-size: 20px;
    line-height: 0.8em;
    background-color: #ffed00;
    border-radius: 50%;
    height: 0.8em;
    width: 0.8em;
    margin-left: 3px;
    margin-right: 10px;
    font-family: FontAwesome;
    left: 0;
    top: 2px;
    font-size: 32px;
    position: absolute;
}

.solutionspageSection .sub_title:before {
    left: -45px;
    top: -5px;
}

.solutionspageSection .offering_title a, .solutionspageSection .sub_title a {
    color: #000;
}

.solutionspageSection .offering_title a {
    text-decoration: none;
}

/* services and solutions end */

/* German Language Overrides */
html:lang(de) #zoneName { text-transform: none !important; }
html:lang(de) #listingsResults h2, html:lang(de) #listingsResults h2 a, html:lang(de) #listingsResults h3, html:lang(de) #listingsResults h3 a { text-transform: none !important; }
/* French Language Overrides */
html:lang(fr) #zoneName { text-transform: none !important; }
html:lang(fr) #listingsResults h2, html:lang(fr) #listingsResults h2 a, html:lang(fr) #listingsResults h3, html:lang(fr) #listingsResults h3 a { text-transform: none !important; }
/* PT #150826553 */
.blogContent ul,
.blogPost ul,
.dsContent ul, 
.detailpageSection ul, 
.alliancesContent ul,
.newsContent ul, 
.sectionBlock ul {
    margin-bottom: 2em;
}

.blogContent ul li,
.blogPost ul li,
.dsContent ul li, 
.detailpageSection ul li, 
.alliancesContent ul li,
.newsContent ul li, 
.sectionBlock ul li {
    position: relative;
    padding-left: 22px;
}

.blogContent ul li:before,
.blogPost ul li:before,
.dsContent ul li:before, 
.detailpageSection ul li:before, 
.alliancesContent ul li:before, 
.newsContent ul li:before, 
.sectionBlock ul li:before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 7.7px;
    border-color: transparent transparent transparent #8e8e8e;
    position: absolute;
    left: 4px;
    top: 9px;
}
/* END PT #150826553 */

/* PT #151190609 */
ol {
    list-style-type: decimal;
}
/* END PT #151190609 */
#newsletterModal {
    display: none;
    position: fixed; 
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
}


#newsletterModal .modal-content {
    background-color: white;
    margin: 50px auto 50px auto;
    border: 1px solid black;
    width: 800px; 
    box-shadow: none;
    border-radius: 0;
}

#newsletterModal .newsletterModalContent {
    margin: 40px;
}

#newsletterModal .close {
    background-color: #ffed00;
    width: 40px;
    height: 40px;
    float: right;
    text-shadow: none;
    opacity: 1;
}

#newsletterModal .close img {
    width: 30px;
    height: 30px;
    margin: 5px;
    padding: 0;
}

.Newsletter_Content {
    padding: 40px;
    width: auto;
}

#Newsletter_Header {
    font-family: "GTWalsheimProBold", Arial, sans-serif;
    font-weight: bold;
}

#Newsletter_Description {
    font-family: "GTWalsheimProRegular", Arial, sans-serif;
    line-height: 30px;        
    margin-bottom: 20px;    
}

#Newsletter_Subscription {
    font-family: "GTWalsheimProRegular", Arial, sans-serif;    
    margin: 0;
}

#Newsletter_Interest_Checkboxes {
    margin: 20px 0 20px 0;
}

#Newsletter_Industry_Checkboxes {
    margin: 20px 0 20px 0;
}

.Newsletter_custom_checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 0 10px 0;
    font-family: "GTWalsheimProBold", Arial, sans-serif;    
}

.Newsletter_checkbox {
    display: none;
}

.Newsletter_checkbox:checked + label .Newsletter_custom_checkbox_display {
    background: #ffed00;
    border-color: #ffed00;
}

.Newsletter_checkbox:checked + label .Newsletter_custom_checkbox_display div{
    border-color: black;
}

.Newsletter_checkbox:checked + label::before {
    content: none;
}

.Newsletter_checkbox + label::before {
    content: none !important;
}

.Newsletter_custom_checkbox_display {
    display: inline-block;
    position: relative;
    height: 25px;
    min-height: 25px;
    width: 25px;
    min-width: 25px;
    background: #f4f5f7;
    border: 3px lightgray solid;
    margin: auto 0 auto 0;
}

.Newsletter_custom_checkbox_label {
    display: flex;
    flex-direction: row;
    align-content: center;
    font-size: 18px;
    text-transform: uppercase;
}

.Newsletter_custom_checkbox_label p{
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    font-size: 12px;
    font-weight: bold;
}

.Newsletter_checkmark {
    height: 15px;
    width: 8px;
    border-bottom: 4px transparent solid;
    border-right: 4px transparent solid;
    position: absolute;
    top: 1px;
    left: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#Newsletter_Subscribe_Button {
    margin-right: 10px;
}

.Newsletter_Button {
    margin: 20px 0 0 0;
    padding: 20px 50px 20px 50px;
    border-radius: 0;
    border: 0;
    font-family: "GTWalsheimProBold", Arial, sans-serif;    
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
}

.Newsletter_Yellow_Button {
    background-color: #ffed00;
}

.Newsletter_Gray_Button {
    background-color: #f4f5f7;
}

#Newsletter_NotLoggedIn {
    display: flex;
    flex-direction: row;
    border-top: 2px solid black;    
}

.Newsletter_NotLoggedIn_Header {
    text-transform: none;
}

#Newsletter_Login {
    width: 50%;
    margin: 20px;
}

#Newsletter_Login_Button {
    display: block;
}

#Newsletter_Login_Cancel {
    display: block;
}

#Newsletter_Create_Account {
    width: 375px;
    margin: 20px;
}

#Newsletter_Register_Button {
    width: 100%;
}

#Newsletter_Create_Account p {
    font-family: "GTWalsheimProRegular", Arial, sans-serif;
    line-height: 30px;    
}

@media only screen and (max-width: 800px) {
    
    #Newsletter_NotLoggedIn {
        flex-wrap: wrap;
    }
    
    #Newsletter_Login {
        width: 100%;
    }
    
    #Newsletter_Create_Account {
        width: 100%;
    }
    #newsletterModal .modal-content {
        width:100%;
    }
}
a.global-icon {
    display: inline-block;
    font-size: 30px;
    font-family: 'icons-nc-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: black !important;
    text-decoration: none !important;
    margin: 0;
    padding: 5px;
}

.arrows-icon:before {
    content: "\e900";
}

.communities-icon:before {
    content: "\e901";
}

.instagram-icon:before {
    content: "\e902";
}

.eye-icon:before {
    content: "\e903"
}

.facebook-icon:before {
    content: "\e904";
}

.googleplus-icon:before {
    content: "\e905";
}

.hamburger-icon:before {
    content: "\e906";
}

.linkedin-icon:before {
    content: "\e907";
}

.search-icon:before {
	content: "\e908"
}

.minds-icon:before {
	content: "\e909"
}

.blog-icon:before {
    content: "\e90b";
}

.twitter-icon:before {
    content: "\e90c";
}

.youtube-icon:before {
    content: "\e90d";
}

.share_buttons {
    display: flex;
    flex-direction: row;
    font-weight: normal;
}

.share_buttons a { 
    text-decoration: none !important;   
}

.share_buttons .Facebook_Share {
    margin-right: 5px;
}

.share_buttons .Facebook_Share_alt {
    margin-top: -3px;
    margin-right: 5px;
}

.share_buttons .Facebook_Share .custom_share_f:before {
    color: black;
    font-family: 'icons-nc-font' !important;
    font-size: 30px;
    content: "\e904";
    font-weight: normal;
}

.share_buttons .Facebook_Share .custom_share_f:hover {
    text-decoration: none;
}

.share_buttons .Twitter_Share {
    margin-right: 5px;
}

.share_buttons .Twitter_Share .custom_share_t:before {
    color: black;
    font-family: 'icons-nc-font' !important;
    font-size: 30px;
    content: "\e90c";
    font-weight: normal;
}

.share_buttons .Twitter_Share .custom_share_t:hover {
    text-decoration: none;
}


.share_buttons .Google_Plus_Share {
    margin-right: 5px;
}

.share_buttons .Google_Plus_Share .custom_share_g:before {
    color: black;
    font-family: 'icons-nc-font' !important;
    font-size: 30px;
    content: "\e905";
    font-weight: normal;
}

.share_buttons .Google_Plus_Share .custom_share_g:hover {
    text-decoration: none;
}

.share_buttons .LinkedIn_Share .custom_share_l:before {
    color: black;
    font-family: 'icons-nc-font' !important;
    font-size: 30px;
    content: "\e907";
    font-weight: normal;
}

.share_buttons .LinkedIn_Share .custom_share_l:hover {
    text-decoration: none;
}


/* ----------Override global------------- */
.wrapper {
  width:100%;
}

.corpInfo li a {
  background-image:none;
}

.footer {
  border-top:none;
}

/* ----------Custom------------- */
.email-icon {
  width:20%;
}

.email-text {
  font-size:2em;
}

.custom-grey-bg {
  background-color:#efefef;
  color:#000;
  text-align:center;
}

.custom-grey-bg a:hover {
  text-decoration:none;
  color:#000;
}

.custom-grey-bg h2 {
  padding:1em 0 2em;
}

.custom-footer-section {
  margin:0 auto;
  max-width:1200px;
  padding:2em 1%;
  overflow:auto;
}

@media (max-width: 1200px) {
  .custom-footer-section {
    padding:2em 5%;
  }
}

@media screen and (max-width: 768px) {
  .custom-section{
    padding:3em 5%;
  }
  .email-icon{
    width:50%;
  }
}