.onethirdwidth {
    width: 30%;
    float: left;
    padding: 1em;
    overflow: auto;
    text-align: center;
    vertical-align: top;
    margin-left: 0.5em;
    margin-right: 0.5em;
    min-height: 11em;
}

.twothirdwidth {
    width: 64%;
    float: left;
    padding: 1em;
    margin-right: 1em;
    overflow: auto;
    vertical-align: top;
}

.onehalfwidth {
    width: 49%;
    float: left;
    padding: 1em;
    overflow: auto;
    text-align: center;
    vertical-align: top;
}

.fullwidth {
    width: 100%;
    float: left;
    padding: 1em;
    overflow: auto;
    text-align: center;
    vertical-align: top;
}

.strongheadline {
    color: #317eac;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
}

.justified {
    text-align: justify;
    font-size: small;
}

.row-divider {
    margin-top: 2.5em;
}

.divider-header {
    display: block;
    height: 2px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-bottom: 1px solid darkgray;
}

.newrowforonethirdwidth {
    clear: both;
    height: 2em;
}

#feedbackoverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: .60;
    opacity: .60;
    display: none;
}

#feedbackcontainer {
    position: fixed !important;
    position: absolute;
    height: 200px;
    width: 400px;
    margin: -100px 0px 0px -200px;
    top: 50%;
    left: 50%;
    background-color: #f5f5f5;
    border: 1px solid #000000;
    display: none;
    z-index: 1002;
    padding: 10px;
}

.cookieoptin {
    padding: 1em;
    color: white;
    font-size: 1.5em;
}

.featuredescription {
    overflow: auto;
}

.topimagebar {
    background-image: url(/images/rpo-bg-0.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.impressionbarstandard {
    background-color: white;
    text-align: left;
    padding: 0.5em;
    font-size: 1.1em;
}

.impressionbarhighlight {
    background-color: #e6f0f7;
    text-align: left;
    padding: 0.5em;
    font-size: 1.1em;
}

.impressionbarstandard h2, .impressionbarhighlight h2 {
    text-align: center;
}

.topimagebartextlayer {
    padding-left: 5em;
    padding-top: 1em;
}

.topimagebartextlayer h1, .topimagebartextlayer h4, .topimagebartextlayer p {
    color: white;
    font-weight: bold;
}

.topimagebarbuttonlayer {
    text-align: center;
    padding: 1em;
}

.topimagebarbuttonlayer a {
    width: 10em;
    margin-left: 3em;
}

.tiletechnic {
    background-color: lightyellow;
}

.tileusability {
    background-color: floralwhite;
}

.tilefeatures {
    background-color: aliceblue;
}

.tilepricing {
    background-color: whitesmoke;
}

.tiletext {
    font-size: 1.1em;
}

.tiletopicimage {
    max-width: 300px;
    text-align: center;
    max-height: 5em;
}

.awesomefeaturetitle {

}

.awesomefeaturetext {
    background-color: #b8b799;
    color: white;
    text-align: justify;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.1em;
}

.awesomefeaturetile {
    width: 30%;
    float: left;
    overflow: auto;
    text-align: center;
    vertical-align: top;
    margin-left: 0.5em;
    margin-right: 0.5em;
    min-height: 11em;
}

.awesomefeaturetext ul li {
    list-style-type: none;
    font-size: 1.1em;
}

.awesomefeaturetextlink {
    color: white;
    text-decoration: none;
}

.frontpagebutton {
    font-size: 1.1em;
}

footer {
    background-color: #1995dc;
    color: #f0f0f0;
}

footer .summary {
    background-color: #003a68;
    color: #f0f0f0;
    padding-top: 1em;
    padding-bottom: 1em;
}

.summarylink {
    color: #f0f0f0;
}