body {
    margin: 0;
    padding: 0;
}
* {
    color: #004d8c;
    font-size: 13px;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.container {
    position: absolute;
    top: 0;
    width: 100%;
}
.centercontainer {
    width: 100%;
    max-width: 960px;
    margin: 0px auto;
}
.contentcontainer {
    float: left;
    width: 90%;
    margin-left: 5%;
}
.background {
    height: 716px;
    background: url('../Images/vealvision/bg.jpg') center top no-repeat;
}
h1,
h4 {
    color: #e1113b;
}
h1,
h2 {
    font-size: 40px;
}
h1 {
    margin-top: 130px;
}
h2 {
    margin-top: -5px;
}
h3 {
    margin-top: 30px;
}
h3 a {
    text-decoration: underline;
    cursor: pointer;
}
h4 {
    margin-top: 25px;
    line-height: 30px;
}
p {
    line-height: 30px;
}
.ce-gallery {
    display: none;
}
.showdemo {
    cursor: pointer;
    position: relative;
    font-size: 13px;
    border-bottom: 1px solid #004d8c;
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0,0,0,0.6);
    display: none;
}
.demo {
    width: 90%;
    max-width: 850px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.75);
}
@media all and (max-width: 1023px) {

}
