html {
    font-size: 16px !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body {
    background-image: url(../images/body-bg.jpg);
    background-color: #ffffff;
}

.wrapper {
    max-width: 1200px;
    padding: .5rem;
    margin: 0 auto;
}

.header-text p {
    font-size: 2rem;
    line-height: normal;
    margin: 2rem 0 0 2.5rem;
}

.float-left {
    margin-right: .5rem;
}

.border {
    border: 1px solid #666666;
}

h2 {
    font-size: 1.5rem;
    color: #053396;
    font-weight: 600;
}

.quote {
    margin: .5rem 0 0 2.2rem;
}

.cell-vert {
    border-right: 1px solid #666666;
    padding: .5rem
}

.cell-vert-noborder {
    padding: .5rem
}

.red-bar {
    height: 2rem;
    background-color: #cf0c0c;
    margin: .4rem;
    text-align: center;
    color: #ffffff;
    padding-top: .3rem;
}

.red-bar a {
    color: #ffffff;
    vertical-align: middle;
    font-weight: 600;
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.4rem;
    text-rendering: optimizeLegibility;
    padding: 0 1rem;
}

.graypad {
    background-color: #eeeeee;
    padding: .3rem;
    padding-bottom: .1rem;
}

.whitepad {
    padding: .3rem
}

.centered {
    margin: 0 auto;
    text-align: center;
}

/*@@@@@@@@@@@@@@@@@@@@Hack to resize youtube videos for mobile @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.videoplayer {

    text-align: center;
    vertical-align: middle;
    background-color: #000000;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 420px;
    overflow: hidden;
    top: 0;
    bottom: 0;

}

.auto-resizable-iframe {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
}

.auto-resizable-iframe>div {
    position: relative;
    padding-bottom: 420px;
    height: 0px;
}

.auto-resizable-iframe iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/* full screen */
@media (min-width:0px) {

    .videoplayer {
        height: 100%;
    }

    .auto-resizable-iframe>div {
        padding-bottom: 100%;
    }
}

/* mobile/pad view */
@media (min-width:600px) {

    .videoplayer {
        height: 420px;
    }

    .auto-resizable-iframe>div {
        padding-bottom: 420px;
    }
}

footer {
    margin: 2rem auto;
    text-align: center;
    padding: 1rem;
    background-color: #eeeeee;
    font-size: 1rem;
}