@charset "utf-8";
/*** custom css ***/
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

/*** foundation.css overrides **/
body {
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  color: #333333;
}
/* heading overrides */
h1, h2, h3 {
  color: #fc0400;
}
a {
  color: #fc0400;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
/* Orbit slider background - home page */
#featured {
  background-image:url(/images/adobe-training-slide-background.jpg) !important; 
  background-repeat:no-repeat !important; 
  background-position:center !important;
}
/* adjust top-bar */
.contain-to-grid {
	border-bottom-width: .2rem;
	border-bottom-style: solid;
	border-bottom-color: #999999;	
}
.top-bar-section .dropdown a {
	/*background-color: #5568D4 !important;*/
	text-align: left;
}
.top-bar-section li a:hover {
  background-color: #878787 !important;
  text-decoration: none;
}
/* a little bit of space below menu bar */
.contain-to-grid {
	margin-bottom: .8rem !important;
}
/* adjust panel class */
.panel.callout {
    background: #333333;
    border-color: #000000;
    color: #FFFFFF;
}
.panel.callout h4, .panel.callout h5, .panel.callout a, .panel.callout small  {
    color: #FFFFFF !important;
}
.panel:not(.callout) div:hover, .panel:not(.callout) a:hover  {
	text-decoration: none;
	background: #C8C8C8 !important;	
}
/* for calendar page month buttons at top */
button, .button, button a, .button a {
	background-color: #999999;
	color: #FFF;
}
button:hover, .button:hover, button a:hover, .button a:hover {
	background-color: #333333;
}
button.small, .button.small {
	font-size: 0.8125rem;
	padding: 0.5rem 0.75rem 0.5rem;
	/*background-color: #999999;*/
}
button.small:hover, .button.small:hover, button a:hover, .button a:hover {
	text-decoration: none;
	/*background-color: #333333;*/
}
/* form classes */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
    background: #fc0400;
}
.error label, .error label.error {
    color: #fc0400;
}
label {
	font-weight: bold;
	color: #999;
}
/***************************************/
/* max-width 640px, mobile-only styles*/
@media only screen and (max-width: 40em) {
h1 { font-size: 1.325rem; }
h2 { font-size: 1.125rem; }
h3 { font-size: 1rem; }	
h4 { font-size: 1rem; color: #333; }
h5 { font-size: .65rem; }
h6 { font-size: .5rem; }
h1, h2, h3, h4 {
	line-height: 1rem;
}
/* Make menu bars thicker */
.top-bar .toggle-topbar.menu-icon a span::after {
          box-shadow: 0 0 0 2px #ebebeb, 0 7px 0 2px #ebebeb, 0 14px 0 2px #ebebeb;
}
}
/***************************************/
/* min-width 641px, medium screens + */
@media only screen and (min-width: 40.063em) {
body {
	background-image: url(../images/thinqdigital-background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FC0400;
	background-attachment: fixed;
}
p {
    font-size: .925rem;
    font-weight: normal;
    line-height: 1.25rem;
    margin-bottom: .625rem;
}
ul, ol, dl {
    font-size: .925rem;
}
/* add some space to submenu section */
.top-bar-section .dropdown {
	width: 7.5rem !important;
	left: 0% !important;
}
.top-bar-section li a {
	text-align: center;
	min-width: 7.5rem;
}
.top-bar-section a {
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif !important;
	font-weight: 700 !important;
	font-style: normal;
	font-size: 1.125rem !important;
}
/* heading overrides */
h1, h2, h3, h4 {
	font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem;
}
h1 { font-size: 2rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.325rem; }
h4 { font-size: 1.125rem; }
h5 { font-size: 1rem; }	
h6 { font-size: .75rem; }
  
}
