/* </banner> */
.page-header__tint {
background: url('/conf-data/mpec2018-04/images/man--cropped.png'),url('/conf-data/mpec2018-04/images/card-grey-bg-400pxw.jpg'), url('/conf-data/mpec2018-04/images/bg-1-fhd.jpg');
	-webkit-background-size: 100px , 300px, cover;
	        background-size: 200px , 300px, cover;
    background-repeat: no-repeat;
	background-position: 25% top, 90% top, bottom center;
}
.cbanner__body{
	min-height: 533px;
	background: url('/conf-data/mpec2018-04/images/man--cropped.png'),url('/conf-data/mpec2018-04/images/card-grey-bg-400pxw.jpg'), url('/conf-data/mpec2018-04/images/bg-1-fhd.jpg');
	-webkit-background-size: 300px , 300px, cover;
	        background-size: 300px , 300px, cover;
    background-repeat: no-repeat;
	background-position: 10px bottom, bottom right, center;
}
.cbanner__head{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 40px;
}
.cbanner__head img{
	margin: 10px;
}
.cbanner__body{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.cbanner__text{
	text-align: center;
	margin: auto;
      padding: 0 225px;
	color: black;
}
.light{
 	font-size: 40px;
	font-weight: 300;
}
.cbanner__text h1,.cbanner__text h2{
	font-size: 45px;
}
.bolder{
	font-weight: bold;
}

@media (max-width: 1300px){
	.cbanner__body{
		-webkit-background-size: 225px , 200px, cover;
		        background-size: 225px , 200px, cover;
	}
}
@media (max-width: 1150px){
	.cbanner__head{
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
	  -webkit-justify-content: space-around;
	      -ms-flex-pack: distribute;
	          justify-content: space-around;
	}
	.cbanner__head img{
		max-width: 200px;
	}
	.cbanner__body{
		background: url('/conf-data/mpec2018-04/images/bg-1-fhd.jpg');
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
	}
	.cbanner__text{
		padding: 0 20px;
	}
}
@media (max-width: 769px){
	.light{
		font-size: 25px;
		font-size: 5.5vw;
	}
	.cbanner__text h1,.cbanner__text h2{
		font-size: 30px;
		font-size: 6vw;
	}
}

/* </banner> */

.section-title-wrapper + ul {
    font-size: 18px;
}

.ctable th{
	background: #4cb0e2;
	color: white;
	border-top: 1px solid black;
}
.ctable tr:nth-child(even){
	background: #f4f4f4;
}
.ctable th,.ctable td{
	padding: 5px 10px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.ctable td:first-child, .ctable th:first-child{
	border-left: 1px solid black;
}

.f-w-n{
	font-weight: normal;
}
.section-title-wrapper{
	text-align: left;
	margin: 30px 0 15px 0;
}
.section-title{
	display: inline-block;
	position: relative;
	font-size: 32px;
	padding-bottom: 2px;
}
.section-title::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 0;
	left: 0;
	margin: 0;
	background-color: #4cb0e2;
}
@media (max-width: 768px){
	.section-title{
		font-size: 26px;
	}
}
.agenda tr:first-child td{
	border-top: 1px solid black;
}
.agenda td:first-child{
	white-space: nowrap;
	font-weight: bold;
}
.footer{
	margin-top: 20px;
}
@media (min-width: 769px){
	p{
		font-size: 18px;
	}
}
.footer__content .list--chevrons {
    padding-top: 20px;
}
.page-header .page-header__title { 
  color: #444;
  font-size: 45px;
}
.btn--register{
	background: none;
    color: black;
    border: 1px solid black;
    font-weight: bold;
	font-size: 18px;
	font-size: 3.5vw;
	margin-top: 20px;
}
.btn--register:hover, .btn--register:focus{
	color: black;
}
@media (min-width: 768px){
	.btn--register{
		font-size: 18px;
	}
}