.sidebox__header{
	margin: 0;
	padding: 15px 0;
	color: white;
	background: #651B2D;
	margin-bottom: 10px;
}
.sidebox{
	text-align: center;
	border: 1px solid #ddd;
}
.sidebox img{
	padding: 0 10px;
	margin: 0 auto;
}
.sidebox h3{
	margin-bottom: 20px;
}
a{
	transition: color .3s;
}
a:hover{
	color: #d20033;
}
h3{
	line-height: 1.25;
}
strong, a{
	color: #cc0033;
}
ul{
color:#666;
}
.organizers img{
	margin: 0 auto;
}

.patronage__item{
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.patronage__content{
	padding: 10px;
	text-align: center;
	border-top: 1px solid #ddd;
}
.patronage__img{
	max-width: 420px;
	margin: 0 auto;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.patronage__img img{
	position: relative;
}
.partners img, .sponsors img{
	max-height: 200px;
}

.partners .img__wrapper, .sponsors .img__wrapper, .main_partners .img__wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 280px;
	margin: 0 auto;
}
.banner_v2 .banner__bg{
	    background-size: contain
}

@media (max-width: 768px){
	.partners img, .main_partners img{
		padding-bottom: 20px;
	}
}
@media (min-width: 768px){
	.banner_v2 .banner{
      top: 100px;
      margin-bottom: 100px;
	}
	.partners .row:nth-child(1) .img__wrapper, .sponsors .row:nth-child(1) .img__wrapper{
		min-height: 200px;
	}
    .page-header {
        top: 100px;
	}
	.banner{
      top: 50px;
      margin-bottom: 50px;
	}
}
@media (min-width: 992px){
	.patronage .honorable .row:nth-child(1) .patronage__img{
		min-height: 110px;
	}
	.patronage .honorable .row:nth-child(2) .patronage__img{
		min-height: 145px;
	}
    .patronage .media .row:nth-child(1) .patronage__img{
          min-height: 145px;
    }
    .patronage .media .row:nth-child(2) .patronage__img{
          min-height: 116px;
    }
      .patronage .media .row:nth-child(3) .patronage__img{
          min-height: 126px;
    }
}
@media (min-width: 1200px){
	.patronage .honorable .row:nth-child(1) .patronage__img{
		min-height: 133px;
	}
	.patronage .honorable .row:nth-child(2) .patronage__img{
		min-height: 175px;
	}
    .patronage .media .row:nth-child(1) .patronage__img{
          min-height: 145px;
    }
    .patronage .media .row:nth-child(2) .patronage__img{
          min-height: 140px;
    }
      .patronage .media .row:nth-child(3) .patronage__img{
          min-height: 152px;
    }
}

.navbar .navbar-brand img {
  display: block;
}

.page-header__content-wrapper{
	color: #651B2D;
}