@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Lato', Arial, Helvetica, Tahoma, sans-serif;
  letter-spacing: 0.02em;
}
p {
  font-size: 16px;
  color: #0074b3;
  line-height: 24px;
  margin-bottom: 10px;
  text-align: justify;
}
a:hover {
  text-decoration: none;
}
.box {
  border: 1px solid #eee;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.btn-custom {
  margin: 10px 10px 20px 0;
  padding: 10px 30px;
  background: #fff;
  border: 1px solid #0b77b4;
  border-radius: 0;
  color: #0b77b4;
}
.btn-custom:hover {
  border: 1px solid #538ec9;
  color: #538ec9;
}
/* ---------------------------------------------
					Nav
---------------------------------------------- */
nav {
  position: relative;
  z-index: 9;
}
.navbar-brand {
  height: auto;
}
.navbar-brand > img {
  max-height: 120px;
}
.navbar-default {
  position: fixed;
  background: #dbf1fc;
  border: none;
  width: 100%;
  border-top: 4px solid #538ec9;
  border-radius: 0;
  margin: 0;
  box-shadow: 3px 3px 3px #999;
  -webkit-box-shadow: 0 3px 10px 0 #C9C9C9;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}
.dropdown-menu {
  background: rgba(23, 120, 178, 0.9);
  border: none;
}
.dropdown-menu > li > a {
  color: #dbf1fc;
  font-size: 16px;
  margin: 5px 0;
}
.dropdown-menu > li > a:hover {
  background: none;
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #0b77b4;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 5px 5px;
  padding: 5px 15px;
}
.navbar-default .navbar-nav > li:last-child > a {
  margin-right: 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.open > a, .navbar-default .navbar-nav > li.open > a:hover, .navbar-default .navbar-nav > li:hover > a {
  background: none;
  color: #82c9f0
}
.navbar-default .navbar-nav > li.active > a {
  border-bottom: 2px solid #0b77b4;
  background: none;
  color: #0b77b4;
}
.navbar-default .navbar-nav > li:hover > .dropdown-menu {
  display: block;
}
.navbar-nav {
  clear: right;
}
.top-nav li a {
  width: 92px;
  height: 90px;
  float: left;
  text-indent: -99999px;
  margin: 0 10px 10px 0 !important;
  padding: 0 !important;
  border: none !important;
}
.donate a {
  background: url(/resources/ck/files/download.png) left top;
}
.like a {
  background: url(/resources/ck/files/download.png) 276px top;
}
.follow a {
  background: url(/resources/ck/files/download.png) 184px top;
}
.connect a {
  background: url(/resources/ck/files/download.png) right top;
}
.donate a:hover {
  background: url(/resources/ck/files/download.png) left bottom !important;
}
.like a:hover {
  background: url(/resources/ck/files/download.png) 276px bottom !important;
}
.follow a:hover {
  background: url(/resources/ck/files/download.png) 184px bottom !important;
}
.connect a:hover {
  background: url(/resources/ck/files/download.png) right bottom !important;
}
/* ---------------------------------------------
					Bootstrap Toogle
---------------------------------------------- */
.navbar-toggle .icon-bar + .icon-bar {
  margin: 0
}
.navbar-default .navbar-toggle {
  width: 44px;
  height: 35px;
  padding: 0 5px;
  border-radius: 3px;
}
.navbar-default .navbar-toggle .icon-bar {
  position: absolute;
  transition: all 250ms linear;
  margin-left: 5px;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
  position: absolute;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0)
}
.navbar-default .navbar-toggle .line1 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  top: 15px;
}
.navbar-default .navbar-toggle .line2 {
  opacity: 0;
}
.navbar-default .navbar-toggle .line3 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  top: 15px;
}
.navbar-default .navbar-toggle.collapsed .line1 {
  top: 9px;
}
.navbar-default .navbar-toggle.collapsed .line2 {
  opacity: 1;
  top: 15px;
}
.navbar-default .navbar-toggle.collapsed .line3 {
  top: 21px;
}
.navbar-default .navbar-toggle:hover {
  background: #efefef;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
/* ---------------------------------------------
					no-gutters
---------------------------------------------- */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.no-gutters-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.row.no-gutters-5 > [class^="col-"], .row.no-gutters-5 > [class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
/* ---------------------------------------------
					Content
---------------------------------------------- */
#sec-1 {
  background: #82c9f0;
  padding: 80px 0 120px;
}
#intro-video {
  height: 400px;
}
.facebook {
  overflow: hidden;
  width: 100%;
  height: 150px;
}
.facebook iframe {
  position: relative;
  top: -1px;
  left: -1px;
}
.tab-content {
  background: #fff;
  border-radius: 6px;
  padding: 10px 20px;
}
.tab-content h3 {
  color: #194976;
}
.nav-tabs {
  border: none;
}
.nav-tabs > li {
  width: 25%;
}
.nav-tabs > li > a {
  width: 90%;
  border: none;
  border-radius: 0 0 20px 20px;
  background: #dbf1fc;
  margin: 0 auto;
  padding: 17% 10%;
  text-align: center;
  font-size: 16px;
}
.nav-tabs > li > a img {
  margin: 0 auto 10%;
}
.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: none;
}
.nav-tabs > li:hover > a, .nav-tabs > li:hover > a:focus, .nav-tabs > li:hover > a:hover {
  background: #0b77b4;
  color: #dbf1fc;
  padding-top: 60%;
}
.nav-tabs > li:hover > a img {
  filter: brightness(200%) grayscale(80%);
  -webkit-filter: brightness(200%) grayscale(80%);
  -moz-filter: brightness(200%) grayscale(80%);
  -o-filter: brightness(200%) grayscale(80%);
  -ms-filter: brightness(200%) grayscale(80%);
}
#sec-2 {
  background: #dbf1fc;
  padding: 80px 0 50px;
}
.title {
  border-radius: 10px 10px 0 0;
  color: #0b77b4;
  padding: 15px 10px;
  text-align: center;
  width: 320px;
}
#sec-2 .container > h3 {
  background: #dbf1fc;
  margin: -135px 0 80px;
}
.news {
  min-height: 700px;
}
.news > .box {
  padding: 15px;
}
.news h3 {
  font-size: 16px;
  display: table;
  margin: 0 0 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  line-height: 22px;
}
.date {
  color: #666;
  font-size: 14px;
  margin: 0 10px 10px 0;
  display: table;
}
.news-inner img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
}
.btn-more {
  float: right;
  margin-top: 15px;
}
#sec-3 .container > h3 {
  background: #fff;
  margin: -55px 0 30px;
}
#sec-3 ul {
  margin: 0;
  padding: 0;
}
#sec-3 li {
  list-style: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px
}
#sec-3 li:last-child {
  border: none;
}
#sec-3 li .date {
  margin: 0 0 5px;
}
#sec-3 li p {
  margin: 0 0 10px;
}
#sec-4 {
  background: #dbf1fc;
  padding: 30px 0;
  font-size: 16px;
  color: #0074b3;
  margin-top: 30px;
}
#sec-4 h4 {
  font-weight: 700;
}
#sec-4 a {
  display: block;
  margin: 5px 0;
}
footer {
  background: #538ec9;
  padding: 10px 0;
}
footer p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}
footer a {
  color: #e9f4f9;
}
footer ul {
  margin: 0;
  padding: 10px 0;
  display: table;
}
footer li {
  list-style: none;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
footer li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
/* ---------------------------------------------
					Inner Content
---------------------------------------------- */
.inner-banner {
background-size: contain !important;
  background-position: center bottom !important;
  height: 100%;
  max-height: 450px;
}
.inner-banner.aboutus {
  background: url(../images/inner-banner.jpg) center center;
}
.inner-banner.target {
  background: url(../images/inner-banner-help.jpg) center center;
}
.inner-banner.support {
  background: url(../images/inner-banner-support.jpg) center center;
}
.inner-banner.media-event {
  background: url(../images/inner-banner-media.jpg) center center;
}
.inner-banner.contact {
  background: url(../images/inner-banner-contact.jpg) center center;
}
.inner-title {
  border-bottom: 2px inset #0b77b4;
  width: 100%;
  margin: 20px 0;
  display: table;
}
.inner-title h1 {
  margin: 0 5px;
  color: #0b77b4;
  font-size: 25px;
  border: 2px solid #0b77b4;
  border-bottom: 2px solid #fff;
  border-radius: 10px 10px 0 0;
  padding: 10px 20px;
  top: 2px;
  position: relative;
  float: left;
}
.inner-content ul {
  margin: 10px 0 25px;
  padding: 0;
}
.inner-content ol {
  margin: 10px 0 25px 7px;
  padding: 0;
}
.inner-content li {
  margin: 0 0 8px 18px;
  font-size: 16px;
  color: #0074b3;
}
.inner-content .donate-section li {
  list-style: none;
  margin-left: 0;
}
.inner-content .donate-section ul ul li {
  list-style: initial;
  margin-left: 18px;
}
.inner-content .donate-section .box {
  float: left;
}
.inner-content ul p {
  margin-bottom: 5px;
}
.inner-content .nav-tabs {
  margin: 0 0 15px;
  padding: 0;
}
.inner-content .nav-tabs > li {
  width: 24.5%;
  margin: 0 0.5%;
}
.inner-content .nav-tabs > li:first-child, .inner-content .nav-tabs > li:last-child {
  margin: 0;
}
.inner-content .nav-tabs > li > a {
  width: 100%;
  border: none;
  border-radius: 3px;
  background: #82c9f0;
  color: #fff;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  font-size: 16px;
}
.inner-content .nav-tabs > li.active > a, .inner-content .nav-tabs > li.active > a:focus, .inner-content .nav-tabs > li.active > a:hover {
  background: #0b77b4;
  color: #fff;
}
.inner-content .nav-tabs > li:hover > a, .inner-content .nav-tabs > li:hover > a:focus, .inner-content .nav-tabs > li:hover > a:hover {
  padding-top: 5px;
}
.inner-content .tab-content {
  padding: 0;
  height: 100%;
}
.agency {
  width: 100%;
  float: left;
}
.agency h3 {
  margin-top: 0;
}
.agency li {
  margin: 0 3% 0 0;
  width: 30%;
  float: left;
  list-style: none;
  min-height: 70px;
}
.inner-contact {
  font-size: 16px;
  color: #0074b3;
}
.thankyou {
  padding: 30px 0;
}
.thankyou p {
  text-align: center;
}
.thankyou .btn-custom {
  margin: auto;
  display: table;
}
.bank-list {
  margin: 0 !important;
  padding: 0 !important;
}
.bank-list li {
  width: 32%;
  display: inline-block;
  margin: 5px 0 5px 0;
  vertical-align: top;
}
.terms ul li {
  list-style: none;
}
/* ---------------------------------------------
					Side Nav
---------------------------------------------- */
.side-nav {
  background: #82c9f0;
  border-radius: 0 0 10px 10px;
  margin-bottom: 50px;
}
.side-nav ul {
  margin: 0;
  padding: 10px;
}
.side-nav li {
  list-style: none;
  margin: 0;
  padding: 15px 20px;
  margin: 10px 0;
  border-radius: 10px;
}
.side-nav li a {
  color: #fff;
  font-family: 'Lato', Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.side-nav li a:hover {
  color: #e9f4f9;
  text-decoration: none;
}
.side-nav li.active {
  background: #fff;
}
.side-nav li.active a {
  color: #0b77b4;
  font-weight: 700;
}
.side-nav.affix {
  max-width: 360px;
  top: 150px;
}
.side-nav hr {
  border-top: 3px solid #0b77b4;
  margin: 0 15px;
}
.side-nav.navbar-collapse {
  padding: 0;
}
.navbar-toggle-inner {
  display: none;
  background: #82c9f0;
  width: 100%;
  border: none;
  margin: 15px 0 0;
  padding: 10px 5px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 16px;
}
#inner .side-nav.navbar-collapse {
  width: 100%;
  float: inherit;
}
.quick-nav li {
  background: #dbf1fc;
  padding: 15px 20px;
}
.quick-nav li a {
  color: #0b77b4;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: block;
}
.quick-nav li img {
  float: right;
  display: table;
  height: 30px;
  margin-top: -5px;
}
.quick-nav li:hover {
  background: #0b77b4;
}
.quick-nav li:hover img {
  filter: brightness(200%) grayscale(80%);
  -webkit-filter: brightness(200%) grayscale(80%);
  -moz-filter: brightness(200%) grayscale(80%);
  -o-filter: brightness(200%) grayscale(80%);
  -ms-filter: brightness(200%) grayscale(80%);
}
.quick-nav li:hover a {
  color: #dbf1fc;
}
.album-new {
  column-count: 4;
  column-gap: 10px;
}
.album-new li {
  margin-bottom: 10px;
}
.album-new img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
/* ---------------------------------------------
					Agencies
---------------------------------------------- */
#agencies.inner-content .nav-tabs {
  border-bottom: 2px solid #0b77b4;
  margin-top: 20px;
}
#agencies.inner-content .nav-tabs > li {
  width: auto;
  padding: 5px 20px;
  top: 2px;
  position: relative;
}
#agencies.inner-content .nav-tabs > li.active {
  margin: 0 5px;
  border: 2px solid #0b77b4;
  border-bottom: 2px solid #fff;
  border-radius: 10px 10px 0 0;
}
#agencies.inner-content .nav-tabs > li > a {
  background: none;
  color: #0b77b4;
  font-size: 25px;
  min-height: inherit;
}
/*******************************************************************************************
***********************************   Plugin - Gallery   ***********************************
*******************************************************************************************/
.rg-image-wrapper {
  position: relative;
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, 0.8);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  min-height: 20px;
}
.rg-image {
  position: relative;
  text-align: center;
  line-height: 0px;
}
.rg-image img {
  max-height: 100%;
  max-width: 100%;
}
.rg-image-nav a {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000 url(../images/nav.html) no-repeat -20% 50%;
  width: 28px;
  height: 100%;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.3;
  outline: none;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next {
  right: 0px;
  left: auto;
  background-position: 115% 50%;
  -moz-border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover {
  opacity: 0.8;
}
.rg-caption {
  text-align: center;
  margin-top: 15px;
  position: relative;
}
.rg-caption p {
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 16px;
  padding: 0 15px;
  margin-bottom: 0;
  font-family: helvetica, sans-serif;
  color: #fff;
}
.rg-view {
  height: 30px;
}
.rg-view a {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background: #464646 url(../images/views.png) no-repeat top left;
  border: 3px solid #464646;
  opacity: 0.8;
}
.rg-view a:hover {
  opacity: 1.0;
}
.rg-view a.rg-view-full {
  background-position: 0px 0px;
}
.rg-view a.rg-view-selected {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
}
.rg-view a.rg-view-thumbs {
  background-position: 0px -16px;
}
.rg-loading {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000 url(../images/ajax-loader.gif) no-repeat center center;
  margin: -23px 0px 0px -23px;
  z-index: 100;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.7;
}
/* Elastislide Style */
.es-carousel-wrapper {
  background: #101010;
  padding: 10px 27px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
  position: relative;
  margin-bottom: 20px;
}
.es-carousel {
  overflow: hidden;
  background: #000;
  max-height: 45px;
}
.es-carousel ul {
  display: none;
}
.es-carousel ul li {
  height: 100%;
  float: left;
  display: block;
}
.es-carousel ul li a {
  display: block;
  border-style: solid;
  border-color: #222;
  opacity: 0.8;
  -webkit-touch-callout: none; /* option */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a {
  border-color: #fff;
  opacity: 1.0;
}
.es-carousel ul li a img {
  display: block;
  border: none;
  max-height: 100%;
  max-width: 100%;
}
.es-nav span {
  position: absolute;
  top: 50%;
  left: 8px;
  background: transparent url(../images/nav_thumbs.png) no-repeat top left;
  width: 14px;
  height: 26px;
  margin-top: -13px;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.8;
}
.es-nav span.es-nav-next {
  right: 8px;
  left: auto;
  background-position: top right;
}
.es-nav span:hover {
  opacity: 1.0;
}
.es-carousel ul {
  display: block;
  padding: 0;
}
/* ---------------------------------------------
					News
---------------------------------------------- */
.newsfilter {
  float: left;
}
.newsfilter select {
  margin-right: 5px;
}
.newsT h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 5px;
}
.dataTables_info {
  float: left;
}
.dataTables_paginate {
  float: right;
}
.dataTables_paginate a {
  margin-left: 5px;
  padding: 5px 10px;
  background: #efefef;
  border: 1px solid #eee;
  border-radius: 3px;
}
/* ---------------------------------------------
					Form
---------------------------------------------- */
.d-none {
	display: none;
}
.donate-new .box {
  padding: 20px 30px;
}
.donate-new .checkbox>div {
  margin: 8px 0;
  display: inline-flex;
  align-items: center;
  width: 49%;
}
.donate-new .checkbox:last-child {
  width: 100%;
}
.donate-new .checkbox label, .radio label {
  padding-left: 0;
  padding-right: 5px;
}
.donate-new .form-control {
  border-radius: 0;
  padding: 15px 15px;
  margin: 5px 0 15px;
  height: auto;
  border-color: #eee;
  box-shadow: none;
}
.btn-checkbox {
  border-radius: 0;
  padding: 15px 15px !important;
  margin: 5px 10px 5px 0 !important;
  height: auto;
  border-color: #eee;
  box-shadow: none !important;
  display: block;
  min-height: auto !important;
  font-size: 24px;
  font-weight: 300 !important;
  outline: none !important;
}
.btn-checkbox.active {
  border: 3px solid #0b77b4;
}
/* ---------------------------------------------
					Media Queries
---------------------------------------------- */
@media only screen and (max-width: 1169px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .inner-content .nav-tabs > li > a {
    min-height: 54px;
  }
}
@media (min-width: 768px) {
  .same-height > div:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 768px) {
  .navbar-header {
    float: none;
  }
  .navbar-brand > img {
    max-height: 80px;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav > li {
    float: none !important;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-default {
    border-radius: 0;
    z-index: 999;
  }
  .navbar-nav > li > .dropdown-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: none;
    background-color: transparent;
    border: none;
  }
  .dropdown-menu > li > a {
    color: #0b77b4;
  }
  .inner-banner {
    max-height: 300px;
    background-position: center center !important;
  }
  #intro-video {
    height: 500px;
    margin-bottom: 50px;
  }
  #sec-3 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-brand {
    width: 80%;
  }
  .nav-tabs > li > a {
    font-size: 70%;
  }
  .nav-tabs > li > a img {
    width: 50%;
  }
  .navbar-toggle-inner {
    display: block;
  }
  .side-nav.affix {
    position: relative;
    top: inherit;
  }
  #sec-1 {
    padding-top: 40px;
  }
  .btn-more {
    float: inherit;
    margin: 20px 0;
    display: block;
    text-align: center;
  }
  .inner-banner {
    max-height: 120px;
  }
  #intro-video {
    height: 250px;
    margin-bottom: 30px;
  }
  .title {
    padding: 15px 0;
    width: 100%;
  }
  .agency li {
    width: 100%;
    margin: 0 0 20px;
    min-height: inherit;
  }
  .inner-content .nav-tabs > li {
    width: 100%;
    margin: 0 0 5px !important;
  }
  #agencies.inner-content .nav-tabs > li {
    top: 7px;
  }
  #agencies.inner-content .nav-tabs > li > a {
    font-size: 18px;
  }
  .album-new {
    column-count: 2;
  }
  .donate-new .checkbox>div {
    width: 100%;
  }
}