﻿/* ETEACHER ADDITION*/
.visual .description blockquote q strong
{
    display: inline;
}
.contact-form .submit-holder {
    cursor: pointer;
}
.visual .btn-holder a{
    color:white;
    text-decoration: none;
}
.contact-form .info-block .tel,
.contact-form .info-block .tel a {
	display: block;
	color: #822f1b;
	font-style: normal;
    text-decoration: none;
}
.contact-form input[type="submit"],.contact-form button {
	border: 0;
	background:none;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:0;
	width:100%;
	border-radius: 3px;
	cursor: pointer;
	text-indent:-9999px;
	z-index:9;
}

.contact-form .input-box.error .tooltip,
.contact-form .select-box.error .tooltip { display: block; }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
    
    font: italic 15px/25px Arial, Helvetica, sans-serif;
    
}

/*.contact-form .list-holder .tooltip { top: auto; }*/

.contact-form .tooltip {
    position: absolute;
    top: 5px;
    right:0;
    left: -218px;
    width: 205px;
    word-spacing: -1px;
    padding: 0 0 0 7px;
    height: 29px;
    text-align: left;
    background: #8a1d03;
    color: #fff;
    font-size: 14px;
    line-height: 29px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    display:block;
}

/*Changes by Student or Teacher and Language*/
h1.teacher-en {
    font-size:45px;/*font-size:55px;*/
    top: 42px;
}
h1.student-en {
}
.fr .visual h1,.de .visual h1,.es .visual h1 {
    font-size: 36px;
    line-height: 42px;
    width: 60%;
}
.visual .description{
    /*top: 180px;*/
}
#sidebar #contact-form-hidden {
    border: 1px solid #8a1d03;
    background: #fff;
    text-align: center;
    color: #010101;
    font-size: 14px;
    line-height: 17px;
    margin: -210px 0 38px;
    box-shadow: 22px 20px 0 0 rgba(0, 0, 0, 0.12);
}
#contact-form-hidden .img-holder{
    background-color: #fff;
    padding-top: 55px;
}
#contact-form-hidden h1{
    color: #8a1d03;
    font: bold 24px/30px Arial, Helvetica, sans-serif;
    margin: 12px 0;
    padding: 0 15px;
}
#sidebar #contact-form-hidden input[type="submit"]{
    position: relative;
    cursor: pointer;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    margin: 0 0 16px;
    font: bold 33px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #fe5a00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}
#contact-form-hidden input[type="submit"]:hover{
    background-color: #E04F00 !important;
}

@media screen and ( max-width:1279px )
{
    h1.teacher-en
    {
        font-size: 35px;
    }
    h1.student-en {
        font-size: 35px;
        font-weight: bold;
    }
    .visual .description blockquote q {
        font-size: 18px;
        line-height: 30px;
    }
}

@media screen and ( max-width:1024px ){
    h1.teacher-en
    {
        font-size: 33px;
    }
    .visual .description blockquote {
        font-size: 17px;
        line-height: 23px;
    }
    .fr .visual h1,.de .visual h1,.es .visual h1 {
        font-size: 28px;
        line-height: 30px;
        width: 60%;
        margin: 0;
    }
    h1.teacher-en{
        top: 18px;
    }
}

@media screen and ( max-width:768px ){
    /*ETEACHER ADDITIONS*/
    .contact-form .tooltip
    {
        position: absolute;
        top: -19px;
        left: auto;
        width: 220px;
        word-spacing: -1px;
        padding: 0 0 0 7px;
        height: 20px;
        text-align: left;
        background: #8a1d03;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
    }

    .contact-form .tel-holder .tooltip
    {
        top: 1px;
    }

    h1.teacher-en {
        font-size:20px;
    }
    h1.student-en {
        font-size: 20px;
        font-weight: bold;
    }

    #sidebar #contact-form-hidden {
        width: 320px;
        margin: 0 auto;
    }

}
@media screen and ( max-width:480px ){
    .fr .visual h1,.de .visual h1,.es .visual h1 {
        font-size: 18px;
        line-height: 26px;
    }
}