/* === AL Custom Styles == */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700|Lato:100,300,400,700|Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);

/* === Background Color Classes === */
.white-bg {
    background-color: #fff !important;
    position: relative;
    overflow: hidden
}

.black-bg {
    background-color: #000 !important;
    position: relative;
    overflow: hidden
}

.charcoal-bg {
    background-color: #1f2228 !important;
    position: relative;
    overflow: hidden
}

.orange-bg {
    background-color: #ff7f00 !important;
    position: relative;
    overflow: hidden
}

.light-gray-bg {
    background-color: #e1e1e1 !important;
    position: relative;
    overflow: hidden
}

.dark-gray-bg {
    background-color: #3c3c3c !important;
    position: relative;
    overflow: hidden
}

.no-bg-color {
    background-color: transparent !important;
    background-color: rgba(255,255,255,0) !important;
    position: relative;
    overflow: hidden
}

/* === Font Color Classes === */
.white {
    color: #fff !important
}

.black {
    color: #000 !important
}

.orange {
    color: #ff7f00 !important
}

.charcoal {
    color: #333 !important
}

.focus {
    color: #FF7F00 !important
}

.slate {
    color: #555
}

.dark-gray {
    color: #535353
}

.light-gray {
    color: #e1e1e1
}
@media only screen and (max-width: 40em) {
    .mobile-white {
        color:#fff !important
    }

    .mobile-black {
        color: #000 !important
    }

    .mobile-orange {
        color: #ff7f00 !important
    }

    .mobile-charcoal {
        color: #333 !important
    }

    .mobile-focus {
        color: #FF7F00 !important
    }

    .mobile-slate {
        color: #555
    }

    .mobile-dark-gray {
        color: #535353
    }

    .mobile-light-gray {
        color: #e1e1e1
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .medium-white {
        color:#fff !important
    }

    .medium-black {
        color: #000 !important
    }

    .medium-orange {
        color: #ff7f00 !important
    }

    .medium-charcoal {
        color: #333 !important
    }

    .medium-focus {
        color: #FF7F00 !important
    }

    .medium-slate {
        color: #555
    }

    .medium-dark-gray {
        color: #535353
    }

    .medium-light-gray {
        color: #e1e1e1
    }
}

/* == Font Sizes === */
h1 {
    font-size: 2.25rem;
    position: relative;
}

h2 {
    font-size: 1.625rem;
    position: relative;
}

h3 {
    font-size: 1.375rem;
    position: relative;
}

h4 {
    font-size: 1.125rem;
    position: relative;
}

h5 {
    font-size: 1rem;
    position: relative;
}

h6 {
    font-size: 1rem;
    position: relative;
}

/* === Font Formats === */
.caps {
    text-transform: uppercase;
}

.upper{
  text-transform: capitalize;
}

.bold {
    font-weight: bold !important;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}
a.link {
    text-decoration: underline;
    font-weight: 600;
    font-size: .875rem;
    display: block;
    color: #ff7f00
}

a.link:hover {
    color: #ff5100
}

a.link.dark {
    color: #000
}

a.link.dark:hover {
    color: #333
}

a.link:after {
    content: ' \00BB ';
    font-size: 115%;
    display: inline-block;
    text-decoration: none;
    padding-left: .25rem
}

a.fade{
  transition: all 0.25s ease-in-out;
  color: #000;
}
a.fade:hover{
  color: #ff7f00;
}
.button.primary {
    text-transform: uppercase;
    font-family: "Oswald",sans-serif;
    font-size: .9rem !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    padding: .2rem 1rem .2rem 1rem !important;
    background: #fe860a;
    background: -moz-linear-gradient(left, #fe860a 0%, #fea713 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fe860a), color-stop(100%, #fea713));
    background: -webkit-linear-gradient(left, #fe860a 0%, #fea713 100%);
    background: -o-linear-gradient(left, #fe860a 0%, #fea713 100%);
    background: -ms-linear-gradient(left, #fe860a 0%, #fea713 100%);
    background: linear-gradient(to right, #fe860a 0%, #fea713 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe860a', endColorstr='#fea713',GradientType=1 );
    background-color: #fea713 !important;
    transition: all 0.5s ease
}

.button.primary:hover {
    background-color: #ff6f00 !important;
    background: transparent;
    transition: all 0.5s ease
}

.button.secondary {
    text-transform: uppercase;
    font-family: "Oswald",sans-serif;
    font-size: .9rem !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    color: #fff;
    padding: .2rem 1rem .2rem 1rem !important;
    border: thin solid #ff7f00;
    background: #3c3c3c !important;
    background: -moz-linear-gradient(left, #3c3c3c 0%, #535353 100%);
    background: -webkit-linear-gradient(left, #3c3c3c 0%, #535353 100%);
    background: linear-gradient(to right, #3c3c3c 0%, #535353 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#535353',GradientType=1 );
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden
}

.button.secondary:hover {
    background: #ff7f00 !important;
    transition: all 0.5s ease;
    color: #fff;
    -webkit-backface-visibility: hidden
}

.button.orange-white {
    text-transform: uppercase;
    font-family: "Oswald",sans-serif;
    font-size: .8rem !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    color: #fff;
    padding: .2rem 1rem .2rem 1rem !important;
    border: thin solid #ff7f00;
    background: transparent;
    transition: all 0.5s ease
}

.button.orange-white:hover {
    background-color: #ff7f00 !important;
    background: transparent;
    transition: all 0.5s ease
}

.button.white-orange {
    text-transform: uppercase;
    font-family: "Oswald",sans-serif;
    font-size: .9rem !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    color: #fff;
    padding: .2rem 1rem .2rem 1rem !important;
    border: thin solid #fff;
    background: transparent;
    transition: background-color 0.5s ease
}

.button.white-orange:hover {
    background-color: #fff !important;
    background: transparent;
    transition: background-color 0.5s ease;
    color: #333 !important
}

.button.orange-black, .community-follow [role="button"], [role="button"]:not([class*="wysiwyg"]) {
    text-transform: uppercase;
    font-family: "Oswald",sans-serif;
    font-size: .9rem !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    color: #000;
    padding: .2rem 1rem .2rem 1rem !important;
    border: thin solid #ff7f00;
    background: transparent;
    transition: all 0.5s ease
}

.button.orange-black:hover, .community-follow [role="button"][aria-selected="true"],.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
    background-color: #ff7f00 !important;
    background: transparent;
    transition: all 0.5s ease;
    color: #fff
}

.hero-h1 {
    font-size: 4rem !important;
    font-family: "Lato",sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
    line-height: 1.2 !important
}

@media only screen and (max-width: 40em) {
    .hero-h1 {
        text-align:left !important;
        font-size: 2.5rem !important;
        line-height: 1.2 !important
    }
}

.hero-subtext {
    font-size: 1.17rem !important;
    line-height: 1.5 !important
}

@media only screen and (max-width: 40em) {
    .hero-subtext {
        text-align:left !important;
        line-height: 1.3 !important;
        margin-top: 8px !important;
        font-size: 1.125rem !important
    }
}


/* === Overlays === */
.overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #292929;
    opacity: 0.3;
    z-index: 0
}

.overlay-heavy:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #292929;
    opacity: 0.6;
    z-index: 0
}

.gradient-overlay {
    background: -moz-linear-gradient(left, #000 0%, #000 27%, transparent 62%, transparent 97%);
    background: -webkit-linear-gradient(left, #000 0%, #000 27%, transparent 62%, transparent 97%);
    background: linear-gradient(to right, #000 0%, #000 27%, transparent 62%, transparent 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}
@media only screen and (max-width: 40em) {
    .mobile-overlay-heavy:before {
        position:absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #292929;
        opacity: 0.6;
        z-index: 0
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .medium-overlay-heavy:before {
        position:absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #292929;
        opacity: 0.6;
        z-index: 0
    }
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background: #efefef;
    border-top: thick solid #e3e3e3;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.05) inset
}
/* === Header === */
#header {
	background: #010101;
	background: -moz-linear-gradient(top, #010101 0%, #3c3c3c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #010101), color-stop(100%, #3c3c3c));
	background: -webkit-linear-gradient(top, #010101 0%, #3c3c3c 100%);
	background: -o-linear-gradient(top, #010101 0%, #3c3c3c 100%);
	background: -ms-linear-gradient(top, #010101 0%, #3c3c3c 100%);
	background: linear-gradient(to bottom, #010101 0%, #3c3c3c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#3c3c3c',GradientType=0 );
	min-height: 100px;
	padding: 0 1rem;
  position: relative;
}

#header .valign-container {
	position: relative;
	height: 4.85rem;
}

#header .valign-container .valign {
	position: absolute;
	width: 100%;
	top: 50%;
	padding-top: 0rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
}a

#header .logo {
	margin-left: 1rem;
  display: inline-block;
}

#header .logo img {
width: auto;
}

a img {
	border: none;
}

img {
	display: inline-block;
	vertical-align: middle;
  max-width: 100%;
	height: auto;
}
@media only screen and (min-width: 64.0625em) {
#header .logo {
	margin-left: 1rem
}
}
#header .tagline {
	color: #fff;
	font-size: 0.925rem;
	float: left;
	padding-left: 2rem;
	display: inline-block;
}
/* === Header Uer Info === */
#header .user-nav{
  position: relative !important;
}
#header #user-name{
  color: #fff;
}
#header .submit-a-request{
  margin-left: 8px;
}
#header .button.orange-white, #header .button.white-orange{
  font-size: .9rem !important;
  padding: .2rem 2rem !important;
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 40em) {
  #header .button.orange-white, #header .button.white-orange{
    font-size: .9rem !important;
    padding: .25rem 2rem !important;
    margin-top: 0px;
    margin-bottom: 8px;
    display: inline-block;
    width: auto;
  }
  #header .button.orange-white{
    margin-left:64px;
  }
  #header .logo img {
  	margin: 0 auto;
    display: block;
  }
}
#header hr.pretty-line-orange {
    margin: 0px !important;
    position: absolute;
    bottom: 0;
    width: 100%;
}
hr.pretty-line-orange {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255,127,0,0), rgba(255,127,0,0.75), rgba(255,127,0,0));
    margin: 2.5rem 0;
}
/* === Footer === */
.footer {
	background-color: #333;
	padding: 0 1rem;
	-webkit-box-shadow: inset 0px 7px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 7px 10px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 7px 10px 0px rgba(0,0,0,0.5)
}

@media only screen {
.footer {
	padding: 1rem
}
}

@media only screen and (min-width: 64.0625em) {
.footer .valign-container {
	position: relative;
	height: 7rem
}
.footer .valign-container .valign {
	position: absolute;
	width: 100%;
	top: 50%;
	padding-top: 0.15rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	padding: 0 0.25rem
}
}
.footer ul {
	margin: 0;
	padding: 0
}
.footer ul.links {
	margin-bottom: .5rem
}
.footer ul.links li {
	list-style-type: none;
	display: inline-block
}
.footer ul.links li+li::before {
	content: " | ";
	color: #fff;
	padding: 0 0.4rem
}

@media only screen and (max-width: 40em) {
.footer ul.links li+li::before {
	content: " ";
	margin: 0;
	padding: 0 0.2rem
}
}
.footer ul.links a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase
}
.footer ul.links a:hover {
	color: #ff7e00
}
.footer ul.contact {
	font-size: 1rem;
	line-height: 1.3;
	color: #fff;
	white-space: nowrap
}
.footer ul.contact li {
	list-style-type: none;
	display: inline
}
.footer ul.contact li+li::before {
	content: " | ";
	color: #fff;
	padding: 0 0.4rem
}

@media only screen and (max-width: 40em) {
.footer ul.contact li {
	display: block
}
.footer ul.contact li+li::before {
	content: "";
	padding: 0 0
}
}
.footer ul.contact a {
	color: #fff;
	text-decoration: none
}
.footer ul.contact a:hover {
	color: #ff7e00
}
.footer .logo-large-up {
	margin-top: 2.1rem
}
#footer .logo-small-up {
	margin: 0 0 1rem 0;
	padding: 0
}
.footer .social-small-up {
	margin: 0.35rem 0 0.75rem 0;
	text-align: center
}
.footer .social-small-up li {
	padding: 0 0.15rem !important
}
.footer-copyright {
	min-height: 4.25rem;
	background-color: #000;
	color: #fff;
	font-size: .85rem;
	margin: 0;
	padding: 0
}
.footer-copyright .valign-container {
	position: relative;
	height: 4.25rem
}
.footer-copyright .valign-container .valign {
	position: absolute;
	width: 100%;
	top: 50%;
	padding-top: 0.25rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}
.footer-copyright a {
	color: #fff;

	/*padding: 0 0.25rem*/
}
.footer-copyright a:hover {
	color: #ff7e00
}
.footer-copyright .wrap-small-only {
	display: inline
}

@media only screen and (max-width: 40em) {
.footer-copyright .wrap-small-only {
	display: block
}
}

/* === Footer Push === */
.wrapper {
	min-height: calc(100vh - 265px);
	margin: 0 auto -82px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
  height: 145px; /* '.push' must be the same height as 'footer' */
}
/* === Hero Area === */
/*.hero-inner{
  background-color: rgba(0,0,0,0.4);
  padding:8px 24px;
  border-radius: 10px;
}*/

/* === Home 4 Col Links === */
.icon .fa{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  vertical-align: middle;
  border: 2px solid #ff7f00;
  background: #3c3c3c;
  color: #fff;
  transition: all .25s ease-in-out;
}
.icon .fa:hover{
  border: 2px solid #ff7f00;
  background: #fff;
  color: #3c3c3c;
}

/* === Home News Area === */
.recent-activity-item-parent, .recent-activity-item-link{
  width:100%;
}
.recent-activity-item{
  border: none;
}
.recent-activity-item:nth-of-type(n+4){
  display:none;
}

.recent-activity-item-parent{
  color: #000;
  font-weight: bold;
}
.recent-activity-item-link, .recent-activity-item-time, .recent-activity-item-comment{
  color: #3c3c3c;
}
.recent-activity-item-meta{
  float: none;
  font-style: italic;
  margin-top: 8px;
}
.recent-activity-controls{
  display:none !important;
}
.home-articles{
  padding: 15px 0;
  border-bottom: thin solid #999;
}
.home-articles:last-of-type, .home-articles:nth-of-type(n+6){
  border: none !important;
}
.home-articles a{
  color: #000;
}
.home-articles:nth-of-type(n+7){
  display:none;
}

/* === Breadcrumbs === */
.breadcrumbs a{
  color: #ff7f00;
}

/* === Follow Button === */
.section-subscribe .button, .article-subscribe{
  font-size: .75rem !important;
}
.topic-subscribe .dropdown-toggle{
  font-size: .85rem !important;
  margin-right:8px;
}

/* === Featured Articles === */
#featured-articles h4{
  display:inline-block;
}
/* === Contributions Template === */
.dark-list li a{
  color: #000;
}
.my-activities-sub-nav li[aria-selected="true"]{
  color: #000;
}

/* === Section Page === */
.article-list-item a{
  max-width: 85%;
  display: inline-block;
}
.article-list-item:after{
  content: '';
  /*border-bottom:thin solid #ddd;*/
  width:90%;
  display:block;
  /*margin-top:15px;*/
}

/* === Community Section === */
.community-header-img{
  background-image: url(//p4.zdassets.com/hc/theme_assets/978736/200239918/1600x400_learn_portal_C.jpg) !important;
}
.status-label{
  text-transform: capitalize;
}

/* === User Profile === */
.profile-avatar .user-avatar{
  height:100px;
  width: 100px;
}
.orange-block{
  border: thin solid #ff7f00;
  border-radius: 6px;
  padding: 16px 0;
  text-align: center;
  margin-right:24px;
}
.orange-block:last-of-type{
  margin-right: 0;
}
@media only screen and (max-width: 40em) {
  .orange-block{
    margin-right:0px;
  }
}
.pagination-next a::after, .pagination-next.disabled::after{
  display:none !important;
}
.pagination a:hover, .pagination button:hover{
  color: #fff !important;
  border-radius: 100%;
}

/* === Home KB Accordion === */
.category-section{
  padding-left:25px;
}
.category-section-title a{
  color: #000;
}
.home-accordion-item{
  color: #3c3c3c !important;
  font-size:1.25rem !important;
  padding: 0.85rem 1.25rem !important;
  border: thin solid #ccc !important;
  border-radius: 6px !important;
  transition: all ease .25s;
}
.is-accordion-submenu-parent > a::after{
  border-color: #ff7f00 transparent transparent;
}
.is-accordion-submenu-parent{
  margin-bottom: 1rem;
}
.home-accordion-item:hover, .home-accordion-item:focus{
  color: #3c3c3c;
  text-decoration: none;
}
.is-accordion-submenu-parent[aria-expanded="true"] .home-accordion-item{
  border-radius: 6px 6px 0px 0px !important;
}
.home-accordion-item-container{
  /*border-left: thin solid #ccc !important;
  border-right: thin solid #ccc !important;
  border-bottom: thin solid #ccc !important;*/
  border: thin solid #ccc !important;
  border-radius: 0 0 6px 6px;
}
.see-all-articles{
  display: inline-block;
}
.kb-categories-list{
  display: block;
}

/* === Featured Articles on Section Page icon fix ===*/
.icon-star.float-left{
  margin-right: 8px;
}

/* === Remove extra Margin bottom from search field on community post page === */
.search.mb0 input{
  margin-bottom: 0 !important;
}

/* === WYSIWYG Editor Overrides === */


.split :nth-child(2) li:nth-child(-1n+15) {
	display: none;
}
.split :nth-child(1) li:nth-child(1n+16) {
	display: none;
}
.section-homecats {
	display: flex;
	display: table;
	/* IE < 10, Opera *Presto* Desktop (Now dead) */

	display: -webkit-box;
	/* Safari 3.1 - 6, Chrome < 21 (2009 Spec), UCBrowser Android */

	display: -moz-box;
	/* Firefox 2 - 27 (2009 Spec), UCMini Android */

	display: -ms-flexbox;
	/* IE10 (2012 Syntax) */

	display: -webkit-flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: left;
}
@media (min-width: 768px) {
	.section-homecats {
		flex-direction: row;
		text-align: left;
	}
}
.section-homecats .section, .section-homecats ul {
	flex: initial;
}
@media (min-width: 768px) {
	.section-homecats .section, .section-homecats ul {
		flex: 0 0 45%;
		/* Two columns for tablet and desktop. Leaving 5% separation between columns */
	}
}
.section-homecats .see-all-articles {
	display: block;
	padding: 15px 0;
}
