
body {
    background-color: rgb(163,193,173);
}


#navPrimary, #navTertiary {
    background-color: rgb(65,45,93);
}

#navPrimary .current-menu-item, #navSecondary {
    background-color: rgb(142,37,141);
}

#navSecondary li.current_page_item a, #navSecondary li.current_page_ancestor a, #navTertiary .current_page_item a {
    color: rgb(51,51,51);
    background-color: rgb(255,255,255);
}





.content form {
    padding: 1em 0;
}

#colorbox form {
    padding: 1em 3em;
}

.content form legend, #colorbox form legend {
    background: rgb(240,240,240);
    border: 1px solid rgb(200,200,200);
    font-weight: bold;
    padding: 5px 9px;
    margin-left: -10px;
}

.content form fieldset, #colorbox form fieldset {
    padding:10px;
    border-top: 1px solid rgb(200,200,200);
}

.content form label, #colorbox form label {
    font-weight:bold;
}

.content form input, .content form textarea, .content form select, #colorbox form input, #colorbox form textarea, #colorbox form select {
    font-size: 1.2em;
    width: 100%;
}

.content form .radio input, .content form .checkbox input, #colorbox form .radio input, #colorbox form .checkbox input {
    width:auto;
    border:none;
    margin:0 1.5em 0 0
}

.content form input, .content form textarea, .content form select, #colorbox form input, #colorbox form textarea, #colorbox form select {
    border: 1px solid rgb(150,150,150);
    margin-top: 0.75em;
    margin-bottom: 1em;
    padding: 5px;
}

.content form .radio {
    margin: 1em 0;
}

.content form .radio label, .content form .radio input,
.content form .checkbox label, .content form .checkbox input,
#colorbox form .radio label, #colorbox form .radio input,
#colorbox form .checkbox label, #colorbox form .checkbox input {
    display:inline;
    margin:0 1.5em 0 0;
    font-weight: normal;
}

.content form .radio input, .content form .checkbox input, #colorbox form .radio input, #colorbox form .checkbox input {
    margin:0 0.3em 0 0
}

.content form .multiple label{
    float:left;
    width:29%;
    overflow:hidden;
    padding-left:1px
}

.content form .multiple input {
    cursor:pointer
}

/* Button */

.content form .actions, #colorbox form .actions {
    text-align:center;
}

section a.button, section button, section input[type="submit"], section input[type="reset"], section input[type="button"] {
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+, Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
    border: 1px solid rgb(170,170,170);
    border-top: 1px solid rgb(204,204,204);
    border-left: 1px solid rgb(204,204,204);
    padding: 4px 12px;
    width: 150px !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: bold;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
}

section a.button:hover, section button:hover, section input[type="submit"]:hover, section input[type="reset"]:hover, section input[type="button"]:hover {
    color: rgb(34,34,34);
    background: rgb(221,221,221); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
    border: 1px solid rgb(136,136,136);
    border-top: 1px solid rgb(170,170,170);
    border-left: 1px solid rgb(170,170,170);
}

section a.button:active, section button:active, section input[type="submit"]:active, section input[type="reset"]:active, section input[type="button"]:active {
    border: 1px solid #666;
    background: rgb(204,204,204); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */
}




a.campl-primary-cta:focus, a.campl-primary-cta:hover, a.campl-primary-cta:active {
color: #f8f8f8;
background: #454545 url(../img/bg-primary-cta-arrow-over.png) 100% 50% no-repeat;
border: 0;
text-decoration: none;
}
a.campl-primary-cta {
display: inline-block;
background: #171717 url(../img/bg-primary-cta-arrow.png) 100% 50% no-repeat;
color: #fff;
padding: 5px 25px 5px 10px;
border: 0;
text-shadow: none;
text-decoration:none;
}

.env-details {
    text-align: center;
    margin: 0.2rem;
    background: lightblue;
    font-size: 1rem;
    padding: 0.4rem;
}