h2 { 
    font-size: 24px;
    text-align: center;
    padding: 0;
    font-weight: normal;
    color: #000;
    margin: 30px 0 50px 0;
}

h3 {
    font-size: 21px;
    text-transform: uppercase;
    color: #C32030;
    margin: 0;
}

.margin_top {
    margin-top: 50px;
}

/*p { text-align: justify; }*/

a {
    color: #F9E000;
    text-decoration: underline;
}

ol li {
    line-height: 1.3;
}

.responsive_image {
        width: 1024px;
        max-width: 100%;
        height: auto;
}

.container {
    width: 1024px;
    margin: 0 auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #000;
}

header {
    padding: 10px 0;
}

.banner {
    width: 1024px;
    display: block;
}

.content_PT {
    text-align: center;
}

.content_PT p {
    text-align: center;
}

.title_highlight {
    font-size: 30px;
}

.title_highlight span {
    color: #C32030;
    font-size: 58px;
    font-weight: bold;
}

.wrapper_box {
    clear: both;
    margin-bottom: 10px;
}

.box1, .box2, .box3 {
    /*background: #eae448 url("../images/inveskB1.jpg") 0 top no-repeat;*/
    background-color: #eae448;
    height: 572px;
    width: 357px;
    float: left;
    margin-right: 50px;
}

.box2 {
    background-color: #74d0f6;
}

.box3 {
    background-color: #FFD041;
    margin-right: 0;
}

.content_insidebox {
    padding: 20px;
}

.content_insidebox p {
    margin: 10px 0;
}

.wrapper_inform {
    text-align: center;
    font-size: 16px;
    margin-bottom: 450px;
}

.Binform1, .Binform2, .Binform3, .Binform4, .Binform5 {
    padding: 20px 40px;
    text-align: left;
    background-color: #ebe149;
    width: 250px;
    margin: 20px 25px;
    float: left;
    height: 100px;
}

.Binform2 {
    background-color: #74d0f6;
}

.Binform3 {
    background-color: #ffd041;
    margin-right: 0;
}

.Binform4 {
    background-color: #ceb0d4;
    margin-left: 19%;
}

.Binform5 {
    background-color: #dac78f;
    margin-right: 0;
}

.quotes {
   font-weight: bold;
    font-size: 14px;
}

.intro-part {
    background-image: url(../images/intro-bg.png);
	background-repeat: no-repeat;
	background-position: center;
    height: 306px;
    width: 924px;
    margin: 0 auto;
}

.intro-part p {
    font-size: 14px;
    color: #231f20;
}

.intro-text-cover {
        position: relative;
    top: 70px;
    padding: 0 80px;
}

.program-cover {
    text-align: center;
}

.program-table {
        padding: 20px 0;
}

.speaker1-cover {
    background-image: url(../images/orange-speak.png);
	background-repeat: no-repeat;
	background-position: center;
    height: 264px;
    width: 952px;
    margin: 0 auto;
    padding: 5px 0;
}

.speaker2-cover {
    background-image: url(../images/red-speak.png);
	background-repeat: no-repeat;
	background-position: center;
    height: 264px;
    width: 952px;
    margin: 0 auto;
    padding: 5px 0;
}

.speaker3-cover {
    background-image: url(../images/blue-speak.png);
	background-repeat: no-repeat;
	background-position: center;
    height: 348px;
    width: 952px;
    margin: 0 auto;
    padding: 5px 0;
}

.speaker-pic {
    width: 21%;
    display: inline-block;
        text-align: center;
        vertical-align: top;
    position: relative;
    top: 36px;
}

.speaker-desc {
    width: 70%;
    display: inline-block;
    position: relative;
    top: 40px;
}

.speaker-desc h3 {
    font-size: 18px;
    color: #ffffff;
}

.speaker-desc p {
    font-size: 14px;
    color: #ffffff;
}

.location-cover {
        text-align: center;
    padding-bottom: 40px;
}