/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
    Base layout
    -----------

    Generic stuff, fonts, colors; load it after reset
    but before everything else. Shall be used for all new
    site pages. Be careful with the sitewide mediaquery
    that has two resize steps (see below)

*/

html, body { background-color: #fff; height: 100%; margin: 0; padding: 0; }
textarea { resize: none; }
form {display: block; }
strong { font-weight: bold; }
a { color: #3A9CCE; text-decoration: none; }
a:hover, a:active, a:focus { text-decoration: underline; }
a:focus { outline: 1px dotted #87c9eb; }

.hiddenSubmit { width: 0; height: 0; overflow: hidden; position: absolute; top: -10000px; } /* display none would not work with ie/chrome */
.clb { clear: both; font-size: 0; height: 0; }

/* translatable tag */
t { display: inline; margin: 0; padding: 0; }


/* nice and shiny blue button for non form/submit links */
.btnLink { color: #fff; font-weight: bold; font-size: 16px; padding: 0 18px; line-height: 29px; display: inline-block; border-radius: 6px;
    border-bottom: 1px solid #3481a8; border-top: 1px solid #71b6d9; border-left: 1px solid #539cc1; border-right: 1px solid #539cc1; box-shadow: inset 0 1px 0 #96ceee; box-shadow: inset 0 -1px 0 #4896c9; box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    background: #79c0e8; background: -moz-linear-gradient(top,  #79c0e8 0%, #59a7d1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#79c0e8), color-stop(100%,#59a7d1)); background: -webkit-linear-gradient(top,  #79c0e8 0%,#59a7d1 100%); background: -o-linear-gradient(top,  #79c0e8 0%,#59a7d1 100%); background: -ms-linear-gradient(top,  #79c0e8 0%,#59a7d1 100%); background: linear-gradient(to bottom,  #79c0e8 0%,#59a7d1 100%); }
.btnLink:hover, .btnLink:focus { text-decoration: none; box-shadow: 0 1px 1px rgba(0,0,0,0.3); text-shadow: 0 0 5px rgba(255,255,255,0.2);
    background: #8bc6e5; background: -moz-linear-gradient(top,  #8bc6e5 0%, #65a9ce 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bc6e5), color-stop(100%,#65a9ce)); background: -webkit-linear-gradient(top,  #8bc6e5 0%,#65a9ce 100%); background: -o-linear-gradient(top,  #8bc6e5 0%,#65a9ce 100%); background: -ms-linear-gradient(top,  #8bc6e5 0%,#65a9ce 100%); background: linear-gradient(to bottom,  #8bc6e5 0%,#65a9ce 100%); }
html.lt-ie9 .btnLink { filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79c0e8', endColorstr='#59a7d1',GradientType=0 ); }
html.lt-ie9 .btnLink:hover, html.lt-ie9 .btnLink:focus { filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc6e5', endColorstr='#65a9ce',GradientType=0 ); }


/* breadcrumb */
.breadcrumb { width: 960px; margin: 0 auto; font-size: 12px; line-height: 46px; }
.breadcrumb b { width: 4px; height: 7px; display: inline-block; background: url(/Images/site/sprite.png) 0 -109px no-repeat; margin: 0 3px; }
.breadcrumb span { color: #333; cursor: default; }
html.lt-ie8 .breadcrumb b { vertical-align: middle; }

/* unsupported browser warning (embedded into all pages) */
.unsupportedBrowserWarning { display: none; }
html.lt-ie7 .unsupportedBrowserWarning { display: block; position: absolute; height: 57px; top: 0; left: 0; width: 100%; background: #fef9cc url(/Images/site/browserwarning/bg.png); z-index: 99; overflow: hidden; }
html.lt-ie7 .ubwAlphaHack { background: transparent; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/site/browserwarning/bg_alpha.png',sizingMethod='scale'); }
html.lt-ie7 .unsupportedBrowserWarning .ubwText { padding: 17px 40px 0 15px; font-size: 14px; color: #7b786b; line-height: 15px; height: 31px; overflow: hidden; }
html.lt-ie7 .unsupportedBrowserWarning .ubwClose { display: block; width: 22px; height: 22px; position: absolute; top: 13px; right: 13px; background: url(/Images/site/browserwarning/sprite.png) 0 0 no-repeat; }
html.lt-ie7 .unsupportedBrowserWarning .ubwClose:hover { background-position: 0 -22px; }
html.lt-ie7 .unsupportedBrowserWarning .ubwClose b { display: none; }
body.unsupportedBrowserWarningActive .sitewideHeader { visibility: hidden; } /* it was too ugly */

/*{{{
    On the regform (and probably in the future everywhere else???)
    as requested by the ticket "https://jira/browse/RSC-18678"

    (but I won't use 4-5 steps, only two, because then the regform
    would have to be totally rearranged which I'd like to skip
    for sanity's sake)
}}}*/
.stepBodyWidth { margin: auto; width: 1170px; padding-top: 70px; }
.stepBodyWidth .sitewideHeader { margin-right: 0; margin-left: 0; }
@media only screen and (max-width: 1180px), only screen and (max-device-width: 1180px) {
    .stepBodyWidth { width: 100%; }
}

.trustarc-container {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1000000000;
}

.trustarc-banner-footer {
    display: none !important;
}

.invisible {
    display: none;
}

/*
    Footer
    ------

    New site design footer; uses position fixed,
    ie6 is definitely not supported here. Has plain text,
    legal mumbo jumbo and logo in the bottom right corner.

*/
.footer { font-weight: bold; height: 66px; line-height: 50px; overflow: hidden; white-space: nowrap; position: fixed; bottom: 0; left: 0; right: 0; z-index: 3; }
.footer .edgeTop { border-bottom: 1px solid #EAEFF8; height: 15px; font-size: 0; background: url(/Images/site/gradients.png) repeat-x 0 -270px; }
.footer .content { background-color: #fff; height: 51px; }
.footer, .footer p { color: #b0b0b0; font-size: 11px; }

.footer p.left { float: left; padding-left: 30px; }
.footer p.right { float: right; padding-right: 30px; }

.footer .links { padding-right: 25px; }
.footer .links a { color: #b0b0b0; text-decoration: underline; display: inline-block; padding: 0 0 0 25px; }
.footer .links a:hover { text-decoration: none; }

    .footer .logoBox a {
        color: #b0b0b0;
        text-decoration: none;
        display: block;
        padding-top: 2px;
    }
    .footer .logoBox b.icon {
        vertical-align: middle;
        position: relative;
        top: -4px;
        display: inline-block;
        width: 116px;
        height: 17px;
        background: url(/Common/Images/rescue_logo_blue.svg) no-repeat;
        background-size: 116px 17px
    }
.ie8 .footer .logoBox b.icon {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/Common/Images/rescue_logo_blue.svg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/Common/Images/rescue_logo_blue.svg', sizingMethod='scale')";
}
.footer .logoBox b.icon i { display: none; }

@font-face {
  font-family: "LogMeIn";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-2/LogMeIn.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LogMeIn";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-2/LogMeIn.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-2/LogMeIn.eot#iefix") format("embedded- opentype"), url(".https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-2/LogMeIn.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-2/LogMeIn.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-2/LogMeIn.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class^="icon-"]:after, [class*="icon-"]:before, [class*="icon-"]:after,
[class^="icon-"]:before,
[class^="icon-"]:after, [class*="icon-"]:before, [class*="icon-"]:after {
  font-family: "LogMeIn";
  font-size: inherit;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_left:before {
  content: "\27e8";
}

.icon-warn:before {
  content: "\21";
}

.icon-volume:before {
  content: "\2669";
}

.icon-view:before {
  content: "\27e1";
}

.icon-video:before {
  content: "\25";
}

.icon-user:before {
  content: "\263a";
}

.icon-upload:before {
  content: "\2912";
}

.icon-transfer:before {
  content: "\21b9";
}

.icon-tile:before {
  content: "\2683";
}

.icon-tick:before {
  content: "\2611";
}

.icon-tick_full:before {
  content: "\2713";
}

.icon-tablet:before {
  content: "\74";
}

.icon-sync:before {
  content: "\267a";
}

.icon-start:before {
  content: "\25ba";
}

.icon-star:before {
  content: "\2606";
}

.icon-star_full:before {
  content: "\2605";
}

.icon-sound:before {
  content: "\266c";
}

.icon-sort_up:before {
  content: "\30";
}

.icon-sort_down:before {
  content: "\31";
}

.icon-sidebar:before {
  content: "\32";
}

.icon-search:before {
  content: "\53";
}

.icon-restore:before {
  content: "\27f2";
}

.icon-rename:before {
  content: "\61";
}

.icon-refresh:before {
  content: "\27f3";
}

.icon-print:before {
  content: "\2399";
}

.icon-phone:before {
  content: "\2706";
}

.icon-pause:before {
  content: "\2016";
}

.icon-onoff:before {
  content: "\233d";
}

.icon-mouse:before {
  content: "\3d";
}

.icon-more:before {
  content: "\2026";
}

.icon-mobile:before {
  content: "\6d";
}

.icon-microphone:before {
  content: "\1d15";
}

.icon-activity:before {
  content: "\41";
}

.icon-add:before {
  content: "\2b";
}

.icon-app:before {
  content: "\391";
}

.icon-arrow_right:before {
  content: "\27e9";
}

.icon-backward:before {
  content: "\ab";
}

.icon-chat:before {
  content: "\232c";
}

.icon-clipboard:before {
  content: "\29c8";
}

.icon-close:before {
  content: "\2297";
}

.icon-cloud:before {
  content: "\2601";
}

.icon-code:before {
  content: "\2301";
}

.icon-company:before {
  content: "\2616";
}

.icon-computer:before {
  content: "\239a";
}

.icon-copy:before {
  content: "\29c9";
}

.icon-date:before {
  content: "\2742";
}

.icon-delete:before {
  content: "\2317";
}

.icon-download:before {
  content: "\2913";
}

.icon-edit:before {
  content: "\270e";
}

.icon-export:before {
  content: "\2197";
}

.icon-file:before {
  content: "\66";
}

.icon-filter:before {
  content: "\23da";
}

.icon-folder:before {
  content: "\2395";
}

.icon-forward:before {
  content: "\bb";
}

.icon-game:before {
  content: "\2327";
}

.icon-group:before {
  content: "\67";
}

.icon-help:before {
  content: "\3f";
}

.icon-import:before {
  content: "\2199";
}

.icon-info:before {
  content: "\69";
}

.icon-link:before {
  content: "\260d";
}

.icon-list:before {
  content: "\2261";
}

.icon-lock:before {
  content: "\234d";
}

.icon-in:before {
  content: "\e600";
}

.icon-dashboard:before {
  content: "\44";
}

.icon-discover:before {
  content: "\64";
}

.icon-manage:before {
  content: "\6e";
}

.icon-reports:before {
  content: "\72";
}
/* line 4, ../sass/global/_reset.sass */

.cuiHeader * {
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-decoration: none;
}

/* line 13, ../sass/global/_reset.sass */
/*
html, body {
  margin: 0;
  padding: 0;
}
*/

/* line 17, ../sass/global/_reset.sass */
article, aside,
details, figure,
footer, header,
hgroup, nav, section {
  display: block;
}

/* line 23, ../sass/global/_reset.sass */
.cuiHeader ::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* line 27, ../sass/global/_reset.sass */
.cuiHeader ol, .cuiHeader ul {
  list-style: none;
  list-style-image: none;
  margin-bottom: 0px;
}
/* line 32, ../sass/global/_reset.sass */
.cuiHeader ol li:last-child, .cuiHeader ul li:last-child {
  margin-bottom: 0px;
}

/* line 35, ../sass/global/_reset.sass */
.cuiHeader img {
  position: relative;
  border: 0;
  max-width: 100%;
  min-height: auto;
  vertical-align: middle;
  outline: none;
}

/* line 43, ../sass/global/_reset.sass */
.cuiHeader svg:not(:root) {
  overflow: hidden;
}

/* line 46, ../sass/global/_reset.sass */
.cuiHeader a, .cuiHeader a:hover {
  text-decoration: none;
  color: inherit;
}

/* line 50, ../sass/global/_reset.sass */
.cuiHeader input, .cuiHeader button {
  border: none;
  text-indent: none;
  margin: 0;
  padding: 0;
}
/* line 55, ../sass/global/_reset.sass */
.cuiHeader input:focus, .cuiHeader button:focus {
  outline: none !important;
}

/* line 3, ../sass/global/_type.sass */
.cuiHeader /*body*/ {
  color: #444444;
  font-family: "Helvetica Neue", Helvetica-, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  text-shadow: 0 none;
}

/* line 13, ../sass/global/_type.sass */
.cuiHeader h1, .cuiHeader .h1, .cuiHeader h2, .cuiHeader .h2, .cuiHeader h3, .cuiHeader .h3,
.cuiHeader h4, .cuiHeader .h4, .cuiHeader h5, .cuiHeader .h5, .cuiHeader h6, .cuiHeader .h6 {
  color: #444444;
  font-family: "Helvetica Neue", Helvetica-, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
}

/* line 22, ../sass/global/_type.sass */
.cuiHeader h1 {
  font-size: 32px;
}

/* line 25, ../sass/global/_type.sass */
.cuiHeader h2 {
  font-size: 24px;
}

/* line 28, ../sass/global/_type.sass */
.cuiHeader h3 {
  font-size: 20px;
}

/* line 31, ../sass/global/_type.sass */
.cuiHeader a, .cuiHeader a:hover {
  -webkit-transition: linear 0, 0.2s;
  -moz-transition: linear 0, 0.2s;
  -o-transition: linear 0, 0.2s;
  transition: linear 0, 0.2s;
}

/* line 34, ../sass/global/_type.sass */
.cuiHeader p {
  max-width: 48em;
  margin-bottom: 20px;
}

/* line 38, ../sass/global/_type.sass */
.cuiHeader strong, .cuiHeader  .strong {
  font-weight: 600 !important;
}

/* line 12, ../sass/skeleton.sass */
.cuiHeader html {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: left;
  min-height: 100%;
}

/* line 23, ../sass/skeleton.sass */
.cuiHeader .blue {
  color: #0096bc !important;
}

/* line 25, ../sass/skeleton.sass */
.cuiHeader .green {
  color: #88bc00 !important;
}

/* line 27, ../sass/skeleton.sass */
.cuiHeader .red {
  color: #de4400 !important;
}

/* line 29, ../sass/skeleton.sass */
.cuiHeader .yellow {
  color: #ffc000 !important;
}

/* line 31, ../sass/skeleton.sass */
.cuiHeader .vertical-rule {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 1px;
  background: #cccccc;
}

/* line 38, ../sass/skeleton.sass */
.cuiHeader .caps {
  text-transform: uppercase !important;
}

/* line 40, ../sass/skeleton.sass */
.cuiHeader .left {
  text-align: left !important;
}

/* line 42, ../sass/skeleton.sass */
.cuiHeader .center {
  text-align: center !important;
}

/* line 46, ../sass/skeleton.sass */
.cuiHeader .almost-white {
  background: #f7f7f7;
}

/* line 48, ../sass/skeleton.sass */
.cuiHeader .gray-lighter {
  background: #e9e9e9;
}

/* line 50, ../sass/skeleton.sass */
.cuiHeader .gray-light {
  background: #888888;
}

/* line 52, ../sass/skeleton.sass */
/*.gray {
  color: #eeeeee;
  background: #555555;
}*/

/* line 55, ../sass/skeleton.sass */
.cuiHeader .gray-dark {
  color: #dddddd;
  background: #464646;
}

/* line 58, ../sass/skeleton.sass */
.cuiHeader .gray-darker {
  color: #efefef;
  background: #333333;
}

/* line 62, ../sass/skeleton.sass */
.cuiHeader .appguru-yellow {
  background: #ffcd46;
}

/* line 64, ../sass/skeleton.sass */
.cuiHeader .appguru-alt-yellow {
  background: #eead12;
}

/* line 66, ../sass/skeleton.sass */
.cuiHeader .appguru-mustard {
  color: white;
  background: #e18a00;
}

/* line 69, ../sass/skeleton.sass */
.cuiHeader .appguru-brown {
  color: white;
  background: #b26500;
}

/* line 73, ../sass/skeleton.sass */
.cuiHeader .central-blue {
  background: #4cb7ef;
}

/* line 75, ../sass/skeleton.sass */
.cuiHeader .central-alt-blue {
  background: #45a5d9;
}

/* line 77, ../sass/skeleton.sass */
.cuiHeader .central-dark-blue {
  color: white;
  background: #218cc6;
}

/* line 80, ../sass/skeleton.sass */
.cuiHeader .central-darker-blue {
  color: white;
  background: #006297;
}

/* line 84, ../sass/skeleton.sass */
.cuiHeader .cubby-green {
  background: #98d000;
}

/* line 86, ../sass/skeleton.sass */
.cuiHeader .cubby-alt-green {
  background: #81ad00;
}

/* line 88, ../sass/skeleton.sass */
.cuiHeader .cubby-dark-green {
  color: white;
  background: #6f9500;
}

/* line 91, ../sass/skeleton.sass */
.cuiHeader .cubby-darker-green {
  color: white;
  background: #3f5400;
}
.badge, .user-notifications {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    position: relative;
    right: -0.1em;
    min-width: 1.5em;
    background-color: #4CB7EF;
    border: 1px solid #4CB7EF;
    color: #f7f7f7;
    padding: 0 0.5em;
    line-height: 1.3;
    margin-bottom: -0.5em;
    border-radius: 0.8em;
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.badge.outlined, .user-notifications.outlined {
    border-color: #888;
    background: transparent;
    color: inherit;
}

.new_badge {
    position: relative;
    top: 6px;
    right: 0;
    right: auto;
    bottom: auto;
    vertical-align: top;
    line-height: 11px;
    border-width: 1px;
    border-radius: 12px;
    behavior: url(/Content/Site/commonUiHeader/external/PIE.htc);
    margin-left: 1em;
    background: #f8cb30;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 7px 5px;
    /*transition: all 0.2s ease-in-out;*/
    opacity: 1;
}

.sub-menu-opened .new_badge {
    transform: scale(0);
    opacity: 0;
}

h1 .badge, h1 .user-notifications, h2 .badge, h2 .user-notifications, h3 .badge, h3 .user-notifications, h4 .badge, h4 .user-notifications {
    background: transparent;
    border-color: #888;
    color: inherit !important;
    font-size: 0.6em;
    top: -0.25em;
    padding: 0 0.5em;
}

.button .badge, .button .user-notifications {
    padding: 0 0.5em;
}
.button.primary .badge, .button.primary .user-notifications {
    border-color: #fff;
    background: #fff;
    color: #45A5D9;
}
.button.primary .badge.outlined, .button.primary .user-notifications.outlined {
    background: transparent;
    color: inherit;
}

.cuiHeader {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 10; 
}

.cuiHeader .user-notifications {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    position: relative;
    right: -0.1em;
    min-width: 1.5em;
    background-color: #4CB7EF;
    border: 1px solid #4CB7EF;
    color: #f7f7f7;
    padding: 0 0.5em;
    line-height: 1.3;
    margin-bottom: -0.5em;
    border-radius: 0.8em;
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
 .cuiHeader .user-notifications.outlined {
    border-color: #888;
    background: transparent;
    color: inherit;
}

.cuiHeader h2 .user-notifications, .cuiHeader h3 .user-notifications, .cuiHeader h4 .user-notifications {
    background: transparent;
    border-color: #888;
    color: inherit !important;
    font-size: 0.6em;
    top: -0.25em;
    padding: 0 0.5em;
}

.cuiHeader .button .user-notifications {
    padding: 0 0.5em;
}
.cuiHeader .button.primary .user-notifications {
    border-color: #fff;
    background: #fff;
    color: #45A5D9;
}
.cuiHeader .button.primary .user-notifications.outlined {
    background: transparent;
    color: inherit;
}

.cuiHeader .header {
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    min-width: 420px;
}
.cuiHeader .header .header-main {
    position: relative;
    width: 100%;
    background: #4CB7EF;
    overflow: visible !important;
    height: 50px;
}
.cuiHeader .header .header-main:after {
    content: "";
    display: block;
    clear: both;
}
.cuiHeader .header .logo {
    background-size: 170px;
    background-repeat: no-repeat;
    background-position: center;
    width: 170px;
    display: block;
    position: relative;
    z-index: 100;
    float: left;
    height: 50px;
    margin-left: 20px;
}

.cuiHeader .header .header-main .header-logo-container img {
    margin: 11px;
}

.cuiHeader .header .header-menu {
    position: relative;
    float: right;
}
.cuiHeader .header .header-menu .header-menu-item {
    display: block;
    text-align: center;
    float: left;
    border-left: 1px solid #45A5D9;
    position: relative;
}
.cuiHeader .header .header-menu .header-menu-item.header-menu-item-more {
    display: none;
}
.cuiHeader .header .header-menu .header-menu-item a {
    display: block;
    width: 100%;
    line-height: 46px;
    height: 50px;
    color: #006297;
    background: #4CB7EF;
    font-weight: normal;
}
.cuiHeader .header .header-menu .header-menu-item a:after {
    content: " ";
    position: absolute;
    top: -7px;
    bottom: 100%;
    border: solid transparent;
    border-width: 0 7px 7px;    
    display: block;
    width: 0;
    height: 0;
    z-index: 1;
    pointer-events: none;
}
.cuiHeader .header .header-menu .header-menu-item a:hover,
.cuiHeader .header .header-menu .header-menu-item a:focus {
    color: #8FAFFF;
    background: #45A5D9;
}
.cuiHeader .header .header-menu .header-menu-item a:hover.icon path {
    fill: #fff;
}
.cuiHeader .header .header-menu .header-menu-item a.icon path {
    fill: #006297;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.cuiHeader .header .header-menu .header-menu-item a.user {
    padding: 0px 20px 0px 15px;
}
.cuiHeader .header .header-menu .header-menu-item .user-name {
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin-top: 18px;
    padding-left: 10px;
    line-height: 15px;
    text-align: left;
    white-space: nowrap;
    color: #f7f7f7;
    font-weight: normal;
}
.cuiHeader .header .header-menu .header-menu-item .user-name.multiple {
    margin-top: 9px;
}
.header .header-menu .header-menu-item .user-notifications {
    position: absolute;
    top: -6px;
    right: 6px;
    line-height: 16px;
    margin: 11px 0;
    padding: 0 4px;
    border-width: 1px;
    font-size: 12px;
    border-radius: 9px;
    border-color: #f7f7f7;
    color: #218CC6;
    background: #f7f7f7;
}
.cuiHeader .header .header-menu .header-menu-item .header-sub-menu {
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    width: auto;
    border: 1px solid #e9e9e9;
    border-top: none;
    padding: 0.4em 0;
    visibility: hidden;
    opacity: 0;
    margin-top: -10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: -1;
}




.cuiHeader .header .header-menu .header-menu-item .header-sub-menu.show {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
.cuiHeader .header .header-menu .header-menu-item .header-sub-menu li.separator-line {
    height: 0;
    border-bottom: 1px solid #e9e9e9;
    margin: 0.4em 0;
}
.cuiHeader .header .header-menu .header-menu-item .header-sub-menu li.separator-space {
    height: 0;
    border-bottom: 0 none;
    margin: 0 0 10px 0;
}
.cuiHeader .header .header-menu .header-menu-item .header-sub-menu a {
    position: relative;
    text-align: left;
    white-space: nowrap;
    padding: 0 2em;
    padding-right: 3em;
    margin: 0;
    line-height: 3em !important;
    height: 3em;
    font-size: 12px;
    background: transparent;
}

.header .header-menu .header-menu-item .header-sub-menu a .new {
    display: inline-block;
    background: #f8cb30;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 5px 3px;
    line-height: 10px;
    margin: 0px 0px 2px 5px;
    border-radius: 3px;
}

.cuiHeader .header .header-menu .header-menu-item .header-sub-menu a .icon {
    display: inline-block;
    position: absolute;
    top: -0.1em;
    right: 1.5em;
}
.cuiHeader .header .header-menu .header-menu-item .header-sub-menu a:hover,
.cuiHeader .header .header-menu .header-menu-item .header-sub-menu a:focus {
    background: #4CB7EF;
    color: #fff !important;
}
.cuiHeader .header .header-menu .header-menu-item .header-sub-menu a.selected {
    font-weight: bold;
    background: #f7f7f7;
}
.cuiHeader .header .header-menu .header-menu-item .header-sub-menu a.bold {
    font-weight: bold;
    color: #4CB7EF;
}
.cuiHeader .header .header-menu .header-menu-item .header-sub-menu a:after {
    display: none;
}



/*Mainmenu*/

.cuiHeader .header .header-menu .header-menu-item .header-sub-mainmenu {
    
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 100%;
    width: 500px;
    border: 1px solid #e9e9e9;
    border-top: none;
    visibility: hidden;
    opacity: 0;
    margin-top: -10px;
     -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: white;
    z-index: -1;

}

.cuiHeader .header .header-menu .header-menu-item .header-sub-mainmenu.show {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
.cuiHeader .header .header-menu .header-menu-item .header-sub-mainmenu .navcontainer li.separator-line {
    border-bottom: 1px solid #e9e9e9;
    height: auto;
    width: 100%;

}
.cuiHeader .header .header-menu .header-menu-item .header-sub-mainmenu .navcontainer li.separator-space {
    height: 0;
    border-bottom: 0 none;
    margin: 0 0 10px 0;
}
    

.cuiHeader .header .header-menu .header-menu-item .header-sub-mainmenu .navcontainer ul.dynamic {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.cuiHeader .header .header-menu .header-menu-item .header-sub-mainmenu .navcontainer ul.dynamic li {
    display: table-cell;
    width: auto;
    text-align: center;
}

.cuiHeader .header .header-menu .header-menu-item .header-sub-mainmenu .navcontainer ul.dynamic li a:hover,
.cuiHeader .header .header-menu .header-menu-item .header-sub-mainmenu .navcontainer ul.dynamic li a:focus {
    background-color: #FAFAFA
}
    

.cuiHeader .header .header-menu .header-menu-item .header-sub-mainmenu .navcontainer ul.dynamic li a
{
    height: auto;
	text-decoration: none;
	padding: 20px;		
	background-color: transparent;				
	line-height: 10px;
	align-content: center;
    width: 100%;
    
	  
}

    

.cuiHeader .header .header-menu .header-menu-item .header-sub-mainmenu .navcontainer ul.dynamic li.full
{
	width:auto;
	height: auto;
    padding: 0;
}

.cuiHeader .header .header-menu .header-menu-item .header-sub-mainmenu .navcontainer ul li a div
{
    display: block;
	margin-left: auto;
    margin-right: auto;
}
   
    
.title {
    color:  #555555;
    line-height: 20px;
}
	
/*End mainmenu*/





.cuiHeader .header .header-menu .header-menu-item.sub-menu-opened > a {
    color: #fff;
    background: #45A5D9;
}
.cuiHeader .header .header-menu .header-menu-item.sub-menu-opened > a.icon path {
    fill: #fff;
}

.no-svg .header-menu {
    width: auto;
    float: right;
    text-align: left;
}
.no-svg .header-menu-item {
    display: inline-block;
    float: none;
    min-width: 50px;
}
.no-svg .header-menu-item a.user {
    white-space: nowrap;
    position: relative;
    /*padding-left: 50px !important;*/
}
.no-svg .header-menu-item a.user .user-img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -13px;
}
.no-svg .header-menu-item a.user .user-name {
    display: inline-block;
}



@media only screen and (max-width: 768px) {
    .cuiHeader .header .header-menu .header-menu-item {
        display: none;
    }
    .cuiHeader .header .header-menu .header-menu-item.sub-menu-opened .header-sub-menu {
        left: 50%;
    }
    .cuiHeader .header .header-menu .header-menu-item .user-name {
        display: none;
    }
    .cuiHeader .header .header-menu .header-menu-item .header-sub-menu {
        position: fixed;
        overflow-y: auto;
        top: 50px;
        left: 100%;
        right: 0;
        bottom: 0;
        padding: 0;
        border: none;
        -moz-transition: margin-top 0.2s ease-out, opacity 0.2s ease-out;
        -o-transition: margin-top 0.2s ease-out, opacity 0.2s ease-out;
        -webkit-transition: margin-top 0.2s ease-out, opacity 0.2s ease-out;
        transition: margin-top 0.2s ease-out, opacity 0.2s ease-out;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.07);
        background: rgba(255, 255, 255, 0.95);
    }
    .cuiHeader .header .header-menu .header-menu-item .header-sub-menu > li {
        border-top: 1px solid #45A5D9;
    }
    .cuiHeader .header .header-menu .header-menu-item .header-sub-menu > li > a {
        width: auto;
        padding: 0 50px 0 50px;
        height: 50px;
        background: #4CB7EF;
        font-size: inherit;
    }
    .cuiHeader .header .header-menu .header-menu-item .header-sub-menu > li > a .label {
        display: inline-block;
        line-height: 50px;
        vertical-align: top;
    }
    .header .header-menu .header-menu-item .header-sub-menu > li > a .user-notifications {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
        vertical-align: top;
        line-height: 23px;
        margin: 12px 0;
        padding: 0 0.65em;
        border-width: 1px;
        font-size: 0.8em;
        border-radius: 12px;
        margin-left: 1em;
        border-color: #f7f7f7;
        color: #218CC6;
        background: #f7f7f7;
    }
    .cuiHeader .header .header-menu .header-menu-item .header-sub-menu > li.sub-menu-opened > a {
        background-color: #45A5D9;
        color: #f7f7f7;
    }
    .cuiHeader .header .header-menu .header-menu-item .header-sub-menu > li.sub-menu-opened > a svg path {
        fill: #f7f7f7;
    }
    .cuiHeader .header .header-menu .header-menu-item .header-sub-menu > li > ul {
        margin-top: 0;
        padding-top: 0;
    }
    .cuiHeader .header .header-menu .header-menu-item .header-sub-menu > li .header-sub-sub-menu {
        visibility: hidden;
        overflow: hidden;
        opacity: 0;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        border: none;
    }
    .cuiHeader .header .header-menu .header-menu-item .header-sub-menu > li .header-sub-sub-menu li {
        height: 0;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .cuiHeader .header .header-menu .header-menu-item .header-sub-menu > li .header-sub-sub-menu li a {
        font-size: inherit;
    }
    .cuiHeader .header .header-menu .header-menu-item .header-sub-menu > li .header-sub-sub-menu li.separator-line {
        visibility: hidden;
        border: none;
    }
    .cuiHeader .header .header-menu .header-menu-item .header-sub-menu > li .header-sub-sub-menu.show {
        visibility: visible;
        opacity: 1;
    }
    .cuiHeader .header .header-menu .header-menu-item .header-sub-menu > li .header-sub-sub-menu.show li {
        height: 50px;
    }
    .cuiHeader .header .header-menu .header-menu-item .header-sub-menu > li .header-sub-sub-menu.show li.separator-line {
        visibility: visible;
        height: 1px;
        margin: 5px 50px 5px 100px;
        border-bottom: 1px solid #e9e9e9;
    }
    .cuiHeader .header .header-menu .header-menu-item .header-sub-menu li.separator-line {
        margin: 0;
    }
    .cuiHeader .header .header-menu .header-menu-item .header-sub-menu a {
        line-height: 50px !important;
        padding: 0 100px;
        height: auto;
    }
    .cuiHeader .header .header-menu .header-menu-item .header-sub-menu a .icon {
        right: 50px;
    }
    .cuiHeader .header .header-menu .header-menu-item-skip {
        display: block;
    }
    .cuiHeader .header .header-menu .header-menu-item-skip:not(.header-menu-item-more) .header-sub-menu li {
        background: none;
        border: none;
    }
    .cuiHeader .header .header-menu .header-menu-item-skip:not(.header-menu-item-more) .header-sub-menu li.separator-line {
        height: 1px;
        margin: 5px 50px 5px 50px;
        border-bottom: 1px solid #e9e9e9;
    }
    .cuiHeader .header .header-menu .header-menu-item-skip:not(.header-menu-item-more) .header-sub-menu li a {
        position: relative;
        text-align: left;
        white-space: nowrap;
        padding: 0 50px;
        margin: 0;
        line-height: 50px !important;
        height: 50px;
        font-size: inherit;
        background: transparent;
    }
    .cuiHeader .header .header-menu .header-menu-item-skip:not(.header-menu-item-more) .header-sub-menu li a .icon {
        display: inline-block;
        position: absolute;
        top: -0.1em;
        right: 50px;
    }
    .cuiHeader .header .header-menu .header-menu-item-skip:not(.header-menu-item-more) .header-sub-menu li a.selected {
        font-weight: bold;
        background: #f7f7f7;
    }
    .cuiHeader .header .header-menu .header-menu-item-skip:not(.header-menu-item-more) .header-sub-menu li a.bold {
        font-weight: bold;
        color: #4CB7EF;
    }
    .cuiHeader .header .header-menu .header-menu-item-skip:not(.header-menu-item-more) .header-sub-menu li a:hover {
        background: #4CB7EF;
        color: #fff;
    }
    .cuiHeader .header .header-menu .header-menu-item-skip.header-menu-item-more {
        display: block;
    }
    .cuiHeader .header .header-menu .header-menu-item-skip.header-menu-item-more > a {
        display: block;
        font-weight: bold;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    .cuiHeader .header .header-menu .header-menu-item.sub-menu-opened .header-sub-menu {
        left: 0;
    }
}

a .header-languages-icon {
    width: 24px;
    height: 24px;
    background: url('/Images/sprite.png') no-repeat -25px -153px;
    background-repeat: no-repeat;
    margin: 13px 6px 0px;
    display: block;
    float: left;
}

a:hover .header-languages-icon {
    background: url('/Images/sprite.png') no-repeat -25px -153px;
}

.header-logo-container {
    width: 207px;
    height: 50px;
    border-right: 1px solid #45A5D9;
    float: left;
}

.header-logo-container:hover,
.header-logo-container:focus {
    background-color: #45A5D9;
}

.header-logo {
    width: 167px;
	height: 24px;
    background: url('/Images/sprite.png') no-repeat -426px -121px;
    display: block;
    vertical-align: central;
    float: left;
    margin: 13px 0 0 20px;
    position: relative;
    z-index: 100;
}

a .header-user-img {
    width: 17px;
	height: 20px;
    background: url('/Images/sprite.png') no-repeat -112px -156px;
    display: block;
    background-repeat: no-repeat;
    margin: 15px 6px 0 6px;
    float: left;
}

a:hover .header-user-img {
    background: url('/Images/sprite.png') no-repeat -112px -156px;
}


a .header-menu-img {
    width: 16px;
	height: 12px;
    background: url('/Images/sprite.png') -60px -163px;
    display: block;
    background-repeat: no-repeat;
    float: left;
    margin: 19px 0 19px 0;
}

a .header-menu-pipe {
    width: 8px;
	height: 7px;
    background: url('/Images/sprite.png') no-repeat -7px -161px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 1.5em;
    margin: 14px 0 14px 0;
}

a .header-item {
    position: relative;
}

a .header-menu-myaccount-img {
    width: 48px;
	height: 49px;
    background: url('/Images/sprite.png') no-repeat -9px -246px;
    background-repeat: no-repeat;
    margin: 10px 0 0 0;
}

a:hover .header-menu-myaccount-img,
a:focus .header-menu-myaccount-img {
    background: url('/Images/sprite.png') no-repeat -8px -191px;
}

a .header-menu-msp-portal-img {
    width: 48px;
    height: 49px;
    background: url('/Images/msp_gray.svg') no-repeat center;
    backrround-size: cover;
    margin: 10px 0 0 0;
}

a .header-item:not([data-badge=""],[data-badge="null"])::after {
    content: attr(data-badge);
    position: absolute;
    right: -0.75rem;
    padding: 0.25rem;
    border-radius: 0.25rem;
    background-color: #0f3044;
    color: #c3cdd3;
    font-size: 0.6rem;
    
}

a:hover .header-menu-msp-portal-img,
a:focus .header-menu-msp-portal-img {
    background: url('/Images/msp_light_blue.svg') no-repeat center;
}

a:hover .header-item::after,
a:focus .header-item::after {
    background-color: #43a0e8;
    color: #ffffff;
}

a .header-menu-admincenter-img {
    width: 62px;
	height: 38px;
    background: url('/Images/sprite.png') no-repeat -323px -260px;
    background-repeat: no-repeat;
    margin: 0 0 5px 0;
}

a:hover .header-menu-admincenter-img,
a:focus .header-menu-admincenter-img {
    background: url('/Images/sprite.png') no-repeat -324px -204px;
}

a .header-menu-commandcenter-img {
    width: 46px;
	height: 51px;
    background: url('/Images/sprite.png') no-repeat -273px -246px;
    background-repeat: no-repeat;
    margin: 0 0 2px 0;
   
}

a:hover .header-menu-commandcenter-img,
a:focus .header-menu-commandcenter-img {
    background: url('/Images/sprite.png') no-repeat -274px -190px;
}

a .header-menu-tc-img {
    width: 42px;
    height: 36px;
    background: url('/Images/sprite.png') -60px -260px;
    background-repeat: no-repeat;
    margin: 0 0 5px 0;
}

a:hover .header-menu-tc-img,
a:focus .header-menu-tc-img {
    background: url('/Images/sprite.png') -63px -204px;
}
a .header-menu-webconsole-img {
    width: 42px;
    height: 36px;
    background: url('/Images/sprite.png') -500px -260px;
    background-repeat: no-repeat;
    margin: 0 0 5px 0;
}

a:hover .header-menu-webconsole-img,
a:focus .header-menu-webconsole-img {
    background: url('/Images/sprite.png') -503px -204px;
}

a .header-menu-help-img {
    width: 48px;
	height: 48px;
    background: url('/Images/sprite.png') -393px -249px;
    background-repeat: no-repeat;
    margin: 0 0 -5px 0;
}

a:hover .header-menu-help-img,
a:focus .header-menu-help-img {
    background: url('/Images/sprite.png') -393px -196px;
}

a .header-menu-guides-img {
    width: 48px;
    height: 48px;
    background: url('/Images/sprite.png') -111px -248px;
    background-repeat: no-repeat;
    margin: 0 0 -5px 0;
}

a:hover .header-menu-guides-img,
a:focus .header-menu-guides-img {
    background: url('/Images/sprite.png') -112px -193px;
}

a .header-menu-downloads-img {
    width: 48px;
    height: 48px;
    background: url('/Images/sprite.png') -219px -249px;
    background-repeat: no-repeat;
    margin: 0 0 -5px 0;
}

a:hover .header-menu-downloads-img,
a:focus .header-menu-downloads-img {
    background: url('/Images/sprite.png') -220px -194px;
}

a .header-menu-feedback-img {
    width: 48px;
    height: 48px;
    background: url('/Images/sprite.png') -166px -249px;
    background-repeat: no-repeat;
    margin: 0 0 -5px 0;
}

a:hover .header-menu-feedback-img,
a:focus .header-menu-feedback-img {
    background: url('/Images/sprite.png') -166px -195px;
}

.menu_dialog_overlay
	{
	   position: fixed;
	   top: 0;
	   right: 0;
	   bottom: 0;
	   left: 0;
	   height: 100%;
	   width: 100%;
	   margin: 0;
	   padding: 0;
	   background: #000000;   
	   opacity: .80;   
       /*IE 8*/
       filter: alpha(opacity=80);
	   -moz-opacity: .15;
	   display: none;
    z-index: 3;
	}

.cuiHeader .menu_button {
    border-radius: .375rem;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    padding: 5px;
}

a .header-resource-center-icon {
    border-radius: .375rem;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    width: 35px;
    height: 35px;
    padding-top: 3px;
    margin: 8px 6px 0;
    display: block;
    float: left;
}

a .header-resource-center-icon:before {
    content: attr(data-badge);
    color: rgba(255, 255, 255, 1 );
    font-size: .75rem;
    line-height: 1rem;
    padding: .125rem;
    background-color: rgba(39, 114, 169, 1);
    border-radius: 9999px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    transform: translate(-50%,-50%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
    width: 1rem;
    height: 1rem;
    display: flex;
    position:absolute;
} 

a .header-resource-center-icon[data-badge="0"]:before,
a .header-resource-center-icon[data-badge=""]:before {
    content: "";
    display: none;
}
	

/* override stuff here */
.cuiHeader .header { height: 50px; top: -1px;  }
.cuiHeader .header-sub-menu { background-color: #fff; }
