/* font sizes */
@font-face {
font-family: 'Majoris Regular';
font-style: normal;
font-weight: normal;
src: local('Majoris Regular'), url('../fonts/Majoris.woff') format('woff');
}

/***** primary display elements *****/
* {outline: none;}

html {height: 100%;}

body {background-color: #fff; -webkit-font-smoothing: antialiased; position: relative; z-index: 1; font-family: 'Muli', sans-serif; font-weight: normal; -ms-touch-action: manipulation; touch-action: manipulation; height: 100%;}

a {text-decoration: underline; color: #666;}
a:hover {text-decoration: none;}



/********** sections **********/
.section {margin: 0% 0% 0% 0%; padding: 0% 0% 0% 0%; clear: both;}



/********** grouping **********/
.group:before, .group:after {content: ""; display: table;}
.group:after {clear: both;}
.group {zoom:1;}



/********** grid column setup **********/
.col {margin: 0% 0% 0% 0%; padding: 0% 0% 0% 0%; display: block; float: left;}



/********** font colors **********/
.greenF {color: #65ad1b;}
.brownF {color: #804000;}
.purpleF {color: #6d5673;}
.grayF {color: #666;}
.orangeF {color: #f58220;}
.whiteF {color: #fff;}



/********** background colors *********/
.whiteBG {background: #fff;}
.purpleBG {background: #ece2f1; border-top: 1px solid #ddcae6; border-bottom: 1px solid #ddcae6;}
.greenBG {background: #eaf0e6; border-top: 1px solid #c9d8be; border-bottom: 1px solid #c9d8be;}
.grayBG {background: #f5f5f5; /*border-top: 1px solid #d4d0c8; border-bottom: 1px solid #d4d0c8;*/}
.dkgrayBG {background: #e3e3e3; border-top: 1px solid #666; border-bottom: 1px solid #666;}
.peachBG {background: #ffe4b5; border-top: 1px solid #ffd1a4; border-bottom: 1px solid #ffd1a4;}



/********** content rows **********/




/********** text **********/
h1, h2, h3, h4, h5 {font-family: 'Majoris Regular', sans-serif; font-weight: normal;}