html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Open Sans";
    color: #777;
    font-size: 12px;
    line-height: 1.7;
}

body, button, input, select, textarea {
    font-family: "PT Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #777;
}
h1, h2, h3, h4, h5, h6, .font-heading {
    font-family: Montserrat;
    font-weight: normal;
    color: #333;
    line-height: 1.7;
}

h1, h2, h3, #calendar_wrap caption, h4, h5, h6 {
    clear: both;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 0;
    letter-spacing: -0.2px;
}

ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
    margin-bottom: 15px;
    margin-top: 0;
}

.break, h1, h2, h3, #calendar_wrap caption, h4, h5, h6, p, ul, ol, dl, blockquote, pre {
    word-break: normal;
    word-wrap: break-word;
}

a {
    color: #fab702;
    text-decoration: none;
}

a:hover {
    color: #fab702;
    text-decoration: underline;
}

p {
    text-align: justify;
}

section tr:nth-child(even){
    background-color: #fff;
}
section tr:nth-child(odd){
    background-color: #eee;
}
section tr:hover {
    background-color: #ddd;
}
section td {
    padding: 5px;
}


/*** full-width video ***/
.video_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    display: block;
}
.iframe_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}