

p a {
color: #006881;
font-weight: bold;
}

p a:hover {
color: red;
}

h1, h4 {
    text-align: center;
}

.noborder {
    border: none;
    text-align: center;
}

.border {
     border-color: #33ccff;
  border-style: dotted;
  padding: 5px;
  border-width: 2px;
}

.qbutton {
    border-style: dotted;
text-align: center;
width: auto;
}

.full_width,
.container {
    position: relative !important;
}

.post_info{
    display:none!important;
}

.nf-form-content .nf-field-element input[type="radio"].ninja-forms-field:not(select) {
height: auto;
}
/*gets rid of top gap*/
.single-post .content .content_inner > .container > .container_inner {
    width: 100%;
margin-top: -23px !important;
}

.latest_post_two_text {
background-color: #6D97AA;
}

/* latest posts 2 hide author */
.latest_post_two_holder .latest_post_two_info .post_info_author {
    display: none !important;
}
/* single post hide author */
.single-post article .post_author {
    display: none !important;
}

/* single post hide title */
.single-post article h2.entry_title {
    display: none;
}

.rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
 
    /* black overlay with 50% transparency */
    background: rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1000px) {
  nav.main_menu ul li#nav-menu-item-2652 a {    
    border: 1px solid #ffffff;    
    background-color: #006881;
    line-height: 30px;    
    height: 30px;    
    margin: 60px 0;
  }

  nav.main_menu ul li#nav-menu-item-2652 a:hover {    
    background-color: #d7df23;
  }

  header.sticky nav.main_menu ul li#nav-menu-item-2652 a {    
    margin: 12px 0;    
    border: 1px solid #9d9d9d;
  }
}

/*to make the load option always show*/
#nf-form-35-cont > div > div.nf-before-form > nf-section > fieldset > table > tbody > tr > td > a.load
{
display:inline;
background-color:  #d7df23;
color: #333;
font-weight: bold;
text-transform: uppercase;
padding: 10px
}
.highlight {
color: #FFF;
    background-color: #84C8EA;
    border: 0;
    text-align: center;
}

.highlight:hover {
    background-color: #3AB0D9;
    color: #ffffff;
    text-decoration: none; }