@import url("http://fonts.googleapis.com/css?family=Lato");
html,
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    background-color: white;
    color: #464646;
    font-family: "ProximaNova", Helvetica, Arial, sans-serif;
}

#pageWrapper {
    width: 100%;
}

#header {
    width: 100%;
    height: 105px;
}

#logo {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 200px;
}

#logo-container {
    max-width: 1020px;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6.5px;
    padding-bottom: 6.5px;
}

#toolbox {
    right: 0;
    top: 0;
    background-color: #f0f7f3;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

#main {
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

#title {
    width: 100%;
}

#email {
    font-size: 20px;
    color: #0070e0;
}

#global-unsubscribe {
    margin-top: 15px;
    border-top: 5px solid #f0f7f3;
}

h1 {
    max-width: 1020px;
    color: black;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding-top: 38.5px;
    padding-bottom: 38.5px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 5px solid #f0f7f3;
}

.checkbox {
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 10px;
}

.label {
    position: relative;
    padding-left: 38px;
    display: block;
    background-color: transparent;
}

.stingray-footer--legal {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #939598;
    font-size: 14px;
    background-color: black;
    text-decoration: none;
}

.text-legal {
    max-width: 1020px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.stingray-footer--legal a {
    font-size: 20px;
    color: #42c4ff;
    border: solid 1px #939598;
    border-width: 0 1px 0 0;
    padding-right: 8px;
    margin-right: 5px;
    text-decoration: none;
}

.button--round {
    background: transparent;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 100px;
    border: 1px solid #464646;
    white-space: nowrap;
}

.button {
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

select.button--round {
    background: transparent;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 100px;
    border: 1px solid #464646;
    white-space: nowrap;
}

select.button {
    font-size: 14px;
    text-decoration: none;
}

select.lang--button {
    color: #939598;
    background: #f0f7f3;
    padding: 5px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: none;
    border-bottom: none;
}

#language {
    color: #939598;
    background-color: #f0f7f3;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
}
