

article
{
    padding: 0;
    color: #47525e;
    margin: 140px auto 40px;
}

article .row
{
    width: 1260px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

article .padzero
{
    padding: 0;
}

article h1
{
    font-size: 30px;
    line-height: 60px;
    font-weight: 500;
    color: #47525e;
}

article h2
{
    font-size: 24px;
    line-height: 60px;
    color: #47525e;
    margin-bottom: 0;
}

article h4
{
	font-weight: 500;
	font-style: italic;
	margin-top: 20px;
	color: #00357b;
}

article a
{
    color: #47525e;
    border-bottom: 1px solid rgba(71, 82, 94, 0.25);
}

article a:hover, article a:focus
{
    text-decoration: none;
    color: rgba(71, 82, 94, 0.7);
    background-color: transparent;
    border-bottom: transparent;
    -webkit-transition: border-bottom 200ms, color 200ms;
    -moz-transition: border-bottom 200ms, color 200ms;
    -o-transition: border-bottom 200ms, color 200ms;
    -ms-transition: border-bottom 200ms, color 200ms;
    transition: border-bottom 200ms, color 200ms;
}

article li a
{
    display: block;
    text-decoration: none;
    border: 0;
}

article li a.selected
{
    color: #F5F5F5;
    background-color: rgba(71, 82, 94, 0.7);
}

article li a:hover
{
    color: rgba(71, 82, 94, 0.7);
    background-color: #EEE;
}

article .imghelp
{
    margin: 30px auto;
    display: block;
    box-shadow: 2px 2px 6px rgba(0,0,0, 0.6);
}

article .imghelp2
{
    margin: 30px auto;
    display: block;
}

/*************
Advice
*************/

#advice
{
    padding: 30px;
    background-color: #eceff1;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 15px;
}

#advice>p
{
    margin-bottom: 25px;
}

#advice .pred
{
    color: #be4747;
}

/**************
Ask button
*************/

.ask-div
{
    text-align: center;
}

.ask-button
{
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    border: 0;
    color: rgb(255, 255, 255);
    font-size: 18px;
    background: #359ff0;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    height: 48px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 400px;
}

.ask-button:hover
{
    color: rgba(255, 255, 255, 0.7);
    background: rgba(53, 159, 240, 0.7);
}

/************
Tutorials
*************/

#tutorials
{
    padding: 0;
}

.tutorial
{
    width: 300px;
    height: 220px;
    padding: 32px 32px 32px 32px;
    border: 1px solid #f0f0ee;
    margin-bottom: 20px;
}

.tutorial .srleft
{
    float: left;
}

.tutorial .srcenter
{
    margin: auto;
}

.tutorial .srright
{
    float: right;
}

.tutorial .playicon
{
    position: absolute;
    bottom: 32px;
    left: 32px;
    width: 28px;
    height: 28px;
    border: 0px;
    border-radius: 14px;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    background-color: #cfe2df;
    color: #fff;
}

.tutorial .playicon:hover
{
    color: #000;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}

.tutorial .textinfo
{
    position: absolute;
    bottom: 32px;
    right: 60px;
    font-size: 14px;
    line-height: 20px;
}

.helpmenu
{
    list-style-type: none;
    list-style-position: outside;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
	margin-top:20px;
}

.helpmenu-2
{
    font-weight: lighter;
    list-style-type: none;
    padding-left: 20px;
    font-size: 14px;
}

article p, article li
{
    font-size: 15px;
}

