/* Minification failed. Returning unminified contents.
(106,17): run-time error CSS1039: Token not allowed after unary operator: '-nav-active-color'
 */
/*css variables are moved to Shared/_layout.cshtml because they cannot be minified*/
a {
    /*color: #0098D9;*/
    color: #1a0dab;
}

ul {
    list-style: none;
}

body {
    font-family: Century Gothic, Verdana, Sans-Serif;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

img { border: none; }

/* --- Types ------------------------ */

.font-headline {
    font-weight: normal;
    letter-spacing: -.012em;
}

.font-body1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

h1.font-headline {
    font-size: 24px;
    line-height: 32px;
}

h2.font-headline {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 12px 0;
}

p.font-body1 {
    margin-bottom: 36px;
}

.disclaimer.important {
    color: chocolate;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin: 0.4em;
    text-align: center;
}

.disclaimer.important a {
    color: chocolate;
}



/* --- NAVIGATION ------------------------ */
#navigation-wc {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

#full-screen-navigation {
    background-color: rgba(0, 0, 0, .9);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 40px;
    transform: translateY(0);
    transition: transform 400ms;
}

#full-screen-navigation.closed {
    transform: translateY(100%);
}

#full-screen-navigation ul {
    -webkit-margin-start: 0;
    -webkit-padding-start: 0;
    margin: 24px;
}

#full-screen-navigation li {
    border-bottom: solid 1px #999;
}

#full-screen-navigation a {
    color: #FFF;
    display: block;
    font-size: 20px;
    line-height: 48px;
    padding: 0 8px;
    text-decoration: none;
}

#full-screen-navigation a:active {
    color: var(--nav-active-color);
}

/* --- MAIN CONTENT ------------------------ */
.main-content {
    margin: 56px auto;
}

/* --- MAIN CONTAINER ------------------------ */
.main-container {
    margin: 0 24px 40px 24px;
}

/* --- FOOTER --------------------------- */
.footer {
    border-top: #CCC 1px solid;
    clear: both;
    color: #999;
    float: none;
    /*font-size: .56em;*/
    margin: 48px auto 8px auto;
    padding-top: 10px;
    text-align: center;
}

.footer img {
    margin: 0 24px;
}




/* Unused css on many pages */
h3.font-headline {
    font-size: 16px;
    line-height: 26px;
    font-size: 18px;
}
.clear {
    clear: both;
    float: none;
    height: 1px;
}

.display-none {
    display: none;
}

.validation-summary-errors, .field-validation-error, .error {
    color: #C03;
}

.error {
    font-size: .8em;
}
.ui-button
{
    border:solid 1px #666;
    background-color:#FC0;
    display:inline-block;
    
	-webkit-box-shadow:2px 2px 5px #999;
	-moz-box-shadow:2px 2px 5px #999;
	box-shadow:2px 2px 5px #999;
}

.ui-button.cancel
{
    background-color:#CCC;
}

.ui-button label
{
    border-top:solid 1px #FF9;
    display:inline-block;
    
    background: -moz-linear-gradient(top, #FCD121, #FBB03B);
    background: -webkit-gradient(linear, left top, left bottom, from(#FCD121), to(#FBB03B));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCD121', endColorstr='#FBB03B');
}

.ui-button.cancel label
{
    border-top:solid 1px #FFF;
    display:inline-block;
    
    background: -moz-linear-gradient(top, #F2F2F2, #CCCCCC);
    background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#CCCCCC));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#CCCCCC');
}

.ui-button input, .ui-button a
{
    background:none;
    border:none;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
    font-size:9pt;
    font-weight: bold;
    margin:0;
    outline:none;
    overflow:visible;
    padding:8px 10px;
    text-align:left;
    white-space:nowrap;
}

.ui-button a
{
    color:#000;
    text-decoration:none;
    padding:9px 10px;
}
