/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* endreset */

body {
  font-family: 'Open Sans', Helvetica, Verdana, sans-serif;
  color: #333333;
  font-size: 16px;
}

.header {
  background: url('../../img/green-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 15px 0 0;
}
.header-inner {
  background: url('../../img/red-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-top: #dce24d 5px solid;
  border-bottom: #dce24d 5px solid;
}
.logo-img {
  max-width: 665px;
  margin: 17px auto 4px;
  display: block;
  width:90%;
}
.main-nav {
  list-style-type: none;
  max-width: 980px;
  margin: 0 auto;
}
.main-nav-mobile {
  display: none;
}
.nav-item {
  float: left;
  font-weight: 600;
  font-size: 15px;
}
.nav-item a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 16px 12px 11px;
  display: block;
}
.active, .nav-item a:hover {
  background: rgba(237,248,195,0.8);
  position: relative;
}
.active:before {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 9px solid #a7432b;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.video {
  max-width: 500px;
  margin: 50px auto 15px;
}
.video-s {
	max-width: 350px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.h2, .h3 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  max-width: 775px;
  margin: 0 auto;
}
.h3 {
  margin-bottom: 10px;
	line-height: 1.3;
}
.pp1-logo {
  display: block;
  margin: 19px auto 10px;
}
.content {
  max-width: 978px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
	padding-left: 5px;
}
.top-buttons {
  position: absolute;
  top: 0;
  right: 0;
}
.top-buttons a {
  color: #fff;
  width:100px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 600;
  background: #cc0000;
  background: -moz-linear-gradient(top,  #cc0000 0%, #990000 100%);
  background: -webkit-linear-gradient(top,  #cc0000 0%,#990000 100%);
  background: linear-gradient(to bottom,  #cc0000 0%,#990000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#990000',GradientType=0 );
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  box-sizing: border-box;
}
.top-buttons a.left {
  margin-right: 10px;
}
.h4 {
  color: #990000;
  font-size: 22px;
	font-weight: 700;
  margin-top: 30px;
  margin-bottom: 25px;
}
.fs-30 {
	font-size: 30px;
}
.green-list {
  color: #669900;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px;
  margin-left: 20px;
}
.green-list li {
  background: url('../../img/checkmark-new.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
  line-height: 22px;
  margin-bottom: 10px;
}
.list-p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 30px;
}
.p {
  line-height: 1.4;
  color: #333333;
  font-size: 16px;
  margin-top: 25px;
}
.list {
  list-style-type: disc;
  margin-left: 50px;
  margin-top: 25px;
}
.list li {
  line-height: 22px;
}
.par-2 {
  font-size: 16px;
  font-weight: 700;
}
.par-3 {
  margin-top: 0;
}
.mary-img {
  float: right;
  max-width: 400px;
	width:100%;
	margin-left: 15px;
	margin-bottom: 10px;
}
.p-img {
	max-width: 280px;
	width: 100%;
}
.red {
	color: #990000;
}
.underline {
  text-decoration: underline;
}
.h5 {
  color: #669900;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
.mt-0 {
	margin-top: 0;
}
.mtn-5 {
	margin-top: -5px
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-10 {
	margin-bottom: 10px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-36 {
	margin-top: 36px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-55 {
	margin-top: 55px;
}
.ord-list {
  list-style: decimal;
  margin-left: 50px;
  margin-top: 25px;
}
.ord-list li {
	line-height: 1.4;
}
.package .list {
  margin-left: 17px;
  max-width: 606px;
}
.p.contact {
	color: #222e44;
}
.package .list li {
  margin-bottom: 25px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.bold {
  font-weight: 700;
}
.stud img {
  margin-top: -100px;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
.ml-15 {
  margin-left: 15px;
}
.red-disc {
  color: #990033;
  font-size: 13px;
  margin-top: 35px;
  margin-bottom: 13px;
}
.flyer {
  border: 1px solid #999999;
  margin-right: 7px;
  transition: width 0.2s;
  width: 85px;
}
.flyer:hover {
  width: 100px;
}
.mb-30 li {
  margin-bottom: 30px;
}
.m-width {
  max-width: 770px;
}
.cta-btn {
  color: #006600;
  font-size: 17px;
  font-weight: 700;
  background: #f1d379;
  background: -moz-linear-gradient(top,  #f1d379 0%, #e7bb66 100%);
  background: -webkit-linear-gradient(top,  #f1d379 0%,#e7bb66 100%);
  background: linear-gradient(to bottom,  #f1d379 0%,#e7bb66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d379', endColorstr='#e7bb66',GradientType=0 );
  border-radius: 6px;
  width: 330px;
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  padding: 11px 0;
  text-transform: uppercase;
}
.step {
  margin-bottom: 8px;
  margin-top: 3px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-25 {
  margin-top: 25px;
}
.text-center {
  text-align: center;
}
.video-wrapper {
  max-width: 745px;
  margin: 20px auto 35px auto;
	column-count: 2;
}
.testimonial, .p-part {
  font-family: 'Bitter', Helvetica, Verdana, sans-serif;
  font-style: italic;
}
.testimonial-wrapper {
  border-top: 2px solid #cccccc;
  margin-top: 45px;
}
.testimonial {
  width: calc((100% / 3) - 15px);
  float:left;
  margin-right: 15px;
  text-align: center;
  background: #edf8c3;
  border: 2px solid #89a847;
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 8px;
  line-height: 1.4;
}
.testimonial-3{
  margin-right: 0;
}
.quote-img {
  float: left;
  margin-top: -7px;
}
.test-img {
  margin: 20px 0;
}
.test-sub {
  font-family: "Source Sans Pro", Verdana, Helvetica, sans-serif;
  font-style:normal;
  line-height: 1.1;
	color: #555555;
}
.name {
  font-weight: 700;
	font-size: 17px;
}
.city {
	font-size: 14px;
}
.h4-part {
  color: #990000;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: 'Bitter', Verdana, Helvetica, sans-serif;
}
.participant-block {
  border-top: 2px solid #cccccc;
  padding: 40px 45px 25px;
}

.participant-block .name {
  font-size: 17px;
  color: #555555;
  font-family: 'Source Sans Pro', Verdana, Helvetica, sans-serif;
}
.about {
  overflow: hidden;
  border-top: 2px solid #cccccc;
}
.about .left {
  margin-right: 14px;
  margin-bottom: 10px;
}
.h4-ministers{
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  background: #990000;
  padding: 15px 25px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.ministers {
  margin-top: 35px;
}
.col-4 {
  column-count: 4;
  font-size:14px;
  line-height: 1.2;
  padding: 20px;
  border: 2px solid #89a847;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 0;
  background: #edf8c3;
}
.buttons {
  max-width: 700px;
  margin: 30px auto;
}

.footer {
  background: transparent linear-gradient(180deg, #AD242A 0%, #5E0308 100%) 0% 0% no-repeat padding-box;
  font-family: 'Roboto Condensed', Verdana, Helvetica, sans-serif;
  margin-top: 50px;
  color: #DBBEBE;
  padding: 40px 10px 27px;
  font-size: 14px;
  text-align: left;
}
.footer > div {
  opacity: 0.7;
  max-width: 1135px;
  margin: 0 auto;
  line-height: 1.3;
}
.footer > div.disclaimer {
  margin-top: 20px;
}
.footer-logo {
  margin: 0 auto;
  display: block;
  width :100%;
  max-width: 315px;
  height: auto;
}
.disc-p {
  margin-bottom: 17px;
}
.footer-links {
  margin-bottom: 20px;
  text-align: center;
}
.footer-links a {
  color: #DBBEBE;
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer .privacy {
  text-align: center;
}
.line {
  display: block;
}
.privacy a {
  color: #fff;
  text-decoration: none;
}
.privacy a.left {
  margin-right: 5px;
}
.privacy a.right {
  margin-left: 5px;
}
.privacy a:hover {
  text-decoration: underline;
}
.group {
  overflow: auto;
}
.group::after {
  content: "";
  clear: both;
  display: table;
}
@media (max-width:1021px){
  .main-nav {
    height: 0;
    max-width: 300px;
    transition: 0.3s;
  }
  .main-nav.show {
    height: auto;
  }
  .nav-item {
    float: none;
    text-align: center;
  }
  .main-nav-mobile {
    display: block;
  }
  .menu-icon {
    margin: 0 auto;
    display: block;
  }
  .content{
    padding-left: 10px;
    padding-right: 10px;
  }
	.participant-block {
		padding-left: 10px;
		padding-right: 10px;
	}
	.pp1-logo {
		max-width: 470px;
		width: 100%;
	}
  .left, .right {
      float: none;
  }
  .stud img {
    margin-top: 50px;
  }
  .cta-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .video-wrapper {
    text-align: center;
  }
  .about .left{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .buttons .cta-btn {
    margin-top: 20px;
  }
	.copyright-wrap {
		text-align: center;
	}
	.copyright {
		margin-bottom: 10px;
	}
}
@media (max-width:880px) {
  .testimonial {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
	.video-wrapper {
		column-count: 1;
	}
	.video-s {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width:600px) {
  .ministers p {
    font-size: 13px;
  }
	.cta-btn {
		max-width: 330px;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		box-sizing: border-box;
	}
	.col-4 {
		column-count: 2;
	}
}
