/* UNIVERSAL */
body {
  font-family: lato, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #2C2C2C;
  /* 	background: linear-gradient(100deg, #fff 60%, #F6F6F6 40%); */
}

p {
  font-size: 18px;
}

h3 {
  font-family: cubano, sans-serif;
  font-size: 30px;
}

h2 {
  font-size: 50px;
  font-family: cubano, sans-serif;
}

h1 {
  font-size: 50px;
  text-transform: uppercase;
}

.yellow-btn {
  background: #FFCD33;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.blue-btn {
  background: #30689C;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.blue-btn img, .yellow-btn img {
  margin-top: -3px;
}

.blue-btn:hover, .yellow-btn:hover, .btn-white:hover {
  color: #fff;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.btn-black:hover {
  color: #2C2C2C;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.btn-white {
  border: 3px solid #fff;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-family: cubano, sans-serif;
  font-size: 30px;
  margin-top: 20px;
}

.btn-black {
  border: 3px solid #2C2C2C;
  border-radius: 5px;
  color: #2C2C2C;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-family: cubano, sans-serif;
  font-size: 30px;
  margin-top: 20px;
}

/* HEADER & NAVIGATION */
.top-bar {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 10px;
  padding-top: 10px;
}

.top-bar #searchBar {
  width: 100%;
  border: none;
  color: #7e7e7e;
  font-size: 16px;
  margin-top: 5px;
}

.top-bar #search {
  display: none;
}

.top-bar .yellow-btn {
  margin-left: 10px;
}

.top-bar-btns {
  text-align: right;
}

.ccm-remo-expand-content {
	float: left;
	padding-top: 15px;
}

.main-header {
  padding-bottom: 25px;
  padding-top: 25px;
}

.main-header nav {
  text-transform: uppercase;
  margin-top: 30px;
}

.main-header nav ul li {
  float: left;
  list-style: none;
  position: relative;
}

.main-header nav ul li ul {
  position: absolute;
  left: 15px;
  top: 100%;
  min-width: 215px;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.97);
  display: none;
  padding: 0;
  margin: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.main-header nav ul li:hover>ul {
  display: block;
}

.main-header nav ul li ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

.main-header nav ul li ul li {
  float: left;
  width: 100%;
}

.main-header nav ul li ul li a {
  float: left;
  width: 100%;
  font-size: 13px;
  padding: 8px 15px;
/*   border-bottom: 1px solid #fff; */
  color: #2e2e2e;
  font-weight: normal;
}

.main-header nav ul li ul li.has_sub_menu>a:before {
  content: "\f105";
  display: inline-block;
  right: 10px;
  color: #30689C;
  font-size: 15px;
}

.main-header nav ul li ul li a:before {
  display: none;
}

.main-header nav ul li a {
  font-size: 14px;
  font-weight: 900;
  color: #2C2C2C;
  background-color: transparent !important;
  padding: 0 15px;
  margin: 0;
  position: relative;
}

.main-header nav ul li.has_sub_menu a:before {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 50%;
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 0px;
  color: #30689C;
}

.main-header nav ul li:last-child>ul {
  right: 0;
  left: auto;
}

.main-header nav ul li:last-child>ul ul {
  right: 100%;
  left: auto;
}

.main-header nav ul li ul li:last-child>ul {
  left: 100%;
  right: auto;
}

.main-header nav ul li a:hover:before, .main-header nav ul li.nav-path-selected a:before {
  color: #000;
}

.main-header nav ul li.nav-path-selected>a, .main-header nav ul li a:hover {
  color: #30689C;
  text-decoration: none;
  background: #fff;
  cursor: pointer;
}

.main-header nav ul ul li.nav-path-selected>a, .main-header nav ul ul li a:hover, .main-header nav ul li ul li.has_sub_menu>a:hover:before, .main-header nav ul li ul li.nav-path-selected.has_sub_menu>a:before {
  color: #30689C;
  background: #fff;
}

.main-header nav ul li a:hover {
  background: #fff;
  text-decoration: none;
}

.strapline {
  border-top: 1px solid #ECECEC;
  padding-bottom: 10px;
  padding-top: 10px;
}

.strapline h1 {
  font-size: 21px;
  color: #30689C;
  font-family: cubano, sans-serif;
  text-align: center;
  margin: 0;
}

/* HOME */
.home-hero {
  background: url('../images/header-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 200px;
  color: #fff;
  padding-bottom: 35px;
  padding-top: 35px;
}

.home-hero h1 {
  font-family: cubano, sans-serif;
  font-size: 35px;
}

.home-hero p {
  font-size: 20px;
}

.home-hero-graphic div {
  box-shadow: 0 6px 7px #193651;
}

.update-section {
  background: #F7F7F7;
  padding-bottom: 150px;
  padding-top: 30px;
}

.news-block {
  background: #fff;
  padding: 30px;
}

.news-block h4 {
  font-size: 25px;
  color: #359946;
  font-weight: 600;
}

.news-block .btn-news {
  background: #359946;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.news-block .btn-news img {
  margin-top: -3px;
  margin-left: 5px;
}

.news-block .btn-news:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*
.support-camp-photos img {
  width: 100%;
  height: 100%;
}
*/
.ccm-SlideshowBlock-display {
	height: 260px !important;
}
	.ccm-SlideshowBlock-display .slideImgWrap div {
		background-size: contain !important;
		height: 260px !important;
	}
  /************************************************************/
  .video-section {
background-color: #f7f7f7;
    padding:  41px 0 0 0;
  }
    .video-section .carousel-outer {
    padding: 0 33px;
}
  .video-section .carousel-inner{
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;

}

  .video-section .carousel.slide .carousel-control.left:hover{
    opacity: .5;
  }
body .video-section  .left-text {
 padding:0 15px;
}
body .video-section .image-outer {
    float: left;
    width: 100%;
}
body .video-section  .right-text {
 padding:0 15px;
}
  .video-section .carousel.slide .carousel-control.right:hover{
    opacity: .5;
  }
.video-section .carousel.slide .carousel-control.left{
  width:33px;
  background-color: #953264;
  left:0;
  background-image: none;
  opacity: 1;
}
.video-section .carousel.slide .carousel-control.right{
  width:33px;
  background-color: #953264;
  right:0;
  background-image: none;
    opacity: 1;
}
.video-section .carousel.slide .carousel-control.left img{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);


}
.video-section .carousel.slide .carousel-control.right img{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}
/**************************************************************************************/
.four-col-section {
  background: url('../images/four-col-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 200px;
  padding-bottom: 35px;
}
	.four-col-section img {
		width: 100%;
		height: 100%;
	}
.four-col-box {
  background: #fff;
}

.four-col-box h3 {
  padding: 20px;
  margin-top: 0;
  min-height: 175px;
}

a .four-col-box h3 {
  color: #2C2C2C;
}
	a .four-col-box:hover h3 {
		color: #2C2C2C;
	}

.negative-margin-top {
  margin-top: -50px;
}

.resources-bg {
  background: url('../images/resources-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 560px;
  padding-bottom: 70px;
  padding-top: 70px;
  color: #fff;
}

.home-download-resources {
  padding-top: 40px;
  padding-left: 20px;
}

.home-download-resources img {
  width: 100%;
  height: 100%;
}

.home-download-resources a {
  background: #3E3A3A;
  padding: 6px 12px;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.home-download-resources a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.donate-section {
  background: url('../images/support-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 200px;
  padding-bottom: 70px;
  padding-top: 70px;
}

/* LOWER LEVEL PAGE */
.lower-level-hero {
  background: url('../images/header-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 200px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.lower-level-hero img {
  width: 100%;
  height: 100%;
  box-shadow: 0 6px 7px #284969;
}

.lower-level-content {
  padding: 50px 0 80px;
}

.lower-level-content h1 {
  font-family: cubano, sans-serif;
  font-size: 40px;
  margin-bottom: 30px;
  margin-top: 0;
  letter-spacing: 1px;
}

.lower-level-content p, .main-content-area ul li {
  font-size: 18px;
  line-height: 1.5;
}

.main-content-area {
  padding-left: 30px;
}

.main-content-area a {
  color: #30689C;
}

.sidebar h4 {
  font-family: cubano, sans-serif;
  font-size: 21px;
  letter-spacing: 1px;
  border-bottom: 1px solid #EAE6E6;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* SIDEBAR NAVIGATION */
.sidebar {
  clear: none;
  float: left;
  margin-right: 10px;
  width: 100%;
  font-weight: 800;
}

.sidebar p, .sidebar h1, .sidebar h2, .sidebar h3, .sidebar ul {
  width: 100%;
}

.sidebar span.top, .sidebar div.content, .sidebar span.bottom {
  display: block;
  margin: 0;
  width: 100%;
}

.sidebar span.top {
  background: url('../images/sidebar_top.png') no-repeat top right;
  height: 7px;
}

.sidebar span.bottom {
  background: url('../images/sidebar_bottom.png') no-repeat bottom right;
  height: 8px;
}

.sidebar div.content {
  background: url('../images/sidebar_middle.png') repeat-y;
  overflow: auto;
  padding: 4px 12px 2px 11px;
  width: 158px;
}

.sidebar p {
  margin-bottom: 0;
  margin-top: 14px;
}

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar ul {
  margin: 0;
}

.sidebar ul {
  width: 100%;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}

/*     .sidebar ul ul{ width:120px; } */
.sidebar ul li.parent {
  margin: 7px 0 0 0px;
}

/*#sidebar ul li.parent a{color:#DF2795;} */
.sidebar ul li {
  margin: 10px 0 0 10px;
  list-style: none;
  font-size: 16px;
  cursor: pointer;
}

.sidebar ul li a {
  line-height: 16px;
  color: #2C2C2C;
  text-decoration: none;
}

.sidebar ul.child-group li {
  font-size: 15px;
}

.sidebar ul li a:hover {
  color: #2C2C2C;
  text-decoration: underline;
}

.sidebar a.nav-selected {
  color: #2C2C2C;
  text-decoration: none;
}

.sidebar ul.child-group {
  display: none;
}

.sidebar li:hover ul.child-group {
  display: block;
}

.sidebar li.hassub {
  background: #F7F7F7;
  padding: 5px 10px;
  border-radius: 5px;
}

.sidebar li.hassub>span::after {
  content: " ▼";
  font-size: 12px;
  color: #EAE6E6;
}

.sidebar li.hassub:hover>span::after {
  content: " ▲";
  font-size: 12px;
  color: #EAE6E6;
}

/* FOOTER */
.main-footer {
  background: linear-gradient(100deg, #F7F7F7 70%, #fff 70%);
}

.main-footer h4, .tweet-bg h4 {
  font-family: cubano, sans-serif;
  font-size: 18px;
}

.tweet-bg h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #EAE6E6;
}

.main-footer p {
  font-size: 15px;
}

.footer-main-nav {
  border-bottom: 1px solid #EAE6E6;
  padding-bottom: 50px;
  padding-top: 60px;
  padding-left: 30px;
}

.footer-main-nav ul li {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  padding-right: 20px;
  background: url('../images/right-arrow.svg') no-repeat left center;
  padding-left: 20px;
}

.footer-main-nav ul li a, .footer-main-details a {
  color: #2C2C2C
}

.footer-main-details {
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 30px;
}

.tweet-bg {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.footer-terms p {
  color: #AFAEAE;
  font-size: 13px !important;
  padding-left: 30px;
}

/* VIEW PAGE */
.inner-content {
  padding-bottom: 100px;
  padding-top: 50px;
  background: url('../images/header-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 200px;
  color: #fff;
}

.inner-content .ccm-form input {
  background: #fff;
  border: 1px solid #fff;
  padding: 6px 12px;
  color: #2e2e2e;
  font-size: 24px;
  margin-bottom: 20px;
}

.inner-content input#submit.btn.ccm-input-submit {
  font-size: 15px;
  background: #fff !important;
  color: #2e2e2e !important;
}

/* ANIMATION */
/* ELEMENTS APPEARING ON SCROLL */
.animBlock {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  -webkit-transition: all .55s ease-in;
  -moz-transition: all .55s ease-in;
  -ms-transition: all .55s ease-in;
  -o-transition: all .55s ease-in;
  transition: all .55s ease-in;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  transform: translateZ(0);
}

.animBlock[data-position="left"] {
  left: -20%;
}

.animBlock[data-position="right"] {
  right: -20%;
}

.animBlock[data-position="top"] {
  top: -20%;
}

.animBlock[data-position="bottom"] {
  bottom: -20%;
}

.animBlock[data-position="left"].viewed {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.animBlock[data-position="right"].viewed {
  right: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.animBlock[data-position="top"].viewed {
  top: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.animBlock[data-position="bottom"].viewed {
  bottom: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.underline {
  text-decoration: underline;
}

/* FORMS */

.miniSurveyView .formBlockSurveyTable input[type="text"] {
	width: 100% !important;
}
.miniSurveyView .formBlockSurveyTable textarea {
	width: 100% !important;
}
.miniSurveyView .formBlockSurveyTable .question label {
	width: 140px !important;
}
