.en h1, .en h2{
    font-size:60px;
    font-weight:100;
    font-style:italic;
    font-family:Roboto;
    color:#ff6b0f;
}

.en.bold h1, .en.bold h2 {
    font-weight:700;
}

.en h3 {
    font-size:24px;
    font-family:Roboto;
    font-weight:500;
}

.en h4 {
    font-size:24px;
    font-family:"Droid Serif";
    font-weight:400;
    font-style:italic;
    color:#ff6b0f;
    line-height:1.3;
}

.en h5 {
    font-size:14px;
    font-family:Roboto;
    font-weight:500;
    color:#ff6b0f;
}

.en p {
    font-size:16px;
    font-family:Roboto;
    font-weight:400;
}

.small-content-block {
    max-width:600px;
    margin:0 auto;
}

.middle-content-block {
    max-width:860px;
    margin:0 auto;
}

.content-block {
    max-width:1000px;
    margin:0 auto;
}

.big-title h2{
    font-size:60px;
}

.container-block {
    max-width:970px;
    margin:0 auto;
}

.icon-title-desc .icon {
    width: 50px;
    float: left;
}

.icon-title-desc .text {
    padding-left: 70px;
    color: #fff;
    font-family: roboto;
}

.icon-title-desc .text .title {
    font-size: 18px;
}

.icon-title-desc .text .title a {
    text-decoration:underline;
    color:#fff;
}

.icon-title-desc .text .desc {
    font-weight: 100;
}

.title-desc {
    color: #fff;
    font-family: roboto;
}

.title-desc .title {
    font-size:18px;
}

.title-desc .desc {
    font-weight:100;
}

#footer_cta_button {
    height: 100px;
   background: #ff6b0f;
    text-align: center;
    margin:0px -15px;
}

#footer_cta_button.pin {
    position: fixed;
    display:none;
    bottom: 0px;
    left:0px;
    z-index: 1000;
    width: 100%;
    margin:0px;
}

#footer_cta_button a {
    display: inline-block;
    background:linear-gradient(#ffffff,#cccccc);   
    color: #464b55;
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 23px;
    font-family: Roboto;
    margin-top: 20px;
    border-radius: 5px;
    text-decoration:none;
}

#footer_cta_button a:hover {
    box-shadow: 0px 6px 5px #333;
}
#school_button {
    height: 100px;
    text-align: center;
    margin:0px -15px;
}

#school_button.pin {
    position: fixed;
    display:none;
    bottom: 0px;
    left:0px;
    z-index: 1000;
    width: 100%;
    margin:0px;
}

a#school_button{
    display: inline-block;
    background:linear-gradient(#ff6b0f,#fca26a);   
    color: #000000;
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 23px;
    font-family: Roboto;
    margin-top: 20px;
    border-radius: 5px;
    text-decoration:none;
}

#school_button a:hover {
    box-shadow: 0px 6px 5px #333;
}
#footer_cta_button a{ cursor: pointer; }