body {
    background-color: #fcfcfc;
}
/* Note: Use sup for Service Mark (sm) Styling */
sup {
	font: normal 0.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: -0.5em;
	font-variant-position: super;
}
/* for abm logo */
.abmlogo {
	background: url('../img/abm/logo-abm-a.png') no-repeat left top;
	display: block; 
	height: 3em;
	padding-left: 3em;
	margin-top: 3em;
}
h5.abmlogo, .abmlogo a {
	color: #742787;
	padding-top: 12px;
}

/** Set the backgrounds for the different sections **/
.header-area {
    background-color: #99d1fd;
    background:  #99d1fd;
    background: linear-gradient(to bottom, rgba(153, 209, 253, 0.5) 0%, rgba(153, 209, 253, 0.9) 100%) repeat scroll 0 0 transparent;
    min-height: 10em; /*160px;*/
}

.header-contact {
   margin: 1em auto auto auto;
}
.header-contact p {
	color: #333;
	font-weight: 700;	
}

.vcard {
	font-size: 1.2em;
	margin-top: 3em;
	margin-bottom: 3em;
}

 .vcard .org {
    font-weight: bold;
    font-size: 0.9375em; }

/* make ul indented */
ul  {padding-left: 1.5em; margin-left: 1.5em;}
ul li {padding-bottom: .5em;}
ul li.last {padding-bottom: 0em;}


/* Workshop Announcement */
.workshop-announce {
	background-color: #faf2ed;
}
h3.workshop {
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: center;
}
h5.workshop{
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: center;
}
p.workshop {
	font-size: 1em;
	line-height: 1em;
	text-align: center;
}
    
/* Quote Styles */
.moshe-quote {
	background-color: #faf2ed; 
	font-size: 1.2em;
}
p.quote  {
	line-height: 1.6em;
}
.quote-start {
	font-size: 3em; 
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #777;
}
.quote-end {
	font-size: 3em; 
	font-family: Georgia, 'Times New Roman', Times, serif; 
	float: right; 
	margin-top: 0.4em;
	color: #777;
}

/* Copyright Styles */
.copyright {
	font: italic 76% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #aeaeae;
}

.copyright a:link  { color: #aeaeae ; text-decoration: underline ; }
.copyright a:visited  { color: #aeaeae ; text-decoration: underline ; }
.copyright a:hover  { color: #cfcfcf; text-decoration: none ;}
.copyright a:active  { color: #cfcfcf ; text-decoration: underline ;}

.navigation-area {
    background-image: url('../img/nav-container.png'); /* need to move to end - something is causing it to display as none in this section */
    background-repeat: repeat-x;
    padding-bottom: 1em;
}
.content-area {
    padding: 1.5em 0 2em 0;
}

.footer-area {
    background-color: #333333;
    color: #fff;
    background:  #333333;
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0.5) 0%, rgba(51, 51, 51, 0.9) 100%) repeat scroll 0 0 transparent;
    min-height: 7em; /*160px;*/
    padding: 3em 0 2em 0 ;
}
.full-width {
    min-width:100%;
    position: relative;
}

/** Changes background color, height and margin of the border **/
.top-bar {
    background: none;
    height: 3.5em; /*58px; to 3.5em*/
    line-height: 3.5em;
    margin-bottom: 0;

}
/** Removes black background on menu bar **/
.top-bar-section ul {
    background: none;
    text-transform: uppercase;
    font-size: 1.2em;
}
/** Removes black background on menu item **/
.top-bar-section li a:not(.button) {
    background: none;
    line-height: 2.0em; /* 33px adjust hieght of button */
    padding:  0 1.5em;
    margin-top: 0.8em;  /* adjust distance from top of nav area */
}
/* addes space between buttons */
.top-bar-section li {
	padding: 0 0.2em;
}
/** Changes the active menu item from default black to a gradient **/
.top-bar-section ul li.active > a {
    background:  rgb(255, 111, 2);
    background: linear-gradient(to bottom, rgba(255, 111, 2, 0.5) 0%, rgba(255, 111, 2, 0.9) 100%) repeat scroll 0 0 transparent;
    background: transparent;
    color: #ff6f02;
    /* round corners of active background */
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 150px;

}

/** Changes the hover state of non active menu items **/
.top-bar-section li:hover a {
    background: linear-gradient(to bottom, rgba(222, 222, 222, 0.4) 0%, rgba(250, 250, 250, 0.9) 100%) repeat scroll 0 0 transparent;
    color: #444;
  /* round corners of hover background */
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
}
/** Changes non active menu items text color to grey ||black|| **/
.top-bar-section ul li > a {
    color: #9a9a9a;
}
/** Changes the hover state of dropdown menu items **/
.top-bar-section ul.dropdown li a:hover:not(.button) {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
}
/** IMPORTANT fill for the ul dropdown container **/
.top-bar-section ul.dropdown {
    background: transparant;
    color: #fff;
}

/** This fixes the position and the color of the dropdown arrow **/
.top-bar-section .has-dropdown > a:after {
    border-color: rgba(0, 0, 0, 1) transparent transparent;
    margin-top: 2.5px;
}
.navigation-area {
    background-image: url('../img/nav-container.png');
    background-repeat: repeat-x;
    padding-bottom: 1em;
}

@media only screen and (max-width: 942px) {
    /* Makes the responsive menu fit in the navigation container and change its background to black */
    .top-bar.expanded .title-area {
    	background: rgba(255, 111, 2, 0.3);
    }
    .top-bar ul {
        background-color: rgba(255, 111, 2, 0.4);
        padding-bottom: 13px;
    }
    /* Change non active menu item color to black */
    .top-bar-section ul li > a {
        color: #000;
    }
    /* Gives the dropdown ul a black fill */
    .top-bar-section ul {
        background: rgba(255, 111, 2, 0.1);
    }
    .top-bar-section li:hover a {
  /* make round corners square on hover background */
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    /* Give the BACK button after going in a submenu the appropriate filling */
    .top-bar-section .dropdown li.title h5 a {
        line-height: 57px;
    }
    /* This fixes the position and the color of the dropdown arrow */
    .top-bar-section .has-dropdown > a:after {
        border-color: rgba(255, 255, 255, 1) transparent transparent;
        margin-top: 2.5px;
    }
} /* end media query */
}