

/********************
 velocity.css 
********************/












































/********************
 imports.css 
********************/






/********************
 aui8.css 
********************/

/*

body {
	background: #f5f5f5;
}

h1, h2, h3, h4, h5 {
  color: #ccc
}

h6 {
  color: #707070
}

blockquote {
  border-left: 1px solid #ccc;
}

a {
	color: #707070;
}

a:hover, a:active {
	color: #999;
}

#content > .aui-panel {
  border-color: #ccc;
}

.aui-page-panel {
	border-color: #ccc;
}

.aui-page-panel-nav {
  border-right-color: #ccc;
}

.aui-page-panel .aui-page-panel-nav {
  background: #f5f5f5
}

.aui-page-panel-nav > .aui-nav-vertical .aui-nav .aui-nav > li::before,
.aui-page-panel-nav > .aui-navgroup-vertical .aui-nav .aui-nav > li::before,
.aui-page-panel-nav > .aui-nav-vertical .aui-nav .aui-nav > li::after,
.aui-page-panel-nav > .aui-navgroup-vertical .aui-nav .aui-nav > li::after {
  background-color: #ccc;
}

.aui-page-notification-details-header-expander::before, 
.aui-page-notification-details-header-expander::after {
  border-top: 1px solid #ccc;
}

.aui-page-notification-details-header-expander .aui-expander-trigger {
  background-color: #f5f5f5;
}

.aui-page-focused .aui-page-panel-content > form.aui .buttons-container {
  border-top: 1px solid #ccc;
}

.aui-dd-parent .aui-dropdown li.dropdown-item.active a.item-link,
.aui-dd-parent .aui-dropdown a.item-link:hover, 
.aui-dd-parent .aui-dropdown a.item-link:active,
.aui-dd-parent .aui-dropdown a.item-link:focus, 
.aui-dropdown a.item-link:hover,
.aui-dropdown a.item-link:active, .aui-dropdown a.item-link:focus {
  background: #999;
}

.aui-icon-dropdown {
  border-top-color: #333;
}

table.aui > caption {
	border-bottom: 1px solid #ccc;
}

table.aui > tbody > tr, 
table.aui > tfoot > tr {
	color: #333;
	border-bottom: 1px solid #ccc;
}

table.aui > tbody > tr > th {
	color: #333;
}

table.aui > thead {
    border-bottom: 1px solid #ccc;
}

table.aui > tbody > tr:first-child > td, 
table.aui > tbody > tr:first-child > th,
table.aui > tfoot > tr:first-child > td {
	border-top: 1px solid #ccc;
}

table.aui.aui-zebra > thead > tr:nth-child(even), 
table.aui.aui-zebra > tbody > tr:nth-child(even),
table.aui.aui-zebra > tfoot > tr:nth-child(even), 
table.aui.aui-zebra > tbody > tr:nth-child(even) > th {
  color: #333;
}

form.aui .text, 
form.aui .password, 
form.aui .upfile, 
form.aui .textarea,
form.aui .select, 
form.aui .multi-select, 
form.aui .aui-select2-container {
  color: #333;
}

form.aui option, 
form.aui optgroup option {
  color: #333;
}

form.aui .checkbox > label, 
form.aui .radio > label {
    color: #333;
}

form.aui .button {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3.01px;
  color: #333;
}

form.aui .button:focus, 
form.aui .button:hover {
  background-color: #f5f5f5;
  border-color: #999;
  color: #000;
}

form.aui .button:active, 
form.aui .button.active {
  background-image: none;
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #999;
}

form.aui .button[disabled], 
form.aui .button[disabled]:hover, 
form.aui .button[disabled]:focus,
form.aui .button[disabled]:active {
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #999;
}

form.aui pre.aui-form {
  border: 1px solid #ccc;
}

.aui-message {
	border-color: #707070;
	color: #333;
}

.aui-message:after {
	color: #fff;
}

.aui-message .aui-icon.icon-close {
	color: #707070;
}

.aui-message .aui-icon.icon-close:hover {
	color: #333;
}

.aui-message.error,
.aui-message-error {
  color: #333;
}

.aui-message.warning,
.aui-message-warning {
	color: #333;
}

.aui-message.hint,
.aui-message-hint,
.aui-message.info,
.aui-message-info {
  border-color: #666;
  color: #333;
}

.aui-message.hint::after,
.aui-message-hint::after,
.aui-message.info::after,
.aui-message-info::after {
  color: #666;
}

.aui-message.success,
.aui-message-success {
  border-color: #8eb021;
  color: #333;
}

.aui-message.success::after,
.aui-message-success::after {
  color: #fff;
}

#header .aui-message {
  color: #333;
}

.aui-toolbar .toolbar-group .toolbar-trigger,
.aui-toolbar .aui-dd-parent a.aui-dd-trigger {
  background: #f5f5f5;
  xborder: 1px solid #ccc;
  color: #333;
}

.aui-toolbar .toolbar-group .toolbar-item.toolbar-item-link .toolbar-trigger {
  color: #666;
}

.aui-toolbar .aui-dropdown2-trigger.toolbar-trigger.active, 
.aui-toolbar .toolbar-splitbutton:hover .toolbar-trigger,
.aui-toolbar .toolbar-group .toolbar-trigger:focus, 
.aui-toolbar .toolbar-group .toolbar-trigger:hover,
.aui-toolbar .toolbar-group button:focus, 
.aui-toolbar .toolbar-group button:hover,
.aui-toolbar .aui-dd-parent .aui-dd-trigger:focus, 
.aui-toolbar .aui-dd-parent .aui-dd-trigger:hover,
.aui-toolbar .toolbar-group .active .toolbar-trigger:hover {
  background: #e9e9e9;
  xborder-color: #999;
  xmargin-left: -1px;
  color: #000;
}

.aui-toolbar .toolbar-item:first-child .toolbar-trigger:hover,
.aui-toolbar .toolbar-item:first-child .aui-dropdown2-trigger.toolbar-trigger.active,
.aui-toolbar .toolbar-item.active:first-child .toolbar-trigger,
.aui-toolbar .toolbar-splitbutton:first-child:hover .toolbar-trigger,
.aui-toolbar .toolbar-item:first-child .toolbar-trigger:focus, 
.aui-toolbar .toolbar-item:first-child .toolbar-trigger:hover,
.aui-toolbar .toolbar-item:first-child button:focus, 
.aui-toolbar .toolbar-item:first-child button:hover,
.aui-toolbar .toolbar-item:first-child .aui-dd-parent .aui-dd-trigger:focus,
.aui-toolbar .toolbar-item:first-child .aui-dd-parent .aui-dd-trigger:hover,
.aui-toolbar .toolbar-item:first-child.active .toolbar-trigger:hover {
  xmargin-left: 0
}

.aui-toolbar .aui-dropdown2-trigger[aria-disabled="true"]:focus,
.aui-toolbar .aui-dropdown2-trigger[aria-disabled="true"]:hover,
.aui-toolbar .aui-dropdown2-trigger[aria-disabled="true"]:active,
.aui-toolbar .disabled .active .toolbar-trigger:hover, .aui-toolbar .toolbar-group.disabled .toolbar-trigger,
.aui-toolbar .toolbar-group.disabled .toolbar-trigger:focus, .aui-toolbar .toolbar-group.disabled .toolbar-trigger:hover,
.aui-toolbar .toolbar-group.disabled .toolbar-trigger:active, .aui-toolbar .toolbar-group .disabled .toolbar-trigger,
.aui-toolbar .toolbar-group .disabled .toolbar-trigger:focus, .aui-toolbar .toolbar-group .disabled .toolbar-trigger:hover,
.aui-toolbar .toolbar-group .disabled .toolbar-trigger:active, .aui-toolbar .toolbar-group .toolbar-trigger.disabled,
.aui-toolbar .toolbar-group .toolbar-trigger.disabled:focus, .aui-toolbar .toolbar-group .toolbar-trigger.disabled:hover,
.aui-toolbar .toolbar-group .toolbar-trigger.disabled:active {
  background: #f5f5f5;
  xborder-color: #ddd;
  color: #999;
}

.aui-toolbar .aui-dropdown2-trigger[aria-disabled="true"]:focus,
.aui-toolbar .aui-dropdown2-trigger[aria-disabled="true"]:hover,
.aui-toolbar .aui-dropdown2-trigger[aria-disabled="true"]:active {
  color: #999
}

.aui-toolbar .toolbar-group.disabled .toolbar-item:first-child .toolbar-trigger,
.aui-toolbar .toolbar-group .disabled.toolbar-item:first-child .toolbar-trigger,
.aui-toolbar .toolbar-group .toolbar-item:first-child .disabled.toolbar-trigger {
  xborder-left-color: #ddd
}

.aui-button, 
a.aui-button, 
.aui-button:visited {
  background: #f5f5f5;
  xborder: 1px solid #ccc;
  color: #333;
}

.aui-button:focus, .aui-button:hover, .aui-button-subtle.aui-button:focus,
.aui-button-subtle.aui-button:hover {
  background-color: #e9e9e9;
	border-bottom-width: 0;
  xborder-color: #999;
  color: #000;
}

.aui-button:active, .aui-button.aui-button-subtle:active, .aui-button.aui-button-subtle.active {
  background-color: #e9e9e9;
  xborder-color: #999;
  color: #0052cc;
}

.aui-button.active, .aui-button-subtle.aui-button.active {
  background-color: #333;
  color: #fff;
}

.aui-button[aria-pressed="true"], .aui-buttons .aui-button[aria-pressed="true"],
.aui-buttons .aui-button[aria-pressed="true"].aui-button-primary,
.aui-buttons .aui-button[aria-pressed="true"].aui-button-subtle {
  background-color: #666;
}


h1, h2, h3, h4,
.wiki-content h1,
.wiki-content h2,
.wiki-content h3,
.wiki-content h4,
.pagetitle,
.steptitle,
.substeptitle,
.formtitle,
table.confluenceTable td.confluenceTd.highlight,
table.confluenceTable td.confluenceTd.highlight > p,
table.confluenceTable th.confluenceTh,
table.confluenceTable th.confluenceTh > p,
.wiki-content .tablesorter-header-inner,
table.admin th,
.form-element-large,
.form-element-small,
#toolbar #format-dropdown .format-h1 a,
#toolbar #format-dropdown .format-h2 a,
#toolbar #format-dropdown .format-h3 a,
#toolbar #format-dropdown .format-h4 a {
    color: #333;
}

h5, h6,
.wiki-content h5,
.wiki-content h6,
#toolbar #format-dropdown .format-h5 a,
#toolbar #format-dropdown .format-h6 a {
    color: #06C;
}

#format-dropdown .mce_formatPreview.mce_blockquote a {
    border-left-color: #Fefefe;
}

.wiki-content h1,
.wiki-content h2 {
 	border-bottom-color: #Fefefe;
}

.wiki-content-preview {
    border-left-color: #Fefefe;
    border-right-color: #Fefefe;
}

.pageSectionHeader {
    border-bottom-color: #DEDFE0;
}

.panel {
    border-color: #Fefefe;
}

.panelHeader,
.menuheading,
.pageheader,
.sectionbottom {
    border-bottom-color: #Fefefe;
}

.topRow {
    border-top-color: #Fefefe;
}

.tabletitle, .pageSectionHeader {
	border-bottom-color: #Fefefe;
}

blockquote {
    border-left-color: #DEDFE0;
}

a,
a:visited,
a:focus,
a:hover,
a:active,
a.blogHeading {
    color: #3572b0;
}

.aui-nav-vertical li a:link,
.aui-nav-vertical li a:focus,
.aui-nav-vertical li a:visited,
.aui-nav-vertical li a:active {
    color: #3572b0;
}

.wiki-content a,
.wiki-content a:link,
.wiki-content a:visited,
.wiki-content a:focus,
.wiki-content a:hover,
.wiki-content a:active {
    color: #3572b0;
}

.navigation-pseudo-link {
    color: #3572b0;
}

a.visitable:visited {
    color: #333;
}

.createlink,
a.createlink,
a.createlink:link,
a.createlink:visited,
a.createlink:active,
a.createlink:hover {
    text-decoration: underline;
    color: #d45751;
}

.unresolved,
a.unresolved,
a.unresolved:link,
a.unresolved:visited,
a.unresolved:active,
a.unresolved:hover {
    text-decoration: underline;
    color: #d45751;
}

.not-permitted,
a.not-permitted,
a.not-permitted:link,
a.not-permitted:visited,
a.not-permitted:hover,
a.not-permitted:active {
    color: #d45751;
}

.grey,
a.grey,
a.grey:link,
a.grey:visited,
a.grey:hover,
a.grey:active {
    color: #666;
}

#tinymce.wiki-content a,
#tinymce.wiki-content a:link,
#tinymce.wiki-content a:visited,
#tinymce.wiki-content a:focus,
#tinymce.wiki-content a:hover,
#tinymce.wiki-content a:active {
	color: #3572b0 !important;
}

#tinymce.wiki-content>p {
    word-wrap: break-word;
}

#tinymce.wiki-content a.createlink {
    color: #d45751  !important; }

#tinymce.wiki-content a.unresolved {
    color: #d45751 !important; }

#tinymce.wiki-content a.not-permitted {
    color: #d45751 !important; }

h1 a:link,
h1 a:visited,
h1 a:focus,
h1 a:hover,
h1 a:active {
    color: #8bcced;
    border-bottom-color: #8bcced;
}

.spacenametitle-printable,
.spacenametitle-printable a,
.spacenametitle-printable a:visited {
    color: #999999;
}

.tableview th {
    color: #8bcced;
    border-bottom-color: #Fefefe;
}

.navBackgroundBox {color: #808284;
}

.previewBoxTop,
.previewContent,
.previewBoxBottom,
.functionbox {
    border-color: #Fefefe;
}

.smalltext-blue {
    color: #Fefefe;
}

.tabnav,
.comment .tabnav,
ul.tabnav {
    border-bottom-color: #3572b0;
}

.tabnav .tabs a {
    border-color: #3572b0;
    background: #3572b0;
}

.tabnav .tabs a:link,
.tabnav .tabs a:visited {
    color: #808284;
}
.tabnav .tabs a:hover {
    color: #8bcced;border-color: #8bcced;
}

#squaretab a {
    border-color: #3572b0;
}

#squaretab a:link,
#squaretab a:visited {color: #808284;
}

#squaretab a:hover {
    color: #8bcced;border-color: #8bcced;
}

table.blogcalendar {
    border-color: #Fefefe;
}

.blogcalendar th.calendarhead,
a.calendarhead,
a.calendarhead:link,
a.calendarhead:visited,
a.calendarhead:hover {
    background-color: #3572b0;
    color: #Fefefe;
}

.searchGroupHeading {
    background-color: #3572b0;
    color: #Fefefe;
}

.topBar {
    background-color: #232F3E;
}

.basicPanelContainer {
    border-color: #DFE1E6;
}

.greynavbar {
    border-top-color: #3572b0
}

div.license-personal {
   background-color: #0049B0;
   color: #505F79;
}

div.license-personal a {
   color: #505F79;
}

#header {
    background-color: #232F3E;
}

#header a,
    
 {
    color: #Fefefe;
}

.breadcrumbs {
 	border-color: #Fefefe;
}

.tab-navigation .tab a {border: 1px solid #808284;
    color: #808284;
}
.tab-navigation .tab a:hover {
    color: #8bcced;}

.tabletitle, .heading-text-color {
    color: #8bcced;
}

ol.autocompleter li.focused {
	background: #d45751;
	color: #Fefefe;
}


.diff-navigation a.version-navigation {
    background-color: #ddd;
}

.diff-navigation a.version-navigation:hover {
    background-color: #bbb;
}

.diff-navigation a.version-navigation.all:hover {
    background-color: transparent;
}


.tasklist .task.complete .signoff { color: #008004; }
.tasklist .task.incomplete .signoff { color: #cc0000; }



#move-page-dialog .ui-tree li a.highlighted {
    background-color: #d45751;
    color: #Fefefe;
}



a:not(.aui-button):not(.aui-dialog2-header-close):not(.expand-collapse-trigger) {
    color: #3572b0;
}

.aui-toolbar .aui-buttons .toolbar-item-link:hover button.toolbar-trigger,
.aui-toolbar .aui-buttons .toolbar-item-link button.toolbar-trigger,
.aui-navgroup-horizontal .aui-nav > li a,
.aui-dialog .dialog-page-menu li.page-menu-item button.item-button,
body.spaces .aui-tabs > .tabs-menu .menu-item a,
body.spaces .aui-tabs > .tabs-menu .menu-item a:link,
body.spaces .aui-tabs > .tabs-menu .menu-item a:visited {
    color: #3572b0;
}

.aui-nav-vertical li.active a,
.aui-nav-vertical li.active a:hover {
    color: #d45751;
    background-color: #Fefefe;
}

.aui-button.aui-button-link {
    color: #3572b0;
}

#com-atlassian-confluence .aui-dd-parent a.perms-dropdown-trigger:hover,
#com-atlassian-confluence .aui-dd-parent a.perms-dropdown-trigger:focus,
#com-atlassian-confluence .aui-dd-parent .aui-dropdown .dropdown-item.active a,
.ajs-menu-bar .ajs-menu-item li.active a,
.aui-dd-parent .aui-dropdown li.active,
.ajs-menu-bar .ajs-menu-item.opened .ajs-drop-down li.active a,
.ajs-content-hover .popup-follow a:hover {
    color: #172B4D;
    background-color: #3b73af;
}

.ajs-menu-bar .ajs-menu-item.opened a.trigger {
    background-color: #3b73af;
}


#header .aui-header {
    background-color: #232F3E;
    color: #Fefefe;
}

.aui-header .aui-dropdown2-trigger.active::after,
.aui-header .aui-dropdown2-trigger:hover::after {
    border-top-color: #DEEBFF;
}

.aui-header .aui-dropdown2-trigger::after {
    border-top-color: #DEEBFF;
}

.aui-header .aui-dropdown2-trigger,
#header .aui-header .aui-nav-link ,
#header .aui-header .aui-nav-imagelink,
#header .aui-header a {
    color: #DEEBFF;
}

#header .aui-header .aui-dropdown2 {
    border-color: #0049B0;
}
#header .aui-header .aui-dropdown2 li.separator {
    border-top-color: #0049B0;
}

#header .aui-header .aui-dd-parent .aui-dropdown a:focus,
#header .aui-header .aui-dd-parent .aui-dropdown a:hover,
#header .aui-header .aui-dd-parent .aui-dropdown a:active,
#header .aui-header .aui-dd-parent .aui-dropdown li.active a {
    color: #172B4D;
    background-color: #3b73af;
}

#header .aui-header li.aui-nav a.aui-nav-link a{
    color: #172B4D;
}

#app-switcher.aui-dropdown2.aui-style-default .active,
.aui-dropdown2-trigger.app-switcher-trigger:hover,
.aui-dropdown2.aui-style-default .active {
    background-color: #3b73af;
    color: #172B4D;
}


#header .aui-header .aui-nav .aui-button-primary {
    background-color: #0065FF;
    color: #Fefefe;
}

#header .aui-header .aui-nav .aui-button-primary:hover,
#header .aui-header .aui-nav .aui-button-primary:focus {
    filter: brightness(1.2);
    color: #Fefefe;
}

.aui-header .aui-quicksearch input[type='text'],
.aui-header .aui-quicksearch input[type='text'][type='text']:focus {
    background: rgba(9, 30, 66, 0.48)
}

    .aui-header .aui-quicksearch:after,
    .aui-header .aui-quicksearch input[type='text'],
    .aui-header .aui-quicksearch input[type='text'][type='text']:focus {
        color: #DEEBFF;
    }

#header .aui-header .aui-nav .aui-button-primary:active {
    background-color: #0065FF;
    color: #Fefefe;
}



.aui-label {
    background-color: #F2F2F2;
}

.tag-cloud .aui-label a:link,
.tag-cloud .aui-label a:visited {
    color: #3572b0;
}




.diff-tag-added {
    background-color: #93c49f;
}

.diff-tag-removed {
    background-color: #df9898;
}

.diff-html-added {
    background-color: #ddfade;
    border-color: #93c49f;
}

.diff-html-removed {
    background-color: #ffe7e7;
    border-color: #df9898;
}

.diff-html-changed {
    background-color: #d6f0ff;
    border-color: #9eb6d4;
}

.diff-html-added img {
    border-color: #93c49f;
}

.diff-html-removed img {
    border-color: #df9898;
}

.diff-html-changed img {
    border-color: #9eb6d4;
}

.diff-image-overlay,
.wiki-content .diff-image-overlay {
    color: #535353;
}

.diff-image-overlay.diff-removed-image {
    background-color: #ffe7e7;
}

.diff-image-overlay.diff-added-image {
    background-color: #ddfade;
}

.diff-image-overlay.diff-changed-image {
    background-color: #d6f0ff;
}

.diff-macro {
    border-color: #ddd;
    background-color: #f0f0f0;
}

.diff-macro .diff-macro-title {
    background-color: transparent;
}

.diff-macro .diff-macro-properties {
    border-color: #ddd;
}

.diff-macro .diff-macro-properties,
.diff-macro .diff-macro-properties th,
.diff-macro .diff-macro-properties td {
    background-color: #fafafa;
    background: rgba(255,255,255,0.5);
}

.diff-macro .diff-macro-body {
    background-color: #Fefefe;
    border: 1px solid #ddd;
}

.diff-macro.diff-html-added,
.diff-macro.diff-html-added .diff-macro-body {
    background-color: #ddfade;
    border-color: #93c49f;
}

.diff-macro.diff-html-removed,
.diff-macro.diff-html-removed .diff-macro-body {
    background-color: #ffe7e7;
    border-color: #df9898;
}

.diff-macro.diff-html-changed,
.diff-macro.diff-html-changed .diff-macro-body {
    background-color: #d6f0ff;
    border-color: #9eb6d4;
}

.diff-macro.diff-html-added .diff-macro-body,
.diff-macro.diff-html-removed .diff-macro-body,
.diff-macro.diff-html-changed .diff-macro-body {
    background-color: #Fefefe;
}

# @end Diff colours

*/




/********************
 aui8-patches.css 
********************/

.brikit-canvas .aui-navgroup-horizontal::after {
	display: none;
}

body.mobile #aui-flag-container {
    max-width: 100vw;
    left: 0;
    right: 0;
}

body.mobile #aui-flag-container .aui-message {
  width: auto;
}

header#header nav.aui-header {
    z-index: 101;
}

/*
.ia-splitter-handle-highlight {
  border-left: 1px solid #ccc;
  left: 3px;
  width: 7px;
}

#designer .aui-tabs.horizontal-tabs>.tabs-pane {
	padding: 0;
}

.brikit-toolbar .content-navigation .ajs-menu-bar li.ajs-button .aui-icon.aui-icon-small {
	color: #707070;
}

.brikit-menu-panel.aui-dropdown2 [role="menuitem"], .brikit-menu-panel.aui-dropdown2 [role="menuitemcheckbox"], .brikit-menu-panel.aui-dropdown2 [role="menuitemradio"], .brikit-menu-panel.aui-dropdown2 [role="radio"], .brikit-menu-panel.aui-dropdown2 [role="checkbox"], .brikit-menu-panel.aui-dropdown2 a {
	padding: 0;
}
*/




/********************
 aui8-confluence-sidebar.css 
********************/

/*.ia-fixed-sidebar {
		}
*/

/*** SEE mainvmdcss.html for CSS needed at page load time. ***/

/*
.ia-fixed-sidebar a,
.ia-fixed-sidebar ul li,
.ia-fixed-sidebar p,
.ia-fixed-sidebar .aui-button,
.ia-fixed-sidebar .aui-icon {
	color: #333;
}

.acs-side-bar {
	background-color: #f5f5f5;
}

.acs-side-bar h1,
.acs-side-bar h2,
.acs-side-bar h3,
.acs-side-bar h4,
.acs-side-bar h5,
.acs-side-bar h6 {
	color: #666;
	font-weight: 700;
}

.acs-side-bar .plugin_pagetree a:hover {
	color: #333;
	text-decoration: underline;
}

.acs-side-bar .acs-nav-item:hover .acs-nav-item-link,
.acs-side-bar .current-item .acs-nav-item-link {
	background-color: #ddd;
	color: #333;
}

.acs-side-bar-flyout-wiki-wrapper .wiki .label {
	color: rgba(0,0,0,0.80);
}
*/




/********************
 aui8-tabs.css 
********************/

/* AUI Tabs - Remove bottom border ----------------------------------------------- */
.brikit-content-layer .aui-tabs.horizontal-tabs>.tabs-menu:after,
.brikit-content-layer .aui-tabs.horizontal-tabs>.tabs-menu>.menu-item.active-tab a:after {
  display: none;
}

/* Brikit Tabbed Blocks Spacing Fix ----------------------------------------------- */
.column-wrapper .aui-tabs.aui7-patch ul.tabs-menu.theme-press {
    margin-left: 1px;
    margin-right: 1px;
}




/********************
 aui-conf8.css 
********************/

.aui-navgroup-horizontal .aui-navgroup-inner {
  padding: 0;
}




/********************
 fonts.css 
********************/

@font-face {
  font-family: 'Theme-Press-Icons';
  src:  url('/wiki/plugins/servlet/themepress/brikitservlet/fonts/theme-press-icons/Theme-Press-Icons.eot?v1');
  src:  url('/wiki/plugins/servlet/themepress/brikitservlet/fonts/theme-press-icons/Theme-Press-Icons.eot?v1') format('embedded-opentype'),
    url('/wiki/plugins/servlet/themepress/brikitservlet/fonts/theme-press-icons/Theme-Press-Icons.woff2?v1') format('woff2'),
    url('/wiki/plugins/servlet/themepress/brikitservlet/fonts/theme-press-icons/Theme-Press-Icons.ttf?v1') format('truetype'),
    url('/wiki/plugins/servlet/themepress/brikitservlet/fonts/theme-press-icons/Theme-Press-Icons.woff?v1') format('woff'),
    url('/wiki/plugins/servlet/themepress/brikitservlet/fonts/theme-press-icons/Theme-Press-Icons.svg?v1#Theme-Press-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.theme-press-icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Theme-Press-Icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.theme-press-icon:not(.theme-press-icon-show-span) span {
  text-indent: -9999em;
  display: inline-block;
}

.aui-button.theme-press-icon.theme-press-icon-show-span span {
  padding-left: 0;
}

.theme-press-icon-close:before {
  content: "\e900";
}
.theme-press-icon-copy:before {
  content: "\e901";
}
.theme-press-icon-double-down:before {
  content: "\e902";
}
.theme-press-icon-download:before {
  content: "\e903";
}
.theme-press-icon-drag-handle:before {
  content: "\e904";
}
.theme-press-icon-layer-1:before {
  content: "\e905";
}
.theme-press-icon-layer-2:before {
  content: "\e910";
}
.theme-press-icon-layer-2-right:before {
  content: "\e906";
}
.theme-press-icon-layer-2-left:before {
  content: "\e90f";
}
.theme-press-icon-layer-3-main:before {
  content: "\e907";
}
.theme-press-icon-layer-3:before {
  content: "\e908";
}
.theme-press-icon-layer-4:before {
  content: "\e909";
}
.theme-press-icon-move:before {
  content: "\e90a";
}
.theme-press-icon-redo:before {
  content: "\e90b";
}
.theme-press-icon-toolbar-edit-button:before {
  content: "\e90c";
}
.theme-press-icon-undo:before {
  content: "\e90d";
}
.theme-press-icon-upload:before {
  content: "\e90e";
}




/********************
 flex.css 
********************/

.bui-flex {
	display: flex;
}

.bui-flex-center {
	align-items: center;
}

.bui-flex-button-spacing > * {
	margin-right: 8px;
}




/********************
 responsive.css 
********************/

.tp-layer:after,
.tp-content-container:after,
.tp-column:after { content: ""; display: table; clear: both; }

.tp-layer h1,
.tp-layer h2,
.tp-layer p { -webkit-transition: font-size .2s; transition: font-size .2s; transition-timing-function: ease-out; }

.tp-column  { margin: 0; padding: 0; border: none; float: left; width: 99.9999%; }

@media screen and (min-width: 800px) {
	.tp-three-quarters { width: 74.99999%; }
	.tp-seven-tenths { width: 69.99999%; }
	.tp-two-thirds { width: 66.66666%; }
	.tp-three-fifths { width: 59.99999%; }
	.tp-half { width: 49.99999%; }
	.tp-3-column.tp-half { width: 49.99999%; }
	.tp-third { width: 33.33333%; }
	.tp-three-tenths { width: 29.99999%; }
	.tp-quarter,
	.tp-3-column.tp-quarter { width: 24.99999%; }
	.tp-fifth { width: 19.99999%; }
	.tp-sixth { width: 16.66666%; }
}

@media screen and (min-width: 600px) and (max-width: 800px) {

	.tp-quarter { width: 49.99999%; }

	.tp-3-column.tp-half { width: 99.99999%; }
	.tp-3-column.tp-quarter { width: 49.99999%; }

	.tp-seven-tenths,
	.tp-three-fifths { width: 99.99999%; }
	.tp-three-tenths { width: 99.99999%; }

	.tp-three-quarters { width: 74.99999%; }
	.tp-two-thirds { width: 66.66666%; }
	.tp-half { width: 49.99999%; }

	.tp-third { width: 99.99999%; }
	.tp-third.tp-minor { width: 49.99999%; }

	.tp-quarter { width: 49.99999%; }
	.tp-fifth { width: 19.99999%; }
	.tp-sixth { width: 16.66666%; }

	.tp-3-column.tp-half { width: 99.99999%;}
	.tp-3-column.tp-quarter { width: 49.99999%;}
}

@media screen and (min-width: 600px) and (max-width: 800px) {
	.tp-layer h1 { font-size: 1.4em; }
	.tp-layer h2 { font-size: 1.2em; }
	.tp-layer p { font-size: .9em; }
}

@media screen and (min-width: 600px) and (max-width: 800px) {
	.tp-3-column.tp-half .brikit-content-block.tp-block,
	.tp-seven-tenths .brikit-content-block.tp-block,
	.tp-three-fifths .brikit-content-block.tp-block,
	.tp-three-tenths .brikit-content-block.tp-block,
	.tp-third:not(.tp-minor) .brikit-content-block.tp-block,
	.tp-3-column.tp-half .brikit-content-block.tp-block { min-height: auto !important; }
}

@media screen and (max-width: 600px) {
	.brikit-content-block.tp-block { min-height: auto !important; }
}




/********************
 left-nav-sidebar.css 
********************/

#brikit-navigator {
	position: fixed;
	display: flex;
  height: calc(100% - );
	overflow: visible;}

#brikit-left-nav-sidebar-container {
	display: flex;
  z-index: 7;
}

#brikit-navigator:not(.hover) #brikit-left-nav-sidebar-collapser,
#brikit-navigator.hover #brikit-left-nav-sidebar-container {}

#brikit-left-nav-sidebar-collapser {
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
}

#brikit-navigator:not(.resizing) #brikit-left-nav-sidebar-collapser {
  transition: width .3s;
}

#brikit-navigator.collapse #brikit-left-nav-sidebar-collapser,
#brikit-navigator.hover #brikit-left-nav-sidebar-collapser {
	width: 0;
}

#brikit-navigator #brikit-left-nav-sidebar-collapser {}


#brikit-navigator:not(.hover):not(.collapse) #brikit-left-nav-sidebar-collapser,
#brikit-navigator.hover.open #brikit-left-nav-sidebar-collapser,
#brikit-navigator.hover.pinned-open #brikit-left-nav-sidebar-collapser {
  width: 300px;
}

#brikit-left-nav-sidebar {
	display: flex;
  flex-shrink: 0;
	flex-direction: column;
	box-sizing: border-box;
  overflow-x: hidden;
}

#brikit-sidebar-resize-handle {
  flex: 0 0 7px;
  min-width: 7px;
	height: 100%;
	cursor: col-resize;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("/wiki/plugins/servlet/themepress/brikitservlet/images/icons/drag-handle-v.svg");
	background-origin: padding-box;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: auto;
	z-index: 8;
}

#brikit-navigator.collapse #brikit-sidebar-resize-handle {
	cursor: default;
}

#brikit-navigator.hover #brikit-sidebar-resize-handle {
  position: relative;
  flex: 0 0 18px;
  min-width: 18px;
  cursor: default;
}

#brikit-navigator.hover.pinned-open #brikit-sidebar-resize-handle {
	cursor: col-resize;
}

#brikit-navigator:not(.open) .hover-open-icon {
  z-index: 9;
  transform: translateX(-50%) translateY(	 200% );
  width: 23px;
  height: 23px;
  background-color: 	 #ccc ;
  border: 1px solid 	 #636363 ;
  border-radius: 50%;
  cursor: pointer;
}

#brikit-navigator .hover-open-icon .aui-icon {
  color: 	 #636363 ;
  transition: all 0.15s ease-in-out;
}

#brikit-navigator .hover-open-icon:hover {
  background-color: 	 #ccc ;
  border: 1px solid 	 #2b2b2b ;
}

#brikit-navigator.open .hover-open-icon {
  display: none;
}

#brikit-navigator .hover-open-icon:hover .aui-icon {
  color: 	 #2b2b2b ;
}

#brikit-navigator .hover-open-icon .aui-icon::before {
  font-size: 24px;
  line-height: 19px;
}

#brikit-navigator.pinned-open .hover-open-icon .aui-icon {
  transform: scaleX(-1);
  margin-left: 6px;
}

#brikit-left-nav-sidebar #brikit-tree-view-header {
			}

#brikit-left-nav-sidebar #brikit-tree-view-header ul {
	padding: 0;
}

#brikit-left-nav-sidebar #brikit-tree-view {
  flex: 1 0;
	overflow-y: auto;

				padding-top: 0;
	padding-left: calc($brikitLeftNavSidebarPadding - $brikitLeftNavSidebarExpanderWidth / 2);
}




/********************
 sidebar-page-tree.css 
********************/


#brikit-left-nav-sidebar #brikit-tree-view ul {
  list-style: none;
  margin:0;
  padding:0;
}

#brikit-left-nav-sidebar #brikit-tree-view ul li {
  background-repeat: no-repeat;
}

body.view-blog-post #brikit-left-nav-sidebar .icon-section {
	display: none;
	background-position: center center;
}

body.view-blog-post #brikit-left-nav-sidebar h3.blog-tree-heading {
    display: none;
}

body.view-blog-post #brikit-left-nav-sidebar .icon-section-opened,
body.view-blog-post #brikit-left-nav-sidebar .icon-section-closed {
	background-size: contain;
	display: inline-block;
}

#brikit-left-nav-sidebar #brikit-tree-view li.collapsed,
body.view-blog-post #brikit-left-nav-sidebar .icon-section-closed {
    background-image:  url(/wiki/plugins/servlet/themepress/brikitservlet/images/icons/templates/nav-tree-closed.png) ;
		
}

#brikit-left-nav-sidebar #brikit-tree-view li.expanded,
body.view-blog-post #brikit-left-nav-sidebar .icon-section-opened {
    background-image:  url(/wiki/plugins/servlet/themepress/brikitservlet/images/icons/templates/nav-tree-open.png) ;
}

#brikit-left-nav-sidebar #brikit-tree-view ul li {
	position: relative;
	line-height: 1.66em;
	background-size: 12px;
}

#brikit-left-nav-sidebar #brikit-tree-view ul li a {
	display: block;
  margin-bottom: .5em;
}

body.view-blog-post #brikit-left-nav-sidebar #brikit-tree-view ul li a {
	display: inline;
	margin-left: .2em;
}

body.view-blog-post #brikit-left-nav-sidebar #brikit-tree-view ul li li {
	margin-left: 1.3em;
}



#brikit-left-nav-sidebar #brikit-tree-view ul.too-deep > li { background-position: calc(21 * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-0  > li { background-position: calc(0  * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-1  > li { background-position: calc(1  * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-2  > li { background-position: calc(2  * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-3  > li { background-position: calc(3  * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-4  > li { background-position: calc(4  * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-5  > li { background-position: calc(5  * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-6  > li { background-position: calc(6  * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-7  > li { background-position: calc(7  * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-8  > li { background-position: calc(8  * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-9  > li { background-position: calc(9  * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-10 > li { background-position: calc(10 * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-11 > li { background-position: calc(11 * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-12 > li { background-position: calc(12 * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-13 > li { background-position: calc(13 * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-14 > li { background-position: calc(14 * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-15 > li { background-position: calc(15 * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-16 > li { background-position: calc(16 * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-17 > li { background-position: calc(17 * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-18 > li { background-position: calc(18 * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-19 > li { background-position: calc(19 * 1em) 1px; }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-20 > li { background-position: calc(20 * 1em) 1px; }

#brikit-left-nav-sidebar #brikit-tree-view ul.too-deep > li > a { margin-left: calc(22 * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-0  > li > a { margin-left: calc(1  * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-1  > li > a { margin-left: calc(2  * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-2  > li > a { margin-left: calc(3  * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-3  > li > a { margin-left: calc(4  * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-4  > li > a { margin-left: calc(5  * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-5  > li > a { margin-left: calc(6  * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-6  > li > a { margin-left: calc(7  * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-7  > li > a { margin-left: calc(8  * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-8  > li > a { margin-left: calc(9  * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-9  > li > a { margin-left: calc(10 * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-10 > li > a { margin-left: calc(11 * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-11 > li > a { margin-left: calc(12 * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-12 > li > a { margin-left: calc(13 * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-13 > li > a { margin-left: calc(14 * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-14 > li > a { margin-left: calc(15 * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-15 > li > a { margin-left: calc(16 * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-16 > li > a { margin-left: calc(17 * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-17 > li > a { margin-left: calc(18 * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-18 > li > a { margin-left: calc(19 * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-19 > li > a { margin-left: calc(20 * 1em + 4px); }
#brikit-left-nav-sidebar #brikit-tree-view ul.depth-20 > li > a { margin-left: calc(21 * 1em + 4px); }


#brikit-left-nav-sidebar #brikit-tree-view-header {}

#brikit-left-nav-sidebar #brikit-tree-view-header .space-title-link {
    overflow: hidden;
    display: block;
}

#brikit-left-nav-sidebar #brikit-tree-view-header .space-title-link a {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;}

#brikit-left-nav-sidebar #brikit-tree-view-header .space.logo {
	width: initial;float: left;
}


#brikit-left-nav-sidebar #brikit-tree-view ul li a,
#brikit-left-nav-sidebar #brikit-tree-view ul li span a {
		line-height: 1.2;
		
			color: #3E3F40;
	font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;text-decoration: none;
		border-bottom: none;font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;border-bottom: 1px solid transparent;
		
					text-decoration: none;
		border-bottom: none;
	}

#brikit-left-nav-sidebar #brikit-tree-view ul li a:hover,
#brikit-left-nav-sidebar #brikit-tree-view ul li span a:hover {
		color: #8bcced;
		
					text-decoration: none;
		border-bottom: none;border-bottom: 1px solid transparent;
		
					text-decoration: none;
		border-bottom: none;
	}

#brikit-left-nav-sidebar #brikit-tree-view ul li a,
#brikit-left-nav-sidebar #brikit-tree-view ul li a:hover {
		border-bottom: none !important;
}

#brikit-left-nav-sidebar #brikit-tree-view ul li.current > a {
		color: #8bcced;
	font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;font-weight: 700;font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;}





/********************
 frames.css 
********************/

x { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }

.tp-layer { margin: 0; padding: 0; }

.tp-content-container { margin: auto; }

.tp-block { margin: 0; padding: 0; }
.tp-block.not-from-block .tp-block-liner { margin: 16px 16px 32px 16px; padding: 16px; border: 1px solid #CCC; border-radius: 8px; }




/********************
 structure.css 
********************/

.brikit-title-layer .brikit-content-column {
	width: 100%;
}




/********************
 toolbar.css 
********************/

.brikit-toolbar {
		background: transparent   ;position: relative;
		height: 30px;
		padding: 2px 24px;

		border-width: 0px;}

/*** SEE mainvmdcss.html for CSS needed at page load time. ***/

/*.page-context.view-mode.brikit-edit-mode .brikit-toolbar {
	display: block;
}
*/

#brikit-edit-mode.pressed {
	box-shadow: inset 0 3px 6px rgba(0,0,0,.1);
	border: 1px solid #888;
	color: black;
}

.brikit-toolbar .content-navigation .ajs-menu-bar li.ajs-button a,
.brikit-toolbar .content-navigation .ajs-menu-bar li.ajs-menu-item a,
#brikit-edit-mode span {}

.brikit-toolbar .content-navigation .ajs-menu-bar li.ajs-button a:hover,
.brikit-toolbar .content-navigation .ajs-menu-bar li.ajs-menu-item a:hover,
#brikit-edit-mode span:hover,
#brikit-edit-mode.pressed span:hover {}

/*make sure the Confluence default styling persists*/
.brikit-toolbar a,
.brikit-toolbar ul li,
.brikit-toolbar ul li a,
.brikit-toolbar p,
#action-menu a {
	font-family: Helvetica, sans-serif;
}

/* adjust the toolbar when moved to the header */
.brikit-toolbar.header-toolbar {
	position: absolute;
	display:inline-block;
	padding: 0;
	background-color: transparent;

				position: absolute;bottom: auto;left: auto;
			}







/********************
 designer.css 
********************/

/*
span.waiting {
	background: transparent url(/wiki/images/icons/wait.gif) center center no-repeat !important;
}
*/

#brikit-designer-message {
	display: none;
	position: fixed;
	top: 0;
	left: 374px;
	z-index: 10001;
	min-width: 450px;
	margin: 0;
	background: transparent;
}

#brikit-designer-message .aui-message {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#brikit-designer-message .countdown.suspended {
	display: none;
}


.brikit-designer-holder {
	position: fixed;
	display: flex;
	flex-direction: column;
	background-color: white;
	top: 0;
	left: 0;
	z-index: 2402;
}

.brikit-designer-holder.right-side {
	left: auto;
}

.brikit-designer-holder nav.aui-header {
	background-color: #969799;
}

.brikit-designer-holder nav.aui-header a {
	color: #fff;
}


#appheader-frame .aui-dialog2-header-close {
	margin-left: 0;
	width: auto;
}

#appheader-frame a.disabled {
	opacity: 0.5;
}

#appheader-frame a.disabled:hover {
	cursor: default;
}

.aui-header-logo-brikit-device {
	display: inline-block;
	background: transparent url(/wiki/plugins/servlet/themepress/brikitservlet/images/brikit-designer-logo.png) top left no-repeat;
	background-size: cover;
	margin: 9px 0 9px 12px;
	height: 23px;
	width: 111px;
}

.brikit-designer-holder .aui-header-logo-brikit {
	font-size: 0;
}


#designer {
	overflow-y: auto;
}

.brikit-designer-holder .opener,
#designer {
	box-sizing: border-box;
	position: relative;
	width: 350px;
}

.brikit-designer-holder .opener {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 48px;
	background-color: white;
}

#designer .active-pane .reloading {
	display: flex;
	justify-content: space-around;
	padding-top: 24px;
	min-height: 86px;
}

#designer .aui-tabs.horizontal-tabs {
	padding: 12px 10px;
}

#designer .theme-tab > form,
#designer .architect-tab > form,
#designer .page-tab > form {
	margin-top: 0px;
}

#designer .aui-tabs.horizontal-tabs>.tabs-pane {
	padding-top: 0;
}

#designer .site-theme-selector,
#designer .layout-selector {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 8px;
	float: left;
}

#designer .theme-designer-selector {
	margin: 12px;
	float: right;
}

#designer .brikit-developer-selector {
	margin: 0;
	padding: 0;
}

#designer .aui-page-header-main {
	padding: 16px 0 4px 0;
}

#designer a,
#designer a:focus {
	text-decoration: none;
}

#designer a:not(.help-link):not(.aui-button.action-button):not(.download-pages):not(.upload-pages),
#designer a:not(.help-link):not(.aui-button.action-button):not(.download-pages):not(.upload-pages):focus {
	border-bottom:none;
}


#designer .feature-tours {
	margin-bottom: 18px;
}

#designer .feature-tour {
	float: right;
}

#designer .theme-tab .feature-tour {
    margin-top: 12px;
}

#designer .feature-tour.left {
	float: left;
	margin-left: 0;
}


#designer h5.field-set-toggle {
	display: inline;
}

#designer .field-set-hidden {
	display: none;
}


.theme-inspector .theme-title {
	font-weight: bold;
}

.theme-inspector .marketplace {
	margin-left: 1em;
}

#designer h5.field-set-indent {
	padding-left: 16px;
}

.new-block .group,
.new-column .group {
padding-left: 12px !important;
}

.new-layer,
.new-block,
.new-column {
width: 100%;
}

.add-layer,
.add-column {
position: absolute;
right: 0;
}

.add-layer {
bottom: 2px;
}


#inline-dialog-imagePreview,
#inline-dialog-themePreview {
	font-family: Helvetica, sans-serif;
}

#inline-dialog-imagePreview #uploadFile,
#inline-dialog-themePreview #uploadFile {
	color: #707070;
}


#designer a.theme-chooser,
#designer a.theme-manager {
	align-self: center;
}

#designer a.theme-chooser.magnifier {
	margin-left: 6px;
}

#designer a.theme-chooser.display-only span {
	display: none;
}


#designer .css-editor-link,
#designer .js-editor-link {
	display: inline-block;
	margin-top: 4px;
	height: 16px;
}

.css-editor .CodeMirror,
.js-editor .CodeMirror {
	height: 400px;
	width: 100%;
	border: 1px solid #CCC;
	xoverflow: auto;
	margin-bottom: 6px;
}

.css-editor .CodeMirror-scroll,
.js-editor .CodeMirror-scroll {
	height: 400px;
	overflow: scroll;
	padding: 4px;
	margin: 0;
	font-size: 14px;
	line-height: 1.5em;
}

.css-editor .placeholder,
.js-editor .placeholder {
	height: 400px;
	width: 100%;
	margin-bottom: 6px;
	border: 1px solid #CCC;
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.css-editor .placeholder p,
.js-editor .placeholder p {
	padding: 64px 64px 0 64px;
	color: #CCC;
}

.css-editor .placeholder p.first,
.js-editor .placeholder p.first {
	padding-top: 100px;
}

.manage-files .aui-iconfont-add::before {
	color: #777;
}


#designer .property-field-group .field-error {
	margin-left: 8px;
	margin-right: -8px;
}


#designer fieldset.group .aui-message {
	margin-left: -145px;
}


#designer .property-field-group .checkbox {
	margin-top: 9px;
}


#designer .image-thumbnail-holder {
	display: flex;
	height: 32px;
}

#designer a.image-thumbnail {
	height: intrinsic;
	align-self: center;
}

#designer a.image-thumbnail.magnifier {
	margin-left: 6px;
}

#designer a.image-thumbnail.no-image img {
	xdisplay: inline-block;
	xmargin-top: -4px;
}

#designer a.image-thumbnail.no-image span {
	margin-left: 0;
}

.image-inspector,
.theme-inspector {
	padding: 12px 6px 6px 6px;
	text-align: center;
}

.theme-inspector {
	position: relative;
	padding-top: 24px;
	background-color: #EEE;
}

.theme-inspector img {
	max-width: 80%;
	max-height: 80%;
}

#theme-permissions-panel {
	margin-top: 12px;
}

.image-thumbnail-container,
.theme-thumbnail-container {
	display: inline-block;
	height: 30px;
	min-width: 30px;
	background-color: #EEE;
	border: 1px solid #CCC;
	text-align: center;
}

.theme-thumbnail-container {
	padding: 0 3px;
}

.image-inspector-scroller {
	height: 200px;
	width: 400px;
	overflow: auto;
	background-color: #EEE;
}

.image-inspector-scroller img {
	display: inline-block;
}

.image-inspector-scroller:hover {
	background-color: #DDD;
}

.image-inspector .description,
.theme-inspector .description,
.theme-list .description {
	font-size: 12px;
}

body.brikit .image-list,
.theme-list,
.code-file-list {
	padding: 4px;
	border: 1px solid #DDD;
	overflow-x: auto;
	white-space: nowrap;
	text-align: center;
	background-color: #EEE;
}

.image-list .image,
.theme-list .image {
	position: relative;
	display: inline-block;
	padding: 8px;
	vertical-align: top;
}

.image-list .image,
.theme-list .image {
	width: 30px;
	height: 30px;
}

.theme-list .image {
	width: 63px;
}

.image-list .image.no-image {
	color: #CCC;
}

.code-file-list .file {
	position: relative;
	display: inline-block;
	height: 30px;
	padding: 20px 8px 0 8px;
	vertical-align: bottom;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

.image-list .image .remove,
.theme-list .image .remove,
.code-file-list .file .remove {
	position: absolute;
	top: 2px;
	right: 2px;
	background: transparent url(/wiki/plugins/servlet/themepress/brikitservlet/images/white-center.png) center center no-repeat;
	display: none;
}

.image-list .image:hover,
.theme-list .image:hover,
.code-file-list .file:hover,
.code-file-list .file.selected {
	background-color: #DDD;
}

.image-list .image:hover .remove,
.theme-list .image:hover .remove,
.code-file-list .file:hover .remove {
	display: block;
}

.placeholder.waiting {
	background: transparent url(/wiki/images/icons/wait.gif) center center no-repeat;
}


.designer-panel {
	display: none;
	margin: 7px -2px;
	padding: 12px 0 0 0;
}

#xdesigner .property-field-group {
	margin: 0 -3px 1px 0;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	border: 3px dashed white;
}

.manage-themes.aui-toolbar2,
.manage-files.aui-toolbar2 {
	position: absolute;
	top: 0;
	right: 0;
}

.aui.uploader.theme-uploader,
.aui.uploader.file-uploader {
	display: none;
}


.designing .designable.inspector-focused {
	z-index: 2401;
}


.focus-blanket {
	position: absolute;
	opacity: .5;
	background: black;
	z-index: 2400;
}


#designer table.aui.aui-table-interactive tbody tr:hover {
	background-color: inherit;
}

.accordion-switch.clickable-control {
	position: relative;
	}

.accordion-switch.clickable-control .accordion-title {
	display: block;
	background-color: #f4f4f4;
	margin: -7px -10px;
	border-bottom: 1px solid #CCC;
	padding: 7px 10px;
	font-weight: bold;
}

.accordion-switch.clickable-control.closed .accordion-title {
	display: inline-block;
	background-color: transparent;
	margin: 0;
	border-bottom: none;
	padding: 0;
	font-weight: normal;
}

.accordion-switch.clickable-control.content-not-shown .accordion-title {
	color: #CCC;
}

.accordion-switch.clickable-control .indent {
	display: inline-block;
}

.accordion-switch.clickable-control form .buttons-container {
	text-align: right;
	position: absolute;
	top: -75px;
	right: 8px;
}

.accordion-switch.clickable-control form .buttons-container .buttons {
	display: none;
}

.accordion-switch.clickable-control form.changed .buttons-container .buttons {
	display: block;
}

#designer .accordion td {
	padding-left: 0;
}

.accordion-title div.indent {
	padding-left: none;
}

.accordion-switch.clickable-control .nest0 {
}

.page-element-list .accordion-switch.clickable-control.nest0 {
	font-weight: bold;
}

.accordion-switch.clickable-control .nest1 {
	padding-left: 18px;
}

.accordion-switch.closed .nest1 {
	background: url(/wiki/plugins/servlet/themepress/brikitservlet/images/theme-designer/block-1.png) 0px 2px no-repeat;
}

.accordion-switch.clickable-control .nest2 {
	padding-left: 36px;
}

.accordion-switch.closed .nest2 {
	background: url(/wiki/plugins/servlet/themepress/brikitservlet/images/theme-designer/block-2.png) 0px 2px no-repeat;
}

.accordion-switch.clickable-control .nest3 {
	padding-left: 52px;
}

.accordion-switch.closed .nest3 {
	background: url(/wiki/plugins/servlet/themepress/brikitservlet/images/theme-designer/block-3.png) 0px 2px no-repeat;
}

.accordion-switch.clickable-control .nest4 {
	padding-left: 70px;
}

.accordion-switch.closed .nest4 {
	background: url(/wiki/plugins/servlet/themepress/brikitservlet/images/theme-designer/block-4.png) 0px 2px no-repeat;
}

.accordion-switch.clickable-control .nest5 {
	padding-left: 88px;
}

.accordion-switch.closed .nest5 {
	background: url(/wiki/plugins/servlet/themepress/brikitservlet/images/theme-designer/block-5.png) 0px 2px no-repeat;
}

.accordion-switch.clickable-control .nest6 {
	padding-left: 106px;
}

.accordion-switch.closed .nest6 {
	background: url(/wiki/plugins/servlet/themepress/brikitservlet/images/theme-designer/block-6.png) 0px 2px no-repeat;
}

table.aui.accordion>thead>tr>th {
	padding: 7px 10px 7px 0;
	border-top: 1px solid #CCC;
}

.accordion-title span span {
	color: #232F3E;
}

#designer .aui-page-header-main h5 {
	margin-top: 6px;
}

#designer .aui-page-header-main h5 span {
	color: #232F3E;
}


#designer .architect-tab .manage-architect-pages .aui-toolbar2-inner {
	float: right;
}

#designer .manage-architect-page-selections {
	text-align: right;
	padding-right: 20px;
}

#designer .architect-tab .architect-space-select-field {
	margin-bottom: 8px;
}

#designer .architect-tab .architect-all-sources-list {
    margin-bottom: 8px;
}

form.aui .architect-all-sources-list .view-page-link,
form.aui .architect-source-select .view-page-link,
form.aui #layout-usage-list .view-page-link {
	color: #999;
}

#designer .architect-tab .architect-all-sources-list .radio,
#designer .architect-tab #architect-page-multi-select .architect-source-select .radio {
  padding-left: 0;
}

#designer .architect-tab .aui-buttons.no-indent {
	margin-left: -145px;
	float: right;
}

#designer form.aui div.radio {
  margin: 0;
  padding: 0;
}

#designer form.aui div.radio label {
  display: inline-block;
  padding-left: .3em;
}

#designer form.aui div.radio:hover label,
#designer form.aui div.radio:hover input {
  cursor: pointer;
}

#designer form.aui div.radio input[type=radio] {
  padding: 0;
  border: 0;
  clip: none;
  height: auto;
  margin: auto;
  overflow: hidden;
  position: static;
  width: auto;
}

form.aui .architect-element-list .aui-button.right-align-button {
	margin: 4px 5px 0 0;
	float: right;
}

#designer .architect-tab .aui-button.add-menu {
	margin-top: 4px;
	float: right;
}

#designer .architect-tab .menu-type {
	display: inline-block;
	margin-top: 4px;
}


.page-element-list tr.light-up {
	background-color: #EEE !important;
}

.brikit-designer-layer,
.brikit-designer-column,
.brikit-designer-block {
	position: relative;
}

form.aui .new-layer,
form.aui .new-column,
form.aui .new-block {
	display: inline-block;
}

form.aui .new-layer .group,
form.aui .new-column .group,
form.aui .new-block .group {
	padding-left: 0;
}

form.aui .add-column,
form.aui .add-block {
	float: right;
	position: relative;
	color: #707070;
}

form.aui .add-column.from-layer:hover,
form.aui .add-block.from-column:hover {
	color: black;
}

form.aui .remove-layer,
form.aui .remove-column,
form.aui .remove-block {
	float: right;
	color: #707070;
}

.brikit-designer-holder {
    border-bottom: solid 1px #e9eaeb;
}

#designer {
    border-right: solid 1px #e9eaeb;
}

.brikit-designer-holder.right-side #designer {
	border-right: none;
	border-left: solid 1px #e9eaeb;
}

.mobile-page-link {
	margin-left: 145px;
}

#layout-usage-list {
	padding-left: 18px;
}





/********************
 simple-designer.css 
********************/

/* Designer container */

#brikit-splitter {
	display: flex;
	min-height: 100vh;
	min-width: 100%;
}

#brikit-confluence-holder {
	flex: 1;
}

.designer-in #brikit-confluence-holder {
	min-height: 100vh;
	max-height: 100vh;
	overflow: auto;
}

#brikit-designer-holder {
	border-left: 1px solid #999;
	background: #EEE;
	width: 0;
	overflow-x: hidden;
}

#brikit-designer-holder.initialized {
	transition: width 0.3s;
}

.designer-in #brikit-designer-holder {
	width: 300px;
}

#brikit-designer-logo {
	height: 40px;
	flex: 0;
	background: #999 url(/wiki/plugins/servlet/themepress/brikitservlet/images/brikit-designer-logo.png) center center no-repeat;
}

#brikit-designer-holder a {
	color: #999;
}

#brikit-evaluator-welcome {
	display: flex;
	flex: 0;
	padding: 8px 4px 4px 4px;
	justify-content: center;
}

/* Designer controls */
/*
#brikit-designer-controls {
	display: flex;
	padding: 8px 4px 4px 4px;
	justify-content: space-around;
	list-style-type: none;
}

#brikit-designer-controls .toggle-layout-thumbnail {
	display: inline-block;
}

#brikit-designer-controls .toggle-layout-thumbnail.selected {
	font-weight: bold;
}
*/

/* Simplified designer */

#brikit-simplified-designer {
	display: flex;
	position: relative;
	min-height: 100vh;
	max-height: 100vh;
	width: 100%;
	flex-direction: column;
	overflow-y: auto;
}

#brikit-simplified-designer .section-divider {
	padding-bottom: 18px;
	border-bottom: 1px solid #ccc;
}

#brikit-simplified-designer h1 {
	margin: 24px 24px 16px 24px;
	font-size: 16px;
}

#brikit-simplified-designer label,
#brikit-simplified-designer p {
	margin-left: 24px;
}

#brikit-simplified-designer .aui-icon-small {
	vertical-align: middle;
}

#brikit-simplified-designer .aui-lozenge.aui-lozenge-subtle {
	padding: 4px 6px;
}

/* Layout options */

#brikit-layout-options {
}


/* Layout thumbnail */

.thumbnail-grid .brikit-grid-container {
	width: 240px !important;
	padding: 0 30px !important;
	grid-gap: 4px !important;
	margin-bottom: 4px !important;
}

.thumbnail-grid .brikit-grid-container:hover {
	background-color: #D0D0D0;
}

.thumbnail-grid .brikit-grid-container.selected {
	background-color: #888;
}

.thumbnail-grid .brikit-grid-container .brikit-grid-item,
.thumbnail-grid .brikit-grid-container:hover .brikit-grid-item {
	background-color: #EEE;
}

.thumbnail-grid .brikit-grid-item {
	padding: 8px !important;
	border: 1px solid #CCC !important;
	font-family: Arial !important;
	font-size: 12px !important;
	color: #666 !important;
	cursor: pointer !important;
}

.thumbnail-grid .brikit-grid-container:hover .brikit-grid-item:hover {
	background-color: #DDD;
}

.thumbnail-grid .brikit-grid-container:hover .brikit-grid-item.selected:hover,
.thumbnail-grid .brikit-grid-item.selected {
	background-color: #777;
	color: white !important;
}


/* Design Context Options */

/*

#brikit-page-layout-thumbnail .layer,
#brikit-page-layout-thumbnail .column,
#brikit-page-layout-thumbnail .block {
	transition: padding 0.4s, margin 0.4s;
}

#brikit-page-layout-thumbnail .layer {
	display: flex;
	margin: 1px;
	padding: 0 1vw;
	background-color: #ddd;
}

#brikit-page-layout-thumbnail .layer.selected {
	background-color: #bbb;
}

#brikit-page-layout-thumbnail .column {
	display: flex;
	flex-direction: column;
	margin: 1px;
	background-color: #aaa;
}

#brikit-page-layout-thumbnail .column.selected {
	background-color: #888;
}

#brikit-page-layout-thumbnail .block {
	flex: 1;
	margin: 1px;
	height: 2vw;
	background-color: #777;
	border-radius: 2px;
}

#brikit-page-layout-thumbnail .block:hover {
	background-color: #666;
}

#brikit-page-layout-thumbnail .block.selected {
	background-color: #555;
}

*/

/* Layout thumbnail - details mode */

#brikit-page-layout-thumbnail.details-mode .layer,
#brikit-page-layout-thumbnail.details-mode .column {
	background-color: transparent;
}

/* Layout thumbnail - layout mode */

#brikit-page-layout-thumbnail.layout-mode .layer {
	margin: 1px 0;
	padding: 6px 1vw;
}

#brikit-page-layout-thumbnail.layout-mode .layer:hover {
	background-color: #ccc;
}

#brikit-page-layout-thumbnail.layout-mode .column {
	margin: 0 1px;
	padding: 4px;
}

#brikit-page-layout-thumbnail.layout-mode .column:hover {
	background-color: #999;
}

#brikit-page-layout-thumbnail.layout-mode .block {
	margin: 3px;
}




/********************
 accordion.css 
********************/

.accordion,
ul.accordion-content {
	list-style: none;
	padding-left: 0;
}

.accordion .clickable-control {
	cursor: pointer;
}

.aui-inline-dialog .popup-help a,
.accordion-content .help-link {
	color: #878787;
}

.aui-inline-dialog  .popup-help a:hover,
.accordion-content .help-link:hover {
	color: #444444;
	text-decoration: none;
	border-bottom: 1px dotted #444444;
}

.accordion-content .help-link {
	border-bottom: 1px dotted #878787;
}

.accordion-content hr {
	margin-right: 8px;
	margin-left: 16px;
	border-bottom: 1px solid #E0E1E2;
}

#designer h1,
#designer h2,
#designer h3,
#designer h4,
#designer h5,
#designer h6, 
.aui-inline-dialog .popup-help h1,
.aui-inline-dialog .popup-help h2,
.aui-inline-dialog .popup-help h3,
.aui-inline-dialog .popup-help h4,
.aui-inline-dialog .popup-help h5,
.aui-inline-dialog .popup-help h6,
.aui-inline-dialog .popup-help a {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	color: #444444;
	line-height: initial;
	text-transform: none !important;
}

.aui-inline-dialog .popup-help a,
.popup-help .example,
.popup-help .help-body {
	font-family: Helvetica, sans-serif;
}

.popup-help .help-body {
	clear: both;
}

.popup-help .aui-label {
	padding: 4px 4px;
	font-size: 11px;
	color: #707070;
}

#designer h5,
#designer h6 {
	color: #444444;
	text-transform: none;
}

#designer h1 {
	font-size: 22px;
}

#designer h2 {
	font-size: 20px;
}

#designer h3 {
	font-size: 18px;
}

#designer h4 {
	font-size: 16px;
}

#designer h5 {
	font-size: 14px;
}

#designer h6 {
	font-size: 12px;
}





/********************
 lesson.css 
********************/

.lesson-frame {
	position: relative;
}

.lesson-introduction .got-it-checkbox {
	display: inline-block;
	padding-top: 4px;
}

.lesson-frame .aui-progress-tracker {
	width: 100%;
	padding: 12px 0 6px 0;
}

.lesson-frame h2 {
	margin-top: 6px;
	margin-bottom: 9px;
}

.lesson-frame span.kbd-shortcut {
	line-height: 2.2em;
}

.lesson-frame .modifier-key,
.lesson-frame .regular-key {
	min-width: 16px;
	padding: 4px 9px;
	border: 1px solid #DDD;
	border-radius: 2px;
	background: #fff url(/wiki/download/resources/com.atlassian.confluence.keyboardshortcuts:confluence-keyboard-shortcuts/images/key_bg.png) repeat-x scroll 0 100%;
	text-align: center;
	font-family: Arial, sans-serif;
}

.lesson-frame .modifier-key {
	min-width: 26px;
	padding: 4px 12px;
}

.lesson-frame .key-separator {
	padding: 0 7px;
	color: #888;
}

.lesson-frame .next-button {
	float: right;
	margin-left: 10px;
}

.lesson-frame .previous-button {
	margin-right: 10px;
}

.lesson-frame .underline {
	text-decoration: underline;
}

/* Lesson plans */

.lesson-plan td {
	transition: background-color 0.5s ease;
}

.lesson-plan .lesson-status-column {
	width: 16px;
}

.lesson-plan .lesson-status-column span {
	display: inline-block;
	margin-top: -2px;
	border: 2px solid #AAA;
	border-radius: 4px;
}

.lesson-plan .next-lesson-page {
	float: right;
}




/********************
 popup-help.css 
********************/

.popup-help {
	padding: 10px;
	font-family: Helvetica, sans-serif;
}

.popup-help .property-key {
	float: right;
	margin: 6px 0 12px 24px;
}

.popup-help h2 {
	margin-bottom: .5em;
}

.popup-help .example {
	margin-top: 30px;
}

.popup-help .example input.text,
.popup-help .properties input.text {
	cursor: text;
}

.popup-help .tour-button {
	margin-right: 10px;
}

.popup-help .help-key {
	float: right;
	margin-top: 6px;
	font-size: 11px;
	color: #Fefefe;
	text-align: right;
}

.popup-help .help-key span {
	padding: 3px 6px;
	background-color: #DEDFE0;
  border-radius: 4px;
}

.popup-help .help-images {
	margin: 36px 0 24px 0;
	text-align: center;
}

.popup-help .help-image {
	display: inline-block;
	margin: 0 12px;
	text-align: center;
}

.popup-help .aui-message {
	color: rgba(0,0,0,0.80);
}

.popup-help .aui-message.error {
	color: white;
}

.popup-help .help-image .caption {
	padding-top: 6px;
	font-size: 12px;
}

.popup-help .help-link {
	float: right;
	background-color: #8bcced;
	border: none;
	padding: 4px 11px;
	margin-bottom: 12px;
	border-radius: 4px;
}

.popup-help .help-link a {
	color: #ffffff;
	font-size: 11px;
	text-shadow: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.5em;
}

.popup-help .help-link:hover {
  background-color: #232F3E;
}

.popup-help .help-link a:hover {
	color: #ffffff;
	border: none;
}

.popup-help .expanding-field-set-container {
	margin-top: 12px;
}

.popup-help .expand-control-icon {
	cursor: pointer;
}

.popup-help h5.field-set-toggle {
	display: inline;
	text-transform: none;
	cursor: pointer;
}

.popup-help .field-set-hidden {
	display: none;
}





/********************
 confluence-patches.css 
********************/

body.with-space-sidebar #main #content.space {
	margin-top: 0;
}

.brikit-designer-holder form.aui:not(.aui-legacy-forms) .checkbox label:before, 
.brikit-designer-holder form.aui:not(.aui-legacy-forms) .radio label:before {
  display: none;
}

	.with-space-sidebar .sidebar-help-tip {
		position: absolute;
		top: 185px;
		right: 20px;
	}

.qr-notice-container {
	z-index: 99;
}

.tree-container div.tree-message {
	margin-bottom: 0;
}

.brikit-container .brikit-content-block .blog-post.macro-blank-experience a.aui-button,
.brikit-container .brikit-content-block a.aui-button:active,
.brikit-container .brikit-content-block a.aui-button:not(.aui-button-subtle, .aui-dropdown2-trigger) {
	border: 1px solid #ccc;
}

#content.space .blog-post-listing .blogHeading {
		color: #333;
	font-family: &amp;#39;Open Sans&amp;#39;, "Trebuchet MS", Verdana, "Verdana Ref", Arial, sans serif;font-weight: 600;}

#content.space .blog-post-listing .wiki-content {
				color: #3E3F40;
	font-family: 	 "Source Sans Pro",sans-serif ;
	font-size: 14px;}

.brikit-content-layers .editor-container #wysiwyg #rte,
.brikit-content-layers .editor-container #previewArea {
	display: block;
	margin: 0;
}

#likes-and-labels-container {
	margin: 0;
}

.plugin_pagetree ul li a.icon,
.plugin_pagetree ul li a.icon:hover {
	border: none;
}


#full-height-container > div.ia-splitter > div.ia-splitter-left > div > div.space-tools-section {
	background-color: #f5f5f5;
}

.user-profile #mytask-controls .aui-buttons {
	font-size: 0;
}

#brikit-page-metadata .page-metadata.not-personal {
	display: none;
}

.aui-progress-tracker-step > span::before, .aui-progress-tracker-step > a::before {
	border-width: 1px;
}

#browse-files,
#page .plugin_attachments_container .browse-files {
	border: none;
	color: #3572b0;
				text-decoration: none;
		border-bottom: none;
		padding: 0;
}

#browse-files:hover,
#page .plugin_attachments_container .browse-files:hover {
    color: #d45751;
text-decoration: underline;
}

.target-new-window a:not(.edit-content-block),
.plugin_attachments_container,
.plugin_attachments_container a,
.plugin_attachments_container span {
		color: rgba(0,0,0,0.80);
	font-family: &amp;#39;Segoe UI&amp;#39;,"Source Sans Pro",sans-serif;
	font-size: 15px;
	font-weight: normal;line-height: 1.6;
}

.plugin_attachments_container .attachments .filename-column .aui-icon {
  font-size: 0;
}

.aui-navgroup-horizontal:before {
    background: none;
}

.aui-navgroup-horizontal .aui-nav>li>a:focus, 
.aui-navgroup-horizontal .aui-nav>li>span:not(.assistive):focus {
  box-shadow: inherit;
}

.user-profile .content-navigation {
	top: 0;
}

.spacetools.with-space-sidebar #main-header {
	padding: 0;
}

.pagebody.user-profile,
.cq.cq-base {
	margin: 0 -20px;
}

.cq.cq-base .cq-page-header,
#search-results-header {
	margin-top: 0px;
	border-top: 1px solid #ccc;
}

#brikit-non-page-content .pagebody.labels,
#brikit-non-page-content .space.space-labels {
	border-top: 1px solid #ccc;
	padding-top: 12px;
}

body.view-blogposts-mode #main.brikit-canvas #brikit-non-page-content,
body.list-content-tree-mode #main.brikit-canvas #brikit-non-page-content,
body.pages-collector-mode #main.brikit-canvas #brikit-non-page-content {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

body.view-blogposts-mode .brikit-non-page #main-header.brikit-header,
body.list-content-tree-mode .brikit-non-page #main-header.brikit-header,
body.pages-collector-mode .brikit-non-page #main-header.brikit-header {
	margin-left: 20px;
}

.with-space-sidebar .brikit-canvas .sidebar-help-tip {
	top: 220px;
}

.ic-create-comment-view {
	z-index: 99;
}

.brikit-canvas .aui-tabs.horizontal-tabs>.tabs-menu>.menu-item.active-tab a:before {
  background: none;
}

.brikit-canvas .aui-tabs>.tabs-menu .menu-item a:focus {
  outline-style: none;
  box-shadow: none;
  border-radius: none;
}

.brikit-content-layers .dashboard-calendar .more-events,
.brikit-content-block a.aui-label {
	 border: 1px solid #ccc;
}

.brikit-content-layers .dashboard-calendar .more-events:hover,
.brikit-content-block a.aui-label:hover {
 border: 1px solid #707070;
}

#main #content {
	padding-right: 0;
}

#main #main-header {
	margin-top: 0;
}

body.brikit .wiki-content .brikit-content-block a.user-mention {
	border: 1px solid #ccc;
}

body.brikit .wiki-content .brikit-content-block a.current-user-mention:hover,
body.brikit .wiki-content .brikit-content-block a.user-mention:hover {
	border: 1px solid #999;
}

body.brikit .wiki-content .brikit-content-block a.user-mention:before {
	border: none;
}

body.brikit .wiki-content .brikit-content-block a.current-user-mention {
	background: #3572b0;
	border: 1px solid #3572b0;
	color: #fff;
}

body.brikit .wiki-content .brikit-content-block a.current-user-mention:hover {
	background: #d45751;
	border: 1px solid #d45751;
}

#brikit-search .quick-search-query-button:before,
#brikit-search #quick-search-query-button::after {
  content: "";
}




/********************
 confluence-header.css 
********************/

/* Selector stack directly from Confluence */

/*make sure the Confluence default styling persists*/
#header a,
#header ul li,
#header ul li a,
#header p,
.aui-dropdown2-in-header a {
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif !important;
}

.aui-header #logo a {
		}

.aui-header #quick-search {
		}

/*lose the border brought in by Confluence (TODO: Kelli: this was in the header.css; not sure about its general application)*/
.aui-header {
	border: none;
}

#header-fake-stripe,
#header .aui-header {
	background-color: #232F3E;
		border-bottom: 0px  ;
}

#header-fake-stripe {
	position: absolute;
	height: 74px;
	z-index: -1;
}

#header-fake-stripe .bottom-stripe {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 34px;
		background: transparent   ;}

#header .aui-header .aui-dropdown2-trigger, 
#header .aui-header .aui-nav-link, 
#header .aui-header .aui-nav-imagelink, 
#header .aui-header a {
	color: #Fefefe;
}

/*make sure dropdown trigger gets the color too*/
#header .aui-header a:hover .aui-dropdown2-trigger::after,
.aui-header .aui-dropdown2-trigger::after {
	border-top-color: #Fefefe;
}

/*post Confluence 5.5 update: make sure the hover color get styling*/
#header .aui-header .aui-nav li a:hover {
	color: #d45751;
}

#header .aui-header .aui-dropdown2-trigger:hover::after {
	border-top-color: #d45751;
}

#header .aui-header .aui-nav-imagelink.active,
.aui-header .aui-dropdown2-trigger.active,  
#header .aui-header a:active,
.aui-header .aui-dropdown2-trigger:hover, 
#header .aui-header .aui-nav-link:hover, 
#header .aui-header .aui-nav-imagelink:hover, 
#header .aui-header a:hover, 
#header .aui-header .aui-dropdown2-trigger.active {}

.aui-dropdown2.aui-style-default a:focus, 
.aui-dropdown2.aui-style-default a:hover, 
.aui-dropdown2.aui-style-default a.active, 
#app-switcher .nav-links .active .nav-link-label, 
#app-switcher .nav-links .active .nav-link-description, 
#app-switcher.aui-dropdown2.aui-style-default .active, 
.aui-dropdown2-trigger.app-switcher-trigger:hover, 
.aui-dropdown2.aui-style-default .active {color: #d45751;
}

#header .aui-header .aui-button.aui-button-primary.aui-style,
#header .aui-header .aui-nav .aui-button-primary {
	color: #Fefefe;
	color: #Fefefe;
	text-shadow: none;
				 		 		background-color: #232F3E; /* Old browsers */
		background-image: -moz-linear-gradient(to bottom, #232F3E 0%, #232F3E 100%); /* FF3.6+ */
		background-image: -webkit-gradient(linear, left 0%, left 100%, from(#232F3E), to(#232F3E)); /* Chrome,Safari4+ */
		background-image: -webkit-linear-gradient(to bottom, #232F3E 0%, #232F3E 100%); /* Chrome10+,Safari5.1+ */
		background-image:      -o-linear-gradient(to bottom, #232F3E 0%, #232F3E 100%); /* Opera 11.10+ */
		background-image:     -ms-linear-gradient(to bottom, #232F3E 0%, #232F3E 100%); /* IE10+ */
		background-image:   linear-gradient(to bottom, #232F3E 0%, #232F3E 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#232F3E", endColorstr="#232F3E", GradientType=0 ); /* IE6-9 */
	}

#header .aui-header .aui-button.aui-button-primary.aui-style:hover,
#header .aui-header .aui-nav .aui-button-primary:hover {
	color: #d45751;
	text-shadow: none;
								background-color: #232F3E; /* Old browsers */
		background-image: -moz-linear-gradient(to bottom, #232F3E 0%, #232F3E 100%); /* FF3.6+ */
		background-image: -webkit-gradient(linear, left 0%, left 100%, from(#232F3E), to(#232F3E)); /* Chrome,Safari4+ */
		background-image: -webkit-linear-gradient(to bottom, #232F3E 0%, #232F3E 100%); /* Chrome10+,Safari5.1+ */
		background-image:      -o-linear-gradient(to bottom, #232F3E 0%, #232F3E 100%); /* Opera 11.10+ */
		background-image:     -ms-linear-gradient(to bottom, #232F3E 0%, #232F3E 100%); /* IE10+ */
		background-image:   linear-gradient(to bottom, #232F3E 0%, #232F3E 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#232F3E", endColorstr="#232F3E", GradientType=0 ); /* IE6-9 */
	}

#header .aui-header .aui-quicksearch input,
#header .aui-header .aui-quicksearch input:focus {
	color: #DEDFE0;
	background: #Fefefe;
}

#header .aui-header .aui-quicksearch:after {}

/*make sure that placeholder text gets same styling as input; keep rules separate*/

#header #quick-search input::-webkit-input-placeholder {
	color: #DEDFE0;
}

#header #quick-search input::-moz-placeholder {
	color: #DEDFE0;
}

#header #quick-search input:-moz-placeholder {   /* Older versions of Firefox */
	color: #DEDFE0;
}

#header #quick-search input:-ms-input-placeholder { 
	color: #DEDFE0;
}


.aui-header .aui-dropdown2-trigger.active, #header .aui-header .aui-nav-link.active {
	color:#d45751;
}

#header .aui-header a:hover, #header .aui-header a:active {
	color:#d45751;
}





/********************
 confluence-footer.css 
********************/

#footer {
	display: none !important;
}




/********************
 login.css 
********************/

/*see action-button.css for login button styling*/




/********************
 page-info.css 
********************/

#content.page.view-information {
	margin-top: 40px;
}

.pageInfoLayoutTable .basicPanelContainer {
	border: 1px solid #DDD;
}

.pageInfoLayoutTable {
	border-spacing: 16px;
}

.pageInfoLayoutTable .pageInfoTable {
	padding: 8px;
}




/********************
 icons.css 
********************/

.aui-icon.undo {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAANCAYAAACgu+4kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ1JREFUeNpiYMAB/v//nwDE5/+jgvtA3MBACAAVzf+PH4AMFiBG834gDgApBmIHNLnz2DQ7ICmYj8drMJCAy/b7RHrxPAOS8xyQAm0+lG+AwwC4S/EF2nuiDcBiCE7N6OGAzW94NUPV7YfqX49NUoGENOLASEAxeqqLB2KYBQsYGRkTCaVIXKAfpoaFQKo+gMa/AMQTgTY/gAkABBgAwgJTawsj6d0AAAAASUVORK5CYII=) no-repeat left center;
}

.aui-icon.redo {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAANCAYAAACgu+4kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMRJREFUeNqUUoENhDAILIkDdARH6Ahu8O8E3xEcwU3qBuYncAS7wf8G/gZ9mlCDPtg8yaUpBwcBjGGWUrKIEfFKR5sRnbkyDHBC4tmClpwrbyxwJMHsvyNWzkkCgcgs4pQigYm0Z3JT1eUuh+JvqKKl/6TNh2IiIg/zhr5YyK70dVHdK0P1mWyZw/0h4jlZ1jdXVu1/kgX1oSJy2AAwYqEBGRrWk8W9AWCqXaKlk5Vs0fKavRWADz493fwDwVuNmsBXgAEAF8hMn49b3zkAAAAASUVORK5CYII=) no-repeat left center;
}

.aui-icon.upload {
		background: url(data:image/png;base64,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TUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS4xLjIiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjE8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDx0aWZmOkNvbXByZXNzaW9uPjU8L3RpZmY6Q29tcHJlc3Npb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE2PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT4xPC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xNjwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgogICAgICAgICA8ZGM6c3ViamVjdD4KICAgICAgICAgICAgPHJkZjpCYWcvPgogICAgICAgICA8L2RjOnN1YmplY3Q+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxMy0xMC0xNlQwOToxMDo0MzwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+UGl4ZWxtYXRvciAyLjIuMTwveG1wOkNyZWF0b3JUb29sPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KhlrCGwAAAJ1JREFUOBGlU9sNBCEIRLKtqK1Yjlbin7VoLRbDhb2Q7Aty5/KDyTDjMFFHRKBV730HU0pOm9k0gMljDIFJE0GZOPYLGVhI3Bzn+HwTuJKFoImcBDSyJeKsEEspe4i1VjXEkwO56Z/+WmBrrdGcEyybT454Pe89IJNXi7nLKyB+qcsC4lp9yjzwSy6vHbics/4dxafRMcZowDYUQoAPOpZJAYmiYMEAAAAASUVORK5CYII=) no-repeat left center;
}

.aui-icon.download {
		background: url(data:image/png;base64,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TUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS4xLjIiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjE8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDx0aWZmOkNvbXByZXNzaW9uPjU8L3RpZmY6Q29tcHJlc3Npb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE2PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT4xPC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xNjwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgogICAgICAgICA8ZGM6c3ViamVjdD4KICAgICAgICAgICAgPHJkZjpCYWcvPgogICAgICAgICA8L2RjOnN1YmplY3Q+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxMy0xMC0xNlQwOToxMDo1NDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+UGl4ZWxtYXRvciAyLjIuMTwveG1wOkNyZWF0b3JUb29sPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KMtvXNAAAAKxJREFUOBHtk8ENwyAMRQ3qKsAoMA5MwoldYJYM49pURAjZVate60ti+/+XxCYGEUGLUsps1lqNprFa49P6HwDw8wzMvsbeO44x3i4gxggppXutprWG13XB2jUBkEAihIxAgGnmM+KcA8vmPVjAwjN28+qxV5zBCZHM1r6sj0U7rwyh+cyjvF771HCuArhJT76HxbkU4idIQq1mcs7676i5troNIWzpd7fee3gCBoc3cHmOl8AAAAAASUVORK5CYII=) no-repeat left center;
}

.aui-icon.copy {
		background: url(data:image/png;base64,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TUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS4xLjIiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjE8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDx0aWZmOkNvbXByZXNzaW9uPjU8L3RpZmY6Q29tcHJlc3Npb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE2PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT4xPC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xNjwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgogICAgICAgICA8ZGM6c3ViamVjdD4KICAgICAgICAgICAgPHJkZjpCYWcvPgogICAgICAgICA8L2RjOnN1YmplY3Q+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxMy0xMC0xN1QwMToxMDo0OTwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+UGl4ZWxtYXRvciAyLjIuMTwveG1wOkNyZWF0b3JUb29sPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KsNd3cQAAAIVJREFUOBGtUkEOABEMtM1+Bd/jJU58zmO6ZpNabso2ESQzozpjcs4cQuBWZmUBC45gqdZqtDVySEsmminzTavW8McCtzwaY2Q5a3by3mvwL9Y51zkX7Dip/2ZQSmH4m1K6VjrCzKy1nwtjOFYEgAFn+wsSqG0B6fJYoAdJFLWB6h3sBuoBQSxLmlXiTvMAAAAASUVORK5CYII=) no-repeat left center;
}

.aui-icon.move {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpiYEAC////N2AgAHCqAUkA8XsiDHiPYQhMMxD/J8KA/8iGMEIZ+4FYAKrmAAEzHKD0ByB2BJm4/j/5YD/IBQJQF8D81UjABfVQ+gLYBVB/CQDxeRLC4DzUYhQJsCFEGICpGdkQIgxAUQMQYAAKXZ+ZobIB+gAAAABJRU5ErkJggg==) no-repeat left center;
}

.double-down {
	background: url(data:image/png;base64,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) no-repeat left center;
}




/********************
 links.css 
********************/

/*LINKS*/

/* Selector stack directly from Confluence 
a,
a:visited,
a:focus,
a:hover,
a:active,
a.blogHeading {
    color: #3572b0;text-decoration: none;
		border-bottom: none;
	}
*/
.aui-nav-vertical li a:link,
.aui-nav-vertical li a:focus,
.aui-nav-vertical li a:visited,
.aui-nav-vertical li a:active {
    color: #3572b0;
}


.profile-macro .vcard a,
.aui-theme-default a:focus, 
.aui-theme-default a:active,
#likes-and-labels-container a,
.brikit-content-layers a:not(.aui-button):not(.rich-link, .select2-choice),
.brikit-content-layers a:not(.aui-button):not(.rich-link, .select2-choice):link,
.brikit-content-layers a:not(.aui-button):not(.rich-link, .select2-choice):hover,
.brikit-content-layers a:not(.aui-button):not(.rich-link, .select2-choice):visited,
.brikit-content-layers a:not(.aui-button):not(.rich-link, .select2-choice):focus,
.brikit-content-layers a:not(.aui-button):not(.rich-link, .select2-choice):active,
.brikit-content-layers .confluenceTable a:not(.aui-button):not(.rich-link, .select2-choice) {
    color: #3572b0;
    			text-decoration: none;
		border-bottom: none;
	}


.brikit-content-layers #brikit-main-column-title a {
  border-bottom: none;
}

/*bring in theme styling to vcard on names - TODO:test for futher reach*/
.ajs-drop-down li a {
color: #3572b0;
}

.ajs-drop-down li.active a:hover {
	background-color: #3572b0 !important;
}


/*hovers
a:hover {
    color: #d45751;text-decoration: none;
		border-bottom: 0px dotted #d45751;
	}
*/

div.plugin_pagetree a:not(.aui-button):not(.rich-link):hover,
.profile-macro .vcard a:not(.aui-button):not(.rich-link, .select2-choice):hover,
#comments-section .comment-actions a:not(.aui-button):not(.rich-link, .select2-choice):hover,
#likes-and-labels-container a:not(.aui-button):not(.rich-link, .select2-choice):hover,
.brikit-content-layers a:not(.aui-button):not(.rich-link, .select2-choice):hover,
.brikit-content-layers .confluenceTable a:not(.aui-button):not(.rich-link, .select2-choice):hover,
.brikit-content-layers #brikit-main-column-title a:hover {
    text-decoration: none;
    color: #d45751;
    			text-decoration: none;
		border-bottom: 0px dotted #d45751;
	}

.brikit-content-layers a.rollover-image-link:not(.aui-button):not(.rich-link),
.brikit-content-layers a.rollover-image-link:not(.aui-button):not(.rich-link):link,
.brikit-content-layers a.rollover-image-link:not(.aui-button):not(.rich-link):visited,
.brikit-content-layers a.rollover-image-link:not(.aui-button):not(.rich-link):focus,
.brikit-content-layers a.rollover-image-link:not(.aui-button):not(.rich-link):active,
.brikit-content-layers a.rollover-image-link:not(.aui-button):not(.rich-link):hover {
  border: none;
}

.brikit-content-layers .aui-button:hover:not(:disabled) {
  border: 1px solid #ccc;
}

.brikit-content-layers .aui-button.aui-button-link,
.brikit-content-layers .aui-button.aui-button-link:hover {
	border: none;
}

/*pulling this to fix the sidebar theme links. TODO KL: keep watching in case it is needed elsewhere.
.navigation-pseudo-link {
    color: #3572b0;
}
*/

/*add option for user to set this?*/
a.visitable:visited {
    color: #3572b0;
}

blockquote {
	border-left: 2px solid #DEDFE0;padding: 4px 16px;
}

#content blockquote p {
		color: #8bcced;
	font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;
	font-size: 16px;
	font-weight: 400;font-style: italic;}

hr {
border: 0;
border-bottom: 1px solid #ccc;
	border-bottom: 1px solid #DEDFE0;
margin: 16px 0;
}


.createlink,
a.createlink,
a.createlink:link,
a.createlink:visited,
a.createlink:active,
a.createlink:hover {color: #d45751;
					text-decoration: none;
		border-bottom: none;
	}

.unresolved,
a.unresolved,
a.unresolved:link,
a.unresolved:visited,
a.unresolved:active,
a.unresolved:hover {
		text-decoration: none;color: #3572b0;}

.not-permitted,
a.not-permitted,
a.not-permitted:link,
a.not-permitted:visited,
a.not-permitted:hover,
a.not-permitted:active {}

.grey,
a.grey,
a.grey:link,
a.grey:visited,
a.grey:hover,
a.grey:active {
    color: #666;
}




/********************
 tables.css 
********************/

.brikit-content-layers table.confluenceTable,
.brikit-content-layers table.confluenceTable th,
.brikit-content-layers table.confluenceTable td {}
	
.brikit-content-layers table.confluenceTable {}

.brikit-content-layers table.confluenceTable th,
.brikit-content-layers table.confluenceTable td {
			}

.brikit-content-layers table.confluenceTable th.confluenceTh,
.brikit-content-layers thead th {
	background-color: #F3F4F5;
}

.brikit-content-layers thead th,
.brikit-content-layers tbody tr th,
.brikit-content-layers tbody tr th p,
.brikit-content-layers table.confluenceTable th.confluenceTh > .tablesorter-header-inner > p,
.brikit-content-layers table.confluenceTable th.confluenceTh,
.brikit-content-layers table.confluenceTable th.confluenceTh > p,
.brikit-content-layers .tablesorter-header-inner,
.brikit-content-layers table.admin th {
	font-weight: normal;
			color: #8bcced;
	font-family: 	 "Source Sans Pro",sans-serif ;
	font-size: 14px;}

.brikit-content-layers thead td,
.brikit-content-layers tbody td,
.brikit-content-layers tbody td p,
.brikit-content-layers table.confluenceTable td.confluenceTd.highlight,
.brikit-content-layers table.confluenceTable td.confluenceTd.highlight > p,
.brikit-content-layer tbody ul li,
.brikit-content-layer tbody ol li,
.brikit-content-layer tbody ul li a,
.brikit-content-layer tbody ol li a {
			color: #3E3F40;
	font-family: 	 "Source Sans Pro",sans-serif ;
	font-size: 14px;}

.brikit-content-layers tbody {
	background-color: #Fefefe;
}

.brikit-content-layers table.confluenceTable tbody tr:hover td {}




/********************
 text-headings.css 
********************/

/* Selector stack directly from Confluence */
h1, h2, h3, h4,
.brikit-content-layers h1,
.brikit-content-layers h2,
.brikit-content-layers h3,
.brikit-content-layers h4,
.pagetitle,
.steptitle,
.substeptitle,
.formtitle,
.form-element-large,
.form-element-small,
#toolbar #format-dropdown .format-h1 a,
#toolbar #format-dropdown .format-h2 a,
#toolbar #format-dropdown .format-h3 a,
#toolbar #format-dropdown .format-h4 a {
			color: #333;
	font-family: &amp;#39;Open Sans&amp;#39;, "Trebuchet MS", Verdana, "Verdana Ref", Arial, sans serif;font-weight: 600;}

h5, h6,
.brikit-content-layers h5,
.brikit-content-layers h6,
#toolbar #format-dropdown .format-h5 a,
#toolbar #format-dropdown .format-h6 a {
		color: #06C;
	font-family: &amp;#39;Open Sans&amp;#39;, "Trebuchet MS", Verdana, "Verdana Ref", Arial, sans serif;font-weight: 400;
	text-transform: capitalize;}

.brikit-content-layers h1,
.brikit-content-layers h2 {
 	border-bottom-color: #333;
}

h1 a:link,
h1 a:visited,
h1 a:focus,
h1 a:hover,
h1 a:active {border-bottom-color: #333;
}

.spacenametitle-printable,
.spacenametitle-printable a,
.spacenametitle-printable a:visited {}

.tableview th {
    color: #333;}


/* End of selector stack directly from Confluence */

/*TEXT*/

a.toc-link, 
.toc-separator, 
.brikit-canvas p,
.brikit-canvas ul li,
.brikit-canvas ol li {
			color: rgba(0,0,0,0.80);
	font-family: &amp;#39;Segoe UI&amp;#39;,"Source Sans Pro",sans-serif;
	font-size: 15px;
	font-weight: normal;line-height: 1.6;
}

/*HEADINGS*/

h1,
.brikit-content-layers h1,
.brikit-content-layers h1:first-child,
.brikit-content-layers h1+h1 {
		margin: 	 27px 0 0 0 ;
	font-size: 	 30px ;
	line-height: $brikitHeader1LineHeight;
}

.brikit-content-block h1:first-child,
.brikit-content-layers h1:first-child {
	margin-top: 0;
}

h2,
.brikit-content-layers h2,
.brikit-content-layers h2:first-child,
.brikit-content-layers h2+h2,
.brikit-content-layers h1+h2:first-child,
.brikit-content-layers h3+h2:first-child,
.brikit-content-layers h4+h2:first-child,
.brikit-content-layers h5+h2:first-child,
.brikit-content-layers h6+h2:first-child  {
		margin: 	 27px 0 0 0 ;
	font-size: 	 24px ;
	line-height: $brikitHeader2LineHeight;
}

.brikit-content-block h2:first-child,
.brikit-content-layers h2:first-child {
	margin-top: 0;
}

h3,
.brikit-content-layers h3,
.brikit-content-layers h3:first-child,
.brikit-content-layers h3+h3,
.brikit-content-layers h1+h3:first-child,
.brikit-content-layers h2+h3:first-child,
.brikit-content-layers h4+h3:first-child,
.brikit-content-layers h5+h3:first-child,
.brikit-content-layers h6+h3:first-child {
		margin: 	 30px 0 0 0 ;
	font-size: 	 20px ;
	line-height: $brikitHeader3LineHeight;
}

.brikit-content-block h3:first-child,
.brikit-content-layers h3:first-child {
	margin-top: 0;
}

h4,
.brikit-content-layers h4,
.brikit-content-layers h4:first-child,
.brikit-content-layers h4+h4,
.brikit-content-layers h1+h4:first-child,
.brikit-content-layers h2+h4:first-child,
.brikit-content-layers h3+h4:first-child,
.brikit-content-layers h5+h4:first-child,
.brikit-content-layers h6+h4:first-child {
		margin: 	 27px 0 0 0 ;
	font-size: 	 17px ;
	line-height: $brikitHeader4LineHeight;
}

.brikit-content-block h4:first-child,
.brikit-content-layers h4:first-child {
	margin-top: 0;
}

h5,
.brikit-content-layers h5,
.brikit-content-layers h5:first-child,
.brikit-content-layers h5+h5,
.brikit-content-layers h1+h5:first-child,
.brikit-content-layers h2+h5:first-child,
.brikit-content-layers h3+h5:first-child,
.brikit-content-layers h4+h5:first-child,
.brikit-content-layers h6+h5:first-child {
		margin: 	 25px 0 0 0 ;
	font-size: 	 16px ;
	line-height: $brikitHeader5LineHeight;
}

.brikit-content-block h5:first-child,
.brikit-content-layers h5:first-child {
	margin-top: 0;
}

h6,
.brikit-content-layers h6,
.brikit-content-layers h6:first-child,
.brikit-content-layers h6+h6,
.brikit-content-layers h1+h6:first-child,
.brikit-content-layers h2+h6:first-child,
.brikit-content-layers h3+h6:first-child,
.brikit-content-layers h4+h6:first-child,
.brikit-content-layers h5+h6:first-child {
		margin: 	 20px 0 0 0 ;
	font-size: 	 14px ;
	line-height: $brikitHeader6LineHeight;
}

.brikit-content-block h6:first-child,
.brikit-content-layers h6:first-child {
	margin-top: 0;
}

/*tighten the spacing when headers follow each other in a list*/
.brikit-content-layers h1+h1, .brikit-content-layers h2+h2, .brikit-content-layers h3+h3, .brikit-content-layers h4+h4, .brikit-content-layers h5+h5, .brikit-content-layers h6+h6 {
	margin-top: 10px;
}

/*make sure headings that are links still get the heading color that is set in Brikit*/
#main .brikit-content-layers h1 a,
#main .brikit-content-layers h2 a,
#main .brikit-content-layers h3 a,
#main .brikit-content-layers h4 a,
#main .brikit-content-layers h5 a,
#main .brikit-content-layers h6 a {
	color: #333;
}

#main .brikit-content-layers h1 a:hover,
#main .brikit-content-layers h2 a:hover,
#main .brikit-content-layers h3 a:hover,
#main .brikit-content-layers h4 a:hover,
#main .brikit-content-layers h5 a:hover,
#main .brikit-content-layers h6 a:hover {
	color: #8bcced;
				text-decoration: none;
		border-bottom: 0px dotted #8bcced;
	}




/********************
 banner.css 
********************/

.brikit-banner-content {
			background: #D1E5E3   ;
				
	border-bottom: 2px dashed #808284;

padding: 12px 20px;
		}

.brikit-banner-content p{
			color: #232F3E;
	font-family: &amp;#39;Open Sans&amp;#39;, "Trebuchet MS", Verdana, "Verdana Ref", Arial, sans serif;
	font-size: 14px;
	font-weight: 400;}
	
/*make sure the font family comes through when color is changed*/
.brikit-banner-content p span {
	font-family: &amp;#39;Open Sans&amp;#39;, "Trebuchet MS", Verdana, "Verdana Ref", Arial, sans serif;
}

#header-precursor .cell .license.license-none,
#header-precursor .cell .license.license-eval {
	padding: 6px;
	text-align: center;
}




/********************
 images.css 
********************/

.brikit-content-layers a.image-only-link {
	border: none;
}

.brikit-content-layers .confluence-content-image-border {
		border-width: 1px;
	border-style: solid;
	border-color: #DEDFE0;padding: 4px;
	background: #F3F4F5;
	
		box-shadow: rgb(221, 221, 221) 0px 0px 2px 1px;
	
}




/********************
 canvas.css 
********************/

/* .view-mode.page-context qualifier is on the body for pages and blog posts, and nowhere else.
   .view-blogposts-mode, .list-content-tree-mode, and .pages-collector-mode are on the hybrid index pages, and nowhere else. */

body:not(.mobile) #main.brikit-canvas,
body:not(.mobile) .view-mode.page-context .brikit-canvas {
	/* Confluence overrides in many different contexts (for example, the dashboard), so !important is required. */
	padding: 0 !important; /* neutralize Confluence */
	padding: 0px !important;
}

.view-mode.page-context .brikit-canvas {
	position: relative;

		background: #Fefefe   ;
		}

body:not(.dashboard):not(.mobile) #main.brikit-canvas #brikit-non-page-content {
	padding: 0 20px;
}

    .confluence-dashboard {
        margin-left: 0px;
    }




/********************
 dashboard.css 
********************/


	body.dashboard .brikit-header-backdrop {
		border-bottom: 1px solid #CCC;
	}
	
	body.dashboard #main-header {
		border: 0;
	}
	
	body.dashboard .content-header {
		padding: 20px 0 26px 0;
	}





/********************
 container-backdrop.css 
********************/

.brikit-container-backdrop {
	position: relative;
	margin: 0;
	padding: 0;background-color: transparent;
}




/********************
 container.css 
********************/

.brikit-container {
	position: relative;
}

.brikit-container-content {
	background-color: transparent;background: transparent   ;}




/********************
 header.css 
********************/


.brikit-header-backdrop {
			  margin:  0 0 40px 0;  
		background: #242729   ;
		
		border-width: 0px;}

.sticky-header .brikit-header-backdrop {
	z-index: 10;	}

.brikit-header-backdrop.brikit-non-page {
	margin: 0;
}

.brikit-header-container {
	overflow:  hidden ;
}

body #main-header.brikit-header {
	margin: 0; /* neutralize Confluence */
	padding: 0; /* neutralize Confluence */
	display: block; /* neutralize Confluence for Search results */
}

/*remove the Confluence header color*/
body.brikit .brikit-non-page #main-header.brikit-header {
	background: transparent;
}

body #main-header.brikit-header {
	position: relative;

	height: 	 auto ;

			  margin:  0 10px;z-index: 1; /* make sure negatively-positioned crumbs appear above the Content Layer's Content Container */
}

/*bring back the theme's header background color, on the non-page pages*/
body .brikit-non-page #main-header.brikit-header {}

body .brikit-non-page #main-header.brikit-header {
	margin: 0;
}

body.aui-page-hybrid .brikit-non-page #main-header.brikit-header .brikit-menu .aui-navgroup-horizontal .aui-navgroup-inner {
	margin: 0;
	width: 100%;
}

/* Neutralize the weird negative margins on the space tools menu (PRESS-1307) */
.spacetools .aui-navgroup-horizontal {
	margin-left: 0;
	margin-right: 0;
}




/********************
 header-content.css 
********************/

.brikit-header-content {
	
		background: $brikitHeaderContentBackgroundColor  url(/wiki/plugins/servlet/themepress/brikitservlet/designs/themes/Vanilla-MP2/images/xMediaPortal-HTPC-Media-Center15.png)   ;
		
	width: 100%;width: 370px;position: absolute;
					top: 	 0px ;
			bottom: auto;
							right: 	 0px ;
			left: auto;
			}

.brikit-header .brikit-content-layer-table {
	display: table;
	width: 100%;
}

.brikit-header .brikit-content-layer-table-row {
	position: relative;
	display: table-row;
}

.brikit-header-content p,
.brikit-header-content ul li {
		color: #8bcced;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 12px;padding: 0px 4px;}

.brikit-header-content .brikit-content-block h1,
.brikit-header-content h1 {
		color: #8bcced;
	font-family: 	 "Source Sans Pro",sans-serif ;
	font-size: 12px;padding: 0 16px;}

.brikit-header-content a:not(.aui-button),
.brikit-header-content ul li a:not(.aui-button) {
	color: #3572b0;
		color: #D1E5E3;
	font-family: 	 "Source Sans Pro",sans-serif ;text-decoration: none;
		border-bottom: none;
	}

.brikit-header-content a:hover:not(.aui-button) {
	color: #d45751;
	color: #232F3E;
	text-decoration: none;
	
					text-decoration: none;
		border-bottom: none;
		
}

.brikit-header-content ul {
	padding: 0px;
	list-style-type: none;
}

.brikit-header-content ul li {
	 display: inline; 	padding: 2px 6px;
}




/********************
 logo.css 
********************/

.brikit-logo {
	display: inline-block;
				position: absolute;
					bottom: 	 18px ;
			top: auto;
							left: 	 2px ;
			right: auto;
				line-height: 0;
}

/*fix the issue with logo border when themes have an borders for links*/
a.brikit-logo:active,
a.brikit-logo:hover,
a.brikit-logo:focus {
border-bottom: none;
}

/*removed
	*/




/********************
 simple-toolbar.css 
********************/

#brikit-simple-toolbar-toggle.aui-button {
	z-index: 100;												
				position: absolute;
					top: 	 8px ;
			bottom: auto;
							right: 	 8px ;
			left: auto;}

#brikit-simple-toolbar-toggle.aui-button:hover {}

#move-simple-toolbar #brikit-simple-toolbar-toggle.aui-button {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}


#brikit-simple-toolbar-toggle span.brikit-simple-toolbar-toggle-icon {
	background-position: center center;}

#brikit-simple-toolbar-toggle:hover span.brikit-simple-toolbar-toggle-icon,
#brikit-simple-toolbar-toggle.active span.brikit-simple-toolbar-toggle-icon {}

#brikit-simple-toolbar {}

#brikit-simple-toolbar.aui-dropdown2.aui-style-default ul {
	margin: 0;
}

#brikit-simple-toolbar.aui-dropdown2.aui-style-default {
}

#brikit-simple-toolbar.aui-dropdown2.aui-style-default a {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;}

#brikit-simple-toolbar.aui-dropdown2.aui-style-default li a {}

#brikit-simple-toolbar.aui-dropdown2.aui-style-default a:focus, 
#brikit-simple-toolbar.aui-dropdown2.aui-style-default a:hover, 
#brikit-simple-toolbar.aui-dropdown2.aui-style-default a.active {}	

#brikit-simple-toolbar.aui-dropdown2.aui-style-default li a span.aui-icon {
	padding-right: 3px;
}




/********************
 menu.css 
********************/

.brikit-menu {
	position: absolute;
	
				position: absolute;
					bottom: 	 0px ;
			top: auto;
							right: 	 14px ;
			left: auto;border-width: 	 0px ;
	border-style: 	 none ;
	border-color: 	 transparent ;

}

/*entire menu background - AUI override*/
.brikit-menu .aui-navgroup-horizontal {
	
	/* TODO: Kelli, these are overcoming a negative margin set elsewhere. */
	xxmargin: 0 10px;
	padding: 0;
	border: none;
	background: transparent;}

.mobile .brikit-menu-dropdown {
	background-color: whitesmoke;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 3000;
}

.multi-level-menu {
	background-color: white;
}




/********************
 menu-panel.css 
********************/

.brikit-menu-panel {
		width: auto;
		overflow-x: auto;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.aui-dropdown2.brikit-menu-panel {
	max-width: none;
}

.brikit-menu-panel .brikit-container-content,
.brikit-menu-panel .brikit-architect-container-content {
		background: #DEDFE0   ;
		
	padding: 20px 12px;

}

/* remove theme block styling when in menu - set to none */
.brikit-menu-panel .brikit-content-block {
	border-width: 0;
	border-style: none;
	border-color: none;
	box-shadow: none;
	background: none;
	padding: 0 12px;
	margin: 0;
	border-radius: 0;
}

.brikit-menu-panel ul {
	padding-left: 0;
}

.aui-dropdown2.brikit-menu-panel a,
.aui-dropdown2.brikit-menu-panel ul li {
		color: #808284;
	font-family: 	 &#39;Open Sans&#39;, "Trebuchet MS", Verdana, "Verdana Ref", Arial, sans serif ;
	font-size: 15px;
	font-weight: 400;list-style-type: none;
}

.aui-dropdown2.brikit-menu-panel a,
.aui-dropdown2.brikit-menu-panel ul li a,
.aui-dropdown2.brikit-menu-panel h1 a {
	
		color: #808284;
	font-family: 	 &#39;Open Sans&#39;, "Trebuchet MS", Verdana, "Verdana Ref", Arial, sans serif ;
	font-size: 15px;
	font-weight: 400;text-decoration: none;
		border-bottom: none;
	}


.aui-dropdown2.brikit-menu-panel a:hover,
.aui-dropdown2.brikit-menu-panel ul li a:hover,
.aui-dropdown2.brikit-menu-panel h1 a:hover {
	color: #3E3F40;
	
					text-decoration: none;
		border-bottom: none;
		
} 

.brikit-menu-panel h1 {
		color: #3E3F40;
	font-family: 	 "Source Sans Pro",sans-serif ;
	font-size: 15px;text-transform: uppercase;}

.brikit-menu-panel h1 a {
		color: #3E3F40;
	font-family: 	 "Source Sans Pro",sans-serif ;
	font-size: 15px;text-transform: uppercase;padding:0;
	margin: 0;
}

.brikit-menu-panel p {
		color: #808284;
	font-family: 	 &#39;Open Sans&#39;, "Trebuchet MS", Verdana, "Verdana Ref", Arial, sans serif ;}

.brikit-menu-panel p,
.brikit-menu-panel ul li {padding: 2px 0;
	line-height: 1em;
}

.brikit-menu-panel .brikit-content-layer-table {
	position: relative;
	display: table;
	width: 100%;
}

.brikit-menu-panel .brikit-content-layer-table-row {
	position: relative;
	display: table-row;
}

.brikit-menu-panel .expand-content.expand-hidden {
	display: none;
}

/* mobile menu panels */

.mobile .brikit-menu-panel {
	box-sizing: border-box;
	position: fixed;
	top: 	 !important;
	transform: none !important;
	min-width: 100vw;
	max-width: 100vw;
	min-height: calc(100vh - $brikitMobileHeaderHeight);
	max-height: calc(100vh - $brikitMobileHeaderHeight);
	overflow: hidden;
}

.mobile .brikit-menu-panel .brikit-architect-container-content .brikit-content-layer-table {
	box-sizing: border-box;
	min-height: calc(100vh - $brikitMobileHeaderHeight);
	max-height: calc(100vh - $brikitMobileHeaderHeight);
	overflow-y: auto;
}




/********************
 menu-top-level.css 
********************/


	.brikit-menu .aui-dropdown2-trigger:after {
		border: none !important;
	}
	body .brikit-menu .aui-dropdown2-trigger {
		padding: 10px 10px;
	}

.brikit-menu .aui-navgroup-horizontal .aui-nav > li {	

}

.brikit-menu .aui-navgroup-horizontal .aui-nav > li a {
		color: #Fefefe;
	font-family: 	 &#39;Open Sans&#39;, "Trebuchet MS", Verdana, "Verdana Ref", Arial, sans serif ;
	font-size: 17px;
	font-weight: 400;border-width: 0px;
	border-style: none;
	border-color: transparent;padding: 	 10px 10px ;

}

.brikit-menu .aui-navgroup-horizontal .aui-nav > li.first a {
	}

.brikit-menu .aui-navgroup-horizontal .aui-nav > li.light-up a,
.brikit-menu .aui-navgroup-horizontal .aui-nav > li a:hover,
.brikit-menu .aui-navgroup-horizontal .aui-nav>li a.active, 
.brikit-menu .aui-navgroup-horizontal .aui-nav>li a:focus {
	color: #8bcced;}

.brikit-menu .aui-navgroup-horizontal .aui-nav > li a.current,
.brikit-menu .aui-navgroup-horizontal .aui-nav > li.current a {
	color: #8bcced;}

.brikit-menu .aui-navgroup-horizontal .aui-nav > li a.ancestor-link,
.brikit-menu .aui-navgroup-horizontal .aui-nav > li.ancestor-link a {
	color: #8bcced;}

.brikit-menu .aui-navgroup-horizontal .aui-nav > li.current a:hover,
.brikit-menu .aui-navgroup-horizontal .aui-nav > li a.ancestor-link:hover,
.brikit-menu .aui-navgroup-horizontal .aui-nav > li.ancestor-link a:hover {
	color: #8bcced;
}


.brikit-menu .aui-navgroup-horizontal .aui-nav>li a.aui-dropdown2-trigger:after,
.brikit-menu .aui-navgroup-horizontal .aui-nav>li a.brikit-menu-panel-trigger:after { 
	border-top-color: #Fefefe; 
}
	
.brikit-menu .aui-navgroup-horizontal .aui-nav>li a.aui-dropdown2-trigger:hover:after,
.brikit-menu .aui-navgroup-horizontal .aui-nav>li a.aui-dropdown2-trigger.active:after, 
.brikit-menu .aui-navgroup-horizontal .aui-nav>li a.brikit-menu-panel-trigger:hover:after,
.brikit-menu .aui-navgroup-horizontal .aui-nav>li a.brikit-menu-panel-trigger.active:after { 
	border-top-color: #8bcced; 
}




/********************
 menu-dropdown.css 
********************/

.aui-dropdown2.aui-style-default.brikit-menu-dropdown ul {
	margin: 0;
}

.brikit-menu-dropdown.aui-dropdown2.aui-style-default a {
		color: #8bcced;
	font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;
	font-size: 14px;
	font-weight: 400;background: #Fefefe   ;
				
}

.aui-dropdown2.aui-style-default.brikit-menu-dropdown {
				background-color: #Fefefe;
}

.brikit .brikit-menu-dropdown.aui-dropdown2.aui-style-default a:focus, 
.brikit .brikit-menu-dropdown.aui-dropdown2.aui-style-default a:hover, 
.brikit .brikit-menu-dropdown.aui-dropdown2.aui-style-default a.active{
	color: #Fefefe;
	
		background: #8bcced   ;
		}	
	
.brikit-menu-dropdown.aui-dropdown2.aui-style-default li {}
	




/********************
 menu-panel-aui.css 
********************/

/* AUI bits copied to give visual styling to menu panel triggers without dragging in the functionality. */
/* Horizontal navgroup + Dropdown2 integration. Note: ADG prohibits dropdowns in vertical nav. */
.aui-navgroup-horizontal .brikit-menu-panel-trigger .aui-icon-dropdown {
    display: none;
}
.aui-navgroup-horizontal .brikit-menu-panel-trigger {
	    position: relative;
}
.aui-navgroup-horizontal .aui-nav > li a.brikit-menu-panel-trigger:after {
	    content: "";
    height: 0;
    left: 100%; /* "left" + "margin-left" required because of webkit not working properly with "right" */
    margin-left: -18px;
    margin-top: -3px; /* Align top of arrow with top of x height */
    opacity: 0.8;
    position: absolute;
    top: 50%;
    width: 0;
}
.aui-navgroup-horizontal .aui-nav > li a.brikit-menu-panel-trigger:after {
    border-top-color: #Fefefe;
}
.aui-navgroup-horizontal .aui-nav > li a.brikit-menu-panel-trigger:hover:after,
.aui-navgroup-horizontal .aui-nav > li a.brikit-menu-panel-trigger.active:after {
    opacity: 1;
}

/* End of AUI bits */




/********************
 fluid-menu.css 
********************/

.fluid-menu li {
	cursor: pointer;
}

.fluid-menu li ul {
	margin-top: 6px;
}

.fluid-menu li ul li {
	margin-left: 1.0em;
	transition: margin-left 0s;
}

.fluid-menu li ul li.expanded {
	margin-left: 0;
	transition: margin-left 0.25s;
}

.fluid-menu li a {
	display: inline-block;
}

.fluid-menu li a.not-link:hover {
	cursor: text;
	color: 	 #808284 ;
}

.fluid-menu li.expanded,
.fluid-menu li.expanded > a {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;}

.fluid-menu li.expanded:hover > a:not(.not-link):hover {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;}

.fluid-menu li:before {
	content: "\f11c";
	color: #808284;
	font-family: "Atlassian Icons";
	display: inline-block;
	width: 1.0em;
}

.fluid-menu li.expanded:before {font-family: 	 Atlassian Icons ;}


.fluid-menu li.expanded:before {
	content: "\f15b";}

.fluid-menu li.leaf-node {
	xmargin-left: 0px;
}

.fluid-menu li.leaf-node:before {
	content: "\f121";
	content: " ";
}




/********************
 menu-secondary.css 
********************/

.brikit-secondary-menu .brikit-menu {
		
				position: absolute;
					top: 0;
			bottom: auto;
							left: 0;
			right: auto;}

/*entire menu background - AUI override*/
.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal {}




/********************
 menu-secondary-panel.css 
********************/

.brikit-secondary-menu-panel.brikit-menu-panel {}

.brikit-secondary-menu-panel.aui-dropdown2.brikit-menu-panel {
}

.brikit-secondary-menu-panel.brikit-menu-panel .brikit-container-content,
.brikit-secondary-menu-panel.brikit-menu-panel .brikit-architect-container-content {}

/* remove theme block styling when in menu - set to none */
.brikit-secondary-menu-panel.brikit-menu-panel .brikit-content-block {
}

.brikit-secondary-menu-panel.brikit-menu-panel ul {
}

.brikit-secondary-menu-panel.brikit-menu-panel a,
.brikit-secondary-menu-panel.brikit-menu-panel ul li {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;list-style-type: none;
}

.brikit-secondary-menu-panel.brikit-menu-panel a,
.brikit-secondary-menu-panel.brikit-menu-panel ul li a,
.brikit-secondary-menu-panel.brikit-menu-panel h1 a {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;text-decoration: none;
		border-bottom: none;
	}


.brikit-secondary-menu-panel.brikit-menu-panel a:hover,
.brikit-secondary-menu-panel.brikit-menu-panel ul li a:hover,
.brikit-secondary-menu-panel.brikit-menu-panel h1 a:hover {text-decoration: none;
		border-bottom: none;
		
}

.brikit-secondary-menu-panel.brikit-menu-panel h1,
.brikit-secondary-menu-panel.brikit-menu-panel h1 a {}

.brikit-secondary-menu-panel.brikit-menu-panel p {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;}

.brikit-secondary-menu-panel.brikit-menu-panel p,
.brikit-secondary-menu-panel.brikit-menu-panel ul li {}

.brikit-secondary-menu-panel.brikit-menu-panel .brikit-content-layer-table {
}

.brikit-secondary-menu-panel.brikit-menu-panel .brikit-content-layer-table-row {
}

.brikit-secondary-menu-panel.brikit-menu-panel .expand-content.expand-hidden {
}




/********************
 menu-secondary-top-level.css 
********************/



.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal .aui-nav > li {	

}

.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal .aui-nav > li a {}

.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal .aui-nav > li.first a {
	}

.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal .aui-nav > li.light-up a,
.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal .aui-nav > li a:hover,
.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal .aui-nav>li a.active, 
.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal .aui-nav>li a:focus {}

.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal .aui-nav > li a.current,
.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal .aui-nav > li.current a {}

.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal .aui-nav > li a.ancestor-link,
.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal .aui-nav > li.ancestor-link a {}

.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal .aui-nav > li a.ancestor-link:hover,
.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal .aui-nav > li.ancestor-link a:hover {}


.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal .aui-nav>li a.aui-dropdown2-trigger:after,
.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal .aui-nav>li a.brikit-menu-panel-trigger:after {}
	
.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal .aui-nav>li a.aui-dropdown2-trigger:hover:after,
.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal .aui-nav>li a.aui-dropdown2-trigger.active:after, 
.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal .aui-nav>li a.brikit-menu-panel-trigger:hover:after,
.brikit-secondary-menu .brikit-menu .aui-navgroup-horizontal .aui-nav>li a.brikit-menu-panel-trigger.active:after {}




/********************
 menu-secondary-dropdown.css 
********************/

.brikit-secondary-menu-panel.aui-dropdown2.aui-style-default.brikit-menu-dropdown ul {
}

.brikit-secondary-menu-panel.brikit-menu-dropdown.aui-dropdown2.aui-style-default a {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;}

.brikit-secondary-menu-panel.aui-dropdown2.aui-style-default.brikit-menu-dropdown {}

.brikit .brikit-secondary-menu-panel.brikit-menu-dropdown.aui-dropdown2.aui-style-default a:focus, 
.brikit .brikit-secondary-menu-panel.brikit-menu-dropdown.aui-dropdown2.aui-style-default a:hover, 
.brikit .brikit-secondary-menu-panel.brikit-menu-dropdown.aui-dropdown2.aui-style-default a.active, 
.brikit-secondary-menu-panel li.active a {}	
	
.brikit-secondary-menu-panel.brikit-menu-dropdown.aui-dropdown2.aui-style-default li {}
	




/********************
 menu-secondary-panel-aui.css 
********************/

/* AUI bits copied to give visual styling to menu panel triggers without dragging in the functionality. */
/* Horizontal navgroup + Dropdown2 integration. Note: ADG prohibits dropdowns in vertical nav. */
.brikit-secondary-menu .aui-navgroup-horizontal .brikit-menu-panel-trigger .aui-icon-dropdown {
}
.brikit-secondary-menu .aui-navgroup-horizontal .brikit-menu-panel-trigger {
	    padding-right: 23px !important; /* 8px (arrow width) + 10px (right padding) + 5px (margin between arrow and logo) */
	}
.brikit-secondary-menu .aui-navgroup-horizontal .aui-nav > li a.brikit-menu-panel-trigger:after {
	border: none;
		    border: 4px solid transparent;
	}
.brikit-secondary-menu .aui-navgroup-horizontal .aui-nav > li a.brikit-menu-panel-trigger:after {}
.brikit-secondary-menu .aui-navgroup-horizontal .aui-nav > li a.brikit-menu-panel-trigger:hover:after,
.brikit-secondary-menu .aui-navgroup-horizontal .aui-nav > li a.brikit-menu-panel-trigger.active:after {
}

/* End of AUI bits */




/********************
 labels.css 
********************/

.fetch-and-show-labels {
	text-align: right;
}

.fetch-and-show-labels .aui-icon {
	color: #505f79;
}




/********************
 mobile-comments.css 
********************/

.mobile-comments {
	background-color: #f7f7f7;
	border-bottom: 1px solid #fff;
}

.mobile-comments > ol {
    list-style: none;
    padding:20px;
}

.mobile-comments > h2 {
	margin: 0;
	padding: 8px 10px 0;
    font-weight: bold;
}

.mobile-comment-list {
    list-style: none;
}

.mobile-comment-list.top-level {
    border-bottom: 1px solid #ddd;

}

.mobile-comments .mobile-comment-list.top-level {
    position: relative;
}

.mobile-comments .mobile-comment-list.top-level > li:first-child,
.mobile-comments .mobile-comment-list.top-level > li:first-child:before {
    border: none;
}

.mobile-comments .mobile-comment:before {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    left: 0;
    right: 0;
    width: 100%;
    content: "";
    position: absolute;
}



/* restrict visual nesting of comments to three levels */
.mobile-comments .mobile-comment-list.nested li li li {
    padding-left: 0;
}

/* hide border to previous comment */
.mobile-comments .mobile-comment-list.nested .add-comment-container {
    position: relative;
    margin-top: -10px;
}

/* make add comment containers span the full width */
.mobile-comments .mobile-comment-list.nested > li .add-comment-container {
    margin-left: -41px;
}

.mobile-comments .mobile-comment-list.nested li li .add-comment-container {
    margin-left: -82px;
}

.mobile-comment .reply textarea {
    width: 100%;
}

.mobile-comments .mobile-comment.linked > div {
    background: #e0f0ff;
}

.mobile-comments .mobile-comment > div {
    display: -webkit-box;
    padding: 10px;
}

.mobile-comments .mobile-comment .mobile-comment-outer {
    padding: 5px;
    position: relative;
}

.mobile-comments .mobile-comment > div > .mobile-comment-body {
    padding-left: 8px;
    padding-right: 20px;
    -webkit-box-flex: 1;
}

.mobile-comments .mobile-comment > div > .mobile-comment-body p {
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.mobile-comments .mobile-comment .mobile-comment-author-name {
    color: black;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 8px;
}

.mobile-comments .mobile-comment-actions {
	font-size: 13px;
	color: #999;
    margin-top: 4px;
    list-style-type: none;
    padding-left: 0;
}

.mobile-comments .mobile-comment-actions li {
	display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    margin-right: 10px;
}
.mobile-comments .mobile-comment-actions:after {
    content: " "; /* 1 */
    display: table; /* 2 */
    clear: both;
}

.mobile-comments .mobile-comment-actions li.fuzzy-time {
    display: block;
    padding-bottom: 5px;
}

.mobile-comments  .mobile-comment-actions li.fuzzy-time a {
    color: #999;
}

.mobile-comments .mobile-comment .mobile-comment-content blockquote span.highlight-content {
    background-color: rgba(246, 195, 66, 0.3);
    color: #707070;
    padding: 2px;
}

.mobile-comments .mobile-comment-avatar {
    float: left;
    margin-right: 10px;
}

.reply-container button,
.likes-container button {
    display: inline;
    color: #326CA6;
    padding: 0;
    border: 0;
    margin: 0;
    background: none;
    font-size: inherit;
    font-family: inherit;
    font-weight: normal;
}

/* TODO: Hide the #add-comment-rte link only when it's under the #mobile-comments. */
#add-comment-rte {
    display: none;
}

.mobile-comments-text-editor .text-editor-chrome {
    display: block;
}

#mobile-comments-text-editor {
    padding:20px;
}

#mobile-comments-text-editor textarea {
    width: 100%;
    min-height: 90px;
}
#mobile-comment-reply-textform {
    padding-top:20px;
}

#mobile-user-delegate-selector {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#mobile-user-delegate-field {
    margin-top: 10%;
    padding: 11px;
    margin-left: 20px;
    width: 83%;
}
#mobile-user-delegate-selector .aui-dd-parent.autocomplete {
    margin-left: 20px;
    margin-right: 20px;
}
#mobile-user-delegate-selector .description {
    padding: 10px 20px;
    color: #fff;
}
.mobile-toolbar-group {
    list-style: none;
    padding-left: 0;
}
.mobile-toolbar-group li {
    float: left;
    margin-right: 5px;
}

/*Only indents first level of comment replies*/
.mobile-comment-threads .mobile-comment-threads {
    padding-left: 0;
    list-style-type: none;
}
.mobile-comment-threads {
    list-style-type: none;
}

/*Mobile Likes Styling*/
.mobile #likes-section .like-summary {
    float: left;
    font-size: 11px;
    padding-top: 4px;
}

.mobile #likes-and-labels-container>div {
    margin-top: 14px;
}

.mobile #likes-and-labels-container>div:not(#likes-section):not(.fetch-and-show-labels) {
  width: 100%;
}

/*Removes links from likes summary*/
.mobile span.like-summary {
    pointer-events: none;
    cursor: default;
}




/********************
 mobile-menu.css 
********************/

.mobile-menu-active body.mobile {
	background-color: #3E3F40;
}

.mobile-aui-header {
	background-color: #3E3F40;
	position: relative;
}

.mobile-aui-header ul.aui-nav {
	position: relative;
	width: 100%;
}

#page.mobile-menu-open {
  width: 100%;
  min-height: 100%;
  position: relative;
  background-color: #ffffff;
}

.mobile-menu {
  height: 100%;
	border-right: 1px solid #CCC;
  overflow-y: auto;
	-webkit-overflow-scrolling: touch; /* momentum scroll */
  position: fixed;
  top: 0;
  visibility: hidden;
}

.mobile-menu-active .mobile-menu {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.mobile-menu-active #page.mobile-menu-open {
	display: none;
}

.mobile-menu * {
	font-size: 16px;
}

.mobile-menu .top-menu {
	clear: both;
	background-color: #Fefefe;
  margin: 0;
	padding: 5px 0 0 0;
  list-style-type: none;
}

.mobile-menu li,
.mobile-menu li.aui-nav {
  width: 100%;
  padding: 4px 0;
  margin: 0;
}

.mobile-menu li a {
  display: inline-block;
  padding: 7px 10px;
	color: #3572b0;
	color: #3E3F40;
}

.mobile-menu li a:hover {
	text-decoration: none;
}

.mobile-submenu {
	display: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.mobile .multi-level-menu {
	display: block;
}

.mobile-submenu li {
	width: auto;
	border-top: 1px solid #CCC;
	padding-left: 8px;
}

.mobile-toggle-submenu {
	font-weight: bold;
}

.mobile-submenu .mobile-menu-item-no-link {
	width: 100%;
	display: inline-block;
	list-style-type: none;
	padding: 7px 10px;
}


span.mobile-submenu-caret {
	width: 0;
	height: 0;
	display: inline-block;
	margin: 0 5px;
	border: 5px solid transparent;
}

span.mobile-submenu-caret { /* Caret Down */
	border-left: 5px solid;
}

.mobile-submenu-active > span.mobile-submenu-caret { /* Caret Up */
	margin-bottom: -2px;
	border: 5px solid transparent;
	border-top: 5px solid;
}

/* Multi-level menus */

.mobile-menu .multi-level-menu,
.mobile-menu .multi-level-menu ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 5px;
}

.mobile-menu .multi-level-menu li {
	line-height: 2.2em;
	padding-left: 0;
}

.mobile-menu .multi-level-menu li .submenu-indent { padding-left: 16px; }
.mobile-menu .multi-level-menu li li .submenu-indent { padding-left: 32px; }
.mobile-menu .multi-level-menu li li li .submenu-indent { padding-left: 48px; }
.mobile-menu .multi-level-menu li li li li .submenu-indent { padding-left: 64px; }
.mobile-menu .multi-level-menu li li li li li .submenu-indent { padding-left: 80px; }
.mobile-menu .multi-level-menu li li li li li li .submenu-indent { padding-left: 96px; }
.mobile-menu .multi-level-menu li li li li li li li .submenu-indent { padding-left: 112px; }
.mobile-menu .multi-level-menu li li li li li li li li .submenu-indent { padding-left: 138px; }

.mobile-menu .multi-level-menu li a {
	padding: 0;
}

.mobile-menu .multi-level-menu .recently-viewed-macro li a {
	display: inline;
}

.mobile-menu .multi-level-menu span.submenu-toggle {
	width: 0;
	height: 0;
	display: inline-block;
	margin: 0 6px;
	border: 6px solid transparent;
}

.mobile-menu .multi-level-menu span.submenu-toggle.closed { /* Caret Down */
	border-left: 6px solid;
}

.mobile-menu .multi-level-menu span.submenu-toggle.open { /* Caret Up */
	margin-bottom: -2px;
	border: 6px solid transparent;
	border-top: 6px solid;
}





/********************
 mobile-menu-enhanced.css 
********************/

#brikit-mobile-menu .brikit-mobile-menu-content h1, #brikit-mobile-menu .brikit-mobile-menu-content h1 a {}

#brikit-mobile-menu .brikit-mobile-menu-content ul {
	padding-left: 0;
}

#brikit-mobile-menu .brikit-mobile-menu-content a,
#brikit-mobile-menu .brikit-mobile-menu-content ul li {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;list-style-type: none;
}

#brikit-mobile-menu .brikit-mobile-menu-content a,
#brikit-mobile-menu .brikit-mobile-menu-content ul li a,
#brikit-mobile-menu .brikit-mobile-menu-content h1 a {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;text-decoration: none;
		border-bottom: none;
	}

#brikit-mobile-menu .brikit-mobile-menu-content a:hover,
#brikit-mobile-menu .brikit-mobile-menu-content ul li a:hover,
#brikit-mobile-menu .brikit-mobile-menu-content h1 a:hover {text-decoration: none;
		border-bottom: none;
	}

#brikit-mobile-menu .brikit-mobile-menu-content h1,
#brikit-mobile-menu .brikit-mobile-menu-content h1 a {}

#brikit-mobile-menu .brikit-mobile-menu-content p {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;}

#brikit-mobile-menu .brikit-mobile-menu-content p,
#brikit-mobile-menu .brikit-mobile-menu-content ul li {}




/********************
 mobile-search.css 
********************/

.mobile .mobile-aui-header {
	padding: 0;
}

.mobile .aui-quicksearch {
	padding: 0;
}

.mobile #quick-search-query {
	margin: 0;
	height: 41px;
}

.aui-header #brikit-mobile-search .header-quicksearch #quick-search-query,
#brikit-mobile-search form.aui.targeted-search-field #quick-search-query.targeted-search-field-query {
	width: calc(100vw - 62px);
	max-width: none;
	margin-left: 8px;
}

.aui-header .aui-quicksearch::after {
	display: none;
}

.aui-header #brikit-mobile-search .search-icon,
.aui-header #brikit-mobile-search .close-icon {
	display: inline-block;
	color: white;
	margin-left: -28px;
}

.aui-header #brikit-mobile-search .search-icon {
}

.aui-header #brikit-mobile-search .close-icon {
	cursor: pointer;
	display: none;
}

.aui-header #brikit-mobile-search .focused .search-icon {
	display: none;
}

.aui-header #brikit-mobile-search .focused .close-icon {
	display: inline-block;
}

.mobile .mobile-aui-header .aui-nav {
	overflow: visible;
}

.mobile .mobile-aui-header .header-quicksearch {
	margin: 0 48px 0 8px;
	padding: 3px 0;
}

#brikit-mobile-search #quick-search-query::placeholder {
	color: rgba(255, 255, 255, 0.65);
}

	.mobile .aui-quicksearch fieldset {
		flex: 1;
	}

#brikit-mobile-search .header-quicksearch .recently-viewed-dropdown ol.last {
	display: none !important;
}

.mobile .aui-quicksearch .aui-dropdown {
	width: 100%;
	margin: 0;
	border: none;
	border-radius: 0;
}

.mobile .aui-quicksearch .aui-dropdown ol {
	padding: 0;
}

.mobile .aui-quicksearch .aui-dropdown li {
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #CCC;
}

.mobile .aui-quicksearch .aui-dropdown li:first {
	border-top: none;
}

.mobile .aui-quicksearch .aui-dropdown li a {
	display: block;
	color: #3572b0;
	color: #3E3F40;
}

.mobile .aui-header .aui-dropdown li.with-space-name:hover,
.mobile .aui-header .aui-dropdown li a:hover,
.mobile .aui-header #brikit-quick-search-mobile-results li a:hover {
	background-color: #FFF;
}

.mobile .aui-quicksearch .aui-dropdown li.active,
.mobile .aui-quicksearch .aui-dropdown li.active a,
.mobile .aui-quicksearch .aui-dropdown li.active span,
.mobile .aui-quicksearch .aui-dropdown li:hover,
.mobile .aui-quicksearch .aui-dropdown li:hover a,
.mobile .aui-quicksearch .aui-dropdown li:hover a span {
	color: #3572b0;
	color: #3E3F40;
}

.mobile-menu .quick-search-dropdown .admin-item,
.mobile-menu .quick-search-dropdown .last {
	display: none !important;
}

/* REST API quick search results */

	#quick-search.brikit-replacement,
#brikit-mobile-search .targeted-search-field fieldset {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#quick-search.brikit-replacement #quick-search-alert,
#quick-search.brikit-replacement .aui-spinner,
#brikit-quick-search-mobile-results {
	display: none;
}

#brikit-quick-search-mobile-results {
	position: absolute;
	top: 46px;
	width: 100%;
	height: calc(100vh - 46px);
	border: 1px solid gray;
	background-color: white;
	overflow-y: auto;
	z-index: 2000;
}

#brikit-quick-search-mobile-results ol {
	padding: 0;
}

#brikit-quick-search-mobile-results li {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #ccc;
	padding: 8px 10px;
}

#brikit-quick-search-mobile-results li a {
			padding: 2px 22px;
		background-position: 0 50%;
	}

#brikit-quick-search-mobile-results li a span {
	display: inline-block;
	padding-bottom: 4px;
	}


#brikit-quick-search-mobile-results li.no-results-found {
	color: rgba(0,0,0,0.80);
}

/* For Targeted Search */
#brikit-mobile-search #quick-search.targeted-search-field {
	display: flex;
	align-items: center;
	justify-content: left;
}

/* Targeted Search results */
#brikit-mobile-search .targeted-search-field-results {
	position: absolute;
	width: 100vw;
	top: 41px !important;
	left: 0 !important;
}

/* Move to Targeted Search (and remove original CSS?) */
.mobile #brikit-mobile-search li.with-space-name:hover a.space-name {
	color: #666;
}

#com-atlassian-confluence #brikit-mobile-search .aui-dropdown.targeted-search-results-list {
	border: none;
}

#com-atlassian-confluence #brikit-mobile-search .aui-dropdown.targeted-search-results-list ol {
	padding: 0;
}





/********************
 progress-tracker.css 
********************/

/*TODO: see which bits can go*/

.aui-progress-tracker-step>span:before,
.aui-progress-tracker-step>a:before {background:#8bcced;border-radius:100%;box-shadow:0 0 0 3px #f5f5f5;content:"";height:10px;left:50%;margin-left:-5px;position:absolute;top:3px;width:10px;}

.aui-progress-tracker-step+.aui-progress-tracker-step>span:after,.aui-progress-tracker-step+.aui-progress-tracker-step>a:after{background:#8bcced;border:solid #f5f5f5;border-width:2px 0;box-shadow:-5px 0 0 -2px #8bcced,5px 0 0 -2px #8bcced;content:"";height:4px;left:-50%;margin-left:-14px;margin-right:6px;position:absolute;right:50%;top:4px;}

.aui-progress-tracker-step-current ~ .aui-progress-tracker-step{color:#707070;}

.aui-progress-tracker-step-current ~ .aui-progress-tracker-step>span:before,.aui-progress-tracker-step-current ~ .aui-progress-tracker-step>a:before{background-color:#ccc;}

.aui-progress-tracker-step-current ~ .aui-progress-tracker-step>span:after,.aui-progress-tracker-step-current ~ .aui-progress-tracker-step>a:after{background-color:#f5f5f5;box-shadow:none;}

.aui-progress-tracker-inverted .aui-progress-tracker-step>span:before,.aui-progress-tracker-inverted .aui-progress-tracker-step>a:before{box-shadow:0 0 0 3px #fff;}

.aui-progress-tracker-inverted .aui-progress-tracker-step+.aui-progress-tracker-step>span:after,.aui-progress-tracker-inverted .aui-progress-tracker-step+.aui-progress-tracker-step>a:after{border-color:#fff;}

.aui-progress-tracker-inverted .aui-progress-tracker-step-current ~ .aui-progress-tracker-step>span:after,.aui-progress-tracker-inverted .aui-progress-tracker-step-current ~ .aui-progress-tracker-step>a:after{background-color:#fff;}




/********************
 quick-search.css 
********************/

#brikit-search {
		}

#brikit-search .aui-quicksearch {

	position: absolute;
	z-index: 99;
	
				position: absolute;
					bottom: 	 -42px ;
			top: auto;
							right: 	 0px ;
			left: auto;width: 200px;
	
		 padding: 0 0 0 28px; 		
		border-width: 1px;
	border-style: solid;
	border-color: #DEDFE0;
	border-radius: 4px;
	
		background: #Fefefe  url(/wiki/plugins/servlet/themepress/brikitservlet/designs/themes/Vanilla-MP2/images/glass.png)  9px center no-repeat;
			
		box-shadow: 0px;
}

#brikit-search .aui-quicksearch input {

	outline: none;
	
		height: 30px;
	width: 180px;
	
		 padding: 0 8px; 	
		border-width: 0px;background: transparent   ;
		
		color: #808284;
	font-family: 	 "Source Sans Pro",sans-serif ;
	font-size: 15px;
	font-weight: 400;box-shadow: none;line-height: 2em;
}

/*make sure that placeholder text gets same styling as input; keep rules separate*/

#brikit-search #quick-search input::-webkit-input-placeholder {
	color: #808284;
}

#brikit-search #quick-search input::-moz-placeholder {
	color: #808284;
}

#brikit-search #quick-search input:-moz-placeholder {   /* Older versions of Firefox */
	color: #808284;
}

#brikit-search #quick-search input:-ms-input-placeholder { 
	color: #808284;
}

#com-atlassian-confluence .aui-dd-parent a.perms-dropdown-trigger:hover,
#com-atlassian-confluence .aui-dd-parent a.perms-dropdown-trigger:focus,
#com-atlassian-confluence .aui-dd-parent .aui-dropdown .dropdown-item.active a,
.ajs-menu-bar .ajs-menu-item li.active a,
.aui-dd-parent .aui-dropdown li.active,
.aui-dd-parent .aui-dropdown a:focus span,
.ajs-menu-bar .ajs-menu-item.opened .ajs-drop-down li.active a,
.ajs-content-hover .popup-follow a:hover,
#header .aui-header li.with-space-name.active,
#header .aui-header li.with-space-name.active span,
#header .aui-header .aui-dd-parent .aui-dropdown a:hover,
#header .aui-header .aui-dd-parent .aui-dropdown li.active a {}

#quick-search li.active a  {
	background-color:  !important;
}

#header .quick-nav-drop-down li a, 
.aui-header .quick-nav-drop-down li a,
#quick-search li a {
	color: #232F3E;
	color: #8bcced;
}

#quick-search li.active a {
	color: white;
}

.search-macro .search-macro-dropdown li a,
.search-macro .search-macro-dropdown li a:hover {
	text-decoration: none;
	border-bottom: none;
}

.search-macro .search-macro-dropdown li a,
.search-macro .search-macro-dropdown li a.additional {}

.search-macro .search-macro-dropdown li.active a,
.search-macro .search-macro-dropdown li.active a.additional {}




/********************
 breadcrumbs.css 
********************/

.brikit-breadcrumbs {
}

.brikit-breadcrumbs #breadcrumbs,
.brikit-breadcrumbs #page-metadata-banner {
	float: left;
}

#page-metadata-banner .banner #content-metadata-jira:hover {
	border-bottom: 1px solid #999;
}

.brikit-breadcrumbs #breadcrumbs li span,
.brikit-breadcrumbs #breadcrumbs li,
.brikit-breadcrumbs,
.brikit-breadcrumbs li,
.brikit-breadcrumbs li:before,
.brikit-breadcrumbs a {
		color: #808284;
	font-family: 	 "Source Sans Pro",sans-serif ;
	font-size: 14px;
	font-weight: 400;}

#brikit-breadcrumbs-relocated {
	position: absolute;
	
				position: absolute;
					bottom: 	 -26px ;
			top: auto;
							left: 	 2px ;
			right: auto;
				padding: 3px;
}

.brikit-breadcrumbs a:hover {
		text-decoration: none;
    color: #808284;
					text-decoration: none;
		border-bottom: 1px dotted #808284;
	}




/********************
 page-title.css 
********************/

.brikit-page-title {
}

#title-heading.brikit-page-title h1 a,
.brikit-page-title #title-text,
.brikit-page-title #title-text a {
			color: #333;
	font-family: 	 &#39;Open Sans&#39;, "Trebuchet MS", Verdana, "Verdana Ref", Arial, sans serif ;
	font-size: 32px;
	font-weight: 400;
	text-transform: capitalize;text-decoration: none;
		border: none;
}

#title-heading.brikit-page-title h1 a:hover,
.brikit-page-title #title-text a:hover {
	color: #192e59;
				text-decoration: none;
		border-bottom: none;
	}




/********************
 page-title-macro.css 
********************/

#title-heading.page-title-macro {}

#title-heading.page-title-macro h1 a,
#title-heading.page-title-macro #title-text,
#title-heading.page-title-macro #title-text a {text-decoration: none;
		border: none;
}

#title-heading.page-title-macro h1 a:hover,
#title-heading.page-title-macro #title-text a:hover {text-decoration: none;
		border-bottom: none;
	}




/********************
 page-metadata.css 
********************/

.page-metadata {
	margin: 0;	/* neutralize Confluence */
}

#page-metadata-banner.with-title {
	display: block !important;  /* force it to stay visible when Confluence tries to hide it when breadcrumbs are expanded */
}

#brikit-main-column-title #page-metadata-banner ul.banner #system-content-items,
#brikit-main-column-title #page-metadata-banner ul.banner>li {
	padding-top: 0;
}

#title-text {
	clear: both;
}

.brikit-page-metadata {padding: 4px 30px;}

.brikit-page-metadata .page-metadata p,
.brikit-page-metadata .page-metadata ul li {
	
		color: #808284;
	font-family: 	 &#39;Open Sans&#39;, "Trebuchet MS", Verdana, "Verdana Ref", Arial, sans serif ;
	font-size: 13px;
	font-weight: 400;
	text-transform: lowercase;}

body.brikit .wiki-content .brikit-page-metadata .page-metadata a,
body.brikit .wiki-content .brikit-page-metadata .page-metadata ul li a {
			color: #808284;
	font-family: 	 &#39;Open Sans&#39;, "Trebuchet MS", Verdana, "Verdana Ref", Arial, sans serif ;
	font-size: 13px;
	font-weight: 400;
	text-transform: lowercase;color: #808284;text-decoration: none;
		border-bottom: none;
	}

body.brikit .wiki-content .brikit-page-metadata .page-metadata a:hover,
body.brikit .wiki-content .brikit-page-metadata .page-metadata ul li a:hover {
		color: #8bcced;
					text-decoration: none;
		border-bottom: 1px dotted #808284;
	}




/********************
 content-stack.css 
********************/

.brikit-content-stack {
	position: relative;
}





/********************
 title-layer.css 
********************/

.brikit-title-backdrop {

		 padding: 12px 0 0 0;}

.brikit-title {
	position: relative;

		 padding: 14px 28px; 	  margin:  0 10px;  	
		background: #Fefefe   ;
			
		border-width: 1px;
	border-style: solid;
	border-color: #DEDFE0;
	border-radius: 4px;}




/********************
 layer.css 
********************/


.brikit-content-layers .brikit-content-layer-backdrop {}

.brikit-content-layers .brikit-content-layer-container {
	position: relative;}

.brikit-content-layers .brikit-layer {}

.brikit-content-layers .brikit-content-layer-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.brikit-content-layers .brikit-content-layer-table-row {
	position: relative;
	display: table-row;
}




/********************
 column.css 
********************/


/* This is an EXCEPTION to the .brikit-content-layers rule, since we want these to affect ALL columns EVERYWHERE */
.brikit-content-column {
	display: table-cell;
		margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	vertical-align: top;
}

/* Alternate styling */

.brikit-content-layers .brikit-content-alternate-style.brikit-content-column {}




/********************
 block.css 
********************/


.brikit-content-layers .brikit-content-block {
	position: relative;
	overflow: hidden;background: #Fefefe   ;
			
		 padding: 12px 18px; 	  margin:  1px;  }

/* top margin on tabbed blocks disconnects block from tab, so get rid of it */
.brikit-content-layers .brikit-content-block.tabs-pane {
	margin-top: 0;
}

/* Alternate styling */

/* column alternate styling can be selected by the column OR block, so double selectors must be set on the block as follows: */
.brikit-content-layers .brikit-content-alternate-style .brikit-content-block,
.brikit-content-layers .brikit-content-alternate-style.brikit-content-block {}

.brikit-content-layers .brikit-content-alternate-style h1 {
		color: #3E3F40;font-weight: 400;
	text-transform: uppercase;font-size: 	 16px ;
		border-bottom: 1px solid #DEDFE0;
	margin: 0 0 12px 0;
	padding: 0 0 9px 0;
}


.brikit-content-layers .brikit-content-alternate-style p,
.brikit-content-layers .brikit-content-alternate-style ul li,
.brikit-content-layers .brikit-content-alternate-style ol li {}

.brikit-content-alternate-style a,
.brikit-content-alternate-style a:link,
.brikit-content-alternate-style a:visited,
.brikit-content-alternate-style a:focus,
.brikit-content-alternate-style a:active {text-decoration: none;
		border-bottom: none;
	}

.brikit-content-alternate-style div.plugin_pagetree a:hover,
.brikit-content-alternate-style a:hover {text-decoration: none;
		border-bottom: 0px dotted #d45751;
	}

/*leave these options out?
.brikit-content-layers .brikit-content-alternate-style h2 {}

.brikit-content-layers .brikit-content-alternate-style h3 {}

.brikit-content-layers .brikit-content-alternate-style h4 {}

.brikit-content-layers .brikit-content-alternate-style h5 {}

.brikit-content-layers .brikit-content-alternate-style h6 {}
*/

/*Tabbed Blocks*/

.column-wrapper .aui-tabs.theme-press {
	margin: 1px;
	margin-right: 0;
	margin-left: 0;
}

.column-wrapper  .aui-tabs.aui7-patch  ul.tabs-menu.theme-press {
	border: none;
}

/* Neutralize AUI settings that cause vertical disconnection of tabs with very small font sizes. */
.brikit-content-layers  .aui-tabs.aui7-patch  .horizontal-tabs>.tabs-menu>.menu-item.theme-press {
	display: inline-block;
	float: none;
}

.brikit-content-layers  .aui-tabs.aui7-patch  .tabs-menu.theme-press .menu-item.theme-press:hover a {
	border-bottom: none;
}

.brikit-content-layers  .aui-tabs.aui7-patch  .tabs-menu.theme-press .menu-item.theme-presstextUnderlineOptionStyles a {
	z-index: 1;
}

.brikit-content-layers  .aui-tabs.aui7-patch  .tabs-menu.theme-press .menu-item a {
				color: #808284;
	font-family: 	 "Source Sans Pro",sans-serif ;
	font-size: 16px;}

/*bring the block border styling in for now*/
.brikit-content-layers  .aui-tabs.aui7-patch  .tabs-menu.theme-press .menu-item a {border-left-color:  !important;
}

.brikit-content-layers  .aui-tabs.aui7-patch  .tabs-menu.theme-press .menu-item a:hover {
	color: #8bcced;}

.brikit-content-layers  .aui-tabs.aui7-patch  .tabs-menu.theme-press .menu-item.theme-press.active-tab a {
	color: #8bcced;background-color: 	 #Fefefe ;

	border-bottom: 1px solid 	 #Fefefe ;
}

.brikit-content-layers  .aui-tabs.aui7-patch  .tabs-menu.theme-press .menu-item.theme-press.active-tab a:hover {
	border-bottom: 1px solid 	 #Fefefe ;
}

/* Expanding block tabs */
.brikit-content-layers .expanding-block-tabs .expanding-block-tab-trigger {
	cursor: pointer;
	
	/* Default to block styling */background: #Fefefe   ;
					  margin:  1px;  	
	/* Add override styling */}

.brikit-content-layers .expanding-block-tabs .expanding-block-tab-trigger:hover {
	background-color: #D1E5E3;}

.brikit-content-layers .expanding-block-tabs .expanding-block-tab-trigger a:not(.aui-button):not(.rich-link) {
	display: block;
		 padding: 12px 18px; 	  margin:  0;  			  margin:  0;}

.brikit-content-layers .expanding-block-tabs .expanding-block-tab-trigger a:hover {}




/********************
 edit.css 
********************/

.brikit-content-layers a.aui-button.edit-content-block {
	display: none;
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 0;
}

.brikit-edit-mode:not(.no-layer-added) .brikit-content-layers a.aui-button.edit-content-block,
.brikit-content-layers .brikit-content-block.live-edit a.aui-button.edit-content-block {
	display: block;
}

.brikit-edit-mode .brikit-content-layers a.aui-button.edit-content-block:not(:hover) {
	background-color: rgba(255,255,255,.6);
}

.brikit-container .brikit-content-block.edit-focus .edit-content-block {
	box-shadow: inset 0 3px 6px rgba(0,0,0,.15);
	border: 1px solid #999;
	color: black;
}

.brikit-content-layers a.aui-button.edit-include-content {
	display: none;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 39px;
}

.brikit-edit-mode .brikit-content-layers a.aui-button.edit-include-content {
	display: block;
}

.brikit-edit-mode .brikit-content-layers a.aui-button.edit-include-content:not(:hover) {
	background-color: rgba(255,255,255,.6);
}

.brikit-edit-mode .brikit-content-layers .theme-press-include-content .theme-press-include-content a.aui-button.edit-include-content {
	display: none;
}

.theme-press-include-content .brikit-content-block-include {
	position: relative;
}




/********************
 likes-and-labels.css 
********************/

.brikit-labels-backdrop {}

.brikit-labels {
	position: relative;

		 padding: 15px 28px; 	  margin:  0 10px 10px 10px;  
		background: #Fefefe   ;
			
		border-width: 0px;
	border-style: solid;
	border-color: #DEDFE0;
	border-radius: 4px;}

/*likes styling*/
.brikit-labels * {
				color: rgba(0,0,0,0.80);
	font-family: &amp;#39;Segoe UI&amp;#39;,"Source Sans Pro",sans-serif;
	font-size: 15px;
	font-weight: normal;color: #3E3F40;}

.brikit-labels #likes-and-labels-container .aui-label a:hover {
	border: none;
}

.brikit-labels #likes-and-labels-container a {text-decoration: none;
	border-bottom: 1px solid transparent;
}

.brikit-labels #likes-and-labels-container a:hover {
	border: none;text-decoration: none;
					text-decoration: none;
		border-bottom: none;
	}

.brikit-content-block a.aui-label,
.brikit-labels #likes-and-labels-container .aui-label a {}

.brikit-content-block a.aui-label:hover,
.brikit-labels #likes-and-labels-container .aui-label a:hover {}

.brikit-labels .aui-label,
.brikit-content-layers .dashboard-calendar .more-events,
.brikit-content-block a.aui-label {}

.brikit-labels li.aui-label:hover,
.brikit-content-layers .dashboard-calendar .more-events:hover,
.brikit-content-block a.aui-label:hover {}

.brikit-labels .labels-content ul li {}




/********************
 comments.css 
********************/

.brikit-comments-backdrop {margin:  0px 0 10px 0;}

.brikit-comments {
	position: relative;

		 padding: 8px 28px; 	  margin:  0px 10px 10px 10px;  
		background: #Fefefe   ;
			
		border-width: 0px;
	border-style: solid;
	border-color: #DEDFE0;
	border-radius: 4px;}

.comment-threads h4 a {
	color: #333;
}

#comments-section .comment.focused {
			background: #ebf2f9;
	background-color: #F3F4F5;
}

/*takes care of most of comments*/
#comments-section .comment {
	border-top: 1px solid #ccc;}

/*this is for the comment reply*/
ol.comment-threads.top-level {
	border-bottom: 1px solid #ccc;}

/*make sure comments don't get alpha list types*/
.wiki-content ol.comment-threads {
list-style-type: none;
}

.comment-header .author .author-lozenge {
	background-color: #232F3E;
}

.wiki-content a.user-mention {
	color: #232F3E;
}

.comment-header .author a {
	color: #3572b0;
}

/*ensure comment images and other bits don't bring in the theme's link styling if there's a bottom border*/
.brikit-content-layers .comment-user-logo a,
.brikit-content-layers .comment-user-logo a:hover,
.brikit-content-layers .comment-actions a {
  border-bottom: none;
}

/*ensure the small action link dividers and span text also get the smaller size*/
.comment-actions, 
.comment-actions span, 
.comment-actions li, 
.comment-actions ::before {
font-size: 12px;
}




/********************
 footer.css 
********************/

.brikit-footer-backdrop {

		 padding: 24px; 	  margin:  24px 0 0 0;  
		background: #232F3E   ;
		
		border-width: 4px 0 0 0;
	border-style: solid;
	border-color: #232F3E;}

.brikit-footer {
	position: relative;
	
	height: 	 auto ;margin:  0 10px;}




/********************
 footer-content.css 
********************/

.brikit-footer-content {}

.brikit-footer .brikit-content-layer-table {
	display: table;
	width: 100%;
}

.brikit-footer .brikit-content-layer-table-row {
	position: relative;
	display: table-row;
}

.brikit-footer-content .brikit-content-block {
	
		border-width: 0px;background: transparent   ;}

.brikit-footer-content .brikit-content-block h1,
.brikit-footer-content h1,
.brikit-footer-content h1 a {
		color: #D1E5E3;
	font-family: 	 "Source Sans Pro",sans-serif ;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;margin: 0 0 14px 0;
}

#brikit-footer .profile-macro .profile-info th,
#brikit-footer .profile-macro .profile-info td,
.brikit-footer-content ul li,
.brikit-footer-content p {
		color: #8bcced;
	font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;
	font-size: 13px;
	font-weight: 400;line-height: 1.1em;
}

#brikit-footer .profile-macro .vcard a,
.brikit-footer-content a {
		color: #8bcced;
	font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;text-decoration: none;
		border-bottom: none;
	}

#brikit-footer .profile-macro .vcard a:hover,
.brikit-footer-content a:hover {
	color: #D1E5E3;
	text-decoration: none;
	
					text-decoration: none;
		border-bottom: none;
		
} 

.brikit-footer-content ul {
	padding: 0 0 0 0;
	list-style-type: none;
}

.brikit-footer-content ul li {
		padding: 3px 0;
}




/********************
 mobile.css 
********************/

/* Stop scrolling when overlays are open */
body.show-mobile-toc,
body.mobile.menu-panel-open,
body.custom-menu-on,
body.mobile-overlay {
	position: fixed;
	overflow: hidden;
	min-width: 100%;
}

/* Make the screen flex to fill the window without using the footer shim. */

.mobile #brikit-canvas-content {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.mobile .brikit-content-stack,
.mobile #brikit-non-page-content {
	flex: 1;
}

.mobile .brikit-footer-backdrop {
	flex: 0;
}

/* Custom mobile site menu presentation */

.mobile #brikit-canvas-content {
	position: relative;
	margin-left: 0;
	transition: margin-left 0.3s ease-in-out;
}

.mobile #brikit-canvas-content .mobile-menu-page-cover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 1000;
}

.mobile.custom-menu-on #brikit-canvas-content .mobile-menu-page-cover {
	display: block;
}

.mobile #main.brikit-canvas {
	display: flex;
	overflow-x: hidden;
	padding: 0;
}

.mobile #brikit-mobile-menu {
	flex: 0 0 auto;
	overflow-x: hidden;
	overflow-y: auto;
	transition: left 0.3s ease-in-out;
	box-sizing: border-box;position: fixed;
	top: 0;
	max-height: 100vh;
	min-height: 100vh;
	left: -$brikitMobileSiteMenuWidth;}

.mobile #brikit-mobile-menu .brikit-mobile-menu-content {
			}

.mobile #brikit-canvas-content {
	box-sizing: border-box;
	flex: 0 0 auto;
	min-width: 100vw;
	max-width: 100vw;
}

.mobile.custom-menu-on #brikit-canvas-content {}

.mobile-overlay #brikit-canvas-content:hover *,
.mobile.custom-menu-on #brikit-canvas-content:hover * {
	cursor: default !important;
}

.mobile.custom-menu-on #brikit-mobile-menu {
	left: 0;	
}

/* Regular menu presentation when not auto-converted to simple format. */
.mobile .brikit-menu {
	width: 100%;
	overflow-x: auto;
}

.mobile .brikit-menu .aui-navgroup-inner,
.mobile .brikit-menu .aui-navgroup-primary,
.mobile .brikit-menu .aui-nav {
	flex-wrap: nowrap;
}

/*   */

.mobile .mobile-hide,
.mobile #messageContainer,
.mobile .brikit-toolbar,
.mobile .brikit-search,
.mobile .ajs-content-hover .actions  {
	display: none !important;
}

.mobile .brikit-canvas {
	width: 100%;
	margin: 0;
	padding: 0;
}

.mobile .treat-as-block-for-mobile {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.mobile .brikit-container-content.brikit-title {
	margin: 0 !important;
}

/* mobile menu toggle button */

.mobile #mobile-menu-toggle-button.aui-button {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 11; /* stay above page title and header elements */
}

.mobile #mobile-menu-toggle-button.aui-button.using-regular-menu {
	left: auto;
	right: 8px;
}

.mobile-menu-active .mobile #mobile-menu-toggle-button {
	position: fixed;
}

/* Disappearing/reappearing header on scroll */

.mobile .brikit-content-stack,
.mobile #brikit-non-page-content {}

.xmobile.custom-menu-on .brikit-content-stack,
.mobile.hide-nav .brikit-content-stack,
.xmobile.custom-menu-on #brikit-non-page-content,
.mobile.hide-nav #brikit-non-page-content {
	padding-top: 0;
}

.mobile .brikit-header-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	transition: top 0.3s ease-in-out, margin-left 0.3s ease-in-out;
	width: 100%;
	z-index: 10;
}

.mobile .wiki-content {
	position: relative;
}

.mobile.custom-menu-on .brikit-header-backdrop {}

.mobile.hide-nav .brikit-header-backdrop {
	top: calc(-1 * 	);
}

.mobile.disable-nav .brikit-header-backdrop {
	display: none;
}

/* Mobile content container */

.mobile .brikit-content-layer-container {
	padding: 0;
	overflow-x: hidden;
}

.mobile .brikit-container {
	width: auto !important;
	margin: 0;
}

.mobile .brikit-content-block.original {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.mobile .brikit-banner .brikit-content-column,
.mobile .brikit-layer .brikit-content-column,
.mobile .brikit-labels .brikit-content-column,
.mobile .brikit-comments .brikit-content-column {
	display: none;
	width: 100% !important;
}

.mobile .brikit-content-column-main,
.mobile #main-content.frames .brikit-layer .brikit-content-column {
	display: block !important;
}

.mobile #main-content.frames .brikit-content-column.mobile-hide,
.mobile .brikit-content-column-main.mobile-hide,
.mobile .brikit-content-block.mobile-hide {
	display: none !important;
}

.mobile.dashboard .aui-page-panel-inner,
.mobile .content-body,
.mobile .content-sidebar {
	display: block;
	width: 100%;
}


/*Adjusts Relocated Share Button*/
.brikit-labels-backdrop #shareContentLink {
    margin: auto;
    width: 100%;
    text-align: center;
    margin: 10px 0 15px 0;
}




/********************
 action-button.css 
********************/

#loginButton,
.aui-button.action-button a,
#main .brikit-content-layers .aui-button.action-button a,
#main .brikit-content-layers a.aui-button.action-button,
.aui-button.action-button,
a.aui-button.action-button,
.aui-button.action-button:visited,
.cq .buttons .aui-button:not(.aui-button-link),
.cq .aui-button-primary {
			color: #Fefefe;
	font-family: 	 &#39;Open Sans&#39;, "Trebuchet MS", Verdana, "Verdana Ref", Arial, sans serif ;
	font-size: 16px;text-transform: uppercase;text-decoration: none;
	border: none;
}

.aui-button.action-button:hover a,
#main .brikit-content-layers .aui-button.action-button:hover a,
#main .brikit-content-layers a.aui-button.action-button:hover,
.cq .buttons .aui-button:hover,
.cq .aui-button-primary:hover {
	border: none;
	color: #Fefefe;text-decoration: none;
	border: none;
}

#loginButton,
.aui-button.action-button,
.cq .buttons .aui-button,
.cq .aui-button-primary {
	
		border-width: 0px;border-radius: 2px;background: #d45751   ;
							
		 padding: 3px 9px; 		
	text-shadow: none !important;
}

.login-form-container #loginButton {
	height: auto;
}


#loginButton:hover,
.aui-button.action-button:hover,
.cq .buttons .aui-button:hover,
.cq .aui-button-primary:hover {
	
		border-width: 0px;background: #63ad63   ;
			
}

.cq .buttons .aui-button.aui-button-link {
	background: none;
}


/*isolating display issues on Action Button: revisit*/
.brikit-content-block .aui-button.action-button {
	height: auto;
}




/********************
 formatted-date.css 
********************/

.formatted-date {text-decoration: none;
	border: none;
	display: inline-block;
}

.formatted-date {}




/********************
 list-children.css 
********************/

ul.list-children:not(.not-expandable) {
    list-style: none;
    margin:0;
    padding:0;
    cursor: pointer;
}

.list-children ul:not(.not-expandable) p {
    margin:0;
    display:block;
}

.list-children ul:not(.not-expandable) p:hover{
    background-color:#121212;
}

ul.list-children:not(.not-expandable){
    list-style: none;
}

.list-children .leaf,
.list-children .node {
	display: inline-block;
}

/*make sure the Children List macro displays nicely in Menu Panels*/
.brikit-menu-panel .list-children .leaf {
    display:none;
}

ul.list-children:not(.not-expandable) li {
    line-height:140%;
    text-indent:0px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-image: url(/wiki/plugins/servlet/themepress/brikitservlet/images/icons/templates/tree-leaf.png);
}

ul.list-children:not(.not-expandable) li.collapsed {
    background-image: url(/wiki/plugins/servlet/themepress/brikitservlet/images/icons/templates/tree-closed.png);
}

ul.list-children:not(.not-expandable) li.expanded {
    background-image: url(/wiki/plugins/servlet/themepress/brikitservlet/images/icons/templates/tree-open.png);
}

.brikit-menu-panel .brikit-content-block ul.list-children {
margin-top: 0;
}

.brikit-menu-panel .brikit-content-block ul.list-children,
.brikit-menu-panel .brikit-content-block ul.list-children li {
padding: 20px;
}

.brikit-menu-panel .brikit-content-block ul.list-children li a {
padding: 2px 0;
}

a.expand-list, a.collapse-list {
    cursor: pointer;
}




/********************
 local-date-time.css 
********************/

.local-date-time {text-decoration: none;
	border: none;
}

.local-date-time {text-shadow: none !important;
}

.local-date-time.nighttime {}




/********************
 progress-tracker.css 
********************/

/*TODO: see which bits can go*/

.aui-progress-tracker-step>span:before,
.aui-progress-tracker-step>a:before {background:#8bcced;border-radius:100%;box-shadow:0 0 0 3px #f5f5f5;content:"";height:10px;left:50%;margin-left:-5px;position:absolute;top:3px;width:10px;}

.aui-progress-tracker-step+.aui-progress-tracker-step>span:after,.aui-progress-tracker-step+.aui-progress-tracker-step>a:after{background:#8bcced;border:solid #f5f5f5;border-width:2px 0;box-shadow:-5px 0 0 -2px #8bcced,5px 0 0 -2px #8bcced;content:"";height:4px;left:-50%;margin-left:-14px;margin-right:6px;position:absolute;right:50%;top:4px;}

.aui-progress-tracker-step-current ~ .aui-progress-tracker-step{color:#707070;}

.aui-progress-tracker-step-current ~ .aui-progress-tracker-step>span:before,.aui-progress-tracker-step-current ~ .aui-progress-tracker-step>a:before{background-color:#ccc;}

.aui-progress-tracker-step-current ~ .aui-progress-tracker-step>span:after,.aui-progress-tracker-step-current ~ .aui-progress-tracker-step>a:after{background-color:#f5f5f5;box-shadow:none;}

.aui-progress-tracker-inverted .aui-progress-tracker-step>span:before,.aui-progress-tracker-inverted .aui-progress-tracker-step>a:before{box-shadow:0 0 0 3px #fff;}

.aui-progress-tracker-inverted .aui-progress-tracker-step+.aui-progress-tracker-step>span:after,.aui-progress-tracker-inverted .aui-progress-tracker-step+.aui-progress-tracker-step>a:after{border-color:#fff;}

.aui-progress-tracker-inverted .aui-progress-tracker-step-current ~ .aui-progress-tracker-step>span:after,.aui-progress-tracker-inverted .aui-progress-tracker-step-current ~ .aui-progress-tracker-step>a:after{background-color:#fff;}




/********************
 restrict-content.css 
********************/

.message-content {
		color: rgba(0,0,0,0.80);
	font-family: &amp;#39;Segoe UI&amp;#39;,"Source Sans Pro",sans-serif;
	font-size: 15px;
	font-weight: normal;}




/********************
 rotate-content.css 
********************/

.rotate-content {
	position: relative;
	overflow: hidden;
}

.animation-wrapper {
	position: absolute;
	top: 0;
	left: 0;
}

.rotate-content-control {
	padding: 0;

				position: absolute;
					bottom: 	 60px ;
			top: auto;
							left: 	 40px ;
			right: auto;
			}

#content ul.rotate-content-control li {
	line-height: 0;
}

.rotate-content-control li {
	display: inline-block;
	list-style-type: none;
	cursor: pointer;

	background-color: #DEDFE0;
	height: 6px;
	width: 6px;
		height: 6px;
	width: 6px;
			  margin:  0 2px;  }

.rotate-content-control li:hover,
.rotate-content-control li.selected {
	background-color: #8bcced;
	border-color: #8bcced;
}

.rotate-content-control li,
.rotate-content-control li.thumbnail img {
	border-width: 0px;
		border-width: 2px;
	border-style: solid;
	border-color: #DEDFE0;
	border-radius: 2px;
}

.rotate-content-control li.thumbnail {
	border: none;
	width: auto;
	height: auto;
}

.rotate-content-control li.thumbnail:hover img,
.rotate-content-control li.thumbnail.selected img {
	border-color: #8bcced;
}


.rotate-content-scroll-button {
	position: absolute;
	top: calc(50% - 32px);
	height: 64px;
	width: 64px;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 32px;
	font-weight: bold;
	cursor: pointer;
}

.brikit-content-block:hover .rotate-content-scroll-button {
	background-color: rgba(255, 255, 255, .7);
}

.rotate-content-scroll-button.left {
	left: 16px;
}

.rotate-content-scroll-button.right {
	right: 16px;
}

.rotate-content-scroll-button span {
	position: absolute;
    width: 0; 
    height: 0; 
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
	padding: 0;
}

.rotate-content-scroll-button.left span {
	margin: 12px 0 0 18px;
    border-right: 20px solid rgba(0, 0, 0, .5);
}

.rotate-content-scroll-button.left:hover span {
    border-right: 20px solid rgba(0, 0, 0, .7);
}

.rotate-content-scroll-button.right span {
	margin: 12px 0 0 27px;
    border-left: 20px solid rgba(0, 0, 0, .5);
}

.rotate-content-scroll-button.right:hover span {
    border-left: 20px solid rgba(0, 0, 0, .7);
}




/********************
 page-turner.css 
********************/

.page-turner .next-page,
.page-turner .previous-page {
	display: inline-block;
	padding-top: .5em;
}

.page-turner .previous-page {
  	float: left;
}

.page-turner .next-page {
  	float: right;
}

.page-turner p,
.page-turner a {
			color: rgba(0,0,0,0.80);
	font-family: &amp;#39;Segoe UI&amp;#39;,"Source Sans Pro",sans-serif;
	font-size: 15px;
	font-weight: normal;}




/********************
 block-link.css 
********************/

.block-link {
	cursor: pointer;
}

/*important needed here to override the page designer setting*/
.brikit-content-stack .block-link:hover {
	background-color: #D1E5E3 !important;
}




/********************
 drag.css 
********************/

.designable-element {
	position: relative;
}

#inline-dialog-edit-dialog-css .drag-handle,
#inline-dialog-edit-dialog-js .drag-handle,
.brikit-draggable-area .brikit-content-layer-backdrop > .drag-handle,
.brikit-draggable-area .brikit-content-column > .drag-handle,
.brikit-draggable-area .brikit-content-block > .drag-handle {
	display: none;
	height: 12px;
	width: 62%;
	position: absolute;
	top: 4px;
	left: 19%;
	z-index: 0;
	background: transparent url(/wiki/plugins/servlet/themepress/brikitservlet/images/drag.png) center center repeat;
	border-radius: 2px;
	cursor: move;
}

.brikit-edit-mode:not(.no-layer-added):not(.no-block-edit) #inline-dialog-edit-dialog-css .drag-handle,
.brikit-edit-mode:not(.no-layer-added):not(.no-block-edit) #inline-dialog-edit-dialog-js .drag-handle,
.brikit-edit-mode:not(.no-layer-added):not(.no-block-edit) .brikit-draggable-area .brikit-content-layer-backdrop > .drag-handle,
.brikit-edit-mode:not(.no-layer-added):not(.no-block-edit) .brikit-draggable-area .brikit-content-column > .drag-handle,
.brikit-edit-mode:not(.no-layer-added):not(.no-block-edit) .brikit-draggable-area .brikit-content-block > .drag-handle {
	display: block;
}

.brikit-canvas.waiting .brikit-draggable-area .drag-handle {
	background: none;
	cursor: default;
}

.brikit-draggable-area .brikit-content-block.waiting .drag-handle {
	height: 16px;
	background: transparent url(/wiki/images/icons/wait.gif) center center no-repeat;
	cursor: default;
}

.brikit-draggable-area .brikit-content-layer-backdrop > .drag-handle {
	height: 62%;
	width: 12px;
	top: 19%;
	left: 4px;
}

.brikit-draggable-area .brikit-content-block.sortable-placeholder {
	height: 24px;
	background-image: url(/wiki/plugins/servlet/themepress/brikitservlet/images/drop.png);
	background-position: center center;
	background-repeat: repeat;
}




/********************
 catalog-navigator.css 
********************/


.catalog-navigator.scroll {
	overflow-x: scroll;
	white-space: nowrap;
}

.catalog-navigator .image {
	position: relative;
	display: inline-block;
}

.catalog-navigator .image a:hover {
	text-decoration: none;
	border-bottom: none;
}

.catalog-navigator .confluence-content-image-border {
	border: none;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.catalog-navigator .image a,
.catalog-navigator .image a:hover {}

.catalog-navigator .thumbnail-title {}

.catalog-navigator .thumbnail-title span {
	position: relative;
	width: 100%;
	text-align: 	 center ;
}

.catalog-navigator .thumbnail-title:hover {}

.catalog-navigator .thumbnail-title span {
	display: inline-block;
}




/********************
 space-list.css 
********************/

#main-content.brikit-content-layers .space-list .list-categories {
	}

#main-content.brikit-content-layers .space-list .space-category-header-container {
			}

#main-content.brikit-content-layers .space-list .space-category-header {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;border-bottom: 1px solid transparent;
				text-decoration: none;
		border-bottom: none;
	}

#main-content.brikit-content-layers .space-list .list-spaces {
	}

#main-content.brikit-content-layers .space-list .space-title {
			}

#main-content.brikit-content-layers .space-list .space-title a {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;border-bottom: 1px solid transparent;
				text-decoration: none;
		border-bottom: none;
	}

#main-content.brikit-content-layers .space-list .space-title:hover a {text-decoration: none;
		border-bottom: none;
	}

#main-content.brikit-content-layers .space-list .space-description {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;}




/********************
 topic-tree.css 
********************/

.topic-tree ul {
	-webkit-padding-start: 16px;
	-moz-padding-start: 16px;
	padding-start: 16px;
}

.topic-tree > ul {
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
	padding-start: 0px;
}

.topic-subtree-loading {
	padding-left: 24px;
}

.topic-tree .acs-tree-item {
	padding: 5px 0;
}

.topic-tree li.leaf.current > a.title-link {
	font-weight: bold;
}

.topic-tree li .extras {
	color: #808284;
	font-size: smaller;
}

.topic-tree li.no-results .message {
	color: #808284;
	font-style: italic;
}

.topic-tree .acs-tree-item.grouping > .icon,
.topic-tree .acs-tree-item.grouping > .icon {
	margin: 0;
}

.brikit-canvas .topic-tree  ul.topic-tree-label-list li.grouping {}

.topic-tree  ul.topic-tree-label-list li.grouping a  {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;}

.topic-tree  ul.topic-tree-label-list li.grouping a:hover {
	border:none;
}

.brikit-canvas .topic-tree  ul.topic-tree-label-list li.leaf {}

.topic-tree  ul.topic-tree-label-list li.leaf:not(.current) a {
	text-transform: none;
	font-size: 15px;
	font-weight: normal;
	color: #3572b0;font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;text-decoration: none;
		border-bottom: none;
	}

.topic-tree  ul.topic-tree-label-list li.leaf a:hover {text-decoration: none;
		border-bottom: none;
	}

.topic-tree  ul.topic-tree-label-list li.current:not(.grouping) a {
	text-transform: none;
	font-size: 15px;
	font-weight: bold;
	color: #3572b0;font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;}




/********************
 blog-tree.css 
********************/

.ia-plugin_pagetree.blog-years,
.ia-plugin_pagetree.blog-months {
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
	padding-start: 0px;
}




/********************
 page-tree.css 
********************/


#main-content.brikit-content-layers .plugin_pagetree ul li .plugin_pagetree_children_content a,
#main-content.brikit-content-layers .plugin_pagetree ul li span a {
		line-height: 1.2;
			color: #3E3F40;
	font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;border-bottom: 1px solid transparent;
					text-decoration: none;
		border-bottom: none;
	}

#main-content.brikit-content-layers .plugin_pagetree ul li .plugin_pagetree_children_content a:hover,
#main-content.brikit-content-layers .plugin_pagetree ul li span a:hover {
		color: #8bcced;
		border-bottom: 1px solid transparent;
					text-decoration: none;
		border-bottom: none;
	}

#main-content.brikit-content-layers .plugin_pagetree ul li .plugin_pagetree_childtoggle a,
#main-content.brikit-content-layers .plugin_pagetree ul li .plugin_pagetree_childtoggle a:hover {
		border-bottom: none !important;
}

#main-content.brikit-content-layers .plugin_pagetree ul li .plugin_pagetree_children_content .plugin_pagetree_current a {
		color: #8bcced;
	font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;font-weight: 700;}




/********************
 blog-posts-excerpts.css 
********************/

/*align the macro with the theme settings, correct alignment within blocks*/
.blog-post-listing .wiki-content { 
  font-family: &amp;#39;Segoe UI&amp;#39;,"Source Sans Pro",sans-serif;
  color: rgba(0,0,0,0.80);
	font-size: 15px;
  font-weight: normal;
}

.blog-post-listing .logo-heading-block {
  margin-bottom: 4px;
}

.blog-post-listing .logoBlock a:hover,
.blog-post-listing .blogHeading:hover {
	border: none;
}

.blog-post-listing .blogHeading {
	font-size: 20px;
  font-family: &amp;#39;Open Sans&amp;#39;, "Trebuchet MS", Verdana, "Verdana Ref", Arial, sans serif;
}

.brikit-content-layers .blog-post-listing a.blogHeading:not(.aui-button):not(.rich-link) {
	font-size: 20px;
  font-family: &amp;#39;Open Sans&amp;#39;, "Trebuchet MS", Verdana, "Verdana Ref", Arial, sans serif;text-decoration: none;
		border-bottom: none;
	}

.blog-post-listing a.blogHeading:not(.aui-button):not(.rich-link):hover {
	text-decoration: none;text-decoration: none;
		border-bottom: none;
	}

.blog-post-listing .blogHeading .page-metadata {
			display: none;
	}

.blog-post-listing .endsection {
	font-family: &amp;#39;Segoe UI&amp;#39;,"Source Sans Pro",sans-serif;
}

.blog-post-listing .endsection .read-more {
			display: inline-block;
		margin-bottom: 6px;
}

.blog-post-listing .endsection .label-list {
			display: none;
	}

.blog-post-listing .logoBlock {
	 display: none; }


	.blog-post-listing {
	  padding: 0 0 12px 0;
	/*correct the neg margin on top that aligns with logo*/
		margin-top: 0px;
	}

	/*make sure the blog post macro still looks good when displaying a list of excerpts*/
	.blog-post-listing+.blog-post-listing {
		padding: 9px 0 12px 0;
	}





/********************
 blog-posts-titles.css 
********************/

.blog-post-list li.blog-item {
border-bottom: 1px solid $brikitBlogPostsMacroTitlesBottomBorder;
padding: 5px 0;/*remove the possible h5 settings*/
text-transform: none;
}

.blog-post-list li.blog-item:hover {
	background-color: #f9f9f9;}

.brikit-content-layers .blog-post-list a:not(.aui-button):not(.rich-link) {
	text-transform: none;
	color: #3572b0;
	font-family: &amp;#39;Open Sans&amp;#39;, "Trebuchet MS", Verdana, "Verdana Ref", Arial, sans serif;text-decoration: none;
		border-bottom: none;
			
}

*/remove any theme link hover settings, unless explicitly set in the macro below*/
.brikit-content-layers .blog-post-list a:hover {
	border: none;
}

.brikit-content-layers .blog-post-list a:hover:not(.aui-button):not(.rich-link),
.brikit-content-layers .blog-post-list li:hover a {text-decoration: none;
		border-bottom: none;
	}

.blog-post-list .blog-item-date,
.blog-post-list .blog-item-creator {
	/*remove the possible h5 settings*/
	text-transform: none;
	 display: none; }

.blog-post-list .blog-item-space {
	 display: none; }

.blog-post-list .sub-heading {
	 display: none; }

.blog-post-list .blog-title .icon {
	 display: none; }	




/********************
 content-by-label.css 
********************/

/*make sure links in this macro get theme styling*/
.brikit-container .content-by-label a {
	color: #3572b0;
				text-decoration: none;
		border-bottom: none;
	}

/*make sure hover links in this macro get theme styling*/
.content-by-label a:hover {
	text-decoration: none;
  color: #d45751;
				text-decoration: none;
		border-bottom: 0px dotted #d45751;
	}




/********************
 recently-updated.css 
********************/

.update-items .confluence-userlink {
	font-weight: normal;
}

/*metadata for all views: social, sidebar, concise*/
.recently-updated .update-item-date,
.recently-updated .update-item-meta,
.recently-updated ul.update-item-meta li {
		color: rgba(0,0,0,0.80);
	font-family: &amp;#39;Segoe UI&amp;#39;,"Source Sans Pro",sans-serif;
	font-size: 15px;
	font-weight: normal;color: #808284;font-size: 11px;}

/*view change link for all views: social, sidebar, concise*/
.recently-updated .update-item-meta a.changes-link,
.recently-updated .update-item-changes {
	color: #3572b0;
				text-decoration: none;
		border-bottom: none;
		}

/*make sure links in this macro get theme styling*/
.recently-updated a,
.recently-updated .update-item-meta a.confluence-userlink {
	color: #3572b0;
				text-decoration: none;
		border-bottom: none;
	}

/*make sure hover links in this macro get theme styling*/
.recently-updated a:hover,
.recently-updated .update-item-meta a.confluence-userlink:hover,
.recently-updated .update-item-meta a.changes-link:hover  {
	text-decoration: none;
  color: #d45751;
				text-decoration: none;
		border-bottom: 0px dotted #d45751;
	}

/*make sure the read more link gets the theme's font settings*/
.recently-updated {
  font-family: &amp;#39;Segoe UI&amp;#39;,"Source Sans Pro",sans-serif;
}




/********************
 expand.css 
********************/

.expand-control-text {}

.expand-control {
			}




/********************
 invite-user.css 
********************/

.invite-user-macro .aui-dropdown ol {
	list-style-type: none;
}

.brikit-content-layers .invite-user-macro .aui-dropdown li.active {
	background-color: #ededed;}

.brikit-content-layers .invite-user-macro .aui-dropdown ol a,
.brikit-content-layers .invite-user-macro .aui-dropdown ol a:hover {
	border-bottom: none;
	margin-right: 6px;
}

.brikit-content-layers .invite-user-macro .aui-dropdown ol a,
.brikit-content-layers .invite-user-macro .aui-dropdown ol a span {}

.brikit-content-layers .invite-user-macro .aui-dropdown ol a:hover,
.brikit-content-layers .invite-user-macro .aui-dropdown ol a:hover span {}




/********************
 rss.css 
********************/

.rssMacro tbody td a {
		color: rgba(0,0,0,0.80);
	font-family: &amp;#39;Segoe UI&amp;#39;,"Source Sans Pro",sans-serif;
	font-size: 15px;
	font-weight: normal;line-height: 1.6;
	color: #3572b0;
				text-decoration: none;
		border-bottom: none;
	}

.rssMacro tbody td a:hover {
	text-decoration: none;
  color: #d45751;
				text-decoration: none;
		border-bottom: 0px dotted #d45751;
	}

.rssMacro tbody td {
	border: none;
		border-width: 0px;}




/********************
 questions.css 
********************/

.cq-body .cq-context-header .cq-context-title {
	line-height: 1.2em;
}

.cq .aui-button.aui-button-link {
  color: #3572b0;
}

.cq .aui-button.aui-button-link:hover {
  color: #3572b0;
	border: none;
	text-decoration: underline;
}

/*see action-button.css for questions button styling*/




/********************
 jscolor.css 
********************/

.jscolor-pad {
	background: url(/wiki/download/resources/com.brikit.themepress:theme-base/theme-press/lib/jscolor/hs.png) 0 0 no-repeat;
}

.jscolor-sldm {
	background: url(/wiki/download/resources/com.brikit.themepress:theme-base/theme-press/lib/jscolor/arrow.gif) no-repeat;
}

.jscolor-padm {
	background: url(/wiki/download/resources/com.brikit.themepress:theme-base/theme-press/lib/jscolor/cross.gif) no-repeat;
}

.palette-title {
	display: inline-block;
	margin: 0 0 10px 12px;
	color: #333;
	font-size: 10px;
}

.color-palette {
	margin-left: 10px;
}

.color-palette-well {
	display: inline-block;
	margin: 0 8px 8px 0;
	height: 22px;
	width: 22px;
	border: 1px solid #CCC;
	cursor: pointer;
}

.color-palette-well.selected {
	border: 2px solid #FFF;
}




/********************
 recently-updated-dashboard.css 
********************/

/*more room at the top*/
#recent-updates .tabs-pane {
		margin-top: 9px;
}

#recent-updates .loading-text {
			color: rgba(0,0,0,0.80);
	font-family: &amp;#39;Segoe UI&amp;#39;,"Source Sans Pro",sans-serif;
	font-size: 15px;
	font-weight: normal;line-height: 1.6;
}


/*bring in the tabbed block text styling*/
#recent-updates.aui-tabs ul.tabs-menu a {
				color: #808284;
	font-family: 	 "Source Sans Pro",sans-serif ;
	font-size: 16px;}

#recent-updates.aui-tabs ul.tabs-menu a:hover {
			color: #8bcced;}

#recent-updates.aui-tabs ul.tabs-menu li.active-tab a {
			color: #8bcced;
			background-color: 	 #Fefefe ;}

.brikit-content-layers #recent-updates.aui-tabs ul.tabs-menu li a:hover {
	border-bottom: none;
}

.brikit-content-layers #recent-updates.aui-tabs ul.tabs-menu li.active-tab a {
		border-bottom: 1px solid 	 #Fefefe ;
}

.brikit-content-layers #recent-updates.aui-tabs ul.tabs-menu li.active-tab a:hover {
		border-bottom: 1px solid 	 #Fefefe ;
}





/********************
 multi-select.css 
********************/

.group-multi-select span.group-multi-select-choice,
.category-multi-select span.category-multi-select-choice {
	cursor: default;
}

.group-multi-select-choice:last-child,
.category-multi-select-choice:last-child {
	margin-bottom: 8px;
}

.group-multi-select-choice .aui-icon-close,
.category-multi-select-choice .aui-icon-close {
	cursor: pointer;
}

form.aui .aui-select2-container.category-multi-select-search-field {
	border-bottom: 1px solid #CCC;
}

form.aui .aui-select2-container.category-multi-select-search-field:hover {
	border-bottom: 1px solid #999;
}

.group-multi-select .aui-dropdown li a span,
.category-multi-select .aui-dropdown li a span {
	padding-right: 6px;
}





/********************
 spinning-blocks.css 
********************/

.spinning-block {
	-webkit-transform-style: preserve-3d;
	-webkit-transition: transform 0.25s ease, height 0.5s ease;
	-moz-transform-style: preserve-3d;
	-moz-transition: transform 0.25s ease, height 0.5s ease;
	-ms-transform-style: preserve-3d;
	-ms-transition: transform 0.25s ease, height 0.5s ease;
	transform-style: preserve-3d;
	transition: transform 0.25s ease, height 0.5s ease;
}

.spinning-block.spin-half.flip-left {
	-webkit-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.spinning-block.spin-half.flip-up {
	-webkit-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.spinning-block.flip-left .block-back,
.spinning-block.spin-half.spin-full.flip-left, 
.spinning-block.spin-full.flip-left .aui-button.edit-content-block {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.spinning-block.flip-up .block-back,
.spinning-block.spin-half.spin-full.flip-up, 
.spinning-block.spin-full.flip-up .aui-button.edit-content-block,
.spin-full.flip-up .aui-icon.rotator {
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.aui-icon.rotator {
	position: absolute;
	top: 8px;
	right: 8px;
		  margin: 	 4px 12px 0 0 ;color: 	 #3572b0 ;
}

.aui-icon.rotator:hover {
	cursor: pointer;
  color: 	 #d45751 ;}

.aui-icon.rotator:before {
	font-size: 	 24px ;
}

.spin-full.flip-left .aui-icon.rotator {
	right: auto;
	left: 8px;
		}

.brikit-edit-mode .spin-half.flip-left .aui-icon.rotator {
		}

.spin-full.flip-up .aui-icon.rotator {
	top: auto;
	bottom: 8px;
		}

.brikit-edit-mode .spin-half.flip-left .aui-button.edit-content-block {
	right: auto;
	left: 4px;
}

.brikit-edit-mode .spin-half.flip-up .aui-button.edit-content-block {
	top: auto;
	bottom: 4px;
}




/********************
 full-width.css 
********************/

body:not(.full-width) #simpleMenuItemToggleFullWidth .turn-off {
	display: none;
}

body.full-width #simpleMenuItemToggleFullWidth .turn-on {
	display: none;
}

body.full-width .brikit-content-layers .brikit-content-layer-container {
	margin-left: 0;
	margin-right: 0;
}

body.full-width .brikit-content-layers .brikit-container {
	min-width: 100%;
}

body.full-width .brikit-content-layers .brikit-content-layer-table {
	display: block;
}





/********************
 social-media.css 
********************/

.social-media-bar {
	display: inline-block;
}

.linked-in-share,
.twitter-share,
.email-share {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.linked-in-share {
	margin: 0 1px 0 0;	
}

.email-share {
	width: 53px;
	height: 16px;
	padding: 3px 2px 1px 6px;
	background-color: #999;
	border-radius: 3px;
}

.email-share a {
	margin: 0;
	color: #FFF !important;
	font-family: Arial, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

.email-share span {
	vertical-align: top;
}




/********************
 rich-links.css 
********************/


.rich-links .content-by-label>li {
	overflow: initial;
}



.rich-link-wrapper {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.rich-link-hover {
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: 20000;
}

.rich-link:hover {
	text-decoration: none;
  cursor: pointer;
}

.rich-link-hover *,
.rich-link-hover *:hover {
	text-decoration: none;
	cursor: default;
}

.rich-link-hover .rich-link-image-strut, 
.rich-link-hover .rich-link-site-logo {
	display: none;
}

.rich-link-hover .rich-link {
	margin: 5px;
	width: 600px;
	box-shadow: #999 3px 3px 3px;
}

.rich-link-hover .rich-link-details {
	padding: 10px 20px;
}

.rich-link-hover .rich-link-description {
}

body .rich-link,
body .brikit-canvas .rich-link {
	display: block;
	position: relative;
	overflow: hidden;

	margin: 	 1px ;
	
		background: #Fefefe   ;}

body .rich-link:hover,
body .brikit-canvas .rich-link:hover {}

.rich-link-details .fade-out {
	display: none;
}

.rich-link-container {
	display: table;
	padding: 	 0px ;
	width: 100%;
}

.rich-link .rich-link-image {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 128px;
}

.rich-link .rich-link-image .rich-link-image-strut {
	min-height: 128px;
}

.rich-link .rich-link-image.blogpost {
	background-image: url(/wiki/images/icons/blog-empty-placeholder.png);
}

.rich-link .rich-link-image.comment {
	background-image: url(/wiki/images/icons/pages-empty-placeholder.png);
}

.rich-link .rich-link-image.page {
	background-image: url(/wiki/images/icons/pages-empty-placeholder.png);
}

.rich-link .rich-link-details {
	display: table-cell;
	padding: 	 12px 18px ;
		color: rgba(0,0,0,0.80);
	font-family: &amp;#39;Segoe UI&amp;#39;,"Source Sans Pro",sans-serif;
	font-size: 15px;
	font-weight: normal;line-height: 1.6;
}

body .rich-link .rich-link-title {
	margin: 0;
	padding: 0;
	line-height: auto;}

body .rich-link:hover .rich-link-title {}

body .rich-link .rich-link-space-name,
body .rich-link .rich-link-site-name {
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 11px;}

body .hide-site-name .rich-link-space-name,
body .hide-site-name .rich-link-site-name,
body .rich-link-document-identifier,
body .rich-link-space-owner-image,
body .rich-link-space-owner,
body .rich-link-page-owner-image,
body .rich-link-page-owner,
body .rich-link-creator-image,
body .rich-link-creator,
body .rich-link-creation-date,
body .rich-link-publish-date,
body .rich-link-last-modifier,
body .rich-link-last-modifier-image,
body .rich-link-last-modified,
body .rich-link-page-status,
body .rich-link-labels,
body .rich-link-page-comment-count,
body .rich-link-page-descendant-count {
	display: none;
}

body .search-results-list .rich-link-document-identifier,
body .rich-links-show-document-identifier .rich-link-document-identifier,
body .rich-links-show-space-owner-image .rich-link-space-owner-image,
body .rich-links-show-space-owner .rich-link-space-owner,
body .rich-links-show-page-owner-image .rich-link-page-owner-image,
body .rich-links-show-page-owner .rich-link-page-owner,
body .rich-links-show-creator-image .rich-link-creator-image,
body .rich-links-show-creator .rich-link-creator,
body .rich-links-show-creation-date .rich-link-creation-date,
body .rich-links-show-publish-date .rich-link-publish-date,
body .rich-links-show-last-modifier-image .rich-link-last-modifier-image,
body .rich-links-show-last-modifier .rich-link-last-modifier,
body .rich-links-show-last-modified .rich-link-last-modified,
body .rich-links-show-page-status .rich-link-page-status,
body .rich-links-show-labels .rich-link-labels,
body .rich-links-show-page-comment-count .rich-link-page-comment-count,
body .rich-links-show-page-descendant-count .rich-link-page-descendant-count {
	display: inline-block;
}

body .rich-link:hover .rich-link-space-name,
body .rich-link:hover .rich-link-site-name {}

body .rich-link .rich-link-description {
	display: inline-block;
	margin: 0;}

body .rich-link:hover .rich-link-description {}

.rich-link-title-block {
	display: table;
	width: 100%;
}

.rich-link-site-logo {
	display: table-cell;
	width: 44px;
	vertical-align: bottom;
}

.hide-site-icon .rich-link-site-logo {
	display: none;
}

.rich-link-site-logo img {
	margin: 0 12px 0 0;
	padding: 0;
	width: 32px;
	height: 32px;
	vertical-align: bottom;
}

.rich-link-title-details {
	display: table-cell;
}


body .rich-links-vertical .rich-link {
	display: block;
	vertical-align: top;
}

.rich-links-vertical .rich-link-container,
.rich-links-vertical .rich-link-image,
.rich-links-vertical .rich-link-details {
	display: block;
}

.rich-links-vertical .rich-link-image {
	width: 100%;}

.rich-links-vertical .rich-link-details {}


body .rich-links-no-description .rich-link-description {
	display: none;
}

body .rich-link-labels {
	margin-top: 12px;
}

body .rich-link-labels .aui-label {
	font-size: 0.75em;
	color: #333;
	background-color: transparent;
	border-color: #333;
}




/********************
 rich-link-grids.css 
********************/

.rich-link-grid-layout .rich-link-container,
.rich-link-headings {
	display: grid;
}

.rich-link-grid-layout .rich-link-image { grid-area: image; }
.rich-link-grid-layout .rich-link-site-logo { grid-area: site-logo; }
.rich-link-grid-layout .rich-link-document-identifier { grid-area: document-identifier; }
.rich-link-grid-layout .rich-link-title { grid-area: title; }
.rich-link-grid-layout .rich-link-space-name { grid-area: space; }
.rich-link-grid-layout .rich-link-creation-date { grid-area: created; }
.rich-link-grid-layout .rich-link-publish-date { grid-area: published; }
.rich-link-grid-layout .rich-link-space-owner-image { grid-area: space-owner-image; }
.rich-link-grid-layout .rich-link-space-owner { grid-area: space-owner; }
.rich-link-grid-layout .rich-link-page-owner-image { grid-area: page-owner-image; }
.rich-link-grid-layout .rich-link-page-owner { grid-area: page-owner; }
.rich-link-grid-layout .rich-link-creator-image { grid-area: creator-image; }
.rich-link-grid-layout .rich-link-creator { grid-area: creator; }
.rich-link-grid-layout .rich-link-last-modified { grid-area: modified; }
.rich-link-grid-layout .rich-link-last-modifier-image { grid-area: modifier-image; }
.rich-link-grid-layout .rich-link-last-modifier { grid-area: modifier; }
.rich-link-grid-layout .rich-link-page-status { grid-area: status; }
.rich-link-grid-layout .rich-link-site-name { grid-area: site; }
.rich-link-grid-layout .rich-link-description { grid-area: description; }
.rich-link-grid-layout .rich-link-labels { grid-area: labels; }
.rich-link-grid-layout .rich-link-page-comment-count { grid-area: comments; }
.rich-link-grid-layout .rich-link-page-descendant-count { grid-area: descendants; }

/*
.rich-link-grid-layout .rich-link-container.row-grid {
	grid-template-areas:
	"image title creator-image creator created"
	"image description description description description";
}
*/

.rich-link-grid-layout .rich-link-container.row-grid {
	grid-template-areas:
	"image document-identifier title created modified filter-group filter-group filter-group";
}

.rich-link-headings {
  font-weight: bold;
}

.rich-link-headings.rich-link-grid-layout {
  grid-template-areas:
  "document-identifier title created modified";
}

.rich-link-filter-group-display {
  display: flex;
  flex-direction: column;
}




/********************
 table-of-contents.css 
********************/

.responsive-toc {
	margin-top: 16px;
}

.responsive-toc .toc-heading {
	padding: 0;
	margin: 0;
}

.responsive-toc .toc-collapse-toggle {
	vertical-align: middle;
}

.mobile .responsive-toc .h1 { padding-left: 0em; }
.mobile .responsive-toc .h2 { padding-left: 1em; }
.mobile .responsive-toc .h3 { padding-left: 2em; }
.mobile .responsive-toc .h4 { padding-left: 3em; }
.mobile .responsive-toc .h5 { padding-left: 4em; }
.mobile .responsive-toc .h6 { padding-left: 5em; }

.responsive-toc .toc-container { padding-left: 1em; }

.brikit-content-block.sticky-for-toc {
	box-sizing: border-box;
}

.mobile .responsive-toc-container {
	display: flex;
	position: fixed;
	flex-direction: column;
	top: 100vh;
	transition: top 0.3s;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-color: #eee;
	opacity: 0.95;
	z-index: 20000;
}

.mobile.show-mobile-toc .responsive-toc-container {
	top: 0;
}

.mobile.show-mobile-toc #mobile-menu-toggle-button {
	display: none;
}

.mobile .responsive-toc-container .mobile-title-bar {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	background-color: #ccc;
}

.mobile .responsive-toc-container .mobile-title-bar .title {
	flex: 1;
	text-align: center;
}

.mobile .responsive-toc-container .mobile-title-bar .closer {
	flex: initial;
	padding-right: 32px;
}

.mobile .responsive-toc-container .responsive-toc {
	flex: 1;
	margin: 0;
	padding: 20px;
	overflow-x: none;
	overflow-y: auto;
}

.mobile .responsive-toc-toggle {
	position: fixed;
	bottom: 16px;
	right: 16px;
	opacity: 1;
	transition: opacity 0.2s;
}

.mobile .responsive-toc-toggle.hit-bottom {
	opacity: 0;
}

.mobile.show-mobile-toc .responsive-toc-toggle,
.mobile.custom-menu-on .responsive-toc-toggle,
.mobile.mobile-overlay .responsive-toc-toggle,
.mobile.menu-panel-open .responsive-toc-toggle {
	display: none;
}




/********************
 responsive-toc.css 
********************/

 /*Responsive TOC Desktop Styles
 ----------------------------------------------------------------*/

 /*TOC Container*/
 body:not(.mobile) .brikit-content-block .responsive-toc-container {}

/*TOC Container H1*/
 body:not(.mobile) .brikit-content-block .responsive-toc-container h1 {}

/*TOC Link*/
 body:not(.mobile) .brikit-content-block .responsive-toc-container .responsive-toc a {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;text-decoration: none;
		border-bottom: none;}

/*TOC Link Hover*/
body:not(.mobile) .brikit-content-block .responsive-toc-container .responsive-toc a:hover {text-decoration: none;
		border-bottom: none;
	}

/*TOC Chevron Color*/
body:not(.mobile) .brikit-content-block .responsive-toc-container .responsive-toc .toc-heading span:before {}

/*TOC Top-Level CURRENT Item*/
body:not(.mobile) .brikit-content-block .responsive-toc-container .responsive-toc .toc-heading.current.h1 > a {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;text-decoration: none;
		border-bottom: none;
	}

/*END DESKTOP*/


/*Responsive TOC Mobile Styles
 ----------------------------------------------------------------*/

/*Mobile TOC Overlay Background Options*/
body.mobile .responsive-toc-container {}

/*Mobile TOC Title*/
body.mobile .responsive-toc-container .mobile-title-bar, body.mobile .responsive-toc-container .mobile-title-bar span {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;}

/*Mobile TOC Closer Icon Color - Inherits Title Color*/
body.mobile .responsive-toc-container .mobile-title-bar .closer:before {}

/*Mobile TOC Top-Level Link*/
body.mobile .responsive-toc-container .h1 a {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;}

/*Mobile TOC Nested Link*/
body.mobile .responsive-toc-container .h2 a, body.mobile .responsive-toc-container .h3 a, body.mobile .responsive-toc-container .h4 a, body.mobile .responsive-toc-container .h5 a, body.mobile .responsive-toc-container .h6 a {font-family: 	 &#39;Segoe UI&#39;,"Source Sans Pro",sans-serif ;}

/*Mobile TOC Toggle Button*/
body.mobile .responsive-toc-toggle {}

/*Mobile TOC Toggle Button Icon*/
body.mobile .responsive-toc-toggle span.aui-iconfont-editor-macro-toc:before {}








/********************
 rich-link-carousel.css 
********************/

.rich-link-carousel-container {
	position: relative;
	overflow-x: hidden;}

.rich-link-carousel {
	display: flex;
	position: relative;
	height: auto;
	width: 100%;
	
}

.rich-link-carousel.snapping {
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

/* Current/Featured Rich Link */
.rich-link-carousel .rich-link-wrapper {
	display: flex;
	box-sizing: border-box;
	height: 100%;
	flex-shrink: 0;}

body .rich-link-carousel-container .rich-link-carousel .rich-link {
	width: 100%;
	height: 100%;
	margin: 10px;}

body .rich-link-carousel-container .rich-link-carousel .rich-link:hover,
body .rich-link-carousel-container .rich-link-carousel .brikit-canvas .rich-link:hover {}

body .rich-link-carousel-container .rich-link-carousel .rich-link .rich-link-image {
	width: 100px;
	height: 100px;display: block;
	float: left;
}

body .rich-link-carousel-container .rich-link-carousel .rich-link .rich-link-details {
	display: block;
	overflow: hidden;
	padding: 0 8px;
			}

body .rich-link-carousel-container .rich-link-carousel .rich-link .rich-link-title {
	margin: 0;
	padding: 0;}

body .rich-link-carousel-container .rich-link-carousel .rich-link:hover .rich-link-title {}

body .rich-link-carousel-container .rich-link-carousel .rich-link .rich-link-space-name,
body .rich-link-carousel-container .rich-link-carousel .rich-link .rich-link-site-name {
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 11px;}

body .rich-link-carousel-container .rich-link-carousel .rich-link:hover .rich-link-space-name,
body .rich-link-carousel-container .rich-link-carousel .rich-link:hover .rich-link-site-name {}

body .rich-link-carousel-container .rich-link-carousel .rich-link .rich-link-description {
	display: inline-block;
	margin: 0;}

body .rich-link-carousel-container .rich-link-carousel .rich-link:hover .rich-link-description {}


/* Carousel Navigator/Controls */
.rich-link-carousel-navigator {
	display: flex;
	box-sizing: border-box;
	position: relative;
	margin:10px auto 10px auto;
	height: auto;
	overflow: hidden;}

.rich-link-carousel-navigator .rich-link-wrapper {
	overflow: hidden;
	display: flex;
	box-sizing: border-box;}

body .rich-link-carousel-navigator .rich-link {
	width: 100%;
	background-color: transparent;
	box-sizing: border-box;
	border: none;}
 
.rich-link-carousel-navigator .rich-link-wrapper.current .rich-link {}

body .rich-link-carousel-navigator .rich-link .rich-link-details {
	display: block;
	overflow: hidden;
	padding: 0 8px;
			}

body .rich-link-carousel-navigator .rich-link .rich-link-title {
	margin: 0;
	padding: 0;
	line-height: auto;}

body .rich-link-carousel-navigator .rich-link:hover .rich-link-title {}

body .rich-link-carousel-navigator .rich-link .rich-link-space-name,
body .rich-link-carousel-navigator .rich-link .rich-link-site-name {
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 11px;}

body .rich-link-carousel-navigator .rich-link:hover .rich-link-space-name,
body .rich-link-carousel-navigator .rich-link:hover .rich-link-site-name {}

body .rich-link-carousel-navigator .rich-link .rich-link-image {
	width: 40px;
	height: 40px;display: block;
	float: left;
}

.rich-link-carousel .rich-link-image .rich-link-image-strut {
	min-height: unset;
}

body .rich-link-carousel-navigator .rich-link .rich-link-description {
	display: none;
}

/* Mobile Controls */
.mobile .rich-link-carousel-navigator {
	display: flex;
	width: auto;
	justify-content: center;
	border: none;
	background: transparent;
}

.mobile .rich-link-carousel-navigator .rich-link-wrapper * {
	user-select: none;
	pointer-events: none
}

.mobile .rich-link-carousel-navigator .rich-link-wrapper { 
	height: 6px;
	width: 6px;}

.mobile .rich-link-carousel-navigator .rich-link-wrapper.current {}

/* Disable select events */
.mobile .rich-link-carousel * {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge*/
	user-select: none;
}

.mobile .rich-link-carousel {
	height: unset;
}

/* Disable drag events */
.mobile .rich-link-carousel * {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

/* Sets mobile image to 100% wide */
.mobile .rich-link-carousel-container .rich-link-carousel .rich-link .rich-link-image {
    width: 100%;
    height: 300px;
}




/********************
 live-editor.css 
********************/

body.live-editing.brikit-edit-mode .brikit-content-layers a.aui-button.edit-content-block, 
body.live-editing .edit-content-block {
	display: none;
}

.brikit-live-editor {
	box-sizing: border-box;
}

.brikit-live-editor .edit-container {
	min-height: 200px;
}

.brikit-live-editor .aui-buttons.toolbar-group-preview {
	display: none;
}






/********************
 recently-viewed.css 
********************/

.recently-viewed-macro li a {
	display: flex;
	align-items: center;
}

.recently-viewed-macro li a span {
	display: inline-flex;
}

.recently-viewed-macro li a .aui-icon {
	padding-right: 0.5em;
  line-height: inherit;
}

.recently-viewed-macro li a .title {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.recently-viewed-macro li a .space:before {
	content: "–";
	padding-right: 0.5em;
}




/********************
 addon-compatibility.css 
********************/

/*ADDON COMPATIBILITY*/

/* COMALA WORKFLOWS */

#main-content #workflow-page-header {
    display: none;
}

#main-content #workflow-page-footer {
    display: none;
}

/*GLOSSARY*/

.brikit-content-layers a.sp-glossary-letter-desactive {
border: 1px solid #DEDFE0;
}

.brikit-content-layers a.sp-glossary-letter-desactive:hover,
.brikit-content-layers a.sp-glossary-letter-active {
    border: 1px solid #3572b0;
}




/********************
 velocity.css 
********************/












































/********************
 velocity.css 
********************/












































/********************
 site-extras.css 
********************/

.plugin_instantsearch_searchbox {
    color: #989898;
    padding: 4px 5px 4px 5px;
    height: 30px;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    border: 1px solid #c1c7d0;
    border-radius: 3.01px;
    margin-bottom: 20px;
    margin-top: 10px;
}
code {
font-family : Consolas, "Courier New", Courier, Monospace;
border-radius : 1px;
color : #003471;
margin-left : 1em;
padding-left : 1em;
background-color : #f8f8f8 !important ;
border-left : 4px solid #aaa;
}
.syntaxhighlighter.sh-confluence .toolbar {
background-color : #fafafa !important ;
border : #e7e5dc solid 1px !important ;
}
.definedTerm {
font-family : Consolas, "Courier New", Courier, Monospace;
margin : 0 2px;
padding : 0 5px;
border : #DDD solid 1px;
background-color : #fafafa;
border-radius : 3px;
color : #003471;
}
.pdl .syntaxhighlighter a, .pdl .syntaxhighlighter div, .pdl .syntaxhighlighter code, .pdl .syntaxhighlighter table, .pdl .syntaxhighlighter table td, .pdl .syntaxhighlighter table tr, .pdl .syntaxhighlighter table tbody, .pdl .syntaxhighlighter table thead, .pdl .syntaxhighlighter table caption, .pdl .syntaxhighlighter textarea {
line-height : 25px;
font-size : 15px;
font-weight : 400;
}
.syntaxhighlighter.sh-confluence .string, .syntaxhighlighter.sh-confluence .string a {
color : #00f !important ;
}
.syntaxhighlighter.nogutter td.code .container, .syntaxhighlighter.nogutter td.code .line {
padding-left : 0;
}
.codeContent .syntaxhighlighter table td.code .container .line {
padding-left : 10px;
}
.pdl .codeContent .syntaxhighlighter > table td:first-child {
padding-left : 0;
}
.syntaxhighlighter.sh-confluence .keyword {
color : #069 !important ;
font-weight : bold !important ;
}
.line.alt2 {
background-color : #fafafa;
}
.line.alt1 {
background-color : #fff;
}
.syntaxhighlighter.sh-confluence {
background-color : #fafafa;
}
.pdl .syntaxhighlighter table td.code .container {
margin-top : 1px;
padding-bottom : 1px;
border-left : 3px solid #6cb2ef;
}
.syntaxhighlighter.sh-confluence .plain, .syntaxhighlighter.sh-confluence .plain a {
color : #777 !important ;
}
.syntaxhighlighter table td.code {
background-color : #fafafa;
}
.pdl .syntaxhighlighter table td.code .container {
margin-top : 0;
padding-bottom : 1px;
}
.brikit-content-layers h1, {
border-bottom : 1px solid rgb(125 134 140 / 0.2);
overflow : hidden;
}
.brikit-page-metadata {
    border-bottom: 1px solid #e4e4e4 !important;
    padding-bottom: 3px !important;
}
/'.brikit-content-layers h1:first-of-type {
    margin: 10px 0 0 0;
}'/
.brikit-content-layers .brikit-content-block {
    padding: 15px 28px;
}
.confluence-information-macro-information {
    background-color: #FFFFE0;
}
/*p {
    margin-left: 10px;
}*/
.confluence-information-macro {
    position: relative;
    word-wrap: break-word;
    width: 100%;
    display: table-cell;
}
.brikit-content-layers h1 {
    border-bottom: 1px solid #7d868c33;
    overflow: hidden;
}
#brikit-simple-toolbar-toggle span.brikit-simple-toolbar-toggle-icon {
    color: #fff;
}




/********************
 themepressdemo.css 
********************/

/* These snippets are used to support the built-in demo space. If you have a copy of this theme, feel free to delete this file. */

.brikit-content-block.evaluator-demo-hero h1 {
  font-size: 40px;
  color: #192e59;
}

.brikit-content-block.tour-guide h1 {
  border-bottom: none;
}

body.macro-examples #page .brikit-canvas {
background: #F3F4F5 url(/plugins/servlet/themepress/brikitservlet/designs/themes/lumen/images/theme-press_grayscale.png) center 2550px repeat-x;
}

body.macro-examples table.confluenceTable td.confluenceTd.highlight-blue {
  background-color: #EFF6F5;
}




/********************
 pagetree.css 
********************/

ul#child_ul8323098-1132075808 {
	display: none;
}
span#childrenspan8323098-1132075808 a {
	color: #777;
}
li.update-item {
	line-height: 19px !important;
}
#main-content.brikit-content-layers .plugin_pagetree ul li .plugin_pagetree_children_content a, #main-content.brikit-content-layers .plugin_pagetree ul li span a {
	font-size: 13px;
}
#main-content.brikit-content-layers .plugin_pagetree ul li .plugin_pagetree_children_content .plugin_pagetree_current a {
	color: #369;
}
#main-content.brikit-content-layers .plugin_pagetree ul li .plugin_pagetree_children_content a, #main-content.brikit-content-layers .plugin_pagetree ul li span a {
	line-height: 1.4;
}
div.plugin_spacetree ul.plugin_spacetree_children_list li, div.plugin_spacetree ul.plugin_spacetree_children_list li div.plugin_spacetree_children_container {
	/*line-height: 132%;*/
}
.plugin_pagetree .plugin_pagetree_children_list>li .plugin_pagetree_children_list {
	padding-left: 12px;
	background: url('data:image/gif;base64,R0lGODlhCQACAPcAAAAAAMrKyv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAJAAIAAAgMAP8JHCgwAEGCAgICADs=') 0 0 repeat-y scroll !important;
}
.plugin_pagetree_childtoggle_container>.no-children.icon {
	height: 20px;
	width: 4px !important;
	left: 0;
	margin-top: -8px;
	background: #999;
	min-width: 20px;
	border-radius: 0;
	background: url('data:image/gif;base64,R0lGODlhDgALANU0APf5+32o1PL2+bPU9Xyo1Nvt/9nt/8rKyvP5/u3y+env9dXr/8jk/srl/rHT9NDn/uXw/Imx24Kt2K3Q8cDV6oaw2c3m/o623czl/trq+prB5eTn7qbJ7c7n/sbi/tTq/q7R8t7f4uTw9djs/8/n/qDF6Zi+5M3l/pG538vl/sXh/tXq/oGs1tLp/9Pl9tPp/tLp/qvO8Njr/qfJ7f///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAADQALAAAAAAOAAsAAAZnQJpQmBkMHKAYBzIcDkQJgSAx0DCbDkFhizBemrQJYGtAIAAV8AxgMMhWLwDrQKMfSoDR4gMjAQJgJgALLQ8WKQAEYCgCDx0YDQwKgE0RACeRHioCik0SGwBTCgIhnUMuAQEEqaoUQQA7') left 2px no-repeat scroll;
}
.plugin_pagetree_childtoggle_container>.icon {
	left: 0;
	top: 50%;
	margin-top: -8px;
	opacity: 1;
	background: url('data:image/gif;base64,R0lGODlhDgALANUlADprmuXx/l2SxtXp/dLp/sHg/crKypG95rvd/c7m/drt/uLx/pG85t7u/maZzGGVyc3m/tfq/YOx3bDK43yq2a7J44q24pG954q34ZG8522e0Mnf84Ow3XOk1G2fz87m/rzd/dfr/cre83uq2XSl1P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACUALAAAAAAOAAsAAAZRwJJwSCwSRYckI8O4bIqYgHQasBQlAQIBoA1wipQFJAFIfBYjQ0lt6DQAcHiDVNQoCgUAXuEpOkIgCAAICBEORQ8DiosDD0UTApGSAhVGliVBADs=') left 2px no-repeat scroll;
}
.expand-control-icon.expanded, .ui-tree li.opened>.click-zone, #children-section.children-showing a.children-show-hide.icon, .icon-section-opened {
	background: url('data:image/gif;base64,R0lGODlhDgALANUlAOXx/l2SxtXp/dLp/jprmsHg/bvd/crKypG95s7m/WaZzN7u/trt/uLx/mGVyZG85oq34XSl1JG9587m/nyq2Yq24oOx3W2fz9fr/ZG8522e0Huq2c3m/nOk1Mnf87zd/a7J47DK44Ow3cre89fq/f///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACUALAAAAAAOAAsAAAZNwJJwSCwSR4jkI/OQeIoQgHQKqBQtgIFWCxAVKQ1OYjxpbA4l9KGzILjdi0hRwyjY7YxLUYH5GP4GJApFDgKGhwIORSEBjY4BIEaSJUEAOw==') left 2px no-repeat scroll !important;
}
.plugin_pagetree_expandcollapse {
	font-size: 11px;
}
a#glossary-check-terms {
	font-size: 12px;
}
.plugin_spacetree_children_span a {
	font-size: 12px;
	color: #3E3F40;
}
div.plugin_spacetree ul.plugin_spacetree_children_list.plugin_spacetree_children_list_noleftspace {
	padding-left: 0;
}
div.plugin_spacetree ul.plugin_spacetree_children_list li .plugin_spacetree_children_content {
	float: left;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 6px;
}
div.plugin_spacetree ul.plugin_spacetree_children_list {
	padding-left: 15px;
	background: url('data:image/gif;base64,R0lGODlhCQACAPcAAAAAAMrKyv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAJAAIAAAgMAP8JHCgwAEGCAgICADs=') 0 0 repeat-y scroll !important;
}
div.plugin_spacetree ul.plugin_spacetree_children_list.plugin_spacetree_children_list_noleftspace {
	padding-left: 0;
	background: none !important;
	margin: 0;
}
div.plugin_spacetree_container.classic-style .plugin_spacetree_childtoggle_container .icon-plus {
	background: url('data:image/gif;base64,R0lGODlhDgALANUlADprmuXx/l2SxtXp/dLp/sHg/crKypG95rvd/c7m/drt/uLx/pG85t7u/maZzGGVyc3m/tfq/YOx3bDK43yq2a7J44q24pG954q34ZG8522e0Mnf84Ow3XOk1G2fz87m/rzd/dfr/cre83uq2XSl1P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACUALAAAAAAOAAsAAAZRwJJwSCwSRYckI8O4bIqYgHQasBQlAQIBoA1wipQFJAFIfBYjQ0lt6DQAcHiDVNQoCgUAXuEpOkIgCAAICBEORQ8DiosDD0UTApGSAhVGliVBADs=') 0 3px no-repeat scroll;
}
div.plugin_spacetree_container.classic-style .plugin_spacetree_childtoggle_container .icon-minus {
	background: url('data:image/gif;base64,R0lGODlhDgALANUlAOXx/l2SxtXp/dLp/jprmsHg/bvd/crKypG95s7m/WaZzN7u/trt/uLx/mGVyZG85oq34XSl1JG9587m/nyq2Yq24oOx3W2fz9fr/ZG8522e0Huq2c3m/nOk1Mnf87zd/a7J47DK44Ow3cre89fq/f///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAACUALAAAAAAOAAsAAAZNwJJwSCwSR4jkI/OQeIoQgHQKqBQtgIFWCxAVKQ1OYjxpbA4l9KGzILjdi0hRwyjY7YxLUYH5GP4GJApFDgKGhwIORSEBjY4BIEaSJUEAOw==') 0 2px no-repeat scroll;
}
div.plugin_spacetree_container.classic-style .plugin_spacetree_childtoggle_container .icon-square {
	background: url('data:image/gif;base64,R0lGODlhDgALANU0APf5+32o1PL2+bPU9Xyo1Nvt/9nt/8rKyvP5/u3y+env9dXr/8jk/srl/rHT9NDn/uXw/Imx24Kt2K3Q8cDV6oaw2c3m/o623czl/trq+prB5eTn7qbJ7c7n/sbi/tTq/q7R8t7f4uTw9djs/8/n/qDF6Zi+5M3l/pG538vl/sXh/tXq/oGs1tLp/9Pl9tPp/tLp/qvO8Njr/qfJ7f///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAADQALAAAAAAOAAsAAAZnQJpQmBkMHKAYBzIcDkQJgSAx0DCbDkFhizBemrQJYGtAIAAV8AxgMMhWLwDrQKMfSoDR4gMjAQJgJgALLQ8WKQAEYCgCDx0YDQwKgE0RACeRHioCik0SGwBTCgIhnUMuAQEEqaoUQQA7') left 2px no-repeat scroll;
}
span.plugin_spacetree_children_span.highlighted a {
	font-weight: 600;
	color: #0066cc !important;
}
.plugin_spacetree_children_span a {
	color: #222 !important;
  font-size: 13px !important;
}
.recently-updated-sidebar .update-item, .recently-updated-sidebar .more-link-container {
	margin-top: 3px;
}
.update-item-details {
	padding-left: 20px;
	margin-right: 10px;
	font-size: 13px;
}
div.header-1 {
	height: 30px;
	padding-left: 25px;
	line-height: 28px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAeCAYAAAAVdY8wAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMjAvMDc/3h8tAAAAKklEQVQ4jWP8//8/AzGAiShVowqpppBl7c79REXNUPDMsFLIOJpnBqlCALs/CVsUi/7UAAAAAElFTkSuQmCC') 0 100% repeat-x;
	margin-top: 20px;
}
div.header-1 span.header-2 {
	padding: 0 5px 0 5px;
	background: #FFF;
	float: left;
}
span.header-3 {
	font-size: 130%;
}
div.plugin_spacetree ul.plugin_spacetree_children_list li .plugin_spacetree_children_content {
	float: left;
	width: 80%;
}
.wikitree-right {
	float: right;
	border: #d3d3d3 solid 1px;
	background-color: #f0f3f6;
	margin: 0 5px 10px 10px;
	padding: 10px 10px;
	border-radius: 4px;
}

.plugin_spacetree_children_span a {
font-size : 14px !important ;
color : #3E3F40;
}




/********************
 footer.css 
********************/

.bigFooter li {
list-style : none;
}
h3 {
font-size : 100%;
font-weight : normal;
}
.section9 {
margin : 10px auto 0 auto;
}
.pageWidth9 {
padding-right : 16px;
padding-left : 16px;
margin-right : auto;
margin-left : auto;
max-width : 96%;
}
a.callToAction9 {
display : inline-block;
line-height : 42px;
outline : 0 none;
height : 42px;
}
a.callToAction9 span {
font-size : 14px;
/*font-family : "Open Sans", Helvetica, Arial, sans-serif;*/
color : #fff;
background-color : #4993c5;
padding : 0 16px;
border-radius : 4px;
display : block;
text-align : center;
font-weight : 600;
}
a.callToAction9:hover {
text-decoration : none;
}
a.callToAction9:hover span {
background-color : #4a4e51;
}
.bigFooter {
font-family : 'Open Sans';
max-width : 1300px;
margin : auto;
}
.bigFooter .pageContent {
color : #bbb !important ;
clear : both !important ;
}
.bigFooterRow--mainRow {
margin-left : -16px;
margin-right : -16px;
display : flex;
}
.hasFlexbox .bigFooterRow--mainRow {
display : flex;
flex-wrap : wrap;
}
.bigFooterCol {
width : 33%;
vertical-align : top;
box-sizing : border-box;
padding-right : 16px;
padding-left : 16px;
border-color : rgb(255 255 255 / 0.0980392);
line-height : 180%;
}
.hasFlexbox .bigFooterCol {
flex : 1 1 260px;
}
.bigFooterHeader {
font-size : 17px;
color : #fff;
margin-bottom : 17px;
font-weight : 600;
}
.bigFooterHeader .uix_icon {
color : #535353;
margin-right : 8px;
display : inline-block;
}
.bigFooterCol a {
color : #fff;
text-decoration : none;
}
.bigFooterCol a:hover {
color : #4993c5;
}
.bigFooterCol .footerMenu {
margin-bottom : 8px;
}
.bigFooterCol .footerMenu a {
padding : 8px 0;
border-bottom : 1px solid rgb(255 255 255 / 0.0980392);
display : block;
}
.pageWidth9 {
transition : max-width 0.4s cubic-bezier(0.68,-0.55,0.27,1.55);
}
html.is-setWidth .pageWidth {
max-width : 96%;
}
.uix_icon {
display : inline-block;
font-family : FontAwesome;
font-style : normal;
font-weight : normal;
}
.fa {
display : inline-block;
font-style : normal;
font-variant : normal;
font-weight : normal;
font-stretch : normal;
line-height : 1;
font-family : FontAwesome;
font-size : inherit;
text-rendering : auto;
}
.fa-facebook-square::before {
content : "???";
}
.fa-beer::before {
content : "???";
}
.fa-caret-square-o-right::before {
content : "???";
}
.brikit-footer-content ul li p {
color : #bbb;
/*font-family : 'Open Sans', "Trebuchet MS", Verdana, "Verdana Ref", Arial, sans serif;*/
font-size : 14px;
font-weight : normal;
line-height : 150%;
}
.brikit-footer-content ul li {
    font-size: 15px;
}
li.bigFooterCol.bigFooterCol--col1 {
width : 33%;
vertical-align : top;
box-sizing : border-box;
padding-right : 16px;
padding-left : 16px;
border-color : #fff;
border-color : rgb(255 255 255 / 0.0980392);
line-height : 180%;
}
li.bigFooterCol.bigFooterCol--col2 {
width : 33%;
vertical-align : top;
box-sizing : border-box;
padding-right : 16px;
padding-left : 16px;
border-color : #fff;
border-color : rgb(255 255 255 / 0.0980392);
line-height : 180%;
}
li.bigFooterCol.bigFooterCol--col3 {
width : 33%;
vertical-align : top;
box-sizing : border-box;
padding-right : 16px;
padding-left : 16px;
border-color : #fff;
border-color : rgb(255 255 255 / 0.0980392);
line-height : 180%;
}
li.bigFooterCol.bigFooterCol--col4 {
width : 33%;
vertical-align : top;
box-sizing : border-box;
padding-right : 16px;
padding-left : 16px;
border-color : #fff;
border-color : rgb(255 255 255 / 0.0980392);
line-height : 180%;
}
.brikit-footer-content ul {
padding : 0 16px 0 16px;
list-style-type : none;
}




/********************
 global.css 
********************/

.pageInfoLayoutTable {
    margin: auto;
}
span.colorh3 {
font-size : 17px;
}
.activity-stream-container .thumbnails img {
max-width : 250px !important ;
}
#toc {
float : right;
padding : 2px 10px 10px 3px;
max-width : 260px;
background-color : #eff6fb;
margin : 5px 0;
border-width : 0;
border-left : 3px solid #00bcf2;
margin-left : 23px;
}
.toctitle {
margin : 3px;
text-transform : initial;
font-size : 18px;
color : #5f6b7c;
}
.wikitoc ul {
padding-left : 20px;
list-style-type : none;
}




/********************
 fonts.css 
********************/

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-300.woff') format('woff'), /* Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-600.woff') format('woff'), /* Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.team-mediaportal.com/fonts/open-sans-v29-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-300italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-300italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-600.woff') format('woff'), /* Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-600italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://www.team-mediaportal.com/fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}




/********************
 header.css 
********************/

body #main-header.brikit-header {
    height: 95px!important;
    background-image:  url('data:image/png;base64,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') !important;
    background-repeat: no-repeat !important;
    background-position: 5px -10px !important;
    margin: auto !important;
    border: 0px;
}
.brikit-header-backdrop {
    margin: 0 0 5px 0 !important;
    min-height: 95px !important;
	background-color: #232F3E;
  /*background-color: rgba(0,0,0,0.91);*/
  box-shadow: 0 1px 1px #666;
}
.brikit-header-container, .brikit-footer-container {
    margin: auto !important;
}
.brikit-container {
    max-width: 1450px;
    margin: auto;
}
.brikit-content-stack {
    max-width: 1250px;
    margin: auto;
}


