/* Background Images and Footer */
/* Theme Roller */
a {
    color: #EE2737;
    text-decoration: none;
}
a:hover, a:focus {
    color: #333535;
	text-decoration: underline;
    text-decoration-color: #EE2737;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    color: #333535;
    text-decoration-color: #EE2737;
}
/* ------ Text Colors ------ */
.text-muted {color: #bfbfbf;}

.text-primary {color: #EE2737;}
.text-primary:hover {color: #EE2737}
a.text-primary:hover, a.text-primary:focus {color: #9c151a;}

.text-success {color: #18BC9C;}

.text-info {color: #31708f;}
a.text-info:hover, a.text-info:focus {color: #333535;}

.text-warning {color: #f0ad4e;}
a.text-warning:hover, a.text-warning:focus {color: #ec971f;}

.text-danger {color: #e74c3c;}
a.text-danger:hover, a.text-danger:focus {color: #d62c1a;}

/* ------ Header ------ */
#MPOuterMost.full #HEADER, #MPOuterMost.full #FOOTER, #MPOuterMost.full #MPFooterLinkContent, #MPOuterMost.full #MPButtonBar {max-width: 100% !important;}

/* ------ Nav Bar ------ */
#NAV .col-md-12 {padding: 0;}
#NAV.row {
	margin-right: 0; 
	margin-left:0;
}
/*#MPButtonBar .navbar.navbar-default {height: 100px;}*/
.navbar {border: 0; border-radius: 0;}
.navbar-default {
	background-color: #ffffff;
	background: url("https://higherlogicdownload.s3.amazonaws.com/NACE/fdbb124f-1288-457c-b4e7-b483c84c3d5a/UploadedImages/hp/nav-bg.png") center no-repeat;
	border-bottom: 1px solid #e3e3e8;
}
.navbar-default .navbar-brand {color: #fff;}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #e6e6e6;
	background-color: transparent;
}
.navbar-default .navbar-text {color: #777;}
.navbar-default .navbar-nav > li > a {
	font-size: 15px;
	font-weight: bold;
	color: #231f20;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color: #333535;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #333535;
	background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #333535;
	color: #ffffff;
}
.navbar-default .navbar-link {color: #fff;}
.navbar-default .navbar-link:hover { color: #EE2737;}
.navbar-default .btn-link {color: #fff;}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {color: #EE2737;}
.navbar-header {height: 100px;}
.navbar-default .navbar-nav>.dropdown>a:hover .caret {border-bottom-color: #EE2737; border-top-color: #EE2737;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #333535;
}
@media (max-width: 991px) {
    .navbar-header {float: none;}
    .navbar-toggle {display: block;}
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {display: none!important;}
    .navbar-collapse.collapse.in {display: block!important;}
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {float: none;}
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-toggle {margin-top: 32px;}
}

@media (max-width: 480px) {
	.megamenu > li > ul > li > a {color: #fff;}
	.navbar-nav .open .dropdown-menu .dropdown-header {padding: 0;}
	.navbar-toggle {margin-top: 32px;}
}

@media (min-width: 768px) {
	 .navbar-nav > li > a {
	 	padding-top: 40px;
	 	padding-bottom: 40px;
	}
	.navbar-nav {float: right;}
}

@media (min-width: 1200px) {
	.megamenu {width: 70%;}
	.navbar-nav>li>.dropdown-menu {
		left: 50% !important;
		transform: translateX(-50%);
	}
	.navbar-default .navbar-collapse {
		width: 1200px;
		margin: 0 auto;
	}
	.container {max-width: 1200px;}
}

.megamenu .dropdown-header a {
	color: #333535; 
	font-weight: bold;
}

/* ------ Moves Search Bar ----- */
#searchColumn{
    float: left !important; 
    margin-top: 5px !important;
    display: none;
}
#MPSearchBlock{
    margin-top: 0px !important;
    margin-right: 10px !important;
    margin-bottom: 0px !important;
    margin-left: 10px !important;
}
@media (max-width: 768px) {
	#searchColumn {width: 250px;}
	.navbar-nav > li > a {padding: 20px 10px;}
}
.HLWelcome.HLWelcomeHeader {
    float: right !important;
    margin-top: 5px !important;
}
#MPheader .col-md-12 > .pull-right:nth-child(2) {padding: 2px 0 !important;}

/* ------ Secondary Nav ------ */
#MPOuterHeader .col-md-12 {padding: 0;}
#HEADER {background-color: #e3e3e8;}
#MPheader .col-md-12 > .pull-right:nth-child(1){float:right !important;}
#MPheader .col-md-12 > .pull-right:nth-child(2){float:left !important;}
#MPAuxNav ul.level1 li a {
    text-decoration: none;
    padding-right: 6px;
    margin-right: 6px;
    margin-top: 10px;
	border-right: none;
	color: #333535;
}
#MPAuxNav ul.level1 li a:hover {text-decoration: underline;}
/* ---Removes secondary nav on mobile--- */
@media (max-width: 480px) {
	#MPAuxNav {display: none;}
}

/* ------ HL Edits ------ */
#SearchControl_SearchButton {
	color: #ffffff;
	background-color: #333535;
	border: none;
}
.MPimage {
	margin: 0px auto; 
	max-width: 1200px;
}
#DesktopLogoDiv img {
    position: absolute;
    z-index: 1;
	bottom: -56px;
	width: 250px;
}
.SloganText {display: none;}
@media only screen and (max-width: 768px) {
	#DesktopLogoDiv img {bottom: -80px; left: 10px;}
	.SloganText.inline {display: none;}
}
@media only screen and (max-width: 425px) {
	#DesktopLogoDiv img {bottom: -72px; width: 200px;}
}
@media only screen and (max-width: 320px) {
	#DesktopLogoDiv img {bottom: -75px; width: 200px;}
}
@media only screen and (max-width: 991px) {
	.ContentItemHtml .HtmlFooter {padding: 0px !important;}
}
#Logo {height:0;}
#MPheader>div.row{padding:0px;}

/* Breadcrumb */
#MPOuterMost.full #BreadCrumb {max-width: none; background-color: #f5f5f5;}
.breadcrumb {margin: 0 auto; max-width: 1200px;}
.breadcrumb > li + li:before {
	font-family: FontAwesome;
	font-size: 10px;
}
.breadcrumb > li {display: inline-block;}
.breadcrumb > li + li:before {
	content: " ";
	padding: 0 5px;
	color: #ccc;
}
.breadcrumb > .active {color: #bfbfbf;}

/* ----- Buttons ------ */
.btn {border-radius: 0;}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	font-weight: bold;
}
.btn-default:focus, .btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {background-image: none;}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	color: #fff;
	background-color: #777;
}

.btn-primary {
	color: #fff;
	background-color: #3498DB;
	border-color: transparent;
	font-weight: bold;
}
.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #217dbb;
}
.btn-primary:hover {
	color: #fff;
	background-color: #217dbb;
	border-color: transparent;
}
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #217dbb;
	border-color: transparent;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #1c699d;
	border-color: transparent;
}
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {background-image: none;}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #3498DB;
	border-color: transparent;
}
.btn-primary .badge {
	color: #3498DB;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #18BC9C;
	border-color: transparent;
	font-weight: bold;
}
.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #128f76;
}
.btn-success:hover {
	color: #fff;
	background-color: #128f76;
	border-color: transparent;
}
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #128f76;
	border-color: transparent;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #0e6f5c;
	border-color: transparent;
}
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {background-image: none;}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
	background-color: #18BC9C;
	border-color: transparent;
}
.btn-success .badge {
	color: #18BC9C;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #00AFEF;
	border-color: transparent;
	font-weight: bold;
}
.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #008abc;
}
.btn-info:hover {
	color: #fff;
	background-color: #008abc;
	border-color: transparent;
}
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #008abc;
	border-color: transparent;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #007098;
	border-color: transparent;
}
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {background-image: none;}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
	background-color: #00AFEF;
	border-color: transparent;
}
.btn-info .badge {
	color: #00AFEF;
	background-color: #fff;
}

.btn-warning {
	color: #333;
	background-color: #f0ad4e;
	border-color: transparent;
	font-weight: bold;
}
.btn-warning:focus, .btn-warning.focus {
	color: #333;
	background-color: #ec971f;
}
.btn-warning:hover {
	color: #333;
	background-color: #ec971f;
	border-color: transparent;
}
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
	color: #333;
	background-color: #ec971f;
	border-color: transparent;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
	color: #333;
	background-color: #d58512;
	border-color: transparent;
}
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {background-image: none;}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: transparent;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #333;
}

.btn-danger {
	color: #fff;
	background-color: #e74c3c;
	border-color: transparent;
	font-weight: bold;
}
.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #d62c1a;
}
.btn-danger:hover {
	color: #fff;
	background-color: #d62c1a;
	border-color: transparent;
}
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #d62c1a;
	border-color: transparent;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #b62516;
	border-color: transparent;
}
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
	background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #e74c3c;
	border-color: transparent;
}
.btn-danger .badge {
	color: #e74c3c;
	background-color: #fff;
}

/* ------ HR Divider ------ */
hr {
	margin: 20px 0 25px;
	border-top: 1px solid #e5e5e5;
}

/* ------ Alerts ------ */
.alert-success {
  background-color: #18BC9C;
  border-color: #18BC9C;
  color: #fff;
}
.alert-success hr {border-top-color: #15a589;}
.alert-success .alert-link {color: #e6e6e6;}

.alert-info {
	  background-color: #00AFEF;
	  border-color: #00AFEF;
	  color: #fff;
}
.alert-info hr {border-top-color: #009cd6;}
.alert-info .alert-link {color: #e6e6e6;}

.alert-warning {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
	color: #fff;
}
.alert-warning hr {border-top-color: #eea236;}
.alert-warning .alert-link {color: #e6e6e6;}

.alert-danger {
	background-color: #e74c3c;
	border-color: #e74c3c;
	color: #fff;
}
.alert-danger hr {border-top-color: #e43725;}
.alert-danger .alert-link {color: #e6e6e6;}

/* ------ Alerts ------ */
.label-success {background-color: #18BC9C;}


/* Panels */
.panel {height: 100%;}
.panel-default {border-color: #ddd;}
.panel-default > .panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {border-top-color: #ddd;}
.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #ddd;
}
.panel-primary {border-color: #3498DB;}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #3498DB;
	border-color: #3498DB;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {border-top-color: #3498DB;}
.panel-primary > .panel-heading .badge {
	color: #3498DB;
	background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #3498DB;}
.panel-success {border-color: #d6e9c6;}
.panel-success > .panel-heading {
	color: #fff;
	background-color: #18BC9C;
	border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {border-top-color: #d6e9c6;}
.panel-success > .panel-heading .badge {
	color: #18BC9C;
	background-color: #fff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #d6e9c6;}
.panel-info {border-color: #bce8f1;}
.panel-info > .panel-heading {
	color: #fff;
	background-color: #00AFEF;
	border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {border-top-color: #bce8f1;}
.panel-info > .panel-heading .badge {
	color: #00AFEF;
	background-color: #fff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #bce8f1;}
.panel-warning {border-color: #faebcc;}
.panel-warning > .panel-heading {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {border-top-color: #faebcc;}
.panel-warning > .panel-heading .badge {
	color: #f0ad4e;
	background-color: #fff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #faebcc;}
.panel-danger {border-color: #ebccd1;}
.panel-danger > .panel-heading {
	color: #fff;
	background-color: #e74c3c;
	border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {border-top-color: #ebccd1;}
.panel-danger > .panel-heading .badge {
	color: #e74c3c;
	background-color: #fff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #ebccd1;}
.panel-title > a {display: block;}
.panel-title .glyphicon {float: right;}

/* ------ Section Background Colors ------ */
.bg-tempBlue {
	background-color: #0F375A;
	padding: 50px 0;
}
.bg-tempYellow {
	background-color: #FEC428;
	padding: 50px 0;
}
.bg-tempWhite {
	background-color: #fff;
	padding: 50px 0;
}
.bg-tempGrey {
	background-color: #f2f2f2;
	padding: 50px 0;
}
.bg-tempLightBlue {
	background-color: #098AE8;
	padding: 50px 0;
}
.bg-tempBlack {
	background-color: #333535;
	padding: 50px 0;
}
.bg-sidebar {
	background-color: #f2f2f2;
	padding: 20px;
}
@media (max-width: 768px) {
	.bg-tempBlue, .bg-tempYellow, .bg-tempWhite, .bg-tempGrey, .bg-tempLightBlue, .bg-tempBlack {padding: 20px 0;}

}

/* ------ Jumbotron ------ */
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: #fff;
	background-color: transparent;
}
.jumbotron h1,
.jumbotron .h1 {color: inherit;}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
	line-height: 1.1em;
}
.jumbotron > hr {border-top-color: transparent;}
.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 6px;
	padding-left: 15px;
	padding-right: 15px;
}
.jumbotron .container {max-width: 100%;}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {font-size: 50px;}
}
/* ------ Jumbotron - Removes border radius ------ */
.container .jumbotron, .container-fluid .jumbotron {border-radius: 0 !important;}
/* ------ Hero Blocks ------ */
.hp-hero-height {height: 450px;}
.lp-hero-height {height: 350px;}
.hpHero h1 {font-weight: 600;}
.heroSection {
 	height: 350px;
 	background-size: cover;
 	position: relative;
}
.heroAbout {
	height: 450px;
	overflow: hidden;
	position: relative;
	background: rgba(0, 0, 0, 0.50);
}
.heroAbout video {
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -1000; 
  overflow: hidden;
}

/* ------ Footer background ------ */
#MPOuterFooter {
	background-color: #333535; 
	margin-top: 0;
}

/* ------ Footer styling ------ */
#FOOTER {padding: 50px;}
#FOOTER p {color: #bfbfbf;}
a.footer-link {
	color: #ffffff;
	text-decoration:none
}
a:hover.footer-link {
	color: #EE2737;
	text-decoration: underline;
}
a.footer-link-red {color: #EE2737;}
a:hover.footer-link-red {color: #ffffff;}
#FOOTER .fab {
	margin: 0 10px;
	color: #FFFFFF;
	font-size: 24px;
}
#FOOTER .fab:hover{
	color: #EE2737;
	text-decoration: none;
}
/* ------ Footer padding mobile ------ */
@media (max-width: 480px) {
	#FOOTER {padding: 50px 10px !important;}
}
/* ------ Removes all margin ------ */
.no-margin-all {margin: 0 !important;}
/* ------ Removes padding from pagetitle ------ */
.no-pageTitle-padding {padding-top: 0 !important}
/* ------ Removes margin from headings ------ */
.no-heading-spacing {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
/* ------ Removes column padding ------ */
.no-column-padding {padding: 0;}

/* ------ Removes last row padding ------ */
.row-last {padding: 0;}
/* ------ Removes row minimum height ------ */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	min-height: 0px !important;
}

/* ------ Removes HL tag from footer ------ */
#MPFooterLink {display: none}

/* ------ White text ------ */
.text-white {color: #fff;}

/* ------ Small Text ------ */
.text-promo {
	font-size: 0.9em; 
	color: #888;
}
/* ------ Center things the old way ------ */
.center-block-vertically {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1200px;
}
/* ------ Homepage About Section ------ */
.bg-hpAbout {
	background-color: #333535;
	padding: 20px;
}
.hpAbout-text {
	padding: 6px 12px; 
	line-height: 1.42857143; 
	vertical-align: middle; 
	font-size: 18px;
}
@media (max-width: 768px) {
	.hpAbout-text {display:block;}
}

/* ------ Home page events ------ */
.home .HLEventList li {
	min-height: 140px;
	border: 1px solid #dedede; 
	padding: 10px;
}
.home .date-block {margin-right:10px;}
.home .calendary-number {
	margin: 0 auto;
	padding: 15px;
	width: 50px;
	height: 50px;
	background-color: #ee2737 !important; 
	color: #fff; 
	font-size: 20px; 
	font-weight: bold;
	line-height: 20px;
	border-radius: 50%;
}
.home .calendar-month, .home .calendar-day {
	font-size: 12px;
	font-weight: bold;
	color: #969696;
}
.home .HLEventList .row.title-row {padding: 0 0 0 15px;}
.home .HLEventList h4 {
	font-size: 13px; 
	font-weight: bold; 
	color: #888;
}
.hp-btn-more {
	margin-top: -60px;
	margin-bottom: 60px;
	display: inline-block;
}
@media (max-width: 768px) { 
	.home .HLEventList li {width: 48%; min-height: 250px; float: left;}
	.home .HLEventList li:nth-child(odd) {margin: 0 10px 0 5px;}
	.list-group-item {padding-left: 10px !important;padding-right:10px !important;}
	.hp-btn-more {margin-top: -15px;}
}
@media (max-width: 480px) {
	.home .HLEventList li {width: 100%;}
	.home .HLEventList li:nth-child(odd) {margin: 0 10px 10px 0;}
	.hp-btn-more {margin-top: -30px;}
}

/* ------ Changes event calendar heading, date, border and img size within the site------ */
.interior .calendary-number, .SearchResults.HLLandingControl .calendary-number {
	margin: 0 auto;
	padding: 15px;
	width: 65px;
	height: 65px;
	background-color: #ee2737; 
	color: #fff; 
	font-size: 30px; 
	font-weight: bold;
	line-height: 35px;
	border-radius: 50%;
}
.interior .calendar-month, .interior .calendar-day, .SearchResults.HLLandingControl .calendar-month, .SearchResults.HLLandingControl .calendar-day{
	font-size: 13px; 
	font-weight: bold; 
	color: #969696;
}

.SearchResults.HLLandingControl .calendar-month, .SearchResults.HLLandingControl .calendar-day{
	background-color: transparent !important;
	padding: 0;
}

.interior .HLEventList h4 {
	font-size: 13px; 
	font-weight: bold; 
	color: #888;
}
.interior .HLEventList .timeAgoFormat{
	font-size: 18px;
	margin-bottom: 10px;
}
.interior .HLLandingControl ol li, .interior .HLLandingControl ul li {margin: 30px 0; border-bottom: 1px solid #ededed;}
.HLLandingControl.HLEventList .title-row img {
	max-height: 200px;
	max-width: 300px;
}
#MainCopy_ctl03_rptEventList_itemRow_0 {clear:both;}
/* ------ Removes border from calendar  ------ */
.SearchResults.HLLandingControl .calendar-tile.date-block {border: 0;}

/* ------ Removes alert colors on profile page ------ */
.ContentUserControl .alert-warning {
	background-color: #f5f5f5;
	border-color: #ebebeb;
	color: #333;
}

/* ------ Column Padding - for use on HL columns ------ */
.column-padding {padding: 40px 0;}
@media (max-width: 768px) {
	.column-padding {padding: 10px 0 !important;}
}

/* ------ Adds margin to top of any element ------ */
.margin-top {margin-top: 10px;}
.margin-top-20 {margin-top: 20px;}
/* ------ Adds margin to bottom of any element ------ */
.margin-bottom {margin-bottom: 10px;}
.margin-bottom-20 {margin-bottom: 20px;}

/* ------ Floats ------ */
.float-left {
	float: left;
	margin: 0 10px 10px 0;
}
.float-right {
	float: right;
	margin: 0 0 10px 10px;
}
@media (max-width: 425px) {
	.float-right {
        margin: 0 0 10px;
        width: 100%; 
        text-align: center;
    }
}
/* ------ Makes videos responsive ------ */
.embed-responsive {
	margin-bottom: 10px;
	padding: 0;
	height: 0;
	position: relative;
	display: block;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border: 0;
}
.embed-responsive-16by9 {padding-bottom: 56.25%;}
.embed-responsive-4by3 {padding-bottom: 75%;}

/* ------ Adds flex box to rows ------ */
.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.thumbnail {height: 100%;}

/* ------ Scroll back to top ------ */
.back-to-top {
	margin: 0;
	padding: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 60px;
	z-index: 100;
	display: none;
	text-decoration: none;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.back-to-top i {font-size: 50px;}
@media (max-width: 480px) {
	a#back-to-top {
		width: 40px;
		height: 40px;
	}
	.back-to-top i {font-size: 32px;}
}
/* ------ Upcoming Events Widget ------ */
.hl-widget.upcoming-event {width: 100%;}
.hl-widget.upcoming-event #login-information-container {
	margin-right: -5px;
	padding: 5px 10px;
	float: right;
	color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.hl-widget.upcoming-event #login-information-container a {color: #ddd;}
.hl-widget.upcoming-event #login-information-container .error-message {color: #cc0000;}
.hl-widget.upcoming-event .container {
	padding: 0;
	font: 13px/1.22 arial,helvetica,clean,sans-serif;
	overflow: auto;
}
.hl-widget.upcoming-event ul {padding-left: 0;}
.hl-widget.upcoming-event li {
	padding: 10px 0 15px;
	list-style-type: none;
	border-bottom: 1px solid #e5e5e5;
}
.hl-widget.upcoming-event li:last-child {border-bottom: 0;}
.hl-widget.upcoming-event .item-title-container {margin-top: 2px;}
.hl-widget.upcoming-event .item-title-container a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	font-family: arial;
}
.hl-widget.upcoming-event .item-date-line-container {
	margin: 3px;
	color: #808080;
}
.hl-widget.upcoming-event .item-date-line-container span {font-size: 0.9em;}
.hl-widget.upcoming-event .item-posted-in-container {
	margin-top: 2px;
	color: #808080;
}
.hl-widget.upcoming-event .item-posted-in-container span {font-size: 0.85em;}
.hl-widget.upcoming-event .item-body-container {font-size: 0.9em;}
.hl-widget.upcoming-event .footer-container {margin: 0px 10px;}
.hl-widget.upcoming-event .footer-item-view-calendar {float: left;}
.hl-widget.upcoming-event .footer-item-add-event {float: right;}
.hl-widget.upcoming-event .footer-item-view-calendar,
.hl-widget.upcoming-event .footer-item-add-event {padding-bottom: 10px;}

/* ------ Blogs ------ */ 
.blogs-block {padding: 30px 0 !important;}

/* ------ Block qoute ------ */
#fade-quote-carousel.carousel {padding-bottom: 60px;}
#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
		-ms-transition-property: opacity;
			transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
		-ms-transition-property: opacity;
			transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {bottom: 10px;}
#fade-quote-carousel.carousel .carousel-indicators > li {
	background-color: #333;
	border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
    background: transparent;
}
#fade-quote-carousel blockquote:before {content: none;}
#fade-quote-carousel blockquote:after {content: none;}
#fade-quote-carousel blockquote p {font-size: 20px;}
#fade-quote-carousel blockquote p::before{
	margin-right: 10px;
	font-family: fontAwesome;
	content: "\f10d";
	color: rgba(0,0,0,.4)
}
#fade-quote-carousel blockquote p::after{
	margin-left: 10px;
	font-family: fontAwesome;
	content: "\f10e";
	color: rgba(0,0,0,.4)
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 100px;
}

/* ------ Sponsor Logos ------ */
.slick-track {display: flex !important;}
.slick-track .slick-slide {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
	margin: 0 20px;
}
.slick-track .slick-slide img, .media-partners {
	width: auto;
	max-width: 150px;
	max-height: 90px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}
.slick-track .slick-slide img:hover, .media-partners:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {outline: none;}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {display: none;}

/* ------ Pricing Columns ------ */
.pricing-table{
	margin: 0;
    padding: 25px 0 0;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.pricing-table:hover{ box-shadow: 0 8px 6px -6px #626262;}
.pricing-heading {padding: 15px 0;}
.pricing-content{
    padding: 30px 0;
    background-color: #fff;
    z-index: 1;
    position: relative;
}
.pricing-table .pricing-content ul{
    padding: 0 20px;
    margin: 0 0 20px 0;
    list-style: none;
}
.pricing-table .pricing-content ul li{
	padding: 20px 0;
    font-size: 14px;
    font-weight: 600;
    color: #626262;
    border-bottom: 1px solid #ededed;
}
.pricing-content ul li:last-child{ border-bottom: none; }
@media only screen and (max-width: 990px){
    .pricing-table{margin: 0 5px 30px; }
}

/* ------ Timline ------ */
/* The actual timeline (the vertical ruler) */
.timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
/* The actual timeline (the vertical ruler) */
.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}
/* timeline-block around timeline-content */
.timeline-block {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
}
/* The circles on the timeline */
.timeline-warning::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -12px;
	background-color: #f0ad4e;
	top: 19px;
	border-radius: 50%;
	z-index: 1;
}
.timeline-danger::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -12px;
	background-color: #e74c3c;
	top: 19px;
	border-radius: 50%;
	z-index: 1;
}
.timeline-success::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -12px;
	background-color: #18BC9C;
	top: 19px;
	border-radius: 50%;
	z-index: 1;
}
.timeline-info::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -12px;
	background-color: #00AFEF;
	top: 19px;
	border-radius: 50%;
	z-index: 1;
}
/* Place the timeline-block to the timeline-left */
.timeline-left {left: 0;}
/* Place the timeline-block to the timeline-right */
.timeline-right {left: 50%;}
/* Add arrows to the timeline-left timeline-block (pointing timeline-right) */
.timeline-left::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid #fff;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #fff;
}
/* Add arrows to the timeline-right timeline-block (pointing timeline-left) */
.timeline-right::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid #fff;
	border-width: 10px 10px 10px 0;
	border-color: transparent #fff transparent transparent;
}
/* Fix the circle for timeline-blocks on the timeline-right side */
.timeline-right::after {left: -12px;}
/* The actual timeline-content */
.timeline-content {
	padding: 20px 30px;
	background-color: #fff;
	position: relative;
	border-radius: 6px;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media all and (max-width: 600px) {
	/* Place the timelime to the timeline-left */
	.timeline::after {left: 31px;}
	/* Full-width timeline-blocks */
	.timeline-block {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}
	/* Make sure that all arrows are pointing timeline-leftwards */
	.timeline-block::before {
		left: 60px;
		border: medium solid white;
		border-width: 10px 10px 10px 0;
		border-color: transparent white transparent transparent;
	}
	/* Make sure all circles are at the same spot */
	.timeline-left::after, .timeline-right::after {left: 15px;}
	/* Make all timeline-right timeline-blocks behave like the timeline-left ones */
	.timeline-right {left: 0%;}
}
/* Image with caption over the top */ 
.image-caption-block {
	position: relative;
	width: 100%;
	max-height: 320px;
	cursor: pointer;
	overflow: hidden;
}
.image-caption-block img {
	margin: auto;
	width: auto;
	height: 100%;
	display: block;
	-webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
} 
.image-caption-block:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: scale(1.2);
    transition: all 250ms ease-in-out;
}
.image-caption-overlay {	
	padding: 10px;
	width: 100%;
	height: 320px;
	position: absolute;
	background: linear-gradient(-180deg,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.75));
	bottom: 0;
}
.image-caption {
	padding: 10px;
	position: absolute;
	bottom: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

/* ------ NACE HP ------*/

.hp-Leader {
    background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/hp/leadership-hero.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}
.hp-c2021 {
    background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/hp/c2021-hero.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}
.hp-GC-Election {
    background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/hp/Election-Hero.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}
.hp-GC-Election {
    background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/hp/Election-Hero.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}
.hp-BOTH {
    background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/hp/BOTH-Hero.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}
.hp-abstracts {
    background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/fdbb124f-1288-457c-b4e7-b483c84c3d5a/UploadedImages/hp/hero-abstracts.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}
/* ------ NACE landing page heros ------ */
.bg-membership {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/c2018Hero.jpg") no-repeat center ;}
.bg-membership-section-election {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/Membership/SectionVoting2.jpg") no-repeat center ;}
.bg-indivMembership {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/member.jpg") no-repeat center ;}
.bg-corporateMember {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/Membership/corporate.jpg") no-repeat center ;}
.bg-studentMember {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/Membership/student.jpg") no-repeat center ;}
.bg-resources {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/Membership/member-resources.jpg") no-repeat center ;}
.bg-leadership {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/Membership/leadership.jpg") no-repeat center ;}
.bg-education {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/education.jpg") no-repeat center ;}
.bg-studentResource {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/Education/Ed-Student-Resources.jpg") no-repeat center ;}
.bg-addStudentResource {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/Education/Ed-Resources.jpg") no-repeat center ;}
.bg-training {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/Get_Involved/Training-Hero.jpg") no-repeat center ;}
.bg-committees {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/Committees/Hero-Committees.jpg") no-repeat center ;}
.bg-careerDev {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/Education/Career_Dev/Hero-Image-CareerDev.jpg") no-repeat center ;}
.bg-consortia {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/Resources/Consortia-Hero.jpg") no-repeat center ;}
.bg-spotlightCorrosion {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/about/spotlight-corrosion-hero.jpg") no-repeat center ;}
.bg-legDay {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/about/government-relations/leg-day-hero.jpg") no-repeat center ;}
.bg-sectionVoting {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/Membership/SectionVoting2.jpg") no-repeat center ;}
.bg-podcast {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/Resources/podcast/NACE-Pod-Cast-Hero.jpg") no-repeat center ;}
.bg-webcasts {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/Resources/hero-webcasts.jpg") no-repeat center ;}
.bg-blog {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/Resources/content-blog/NACE-Blog.jpg") no-repeat center ;}
.bg-online {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/Education/ed-online.jpg") no-repeat center ;}
.bg-cjpromo {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/Resources/cj-promo-hero.jpg") no-repeat center ;}
.bg-mppromo {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/Resources/MP-Promo-Hero.jpg") no-repeat center ;}
.bg-awards {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/hp/Awards.jpg") no-repeat center ;}
.bg-brandeditems {background: linear-gradient(-90deg,rgba(0, 0, 0, 0.10),rgba(0, 0, 0, 0.75)), url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/Membership/store-hero.jpg") no-repeat center ;}

.lp-AMPP {
    background: url("https://higherlogicdownload.s3.amazonaws.com/NACE/cedda8a4-c3c0-4583-b1b6-3b248e6eb1f2/UploadedImages/hp/ampp-lp-hero.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

/* ------ We are AMPP divider ------ */
.we-are-ampp {
	margin: 10px 0;
	padding: 2px 0;
	width: 150px;
	text-align: center;
    font-weight: 800;
    font-size: 14px;
    color: #909090;
    border-top: 2px solid #EE2737;
    border-bottom: 2px solid #EE2737;
}/* Color Picker */
/* VERSION 21 */
/********************* Basics **************************/  
/*
body {
  color: ;  
}  
*/
/*
a {
  color: ;  
}  
*/
/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input::placeholder {
  color: ; 
}  
*/
/*
.hl-linkcolor-background {
  background-color: ;  
}  
*/
/*
a.user-content-mention {
  color: ;  
}  
*/
/*
a.user-content-hashtag {
  color: ;  
}  
*/
/*
a:hover {
  color: ;  
}  
*/

/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input::placeholder {
  color: ;  
}  
*/
/*
a.user-content-mention:hover {
  color: ;  
}  
*/
/*
a.user-content-hashtag:hover {
  color: ;  
}  
*/
/*
.bodyBackground {
  background-color: ;  
}  
*/
/*
a.user-content-hashtag {  
  background: ; 
} 
*/
/*
a.user-content-hashtag:hover {  
  background: ; 
} 
*/
/*
.siteFrame {
  background-color: ;  
}  
*/
/*
#MPOuterMost {
  border-color: ;  
}  
*/
h1, .Heading1 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
h2, .Heading2, h2 a, h2 a:hover, .text-muted-h2 h2 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    h3, .Heading3, h3 a, h3 a:hover {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
hr, hr.delimiter, .HLLandingControl ul li {
  border-bottom-color: ;  
}  
*/
#MPOuterFooter {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
fieldset {
  border-color: ;  
}  
*/
fieldset legend {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
/*
.SearchResults .SortBy {
  color: ;  
}      */
/*********************** Landing Controls ******************/  
.HLLandingControl .heading, .HLLandingControl h2, .headerItem, .drItemSubHeader {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.drItemSubHeader a:not(.skip-header-text-color){
  color: ;  
    }  
*/
.ContentUserControl .HLLandingControl, .ContentUserControl.HLLandingControl, .ContentItemHtml.HLLandingControl {

/*
  border-color: ;
*/
/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
.HLLandingControl .Content a:not(.btn) {
  color: ;  
}  
*/
/*
.HLLandingControl .ByLine {
  color: ;  
}  
*/
/*
.HLLandingControl h5, .HLLandingControl h4, .HLEngagement h3 {
  color: ;  
}  
*/
/*
.HLLandingControl .Content h3 a, .HLAnnouncements .Content h2 a, .HLRSSReader .Content h2 a {
  color: ;  
}    
*/
/************************ Tabs **********************/  
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}  
/*
.nav-tabs {
  border-bottom-color: ;  
}  
*/
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav .open > a:hover, .nav .open > a:focus {

/*
  background-color: ;
*/
/*
  border-bottom-color: ;
*/
/*
  color: ;
*/
}  .nav-tabs > li > a {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/************************ Miscellaneous **********************/  
/*
.SloganText {
  color: ;  
}  
*/
.ModalPopupHeading, .CustomTableModalPopup .CustomTableModalPopupHeaderRow {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.lblratingBig {
  color: ;  
}  
*/
/************************ Tables **********************/  
.Container thead .Header td, th, .ListContainer .ListHeader, .drItemSubHeader,  .table-thead-background tr th, .table-thead-background tr td {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
th a, th a:hover  {
  color: ;  
}  
*/
/*
.TableRowAlternate, .table-hover > tbody > tr:hover > td  {
  background-color: ;  
}    
*/
/************************ Menus ***********************/  
/*
#MPAuxNav ul.level1 li a {
  color: ;  
}  
*/
/*
#MPAuxNav ul.level1 li ul {
  background-color: ;  
}  
*/
/*
#MPAuxNav ul.level1 li li.dynamic {
  border-right-color: ;  
}  
*/
/*  #SideMenu ul.level1 li ul {
  background-color: White;  
}  */    /*  .MPSideNavBottom {
  color: #0069A5;  
}  */    /*
.breadcrumb {
  background-color: ;  
}  
*/
/*
.breadcrumb li {
  color: ;  
}  
*/
/*
.breadcrumb li a {
  color: ;  
}  
*/
/*
.MPBottomMenu ul li a {
  color: ;  
}        */
/************************ Bootstrap Menus ***********************/  
/*
.navbar-default, #NAV {
  background-color: ;      
  border-color: ;  
}  
*/
/*
.navbar-default .navbar-nav > li > a {
  color: ;  
}  
*/
.navbar .navbar-nav > .active > a,    .navbar .navbar-nav > .active > a:hover,    .navbar .navbar-nav > .active > a:focus,   .navbar .navbar-nav > li > a:hover {
    /*
  background-color: ;
*/
/*
  color: ;
*/
}    
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
#MPButtonBar .dropdown-menu {
  background-color: ;  
}  
*/
/*
#MPButtonBar .dropdown-menu li a {
  color: ;  
}  
*/
/*
#MPButtonBar .dropdown-menu li a:hover,    #MPButtonBar .dropdown-menu li a:focus {
  background-color: ;  
  }  
*/
#MPButtonBar .dropdown-menu .active > a,   #MPButtonBar li .dropdown-menu .active > a:hover,   #MPButtonBar .dropdown-menu .dropdown-submenu .active a:hover,   #MPButtonBar .dropdown-submenu .dropdown-submenu .active a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
#MPButtonBar .dropdown-menu {
  border-color: ;  
}  
*/
/************************ Bootstrap Buttons ***********************/  
.btn-primary, .ui-widget-content a.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
color: !important;
*/
}    
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open .dropdown-toggle.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info:hover, .btn-info:focus, .btn-info:active, .open .dropdown-toggle.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success:hover, .btn-success:focus, .btn-success:active, .open .dropdown-toggle.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .open .dropdown-toggle.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default:hover, .btn-default:focus, .btn-default:active, .open .dropdown-toggle.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > .active > span, .pagination > .active > span:hover, .pagination li.active>a, .pagination li.active>a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.label-default {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.badge, .badge a, a.badge a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-header {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-body, .panel-body {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-footer, .panel-footer {

/*
  background-color: ;
*/
}  
/*
#MPFooterLink {
  background-color: ;  
}  
*/
/*
#MPFooterLink a {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  background-color: ;  
}  
*/
/*
.cookie-notification-bar {
  background-color: ;  
}  
*/
/*
.cookie-notification-bar span {
  color: ;  
}  
*/
/************ New Bootstrap 4^ Themeing ****/  
/******** Colorful utils ****/
/* primary */
.text-primary, 
.text-primary-graphics {
  /*
  color: ;
  */
}
.bg-primary,
.bg-primary-graphics {
  /*
  background-color: ;
  */
}
.border-primary,
.border-primary-graphics {
  /*
  border-color: ;
  */
}

/* link */
.text-link {
  /*
  color: ;
  */
}
.bg-link{
  /*
  background-color: ;
  */
}
.border-link{
  /*
  border-color: ;
  */
}

.bootstrap-4 :not(.no-theme) .btn-contains-title:hover:not(:disabled) h1,
.bootstrap-4 :not(.no-theme) .btn-contains-title:focus h1,
.bootstrap-4 :not(.no-theme) .btn-contains-title:hover:not(:disabled) h2,
.bootstrap-4 :not(.no-theme) .btn-contains-title:focus h2,
.bootstrap-4 :not(.no-theme) .btn-contains-title:hover:not(:disabled) h3,
.bootstrap-4 :not(.no-theme) .btn-contains-title:focus h3,
.bootstrap-4 :not(.no-theme) .btn-contains-title:hover:not(:disabled) h4,
.bootstrap-4 :not(.no-theme) .btn-contains-title:focus h4,
.bootstrap-4 :not(.no-theme) .btn-contains-title:hover:not(:disabled) h5,
.bootstrap-4 :not(.no-theme) .btn-contains-title:focus h5,
.bootstrap-4 :not(.no-theme) .btn-contains-title:hover:not(:disabled) h6, 
.bootstrap-4 :not(.no-theme) .btn-contains-title:focus h6, 
.bootstrap-4 :not(.no-theme) .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h1,
.bootstrap-4 :not(.no-theme) .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h2,
.bootstrap-4 :not(.no-theme) .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h3,
.bootstrap-4 :not(.no-theme) .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h4,
.bootstrap-4 :not(.no-theme) .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h5,
.bootstrap-4 :not(.no-theme) .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h6 {
  /* 
  color: ; 
  */
}

/******** Block Buttons ****/  
/**** btn-primary ****/  
.bootstrap-4 :not(.no-theme) .btn-primary {
  /* 
  color: ; 
  */
  /* 
  background-color: ; 
  */
  /* 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-primary:focus, 
.bootstrap-4 :not(.no-theme) .btn-primary:hover:not(:disabled)  {
  /* 
  background-color: ; 
  */
  /* 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-primary:focus {
  /* 
  box-shadow: 0 0 0 3px 7F;
  */
}

/**** btn-secondary (aka default) ****/  
.bootstrap-4 :not(.no-theme) .btn-secondary {
  /* 
  color: ; 
  */
  /* 
  background-color: ; 
  */
  /* 
  border-color: ; 
  */
}
.bootstrap-4 :not(.no-theme) .btn-secondary:focus, 
.bootstrap-4 :not(.no-theme) .btn-secondary:hover:not(:disabled)  {
  /* 
  background-color: ; 
  */
  /* 
  outline-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-secondary:focus {
  /* 
  box-shadow: 0 0 0 3px 7F;
  */
}

/**** btn-success ****/
.bootstrap-4 :not(.no-theme) .btn-success {
  /*
  color: ;
  */
  /*
  color: ;
  */
  /* 
  color: ; 
  */
  /*
  background-color: ;
  */
  /*
  background-color: ;
  */
  /* 
  background-color: ; 
  */
  /*
  border-color: ;
  */
  /* 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-success:focus, 
.bootstrap-4 :not(.no-theme) .btn-success:hover:not(:disabled)  {
  /*
  background-color: ;
  */
  /* 
  background-color: ; 
  */
  /*
  border-color: ;
  */
  /* 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-success:focus {
  /*
  box-shadow: 0 0 0 3px 7F;
  */
  /* 
  box-shadow: 0 0 0 3px 7F;
  */
}

/**** btn-danger ****/
.bootstrap-4 :not(.no-theme) .btn-danger {
  /*
  color: ;
  */
  /*
  color: ;
  */
  /* 
  color: ; 
  */
  /*
  background-color: ;
  */
  /*
  background-color: ;
  */
  /* 
  background-color: ; 
  */
  /*
  border-color: ;
  */
  /* 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-danger:focus, 
.bootstrap-4 :not(.no-theme) .btn-danger:hover:not(:disabled)  {
  /*
  background-color: ;
  */
  /* 
  background-color: ; 
  */
  /*
  border-color: ;
  */
  /* 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-danger:focus {
  /* 
  box-shadow: 0 0 0 3px 7F;
  */
}

/**** btn-link ****/  
.bootstrap-4 :not(.no-theme) .btn-link {
  /* 
  color: ; 
  */
}
.bootstrap-4 :not(.no-theme) .btn-link:focus, 
.bootstrap-4 :not(.no-theme) .btn-link:hover:not(:disabled)  {
  /* 
  color: ; 
  */
}

/**** page-link ****/
.bootstrap-4 :not(.no-theme) .pagination-row .page-spread .page-item.active .page-link {
  /*
  background-color: ;
  */
  /*
  border-color: ;
  */
  /*
  color: ;
  */
}

/**** btn-overlay ****/
.bootstrap-4 :not(.no-theme) .btn-overlay {
  /* 
  color: ;
  */ 
}

/**** btn-card ****/  
.bootstrap-4 :not(.no-theme) .btn-card:focus, 
.bootstrap-4 :not(.no-theme) .btn-card:hover:not(:disabled)  {
  /* 
  color: ; 
  */
}

/******** Block Icon Buttons ****/  
/**** btn-icon-primary ****/  
.bootstrap-4 :not(.no-theme) .btn-icon-primary {
  /* 
  color: ; 
  */
  /* 
  background-color: ; 
  */
  /* 
  border-color: ; 
  */
}
.bootstrap-4 :not(.no-theme) .btn-icon-primary:focus, 
.bootstrap-4 :not(.no-theme) .btn-icon-primary:hover:not(:disabled)  {
  /* 
  outline-color: ; 
  */
  /* 
  background-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-icon-primary:focus {
  /* 
  box-shadow: 0 0 0 3px 7F;
  */
}

/**** btn-icon-ctrl ****/  
.bootstrap-4 :not(.no-theme) .btn-icon-ctrl {
  /* 
  color: ; 
  */
  /* 
  background-color: ; 
  */
  /* 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-icon-ctrl:focus,
.bootstrap-4 :not(.no-theme) .btn-icon-ctrl:hover:not(:disabled),
.bootstrap-4 :not(.no-theme) .container-btn-icon-ctrl:hover:not(:disabled) > .btn-icon-ctrl,
.bootstrap-4 :not(.no-theme) .container-btn-icon-ctrl:focus > .btn-icon-ctrl {
  /* 
  background-color: ; 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-primary:focus,
.bootstrap-4 :not(.no-theme) .container-btn-icon-ctrl:focus > .btn-icon-ctrl {
  /* 
  box-shadow: 0 0 0 3px 7F;
  */
}

/******** Inline Buttons ****/  
/**** btn-inline-link-primary ****/  
.bootstrap-4 :not(.no-theme) .btn-inline-link-primary  {
  /* 
  color: ; 
  */
}


.bootstrap-4 :not(.no-theme) .btn-inline-link-primary:focus, 
.bootstrap-4 :not(.no-theme) .btn-inline-link-primary:hover:not(:disabled)  {
  /* 
  color: ; 
  */
}

/**** btn-inline-link-meta ****/  
.bootstrap-4 :not(.no-theme) .btn-inline-link-meta  {
  /* 
  color: ; 
  */
}
.bootstrap-4 :not(.no-theme) .btn-inline-link-meta:focus, 
.bootstrap-4 :not(.no-theme) .btn-inline-link-meta:hover:not(:disabled)  {
  /* 
  color: ; 
  */
}

/**** btn-inline-icon ****/  
.bootstrap-4 :not(.no-theme) .btn-inline-icon {
  /* 
  color: ; 
  */
}
.bootstrap-4 :not(.no-theme) .btn-inline-icon:focus, 
.bootstrap-4 :not(.no-theme) .btn-inline-icon:hover:not(:disabled)  {
  /* 
  color: ; 
  */
}

/********* icon radio group **********/
.bootstrap-4 :not(.no-theme) fieldset.icon-radio-group input:not([aria-checked="true"]) + * {
  /* 
  color: ; 
  border-color: ; 
  */
  /*
  background-color: ;
  */
}

.bootstrap-4 :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"] + * {
  /* 
  color: ; 
  */
  /* 
  background-color: ; 
  */
  /* 
  border-color: ; 
  */
}

/**** Generated Utils ****/

/*
.text-color {
  color:  !important;
}
*/
  

/*
.link-color {
  color:  !important;
}
*/
  

/*
.mention-link-color {
  color:  !important;
}
*/
  

/*
.tag-link-color {
  color:  !important;
}
*/
  

/*
.link-hover-color:hover, .link-hover-color:focus {
  color:  !important;
}
*/
  

/*
.mention-hover-color:hover, .mention-hover-color:focus {
  color:  !important;
}
*/
  

/*
.tag-hover-color:hover, .tag-hover-color:focus {
  color:  !important;
}
*/
  

/*
.outer-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-hover-color:hover, .tag-background-hover-color:focus {
  color:  !important;
}
*/
  

/*
.page-background-color {
  background-color:  !important;
}
*/
  

/*
.border-color {
  color:  !important;
}
*/
  

/*
.primary-heading-text-color {
  color:  !important;
}
*/
  

/*
.primary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.secondary-heading-text-color {
  color:  !important;
}
*/
  

/*
.secondary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.tertiary-heading-text-color {
  color:  !important;
}
*/
  

/*
.tertiary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.seperator-color {
  color:  !important;
}
*/
  

/*
.footer-background-color {
  background-color:  !important;
}
*/
  

/*
.footer-text-color {
  color:  !important;
}
*/
  

/*
.primary-color {
  color:  !important;
}
*/
  

/*
.text-on-primary {
  color:  !important;
}
*/
  

/*
.table-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-header-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-border-color {
  color:  !important;
}
*/
  

/*
.landing-control-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-link-color {
  color:  !important;
}
*/
  

/*
.landing-control-byline-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-sub-title-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-title-text-color {
  color:  !important;
}
*/
  

/*
.selected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-tab-border-color {
  color:  !important;
}
*/
  

/*
.selected-tab-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-hover-background-color:hover, .unselected-tab-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-hover-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-text-color {
  color:  !important;
}
*/
  

/*
.slogan-text-color {
  color:  !important;
}
*/
  

/*
.table-header-background-color {
  background-color:  !important;
}
*/
  

/*
.table-alternate-background-color {
  background-color:  !important;
}
*/
  

/*
.aux-menu-text-color {
  color:  !important;
}
*/
  

/*
.unselected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-bar-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-text-color {
  color:  !important;
}
*/
  

/*
.breadcrumb-link-color {
  color:  !important;
}
*/
  

/*
.footer-menu-text-color {
  color:  !important;
}
*/
  

/*
.unselected-menu-text-color {
  color:  !important;
}
*/
  

/*
.selected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-background-color {
  background-color:  !important;
}
*/
  

/*
.primary-button-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-text-color {
  color:  !important;
}
*/
  

/*
.primary-button-hover-background-color:hover, .primary-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.info-button-background-color {
  background-color:  !important;
}
*/
  

/*
.info-button-border-color {
  color:  !important;
}
*/
  

/*
.info-button-text-color {
  color:  !important;
}
*/
  

/*
.info-button-hover-background-color:hover, .info-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.success-button-background-color {
  background-color:  !important;
}
*/
  

/*
.success-button-border-color {
  color:  !important;
}
*/
  

/*
.success-button-text-color {
  color:  !important;
}
*/
  

/*
.success-button-hover-background-color:hover, .success-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.danger-button-background-color {
  background-color:  !important;
}
*/
  

/*
.danger-button-border-color {
  color:  !important;
}
*/
  

/*
.danger-button-text-color {
  color:  !important;
}
*/
  

/*
.danger-button-hover-background-color:hover, .danger-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.default-button-background-color {
  background-color:  !important;
}
*/
  

/*
.default-button-border-color {
  color:  !important;
}
*/
  

/*
.default-button-text-color {
  color:  !important;
}
*/
  

/*
.default-button-hover-background-color:hover, .default-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.pagination-activebutton-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-active-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-activebutton-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-button-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-hover-background-color:hover, .pagination-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.label-background-color {
  background-color:  !important;
}
*/
  

/*
.label-text-color {
  color:  !important;
}
*/
  

/*
.badge-background-color {
  background-color:  !important;
}
*/
  

/*
.badge-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-header-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-header-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-footer-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-text-color {
  color:  !important;
}
*/
  