/*
Theme Name: Divi child theme
Template: Divi
*/
@import url("../Divi/style.css");

/* YOUR CSS EDITS GO BELOW THIS LINE AND AND CSS RULES YOU MAKE HERE WILL OVERIDE THE MASTER DIVI THEME CSS RULES */


/*Hide the Divi Footer*/
#main-footer {
	display: none;
}

#top-menu li.current-menu-item > a {
    color: #000000 !important;
}
h2  {
	color:#FFFFFF !important;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
}
h3  {
	color:#333333 !important;
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
}
p  {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}
#smash  h2  {
	font-size:24px;
}
#homeText p {
	color:#000000;
	font-size:15px;
	font-weight:bold;
	line-height:17px;
}
.resources p {
	color:#333333;
	font-size:18px;
	font-weight:bold;
}
.black  {
	font-size:19px;
	color:#333333;
	padding-right:4px;
}
.pleaseComplete  {
	font-size:16px;
	color:#333333;
	font-weight:normal;
}
.blackText  {
	color:#333333;
}
.whiteSub  {
	color:#FFFFFF;
	font-size:16px;
}
.navHome {
	background-color:#999999!important;
}
.navText  {
	float:left;
	margin-top:20px;
}
.navText a:hover {
	color:#666666;
	text-decoration:underline;
}
.navArrow {
	float:right;
	margin-right:5px;
}
.linksPA a {
	text-decoration:underline;
}
.linksPA h3 {
	padding-bottom:10px;
}
#copyrightFooter p  {
	color:#666666;
	font-weight:normal;
}
.refs  {
  color:#333333;
  font-size:12px;
}




/*** DIVI BREAKPOINTS  ***/

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
  #copyrightFooter  {
    text-align:center;
  }
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {

}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {

	/*** fix for level 1 and resources arrows only ***/
	.arrowAdjustMobile  {
	margin-right:20px !important;
	}
 
}