@charset "UTF-8";
/* CSS Document */

/*Back & Next Buttons
------------------------------------*/

@media (max-width:767px) {
	.breadcrumbs {
		display: none;
	}
}

.pager.pager-v4 li a {
   font-size: 1.2em; 
   background: #99BD38; 
   color: #FFF;
   padding: 6px 50px 6px 50px;
   margin-top: 10px;
   min-width: 20%;
}

.pager.pager-v4 li a:hover {
  color: #fff;
  background: #018ACF;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pager.pager-v4 li > a {
   -webkit-transition: all 0.1s ease-in-out;
   -moz-transition: all 0.1s ease-in-out;
   -o-transition: all 0.1s ease-in-out;
   transition: all 0.1s ease-in-out;  
}

.pager.pager-v4 li > a:hover 
.pager.pager-v4 li > a:focus {
   color: #fff;
   background: #72c02c;
}

@media (max-width: 544px) {
 .pager.pager-v4 li a {
   width: 100%;
   margin-top: 15px;
}

 .pager.pager-v4 li.previous a {
   margin-bottom: 10px;
}
}

.utility-nav-links a 
{
    color: #009de0;
}

.utility-nav-links a:hover	{
	color:#99bc39;
}

.news-v2 a
{
    color: #555;
}

.news-v2 a:hover
{
    color: #000066;
}

/*Module intro screen
------------------------------------*/
.module-intro {
	background: 
    /* gradient */ 
    linear-gradient(
      rgba(0, 0, 0, 0.75), 
      rgba(0, 0, 0, 0.0)
    ),
    /* bottom, image */
    url(../img/sample-module-bground.jpg);
	background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
	color: #FFF;
}

.module-intro p { 
	color: #FFF;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);
	font-size: 1.3em;
}

.module-intro { 
	margin-bottom: 0px;
	min-height: 600px;
}

.module-intro h1 { 
	font-weight: bold;
	color: #FFF;
	font-size: 2.2em;
	margin-bottom: 30px;
	margin-top: 45px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.module-intro .btn-brd {
	color: #FFF;
	border: 2px solid #FFF;
	padding-top: 17px;
	padding-bottom: 17px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
	background-color:rgba(0, 0, 0, 0.2);
	font-size: 1em;
}

.module-intro .btn-brd:hover {
	color: #FFF;
	border: 2px solid #CCC;
	padding-top: 17px;
	padding-bottom: 17px;
	background-color:rgba(0, 0, 0, 0.5);
  	text-decoration: none;
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

@media (max-width: 544px) {
.module-intro h1 { 
	font-size: 1.7em;
	margin-top: 5px;
	margin-bottom: 10px;
}

.module-intro {
    background-size: 115%;
}
}

.module-img-caption {
	text-align: center;
	margin: 10px 20px 25px 10px;
	font-style: italic;
}

.module-quiz-question {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #EFEFEF;
}

.module-quiz-question input {
	font-size: 16px;
  }
 
 .module-quiz-question textarea {
	font-size: 16px;
  }
  
@media (max-width: 480px) {
.module-intro h1 { 
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 30px;
}

.module-intro p { 
	font-size: 1.1em;
	margin-top: 0px;
}

.module-intro {
    background-size: 140%;
}
}
