/**umb_name:PressReleaseHolder*/
.pressReleaseHolder {
    width: 66%;
    overflow: auto;
    height: 400px;
    float: right;
    background-color: white;
    /*margin-lef: 25px; */
    padding: 25px;
    border-top: 3px solid #00a998;
    margin-bottom: 25px;
}

/**umb_name:test*/
.test {
    float: right;
}

/**umb_name:MainHeadline*/
.MainHeadline {
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

body, html, form {
    height: 100%;
}

.wide {
	width: 100%;
    height: 100%;
    height: calc(100% - 82px);
    background-size: cover;
    position: relative;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.wide img {
   width: 100%;
   height: 100%;
   height: calc(100% - 82px);
}

#SignUpPurpleTruth {
    position: absolute;
    right: 0;
    bottom: 0;
}

#ContactChatPanel {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    opacity: 0.6;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

.widewrapper {
    width: 100%;
    /*height:100vh;
  border: 1px solid blue;*/
}

    .widewrapper > img {
        width: 100%;
        /*height:100vh;*/
    }

.container-fluid {
    padding: 0;
}

