html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    padding: 0 !important;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    max-width: 100%;
}

.grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.clear,.clr {
    clear:both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clr {
    content: '';
    display: block;
    clear: both;
}

.justify {
    text-align: justify;
    font-weight: 400;
    font-style: italic;
    padding: 10px;
    font-size: 20px;
    line-height: 1.4;
}
a:hover, a:focus{
    text-decoration: none;
}
.cta-red:hover, .cta-blue:hover {
    color: #FFEB3B;
}

.container{
    width:1220px;
    max-width: 100%;
}

#page{
    position: relative;
    overflow: hidden;
}

.bottom-address{
    text-align: center;
    margin-top: 17px;
}

.video-contact{
    padding-top: 72px;
}

div#phone-error,#school-error,#fullname-error,#address-error,#email-error{
    position: relative;
    font-size: 14px;
    margin: 0;
}

#fullname-error{
}

button.hide-close{
    width: 56px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 60px;
    background: no-repeat;
    border: none;
}



