/* facebook background color */
.facebook-feed-container {
  background: #f2f2f2;
}

/* horizontal style facebook feed test */
.facebook-feed-horizontal #cff .cff-item
{
  width: 46%; 
  clear: none; 
  padding: 0 2%; 
  border: none !important;
}
  


/* style NGP Van forms */
.at form .label-amount input {
  padding-left: 24px;
}
.at input[type="checkbox"]+span:after {
  font-size: 11px;
}

.multistep-layout .LegalDescription p,
.at-markup.LegalDescription
.at-markup.FooterHtml {
    font-size: 13px;
    color: #888;
}

.at-banner,
.at-title,
.returnToWebsite,
.at-paid-for-by {
  display: none;
}
.at h1 {
  font-size: 29px;
}

.at .btn-at-primary {
    border: 1px solid #2d6ca2;
    border-color: transparent;
}

.at .at-step>*:before {
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 13px;
}

.at label,
.at select,
.at input[type="text"],
.at input[type="password"],
.at input[type="date"],
.at input[type="datetime"],
.at input[type="datetime-local"],
.at input[type="month"],
.at input[type="week"],
.at input[type="email"],
.at input[type="number"],
.at input[type="search"],
.at input[type="tel"],
.at input[type="time"],
.at input[type="url"],
.at input[type="color"],
.at textarea,
.at fieldset legend,
.at-alert,
.at .error small.error {
    font-size: 16px;
}
.at input[type="text"],
.at input[type="password"],
.at input[type="date"],
.at input[type="datetime"],
.at input[type="datetime-local"],
.at input[type="month"],
.at input[type="week"],
.at input[type="email"],
.at input[type="number"],
.at input[type="search"],
.at input[type="tel"],
.at input[type="time"],
.at input[type="url"],
.at input[type="color"],
.at textarea,
.at input[type="file"],
.at input[type="checkbox"],
.at input[type="radio"],
.at select{
  height: 40px;
}

.at input[type="checkbox"]+span:before {
    height: 16px;
    width: 16px;
    top: 4px;
}
.at input[type="checkbox"]+span {
    padding-left: 22px;
}

/* style contribute button */
.contribute-menu {
      margin: auto 10px;
}

.contribute-menu a {
  padding: 7px 10px !important;
  margin-top: 6px !important;
  background: #e20003;
  border-radius: 5px;
  box-shadow: #444 1px 1px 3px;
  color: white !important;
  transition: margin 200ms ease-out;
}
.contribute-menu a:hover {
  background: #e20003 !important;
  opacity: .9;
}
.contribute-menu a:focus,
.contribute-menu a:active {
  background: #e20003 !important;
  opacity: .9;
  transition: margin 200ms ease-in;
  margin-top: 7px;
  outline:none;
}

/* clean up sub menu links in mobile */
@media (max-width: 767px) {
	nav ul.sub-menu li {
  border-top-color: #4b80c0 !important;
  }   
  nav ul.sub-menu li a{
  color: white !important;
  }

}

/* "thar" button animation */
.contribute-menu a {
	cursor: pointer;
	display: block;
	position: relative;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.contribute-menu a:hover {
	background-color: transparent;
	text-shadow: ntwo;
}
.contribute-menu a:hover:before {
	top: 0%;
	bottom: auto;
	height: 100%;
}
.contribute-menu a:before {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
  border-radius: 5px; /* round corners to match button */
	background: #4A80C0; /* color of the Thar effect */
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}



/* shrink logo slightly */
.fl-page-header-primary .fl-logo-img {
  height: 85px !important;
}

/* hover effect for nav */
.fl-page-nav-wrap .navbar-nav li > a:hover,
.fl-page-nav-wrap .navbar-nav li > a:focus,
.fl-page-nav ul.sub-menu li a:hover,
.fl-page-nav ul.sub-menu li a:focus {
	color: #024b8a;
}