* {
    box-sizing: border-box;
}

#content {
	padding: 0 40px;
}

#content h1 {
	font-size: 32px;
	border-bottom: 1px solid rgba(100,168,221,0.4);
	padding: 0 0 10px 4px;
	font-weight: 400;
}

#content h1 a:hover {
	color: #0072ba;
	border-bottom: 1px solid rgba(0, 114, 186, 0.5);
	transition: all 0s ease 0s;
}

.static-page-body .toggle {
	font-weight: 400;
	border-bottom: 1px solid rgba(100,168,221,0.1);
}

.static-page-body p {
	font-size: 15px;
  line-height: 20px;
}

#content .static-page-body h2 {
	font-size: 26px;
	border-bottom: 1px solid rgba(100, 168, 221, 0.28);
}

.static-page-body .nav {
    border-bottom: 1px solid #e7e7e7;
    line-height: 35px;
    margin-top: 15px;
    margin-left: 0;
    content: " ";
    display: table;
    clear: both;
    list-style: none outside none;
    width: 100%;
}
.static-page-body .nav li {
	margin-bottom: -1px;
    display: block;
    float: left;
}
.static-page-body .nav a {
    display: block;
    padding: 10px 15px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
    border-color: #e7e7e7;
    font-size: 14px;
    color: #333333;
    margin-top: 6px;
    transition: all 0.2s ease-in-out 0s;
    border-bottom: 0;
}

.static-page-body .nav a:hover,
.static-page-body .nav .active a {
    margin-top: 0;
    padding-bottom: 16px;
    border-bottom: 0;
}

.static-page-body .nav .active a {
    border-bottom: 1px solid #fff;
}

p.soc-info {
    font-size: 16px;
    background: none repeat scroll 0 0 #fff8d0;
    margin-bottom: 25px;
    display: inline-block;
    width: auto;
}

.soc-info a {
    color: #64a8dd;
    transition: all 0s ease 0s;
}

.soc-info a:hover {
    border-bottom: 1px solid rgba(208, 64, 0, 0.5);
    color: #d04000;
}

.static-page-body img {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 2px;
}

.static-page-body ul {
	margin-left: 25px;
	font-size: 15px;
}

.static-page-body a {
    color: #64a8dd;
    border-bottom: 1px solid rgba(0, 114, 186, 0.5);
}

.static-page-body a:hover {
    border-bottom: 1px solid rgba(208, 64, 0, 0.5);
    color: #d04000;
    transition: all 0s ease 0s;
}
