﻿/***************************************************************/
/*   normalize                                                 */
/***************************************************************/

html,
body,
form {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font: normal 16px "Segoe UI", Arial, sans-serif;
    color: #555555;
}

@media only screen and (min-width: 481px) and (max-width: 720px) {
    body {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 16px;
    }
}

a {
    background: transparent;
}

img {
    border: 0;
}

button,
input {
    -webkit-appearance: none;
    cursor: pointer;
}

.normalinput {
    -webkit-appearance: radio;
}

hr {
    border-width: 1px 0 0 0;
    border-color: #767676;
    border-style: solid;
}

/***************************************************************/
/*   typography                                                */
/***************************************************************/
.highlight {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    color: #f3732a;
}

h1, h2, h3 {
    font-weight: normal;
    margin: .5em 0;
}

h4, h5, h6 {
    /*font-weight: bold;*/
}

h1 {
    font-size: 2.25em;
    color: #6BA43A;
}

h5 a {
    color: inherit !important;
}

h2 {
    font-size: 1.875em;
}

.h2compact {
    padding: 0px;
    margin: 0px;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .875em;
}

/***************************************************************/
/*   template                                                  */
/***************************************************************/
#wrapper .t-container-fluid {
    max-width: 100%;
}

#wrapper .RadButton {
    font-size: 1em;
}
/*
#wrapper .RadButton.Negative {
    font-size: 1em;
    background-color:#cc8521;
    font-weight:bold;
}*/

#wrapper .RadMenu,
div.RadMenuPopup,
#wrapper .RadMenu_Default, #wrapper .RadMenu_Default a.rmLink {
    font-size: 1em;
}

#wrapper .nodisplay {
    display: none;
}

.centreAlign {
    text-align: center;
}

.ib {
    display: inline-block;
}

.icn32 {
    margin-bottom: -10px;
    width: 32px;
    height: 32px;
}

.icn1632 {
    margin-bottom: -10px;
    width: 16px;
    height: 32px;
}
