<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * NOTE: This is a drop for mock and testing purposes only.
 * Original file: https://r3.res.outlook.com/o365/versionless/shellg2corecss_db1d37e7.css
 * Get new versions from: https://r3.res.outlook.com/o365/16.00.latest/shellresourcecatalog.xml
 */
/*---------------------------------------------
NativeScrollRegion styles
----------------------------------------------*/
.customScrollBar::-webkit-scrollbar
{
height: 18px;
width: 18px;
}
.customScrollBar::-webkit-scrollbar:disabled
{
display:none;
}
.customScrollBar::-webkit-scrollbar-button
{
background-color: #fff;
background-repeat: no-repeat;
cursor:pointer;
}
.customScrollBar::-webkit-scrollbar-button:horizontal:increment,
.customScrollBar::-webkit-scrollbar-button:horizontal:decrement,
.customScrollBar::-webkit-scrollbar-button:horizontal:increment:hover,
.customScrollBar::-webkit-scrollbar-button:horizontal:decrement:hover,
.customScrollBar::-webkit-scrollbar-button:vertical:increment,
.customScrollBar::-webkit-scrollbar-button:vertical:decrement,
.customScrollBar::-webkit-scrollbar-button:vertical:increment:hover,
.customScrollBar::-webkit-scrollbar-button:vertical:decrement:hover
{
background-position:center;
height: 18px;
width: 18px;
}
.customScrollBarLight::-webkit-scrollbar-button
{
display: none;
}
.customScrollBar::-webkit-scrollbar-track
{
background-color: #fff;
}
.customScrollBarLight::-webkit-scrollbar-track
{
background-color: #0072C6;
}
.customScrollBar::-webkit-scrollbar-thumb
{
border-radius: 9px;
border: solid 6px #fff;
background-color: #c8c8c8;
}
.customScrollBarLight::-webkit-scrollbar-thumb
{
border-color: #0072C6;
background-color: #95B1C1;
}
.customScrollBar::-webkit-scrollbar-thumb:vertical
{
min-height:50px;
}
.customScrollBar::-webkit-scrollbar-thumb:horizontal
{
min-width:50px;
}
.customScrollBar::-webkit-scrollbar-thumb:hover
{
border-radius: 9px;
border: solid 6px #fff;
background-color: #98A3A6;
}
.customScrollBar::-webkit-scrollbar-corner
{
background-color: #fff;
}
.nativeScrollInertia
{
-webkit-overflow-scrolling: touch;
}
/*
This rule is stated here, rather than in the stylesheet
generated by CssSpritesGen2, because we want this to be
the default while allowing templates to override to
display as a full block element.
*/
.csimg
{
display: inline-block;
overflow: hidden;
}
/*-------------------------------------
Firefox button fix (removes extra
button padding)
--------------------------------------*/
button::-moz-focus-inner
{
border-width: 0;
padding: 0;
}
/*-------------------------------------
TextBox styles
--------------------------------------*/
.textbox
{
border-width: 1px;
border-style: solid;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-webkit-appearance:none;
height: 30px;
padding: 0px 5px;
}
.tnarrow .textbox, .twide .textbox
{
font-size: 12px;
background-color: #fff;
height: 14px;
padding: 3px 5px;
}
/*-------------------------------------
Text area styles
-------------------------------------*/
.textarea
{
padding: 10px;
}
.textarea:hover
{
background-color: transparent;
border-color: transparent;
}
/*---------------------------------------------
Button styles
----------------------------------------------*/
.o365button
{
background: transparent;
border-width: 0px;
padding: 0px;
cursor: pointer !important;
font-size: 14px;
}
.o365button:disabled,
label.o365button[disabled=true]
{
cursor: default !important;
}
.o365buttonOutlined
{
padding-right: 11px;
padding-left: 11px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
border-width: 1px;
border-style: solid;
}
.o365buttonOutlined .o365buttonLabel
{
display:inline-block;
}
.o365buttonOutlined
{
height: 30px;
}
.twide .o365buttonOutlined, .tnarrow .o365buttonOutlined
{
height: 22px;
}
.o365buttonOutlined .o365buttonLabel
{
height: 22px;
}
/*-------------------------------------
Checkbox styles
--------------------------------------*/
.checkbox
{
border-style:none;
cursor:pointer;
vertical-align:middle;
}
/*---------------------------------------------
Popup styles
----------------------------------------------*/
.popupShadow
{
box-shadow: 0 0 20px rgba(0,0,0,.4);
border: 1px solid #eaeaea;
}
.contextMenuDropShadow
{
box-shadow: 0 0 7px rgba(0,0,0,.4);
border: 1px solid #eaeaea;
}
.modalBackground
{
background-color: #fff;
height: 100%;
width: 100%;
opacity: 0.65;
filter: Alpha(opacity=65); /* Internet Explorer */
}
.clearModalBackground
{
/* We use a white background with opacity 0 rather than background-color transparent so that
the browser won't allow the user click/touch to propagate to the control beneath it. */
background-color: #fff;    /* UX Approved */
opacity: 0;
filter: Alpha(opacity=0); /* Internet Explorer */
height: 100%;
width: 100%;
}
/*---------------------------------------------
Context Menu styles
----------------------------------------------*/
.contextMenuPopup
{
background-color: #fff;
}
/*---------------------------------------------
Focus Highlight Behavior styles
----------------------------------------------*/
.removeFocusOutline *:focus
{
outline: none;
}
.addFocusOutline button:focus
{
outline: dotted 1px;
}
.addFocusRingOutline button:focus
{
outline: auto 5px -webkit-focus-ring-color;
}
/* transparent defaults */
.border-color-transparent
{
border-color: transparent;
}
/*-------------------------------------
DockPanel styles
--------------------------------------*/
.vResize, .hResize
{
z-index: 1000;
}
.hResize, .hResizeCursor *
{
cursor: row-resize !important;
}
.vResize, .vResizeCursor *
{
cursor: col-resize !important;
}
.vResizing, .hResizing
{
filter: alpha(opacity=60);
opacity: 0.6;
-moz-opacity: 0.6;
border: solid 1px #666;
}
.vResizing
{
border-width: 0px 1px;
}
.hResizing
{
border-width: 1px 0px;
}
.o365buttonRegular {
height:40px;
}
.o365buttonOutlined {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
border-width:1px;
border-style:solid;
height:30px;
padding-left:20px;
padding-right:20px;
}
._fc_2{margin-right:4px}._fc_3,._fc_4{vertical-align:middle}._fc_5{vertical-align:middle;margin-right:10px}._fc_6{border-width:1px;border-style:solid;display:inline-block;vertical-align:middle;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;text-align:center}._fc_6{font-size:14px;width:16px;height:15px}
._fce_2 ._fce_3{background:#666}._fce_4 ._fce_3{background:#fff}._fce_5{display:inline-block}._fce_6{display:none}._fce_7{margin:auto 4px auto 4px;display:inline-block;position:relative;top:-8px}._fce_8{top:-2px}._fce_9&gt;*{vertical-align:middle}._fce_a{height:100%;padding-right:15px}._fce_b{height:100%;overflow:hidden;direction:inherit}._fce_c{display:inline;height:100%}._fce_d{direction:rtl}._fce_e{display:inline-block;margin:0;height:100%;padding-right:1px;direction:inherit}._fce_f{float:right}._fce_g{float:left}._fce_h{padding:0 10px 0 5px;margin-right:-1px;display:inline-block;height:100%}._fce_i{display:inline-block;padding:0 10px 0 10px;margin:0;height:100%;float:right;direction:inherit}._fce_j{display:none}._fce_k{margin-right:-2px}._fce_l{margin-right:-5px;margin-left:0;padding-right:5px;padding-left:10px;height:100%}._fce_m{margin-left:5px}._fce_n{margin-right:5px}._fce_i&gt;span:first-child,._fce_h&gt;span:first-child{width:22px;vertical-align:text-top}._fce_o ._fce_p{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);margin-left:-2px}._fce_o._fce_q ._fce_p{-webkit-transform:scaleX(-1) rotate(-45deg);-moz-transform:scaleX(-1) rotate(-45deg);-o-transform:scaleX(-1) rotate(-45deg);-ms-transform:scaleX(-1) rotate(-45deg);margin-left:-2px}._fce_r{vertical-align:baseline}._fce_s{border-width:1px;border-style:solid;-webkit-box-shadow:0 0 7px rgba(0,0,0,.4);box-shadow:0 0 7px rgba(0,0,0,.4)}._fce_t{min-width:180px;outline:0;overflow-y:auto;white-space:nowrap}._fce_u{outline:0}._fce_v{position:relative}._fce_w{position:absolute;top:13px;right:8px}._fce_x,._fce_y{text-align:right;padding-left:20px;padding-right:30px;height:40px;line-height:40px;width:100%}._fce_y._fce_z{padding-right:0}._fce_x{display:block}._fce_A ._fce_x{padding-right:20px}._fce_B{display:inline-block}._fce_C{display:inline-block}._fce_D{margin-left:3px;vertical-align:middle}._fce_E{margin-left:36px}._fce_F{display:none}._fce_G{position:absolute;left:8px;top:7px}._fce_H{text-decoration:none}._fce_I{width:100%;height:0;margin:-1px 0 0 0;border-width:1px 0 0 0;border-style:solid;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}._fce_x,._fce_y{height:30px;line-height:30px;padding-right:20px;padding-left:10px}._fce_w{top:10px;right:5px}._fce_G{top:8px}._fce_J{overflow-x:hidden;max-height:561px}._fce_K{max-height:none}._fce_L{padding-right:10px;padding-top:5px;display:block}._fce_M ._fce_C{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:180px}._fce_I{margin:1px 0 0 0}._fce_O{text-align:right;padding-left:20px;padding-right:30px;height:40px;line-height:40px;display:block;width:100%}._fce_P{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}._fce_Q{width:118px}._fce_O{height:30px;line-height:30px;padding-right:20px;padding-left:10px}._fce_R{text-align:left;right:0;left:0}._fce_S{margin:0 10px 0 0;min-width:80px;vertical-align:top}._fce_T{line-height:24px;display:inline-block}._fce_U{display:inline}._fce_V{padding:20px}._fce_W{margin:14px 0;position:relative}._fce_V{padding:25px 30px 20px 30px;min-width:210px;max-width:400px}._fce_Y{width:100%;white-space:nowrap;overflow:visible;text-align:right;position:relative;border-width:1px;border-style:solid}._fce_Z{padding-right:6px;overflow:hidden;margin-left:20px}._fce_01{position:absolute;left:0;width:10px;bottom:0;padding:0 5px;line-height:normal}._fce_11{min-width:150px;outline:0;overflow-y:auto}._fce_11 div{outline:0}._fce_21{position:relative}._fce_31{display:inline-block;margin-right:3px;margin-left:8px}._fce_41{margin:-3px -1px 0 1px;visibility:hidden}._fce_41._fce_51{visibility:visible}._fce_61{text-align:right;padding-left:10px;display:block;width:100%}._fce_71 ._fce_61{padding-right:20px}._fce_81{position:absolute;left:4px;top:3px}._fce_Y{height:30px}._fce_Z{margin-bottom:1px}._fce_01{top:4px}._fce_61{padding:0 5px 0 0;height:30px;line-height:30px}._fce_91{overflow-x:hidden;max-height:561px}._fce_11{padding:3px 0 3px 0;white-space:nowrap}._fce_a1{display:inline-block}._fce_d1{padding:0 0 0 15px;cursor:pointer}._fce_e1{-webkit-transition-property:color,opacity;-webkit-transition-duration:.5s,.5s;-moz-transition-property:color,opacity;-moz-transition-duration:.5s,.5s;-ms-transition-property:color,opacity;-ms-transition-duration:.5s,.5s}._fce_f1{opacity:1}._fce_g1{opacity:0}._fce_h1{-webkit-transition-property:-webkit-transform;-webkit-transition-duration:.33s;-webkit-transition-timing-function:cubic-bezier(0,0,0,1);-moz-transition-property:-moz-transform;-moz-transition-duration:.33s;-moz-transition-timing-function:cubic-bezier(0,0,0,1);-ms-transition-duration:.33s;-ms-transition-timing-function:cubic-bezier(0,0,0,1)}._fce_i1{position:relative;white-space:nowrap;-webkit-user-select:none;-ms-user-select:none;user-select:none;-moz-user-select:none}._fce_j1{width:100%}._fce_k1{padding:4px 13px 4px 0}._fce_l1{white-space:normal}._fce_d1{padding:0 0 0 20px}._fce_m1{vertical-align:middle}._fce_n1{margin:0;vertical-align:middle}._fce_o1{margin-bottom:3px}._fce_m1{padding-right:4px;vertical-align:middle}._fce_n1{font-size:16px}
.wf
{
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
vertical-align: middle;
display: inline-block;
}
.wf-family-owa
{
font-family: 'o365Icons' !important;
}
.ie8 .wf-family-owa
{
font-family: 'o365IconsIE8' !important;
}
.wf-size-x16-circle
{
font-size: 10px !important;
padding: 2px !important;
border-width: 1px !important;
width: 16px !important;
height: 16px !important;
}
.wf-size-x20-circle
{
font-size: 15px !important;
padding: 1px !important;
border-width: 2px !important;
width: 20px !important;
height: 20px !important;
}
.wf-size-x24-circle
{
font-size: 16px !important;
padding: 2px !important;
border-width: 2px !important;
width: 24px !important;
height: 24px !important;
}
.wf-size-x32-circle, .tnarrow .wf-size-appBar
{
font-size: 22px !important;
padding: 3px 2px 2px 2px !important;
border-width: 2px !important;
width: 32px !important;
height: 32px !important;
}
.wf-size-x35-circle, .twide .wf-size-appBar, .mouse .wf-size-appBar
{
font-size: 22px !important;
padding: 4px 2px 2px 2px !important;
border-width: 2px !important;
width: 35px !important;
height: 35px !important;
}
.tnarrow .ms-icon-size-appBar:before
{
font-size: 18px !important;
padding: 5px !important;
border-width: 2px !important;
width: 32px !important;
height: 32px !important;
}
.tnarrow .ms-icon-size-appBar.ms-icon-wide-glyph:before
{
padding-left: 2px !important;
padding-right: 8px !important;
}
.twide .ms-icon-size-appBar:before, .mouse .ms-icon-size-appBar:before
{
font-size: 21px !important;
padding: 5px !important;
border-width: 2px !important;
width: 35px !important;
height: 35px !important;
}
.twide .ms-icon-size-appBar.ms-icon-wide-glyph:before, .mouse .ms-icon-size-appBar.ms-icon-wide-glyph:before
{
padding-left: 2px !important;
padding-right: 8px !important;
}
.twide .ms-icon-size-appBar.ms-icon-wide-glyph:before, .mouse .ms-icon-size-appBar.ms-icon-wide-glyph:before
{
padding-left: 1px !important;
padding-right: 7px !important;
}
.twide .ms-icon-size-appBar.ms-icon-tall-glyph:before,  .mouse .ms-icon-size-appBar.ms-icon-tall-glyph:before
{
padding-top: 6px !important;
}
.ie8 .wf-size-x16-circle
{
font-size: 16px !important;
}
.ie8 .wf-size-x24-circle
{
font-size: 24px !important;
}
.ie8 .wf-size-x32-circle
{
font-size: 32px !important;
}
.ie8 .wf-size-x35-circle
{
font-size: 35px !important;
}
.wf-size-x8
{
font-size: 8px !important;
}
.wf-size-x11
{
font-size: 11px !important;
}
.ms-icon-font-size-11
{
font-size: 11px !important;
}
.wf-size-x12
{
font-size: 12px !important;
}
.wf-size-x14
{
font-size: 14px !important;
}
.ms-icon-font-size-15
{
font-size: 15px !important;
}
.wf-size-x16
{
font-size: 16px !important;
}
.wf-size-x17
{
font-size: 17px !important;
}
.ms-icon-font-size-17
{
font-size: 17px !important;
}
.wf-size-x18
{
font-size: 18px !important;
}
.wf-size-x20
{
font-size: 20px !important;
}
.wf-size-x21
{
font-size: 21px !important;
}
.ms-icon-font-size-21
{
font-size: 21px !important;
}
.wf-size-x22
{
font-size: 22px !important;
}
.wf-size-x24
{
font-size: 24px !important;
}
.ms-icon-font-size-25
{
font-size: 25px !important;
}
.wf-size-x26
{
font-size: 26px !important;
}
.ms-icon-font-size-27
{
font-size: 27px !important;
}
.wf-size-x28
{
font-size: 28px !important;
}
.wf-size-x32
{
font-size: 32px !important;
}
.wf-size-x35
{
font-size: 35px !important;
}
.wf-size-x40
{
font-size: 40px !important;
}
.wf-size-x48
{
font-size: 48px !important;
}
.wf-size-x56
{
font-size: 56px !important;
}
.wf-size-x64
{
font-size: 64px !important;
}
.wf-size-x96
{
font-size: 96px !important;
}
.wf-size-x240
{
font-size: 240px;
}
.wf-size-swipe:before
{
font-size: 30px !important;
padding: 3px !important;
border-width: 2px !important;
width: 40px !important;
height: 40px !important;
}
.ms-border-transparent:before
{
border-color: transparent;
}
.ms-icon-font-size-40
{
font-size: 40px !important;
}
.ms-icon-font-size-50
{
font-size: 50px !important;
}
.ms-icon-font-size-60
{
font-size: 60px !important;
}
.ms-icon-font-size-70
{
font-size: 70px !important;
}
.ms-icon-font-size-90
{
font-size: 90px !important;
}
.ms-icon-font-size-100
{
font-size: 100px !important;
}
.ms-icon-font-size-160
{
font-size: 160px !important;
}
.ms-icon-font-size-240
{
font-size: 240px !important;
}
.ms-icon-modifier-doughboy, .ms-icon-modifier-doughboy:before
{
overflow:hidden;
box-sizing:border-box;
display:block;
}
.ms-icon-modifier-doughboy.ms-icon-font-size-16, .ms-icon-modifier-doughboy.ms-icon-font-size-16:before
{
height: 16px;
width: 16px;
}
.ms-icon-modifier-doughboy.ms-icon-font-size-20, .ms-icon-modifier-doughboy.ms-icon-font-size-20:before
{
height: 20px;
width: 20px;
}
.ms-icon-modifier-doughboy.ms-icon-font-size-24, .ms-icon-modifier-doughboy.ms-icon-font-size-24:before
{
height: 24px;
width: 24px;
}
.ms-icon-modifier-doughboy.ms-icon-font-size-25, .ms-icon-modifier-doughboy.ms-icon-font-size-25:before
{
height: 25px;
width: 25px;
}
.ms-icon-modifier-doughboy.ms-icon-font-size-30, .ms-icon-modifier-doughboy.ms-icon-font-size-30:before
{
height: 30px;
width: 30px;
}
.ms-icon-modifier-doughboy.ms-icon-font-size-32, .ms-icon-modifier-doughboy.ms-icon-font-size-32:before
{
height: 32px;
width: 32px;
}
.ms-icon-modifier-doughboy.ms-icon-font-size-35, .ms-icon-modifier-doughboy.ms-icon-font-size-35:before
{
height: 35px;
width: 35px;
}
.ms-icon-modifier-doughboy.ms-icon-font-size-40, .ms-icon-modifier-doughboy.ms-icon-font-size-40:before
{
height: 40px;
width: 40px;
}
.ms-icon-modifier-doughboy.ms-icon-font-size-48, .ms-icon-modifier-doughboy.ms-icon-font-size-48:before
{
height: 48px;
width: 48px;
}
.ms-icon-modifier-doughboy.ms-icon-font-size-50, .ms-icon-modifier-doughboy.ms-icon-font-size-50:before
{
height: 50px;
width: 50px;
}
.ms-icon-modifier-doughboy.ms-icon-font-size-64, .ms-icon-modifier-doughboy.ms-icon-font-size-64:before
{
height: 64px;
width: 64px;
}
.ms-icon-modifier-doughboy.ms-icon-font-size-70, .ms-icon-modifier-doughboy.ms-icon-font-size-70:before
{
height: 70px;
width: 70px;
}
.ms-icon-modifier-doughboy.ms-icon-font-size-96, .ms-icon-modifier-doughboy.ms-icon-font-size-96:before
{
height: 96px;
width: 96px;
}
.ms-icon-modifier-doughboy.ms-icon-font-size-100, .ms-icon-modifier-doughboy.ms-icon-font-size-100:before
{
height: 100px;
width: 100px;
}
.ms-icon-modifier-doughboy.ms-icon-font-size-160, .ms-icon-modifier-doughboy.ms-icon-font-size-160:before
{
height: 160px;
width: 160px;
}
.ms-icon-modifier-doughboy.ms-icon-font-size-240, .ms-icon-modifier-doughboy.ms-icon-font-size-240:before
{
height: 240px;
width: 240px;
}
.ms-icon-modifier-changePhotoDoughboy
{
padding-top: .1em;
font-size: 200px !important;
}
.ie.ms-icon-modifier-changePhotoDoughboy
{
padding-top: .16em !important;
}
.ms-icon-modifier-personDoughboy:before
{
padding-top: .09em;
text-indent: -0.05em;
}
.ie.ms-icon-modifier-personDoughboy:before
{
padding-top: 0.14em;
}
.ms-icon-modifier-placeDoughboy:before {
padding-top: 0.2em;
}
.ms-icon-modifier-placeDoughboy.ms-icon-font-size-16
{
font-size: 12px !important;
}
.ms-icon-modifier-placeDoughboy.ms-icon-font-size-20
{
font-size: 15px !important;
}
.ms-icon-modifier-placeDoughboy.ms-icon-font-size-24
{
font-size: 17px !important;
}
.ms-icon-modifier-placeDoughboy.ms-icon-font-size-25
{
font-size: 18px !important;
}
.ms-icon-modifier-placeDoughboy.ms-icon-font-size-30
{
font-size: 23px !important;
}
.ms-icon-modifier-placeDoughboy.ms-icon-font-size-32
{
font-size: 24px !important;
}
.ms-icon-modifier-placeDoughboy.ms-icon-font-size-35
{
font-size: 25px !important;
}
.ms-icon-modifier-placeDoughboy.ms-icon-font-size-40
{
font-size: 28px !important;
}
.ms-icon-modifier-placeDoughboy.ms-icon-font-size-48
{
font-size: 32px !important;
}
.ms-icon-modifier-placeDoughboy.ms-icon-font-size-50
{
font-size: 37px !important;
}
.ms-icon-modifier-placeDoughboy.ms-icon-font-size-64
{
font-size: 45px !important;
}
.ms-icon-modifier-placeDoughboy.ms-icon-font-size-70
{
font-size: 50px !important;
}
.ms-icon-modifier-placeDoughboy.ms-icon-font-size-96
{
font-size: 72px !important;
}
.ms-icon-modifier-placeDoughboy.ms-icon-font-size-100
{
font-size: 75px !important;
}
.ms-icon-modifier-placeDoughboy.ms-icon-font-size-160
{
font-size: 120px !important;
}
.ie.ms-icon-modifier-groupDoughboy:before
{
padding-top: .28em;
}
.ms-icon-modifier-groupDoughboy:before
{
padding-top: .25em;
text-indent: -.25em;
}
.ms-icon-modifier-groupDoughboy.ms-icon-font-size-16
{
font-size: 14px !important;
}
.ms-icon-modifier-groupDoughboy.ms-icon-font-size-20
{
font-size: 17.5px !important;
}
.ms-icon-modifier-groupDoughboy.ms-icon-font-size-24
{
font-size: 21px !important;
}
.ms-icon-modifier-groupDoughboy.ms-icon-font-size-25
{
font-size: 22px !important;
}
.ms-icon-modifier-groupDoughboy.ms-icon-font-size-30
{
font-size: 26px !important;
}
.ms-icon-modifier-groupDoughboy.ms-icon-font-size-32
{
font-size: 28px !important;
}
.ms-icon-modifier-groupDoughboy.ms-icon-font-size-35
{
font-size: 30.5px !important;
}
.ms-icon-modifier-groupDoughboy.ms-icon-font-size-40
{
font-size: 35px !important;
}
.ms-icon-modifier-groupDoughboy.ms-icon-font-size-48
{
font-size: 42px !important;
}
.ms-icon-modifier-groupDoughboy.ms-icon-font-size-50
{
font-size: 44px !important;
}
.ms-icon-modifier-groupDoughboy.ms-icon-font-size-64
{
font-size: 56px !important;
}
.ms-icon-modifier-groupDoughboy.ms-icon-font-size-70
{
font-size: 61px !important;
}
.ms-icon-modifier-groupDoughboy.ms-icon-font-size-96
{
font-size: 84px !important;
}
.ms-icon-modifier-groupDoughboy.ms-icon-font-size-100
{
font-size: 87.5px !important;
}
.ms-icon-modifier-groupDoughboy.ms-icon-font-size-160
{
font-size: 140px !important;
}
.ms-icon-modifier-bookingDoughboy:before
{
padding-top: .13em;
font-size: .8em;
}
.ie.ms-icon-modifier-bookingDoughboy:before
{
padding-top: .16em !important;
}
.o365cs *{font-family:"SegoeUI-Regular-final","Segoe UI","Segoe UI WPC",Segoe,Tahoma,Helvetica,Arial,sans-serif;font-size:12px;line-height:normal;font-weight:normal;white-space:nowrap}.o365cs button,.o365cs .o365button,.o365cs-flexPane-panel .o365button,.o365cs-flexPane-panel-new .o365button{min-width:0;margin:0}.o365cs-clear{clear:both}.o365cs-display-none{display:none!important}.o365cs-context-font{font:19px "SegoeUI-Regular-final","Segoe UI","Segoe UI WPC",Segoe,Tahoma,Helvetica,Arial,sans-serif}.o365cs-h100{height:100%}.o365cs-w100{width:100%}.o365cs-w100-h100{height:100%;width:100%}.o365cs-nav-spinnerContainer{width:16px;height:16px;display:inline-block;margin-top:11px}.o365cs-nav-spinner{width:12px;height:12px;position:relative;padding:2px;overflow:hidden;-moz-animation-duration:1000ms;-webkit-animation-duration:1000ms;animation-duration:1000ms;-moz-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-moz-animation-timing-function:steps(8,end);-webkit-animation-timing-function:steps(8,end);animation-timing-function:steps(8,end);-moz-animation-name:rotate;-webkit-animation-name:rotate;animation-name:rotate}.o365cs-nav-spinnerBall{width:3px;height:3px;border-radius:100%;position:absolute;-moz-transform-origin:6px 6px;-webkit-transform-origin:6px 6px;transform-origin:6px 6px}.o365cs-nav-spinnerBall:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg)}.o365cs-nav-spinnerBall:nth-child(2){opacity:.8;-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0)}.o365cs-nav-spinnerBall:nth-child(3){opacity:.6;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);transform:rotate(-45deg)}.o365cs-nav-spinnerBall:nth-child(4){opacity:.4;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);transform:rotate(-90deg)}.o365cs-nav-spinnerBall:nth-child(5){opacity:.25;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);transform:rotate(-135deg)}.o365cs-nav-spinnerBall:nth-child(6){opacity:.15;-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);transform:rotate(-180deg)}.o365cs-nav-spinnerBall:nth-child(7){opacity:.075;-webkit-transform:rotate(-225deg);-moz-transform:rotate(-225deg);transform:rotate(-225deg)}.o365cs-nav-spinnerBall:nth-child(8){opacity:.05;-webkit-transform:rotate(-270deg);-moz-transform:rotate(-270deg);transform:rotate(-270deg)}.o365cs-nav-navMenuLoadingText{display:inline-block;margin:10px 10px 20px 10px;font-family:"SegoeUI-Regular-final","Segoe UI","Segoe UI WPC",Segoe,Tahoma,Helvetica,Arial,sans-serif;font-size:14px}.o365cs-pickerdownarrow{margin-top:1px;font-size:14px!important}.o365cs-checkmarksmall{margin-top:-3px;margin-right:0;margin-left:3px;margin-bottom:0}.o365cs-nav-header16 .o365cs-nav-pinnedAppsContainer{display:inline-block;border-right:1px solid #fff;border-right-color:rgba(255,255,255,.3)}.o365cs-nav-header16 .o365cs-nav-pinnedApps{display:inline-block;vertical-align:middle}.o365cs-nav-header16 .o365cs-nav-pinnedAppIcon{vertical-align:top}.o365cs-me-contextMenu{width:374px;padding-left:1px;white-space:nowrap}.o365cs-me-contextMenu button{line-height:normal;letter-spacing:normal;text-align:center;height:auto;width:100%}.o365cs-me-personaCellInline{vertical-align:middle;white-space:nowrap;display:inline-block}.o365cs-me-presenceColor-Unknown{background-color:#dedede}.o365cs-me-presenceColor-Available{background-color:#5dd255}.o365cs-me-presenceColor-Away{background-color:#ffd200}.o365cs-me-presenceColor-Busy{background:-webkit-repeating-linear-gradient(135deg,#e57a79,#e57a79 3px,#d00e0d 3px,#d00e0d 6px);background:-moz-repeating-linear-gradient(135deg,#e57a79,#e57a79 3px,#d00e0d 3px,#d00e0d 6px);background:repeating-linear-gradient(-45deg,#e57a79,#e57a79 3px,#d00e0d 3px,#d00e0d 6px)}.o365cs-me-presenceColor-Busy{background:-webkit-repeating-linear-gradient(-45deg,#e57a79,#e57a79 3px,#d00e0d 3px,#d00e0d 6px)}.o365cs-me-presenceColor-Blocked{background:-webkit-gradient(linear,left top,left bottom,from(#dedede),color-stop(48%,#dedede),color-stop(48%,#c72d25),color-stop(52%,#c72d25),color-stop(52%,#dedede),to(#dedede));background:-webkit-linear-gradient(top,#dedede 0%,#dedede 48%,#c72d25 48%,#c72d25 52%,#dedede 52%,#dedede 100%);background:-moz-linear-gradient(top,#dedede 0%,#dedede 48%,#c72d25 48%,#c72d25 52%,#dedede 52%,#dedede 100%);background:linear-gradient(to bottom,#dedede 0%,#dedede 48%,#c72d25 48%,#c72d25 52%,#dedede 52%,#dedede 100%)}.o365cs-me-presenceColor-Blocked{background:-webkit-linear-gradient(bottom,#dedede 0%,#dedede 48%,#c72d25 48%,#c72d25 52%,#dedede 52%,#dedede 100%)}.o365cs-me-presenceColor-DND{background:-webkit-gradient(linear,left top,left bottom,from(#c72d25),color-stop(48%,#c72d25),color-stop(48%,#fff),color-stop(52%,#fff),color-stop(52%,#c72d25),to(#c72d25));background:-webkit-linear-gradient(top,#c72d25 0%,#c72d25 48%,#fff 48%,#fff 52%,#c72d25 52%,#c72d25 100%);background:-moz-linear-gradient(top,#c72d25 0%,#c72d25 48%,#fff 48%,#fff 52%,#c72d25 52%,#c72d25 100%);background:linear-gradient(to bottom,#c72d25 0%,#c72d25 48%,#fff 48%,#fff 52%,#c72d25 52%,#c72d25 100%)}.o365cs-me-presenceColor-DND{background:-webkit-linear-gradient(bottom,#c72d25 0%,#c72d25 48%,#fff 48%,#fff 52%,#c72d25 52%,#c72d25 100%)}.o365cs-me-tile-nophoto&gt;.o365cs-me-presenceOffline5x50{display:table-cell}.o365cs-me-personaimg{position:absolute;right:0}.o365cs-nav-itemDisabled{color:#999!important;cursor:default!important}.o365cs-flexPane-unseenitems{position:absolute;bottom:43px;right:22px}.o365cs-flexPane-unseenCount{position:absolute;width:18px;height:18px;line-height:18px;border-radius:.8em}.o365cs-flexPane-unseenCountBorder{border:1px solid}.o365cs-flexPane-unseenCountOval{width:26px!important}.o365cs-shareButton{margin:4px;height:42px;padding:10px 32px;border:1px solid transparent}.o365cs-shareButton-Label{margin:2px}@keyframes rotate{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotate{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-ms-keyframes rotate{from{-ms-transform:rotate(0)}to{-ms-transform:rotate(360deg)}}.o365cs-coremin .o365button{background-color:transparent}.o365cs-rsp-off .o365cs-rsp-off-hide{display:none!important}.o365cs-nav-header16{width:100%;height:50px;display:table;border-spacing:0;font-size:0;white-space:nowrap;line-height:normal}@media print{.o365cs-nav-header16 .wf-family-o365::before{content:''!important}.o365cs-nav-header16 .wf-family-o365{display:none!important}}.o365cs-nav-header16 .o365cs-nav-leftAlign{display:table-cell;vertical-align:middle}.o365cs-navMenuButton{-webkit-transition-duration:.65s;-moz-transition-duration:.65s;transition-duration:.65s;-webkit-transition-property:background-color;-moz-transition-property:background-color;transition-property:background-color;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;transition-timing-function:ease}.o365cs-newAL-on.o365cs-nav-launcher{padding:8px 8px 6px 6px;max-width:510px}.o365cs-rsp-off.o365cs-newAL-off.o365cs-nav-navMenu{background-color:#fff;border:1px solid #b6b6b6;-webkit-box-shadow:0 1px 15px rgba(0,0,0,.4);box-shadow:0 1px 15px rgba(0,0,0,.4);-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important;box-sizing:content-box!important;position:absolute;top:50px!important;right:auto!important;left:auto!important;margin:10px;padding:20px 20px 10px 10px;width:auto;min-width:240px;max-width:840px;height:auto;overflow-y:auto;outline:0}.o365cs-rsp-off.o365cs-newAL-on.o365cs-nav-navMenu{background-color:rgba(255,255,255,.97);border:1px solid #d6d6d6;-webkit-box-shadow:0 0 6px rgba(0,0,0,.24);box-shadow:0 0 6px rgba(0,0,0,.24);-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important;box-sizing:content-box!important;position:absolute;top:50px!important;right:auto!important;left:auto!important;margin:11px;padding:8px 8px 6px 6px;width:auto;min-width:208px;max-width:510px;height:auto;max-height:-webkit-calc(100vh - 75px)!important;max-height:-moz-calc(100vh - 75px)!important;max-height:calc(100vh - 75px)!important;overflow-y:auto;outline:0}.o365cs-rsp-on.o365cs-newAL-off.o365cs-nav-navMenu{background-color:#fff;border:0;-webkit-box-shadow:none;box-shadow:none;top:50px!important;right:auto!important;overflow-y:auto;outline:0}.o365cs-rsp-on.o365cs-newAL-on.o365cs-nav-navMenu{background-color:rgba(255,255,255,.97);border:0;-webkit-box-shadow:none;box-shadow:none;top:50px!important;right:auto!important;overflow-y:auto;outline:0}@media(max-width:1024px){.o365cs-rsp-on.o365cs-newAL-off.o365cs-nav-navMenu{border-right:1px solid #b6b6b6;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important;left:0!important;width:306px;margin:0;padding:20px 20px 10px 20px;max-width:none!important;height:-webkit-calc(100vh - 50px);height:-moz-calc(100vh - 50px);height:calc(100vh - 50px);max-height:none!important}.o365cs-rsp-on.o365cs-newAL-on.o365cs-nav-navMenu{border-right:1px solid #d6d6d6;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important;box-sizing:border-box!important;left:0!important;padding:20px 20px 10px 20px;width:306px;max-width:none!important;height:-webkit-calc(100vh - 50px);height:-moz-calc(100vh - 50px);height:calc(100vh - 50px);max-height:none!important}}@media(min-width:1025px){.o365cs-rsp-on .o365cs-rsp-m-hide{display:none!important}.o365cs-rsp-on.o365cs-newAL-off.o365cs-nav-navMenu{border:1px solid #b6b6b6;-webkit-box-shadow:0 1px 15px rgba(0,0,0,.4);box-shadow:0 1px 15px rgba(0,0,0,.4);-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important;box-sizing:content-box!important;position:absolute;left:auto!important;margin:10px;padding:20px 20px 10px 10px;width:auto;min-width:240px;max-width:840px;height:auto}.o365cs-rsp-on.o365cs-newAL-on.o365cs-nav-navMenu{border:1px solid #d6d6d6;-webkit-box-shadow:0 0 6px rgba(0,0,0,.24);box-shadow:0 0 6px rgba(0,0,0,.24);-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important;box-sizing:content-box!important;position:absolute;left:auto!important;margin:11px;padding:8px 8px 6px 6px;width:auto;min-width:208px;max-width:510px;height:auto;max-height:-webkit-calc(100vh - 75px)!important;max-height:-moz-calc(100vh - 75px)!important;max-height:calc(100vh - 75px)!important}}@media(min-width:640px)and (max-width:1024px){.o365cs-rsp-on .o365cs-rsp-tw-hide{display:none!important}}@media(max-width:639px){.o365cs-rsp-on .o365cs-rsp-tn-hide{display:none!important}.o365cs-rsp-on.o365cs-rsp-affordance-on .o365cs-rsp-tn-hideIfAffordanceOn{display:none!important}.o365cs-rsp-on.o365cs-rsp-affordance-off .o365cs-rsp-tn-hideIfAffordanceOff{display:none!important}}@media(max-width:940px){.o365cs-rsp-off.o365cs-newAL-off.o365cs-nav-navMenu{max-width:720px}.o365cs-rsp-off.o365cs-newAL-on.o365cs-nav-navMenu{max-width:510px}}@media(max-width:820px){.o365cs-rsp-off.o365cs-newAL-off.o365cs-nav-navMenu{max-width:600px}.o365cs-rsp-off.o365cs-newAL-on.o365cs-nav-navMenu{max-width:510px}}@media(max-width:700px){.o365cs-rsp-off.o365cs-newAL-off.o365cs-nav-navMenu{max-width:480px}.o365cs-rsp-off.o365cs-newAL-on.o365cs-nav-navMenu{max-width:408px}}@media(max-width:580px){.o365cs-rsp-off.o365cs-newAL-off.o365cs-nav-navMenu{max-width:360px}.o365cs-rsp-off.o365cs-newAL-on.o365cs-nav-navMenu{max-width:306px}}@media(max-width:460px){.o365cs-rsp-off.o365cs-newAL-off.o365cs-nav-navMenu{max-width:240px}.o365cs-rsp-off.o365cs-newAL-on.o365cs-nav-navMenu{max-width:204px}}@media screen and (-webkit-min-device-pixel-ratio:0)and (max-width:940px),screen and (min--moz-device-pixel-ratio:0)and (max-width:940px){.o365cs-rsp-off.o365cs-newAL-off.o365cs-nav-navMenu{max-width:740px}.o365cs-rsp-off.o365cs-newAL-on.o365cs-nav-navMenu{max-width:527px}}@media screen and (-webkit-min-device-pixel-ratio:0)and (max-width:820px),screen and (min--moz-device-pixel-ratio:0)and (max-width:820px){.o365cs-rsp-off.o365cs-newAL-off.o365cs-nav-navMenu{max-width:620px}.o365cs-rsp-off.o365cs-newAL-on.o365cs-nav-navMenu{max-width:527px}}@media screen and (-webkit-min-device-pixel-ratio:0)and (max-width:700px),screen and (min--moz-device-pixel-ratio:0)and (max-width:700px){.o365cs-rsp-off.o365cs-newAL-off.o365cs-nav-navMenu{max-width:500px}.o365cs-rsp-off.o365cs-newAL-on.o365cs-nav-navMenu{max-width:425px}}@media screen and (-webkit-min-device-pixel-ratio:0)and (max-width:580px),screen and (min--moz-device-pixel-ratio:0)and (max-width:580px){.o365cs-rsp-off.o365cs-newAL-off.o365cs-nav-navMenu{max-width:380px}.o365cs-rsp-off.o365cs-newAL-on.o365cs-nav-navMenu{max-width:323px}}@media screen and (-webkit-min-device-pixel-ratio:0)and (max-width:460px),screen and (min--moz-device-pixel-ratio:0)and (max-width:460px){.o365cs-rsp-off.o365cs-newAL-off.o365cs-nav-navMenu{max-width:260px}.o365cs-rsp-off.o365cs-newAL-on.o365cs-nav-navMenu{max-width:221px}}@media(min-width:821px){.o365cs-rsp-off.o365cs-newAL-off.o365cs-nav-consumerNavMenu,.o365cs-rsp-on.o365cs-newAL-off.o365cs-nav-consumerNavMenu{max-width:600px}.o365cs-rsp-off.o365cs-newAL-on.o365cs-nav-consumerNavMenu,.o365cs-rsp-on.o365cs-newAL-on.o365cs-nav-consumerNavMenu{max-width:520px}}@media(min-height:1081px){.o365cs-nav-navMenu{max-height:990px}}@media(max-height:1080px){.o365cs-nav-navMenu{max-height:860px}}@media(max-height:950px){.o365cs-nav-navMenu{max-height:730px}}@media(max-height:820px){.o365cs-nav-navMenu{max-height:610px}}@media(max-height:700px){.o365cs-nav-navMenu{max-height:490px}}@media(max-height:600px){.o365cs-nav-navMenu{max-height:360px}}@media(max-height:460px){.o365cs-nav-navMenu{max-height:240px}}.o365cs-nav-navMenuBeak{position:absolute;bottom:-11px;right:11px;z-index:2100}.o365cs-newAL-on .o365cs-nav-navMenuBeak{bottom:-8px;right:14px}.o365cs-nav-navMenuBeak:before,.o365cs-nav-navMenuBeak:after{border:solid transparent;content:' ';height:0;position:absolute;width:0}.o365cs-nav-navMenuBeak:before{border-width:9px;border-bottom-color:#b6b6b6;top:-18px;right:5px}.o365cs-newAL-on .o365cs-nav-navMenuBeak:before{border-width:11px 12.5px;border-bottom-color:#d6d6d6}.o365cs-nav-navMenuBeak:after{border-width:8px;border-bottom-color:#fff;top:-16px;right:6px}.o365cs-newAL-on .o365cs-nav-navMenuBeak:after{border-width:10px 11.5px}.o365cs-nav-appItem{float:right}.o365cs-nav-appItemGroup{width:120px;height:120px}.o365cs-newAL-on .o365cs-nav-appItemGroup{width:102px;height:102px}.o365cs-nav-appTile{display:block;margin:0 0 10px 10px;text-align:center;line-height:normal;position:relative;text-decoration:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;user-select:none;-webkit-transition:.125s outline ease-in-out,.125s -webkit-transform ease-in-out;transition:.125s outline ease-in-out,.125s -webkit-transform ease-in-out}.o365cs-newAL-on .o365cs-nav-appTile{margin:0 0 2px 2px;padding:2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.o365cs-nav-appTileDisabled{cursor:default!important}.o365cs-nav-appTileHovered,.o365cs-nav-appTile:focus,.o365cs-nav-appTileMenuShown{outline-width:2px;outline-style:solid}.o365cs-newAL-on .o365cs-nav-appTileHovered,.o365cs-newAL-on .o365cs-nav-appTile:focus,.o365cs-newAL-on .o365cs-nav-appTileMenuShown{border:2px solid rgba(255,255,255,.45);padding:0;outline:none;text-decoration:none}.o365cs-nav-appTileSmall{width:50px;height:50px}.o365cs-newAL-on .o365cs-nav-appTileSmall{width:49px;height:49px}.o365cs-nav-appTileMedium{width:110px;height:110px}.o365cs-newAL-on .o365cs-nav-appTileMedium{width:100px;height:100px}.o365cs-nav-appTileWide{width:230px;height:110px}.o365cs-newAL-on .o365cs-nav-appTileWide{width:202px;height:100px}.o365cs-nav-appTilePressed{-webkit-transform:scale(.9125);-moz-transform:scale(.9125);transform:scale(.9125)}.o365cs-nav-appTileIcon{display:inline-block}.o365cs-nav-appTileSmall .o365cs-nav-appTileIcon{font-size:28px!important;margin-top:10px}.o365cs-newAL-on .o365cs-nav-appTileSmall .o365cs-nav-appTileIcon{margin-top:7px}.o365cs-nav-appTileMedium .o365cs-nav-appTileIcon,.o365cs-nav-appTileWide .o365cs-nav-appTileIcon{font-size:55px!important;margin-top:20px}.o365cs-newAL-on .o365cs-nav-appTileMedium .o365cs-nav-appTileIcon,.o365cs-newAL-on .o365cs-nav-appTileWide .o365cs-nav-appTileIcon{font-size:36px!important;margin-top:22px}.o365cs-nav-appTileSmall .o365cs-nav-appTileImage{width:100%;height:100%}.o365cs-nav-appTileMedium .o365cs-nav-appTileImage,.o365cs-nav-appTileWide .o365cs-nav-appTileImage{width:60px;height:60px;margin-top:15px}.o365cs-newAL-on .o365cs-nav-appTileMedium .o365cs-nav-appTileImage,.o365cs-newAL-on .o365cs-nav-appTileWide .o365cs-nav-appTileImage{width:36px;height:36px;margin-top:22px}.o365cs-nav-appTileTitle{display:block;position:absolute;right:10px;bottom:4px}.o365cs-newAL-on .o365cs-nav-appTileTitle{display:table-cell;position:static;padding:1px 5px 0 5px;height:30px;vertical-align:middle}.o365cs-nav-appTileTitle&gt;span{font-family:"SegoeUI-Regular-final","Segoe UI","Segoe UI WPC",Segoe,Tahoma,Helvetica,Arial,sans-serif;font-size:12px;display:block;overflow:hidden;text-overflow:ellipsis;text-align:right;white-space:normal;line-height:16px;max-height:32px}.o365cs-newAL-on .o365cs-nav-appTileTitle&gt;span{font-family:"SegoeUI-SemiLight-final","Segoe UI SemiLight","Segoe UI WPC Semilight","Segoe UI",Segoe,Tahoma,Helvetica,Arial,sans-serif;text-align:center}.o365cs-nav-appTileSmall .o365cs-nav-appTileTitle{display:none}.o365cs-nav-appTileMedium .o365cs-nav-appTileTitle{width:85px}.o365cs-nav-appTileWide .o365cs-nav-appTileTitle{width:210px}.o365cs-nav-navMenuMyApps{clear:both}.o365cs-nav-navMenuMyApps .o365cs-nav-navMenuMyAppsLink,.o365cs-nav-navMenuMyApps .o365cs-nav-navMenuMyAppsLink:hover{display:inline-block;font-family:"SegoeUI-Regular-final","Segoe UI","Segoe UI WPC",Segoe,Tahoma,Helvetica,Arial,sans-serif;font-size:14px;margin-top:7px;margin-bottom:6px;vertical-align:middle;text-decoration:none}.o365cs-newAL-on .o365cs-nav-navMenuMyApps .o365cs-nav-navMenuMyAppsLink,.o365cs-newAL-on .o365cs-nav-navMenuMyApps .o365cs-nav-navMenuMyAppsLink:hover{margin-right:2px;margin-bottom:0}.o365cs-nav-navMenuMyApps .o365cs-nav-navMenuMyAppsLinkIcon{margin-top:2px;margin-left:8px}.o365cs-newAL-on .o365cs-nav-navMenuMyApps .o365cs-nav-navMenuMyAppsLinkIcon{display:none!important}.o365cs-nav-navMenuMyApps .o365cs-nav-navMenuMyAppsLinkText{vertical-align:middle}.o365cs-nav-header16 .o365cs-nav-topItem{display:inline-block;vertical-align:top}.o365cs-nav-header16 .o365cs-nav-o365Branding{padding-right:20px;padding-left:20px;border-right:1px solid #fff;border-right-color:rgba(255,255,255,.3);height:50px}.o365cs-nav-header16 .o365cs-nav-bposLogo{display:inline-block;white-space:nowrap;vertical-align:middle;margin-top:1px;padding-bottom:1px}.o365cs-nav-header16 .o365cs-nav-brandingText{line-height:46px;display:inline-block;font-family:"SegoeUI-SemiLight-final","Segoe UI SemiLight","Segoe UI WPC Semilight","Segoe UI",Segoe,Tahoma,Helvetica,Arial,sans-serif;font-size:22px;-webkit-font-smoothing:antialiased}.o365cs-nav-docTitleText{line-height:normal;display:inline-block;font-size:18px}.o365cs-nav-header16 .o365cs-nav-gallatinLogo{display:inline-block;vertical-align:top;margin-right:6px;margin-top:7px}.o365cs-nav-header16 .o365cs-nav-appTitleLine{display:inline-block;vertical-align:middle;height:40px;width:1px;background:#fff;background-color:rgba(255,255,255,.4);margin:0 20px}.o365cs-nav-header16 .o365cs-nav-appTitle{display:inline-block;vertical-align:middle;margin-top:1px;padding-bottom:1px}.o365cs-nav-header16 .o365cs-nav-tenantBranding{display:inline;vertical-align:middle}.o365cs-nav-header16 .o365cs-nav-tenantLogo{max-width:200px;max-height:50px;overflow:hidden;display:inline-block}.o365cs-nav-header16 .o365cs-nav-tenantLogo img{max-height:50px;border-style:none!important}.o365cs-nav-header16 .o365cs-nav-brandingLeftText,.o365cs-nav-header16 .o365cs-nav-brandingRightText{display:inline-block;width:auto;padding:0;vertical-align:middle;font-size:10px}.o365cs-nav-header16 .o365cs-nav-centerAlign{display:table-cell;width:100%;text-align:center;vertical-align:middle}.o365cs-nav-header16 .o365cs-nav-rightAlign{display:table-cell;vertical-align:top;text-align:left}.o365cs-nav-header16 .o365cs-nav-headerRegion{display:table-cell;vertical-align:top;width:100%;position:relative;overflow:hidden}.o365cs-nav-header16 .o365cs-nav-rightMenus{display:table-cell;vertical-align:top}.o365cs-nav-header16 .o365cs-nav-link{display:block;margin:0;min-width:50px;text-align:center;line-height:50px;outline-offset:-1px}.o365cs-nav-header16 .o365cs-nav-button{display:block;vertical-align:middle;border-width:0;margin:0;padding:0;min-width:50px;height:50px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;line-height:normal;overflow:visible;cursor:pointer;outline-offset:-1px}.o365cs-nav-header16 .o365cs-mfp-headerbutton{min-width:200px}.o365cs-mfp-header{padding:0 10px;display:table}.o365cs-mfp-header-displayname{text-align:left;vertical-align:middle;display:table-cell;overflow:hidden;max-width:120px;width:120px}.o365cs-mfp-header-spacer{min-width:10px;display:table-cell}.o365cs-mfp-header-img{display:table-cell;border:0}.o365cs-mfp-header-img .o365cs-mfp-doughboy{margin-top:7px}.o365cs-mfp-circular-small,.o365cs-mfp-circular-medium{border-radius:50%}.o365cs-mfp-circular-small{width:35px;height:35px}.o365cs-mfp-doughboy{font-size:28px;padding-top:3px;position:static}.o365cs-nav-header16 .o365cs-nav-rightAlign .o365cs-nav-button{border-right:1px solid #fff;border-right-color:rgba(255,255,255,.3)}.o365cs-nav-header16 .o365cs-nav-item{position:relative;-webkit-transition:background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;-moz-transition:background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;transition:background-color .467s cubic-bezier(.1,.9,.2,1) 34ms}.o365cs-nav-contextMenu{background-color:#fff;border-right:1px solid #dedede;border-left:1px solid #dedede;border-bottom:1px solid #dedede;-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2);min-width:180px;max-width:375px;clip:rect(0,10000px,10000px,-10px);outline:0}.o365cs-nav-contextMenu .o365cs-contextMenuItem,.o365cs-nav-contextMenu .o365cs-contextMenuInactiveItem{display:block;padding:10px 30px;font:15px "SegoeUI-Regular-final","Segoe UI","Segoe UI WPC",Segoe,Tahoma,Helvetica,Arial,sans-serif;text-align:right;outline-offset:-1px}.o365cs-nav-contextMenu button.o365cs-contextMenuItem,.o365cs-nav-contextMenu button.o365cs-contextMenuInactiveItem{width:100%}.o365cs-nav-contextMenu .o365cs-contextMenuInactiveItem{cursor:default!important}.o365cs-nav-contextMenu .o365cs-contextMenuSeparator{border-top-style:solid;border-top-width:1px}.o365cs-nav-contextMenu .o365cs-labelledContextMenuSeparator{padding:10px 16px 0 16px;font-size:13px;border-top-width:1px;border-top-style:solid}.o365cs-me-tile-nophoto{border-right:1px solid #fff;border-right-color:rgba(255,255,255,.3)}.o365cs-me-tile-nophoto-username-container{display:table-cell;height:50px;padding-right:5px;vertical-align:middle;white-space:nowrap;max-width:200px;overflow:hidden}.o365cs-me-tile-nophoto-down{display:table-cell;padding:0 10px}.o365cs-me-tile-nophoto-username{display:table-cell;vertical-align:middle;height:50px;font-size:15px;padding-right:15px;padding-left:5px}.o365cs-me-presence5x50{width:5px;height:50px;position:absolute;top:0;right:0}.o365cs-nav-header16 .o365cs-me-nav-item{border-right:none!important;z-index:1;min-width:55px}.o365cs-me-tileview-container{position:absolute;top:0;right:0;z-index:-1}.o365cs-me-tileview{width:55px;height:50px;overflow:hidden}.o365cs-me-presenceColor-Offline{background-color:#b6cfd8}.o365cs-me-tileimg{width:50px;height:50px;overflow:hidden;position:absolute;line-height:normal;top:0;right:5px}.o365cs-me-tileimg-doughboy{width:52px;height:49px;font-size:52px;padding:3px 2px 0 0;right:0;position:static}.o365cs-nav-header16 .o365cs-nav-signIn{vertical-align:middle;font-size:14px;font-family:"SegoeUI-Regular-final",Segoe UI,Arial,Helvetica,sans-serif;padding-right:10px;padding-left:10px;text-decoration:none}.o365cs-breadCrumb{line-height:50px;display:inline}.o365cs-breadCrumbTemplate{display:none}.o365cs-breadCrumbContainer{display:inline;padding-right:10px}.o365cs-breadCrumb:hover{text-decoration:underline}.o365cs-folderSeparator{font-size:14px;padding-right:6px;padding-left:6px}.o365cs-wordBrand{background-color:#2b579a!important}.o365cs-excelBrand{background-color:#217346!important}.o365cs-powerPointBrand{background-color:#d24726!important}.o365cs-oneNoteBrand{background-color:#80397b!important}.o365cs-semiLightFont{font-family:"SegoeUI-SemiLight-final","Segoe UI",Segoe,Tahoma,Helvetica,Arial,sans-serif;font-weight:lighter;-webkit-font-smoothing:antialiased}.o365cs-lightFont{font-family:"Segoe UI Light","Segoe UI",Segoe,Tahoma,Helvetica,Arial,Sans-Serif}.slideInT{-webkit-animation-duration:.4s;-webkit-animation-name:slideInTTransformFrames;-webkit-animation-fill-mode:both;-webkit-animation-duration:.4s;-moz-animation-duration:.4s;animation-duration:.4s;-webkit-animation-name:slideInTTransformFrames;-moz-animation-name:slideInTTransformFrames;animation-name:slideInTTransformFrames;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both}.o365cs-newAL-on.slideInT{-webkit-animation-duration:.15s;-moz-animation-duration:.15s;animation-duration:.15s}@-moz-keyframes slideInTTransformFrames{from{opacity:0;-moz-transform:translate(0,-12px);transform:translate(0,-12px);-moz-animation-timing-function:cubic-bezier(0,0,0,1);animation-timing-function:cubic-bezier(0,0,0,1)}to{opacity:1;-moz-transform:translate(0,0);transform:translate(0,0)}}@keyframes slideInTTransformFrames{from{opacity:0;-webkit-transform:translate(0,-12px);-moz-transform:translate(0,-12px);transform:translate(0,-12px);-webkit-animation-timing-function:cubic-bezier(0,0,0,1);-moz-animation-timing-function:cubic-bezier(0,0,0,1);animation-timing-function:cubic-bezier(0,0,0,1)}to{opacity:1;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes slideInTTransformFrames{from{opacity:0;-webkit-transform:translate(0,-12px);-webkit-animation-timing-function:cubic-bezier(0,0,0,1)}to{opacity:1;-webkit-transform:translate(0,0)}}.slideOutT{-webkit-animation-duration:.2s;-webkit-animation-name:slideOutTTransformFrames;-webkit-animation-fill-mode:both;-webkit-animation-duration:.2s;-moz-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:slideOutTTransformFrames;-moz-animation-name:slideOutTTransformFrames;animation-name:slideOutTTransformFrames;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both}.o365cs-newAL-on.slideOutT{-webkit-animation-duration:.1s;-moz-animation-duration:.1s;animation-duration:.1s}@-moz-keyframes slideOutTTransformFrames{from{opacity:1;-moz-transform:translate(0,0);transform:translate(0,0);-moz-animation-timing-function:cubic-bezier(.33,0,.67,1);animation-timing-function:cubic-bezier(.33,0,.67,1)}to{opacity:0;-moz-transform:translate(0,-12px);transform:translate(0,-12px)}}@keyframes slideOutTTransformFrames{from{opacity:1;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);transform:translate(0,0);-webkit-animation-timing-function:cubic-bezier(.33,0,.67,1);-moz-animation-timing-function:cubic-bezier(.33,0,.67,1);animation-timing-function:cubic-bezier(.33,0,.67,1)}to{opacity:0;-webkit-transform:translate(0,-12px);-moz-transform:translate(0,-12px);transform:translate(0,-12px)}}@-webkit-keyframes slideOutTTransformFrames{from{opacity:1;-webkit-transform:translate(0,0);-webkit-animation-timing-function:cubic-bezier(.33,0,.67,1)}to{opacity:0;-webkit-transform:translate(0,-12px)}}@font-face{font-family:'o365Icons';src:url('shelleoticons_f4677a2d.eot?#iefix') format('embedded-opentype'),url('shellwofficons_2c798e2.woff') format('woff'),url('shellttficons_549a23f3.ttf') format('truetype'),url('shellsvgicons_13921196.svg#web') format('svg');font-weight:normal;font-style:normal}.wf-family-o365{font-family:'office365icons','o365Icons'}.wf-o365-x18{font-size:18px}.wf-o365-x20{font-size:20px}.wf-o365-x26{font-size:26px}.wf-o365-x36{font-size:36px}[data-icon]:before{content:attr(data-icon)}.wf-o365-placeholder:before{content:'\e001 '}.wf-o365-plus:before{content:'\e004 '}.wf-o365-question:before{content:'\e006 '}.wf-o365-people:before{content:'\e008 '}.wf-o365-personAdd:before{content:'\e086 '}.wf-o365-mail:before{content:'\e009 '}.wf-o365-circleinfo:before{content:'\e00a '}.wf-o365-circleexclamation:before{content:'\e00b '}.wf-o365-circlecross:before{content:'\e00c '}.wf-o365-bell:before{content:'\e010 '}.wf-o365-calendar:before{content:'\e011 '}.wf-o365-scheduling:before{content:'\e012 '}.wf-o365-event:before{content:'\e013 '}.wf-o365-cloud:before{content:'\e016 '}.wf-o365-chat:before{content:'\e017 '}.wf-o365-hamburger:before{content:'\e020 '}.wf-o365-sites:before{content:'\e022 '}.wf-o365-phone:before{content:'\e023 '}.wf-o365-miniatures:before{content:'\e02a '}.wf-o365-gear:before{content:'\e035 '}.wf-o365-smiley:before{content:'\e036 '}.wf-o365-search:before{content:'\e039 '}.wf-o365-reversedquestion:before{content:'\e03a '}.wf-o365-tasks:before{content:'\e040 '}.wf-o365-check:before{content:'\e041 '}.wf-o365-cross:before{content:'\e042 '}.wf-o365-ellipsis:before{content:'\e045 '}.wf-o365-leftarrow:before{content:'\e049 '}.wf-o365-rightarrow:before{content:'\e04a '}.wf-o365-save:before{content:'\e025 '}.wf-o365-edit:before{content:'\e027 '}.wf-o365-upcarat:before{content:'\e051 '}.wf-o365-downcarat:before{content:'\e052 '}.wf-o365-officelogo:before{content:'\e055 '}.wf-o365-o365logo:before{content:'\e056 '}.wf-o365-o365logopreview:before{content:'\e057 '}.wf-o365-appslogo:before{content:'\e060 '}.wf-o365-officestorelogo:before{content:'\e061 '}.wf-o365-pawlogo:before{content:'\e271 '}.wf-o365-outlooklogo:before{content:'\e062 '}.wf-o365-maillogo:before{content:'\e009 '}.wf-o365-projectlogo:before{content:'\e063 '}.wf-o365-yammerlogo:before{content:'\e064 '}.wf-o365-crmlogo:before{content:'\e065 '}.wf-o365-partner:before{content:'\e137 '}.wf-o365-admin:before{content:'\e081 '}.wf-o365-becometheadmin:before{content:'\e081 '}.wf-o365-gallatinfooterlogo:before{content:'\e082 '}.wf-o365-mslogo:before{content:'\e083 '}.wf-o365-powerbilogo:before{content:'\e08b '}.wf-o365-newsfeed:before{content:'\e08d '}.wf-o365-gallatinlogo:before{content:'\e0b3 '}.wf-o365-o365gallatinlogo:before{content:'\e056 ';font-size:22px}.wf-o365-o365gallatinlogopreview:before{content:'\e057 ';font-size:22px}.wf-o365-o365gallatinlogopreview:after,.wf-o365-o365gallatinlogo:after{content:'\e0b3 ';font-size:22px}.wf-o365-o365gallatinfooterlogo:before{content:'\e056 ';font-size:16px}.wf-o365-o365gallatinfooterlogopreview:before{content:'\e057 ';font-size:16px}.wf-o365-o365gallatinfooterlogopreview:after,.wf-o365-o365gallatinfooterlogo:after{content:'\20\e082 \20\e083 ';font-size:16px}.wf-o365-chevronup:before{content:'\e087 '}.wf-o365-chevrondown:before{content:'\e088 '}.wf-o365-waffle:before{content:'\e303 '}.wf-o365-myapps:before{content:'\e070 '}.wf-o365-pulselogo:before{content:'\e118 '}.wf-o365-peoplelogo:before{content:'\e00e '}.wf-o365-lynclogo:before{content:'\e066 '}.wf-o365-sharepointlogo:before{content:'\e072 '}.wf-o365-wordlogo:before{content:'\e0b9 '}.wf-o365-excellogo:before{content:'\e0b5 '}.wf-o365-powerpointlogo:before{content:'\e0b8 '}.wf-o365-onenotelogo:before{content:'\e0b7 '}.wf-o365-sociallisteninglogo:before{content:'\e123 '}.wf-o365-office365adminlogo:before{content:'\e130 '}.wf-o365-group:before{content:'\e155 '}.wf-o365-video:before{content:'\e170 '}.wf-o365-skype:before{content:'\e199 '}.wf-o365-videologo:before{content:'\e202 '}.wf-o365-paraturelogo:before{content:'\e20a '}.wf-o365-thumbup:before{content:'\e044 '}.wf-o365-binglogo:before{content:'\e225 '}.wf-o365-docscomlogo:before{content:'\e290 '}.wf-o365-msnlogo:before{content:'\e241 '}.wf-o365-swaylogo:before{content:'\e247 '}.wf-o365-Skype4Businesslogo:before{content:'\e258 '}.wf-o365-highlanderlogo:before{content:'\e259 '}.wf-o365-homeroomlogo:before{content:'\e276 '}.wf-o365-globe:before{content:'\e222 '}.wf-o365-mobile:before{content:'\e195 '}.wf-o365-classnotebooklogo:before{content:'\e25f '}.wf-o365-compliancecenterlogo:before{content:'\e289 '}.wf-o365-staffnotebooklogo:before{content:'\e280 '}.wf-o365-powerbiv2logo:before{content:'\e281 '}.wf-o365-chevronthinleft:before{content:'\e233 '}.wf-o365-chevronthinright:before{content:'\e234 '}.wf-o365-starburst:before{content:'\e29a '}.o365cs-base-visibility{visibility:hidden}.o365cs-base .ms-fcl-tdr,.o365cs-base .ms-fcl-tdr-h:hover{color:#104a7d}.o365cs-base .ms-bgc-tdr,.o365cs-base .ms-bgc-tdr-h:hover{background-color:#104a7d}.o365cs-base .ms-bcl-tdr,.o365cs-base .ms-bcl-tdr-h:hover{border-color:#104a7d}.o365cs-base .ms-fcl-td,.o365cs-base .ms-fcl-td-h:hover{color:#0d62aa}.o365cs-base .ms-bgc-td,.o365cs-base .ms-bgc-td-h:hover{background-color:#0d62aa}.o365cs-base .ms-bcl-td,.o365cs-base .ms-bcl-td-h:hover{border-color:#0d62aa}.o365cs-base .ms-fcl-tda,.o365cs-base .ms-fcl-tda-h:hover{color:#106ebe}.o365cs-base .ms-bgc-tda,.o365cs-base .ms-bgc-tda-h:hover{background-color:#106ebe}.o365cs-base .ms-bcl-tda,.o365cs-base .ms-bcl-tda-h:hover{border-color:#106ebe}.o365cs-base .ms-fcl-tp,.o365cs-base .ms-fcl-tp-h:hover{color:#0078d7}.o365cs-base .ms-bgc-tp,.o365cs-base .ms-bgc-tp-h:hover,.o365cs-base.ms-bgc-tp{background-color:#0078d7}.o365cs-base .ms-bcl-tp,.o365cs-base .ms-bcl-tp-h:hover{border-color:#0078d7}.o365cs-base .ms-fcl-ts,.o365cs-base .ms-fcl-ts-h:hover{color:#2b88d8}.o365cs-base .ms-bgc-ts,.o365cs-base .ms-bgc-ts-h:hover{background-color:#2b88d8}.o365cs-base .ms-bcl-ts,.o365cs-base .ms-bcl-ts-h:hover{border-color:#2b88d8}.o365cs-base .ms-fcl-tt,.o365cs-base .ms-fcl-tt-h:hover{color:#71afe5}.o365cs-base .ms-bgc-tt,.o365cs-base .ms-bgc-tt-h:hover{background-color:#71afe5}.o365cs-base .ms-bcl-tt,.o365cs-base .ms-bcl-tt-h:hover{border-color:#71afe5}.o365cs-base .ms-fcl-tl,.o365cs-base .ms-fcl-tl-h:hover{color:#c7e0f4}.o365cs-base .ms-bgc-tl,.o365cs-base .ms-bgc-tl-h:hover{background-color:#c7e0f4}.o365cs-base .ms-bcl-tl,.o365cs-base .ms-bcl-tl-h:hover{border-color:#c7e0f4}.o365cs-base .ms-fcl-tlr,.o365cs-base .ms-fcl-tlr-h:hover{color:#deecf9}.o365cs-base .ms-bgc-tlr,.o365cs-base .ms-bgc-tlr-h:hover{background-color:#deecf9}.o365cs-base .ms-bcl-tlr,.o365cs-base .ms-bcl-tlr-h:hover{border-color:#deecf9}.o365cs-base .ms-fcl-tlra,.o365cs-base .ms-fcl-tlra-h:hover{color:#eff6fc}.o365cs-base .ms-bgc-tlra,.o365cs-base .ms-bgc-tlra-h:hover{background-color:#eff6fc}.o365cs-base .ms-bcl-tlra,.o365cs-base .ms-bcl-tlra-h:hover{border-color:#eff6fc}.o365cs-base .ms-fcl-w,.o365cs-base .ms-fcl-w-h:hover{color:#fff}.o365cs-base .ms-bgc-w,.o365cs-base .ms-bgc-w-h:hover,.o365cs-base.ms-bgc-w{background-color:#fff}.o365cs-base .ms-bcl-w,.o365cs-base .ms-bcl-w-h:hover{border-color:#fff}.o365cs-base .ms-fcl-b,.o365cs-base .ms-fcl-b-h:hover{color:#000}.o365cs-base .ms-bgc-b,.o365cs-base .ms-bgc-b-h:hover,.o365cs-base.ms-bgc-b{background-color:#000}.o365cs-base .ms-bcl-b,.o365cs-base .ms-bcl-b-h:hover{border-color:#000}.o365cs-base .ms-fcl-nd,.o365cs-base .ms-fcl-nd-h:hover{color:#212121}.o365cs-base .ms-bgc-nd,.o365cs-base .ms-bgc-nd-h:hover{background-color:#212121}.o365cs-base .ms-bcl-nd,.o365cs-base .ms-bcl-nd-h:hover{border-color:#212121}.o365cs-base .ms-fcl-np,.o365cs-base .ms-fcl-np-h:hover{color:#333}.o365cs-base .ms-bgc-np,.o365cs-base .ms-bgc-np-h:hover{background-color:#333}.o365cs-base .ms-bcl-np,.o365cs-base .ms-bcl-np-h:hover{border-color:#333}.o365cs-base .ms-fcl-ns,.o365cs-base .ms-fcl-ns-h:hover{color:#666}.o365cs-base .ms-bgc-ns,.o365cs-base .ms-bgc-ns-h:hover{background-color:#666}.o365cs-base .ms-bcl-ns,.o365cs-base .ms-bcl-ns-h:hover{border-color:#666}.o365cs-base .ms-fcl-nsa,.o365cs-base .ms-fcl-nsa-h:hover{color:#767676}.o365cs-base .ms-bgc-nsa,.o365cs-base .ms-bgc-nsa-h:hover{background-color:#767676}.o365cs-base .ms-bcl-nsa,.o365cs-base .ms-bcl-nsa-h:hover{border-color:#767676}.o365cs-base .ms-fcl-nt,.o365cs-base .ms-fcl-nt-h:hover{color:#a6a6a6}.o365cs-base .ms-bgc-nt,.o365cs-base .ms-bgc-nt-h:hover{background-color:#a6a6a6}.o365cs-base .ms-bcl-nt,.o365cs-base .ms-bcl-nt-h:hover{border-color:#a6a6a6}.o365cs-base .ms-fcl-nta,.o365cs-base .ms-fcl-nta-h:hover{color:#c8c8c8}.o365cs-base .ms-bgc-nta,.o365cs-base .ms-bgc-nta-h:hover{background-color:#c8c8c8}.o365cs-base .ms-bcl-nta,.o365cs-base .ms-bcl-nta-h:hover{border-color:#c8c8c8}.o365cs-base .ms-fcl-nl,.o365cs-base .ms-fcl-nl-h:hover{color:#eaeaea}.o365cs-base .ms-bgc-nl,.o365cs-base .ms-bgc-nl-h:hover{background-color:#eaeaea}.o365cs-base .ms-bcl-nl,.o365cs-base .ms-bcl-nl-h:hover{border-color:#eaeaea}.o365cs-base .ms-fcl-nlr,.o365cs-base .ms-fcl-nlr-h:hover{color:#f4f4f4}.o365cs-base .ms-bgc-nlr,.o365cs-base .ms-bgc-nlr-h:hover,.o365cs-base.ms-bgc-nlr{background-color:#f4f4f4}.o365cs-base .ms-bcl-nlr,.o365cs-base .ms-bcl-nlr-h:hover{border-color:#f4f4f4}.o365cs-base .ms-fcl-nlra,.o365cs-base .ms-fcl-nlra-h:hover{color:#f8f8f8}.o365cs-base .ms-bgc-nlra,.o365cs-base .ms-bgc-nlra-h:hover,.o365cs-base.ms-bgc-nlra{background-color:#f8f8f8}.o365cs-base .ms-bcl-nlra,.o365cs-base .ms-bcl-nlra-h:hover{border-color:#f8f8f8}.o365cs-base .o365cs-topnavLinkBackground-2{background-color:#000}.o365cs-base .o365cs-topnavLinkBackground-2{background-color:rgba(0,0,0,.8)}.o365cs-base .o365cs-topnavText,.o365cs-base .o365cs-topnavText:hover{color:#fff}.o365cs-base.o365cs-appLauncherBackground{background-color:rgba(0,0,0,.95)}.o365cs-nav-header16 .o365cs-navMenuButton{color:#fff}.o365cs-base .o365cs-navMenuButton{color:#fff}.o365cs-base.o365cs-topnavBGImage{background-position:center top;background-repeat:repeat-x;background-image:none}.o365cs-base.o365cs-topnavBGColor-2{background-color:#000}</pre></body></html>