@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,300italic,400italic,500italic);

html {
    box-sizing: border-box;
    font-size: 15px;
	background-color: #f6fcfe;
}

body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #494949;
    background-color: #fff;
	max-width: 1680px;
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
}

*, *:before, *:after {
    box-sizing: inherit;
}

h1 {
    font-size: 2.4em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 300;
}

hr {
	border-top: 1px solid #EBEBEB;
}

em {
    font-style: italic;
}

a {
    color: #39c;
}

a:hover {
    color: #117BBC;
}

strong {
    font-weight: 500;
}

label {
    font-weight: inherit;
    vertical-align: middle;
}

blockquote {
	margin: 40px;
	font-size: 1.4em;
	font-style: italic;
	color: #666666;
	line-height: 1.5;
}

.clearfix {
    clear: both;
}

.button, .button:hover {
    display: inline-block;
    font-family: "Roboto", "Arial", sans-serif;
    color: #494949;
    font-size: 0.94em;
    font-weight: 300;
    background-color: #fff;
    background-image: url('../images/btn-arrow-lft-grn.png');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #e0e0e0;
    padding: 8px 42px 7px 10px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

    .button:hover {
        background-color: #98c857;
        color: #fff;
        border: 1px solid #98c857;
    }

.nav-button, .nav-button:hover {
	display: inline-block;
    font-family: "Roboto", "Arial", sans-serif;
    color: #fff;
    font-size: 0.94em;
    font-weight: 300;
    background-color: #98c857;
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #fff;
    padding: 8px 42px 7px 10px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

.nav-button:hover {
	color: #98c857;
	background-color: #fff;
	border: 1px solid #98c857;
}

.button.submit, .button.submit:hover{
    color: #fff;
    background-image: none;
    background-color: #3399cc;
    border: 1px solid #3399cc;
    padding: 8px 10px 7px 10px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    margin-right: 5px;
}

    .button.submit i, .button.submit:hover i {
        font-weight: 300;
    }

    .button.submit i.fa-chevron-left {
        margin-right: 5px;
    }

    .button.submit:hover{
        background-color: #fff;
        color: #3399cc;
        border: 1px solid #3399cc;
    }

.inner-body .breadcrumbs {
    font-size: 1em;
    font-weight: 300;
}

    .inner-body .breadcrumbs a {
        text-decoration: none;
        margin-right: 4px;
        margin-left: 4px;
    }

        .inner-body .breadcrumbs a:first-child {
            margin-left: 0;
        }

        .inner-body .breadcrumbs a:hover {
            text-decoration: underline;
        }

.font-resizer {
    float: right;
    font-size: 15px;
}

    .font-resizer span {
        color: #39c;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        display: inline-block;
        padding-left: 6px;
    }

    .font-resizer .resize-smaller {
        font-size: 14px;
    }

    .font-resizer .resize-bigger {
        font-size: 18px;
    }

    .font-resizer .fa {
        font-size: 28px;
    }

.section-nav {
    background-color: #daf3fc;
    box-sizing: border-box;
    padding: 20px 20px 30px;
    margin-bottom: 40px;
}

    .section-nav h2 {
        font-weight: 300;
        font-size: 1.47em;
        margin-bottom: 20px;
    }

    .section-nav h2 a {
        color: #494949;
        text-decoration: none;
        border-bottom: none;
    }

    .section-nav h2 a:hover {
        text-decoration: underline;
    }

    .section-nav ul.site-list li ul li {
        margin-left: 12px;
    }

        .section-nav ul.site-list li ul li::before {
            margin-left: -10px;
        }
        
    .section-nav ul.site-list li ul li a {
		margin-left: -4px;
	}

    .section-nav ul.site-list li a.active {
        text-decoration: underline;
    }
    
.mark, mark {
    padding: 0;
    background-color: transparent;
}
mark {
    color: inherit;
    background: none;
}

.hidden-parts {
    display: none;
}

.no-left-gutter {
    padding-left: 0px;
}

.no-right-gutter {
    padding-right: 0px;
}
