/* ========================================
				GENERAL STYLES
   ======================================== */
@font-face {
  font-family: sharp-sans;
  src: url(/fonts/SharpSans-Medium.otf); }
@font-face {
  font-family: sharp-sans;
  src: url(/fonts/SharpSans-Bold.otf);
  font-weight: bold; }
@font-face {
  font-family: sharp-sans;
  src: url(/fonts/SharpSans-Extrabold.otf);
  font-weight: bold; }
@font-face {
  font-family: sharp-sans;
  src: url(/fonts/SharpSans-Light.otf);
  font-weight: 300; }
* {
  font-family: sharp-sans; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a img {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    a img:hover {
      transform: scale(0.85);
      -moz-transform: scale(0.85);
      -webkit-transform: scale(0.85); }

.donate-btn {
  align-items: center;
  background: #f97f2f;
  border-radius: 5px;
  color: white;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  height: 45px;
  justify-content: center;
  padding: 0px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .donate-btn:hover {
    background: white;
    color: #f97f2f; }
  @media screen and (max-width: 992px) {
    .donate-btn {
      height: 35px; } }

.form-btn {
  background: #005796;
  border: 1px solid #005796;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 30px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .form-btn:hover {
    background: white;
    border: none;
    border-left: 1px solid #00b2f1;
    color: #005796; }

.rotate180 {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.input-button-group {
  position: relative; }
  .input-button-group input {
    height: 45px;
    width: 85% !important;
    border: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    outline: none; }
    @media screen and (max-width: 992px) {
      .input-button-group input {
        height: 35px; } }
  .input-button-group button {
    align-items: center;
    border: none;
    bottom: 0;
    display: flex;
    height: 45px;
    justify-content: center;
    margin: 0;
    position: absolute;
    right: 0;
    padding: 0;
    width: 15% !important; }
    @media screen and (max-width: 992px) {
      .input-button-group button {
        height: 35px; } }

h2 {
  font-weight: 700; }
  @media screen and (max-width: 1200px) {
    h2 {
      font-size: 2.4em !important; } }
  @media screen and (max-width: 992px) {
    h2 {
      font-size: 1.8em !important; } }

@media screen and (max-width: 1200px) {
  h3 {
    font-size: 21px; } }
@media screen and (max-width: 992px) {
  h3 {
    font-size: 17px !important; } }

/* =Simple animation up */
.slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

.is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  
.inner-content-wrapper {
    background: #fcf9f5;
    box-shadow: 0px 0px 45px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 45px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 45px 3px rgba(0, 0, 0, 0.15);
    max-width: 80%;
    margin: 45px auto;
    padding: 40px;
    padding-bottom: 20px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    @media screen and (max-width: 768px) {
      .inner-content-wrapper {
        max-width: 90%;
        text-align: center; } }
    @media screen and (max-width: 500px) {
      .inner-content-wrapper {
        max-width: 95%; } }
    .inner-content-wrapper h3 {
      color: #293a5d;
      font-weight: bold;
      text-align: center; }
    .inner-content-wrapper p {
      font-size: 1.1em;
      line-height: 1.4em;
      margin-bottom: 30px; }

/* ========================================
				SECTION STYLES
   ======================================== */
#header {
  padding: 30px; }
  #header object {
    max-width: 300px; }
    #header object svg {
      stroke-dashoffset: 1000;
      stroke-dasharray: 1000; }
  #header .col-xs-6 {
    padding: 0; }
  #header .header-logo {
    float: left; }
  #header .header-contribute {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center; }
    #header .header-contribute .nav-item {
      color: #005796;
      padding: 30px;
      font-weight: bold;
      font-size: 18px;}
      #header .header-contribute .nav-item:hover {
      color: #f97f2f;
      }
    #header .header-contribute .donate-btn {
      padding: 20px 40px; }
      @media screen and (max-width: 550px) {
        #header .header-contribute .donate-btn {
          padding: 10px 20px;
          font-size: 15px; } }

#intro {
  background: url(/img/intro-header4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    #intro {
      padding: 40px 0; } }
  #intro h2, #intro h3, #intro p {
    color: white;
    text-align: center; }
  #intro h2 {
    font-size: 2.8em;
    margin: 0; }
  #intro h3 {
    margin: 0; }
  #intro img {
    margin: 0 auto; }
    @media screen and (max-width: 992px) {
      #intro img {
        width: 400px;
        max-width: 100%;
        padding-bottom: 20px; } }
  #intro .row:nth-of-type(2) {
    padding-top: 60px; }
    @media screen and (max-width: 992px) {
      #intro .row:nth-of-type(2) {
        padding-top: 30px;
        padding-bottom: 60px; } }
    @media screen and (max-width: 768px) {
      #intro .row:nth-of-type(2) {
        padding-top: 10px;
        padding-bottom: 60px; } }
    #intro .row:nth-of-type(2) h2 {
      font-size: 2.4em; }
    #intro .row:nth-of-type(2) .donate .col-xs-3 {
      padding: 0 10px; }
    @media screen and (max-width: 768px) {
      #intro .row:nth-of-type(2) .donate {
        margin: 0 auto;
        max-width: 90%; } }
  #intro .col-sm-6:nth-of-type(2) {
    align-items: center;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      #intro .col-sm-6:nth-of-type(2) {
        height: auto !important; } }
  #intro .intro-form-container {
    max-width: 80%;
    margin: 0 auto; }
    #intro .intro-form-container form input {
      border: none;
      border-radius: 5px;
      height: 45px;
      margin-top: 10px;
      padding-left: 20px;
      width: 100%; }
      @media screen and (max-width: 992px) {
        #intro .intro-form-container form input {
          height: 35px; } }
    #intro .intro-form-container .volunteer-btn {
      align-items: center;
      border: none;
      border-radius: 5px;
      display: flex;
      font-weight: normal;
      height: 45px;
      justify-content: center;
      margin-top: 10px;
      padding: 0;
      text-align: center;
      width: 100%; }
      @media screen and (max-width: 992px) {
        #intro .intro-form-container .volunteer-btn {
          height: 35px; } }
    #intro .intro-form-container .social-icons {
      margin-top: 10px; }

#about {
  background: #f4f0ef; }
  #about .inner-content-wrapper {
    background: #fcf9f5;
    box-shadow: 0px 0px 45px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 45px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 45px 3px rgba(0, 0, 0, 0.15);
    max-width: 80%;
    margin: 0 auto;
    padding: 40px;
    padding-bottom: 20px;
    transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    @media screen and (max-width: 768px) {
      #about .inner-content-wrapper {
        max-width: 90%;
        text-align: center; } }
    @media screen and (max-width: 500px) {
      #about .inner-content-wrapper {
        max-width: 95%; } }
    #about .inner-content-wrapper h3 {
      color: #293a5d;
      font-weight: bold;
      text-align: center; }
    #about .inner-content-wrapper p {
      font-size: 1.1em;
      line-height: 1.4em;
      margin-bottom: 30px; }
    #about .inner-content-wrapper .slide-content {
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    #about .inner-content-wrapper .about-h3-underline {
      background: #293a5d;
      height: 4px;
      margin: 0 auto;
      margin-bottom: 25px;
      width: 100px; }
    #about .inner-content-wrapper .col-md-8 {
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    #about .inner-content-wrapper .col-md-4 {
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      #about .inner-content-wrapper .col-md-4 img {
        transform: translate(-25%, 22%) scale(1.4);
        -moz-transform: translate(-25%, 22%) scale(1.4);
        -webkit-transform: translate(-25%, 22%) scale(1.4); }
        @media screen and (max-width: 992px) {
          #about .inner-content-wrapper .col-md-4 img {
            transform: none;
            padding-bottom: 20px; } }
    #about .inner-content-wrapper .learn-more {
      padding: 10px 0;
      position: relative;
      z-index: 999; }
      #about .inner-content-wrapper .learn-more h3 {
        margin: 0;
        padding-right: 15px; }
      #about .inner-content-wrapper .learn-more img {
        display: inline;
        margin: 10px;
        -webkit-transition: all 0.7s ease-out;
        -moz-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out; }
        #about .inner-content-wrapper .learn-more img:hover {
          cursor: pointer; }
    #about .inner-content-wrapper:nth-of-type(even) .col-md-4 img {
      transform: translate(25%, 22%) scale(1.4);
      -moz-transform: translate(25%, 22%) scale(1.4);
      -webkit-transform: translate(25%, 22%) scale(1.4); }
      @media screen and (max-width: 992px) {
        #about .inner-content-wrapper:nth-of-type(even) .col-md-4 img {
          transform: none;
          padding-bottom: 20px; } }
    #about .inner-content-wrapper:not(:last-of-type) {
      margin-bottom: 80px; }

#issues 
{
	background-color: #f4f0ef;
}

#issues h2
{
	text-align: center;
    color: white;
}

#issues .issues-header
{
	background: #293a5d;
    padding: 80px 0;
}

#footer {
  background: #3c3c3c;
  padding: 30px 0; }
  #footer h4 {
    color: white;
    text-align: center; }
  #footer #footer-form input {
    padding-left: 20px; }
  #footer .social-icons {
    margin-top: 10px; }
  #footer .col-xs-4 img {
    margin: 0 auto; }
  #footer .footer-ad {
    padding-top: 25px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center; }
    #footer .footer-ad button {
      border: 2px solid white;
      background: transparent;
      color: white;
      font-weight: bold;
      padding: 15px; }

/* ========================================
				SLIDER STYLES
   ======================================== */
#slider
{
	background: #293a5d;
    text-align: center;
    padding: 60px;
}

#slider h2
{
	font-size: 55px;
    margin: 0;
    color: white;
}

#slider p
{
	font-size: 18px;
}
   
.twitter-slider
{
	width: 100%;
    height: 50vh;
    padding: 45px;
    display: flex;
    align-items: center;
}

.twitter-post img
{
	margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 50%;
}

.slick-dots
{
	left: 0;
    right: 0;
}

.slick-dots li button::before, slick-dots li.slick-active button::before
{
	color: white !important;
}

.slick-prev
{
	left: -40px;
}

.slick-next
{
	right: -40px;
}

.slick-prev, .slick-next
{
	height: 50px;
    width: 50px;
}

.slick-prev:before, .slick-next:before
{
    font-size: 50px;
}

.slide p
{
	color: white;
}

@media screen and (max-width: 991px)
{
	#slider p
    {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px)
{
	.twitter-slider
    {
    	padding: 0;
    }
    
	.slider-heading
    {
    	margin-bottom: 30px;
    }
	#slider p
    {
        font-size: 15px;
    }
}
/*# sourceMappingURL=common.css.map */