.challenge {
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 23px;
  padding-top: 60px;
  position: relative;
  width: 100%;
  background: #fff;
}

.ch-toright {
  margin: 0 -170px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

#showLeftPush {
  font-family: din_otcondensed;
}

.home-link {
  position: absolute;
  top: 40px;
  left: 60px;
  text-transform: uppercase;
  font-family: din_otcondensed;
  font-size: 28px;
  color: #111;
}

.challenge a {
  color: #005B7F;
}

.challenge a:hover {
  text-decoration: none;
}

.challenge p {
  margin-bottom: 32px;
}

.challenge img {
  max-width: 100%;
  height: auto;
}

.challenge .aligncenter {
  display: block;
  margin: 5px auto;
}

.flex-container {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.ch-wrapper {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 10px;
}

.ch-block {
  padding-bottom: 60px;
}

.ch-uno {
  background: url(images/uno-bg.jpg) no-repeat bottom right;
}

.ch-ultimo-right{
  background: url(images/ultimo-right.png) no-repeat bottom right;
}

.ch-ultimo-left{
  background: url(images/ultimo-left.png) no-repeat bottom left;
}

.title {
  margin-bottom: 16px;
  font-family: din_otcondensed;
  font-size: 26px;
  color: #005b7f;
  text-align: center;
}

.resources h3 {
  margin-bottom: 16px;
  font-family: din_otcondensed;
  font-size: 26px;
  color: #AF0224;
  text-align: center;
}

.resources a:hover {
  color: #428BCA;
}

.resources ol {
  padding-left: 20px;
}

.resources li {
  margin-bottom: 20px;
}

.pepperbg {
  background: url(images/pepperbg.jpg) no-repeat center 495px;
}

.tomatoesbg {
  background: url(images/tomatoesbg.jpg) no-repeat center 1550px;
}

.gallery {
  background: #ededed;
}

.gallery h3 {
  margin-bottom: 16px;
  font-family: din_otcondensed;
  font-size: 34px;
  line-height: 34px;
  color: #AF0224;
  text-align: center;
  width: 200px;
  margin: 0 auto;
}

.gallery h3 a {
  color: #AF0224;
}

.gallery h3 .icons{
  font-size: 36px;
}

.gallery h4 {
  margin: 20px auto;
  font-family: din_otcondensed;
  font-size: 18px;
  color: #555;
  text-align: center;
  max-width: 400px;
}

.upload-btn {
  background: #ffde00;
  padding: 8px 16px;
  font-family: din_otcondensed;
  font-size: 18px;
  color: #555;
  text-transform: uppercase;
}

.upload-btn i{
  font-size: 16px;
}

.embed {
  width: 100%;
  height: 300px;
  border: 1px solid #ccc;
  background: white;
  margin: 15px 0;
}

.ch-social {
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
  font-family: din_otcondensed;
  font-size: 22px;
  color: #ff3577;
  text-transform: uppercase;
}

.ch-social h3 {
  color: #005b7f;
  margin-bottom: 16px;
}

.ch-social a {
  color: #555;
}

.ch-social a:hover {
  text-decoration: none;
  color: #005b7f;
}

.ch-social .divider {
  height: 1px;
  width: 320px;
  background: #111;
  margin: 30px auto;
}

.ch-wrap {
  max-width: 768px;
  margin: 0 auto;
}

.ch-box {
  border: 1px solid #ffde00;
  max-width: 768px;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
}

.ch-box a {
  text-decoration: underline;
  text-align: center;
  color: #005B7F;
}

.ch-btn {
  font-family: din_otcondensed;
  font-size: 18px;
  color: #555 !important;
  padding: 20px;
  background: #ffde00;
  text-transform: uppercase;
  display: inline-block;
  margin: 15px;
}

.challenge .panel-group .panel {
  border: 0;
  box-shadow: none;
  margin-top: 0;
}

.challenge .panel-default > .panel-heading {
  background: #fff;
  border-color: #fff;
}

.challenge .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top: 0;
}

.ch-title {
  font-family: din_otcondensed;
  font-size: 42px;
  line-height: 42px;
  text-align: center;
  padding: 20px;
  max-width: 910px;
  margin: 0 auto;
  text-transform: uppercase;
  position: relative;  
}

.ch-title a {
  outline: none;
  text-decoration: none;
  border: 0;
}

.join {
  background: #FFDE00;
  color: #AF0224;
  outline: 6px solid #FFDE00;
  border: 3px solid #EACC04;
  margin-bottom: 30px;
}

.join a {
  color: #AF0224;
}

.join span {
  font-size: 16px;
  font-style: italic;
  display: block;
  line-height: 23px;
}

.get-social {
  background: #AF0224;
  color: #fff;
  outline: 3px solid #AF0224;
  border: 6px solid #fff;
}

.get-social a {
  color: #fff;
}

.redd {
  background: #AF0224;
  color: #fff;
  outline: 3px solid #AF0224;
  border: 6px solid #fff;
}

.redd a {
  color: #fff;
}

.answer {
  text-align: center;
}

.answer p {
  max-width: 910px;
  margin: 0 auto;
  padding: 15px 0;
}

.textred {
  color: #AF0224;
}

.textdark {
  color: #555;
}

.textleft {
  text-align: left;
}

.textcenter {
  text-align: center;
}

.imagebg {
  background: url(images/image-bg.jpg) no-repeat left top;
}

.fruitbgleft {
  background: url(images/fruits1.jpg) no-repeat center 175px;
}

.fruitbgright {
  background: url(images/fruits2.jpg) no-repeat center 150px;
}

.what-is {
  color: #AF0224;
  border-top: 2px dashed #AF0224;
  border-bottom: 2px dashed #AF0224;
}

.what-is a {
  color: #AF0224;
}

.challenge-is {
  background: #AF0224;
  color: #fff;
  text-align: center;
}

.challenge-is p {
  max-width: 910px;
  margin: 0 auto;
  padding: 20px 0;
}

.toggle-btn{

-webkit-transition: -webkit-transform 0.5s ease-in-out;
-moz-transition: -moz-transform 0.5s ease-in-out;
-ms-transition: -ms-transform 0.5s ease-in-out;
-o-transition: -o-transform 0.5s ease-in-out;
transition: -webkit-transform 0.5s ease-in-out;

-webkit-transform: rotate(48deg);
-moz-transform: rotate(48deg);
-ms-transform: rotate(48deg);
-o-transform: rotate(48deg);
transform: rotate(48deg);

position: absolute;
font-size: 60px;
right: 20px;
} 
.collapsed .toggle-btn{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}

.counter {
    background: url("images/counter.png") no-repeat 0 0;
    height: 75px;
    margin: 0 auto;
    position: relative;
    width: 281px;
}

.count {
    position: absolute;
    right: 0;
	top: 11px;
}

.number {
    background: #AF0224;
    color: #FFFFFF;
    font-family: din_otcondensed_bold;
    font-size: 30px;
    padding: 4px 18px 3px 18px;
	margin-left: -4px;
	border: 1px solid #fff;
}

.challenge .modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #FFDE00;
  font-size: 14px;
  line-height: 21px;
}

.challenge .modal-header {
  border-bottom: 0px;
}

.challenge .modal-title {
  text-align: center;
  font-family: din_otcondensed;
  font-size: 24px;
  text-transform: uppercase;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  margin: 20px auto;
  max-width: 300px;
  color: #005B7F;
}

.challenge .modal-body {
  padding: 15px 30px 30px 30px;
}

.challenge .modal-body p{
  padding: 10px 0;
  margin: 0;
}

.challenge .modal-body h5{
  font-family: din_otcondensed;
  font-size: 18px;
  margin: 15px 0;
  color: #005B7F;
}

.challenge .mc-field-group > input {
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
}

.subfield > input {
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 5px;
}
.challenge .modal-content .indicates-required {
  text-align: right;
  font-size: 12px;
}

.challenge .modal-content .indicates-required .asterisk {
  color: #AF0224;
}

.challenge .modal-content .button {
    border-radius: 0;
	border: 0px;
    font-size: 21px;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #AF0224;
	margin-top: 10px;
	color: #fff;
	font-family: din_otcondensed; }
.challenge .modal-content .button:hover {
    background-color: #E32636; }
.challenge .modal-content div.mce_inline_error {
    margin: 20px 0 0 !important;
    font-weight: normal !important; }

.challenge #embedded-header, .challenge .embedded-header {
  display: none !important;
}
	
@media (max-width: 768px) {
  .resources {
    padding-bottom: 30px !important;
  }
  .ch-ultimo-left, .ch-ultimo-right {
    background: none !important;
  }
}

.challenge #rebelmouse-embed-iframe, .rebelmouse-embed-iframe {
  width: 100%;
}

.challenge .share {
  text-align: center;
}

.challenge .share ul {
  padding: 0;
}

.challenge .share ul li {
  list-style-type: none;
  display: inline;
}

.panel-collapse .panel-body.challenge-is {
	margin:0 auto 20px;
	padding:20px;
	width:94%;
	max-width:910px;
	//border:6px solid #fff;
    //outline:3px solid #af0224;
}
#mc-embedded-subscribe {
	padding:6px 20px;
	font-weight:bold;
	color:#bb2222;
	background:#eecc22;
	border:0;
	border-bottom:2px solid #bb9900;
}
#mc-embedded-subscribe:hover {
	background:#ddbb11;
	border:0;
}
