/* Add Comments Here */

h1 {
  color: rgba(255,255,255, 0.9);
}

h2 {
  font-size: 1.7em!important;
  text-transform: capitalize!important;
}

h3 {
  font-style: 'Open Sans';
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

ul, ol {
  margin-left: 25px;
}

/* Random Styles */

#highlight-yellow {
  background-color: lemonchiffon;
  padding: 5px;
}

#highlight-white-text {
  background-color: #FFD966;
  padding: 5px;
}

/* Primary Nav CTA */
.menu_cta {
  background: rgba(210,101,34,0.9);
  padding: 10px 10px 10px 10px;
  font-size: 11px; 
      font-variant: small-caps;
  font-family: Georgia, Helvetica, Arial, Lucida, sans-serif !important;
  width: 200px;
  height: 25px;
  text-align: center;
}

/* style the get started cta button */
.get-started {border-radius: 0px; }
.get-started a {color: #fff!important;}
li.get-started {
	background-color: rgba(210,101,34,0.9); 
    font-weight: 400; 
    font-size: .8em!important;
    text-align: center; 
    padding: 15px 20px 18px 20px!important;

    border-radius: 0px;
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

li.get-started:hover {
  background-color: rgba(210,101,34,1);
}
 
/* fixed header button text color */
.et-fixed-header #top-menu .get-started a {
	color: #fff!important;
}
.get-started li.current-menu-ancestor > a, .get-started li.current-menu-item > a {
	color: #fff !important;
}
 
@media only screen and (min-width : 981px) {
	li.get-started {height: 40px;}
}
