img {
    width:100%;
}
.header_microsite {
    padding: 23px 0 30px;
}

.header_microsite .pageTitle h1{
    color: #727272;
    font-family: NeoSansProRegular,Arial;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
}
.contentWrapper {
    background-color: #fff;
    margin: 0 0 20px;
    padding: 20px;
}
.contentWrapper h2{
    margin-top: 5px; 
    margin-bottom: 20px; 
    font-family: 'NeoSansProRegular', Arial; 
    color: #B2162B; 
    font-size: 23px;  
    line-height: 32px;
    text-transform: uppercase;
}

.column {
}

.left {
    float:left;
    width: 50%;
}

.right {
    float:right;
    width: 50%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.rowContent {
    overflow: hidden;
    display: inline-block;
    display: block;
    margin-top: 35px;
}

.contentText {
    font-size: 14px;
    line-height: 20px;
}
.contentText p {
    padding-bottom:0px;
}

.column .contentText {
    padding-right: 40px;
}

.scheduleCol1 {
    padding:0px 0px 0px 20px;
    width:150px;    
}
.scheduleCol2 {
    padding:0px;
    padding-bottom:5px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}
     
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.contentTextSection {
    margin-top:50px;
    margin-bottom:50px;
}
.contentTextLine {
    width:30%;height:1px;background-color:#000000;margin:auto;
}
.center {
    text-align: center;
}
.contentTextParagraphHeader {
    margin-top:20px;
    font-family:'NeoSansProRegular',Arial;
    color:#B2162B;
    font-size:23px;
    line-height:29px;
    text-transform:uppercase;
}
.contentTextParagrapDescription {
    width: 85%;
}

@media only screen and (min-width: 630px) {
    .floatLeft {
        float: left;
        width: calc(50% - 20px); 
        padding-right: 20px;
    }
    .floatRight {
        width: 50% ;
        float: right;
    }
}