@import url(//fonts.googleapis.com/css?family=Merriweather:300|Open+Sans);

/* GLOBAL STYLING */
html, body {
  height: 100%;
}
html, button, input, select, textarea, p, div {
  font-family: 'Open Sans', 'Trebuchet MS', Verdana, sans-serif;
}
p, div, li {
  line-height: 150%;
}


/* BANNER STYLING */
.skin-title {
  padding-top:10px;
  padding-left:10px;
}
.title-text {
  margin:0;
  padding:0;
}
.subtitle-text {
  color: #666666 !important; /* CAN'T BE A LIGHTER GRAY DUE TO  WCAG 2.0 COLOR CONTRAST REQUIREMENT */
  padding:3px 0px;
}


/* SEARCH BOX STYLING */
.desktop-search {
  margin:20px 0px 0px 0px;
  padding:0px;
}
.skin-search-input {
  width: 225px;
  margin: 0;
  padding: 5px 10px;
  border-radius: 3px;
  border: solid 1px #444444;
  font-size:1.0em;
}
.social, .header-links {
  margin:0;
  padding:0;
}


/* NAVIGATION STYLING */
.nav-main, .navbar, .otnav {
  padding-left: 10px;
  font-variant: normal !important;
  text-tranform: none !important;
  margin: 0 auto;
}
.dropdown, .dropdown-toggle {
  font-variant: normal !important;
  font-weight: normal !important;
  text-tranform: none !important;
  font-size:100% !important;
  margin:0;
  padding:0;
}
.otnav {
  min-height: 42px;
  font-variant: normal !important;
  padding:0;
}
.otnav li a {
  text-transform: none;
}
.otnav ul li a:hover, .otnav ul ul li {
  border-bottom:1px solid #555555;
}
.otnav ul ul {
  padding: 0;
}
.otnav ul ul li{
  padding-left: 7px;
}


/* ANNOUNCEMENT STYLING */
.hi-main-barn-28585.hot {
  cursor: pointer;
  padding: 15px 0 0 0;
  margin: 0;
  line-height: 100%;
}
.hi-main-bar {
  padding: 0;
  margin: 0;
  line-height: 100%;
}


/* BREADCRUMB STYLING */
.skin-breadcrumb-container {
  padding-left: 15px;
}
.skin-breadcrumb-container a {
  color: #1272A0;
}
.skin-breadcrumb-container a:hover {
  color: #cc0000;
}


/* HEADER STYLING */
h1, h2, h3, h4, h5, h6, .container-title {
  font-family: 'Merriweather', Georgia, serif;
}
h1, h1.containers-v2 {
  font-weight:normal;
  color: #1272A0;
  margin-top:0px;
  margin-bottom:15px;
  padding-bottom:15px;
}
.containers-v2.top-line-title, .container-title {
  margin-top:35px;
  margin-bottom:0px;
  padding-top: 0px;
  padding-bottom:0px;
  border-top: 0px solid #999999;
  line-height:120%;
}
h2 {
  font-style: italic;
  font-weight: normal;
  font-size:190%;
  color: #666666;
}
h3 {
  font-size:170%;
  font-weight: normal;
  color: #444444;
}
h4 {
  font-style: italic;
  font-weight: normal;
  font-size:150%;
  color: #333333;
}


/* ACCORDION MENU STYLING */
.af2AccordionRootNode {
  background-color: #1272A0;
}
.af2AccordionRootNode a:visited{
  color: #fff !important;
}
.af2AccordionMenu .htmlSection {
	padding: 10px;
}
.af2AccordionMenu .htmlSection ul li{
	list-style-type: circle;
}
.af2AccordionMenu .htmlSection ul li ul li{
	list-style-type: disc;
}
.af2AccordionMenu .htmlSection ol li{
	list-style-type: decimal;
}


/* BUTTON STYLING */
.btn-info {
	background-color: #1272A0;
	color: #fff !important;
}
.btn-info:hover {
	background-color: #116992; 
	color: #fff !important;
}


/* MICRO QUIZ STYLING */
 .quizContainer {
    background-color: #eee;
    border-radius: 6px;
    margin: auto;
    padding: 10px;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}
.nextButton, .submitButton {
    box-shadow: 3px 3px 5px #888;
    border-radius: 6px;
    width: 150px;
    height: 40px;
    text-align: center;
    background-color: lightgrey;
    position: relative;
    margin: auto;
    padding-top: 10px;
    text-decoration:underline;
    cursor:pointer;
}
.compareButton {
    box-shadow: 3px 3px 5px #888;
    border-radius: 6px;
    width: 180px;
    height: 30px;
    text-align: center;
    background-color: lightgrey;
    margin: 10px;
    margin-left: 5px;
    padding: 5px;
    text-decoration:underline;
    cursor:pointer;
}
.question {
    width: auto;
    height: auto;
    margin: auto auto 10px;
    border-radius: 2px;
    background-color: lightgrey;
    padding:5px;
    font-weight:bold;
}
.quizMessage {
    background-color: #f5f5f5;
    border-radius: 6px;
    width: 30%;
    margin: auto;
    text-align: center;
    padding: 2px;
    color: red;
}
.choiceList {
    color: #1272A0;
    list-style: none;
}
.result {
    width: 30%;
    height: auto;
    border-radius: 6px;
    background-color: linen;
    margin: auto auto 10px;
    text-align: center;
}
input[type=radio] {
    border: 0px;
    width: 20px;
}

footer {
  padding-top: 25px !important;
}