﻿@import url('https://fonts.googleapis.com/css?family=Raleway:500,600,700|Roboto:400,500|Open+Sans:400,600');
/* HTML Tags ----------------------------------- */


/* HTML Elements Styling ----------------------------------- */
h1 {
    color: #6CBB45;
}

h2, h4, h5 {
    color: #787474;
}

h3, h5 {
    color: #95989a;
}

.sitename h1 {
    color: #327D23;
}

hr {
    margin: 80px 0px 50px 0px;
}

/*Controls the text display on screen for paragraphs*/
.column3 > p {
    width: 80%;
    margin-bottom: 5px;
    margin-top: 15px;
}

/*Controls the Heading display per heading */
.column3 > h2:nth-child(5) {
    width: 86%;
}

/* Links styling ------------------------------------------*/
a, a:hover, a.expandingblockwidetemplate {
    color: #327D23;
}

a.registerbutton, a#linkForgotPassword {
    color: #6CBB45;
}

.registerbuttonWrapper {
    top: 160px;
}

/* Messages ----------------------------------- */
.successtxt {
    color: #3698D3;
}
.errortxt,
.errorsummary,
.errorfield,
.required {
    color: #eb1515;
}

/* Check box styling --------------------------------------------------- */
.checkbox label:after {
    border: 3px solid #6CBB45;
    border-top: none;
    border-right: none;
}


/* Form ---------------------------------------------------------------- */
.formFieldName, .checkboxlabel {
    color: #808080;
}


/* Form fields ---------------------------------------------------------------- */
.multiboxstyle, #content.formLayout .multiboxstyle {
    height: 60px;
}

.buttons {
    background-color: #6cbb45;

}

.buttons:hover {
    background-color: #327D23;
}

.rogerwide {
    background-color: #EFEFEF;
    border: 1px solid #787474;
}

/* Banner  ----------------------------------- */
#banner {
    background-image: url("Images/banner.png");
}

