﻿@import url('/RichWidgets/Theme.FontAwesome.css?88802');

/*Blocks\CommunityTemporaryWidgets_CW\Banners\WrapupBanner.css*/
.background-recap{
    background-image: url("/CommunityTemporaryWidgets_CW/img/recap_background.png?81563");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.background-black-recap{
    background-color: #030303;
    border-bottom: 1px solid #4d4d49;
}


.phone .background-recap{
    background-image: url("/CommunityTemporaryWidgets_CW/img/recap_background_phone.png?81563");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 13.188rem;
}

[class*="recap-btn"],
[class*="recap-btn"]:visited {
    align-items: center;
    border-radius: 50px;
    color: var(--color-white);
    cursor: pointer;
    display: inline-flex;
    font-family: var(--font-family-notosans);
    font-size: var(--font-size-s);
    font-weight: 700;
    height: var(--space-xl);
    justify-content: center;
    padding: 0 0.87rem;
    transition: all 200ms ease;
    white-space: nowrap;
}

[class*="recap-btn"].btn-s,
[class*="recap-btn"].btn-s:visited {
    font-size: var(--font-size-s);
    height: var(--space-l);
    padding: 0 0.75rem;
}

.recap-btn-green,
a.recap-btn-green:visited {
    background-color:#00FF75;
    border: none;
    color: var(--color-black);
}

.recap-btn-green:hover {
    background-color:#00FF75;
    border: none;
    color: var(--color-black);
    text-decoration: none;
}
/*Blocks\CommunityTemporaryWidgets_CW\Banners\MultipleAccountsBanner.css*/
.position-top-right{
    position: absolute;
    top: 0;
    right: 0;
}

.position-relative {
    position: relative;
}
/*Blocks\Community_CW\CommunityCommunications\DigestSubscriptionBanner.css*/
.subscription-banner.top {
    box-shadow: 0px 1px 4px rgba(10, 20, 30, 0.15), 0px 6px 12px rgba(10, 20, 30, 0.13);
    min-height: 3.5rem;
    position: fixed;
    top: var(--header-size); 
    z-index: 2; 
    
    
    
}

.subscription-banner.top div.ThemeGrid_Container {
    padding-left: var(--space-l);
    padding-right: var(--space-l);
}

.subscription-banner.top .subscription-banner__left-side {
    align-items: center;
    justify-content: flex-start;
    width: 75%;
}

.subscription-banner.top .subscription-banner__right-side {
    width: 25%;
}

.subscription-banner.top .subscription-banner__icon img {
    display: block;
}

.subscription-banner.top .subscription-banner__actions {
    align-self: center;
}

.subscription-banner.top .subscription-banner__dismiss-icon {
    margin-left: var(--space-m);
}

.subscription-banner.top .subscription-banner__form {
    display: none;
}



.phone .subscription-banner.top {
    min-height: unset;
    padding: var(--space-base);
    top: 60px; 
}

.phone .subscription-banner.top div.ThemeGrid_Container {
    padding-left: var(--space-none);
    padding-right: var(--space-none);
}

.phone .subscription-banner.top .subscription-banner__left-side {
    width: 90%;
}

.phone .subscription-banner.top .subscription-banner__right-side {
    width: 10%;
}

.phone .subscription-banner.top .subscription-banner__icon,
.phone .subscription-banner.top .subscription-banner__actions {
    display: none;
}

.phone .subscription-banner.top.success-message .subscription-banner__icon {
    display: block;
}
/*Blocks\Community_Pat\LabelsAndBadges\MVP_Badge.css*/
.mvp_badge {
    background-image: url(/cms_backoffice/assets/20170609153232/mvp-badge);
    background-repeat: no-repeat;
    background-size: 1.25rem; 
    display: inline-flex;
    height: 1.75rem;
    text-indent: -9999px;
    width: var(--space-m);
}
/*Blocks\Community_Pat\LabelsAndBadges\MVP_Label.css*/
.mvp-label {
    border-radius: var(--border-radius-mid-rounded);
    display: inline-flex;
    font-size: var(--font-size-xs);
    font-weight: var(--font-semi-bold);
    line-height: var(--space-base);
    padding: var(--space-none) var(--space-xs);
}

.mvp-label-tier1 {
    background-color: var(--color-yellow-light);
    color: var(--color-neutral-8);
    opacity: 60%;
}

.mvp-label-tier2 {
    background-color: var(--color-yellow-light);
    color: var(--color-neutral-8);
}

.mvp-label-tier3 {
    background-color: var(--color-yellow);
    color: var(--color-white);
}

.mvp-label-tier4 {
    background-color: var(--color-yellow-dark);
    color: var(--color-white);
}

.mvp_text {  
    font-size: var(--font-size-xs);
    font-weight: var(--font-semi-bold);
    line-height: var(--space-base);
}

.tooltip-widget .mvp-label {
    display: flex;
}
/*Blocks\Community_Pat\LabelsAndBadges\Champion_Label.css*/
.rectangle-champion {
    background-color: var(--color-red-dark);
    border: var(--border-size-s) solid var(--color-red-darker);
    border-radius: var(--border-radius-mid-rounded);
    color: var(--color-white);
    padding: var(--space-none) var(--space-xs);
    display: inline-flex;
}

.champion-text {
    font-size: var(--font-size-xxs);
    font-weight: var(--font-semi-bold);
    line-height: var(--space-base);
}
/*Blocks\RichWidgets\RichWidgets\Icon.css*/
.fa:after {
    content: "N/A";       
}
/*Blocks\RichWidgets\jQueryUI\jQueryUIInternal.css*/
.os-internal-ui-widget-overlay {
   position: fixed;
   *position: absolute; 
   top: 0;
   left: 0;
   background-color: black;
   filter: alpha(opacity=30); 
   -moz-opacity: 0.3; 
   opacity: 0.3;
}

.os-internal-ui-dialog {
   position: absolute;
}

div.os-internal-PopupCallOut{
   position: absolute;
   display: none;
   z-index: 4001;
}

div.os-internal-Popup .os-internal-ui-dialog,
div.os-internal-Popup.os-internal-ui-dialog {
    background-color: white;
    border:1px solid #666666;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar {
    border-bottom: 0px solid #d8d2aa;
    background: #1E5AA3 url(/RichWidgets/img/Bar_Gradient.png?88802) repeat-x top;
    _background:#1E5AA3;  
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  
    padding: 0px;
    height: 28px;
}

div.os-internal-Popup .os-internal-ui-dialog.os-internal-ui-draggable .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog.os-internal-ui-draggable .os-internal-ui-dialog-titlebar {
    cursor: move;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-hover,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-hover,
div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close {
    width: 16px;
    height: 16px;
    background: url(/RichWidgets/img/Popup_titlebar_close.png?88802) no-repeat;
    position:absolute;
    top: 6px;
    right: 7px;
}

div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-no-title {
    width: 48px;
    height: 48px;
    background: url(/RichWidgets/img/Popup_Editor_No_Title_Close.png?88802) no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Popup_Editor_No_Title_Close.png', sizingMethod='scale');  
    position:absolute;
    top: -24px;
    right: -24px;
}

div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close-no-title:hover {
    background: url(/RichWidgets/img/Popup_Editor_No_Title_Close_Hover.png?88802) no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Popup_Editor_No_Title_Close_Hover.png', sizingMethod='scale');  
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close span,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close span {
    display: none;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-title,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-title {
    margin-left: 5px;
    color: white;
    font-weight: bold;
    position: relative;
    top: 7px;
    left: 4px;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-content,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-content {
    margin: 0px;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-buttonpane,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-buttonpane {
    position: absolute;
    bottom: 8px;
    right: 12px;
    width: 100%;
    text-align: right;
}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-buttonpane button,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-buttonpane button {
    margin: 6px;
}


div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-n,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-n { cursor: n-resize; height: 2px; width: 100%; top: 0px; left: 0px;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-s,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-e,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-w,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-se,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-sw,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-nw,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px;}

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-resizable-ne,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px;}
/*Blocks\RichWidgets\RichWidgets\Input_AutoComplete.css*/
input.os-internal-ui-autocomplete-loading {
    cursor: progress;
}

ul.os-internal-ui-autocomplete, ul.os-internal-ui-autocomplete li {
    margin: 0; 
    padding: 0; 
    list-style: none;
}

ul.os-internal-ui-autocomplete {
    position: absolute;
    z-index: 9999;    
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

ul.os-internal-ui-autocomplete li a {
    display: block;
    font-weight: normal;
    padding: 2px;
    outline: none;
}

ul.os-internal-ui-autocomplete a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: #ffffff;
    color: #222222 !important;
}

ul.os-internal-ui-autocomplete a.os-internal-ui-state-hover {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background-color: #1E5AA3;
    color: white !important;
}
/*Blocks\OneTrustCookieBar_Lib\OneTrustCookieBar\CookieConsentButton.css*/
div.optanon-show-settings-popup-wrapper .optanon-show-settings-left{
    background-color:transparent !important;
    border: 0px !important;
    width: 25px !important;
}
div.optanon-show-settings-popup-wrapper .optanon-show-settings-middle{
    background-color:transparent !important;
    border: 0px !important;
}
div.optanon-show-settings-popup-wrapper .optanon-show-settings-right{
    display:none;  
}
div.optanon-show-settings-popup-wrapper .optanon-show-settings-left{
    background-position: 1px 9px !important;
}

div.optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings{
    font-family: myriad-pro,Arial,sans-serif !important;
    font-weight: 400 !important;    
    line-height: 1.4em !important;
    padding: .3333em 0 !important;
    color: #9b9b9b !important;
}

div.optanon-show-settings-popup-wrapper .optanon-show-settings-middle a.optanon-show-settings:hover {
    background-color: transparent;
    color: #fff !important;
    text-decoration: underline !important;
}
    
div.optanon-show-settings-popup-wrapper {
    height: 0px;
    display: flex;
    margin-bottom: 30px;
}

.footer-section-link > .optanon-show-settings-popup-wrapper > .optanon-show-settings-button > .optanon-show-settings-left {
    display: none;
}

.optanon-show-settings-button {
    display: flex;
}
div.optanon-show-settings-popup-wrapper .optanon-show-settings-left {
    width: 25px !important;
}
.optanon-show-settings-popup-wrapper *, .optanon-show-settings-popup-wrapper div {
    white-space: nowrap!important;
}
.optanon-show-settings-popup-wrapper .optanon-show-settings-middle {
    margin-top: 3px;
}
/*Blocks\RichWidgets\RichWidgets\Feedback_Message.css*/
div.Feedback_Message_Wrapper {
    position: fixed;
    top: -200px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 24px;
    _position: absolute; 
    _top: expression( (document.documentElement.scrollTop - 2) + 'px' ); 
    z-index: 10000;
}

div.Feedback_Message_Wrapper img {
    vertical-align: middle;
    padding: 2px;
    margin: 0px;
}

a.Feedback_Message_Wrapper_Close {
    position:absolute;
    top: 0px;
    right: 0px;
}

a.Feedback_Message_Wrapper_Close:hover {
  background-color:transparent;
}

div.Feedback_Message_Error,
div.Feedback_Message_Warning,
div.Feedback_Message_Success,
div.Feedback_Message_Info{
    position: relative;
    border: none; 
    border-radius: 8px;
    color: white;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px 18px 5px 5px;
    max-width: 800px;
    text-align: left;
    word-break: break-word;
    
    -webkit-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.498039);
    -moz-box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.498039);
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.498039);
}

div.Feedback_Message_Error {
    background-color: #BF1601;
}

div.Feedback_Message_Warning {
    background-color: #E88310;
}

div.Feedback_Message_Success {
    background-color: #76B501;
}

div.Feedback_Message_Info {
    background-color: #166BA5;
}
/*Blocks\RichWidgets\RichWidgets\Feedback_AjaxWait.css*/
div.Feedback_AjaxWait {
	color: white;
    font-size: 16px;
	position: fixed;
	bottom: 0px;
	right: 0px;
    background-color: #FFD026;
	padding: 4px 10px 4px 10px;
	z-index: 10000;
    border-top-left-radius: 3px;
}

div.Feedback_AjaxWait img {
  vertical-align: bottom;
}

.Feedback_AjaxWait_CursorProgress,
.Feedback_AjaxWait_CursorProgress a,
.Feedback_AjaxWait_CursorProgress input {
    cursor: progress;
}