/* @import ... font ..  moved to editor.css */

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


/****************************  Main Elements ***************************/
HTML {
    font-size: 62.5%;
    line-height: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* 62.5% so each 0.1 rem is 1px */
BODY {
    text-align: center;
    color: #000000;
    height: 100%;
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-weight: 600;
    font-family: 'Assistant', arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

H1, H2, H3, H4, H5, H6 {
    padding: 0;
    margin: 0;
}

P {
    padding: 0; /* margin:0;*/
    margin-top: 0px;
    font-size: inherit;
}

SMALL {
    font-size: 75%;
}

UL {
    font-size: inherit;
}

LI {
    margin: 0;
    padding: 0;
    font-size: inherit;
}

UL LI {
    list-style: circle url('../ListIconLevel1.png');
}

OL LI {
    padding: 0 4px;
}

TABLE {
    font-size: inherit;
    line-height: inherit;
}

TD {
    font-size: inherit;
}

HR {
    border: 0;
    border-top: #999999 1px solid;
    height: 1px;
    width: 100%;
    background-color: transparent;
}

IMG {
    border: 0;
    padding: 0;
    margin: 0;
    -ms-interpolation-mode: bicubic;
}

A {
    text-decoration: underline;
    color: #01F156;
    -webkit-tap-highlight-color: rgba(103, 199, 245, 0.4);
}

A:hover {
    text-decoration: none;
    color: #cccccc;
    /*color: #c21449;*/
}

A:active, A:focus {
}


/****************************** Form stuff ***********************************/
FORM {
    display: inline;
    margin: 0px;
}

FIELDSET {
    border: 1px solid #cccccc;
    padding: .35rem .625rem .75rem;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.05);
}

LEGEND {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 5px 30px;
    font-weight: 800;
    white-space: normal;
    background-color: rgba(0, 0, 0, 0.1);
}

TEXTAREA {
    border: #bbbbbb 1px solid;
    overflow: auto;
    vertical-align: top;
    font-size: 1.5rem;
    padding: 4px 10px 4px 10px;
    margin: 0;
    font-family: 'assistant', arial, helvetica, sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

SELECT {
    height: 27px;
    margin: 0;
    vertical-align: top;
    font-size: 1.5rem;
    font-family: 'Assistant', Arial, helvetica, sans-serif;
}

/* fixes for IE in case of round corners / backround */
/*@media all and (-ms-high-contrast: none) {SELECT	{padding:4px 5px 4px 5px;}}*/ /** only for IE10 and newer: **/
/*SELECT.selectIE9			{padding:3px 5px 3px 5px;}*/ /** only for IE9 and lower **/

INPUT {
    line-height: normal;
    margin: 0px;
    padding: 0;
    vertical-align: top;
    font-size: 1.5rem;
    font-family: 'Assistant', Arial, helvetica, sans-serif;
}

INPUT::-moz-focus-inner {
    border: 0;
    padding: 0
}

INPUT.input {
    height: 27px;
    line-height: 21px;
    padding: 0px 10px 0px 10px;
    background-color: #ffffff;
    color: #666;
    /*border: #bbbbbb 1px solid;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

INPUT:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    -webkit-text-fill-color: #666;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

::-ms-clear {
    display: none !important;
}

INPUT[type="text"] {
    vertical-align: top;
}

INPUT[type="password"] {
    vertical-align: top;
}

INPUT[type="reset"] {
    cursor: pointer;
    -webkit-appearance: button;
}

INPUT[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

INPUT[type="checkbox"] {
    margin: 0px 4px 0px 4px;
    padding: 0;
    position: relative;
    top: 2px;
    vertical-align: baseline;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

INPUT[type="radio"] {
    margin: 3px 4px 0px 4px;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

INPUT[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

INPUT[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

INPUT[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

INPUT[type="image"] {
    display: block;
}

INPUT[type="button"] {
    cursor: pointer;
    -webkit-appearance: button;
}

BUTTON {
    line-height: normal;
    font-size: 100%;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
    -webkit-appearance: button;
    font-family: 'Assistant', Arial, Helvetica, sans-serif;
}

BUTTON::-moz-focus-inner {
    border: 0;
    padding: 0
}

INPUT.button {
    background: #01F156;
    color: #000000;
    height: 37px;
    border-style: none;
    padding: 0px 20px 0px 20px;
    vertical-align: top;
    text-align: center;
    font-weight: 800;
    cursor: pointer;
    font-family: 'Assistant', Arial, Helvetica, sans-serif;
    border-radius: 25%;

}


INPUT.button:hover {
    background: #000;
    color: #fff;
}

INPUT:focus, SELECT:focus, TEXTAREA:focus {
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
    outline: none;
}


/**************************** Ruling Colors ***************************/
/** Used in complex modules and modules that have 'light' text on 'dark' background**/
.box1Background {
    background-color: #ffd322;
    color: #000000;
    text-decoration: none;
}

.box1Color {
    color: #000000;
    text-decoration: none;
}

A.box1Color:hover {
    color: #89012c;
    text-decoration: underline;
}

A.box1Color:active {
}

.box1Background_LightVersion {
    background-color: #eeeeee;
    color: #000000;
    text-decoration: none;
}

.box1Color_LightVersion {
    color: #000000;
    text-decoration: none;
}

A.box1Color_LightVersion:hover {
    color: #c21449;
    text-decoration: underline;
}

A.box1Color_LightVersion:active {
}


/** Used in titles and captions**/
.titlesColor {
    color: #000000;
}

.titlesColor:hover {
    color: #bf315d;
}

.pageTitleColor {
    color:  #01F156;
}

.pageTitleColor:hover {
    color: #01F156;
}


/*******************************************************************/
DIV.body {
    margin-bottom: 35px;
}

DIV.bodyItem {
}

DIV.bodyList {
}

/** Bread Crumbs **/
DIV.navigationTabContainer {
    margin-bottom: 10px;
}

A.navigationTab {
    text-decoration: none;
}

A.navigationTab:hover {
    text-decoration: underline;
}

UL.NavigationTab {
    font-size: 95%;
    padding: 0px !important;
    margin: 0px;
    font-weight: 600;
}

UL.NavigationTab LI {
    display: inline;
    list-style-image: none;
    list-style-type: none;
}

@media screen and (min-width: 821px) {
    DIV.navigationTabContainer {
        position: absolute;
        top: -60px;
        right: 0px;
    }
}

/** Page Title & Description **/
TD.PageTitle {
}

DIV.PageTitle {
    color:  #01F156;
    font-weight: 600;
    font-size: 4rem;
    line-height: 115%;
    margin: 0px 0px 25px 0px;
}

#HomePage DIV.PageTitle {
    display: none;
}

TD.PageCategoryTitle {
}

DIV.PageCategoryTitle {
}

H1.PageTitle {
    font-weight: 600;
    font-size: 100%;
    color: #000000;
}

H1.PageCategoryTitle {
    font-weight: 600;
    font-size: 100%;
    color:  #000000;
}

TD.description {
    padding-bottom: 15px;
}

DIV.description {
    padding-bottom: 15px;
}

/** Copyright **/
SPAN.Copyright {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5rem;
    color: #005794;
}

A.Copyright {
    text-decoration: none;
    color:  #01F156;
}

A.Copyright:hover {
    text-decoration: underline;
    color: #c21449;
}

.hidden {
    position: absolute;
    top: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.red {
    color: red;
}


/** Site Message **/
DIV.SiteMessageContainer {
    border-bottom: solid 1px gray;
    text-align: center;
    padding: 5px;
}


/************************** Pop-up windows ******************************************/
BODY.Popup {
}

/** Talkbacks **/
INPUT.Response {
    width: 220px;
}

TEXTAREA.Response {
    width: 220px;
    height: 200px;
}

/** Tell a Friend **/
INPUT.Friend {
    width: 220px;
}

TEXTAREA.Friend {
    width: 220px;
    height: 200px;
}
