@import url(https://fonts.googleapis.com/css?family=PT+Sans&subset=latin-ext);

/*  ----------  BASIC STYLES  ----------  */

html, body {
    width: 100%;
    height: 100%;
    background: #fff;
}

html {
    min-height: 100%;
    overflow: auto;
}

.layout {
    font-family: 'PT Sans', sans-serif;
    color: #869097;
    font-size: 15px;
    line-height: 1rem;
}

.layout * {
    box-sizing: border-box;
}

html, body{height: 100%;}
.container{height: auto; min-height: 100%;}


/*  ----------  TYPOGRAPHY  ----------  */

.layout *{
    color: #5e5e5e;
    line-height: 1.25rem;
}

.layout h1, .layout h2, .layout h3 {
    font-weight: bold;
    color: #adbc10;
    text-transform: uppercase;
    text-shadow: -1px -1px 0px rgba(0,0,0,0.1);
    clear: both;
}

.layout h1{
    font-size: 1.8em;
}

.layout h2{
    clear: both;
    font-size: 1.25em;
}

.layout h3{
    font-size: 1.1em;
}

.layout h4{
    font-size: 1em;
    font-weight: bold;
}

.layout h1, .layout h2, .layout h3, .layout h4{padding: 0.75em 0;}
.layout h1 a, .layout h2 a, .layout h3 a {
    font-weight: inherit;
    color: #444;
}

.layout p{
    margin: 1em auto;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.75em;
}

.layout strong, .layout b {
    font-weight: bold;
    color: inherit;
}

.layout a{color: #b4c13d;}

.layout em{font-style: italic !important; color: inherit;}

.text-bold {
    font-weight: bold;
}

.layout hr {
    border: 0 none;
    height: 1px;
    background-color: #b9b9b9;
    margin: 5px 0;
}

/*  ----------  LIST  ----------  */

.layout ul{margin: 15px auto; list-style-type: none;}

.layout ul li{
    margin-left: 20px;
    padding: 8px 10px;
}

.layout ul li:before{
    content: '';
    display: inline-block;
    position: relative;
    height: 8px;
    width: 8px;
    margin-right: 10px;
    border-radius: 4px;
    background-color: #b4c13d;
}


/*  ----------  IMAGE  ----------  */




/*  ----------  CLEARFIX  ----------  */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
    line-height: 0;
    font-size: 0;
}


/*  ----------  CMS PANEL  ----------  */
.cms-panel{z-index: 1000;}
#cms-toolbar{z-index: 1001;}