﻿/* IE10+ scrollbar overlay fix, may cause issues in Win8 phone.  */
/*
@-ms-viewport{
    width: auto !important;
}
*/

body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
    padding-bottom: 0;
    /*font-family: "Helvetica W02 Roman",Helvetica,Arial,Lucida Grande,Tahoma,Verdana,Arial,sans-serif;*/
    font-family: "Open Sans";
    /*font-size: 13px;*/
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering: optimizeLegibility;
    color: black;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* My stuff */
h1, h2, h3, h4, h5, h6 {
    color: black;
    /*font-family: "Helvetica W02 Bold","Helvetica W01 Roman",Helvetica,Arial,Lucida Grande,Tahoma,Verdana,Arial,sans-serif;*/
    font-weight: normal;
    letter-spacing: 0;
    margin: 0 0 15px;
    /*line-height: 1.2em;*/
    margin-bottom: 5px;
}

h1 {
    font-size: 3.525em;
    font-weight: 300;
    color: rgb(0, 69, 124);
    padding-bottom: 42px;
}

h2 {
    /*font-size: 1.66667em;*/
    font-size: 1.5em;
}

h3 {
    /*font-size: 1.33333em;*/
    font-size: 1.4em;
}

h4 {
    font-size: 1.35em;
}

h5, h6 {
    font-size: 1em;
}

p {
    font-weight: 300;
    font-size: 1.35em;
}

.btn {
    border-radius: 0;
}

.btn-danger {
    background: #dfe7ec;
    border: 1px solid #dfe7ec;
    color: #000000;
}

.btn-asco {
    background: #dfe7ec;
    border-radius: 0;
    font-family: "Open Sans";
    font-size: 1.5em;
    font-weight: 300;
    padding: 0.75em 1.5em;
    border: 1px solid #dfe7ec;
    text-decoration: none;
    color: #000000;
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
}

.btn-asco:hover, .btn-danger:hover {
    color: #fff;
    background: rgb(0, 69, 124);
}
.btn-asco:active, .btn-danger:hover {
    color: #000;
    background: #fff;
    border: 1px solid #00457c;
}

.width-640 {
    display: none;
}

.body-content {
    margin-top: 20px;
}

header {
    margin-bottom: 20px;
}

.header-left {
    float: left;
    /*background-image: url('images/ASCO-logo_large.png');
    background-repeat: no-repeat;*/
    max-width: 456px;
    max-height: 76px;
    overflow-x: auto;
    overflow-y: hidden;
}

/*.header-left .logo-small {
    display: none;
}*/

.header-left .logo {
    /*max-width: 100%;*/
    max-width: 350px;
    height: auto;
}

.header-right {
    margin-left: 456px;
    height: 76px;
    /*padding-top: 15px;*/
    padding-top: 5px;
}

.header-email {
    float: right;
    /*line-height: 76px;
    vertical-align: middle;*/
    font-weight: 500;
    color: rgb(121, 128, 132);
}

.landing {
    display: table;
    width: 100%;
    /*vertical-align: top;*/
}

.landing-left, .landing-right {
    display: table-cell;
    vertical-align: top;
}

.landing-left {
    border: 1px solid gray;
    border-collapse: collapse;
}

.landing-right {
    padding-left: 20px;
}

.landing-btn {
    float: right;
}

.landing-btn input {
}

.item-column {
    max-width: 50%;
    float: left;
    padding-right: 10px;
}

.sub-option-row {
    display: table-row;
}

.sub-option {
    display: table-cell;
    width: 50%;
    padding-bottom: 20px;
}

.button-row {
    margin: 15px 0;
}

/*
.button-row span {
    padding-left: 10px;
}
*/

.button-row p {
    display: inline-block;
    margin-left: 5px;
}

.th {
    background: #00457c;
    color: #ffffff;
    font-size: 1em;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: bold;
}

.landing-row {
    /*clear: both;*/
    font-weight: bold;
    /*margin-left: 25px;*/
    margin: 0;
    padding: 10px;
}

.landing-row:nth-child(2n+1) {
    background: #dfe7ec;
}

/*
.landing-sub {
    font-weight: bold;
}
*/

/*
.landing-btn {
    float: right;
}
*/

/*
.sub-option {
    position: relative;
    display: table-cell;
    width: 50%;
}
*/
.sub-option-left {
    /*position: absolute;*/
    display: table-cell;
    width: 25px;
}

.sub-option-right {
    /*margin-left: 75px;*/
    display: table-cell;
    vertical-align: top;
}

.sub-frequency {
  color: gray;
}
.sub-frequency-red {
  color: red;
}

.footnote {
    font-size: 1em;
}

.confirm-thanks {
    font-weight: bold;
}

.confirm-link {
    font-style: italic;
}

/*footer {
  color: gray;
  font-size: 0.91667em;
  font-weight: normal;
  line-height: 1.81818em;
}*/

/*.footer-links ul {
    display: inline-block;
    padding-left: 0;
}*/

/*.footer-links li {
    display: inline-block;
    zoom: 1;
    *display: inline; 
}*/

/*.footer-links a {
    color: gray;
    font-family: "Helvetica W02 Bold", "Helvetica W01 Roman", Helvetica, Arial, Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
}*/

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
    .item-column {
        max-width: 100%;
        float: none;
        padding-right: 0;
    }

    .sub-option-left {
        position: relative;
    }

    .sub-option-right {
        margin: 0;
    }
}

@media only screen 
and (max-width : 500px) {

}

@media only screen 
and (max-width : 768px) {
    .sub-option-row {
        display: block;
    }

    .sub-option {
        display: block;
        width: 100%;
    }
}

@media only screen 
and (max-width : 1000px) {

    h1 {
        font-size: 2.85em;    
    }

    .header-left {
        float: none;
    }

    .header-right {
        margin-left: 0;
        height: auto;
        padding-top: 20px;
    }

    .header-email {
        float: none;
        /*line-height: 18.5667px;
        vertical-align: auto;*/
    }

    .button-row p {
        margin-top: 10px;
    }
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

