/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

For help with MadCap Flare go to Help Ribbon > Topics Section > Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support.
https://www.madcapsoftware.com/support/contact-options.aspx

===========================================================================================================================================================*/

/*==Topic General Styles==*/

@font-face 
{
	font-family: 'Gotham';
	src: url(../Fonts/GOTHMBOK.TTF);
}

/* Color scheme variables */
/* To use color: var(--x) where x is the name of the color variable */

:root
{
	--highlight-color: #F6B042;
	--tile-border: #cccccc;
	--body-color: #ececec;
	--bullhorn-orange: #ff6900;
	--heading-color: #474747;
	--heading3-color: #4F5361;
	--heading4-color: #727580;
	--background-main: #1B9AD6;
	--quickLinks: #626F78;
	--header: #30394f;
	--bh-red: #D42E39;

}

/* General CSS */

body
{
	background-color: var(--body-color);
	font-family: 'Gotham', sans-serif;
	margin: 0;
	font-weight: 300;
}

h1
{
	font-weight: bold;
	color: var(--heading-color);
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 1.5em;
	margin: .75em 0;
	margin-top: 10px;
	font-size: 2em;
	margin-bottom: 10px;
}
h1.noMargin {
	padding: 0;
	margin: 0;
}

h2
{
	margin-bottom: 4px;
	font-weight: bold;
	padding-top: 10px;
	color: var(--heading-color);
	font-size: 1.7em;
	line-height: 1.5em;
	margin-top: 10px;
}
h2.adapt {
	color: var(--bh-red);
}

h3
{
	margin-bottom: 4px;
	font-weight: bold;
	padding-top: 10px;
	line-height: 1em;
	font-size: 1.3em;
	margin-top: 10px;
	color: var(--heading3-color);
}

.dropdown-H3
{
	margin-bottom: 4px;
	font-weight: bold;
	padding-top: 3px;
	line-height: 1em;
	font-size: 1.3em;
	color: var(--heading3-color);
}

h4
{
	font-weight: bold;
	padding-top: 10px;
	line-height: 1em;
	font-size: 1em;
	color: var(--heading4-color);
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

img
{
	mc-thumbnail: hover;
	width: auto;
	height: 20%;
	box-shadow: 0 5px 7px rgba(0,0,0,0.25), 0 5px 7px rgba(0,0,0,0.22);
	mc-popup-height: 400px;
	mc-popup-width: auto;
}

a
{
	text-decoration: none;
}

a:link
{
	text-decoration: inherit;
	color: #427bc6;
}

a:visited
{
	color: #427bc6;
}

a:hover
{
	text-decoration: inherit;
	color: #B5A1E6;
}

ul.navigation li > a:hover
{
	mc-hidden: hidden;
	color: #ffffff;
}

table
{
	width: 100%;
}

hr
{
	width: 65%;
	text-align: center;
}

h5
{
	line-height: 1em;
}

img.noThumbnail
{
	mc-thumbnail: none;
	box-shadow: none;
}

img.imgModal
{
	mc-thumbnail: none;
	box-shadow: none;
	margin-bottom: 5px;
	height: 500px;
}

img.thumbnail
{
	mc-thumbnail: popup;
	outline: none;
	box-shadow: none;
	height: 400;
}

/* Madcap Elements Style */

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: none;
}

a.MCBreadcrumbsLink:visited
{
	color: #427bc6;
}

a.MCBreadcrumbsLink:hover
{
	color: #B5A1E6;
}

/*==Master Page Topic Layout==*/

.main-section	/*This style applies the gradient background. This HTML element is not on a master page, this element is used at compile time.*/
{
	mc-hidden: hidden;
	background-color: var(--body-color);
}

div.content-container	/*Wraps the topic content on the masterpage and provides the white background behind topics.*/
{
	mc-hidden: hidden;
	margin: auto;
	background-color: #FFF;
	padding: 25px;
	min-height: 95vh;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border: 1px solid #d3d3d3;
	width: 80%;
}

div.content-container::before
{
	mc-hidden: hidden;
	content: ' ';
	display: table;
}

div.content-container::after
{
	mc-hidden: hidden;
	content: ' ';
	display: table;
	clear: both;
}

div.topic-container
{
	mc-hidden: hidden;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.topic-container
{
	mc-hidden: hidden;
	width: 80%;
	min-height: 95vh;
	border-right: solid 1px #d3d3d3;
	padding-right: 20px;
	padding-left: 1rem;
}

div.sidemenu-container
{
	mc-hidden: hidden;
	width: 17%;
	margin-left: 2%;
	padding-left: 20px 10px;
	/*height: 80%; */
	overflow: hidden;
	padding-top: 5px;
}

/* .topic-content
{
	mc-hidden: hidden;
	float: left;
} */

.contentTools
{
	mc-hidden: hidden;
	margin-top: 50px;
	margin-bottom: 2rem;
}

.cltBtn
{
	mc-hidden: hidden;
	text-decoration: none;
	/*border: solid 1px #d3d3d3;*/
	display: none;
	border: none;
	padding: 3px;
	/* border-radius: 25px; */
	width: auto;
	/* height: 30px; */
	/* background-image: url('../../images/font-icon/KBFootLink.png'); */
	background-size: 70%, 70%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #1B9AD6;
	color: #fff;
}

.toolbarButtons
{
	background-color: #1B9AD6;
	border: none;
}

.cltBtn:hover
{
	mc-hidden: hidden;
	box-shadow: 0 1rem 2rem rgba(#000000, 0.2);
	cursor: pointer;
}

.cltBtn:active
{
	mc-hidden: hidden;
	box-shadow: 0 1rem 2rem rgba(#000000, 0.2);
	transform: translateY(2px);
	background-image: url('../images/font-icon/check-o.svg');
}

.cltbtn-container
{
	mc-hidden: hidden;
	display: inline;
}

#link
{
	mc-hidden: hidden;
	display: none;
}

.tooltip-link
{
	mc-hidden: hidden;
	display: none;
}

/* Toasts css and animation*/

.toast-success
{
	mc-hidden: hidden;
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #8CC152;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	right: 12px;
	top: 25%;
	font-size: 17px;
}

.toast-warning
{
	mc-hidden: hidden;
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #F6B042;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	right: 12px;
	top: 25%;
	font-size: 17px;
}

#toast.show
{
	mc-hidden: hidden;
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 10s;
	animation: fadein 0.5s, fadeout 0.5s 5s;
}

@-webkit-keyframes fadein {
  from {right: 0; opacity: 0;}
  to {right: 12px; opacity: 1;}
} 

@keyframes fadein {
  from {right: 0; opacity: 0;}
  to {right: 12px; opacity: 1;}
} 

@-webkit-keyframes fadeout {
  from {right: 12px; opacity: 1;}
  to {right: 0; opacity: 0;}
} 

@keyframes fadeout {
  from {right: 12px; opacity: 1;}
  to {right: 0; opacity: 0;}
} 

MadCap|menuProxy
{
	background-color: #fff;
}

MadCap|topicToolbarProxy
{
	outline: none;
	border: none;
}

MadCap|dropDownHead
{
	margin-left: 5px;
}

span.SearchHighlight
{
	mc-hidden: hidden;
	background-color: transparent;
}

span.SearchHighlight1
{
	mc-hidden: hidden;
	background-color: transparent;
}

span.SearchHighlight2
{
	mc-hidden: hidden;
	background-color: transparent;
}

span.SearchHighlight3
{
	mc-hidden: hidden;
	background-color: transparent;
}

span.SearchHighlight4
{
	mc-hidden: hidden;
	background-color: transparent;
}

span.SearchHighlight5
{
	mc-hidden: hidden;
	background-color: transparent;
}

span.SearchHighlight6
{
	mc-hidden: hidden;
	background-color: transparent;
}

span.SearchHighlight7
{
	mc-hidden: hidden;
	background-color: transparent;
}

span.SearchHighlight8
{
	mc-hidden: hidden;
	background-color: transparent;
}

span.SearchHighlight9
{
	mc-hidden: hidden;
	background-color: transparent;
}

p.HiddenTerms
{
	display: none;
	mc-hidden: hidden;
}
/* Adept / staffsuite styles */
p.Note
{
	
	mc-auto-number-format: 'Note: ';
	mc-auto-number-class: Note;
}
span.Note
{
	font-weight: bold;
	
}
p.Important
{
	font-style: italic;
	mc-auto-number-format: 'IMPORTANT! ';
	mc-auto-number-class: Important;
}
span.Important
{
	font-weight: bold;
	color: red;
}

.AuthorNote
{
	color: black;
	background-color: #FCC1FC;
	mc-conditions: 'General_Balboa.draft';
	mc-exclude-action: 'remove';
}
p.Path /*added by Kelby - for the breadcrumbs that appear below h1 headings*/
{
	font-weight: bold;
}
span.UIItem1
{
	font-weight: bold;
	color: blue;
}
span.UIItem2
{
	font-style: italic;
	color: purple;
}

.Callout
{
	padding: 5px 10px;
	margin: 5px;
	background: #e0e0e0;
	font-size: 1.2em;
}

.notes2
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	vertical-align: 5px;
	padding: 10px;
	margin: 5px;
	border-collapse: collapse;
	table-layout: inherit;
	border: solid 0px transparent;
	background: #e0e0e0;
}

MadCap|dropDownBody
{
	padding-right: 5px;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1288px)
{
	
}

@media only screen and (max-width: 776px)
{
	.main-section > .outer-row	/*Removes the padding around the body proxy in mobile*/
	{
		mc-hidden: hidden;
		padding: 0;
	}

	div.home-master-page-footer > div	/*Adds separators to the footer items when in mobile layout*/
	{
		border-bottom: 1px solid #828282;
	}
}

.bottom
{
	mc-hidden: hidden;
	border-bottom: solid 1px #000000;
}

p.space
{
	padding: 5px 0px;
}

h4.faq
{
	font-style: italic;
}

a.TopicButtons
{
	text-align: center;
	text-decoration: none;
	font-size: 1.1rem;
	color: #ffffff;
	background: #009bdf;
	/* border: solid 1px #000000; */
	display: inline-flex;
	border-radius: 10px;
	width: 235px;
	height: 30px;
	align-items: center;
	justify-content: center;
}

a.TopicButtons:hover
{
	mc-hidden: hidden;
	background: #0b334f;
	box-shadow: 0 5px 7px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	color: #ff6900;
}

a.btn
{
	text-align: center;
	text-decoration: none;
	font-size: 1.1rem;
	color: #ffffff;
	background: #009bdf;
	border: solid 1px #000000;
	display: inline-flex;
	border-radius: 10px;
	width: 235px;
	height: 30px;
	align-items: center;
	justify-content: center;
}

a.btn:hover
{
	mc-hidden: hidden;
	background: #0b334f;
	box-shadow: 0 5px 7px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	color: #ff6900;
}

a.btn-red
{
	display: inline-flex;
	text-align: center;
	text-decoration: none;
	font-size: 1.1rem;
	color: #ffffff;
	background: var(--bh-red);
	border: solid 1px #000000;
	display: inline-flex;
	border-radius: 10px;
	width: 260px;
	height: 30px;
	align-items: center;
	justify-content: center;
}

a.btn-red:hover
{
	mc-hidden: hidden;
	box-shadow: 0 5px 7px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

p.imgindent
{
	margin-left: 40px;
}

li
{
	mc-hidden: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}

li.bull
{
	list-style-image: url('../images/libull.png');
}

li.indent
{
	margin-left: 40px;
}

p.list
{
	mc-auto-number-format: '{n+}. ';
	margin-left: 20px;
}

a.ibcg
{
	mc-hidden: hidden;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-radius: 20px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	border: solid 2px #00008b;
	height: 100px;
	width: 200px;
	background: transparent;
	color: #000000;
	padding: 10px;
	display: table-cell;
}
ul.release {
	font-weight: bold;
	margin: 8px 0px;

}
ul.release li {
  list-style-image: url('../images/libull.png');
  margin: 17px 0px;
}
ul.release li a {
	font-weight: 700;
	
}
a.ibcg:hover
{
	mc-hidden: hidden;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border: solid 2px #20b2aa;
}

a.b2s
{
	mc-hidden: hidden;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-radius: 20px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	height: 50px;
	width: 150px;
	color: #ffffff;
	background: #0B344F;
	border: solid 2px #2f383f;
	padding: 10px;
	display: table-cell;
}

a.b2s:hover
{
	mc-hidden: hidden;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	background: #4F5361;
}

img.buttons
{
	height: auto;
	width: 240px;
	mc-thumbnail: none;
	border: none 0px #000000;
	outline: none;
	box-shadow: none;
}

img.lgbtn
{
	mc-hidden: hidden;
	height: auto;
	width: 120px;
	mc-thumbnail: none;
	border: none 0px #000000;
	outline: none;
	box-shadow: none;
}

img.top
{
	max-width: 100%;
	border: none 0px #000000;
	mc-thumbnail: none;
	outline: none;
	box-shadow: none;
}

img.footerbtn
{
	mc-hidden: hidden;
	width: auto;
	height: 30px;
	border: none 0px #000000;
	mc-thumbnail: none;
	outline: none;
	box-shadow: none;
	margin-right: 4px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.25), 0 3px 5px rgba(0,0,0,0.22);
}

img.footerbtn:hover
{
	transform: scale(1.05);
	box-shadow: 0 6px 8px rgba(0,0,0,0.25), 0 6px 8px rgba(0,0,0,0.22);
}

img.footerbtn:active
{
	transform: translatey(2px);
}

.img-btn
{
	mc-hidden: hidden;
	height: 20px;
	width: auto;
	mc-thumbnail: none;
	box-shadow: none;
	margin-right: 5px;
	padding-left: 3px;
}

img.noborder
{
	outline: none;
	mc-thumbnail: none;
	height: auto;
	width: auto;
	border: none;
	box-shadow: none;
}
img.portfolio {
	mc-thumbnail: none;
	outline: none;
	height: 250px;
	width: auto;
	border: none;
	box-shadow: none;
}

p.talktrack:before
{
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

p.talktrack
{
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C" "\201D";
	font-style: italic;
}

p.talktrack p
{
	display: inline;
}

div.support
{
	padding: 7px;
	background: #E1EDD7;
	border: solid 1px #97C075;
	border-radius: 15px;
}

div.cor-container
{
	text-align: center;
}

hr.cchr
{
	mc-hidden: hidden;
	height: 5px;
	background-color: #D3D3D3;
	color: #D3D3D3;
}

ul.indent
{
	margin-left: 40px;
}

img.indent
{
	mc-thumbnail: hover;
	width: auto;
	height: 20%;
	radius: 20px;
	box-shadow: 0 5px 7px rgba(0,0,0,0.25), 0 5px 7px rgba(0,0,0,0.22);
	margin-left: 20px;
}

.ccat
{
	mc-hidden: hidden;
	background-color: transparent;
	display: table-cell;
	border: none;
	position: fixed;
	z-index: 99;
	outline: none;
	background-image: url('../images/pusheen1.png');
	left: 2%;
	bottom: 7%;
}

a.easteregg
{
	color: #404040;
	text-decoration: none;
}

h1.toc
{
	mc-hidden: hidden;
	mc-heading-level: 0;
}

ul.menu.mc-component
{
	mc-hidden: hidden;
	overflow-y: hidden;
}

ul.menu.mc-component:hover,
ul.menu.mc-component:focus
{
	mc-hidden: hidden;
	overflow-y: scroll;
}

/* grid lay out for pages.  */

.container-bullhorn
{
	mc-hidden: hidden;
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: minmax(6rem,1fr) repeat(8, minmax(min-content,140px)) minmax(6rem,1fr);
}

.header-bullhorn
{
	mc-hidden: hidden;
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: min-content 60px;
	background-color: #30394f;
}

.header-bullhorn__logo
{
	mc-hidden: hidden;
	margin-top: 1rem;
	grid-row: 1;
	grid-column: 1 / 1;
	background-color: #30394f;
	margin-left: 1rem;
}

.header__searchbar
{
	mc-hidden: hidden;
	margin-top: 2rem;
	grid-column: 4 / 14;
	grid-row: 1;
	text-align: center;
	margin-bottom: 2rem;
}

.toc__container
{
	mc-hidden: hidden;
	grid-column: 1 / -1;
	grid-row: 2;
	background-color: #262e3f;
	height: 60px;
}

.header__toc
{
	mc-hidden: hidden;
	grid-column: 4 / 15;
	grid-row: 2;
	background-color: #262e3f;
	height: 60px;
}

.home-grid
{
	mc-hidden: hidden;
	grid-column: 3 / 9;
	display: grid;
	grid-template-columns: repeat(4, 280px);
	margin-bottom: 2.5rem;
	margin-top: 1rem;
}

.topic-grid
{
	mc-hidden: hidden;
	grid-column: 2 / 10;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	margin-bottom: 2.5rem;
	margin-top: 1rem;
	justify-items: center;
}

.topic-grid-small
{
	mc-hidden: hidden;
	grid-column: 4 / 8;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	margin-bottom: 2.5rem;
	margin-top: 1rem;
	justify-items: center;
}

.topic-grid-xsmall
{
	mc-hidden: hidden;
	grid-column: 6 / 6;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	margin-bottom: 2.5rem;
	margin-top: 1rem;
	justify-items: center;
}

.Career
{
	mc-hidden: hidden;
	grid-column: 3 / 9;
	display: grid;
	grid-template-columns: repeat(4,1fr);
}

.topic-page
{
	mc-hidden: hidden;
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr minmax(250px,1fr) 1fr;
}

.topic-content
{
	mc-hidden: hidden;
	grid-column: 2 / 2;
	background-color: #fff;
	width: 1100px;
	border-right: solid 1px #eee;
	padding: 15px;
	min-height: 80vh;
}
.topic-content-sideNav
{
	mc-hidden: hidden;
	grid-column: 2 / 2;
	background-color: #fff;
	width: 77vw;
	border-right: solid 1px #eee;
	padding: 15px;
	min-height: 80vh;
}

.sidemenu
{
	mc-hidden: hidden;
	grid-column: 3 / 3;
	background-color: #fff;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 10px;
}

.quickLinks
{
	mc-hidden: hidden;
	grid-column: 3 / 9;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-column-gap: 4rem;
}

a.tiles
{
	mc-hidden: hidden;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	background-color: #ffffff;
	border-radius: 20px;
	height: 125px;
	margin: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	border: solid 0px var(--tile-border);
	width: 170px;
	justify-self: center;
	height: auto;
}

a.hometiles
{
	mc-hidden: hidden;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	background-color: #ffffff;
	border-radius: 20px;
	height: 125px;
	margin: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px 15px;
	border: solid 0px var(--tile-border);
	width: 260px;
	justify-self: center;
}

a.hometiles:hover,
a.tiles:hover
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

a.bhtiles
{
	mc-hidden: hidden;
	height: 75px;
	background-color: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	width: 200px;
	min-width: 180px;
	display: table-cell;
	font-size: 1.2em;
}

a.bhtiles:hover
{
	mc-hidden: hidden;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

/* quicklinks style section */

.quickLinks--container
{
	mc-hidden: hidden;
	text-align: center;
	color: #626F78;
}

.quickLinks--link
{
	mc-hidden: hidden;
	color: #626F78 !important;
}

.quickLinks--link:hover
{
	mc-hidden: hidden;
	color: white !important;
}

.quickLinks--ul
{
	mc-hidden: hidden;
	padding: 0 1em;
	list-style: none;
	text-align: left;
}

.quickLinks--ul li
{
	mc-hidden: hidden;
	padding: 0;
}

.quickLinks--ul li:before
{
	mc-hidden: hidden;
	content: "";
	border-color: transparent var(--quickLinks);
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 1.1em;
	position: relative;
}

.quickLinks--line
{
	mc-hidden: hidden;
	width: 100%;
}

.nothumb
{
	mc-hidden: hidden;
	margin-right: 5px;
	mc-thumbnail: none;
	width: auto;
	height: 15px;
	box-shadow: none;
}

/* Footer style for all topic pages. */

footer
{
	mc-hidden: hidden;
	bottom: -39px;
	position: fixed;
	width: 100%;
	transition: transform 1s cubic-bezier(0.6, 0, 0.07, 1);
}

#toolbar:hover
{
	mc-hidden: hidden;
	/* bottom: 0; */
	transform: translateY(-38px);
}

.footer
{
	mc-hidden: hidden;
	display: flex;
	background-color: var(--background-main);
	width: 60%;
	margin: auto;
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: -moz-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
	padding: 5px;
	justify-content: space-evenly;
	/* border-top-left-radius: 15px;
	border-top-right-radius: 15px; */
	height: 43px;
}
.footer-sideNav {
	mc-hidden: hidden;
	display: flex;
	background-color: var(--background-main);
	width: 77%;
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: -moz-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
	padding: 5px;
	justify-content: space-evenly;
	/* border-top-left-radius: 15px;
	border-top-right-radius: 15px; */
	height: 43px;
}

.footer-text
{
	mc-hidden: hidden;
	text-align: center;
	background-color: var(--background-main);
	width: 60%;
	margin: auto;
	color: white;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-size: 1em;
}
.footer-sideNav-text
{
	mc-hidden: hidden;
	text-align: center;
	background-color: var(--background-main);
	width: 77%;
	color: white;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-size: 1em;
}

.article-link
{
	mc-hidden: hidden;
	display: inline-flex;
}

.releaseKB
{
	mc-hidden: hidden;
	background-color: red;
	text-align: center;
}

.dropdown:hover
{
	mc-hidden: hidden;
	background-color: rgba(236, 240, 241, 0.1);
}

div > span > a > img
{
	mc-hidden: hidden;
	box-shadow: none;
}

.MCHotSpotImage
{
	mc-hidden: hidden;
	margin-left: 5px;
}

div.banner
{
	mc-hidden: hidden;
	display: flex;
	align-items: center;
	border: 1px solid #5B5D5E;
	color: #5B5D5E;
	border-radius: 10px;
	padding: 4px;
	justify-content: center;
	/* justify-content: center; */
}

div.banner h1
{
	mc-hidden: hidden;
	justify-content: center;
}

div.dept
{
	mc-hidden: hidden;
	display: flex;
	align-items: center;
}

div.dept p
{
	mc-hidden: hidden;
	padding-left: 10px;
}

div.border
{
	mc-hidden: hidden;
	border-right: 1px solid #5B5D5E;
}

.frontMenu
{
	mc-hidden: hidden;
	color: #808080;
	font-family: Roboto;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
	border-top: solid 1px #a9adbb;
	border-right: solid 0px #a9adbb;
	border-bottom: solid 1px #a9adbb;
	border-left: solid 0px #a9adbb;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: 100em;
	max-height: 100em;
	overflow-y: hidden;
}

div.modal
{
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	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 */
}

.modal-content
{
	position: relative;
	background-color: transparent;
	padding: 0;
	border: 1px solid #888;
	height: 550px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	justify-content: center;
}

div.modalBody
{
	display: flex;
	justify-items: center;
	margin-left: auto;
	padding: 2px 16px;
}

div.modalHeader
{
	height: 25px;
	margin-bottom: 5px;
	padding-right: 5px;
}

button.close
{
	color: #e7e7e7;
	float: right;
	font-size: 20px;
	font-weight: bold;
	background-color: transparent;
	box-shadow: none;
	border: none;
	padding: 4px;
}

button.close:hover
{
	cursor: pointer;
	color: black;
}

.center
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -40%);
}

.modalToggle
{
	border: none;
	background-color: transparent;
}

.modalToggle:hover
{
	cursor: pointer;
}

div.searchTerms
{
	display: none;
}

/* Callout boxes redesigned */

img.img-callout
{
	mc-thumbnail: none;
	box-shadow: none;
	width: 25px;
	height: auto;
}

div.callout-info
{
	display: flex;
	border: solid 3px rgba(167, 169, 172, 0.5);
	margin: 20px 5px;
	border-radius: 8px;
}

div.callout-info-header
{
	display: inline-block;
	width: 35px;
	background-color: rgba(167, 169, 172, 0.5);
	padding: 5px;
	margin-right: 15px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

div.callout-content
{
	padding-right: 10px;
	padding-left: 8px;
	width: 100%;
}

div.callout-support
{
	border: solid 3px rgba(107, 165, 66, 0.5);
}

div.callout-support-header
{
	display: inline-block;
	width: 35px;
	background-color: rgba(107, 165, 66, 0.5);
	padding: 5px;
	margin-right: 15px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	
}


div.callout-caution
{
	border: solid 3px rgba(255, 220, 23, 0.5);
}

div.callout-info-header-caution
{
	background-color: rgba(255, 220, 23, 0.5);
	display: inline-block;
width: 35px;
padding: 5px;
margin-right: 15px;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}

div.callout-warning
{
	border: solid 3px rgba(237, 28, 35, 0.5);
}

div.callout-info-header-warning
{
	background-color: rgba(237, 28, 35, 0.5);
	display: inline-block;
width: 35px;
padding: 5px;
margin-right: 15px;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}

div.callout-tip
{
	border: solid 3px rgba(255, 106, 0, 0.5);
}

div.callout-info-header-tip
{
	background-color: rgba(255, 106, 0, 0.5);
	display: inline-block;
width: 35px;
padding: 5px;
margin-right: 15px;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}

div.callout-key
{
	border: solid 3px rgba(38, 105, 95, 0.5);
}

div.callout-info-header-key
{
	background-color: rgba(38, 105, 95, 0.5);
	display: inline-block;
width: 35px;
padding: 5px;
margin-right: 15px;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}

div.callout-leader
{
	border: solid 3px rgba(27, 155, 214, 0.5);
}

div.callout-info-header-leader
{
	background-color: rgba(27, 155, 214, 0.5);
	display: inline-block;
width: 35px;
padding: 5px;
margin-right: 15px;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}

div.callout-admin
{
	border: solid 3px rgba(255, 106, 0, 0.5);
}

div.callout-info-header-admin
{
	background-color: rgba(255, 106, 0, 0.5);
	display: inline-block;
width: 35px;
padding: 5px;
margin-right: 15px;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}
div.callout-formula
{
	font-family: 'Times New Roman', Times, serif;
	font-size: 23px;
	font-style: italic;
	background-color: lightgray;
	text-align: center;
	padding: 15px 0;
}
div.callout-code
{
	font-family: 'Courier New', Courier, monospace;
	font-size: 19px;
	
	background-color: lightgray;
	padding: 15px 0;
}
a.MiniTOC1:link
{
	color: #427bc6;
	text-decoration: none;
}

a.MiniTOC1::before
{
	content: url('../images/libull.png');
	padding-right: 12px;
}

.CenterText
{
	text-align: center;
}

div.info_section
{
	margin-top: 5%;
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
}

.info-tile
{
	background-color: #fff;
	padding: 2rem;
	margin: 8px 20px;
	border: solid 1px var(--tile-border);
	border-radius: 7px;
}

.info-tile:hover
{
	transform: scale(1.1);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
	background-color: #FFF;
}

.main-section > .outer-row
{
	padding-top: 0;
}

.flex-container
{
	display: flex;
}

.assessment
{
	width: 75%;
	padding: 8px 8px;
	margin-right: 80px;
}

.corrective
{
	width: 20%;
	padding: 8px 8px;
	background-color: white;
	border: 1px solid #e7e7e7;
}

.dropDownHotspot:link
{
	display: block;
	font-weight: bold;
	color: #427bc6;
	text-decoration: none;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-position: left;
	background-image: url('InternalKB/expand.png');
	padding-left: 4px;
	padding-right: 0;
}

.MCDropDownHotSpot
{
	cursor: pointer;
	background-repeat: no-repeat;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-position: left;
	background-image: url('InternalKB/collapse.png');
	padding-left: 3px;
	padding-right: 0;
}

.dropDownHead
{
	margin-left: 5px;
	text-decoration: none;
}

.dropDown
{
	border: solid 1px #e6e6e6;
	border-radius: 12px;
	margin-bottom: 6px;
	box-shadow: 1px 2px rgba(0,0,0,0.25);
}

.MCDropDownBody
{
	margin-left: 18px;
	overflow: hidden;
}

#printBanner
{
	display: none;
}

.microHeaderTalk
{
	display: flex;
	background-color: #1B9AD6;
	padding: 4px 4px;
	border: 1px solid #1B9AD6;
	align-items: baseline;
	height: fit-content;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.microHeaderKnown
{
	display: flex;
	background-color: #D42E39;
	padding: 4px 4px;
	border: 1px solid #D42E39;
	align-items: baseline;
	height: fit-content;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.microHeaderAlert {
    display: flex;
    background-color:  #D42E39;
    padding: 4px 4px;
    border: 1px solid  #D42E39;
    align-items: baseline;
    height: fit-content;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.microHeaderAnnounce
{
	display: flex;
	background-color: #FF6900;
	padding: 4px 4px;
	border: 1px solid #FF6900;
	align-items: baseline;
	height: fit-content;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

h2.microHeader
{
	color: #fff !important;
	margin: 0;
	padding: 0;
	padding-left: 13px;
	font-weight: 200;
}

.microImage
{
	box-shadow: none;
	border: none;
	mc-thumbnail: none;
	height: 25px;
	padding-left: 10px;
}

.MicroContent
{
	padding-left: 20px;
}

img.plogo
{
	display: none;
	outline: none;
	mc-thumbnail: none;
	height: auto;
	width: auto;
	border: none;
	box-shadow: none;
}

.jumpNav
{
	border-top: 1px solid #ececec;
	list-style-type: none;
	padding: 2px;
	margin: 0;
	overflow-y: hidden;
	max-height: 10em;
}

.jumpNav li
{
	padding: 1px 1px 1px 5px;
}

.jumpNav:hover
{
	overflow-y: scroll;
}

/* The Modal (background) */

.support-modal
{
	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 */
}

/* Modal Content/Box */

.modal-support-content
{
	background-color: #fefefe;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	/* Could be more or less, depending on screen size */
}

/* The Close Button */

.support-close
{
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.support-close:hover,
.support-close:focus
{
	color: black;
	text-decoration: none;
	cursor: pointer;
}

#clientBtn
{
	display: none;
}

.vms-grid
{
	mc-hidden: hidden;
	grid-column: 3 / 9;
	display: grid;
	grid-template-columns: repeat(4, min-content);
	margin-bottom: 2.5rem;
	margin-top: 1rem;
}
.info-btn {
	background-color: #fff;
	padding: 2rem;
	margin: 10px 10px;
	border: solid 1px var(--tile-border);
	border-radius: 4px;

}
.info-btn:hover {
	transform: scale(1.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    background-color: #FFF;
}
img.info-btn-img
{
	width: 150px;
    height: auto;
	mc-thumbnail: none;
	border: none 0px #000000;
	outline: none;
	box-shadow: none;
}

.home-container
{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.sideNavigation
{
	position: fixed;
	width: 240px;
}

.mainFull
{
	width: 1350px;
}

.sideCollapsed
{
	display: none;
}

.sidemenu_width
{
	width: 35px;
}

.collapseBtn
{
	font-size: 1.1em;
	background-color: #009bdf;
	position: fixed;
	color: #fff;
	border: none;
	height: 25px;
	border: 1px solid #009bdf;
	border-radius: 5px;
}

.supportButtons
{
	min-height: 30px;
}

a.navLink
{
	font-size: .80em;
	color: #727580;
}

a.navLink:hover
{
	color: var(--bullhorn-orange);
}

h4.sideNav
{
	margin: 0;
	padding-left: 5px;
}
/* New standard grids home pages */
.standard-grid
	{
		margin-top: 2%;
		display: flex;
		justify-content: center;
		align-items: baseline;
		flex-wrap: wrap;
	}
.standard-tile {

	background-color: #fff;
	padding: 2rem;
	margin: 8px 20px;
	border: solid 1px var(--tile-border);
	border-radius: 7px;
	
}
.standard-tile:hover {

	transform: scale(1.1);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
	background-color: #FFF;

}
.noBorder-tile {
	margin: 8px 20px;
	border: none;
}
.noBorder-tile:hover {
	transform: scale(1.1);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
	background-color: var(--body-color);
	padding: 0;
}
.standard-button 
{
	height: auto;
	width: 240px;
	mc-thumbnail: none;
	border: none 0px #000000;
	outline: none;
	box-shadow: none;
	
}

.fourplus-grid {
	mc-hidden: hidden;
	grid-column: 3 / 9;
	display: grid;
	grid-template-columns: repeat(4, min-content);
	margin-bottom: 2.5rem;
	margin-top: 1rem;
}
.fourplus-tile {
	background-color: #fff;
	padding: 2rem;
	margin: 10px 10px;
	border: solid 1px var(--tile-border);
	border-radius: 4px;
}
.fourplus-tile:hover {
	transform: scale(1.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    background-color: #FFF;
}
.fourplus-btn {
	width: 150px;
    height: auto;
	mc-thumbnail: none;
	border: none 0px #000000;
	outline: none;
	box-shadow: none;
}
.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }
  .portfolio-feature {
    width: 65%;
    margin: auto;
    border: 1px solid #ececec;
    background-color: #fff;
    border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
  }
 .navigation-btn {
    text-decoration: none;
    border: 1px solid #009bdf;
    background-color: #e7e7e7;
    border-radius: 20px;
    width: 250px;
    margin-top: 8px;
    color: #fff;
	padding: 2px;
	background-color: #009bdf;
	cursor: pointer;
    
  } 
  /* .navigation-btn:hover {
	  transform: scale(1.02);
	  
  }
  .navigation-btn:active {
	  transform: scaleY(.90);
  } */
  .panel-active {
    display: block !important;
  }
  a.greylink {
	  color: #a1a8ac;
	  text-decoration: none;

  }
@media print
{
	.callout-support
	{
		display: none !important;
	}

	#footer
	{
		display: none !important;
	}

	img
	{
		display: none;
	}

	img.plogo
	{
		display: block !important;
		outline: none;
		mc-thumbnail: none;
		height: auto;
		width: auto;
		border: none;
		box-shadow: none !important;
	}

	.footer,
	.footer-text
	{
		display: none !important;
	}

	.breadcrumbs
	{
		display: none !important;
	}

	div.content-container
	{
		width: 100%;
	}

	#printBanner
	{
		display: block !important;
	}

	.printLogo
	{
		background-color: #ececec;
	}
}
@media only screen and (max-width: 767px) {
	.off-canvas { 
		background-color: #324962;
	}
}
@media only screen and (max-width: 1279px) {
	.off-canvas {
		background-color: #324962;
	}
}

